Integrate perlio:
[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 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
32         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
33      Branch: perl
34            ! lib/PerlIO.pm
35 ____________________________________________________________________________
36 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
37         Log: Further discouraging of :raw.
38      Branch: perl
39            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
40 ____________________________________________________________________________
41 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
42         Log: Integrate perlio:
43              
44              [ 17267]
45              Handle IO error in "slow gets"
46      Branch: perl
47           !> sv.c
48 ____________________________________________________________________________
49 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
50         Log: Subject: [PATCH File/Basename.pm] use of undef var
51              From: Stas Bekman <stas@stason.org>
52              Date: Mon, 17 Jun 2002 16:31:48 +0800
53              Message-ID: <3D0D9E74.7000908@stason.org>
54              
55              (modified)
56      Branch: perl
57            ! lib/File/Basename.pm
58 ____________________________________________________________________________
59 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
60         Log: Subject: [PATCH] README.vms -- updated testing instructions
61              From: "Craig A. Berry" <craigberry@mac.com>
62              Date: Mon, 17 Jun 2002 00:31:18 -0500
63              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
64      Branch: perl
65            ! README.vms
66 ____________________________________________________________________________
67 [ 17267] By: nick                                  on 2002/06/17  12:41:49
68         Log: Handle IO error in "slow gets"
69      Branch: perlio
70            ! sv.c
71 ____________________________________________________________________________
72 [ 17266] By: nick                                  on 2002/06/17  07:05:20
73         Log: Integrate mainline
74      Branch: perlio
75           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
76           !> pod/perldebug.pod pod/perldelta.pod
77 ____________________________________________________________________________
78 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
79         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
80              From: Peter Scott <Peter@PSDT.com>
81              Date: Sun, 16 Jun 2002 18:31:31 -0700
82              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
83              
84              @file -> source file
85      Branch: perl
86            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
87 ____________________________________________________________________________
88 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
89         Log: Missing hunk from #15363.
90      Branch: perl
91            ! lib/perl5db.pl
92 ____________________________________________________________________________
93 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
94         Log: Advertise MakeMaker.
95      Branch: perl
96            ! pod/perldelta.pod
97 ____________________________________________________________________________
98 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
99         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
100              From: parv <parv@pair.com>
101              Date: Sun, 16 Jun 2002 20:12:24 -0400
102              Message-ID: <20020617001224.GC466@moo.holy.cow>
103      Branch: perl
104            ! pod/perldelta.pod
105 ____________________________________________________________________________
106 [ 17261] By: ams                                   on 2002/06/16  21:40:47
107         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
108              From: Robin Houston <robin@kitsite.com>
109              Date: Sun, 16 Jun 2002 23:33:50 +0100
110              Message-Id: <20020616233350.A9675@robin.kitsite.com>
111      Branch: perl
112            ! autodoc.pl embed.pl
113 ____________________________________________________________________________
114 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
115         Log: Deprecate (or at least discourage) :raw.
116      Branch: perl
117            ! pod/perldelta.pod
118 ____________________________________________________________________________
119 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
120         Log: Integrate perlio:
121              
122              [ 17258]
123              Last minute tinkering with PerlIO abstraction API.
124              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
125              const char *mode.
126              - Other 'flags' field changed to U32
127              - Discouraging words written about ":raw".
128      Branch: perl
129           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
130 ____________________________________________________________________________
131 [ 17258] By: nick                                  on 2002/06/16  16:38:59
132         Log: Last minute tinkering with PerlIO abstraction API.
133              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
134              const char *mode.
135              - Other 'flags' field changed to U32
136              - Discouraging words written about ":raw".
137      Branch: perlio
138            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
139 ____________________________________________________________________________
140 [ 17257] By: nick                                  on 2002/06/16  15:16:46
141         Log: Integrate mainline
142      Branch: perlio
143           !> (integrate 32 files)
144 ____________________________________________________________________________
145 [ 17256] By: ams                                   on 2002/06/16  09:00:51
146         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
147              From: Michael G Schwern <schwern@pobox.com>
148              Date: Sun, 16 Jun 2002 03:49:27 -0400
149              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
150              
151              Subject: [PATCH] Test::Harness 2.24 -> 2.25
152              From: Michael G Schwern <schwern@pobox.com>
153              Date: Sun, 16 Jun 2002 03:58:40 -0400
154              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
155      Branch: perl
156            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
157            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
158            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
159            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
160            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
161            ! lib/Test/Harness.pm lib/Test/Harness/Changes
162            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
163            ! lib/Test/Harness/t/strap-analyze.t
164            ! lib/Test/Harness/t/test-harness.t
165            ! t/lib/MakeMaker/Test/Utils.pm
166 ____________________________________________________________________________
167 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
168         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
169              From: "Craig A. Berry" <craigberry@mac.com>
170              Date: Sat, 15 Jun 2002 18:56:12 -0500
171              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
172      Branch: perl
173            ! pp.c
174 ____________________________________________________________________________
175 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
176         Log: Collect the known AmigaOS wisdom.
177      Branch: perl
178            ! README.amiga hints/amigaos.sh
179 ____________________________________________________________________________
180 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
181         Log: Subject: [PATCH] README.vms, Multinet fix update
182              From: "Craig A. Berry" <craigberry@mac.com>
183              Date: Sat, 15 Jun 2002 14:02:50 -0500
184              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
185      Branch: perl
186            ! README.vms
187 ____________________________________________________________________________
188 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
189         Log: Regenerate Changes; most importantly automassage the
190              "Integrate perlio" entries to be more informative.
191      Branch: perl
192            ! Changes
193 ____________________________________________________________________________
194 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
195         Log: Spurious empty statements.
196      Branch: perl
197            ! op.c perl.c perlio.c sv.c
198 ____________________________________________________________________________
199 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
200         Log: Possible cure for
201              
202              Subject: Re: Thread bug in 5.8RC1 Win32
203              From: Alessandro Forghieri <alf@orion.it>
204              Date: Sat, 15 Jun 2002 12:56:35 +0200
205              Message-ID: <20020615125635.A25110@alpha.orion.it>
206      Branch: perl
207            ! perl.c
208 ____________________________________________________________________________
209 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
210         Log: findrfuncs: small tweaks.
211      Branch: perl
212            ! Porting/findrfuncs
213 ____________________________________________________________________________
214 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
215         Log: Group the debugger changes in one place.
216      Branch: perl
217            ! pod/perldelta.pod
218 ____________________________________________________________________________
219 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
220         Log: Detypo.
221      Branch: perl
222            ! pod/perlfunc.pod
223 ____________________________________________________________________________
224 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
225         Log: Plug potential confusion.
226      Branch: perl
227            ! pod/perldelta.pod
228 ____________________________________________________________________________
229 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
230         Log: Attribute::Handlers has been adopted by Arthur.
231      Branch: perl
232            ! pod/perldelta.pod
233 ____________________________________________________________________________
234 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
235         Log: README.irix update.
236      Branch: perl
237            ! README.irix
238 ____________________________________________________________________________
239 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
240         Log: README.tru64 update.
241      Branch: perl
242            ! README.tru64
243 ____________________________________________________________________________
244 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
245         Log: Not that urgent a fix since inside #if 0, but still...
246      Branch: perl
247            ! perlsfio.h
248 ____________________________________________________________________________
249 [ 17241] By: nick                                  on 2002/06/14  17:15:38
250         Log: Integrate mainline
251      Branch: perlio
252           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
253           !> Porting/Glossary Porting/config.sh Porting/config_H
254           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
255           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
256           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
257 ____________________________________________________________________________
258 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
259         Log: OS/2 status from John Poltorak.
260      Branch: perl
261            ! pod/perldelta.pod
262 ____________________________________________________________________________
263 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
264         Log: Regen Configure; regen perltoc.
265      Branch: perl
266            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
267            ! config_h.SH pod/perltoc.pod
268 ____________________________________________________________________________
269 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
270         Log: Update Changes.
271      Branch: perl
272            ! Changes patchlevel.h
273 ____________________________________________________________________________
274 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
275         Log: NetWare diff for XS::APItest.
276      Branch: perl
277            ! NetWare/config.wc NetWare/config_H.wc
278 ____________________________________________________________________________
279 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
280         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
281              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
282              Date: Fri, 14 Jun 2002 10:39:54 +0200
283              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
284      Branch: perl
285            ! lib/ExtUtils/t/Constant.t
286 ____________________________________________________________________________
287 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
288         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
289              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
290              Date: Fri, 14 Jun 2002 10:07:28 +0200
291              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
292      Branch: perl
293            ! pp_sys.c
294 ____________________________________________________________________________
295 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
296         Log: Subject: [PATCH] basic.t for EBCDIC platforms
297              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
298              Date: Fri, 14 Jun 2002 09:58:49 +0200
299              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
300      Branch: perl
301            ! lib/Pod/t/basic.t
302 ____________________________________________________________________________
303 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
304         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
305              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
306              Date: Fri, 14 Jun 2002 09:53:36 +0200
307              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
308              (why this has been working in z/OS?)
309      Branch: perl
310            ! lib/Term/Cap.t
311 ____________________________________________________________________________
312 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
313         Log: Mention Solaris x86 use64bitint troubles.
314      Branch: perl
315            ! pod/perldelta.pod
316 ____________________________________________________________________________
317 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
318         Log: All UNICOS test failures should be gone now.
319      Branch: perl
320            ! pod/perldelta.pod
321 ____________________________________________________________________________
322 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
323         Log: UNICOS and UNICOS/mk are broken only on one test.
324      Branch: perl
325            ! ext/Socket/socketpair.t
326 ____________________________________________________________________________
327 [ 17229] By: nick                                  on 2002/06/14  08:36:40
328         Log: Integrate mainline
329      Branch: perlio
330           !> (integrate 32 files)
331 ____________________________________________________________________________
332 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
333         Log: Upgrade to Switch 2.09 (the debugging statement
334              was already removed in blead)
335      Branch: perl
336            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
337 ____________________________________________________________________________
338 [ 17227] By: ams                                   on 2002/06/14  00:39:15
339         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
340              From: "Craig A. Berry" <craigberry@mac.com>
341              Date: Thu, 13 Jun 2002 19:55:25 -0500
342              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
343      Branch: perl
344            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
345 ____________________________________________________________________________
346 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
347         Log: Thread doc tweaks.
348      Branch: perl
349            ! ext/threads/shared/shared.pm ext/threads/threads.pm
350            ! pod/perlthrtut.pod
351 ____________________________________________________________________________
352 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
353         Log: Don't assume too much about how print will scale
354              your fp numbers; be explicit and use printf instead--
355              the assumption broke in UNICOS (from Mark Lutz)
356              (Use %.0f instead of %d because in 32-bit systems
357              the %d may end producing -1 or something else odd.)
358      Branch: perl
359            ! t/lib/warnings/toke
360 ____________________________________________________________________________
361 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
362         Log: Tell what version of PDL will be fine with 5.8.0,
363              according to TimJ.
364      Branch: perl
365            ! pod/perldelta.pod
366 ____________________________________________________________________________
367 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
368         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
369              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
370              Date: Thu, 13 Jun 2002 15:44:24 +0100
371              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
372      Branch: perl
373            ! lib/ExtUtils/t/Installed.t
374 ____________________________________________________________________________
375 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
376         Log: Subject: Re: linux + usemorebits: gcc error?
377              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
378              Date: Thu, 13 Jun 2002 15:03:28 +0100
379              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
380              
381              (go U32 based on NI-S since it's a flags field)
382      Branch: perl
383            ! perliol.h
384 ____________________________________________________________________________
385 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
386         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
387      Branch: perl
388            ! ext/threads/shared/shared.pm pod/perldelta.pod
389 ____________________________________________________________________________
390 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
391         Log: Also perlsub needs to be slightly more upbeat about attributes. 
392      Branch: perl
393            ! pod/perlsub.pod
394 ____________________________________________________________________________
395 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
396         Log: One more pass on the TYPE/ATTRS issues.
397      Branch: perl
398            ! lib/attributes.pm pod/perlfunc.pod
399 ____________________________________________________________________________
400 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
401         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
402              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
403              Date: Thu, 13 Jun 2002 09:18:27 +0200
404              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
405      Branch: perl
406            ! hints/aix.sh
407 ____________________________________________________________________________
408 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
409         Log: Subject: [ PATCH ] mymalloc on HP-UX
410              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
411              Date: Thu, 13 Jun 2002 09:58:30 +0200
412              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
413      Branch: perl
414            ! hints/hpux.sh
415 ____________________________________________________________________________
416 [ 17216] By: ams                                   on 2002/06/13  10:08:38
417         Log: <pudge> crab, can you integrate 17215 ?
418      Branch: perl
419           !> ext/XS/APItest/t/printf.t
420 ____________________________________________________________________________
421 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
422         Log: Building XS::APItest as shared lib
423      Branch: macperl
424            ! ext/XS/APItest/t/printf.t
425 ____________________________________________________________________________
426 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
427         Log: Update tests, makefile, config
428      Branch: macperl
429            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
430 ____________________________________________________________________________
431 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
432         Log: Integrate perl
433      Branch: macperl
434           +> README.freebsd README.irix ext/IO/hints/sco.pl
435           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
436           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
437           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
438           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
439           +> lib/Net/Ping/Changes
440            - README.threads lib/Net/Ping/CHANGES
441            ! NetWare/bat/SetCodeWar.bat
442           !> (integrate 168 files)
443 ____________________________________________________________________________
444 [ 17212] By: ams                                   on 2002/06/13  09:29:13
445         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
446              From: Chris Nandor <pudge@pobox.com>
447              Date: Thu, 13 Jun 2002 00:16:26 -0400
448              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
449      Branch: perl
450            ! ext/XS/APItest/APItest.xs
451 ____________________________________________________________________________
452 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
453         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
454              From: PPrymmer@factset.com
455              Date: Wed, 12 Jun 2002 18:58:50 -0400
456              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
457      Branch: perl
458            ! utils/perlivp.PL
459 ____________________________________________________________________________
460 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
461         Log: The scalar behaviour of sort is undefined.
462      Branch: perl
463            ! pod/perlfunc.pod
464 ____________________________________________________________________________
465 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
466         Log: Mention I/O layers in perlopentut.
467      Branch: perl
468            ! pod/perlopentut.pod
469 ____________________________________________________________________________
470 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
471         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
472      Branch: perl
473            ! lib/attributes.pm pod/perlfunc.pod
474 ____________________________________________________________________________
475 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
476         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
477      Branch: perl
478            ! ext/XS/APItest/README
479 ____________________________________________________________________________
480 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
481         Log: Update Changes.
482      Branch: perl
483            ! Changes patchlevel.h
484 ____________________________________________________________________________
485 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
486         Log: Regen toc.
487      Branch: perl
488            ! pod/perltoc.pod
489 ____________________________________________________________________________
490 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
491         Log: This should be gone now.
492      Branch: perl
493            ! INSTALL
494 ____________________________________________________________________________
495 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
496         Log: NetWare doc tweak.
497      Branch: perl
498            ! README.netware
499 ____________________________________________________________________________
500 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
501         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
502              From: Abigail <abigail@foad.org>
503              Date: Wed, 12 Jun 2002 02:46:01 -0700
504              Message-ID: <20020612024601.A8524@ucan.foad.org>
505      Branch: perl
506            ! pod/perlfunc.pod
507 ____________________________________________________________________________
508 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
509         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
510              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
511              Date: Wed, 12 Jun 2002 13:50:59 +0200
512              Message-ID: <3D0735A3.4020701@hexaflux.com>
513      Branch: perl
514            ! ext/Time/HiRes/HiRes.xs
515 ____________________________________________________________________________
516 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
517         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
518              go back to disabling long doubles from MinGW because
519              MSVCRT doesn't do long double printfing even when gcc
520              would know how to handle them.
521      Branch: perl
522            ! win32/config.bc win32/config_H.bc win32/config_H.gc
523 ____________________________________________________________________________
524 [ 17199] By: nick                                  on 2002/06/12  11:13:16
525         Log: Integrate mainline
526      Branch: perlio
527           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
528           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
529           !> win32/config_H.bc win32/config_H.gc
530 ____________________________________________________________________________
531 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
532         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
533              From: "Craig A. Berry" <craigberry@mac.com>
534              Date: Tue, 11 Jun 2002 22:44:31 -0500
535              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
536      Branch: perl
537            ! configure.com
538 ____________________________________________________________________________
539 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
540         Log: Test relying on undefined behaviour of atan2(0, 0)
541              (valiantly debugged by Mark Lutz).
542      Branch: perl
543            ! lib/Math/Trig.t
544 ____________________________________________________________________________
545 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
546         Log: Regen perlmodlib.
547      Branch: perl
548            ! pod/perlmodlib.pod
549 ____________________________________________________________________________
550 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
551         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
552              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
553              Date: Tue, 11 Jun 2002 15:12:15 -0700
554              Message-ID: </WnB9gzkgC5S092yn@efn.org>
555      Branch: perl
556            ! pod/perlmodlib.PL
557 ____________________________________________________________________________
558 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
559         Log: Subject: [PATCH] Re: RC1 on Playstation2
560              From: Tim Jenness <t.jenness@jach.hawaii.edu>
561              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
562              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
563      Branch: perl
564            ! perl.c
565 ____________________________________________________________________________
566 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
567         Log: Not that I know anything about Windows compilers
568              but Google leads me into believing that while Borland and
569              GCC support the ANSI way of printing long doubles (%L),
570              Visual C really doesn't support printing them.
571      Branch: perl
572            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
573 ____________________________________________________________________________
574 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
575         Log: Fix a cut-n-paste error.
576      Branch: perl
577            ! pod/perldiag.pod
578 ____________________________________________________________________________
579 [ 17191] By: nick                                  on 2002/06/11  16:07:14
580         Log: Integrate mainline
581      Branch: perlio
582           !> Changes INSTALL ext/XS/APItest/APItest.pm
583           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
584           !> patchlevel.h
585 ____________________________________________________________________________
586 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
587         Log: Update Changes.
588      Branch: perl
589            ! Changes patchlevel.h
590 ____________________________________________________________________________
591 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
592         Log: Trying to printf Perl-specific datatypes using printf
593              (with perlio or stdio) is folly, says Hugo.
594      Branch: perl
595            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
596            ! ext/XS/APItest/t/printf.t
597 ____________________________________________________________________________
598 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
599         Log: Be more specific.
600      Branch: perl
601            ! INSTALL
602 ____________________________________________________________________________
603 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
604         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
605              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
606              Date: Tue, 11 Jun 2002 12:21:01 +0200
607              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
608      Branch: perl
609            ! INSTALL
610 ____________________________________________________________________________
611 [ 17186] By: nick                                  on 2002/06/11  10:44:04
612         Log: Integrate mainline
613      Branch: perlio
614           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
615           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
616           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
617           +> lib/Math/BigInt/t/upgradef.t
618           !> MANIFEST NetWare/Makefile Porting/repository.pod
619           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
620           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
621           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
622           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
623           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
624           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
625           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
626           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
627           !> win32/Makefile
628 ____________________________________________________________________________
629 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
630         Log: sanity-check the windows section in perldelta and add some missing
631              entries
632      Branch: perl
633            ! pod/perldelta.pod
634 ____________________________________________________________________________
635 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
636         Log: Obviously time to get some sleep.
637      Branch: perl
638            ! ext/XS/APItest/t/printf.t
639 ____________________________________________________________________________
640 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
641         Log: #17179 wasn't quite right.
642      Branch: perl
643            ! ext/XS/APItest/t/printf.t
644 ____________________________________________________________________________
645 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
646         Log: fix outdated info about how the patches in the APC are generated;
647              mention the perlbrowse repository gateway; add a pointer to
648              perlhack.pod in repository.pod
649      Branch: perl
650            ! Porting/repository.pod pod/perlhack.pod
651 ____________________________________________________________________________
652 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
653         Log: Subject: Detype locale.c comment
654              From: Philip Newton <Philip.Newton@gmx.net>
655              Date: Tue, 11 Jun 2002 06:28:08 +0200
656              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
657      Branch: perl
658            ! locale.c
659 ____________________________________________________________________________
660 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
661         Log: Make UTF-8 locales effective only if PerlIO has been
662              defined (ignore UTF-8 locales silently if no PerlIO).
663      Branch: perl
664            ! locale.c pod/perldelta.pod pod/perluniintro.pod
665 ____________________________________________________________________________
666 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
667         Log: Can't printf Perl specific datatypes without perlio
668              (in other words, stdio doesn't do the %V...)
669      Branch: perl
670            ! ext/XS/APItest/t/printf.t
671 ____________________________________________________________________________
672 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
673         Log: Document XS::APItest.
674      Branch: perl
675            ! pod/perldelta.pod
676 ____________________________________________________________________________
677 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
678         Log: Add XS::APItest to Win32/DJGPP/NetWare.
679      Branch: perl
680            ! NetWare/Makefile djgpp/config.over win32/Makefile
681 ____________________________________________________________________________
682 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
683         Log: Add XS::APItest 0.01 from Tim Jenness.
684              
685              The perl.h change is needed by non-gcc (non-__attribute__)
686              compilers: without it non-gccs won't have printf() mapped
687              to PerlIO_stdoutf (when perlio, of course).  This means that
688              non-gccs would not be able to print the Perl specific datatypes.
689      Branch: perl
690            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
691            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
692            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
693            ! MANIFEST perl.h
694 ____________________________________________________________________________
695 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
696         Log: Now that binmode(FH) does implicit ":bytes" revisit
697              the failing tests.  The worrisome one is the Digest::MD5
698              test-- how will it fare in CRLF lands now?
699      Branch: perl
700            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
701            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
702            ! ext/Storable/t/malice.t
703 ____________________________________________________________________________
704 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
705         Log: Upgrade to Math::BigInt 1.59.
706      Branch: perl
707            + lib/Math/BigInt/t/upgradef.t
708            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
709            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
710            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
711            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
712 ____________________________________________________________________________
713 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
714         Log: Document the implicit :bytes of binmode(FH).
715      Branch: perl
716            ! pod/perlfunc.pod
717 ____________________________________________________________________________
718 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
719         Log: Integrate perlio:
720              
721              [ 17171]
722              binmode(FH); to act like binmode(FH,":bytes") as well as
723              turning off CRLF features.
724      Branch: perl
725           !> perlio.c t/io/utf8.t
726 ____________________________________________________________________________
727 [ 17171] By: nick                                  on 2002/06/10  18:40:22
728         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
729              turning off CRLF features.
730      Branch: perlio
731            ! perlio.c t/io/utf8.t
732 ____________________________________________________________________________
733 [ 17170] By: nick                                  on 2002/06/10  17:04:28
734         Log: Integrate mainline
735      Branch: perlio
736           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
737           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
738           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
739           !> pod/perldelta.pod sv.c
740 ____________________________________________________________________________
741 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
742         Log: Subject: [DOC PATCH] perldebtut
743              From: Elizabeth Mattijsen <liz@dijkmat.nl>
744              Date: Mon, 10 Jun 2002 17:47:14 +0200
745              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
746      Branch: perl
747            ! pod/perldebtut.pod
748 ____________________________________________________________________________
749 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
750         Log: Document the UTF-8 env issue.  Now NI-S just needs
751              to fix binmode() to comply with the documentation...
752      Branch: perl
753            ! pod/perldelta.pod
754 ____________________________________________________________________________
755 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
756         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
757              From: Philip Newton <Philip.Newton@gmx.net>
758              Date: Mon, 10 Jun 2002 07:56:41 +0200
759              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
760              
761              Subject: Re: Change 17110: Add deprecations.
762              From: Philip Newton <Philip.Newton@gmx.net>
763              Date: Mon, 10 Jun 2002 07:56:22 +0200
764              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
765      Branch: perl
766            ! pod/perldelta.pod
767 ____________________________________________________________________________
768 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
769         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
770      Branch: perl
771            ! locale.c perl.c
772 ____________________________________________________________________________
773 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
774         Log: Update Changes.
775      Branch: perl
776            ! Changes patchlevel.h
777 ____________________________________________________________________________
778 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
779         Log: Further patch on #17163 for Tru64.
780      Branch: perl
781            ! sv.c
782 ____________________________________________________________________________
783 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
784         Log: Patch from Hugo for the 'printf' problem:
785              - for SV-style calling, we can only get NV
786              - for C-style calling, we assume %f is double;
787              - for simplicity we allow any of %Lf, %llf, %qf for long double
788      Branch: perl
789            ! sv.c
790 ____________________________________________________________________________
791 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
792         Log: Integrate perlio:
793              
794              [ 17159]
795              Tune test to run in UTF-8 locales
796              - test file must be opened as :bytes or high-bit octets
797              will be UTF-8 encoded on write in such locales, so
798              will not read as expected.
799      Branch: perl
800           !> ext/PerlIO/t/fallback.t
801 ____________________________________________________________________________
802 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
803         Log: #17150 didn't expect -Uuseperlio.
804      Branch: perl
805            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
806 ____________________________________________________________________________
807 [ 17160] By: sky                                   on 2002/06/10  09:53:42
808         Log: Subject: [PATCH] queue.pm
809              From: Benjamin Goldberg <goldbb2@earthlink.net>
810              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
811              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
812              Applied manually
813      Branch: perl
814            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
815 ____________________________________________________________________________
816 [ 17159] By: nick                                  on 2002/06/10  09:51:16
817         Log: Tune test to run in UTF-8 locales
818              - test file must be opened as :bytes or high-bit octets
819              will be UTF-8 encoded on write in such locales, so
820              will not read as expected.
821      Branch: perlio
822            ! ext/PerlIO/t/fallback.t
823 ____________________________________________________________________________
824 [ 17158] By: nick                                  on 2002/06/10  09:49:32
825         Log: Integrate mainline
826      Branch: perlio
827           +> lib/Net/Ping/Changes
828            - lib/Net/Ping/CHANGES
829           !> (integrate 37 files)
830 ____________________________________________________________________________
831 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
832         Log: metaconfig tweak for #17156.
833      Branch: metaconfig
834            ! U/mkglossary
835 ____________________________________________________________________________
836 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
837         Log: Glossary tweaks.
838      Branch: perl
839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
840 ____________________________________________________________________________
841 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
842         Log: Upgrade to Net::Ping 2.19.
843      Branch: perl
844            + lib/Net/Ping/Changes
845            - lib/Net/Ping/CHANGES
846            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
847 ____________________________________________________________________________
848 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
849         Log: Subject: [patch] ptr_table_store
850              From: Doug MacEachern <dougm@covalent.net>
851              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
852              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
853      Branch: perl
854            ! sv.c
855 ____________________________________________________________________________
856 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
857         Log: Subject: Re: unique attribute?
858              From: Doug MacEachern <dougm@covalent.net>
859              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
860              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
861      Branch: perl
862            ! embed.fnc embed.h proto.h sv.c sv.h
863 ____________________________________________________________________________
864 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
865         Log: Update hint comments.
866      Branch: perl
867            ! hints/irix_6.sh
868 ____________________________________________________________________________
869 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
870         Log: One missing bit of Math::BigInt 1.58.
871      Branch: perl
872            ! t/lib/Math/BigInt/BareCalc.pm
873 ____________________________________________________________________________
874 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
875         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
876              From: Radu Greab <radu@netsoft.ro>
877              Date: Mon, 10 Jun 2002 00:40:34 +0300
878              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
879              
880              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
881              ones which I cannot figure out.
882      Branch: perl
883            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
884            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
885 ____________________________________________________________________________
886 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
887         Log: :unique nitpicking continues.
888      Branch: perl
889            ! pod/perlfunc.pod
890 ____________________________________________________________________________
891 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
892         Log: "thread failed to start: " is better than "Died:".
893      Branch: perl
894            ! ext/threads/threads.xs pod/perldiag.pod
895 ____________________________________________________________________________
896 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
897         Log: :unique saga continues.
898      Branch: perl
899            ! pod/perldelta.pod pod/perlfunc.pod
900 ____________________________________________________________________________
901 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
902         Log: Subject: Re: unique attribute?
903              From: Doug MacEachern <dougm@covalent.net>
904              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
905              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
906      Branch: perl
907            ! sv.c
908 ____________________________________________________________________________
909 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
910         Log: Subject: Math::BigInt 1.58 released
911              From: Tels <perl_dummy@bloodgate.com>
912              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
913              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
914              
915              Subject: [PATCH] RE: Math::BigInt 1.58 released
916              From: Tels <perl_dummy@bloodgate.com>
917              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
918              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
919      Branch: perl
920            ! 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/calling.t
925            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
926            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
927            ! lib/Math/BigInt/t/with_sub.t
928 ____________________________________________________________________________
929 [ 17144] By: nick                                  on 2002/06/09  17:50:14
930         Log: Integrate mainline
931      Branch: perlio
932           +> README.freebsd README.irix
933           !> (integrate 43 files)
934 ____________________________________________________________________________
935 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
936         Log: Subject: cleanup's
937              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
938              Date: Sun, 09 Jun 2002 13:55:21 +0200
939              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
940      Branch: perl
941            ! ext/PerlIO/t/encoding.t
942 ____________________________________________________________________________
943 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
944         Log: open "list form" clarification.
945      Branch: perl
946            ! pod/perlfunc.pod
947 ____________________________________________________________________________
948 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
949         Log: Better wording from Sarathy.
950      Branch: perl
951            ! pod/perldelta.pod
952 ____________________________________________________________________________
953 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
954         Log: Closer to the truth.
955      Branch: perl
956            ! pod/perlfunc.pod
957 ____________________________________________________________________________
958 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
959         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
960              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
961              Date: Sun, 09 Jun 2002 14:52:07 +0100
962              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
963      Branch: perl
964            ! numeric.c
965 ____________________________________________________________________________
966 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
967         Log: Clarify that the :unique makes the target readonly
968              when the first interpreter cloning takes place.
969      Branch: perl
970            ! pod/perlfunc.pod
971 ____________________________________________________________________________
972 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
973         Log: update perlfork.pod for status as of 5.8.0
974      Branch: perl
975            ! pod/perlfork.pod
976 ____________________________________________________________________________
977 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
978         Log: Subject: possible band-aid for cygwin build of perl@17061
979              From: PPrymmer@factset.com
980              Date: Sat, 8 Jun 2002 20:57:05 -0400
981              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
982      Branch: perl
983            ! Makefile.SH README.cygwin
984 ____________________________________________________________________________
985 [ 17135] By: sky                                   on 2002/06/09  15:44:37
986         Log: Follow up on changing keyword to special subroutine.
987      Branch: perl
988            ! pod/perlmod.pod
989 ____________________________________________________________________________
990 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
991         Log: CLONE doc tweaks.
992      Branch: perl
993            ! pod/perldelta.pod pod/perlmod.pod
994 ____________________________________________________________________________
995 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
996         Log: syswrite() is old news.
997      Branch: perl
998            ! pod/perldelta.pod
999 ____________________________________________________________________________
1000 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
1001         Log: Subject: One-argument syswrite
1002              From: Johan Vromans <jvromans@squirrel.nl>
1003              Date: Sun, 9 Jun 2002 13:20:36 +0200
1004              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
1005              
1006              (It's really two-argument.)
1007      Branch: perl
1008            ! pod/perldelta.pod
1009 ____________________________________________________________________________
1010 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
1011         Log: Subject: [Patch] $^N issues
1012              From: Johan Vromans <jvromans@squirrel.nl>
1013              Date: Sun, 9 Jun 2002 13:12:43 +0200
1014              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
1015      Branch: perl
1016            ! lib/English.pm pod/perlre.pod
1017 ____________________________________________________________________________
1018 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
1019         Log: Subject: [Patch] "#0" format in perlform
1020              From: Johan Vromans <jvromans@squirrel.nl>
1021              Date: Sun, 9 Jun 2002 12:53:01 +0200
1022              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
1023      Branch: perl
1024            ! pod/perlform.pod
1025 ____________________________________________________________________________
1026 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
1027         Log: Subject: [Patch] CLONE is not in perldelta
1028              From: Johan Vromans <jvromans@squirrel.nl>
1029              Date: Sun, 9 Jun 2002 12:41:18 +0200
1030              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
1031      Branch: perl
1032            ! pod/perldelta.pod
1033 ____________________________________________________________________________
1034 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
1035         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
1036              From: "Craig A. Berry" <craigberry@mac.com>
1037              Date: Sat, 8 Jun 2002 23:01:11 -0500
1038              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
1039      Branch: perl
1040            ! ext/Digest/MD5/Makefile.PL
1041 ____________________________________________________________________________
1042 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
1043         Log: ... and more.
1044      Branch: perl
1045            ! win32/makefile.mk
1046 ____________________________________________________________________________
1047 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
1048         Log: More spots for perl$OS.
1049      Branch: perl
1050            ! NetWare/Makefile win32/Makefile
1051 ____________________________________________________________________________
1052 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
1053         Log: One more spot to list perlfreebsd and perlirix.
1054      Branch: perl
1055            ! plan9/mkfile
1056 ____________________________________________________________________________
1057 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
1058         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
1059      Branch: perl
1060            ! pod/perlport.pod
1061 ____________________________________________________________________________
1062 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
1063         Log: Cygwin duplicated (noticed by Schwern).
1064      Branch: perl
1065            ! pod/perlport.pod
1066 ____________________________________________________________________________
1067 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
1068         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
1069      Branch: perl
1070            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
1071            ! pod/perlport.pod pod/perlrun.pod
1072 ____________________________________________________________________________
1073 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
1074         Log: Make the =heads a little bit more descriptive; regen toc.
1075      Branch: perl
1076            ! README.freebsd README.irix pod/perltoc.pod
1077 ____________________________________________________________________________
1078 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
1079         Log: I wonder what a 64-bot is?
1080      Branch: perl
1081            ! README.irix
1082 ____________________________________________________________________________
1083 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
1084         Log: Regen toc.
1085      Branch: perl
1086            ! pod/perltoc.pod
1087 ____________________________________________________________________________
1088 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
1089         Log: Add README.irix/perlirix.
1090      Branch: perl
1091            + README.irix
1092            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
1093            ! pod/perldelta.pod pod/perlport.pod
1094 ____________________________________________________________________________
1095 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
1096         Log: Add perlfreebsd.
1097      Branch: perl
1098            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
1099            ! pod/perlport.pod
1100 ____________________________________________________________________________
1101 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
1102         Log: Mention the FreeBSD Perl policy change.
1103      Branch: perl
1104            ! README.freebsd
1105 ____________________________________________________________________________
1106 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
1107         Log: Mention the FreeBSD readdir_r bug in perldelta.
1108      Branch: perl
1109            ! pod/perldelta.pod
1110 ____________________________________________________________________________
1111 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
1112         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
1113              From: Nicholas Clark <nick@unfortu.net>
1114              Date: Sat, 8 Jun 2002 22:23:15 +0100
1115              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
1116      Branch: perl
1117            + README.freebsd
1118            ! MANIFEST
1119 ____________________________________________________________________________
1120 [ 17113] By: sky                                   on 2002/06/08  20:19:28
1121         Log: Preparing A::H for CPAN release, upped version to 0.77
1122              Documented changes.
1123              Last tweak to test case.
1124      Branch: perl
1125            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
1126            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
1127 ____________________________________________________________________________
1128 [ 17112] By: sky                                   on 2002/06/08  19:42:33
1129         Log: Prepare CPAN release of Attribute::Handlers
1130              Make the test case know about the changes in attributes
1131              in 5.8 (lexical) and also turn off some warnings.
1132      Branch: perl
1133            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
1134 ____________________________________________________________________________
1135 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
1136         Log: Because of #17097.
1137      Branch: perl
1138            ! configpm
1139 ____________________________________________________________________________
1140 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
1141         Log: Add deprecations.
1142      Branch: perl
1143            ! pod/perldelta.pod
1144 ____________________________________________________________________________
1145 [ 17109] By: sky                                   on 2002/06/08  19:02:19
1146         Log: Remove leftover dummy and cleanup the test case.
1147      Branch: perl
1148            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
1149            ! ext/threads/shared/t/hv_simple.t
1150 ____________________________________________________________________________
1151 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
1152         Log: Document the do BAREWORD change, from Rafael.
1153      Branch: perl
1154            ! pod/perldelta.pod
1155 ____________________________________________________________________________
1156 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
1157         Log: Remove the newly added makedepend .depending "token directory"
1158              when cleaning up.
1159      Branch: perl
1160            ! Makefile.SH
1161 ____________________________________________________________________________
1162 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
1163         Log: perldelta tweaks.
1164      Branch: perl
1165            ! pod/perldelta.pod
1166 ____________________________________________________________________________
1167 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
1168         Log: I assume the Perl fork() emulation is still experimental.
1169      Branch: perl
1170            ! pod/perlfork.pod
1171 ____________________________________________________________________________
1172 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
1173         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
1174              From: "Craig A. Berry" <craigberry@mac.com>
1175              Date: Sat, 8 Jun 2002 14:10:41 -0500
1176              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
1177      Branch: perl
1178            ! README.vms pod/perldelta.pod
1179 ____________________________________________________________________________
1180 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
1181         Log: Slight tweaks from Lupe Christoph.
1182      Branch: perl
1183            ! pod/perldelta.pod
1184 ____________________________________________________________________________
1185 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
1186         Log: Workaround for broken symlink traversal.
1187      Branch: perl
1188            ! installperl
1189 ____________________________________________________________________________
1190 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
1191         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
1192      Branch: perl
1193            ! utils/h2ph.PL
1194 ____________________________________________________________________________
1195 [ 17100] By: nick                                  on 2002/06/08  15:54:19
1196         Log: Integrate mainline
1197      Branch: perlio
1198           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
1199           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
1200           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
1201           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
1202           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
1203           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
1204 ____________________________________________________________________________
1205 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
1206         Log: Try to avoid a looping makedepend that sometimes
1207              happens when timestamps are out of sync.
1208      Branch: perl
1209            ! makedepend.SH
1210 ____________________________________________________________________________
1211 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
1212         Log: metaconfig tweaks from Robin Barker to go with #17097;
1213              update Glossary.patch and mkglossary.
1214      Branch: metaconfig
1215            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
1216            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
1217 ____________________________________________________________________________
1218 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
1219         Log: Various Configure tweaks.
1220      Branch: perl
1221            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1222 ____________________________________________________________________________
1223 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
1224         Log: Fix Glossary formatting bugs when creating Config.pm,
1225              from Robin Barker.
1226      Branch: perl
1227            ! configpm
1228 ____________________________________________________________________________
1229 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
1230         Log: perlivp: Too Much Information. 
1231      Branch: perl
1232            ! utils/perlivp.PL
1233 ____________________________________________________________________________
1234 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
1235         Log: h2ph: workarounds for too large hexadecimal constants.
1236              Now 'perlivp' passes without a whimper in Solaris 8 and
1237              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
1238              installation is weird; e.g. float.h is not in /usr/include...
1239              (cd /usr/include; h2ph -l -r .)
1240      Branch: perl
1241            ! utils/h2ph.PL
1242 ____________________________________________________________________________
1243 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
1244         Log: h2ph: handle function pointer constants.
1245      Branch: perl
1246            ! utils/h2ph.PL
1247 ____________________________________________________________________________
1248 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
1249         Log: Put back the [561+] markers (except for the New Tests
1250              section where the comparison is meaningless);
1251              note that perl561delta is really the changes both
1252              from 5.005_03 and 5.6.0.
1253      Branch: perl
1254            ! pod/perldelta.pod
1255 ____________________________________________________________________________
1256 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
1257         Log: Mention the dynamicness of Socket in VMS in another spot.
1258      Branch: perl
1259            ! pod/perldelta.pod
1260 ____________________________________________________________________________
1261 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
1262         Log: Address most of the issues found by Lupe Cristoph
1263              (only leave the VMS changes to the VMS people);
1264              move the VOS section to its right place;
1265              talk more about userlevel threads;
1266              eradicate end-of-line spaces.
1267      Branch: perl
1268            ! pod/perldelta.pod
1269 ____________________________________________________________________________
1270 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
1271         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
1272              From: Radu Greab <radu@netsoft.ro>
1273              Date: Sat, 8 Jun 2002 16:59:56 +0300
1274              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
1275              
1276              A test for #17082.
1277      Branch: perl
1278            ! ext/Storable/t/recurse.t
1279 ____________________________________________________________________________
1280 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
1281         Log: Explain at the top the situation in a nutshell;
1282              remove the [561+] tags as redundant;
1283              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
1284      Branch: perl
1285            ! pod/perldelta.pod
1286 ____________________________________________________________________________
1287 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
1288         Log: Subject: [Patch] perldelta for 5.8.0 RC1
1289              From: lupe@lupe-christoph.de (Lupe Christoph)
1290              Date: Sat, 8 Jun 2002 14:08:16 +0200
1291              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
1292      Branch: perl
1293            ! pod/perldelta.pod
1294 ____________________________________________________________________________
1295 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
1296         Log: Advertise the upcoming Win32::GetOSName().
1297      Branch: perl
1298            ! pod/perlport.pod
1299 ____________________________________________________________________________
1300 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
1301         Log: The lib/Win32.pod part of
1302              
1303              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
1304              From: "Yves Orton" <demerphq@hotmail.com>
1305              Date: Sat, 08 Jun 2002 00:27:25 +0200
1306              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
1307              
1308              (manually applied and tweaked) 
1309      Branch: perl
1310            ! lib/Win32.pod
1311 ____________________________________________________________________________
1312 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
1313         Log: Subject: Doc patches: assorted minor nits
1314              From: Philip Newton <Philip.Newton@gmx.net>
1315              Date: Sat, 08 Jun 2002 11:08:12 +0200
1316              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
1317      Branch: perl
1318            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
1319 ____________________________________________________________________________
1320 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
1321         Log: Subject: Re: doc bug in perldoc
1322              From: Philip Newton <Philip.Newton@gmx.net>
1323              Date: Sat, 08 Jun 2002 11:05:09 +0200
1324              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
1325      Branch: perl
1326            ! utils/perldoc.PL
1327 ____________________________________________________________________________
1328 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
1329         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
1330              From: Radu Greab <radu@netsoft.ro>
1331              Date: Sat, 8 Jun 2002 08:28:58 +0300
1332              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
1333      Branch: perl
1334            ! ext/Storable/Storable.xs
1335 ____________________________________________________________________________
1336 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
1337         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
1338              From: "Craig A. Berry" <craigberry@mac.com>
1339              Date: Fri, 7 Jun 2002 22:55:34 -0500
1340              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
1341              
1342              Handle also underflow on non-IEEE.
1343      Branch: perl
1344            ! numeric.c
1345 ____________________________________________________________________________
1346 [ 17080] By: sky                                   on 2002/06/08  10:06:05
1347         Log: Fix for bug [ID 20020602.007].
1348              Don't decrement the active flag until AFTER we have run perl_destruct
1349      Branch: perl
1350            ! ext/threads/threads.xs
1351 ____________________________________________________________________________
1352 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
1353         Log: h2ph: evil linux/byteorder/pdp_endian.h
1354      Branch: perl
1355            ! utils/h2ph.PL
1356 ____________________________________________________________________________
1357 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
1358         Log: h2ph: more evilness in the form of Linux inline assembler.
1359      Branch: perl
1360            ! utils/h2ph.PL
1361 ____________________________________________________________________________
1362 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
1363         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
1364              (note the final L) for ia32 and ia64 long doubles.
1365      Branch: perl
1366            ! utils/h2ph.PL
1367 ____________________________________________________________________________
1368 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
1369         Log: perlivp: more header matching.
1370      Branch: perl
1371            ! utils/perlivp.PL
1372 ____________________________________________________________________________
1373 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
1374         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
1375              From: Nicholas Clark <nick@unfortu.net>
1376              Date: Sat, 8 Jun 2002 00:39:22 +0100
1377              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
1378      Branch: perl
1379            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1380 ____________________________________________________________________________
1381 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
1382         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
1383              From: "Craig A. Berry" <craigberry@mac.com>
1384              Date: Fri, 7 Jun 2002 18:29:31 -0500
1385              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
1386      Branch: perl
1387            ! numeric.c
1388 ____________________________________________________________________________
1389 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
1390         Log: Reunite the first .PHONY targets (based on Garry Williams'
1391              reading of the GNU make manual).
1392      Branch: perl
1393            ! Makefile.SH
1394 ____________________________________________________________________________
1395 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
1396         Log: Subject: Re: [DOCPATCH] Thread.pm
1397              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1398              Date: Fri, 07 Jun 2002 23:57:01 +0200
1399              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
1400      Branch: perl
1401            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
1402 ____________________________________________________________________________
1403 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
1404         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
1405              From: Radu Greab <radu@netsoft.ro>
1406              Date: Sat, 8 Jun 2002 00:49:02 +0300
1407              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
1408      Branch: perl
1409            ! ext/Storable/t/recurse.t
1410 ____________________________________________________________________________
1411 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
1412         Log: h2ph: the fp exponent does need to have an explicit sign.
1413      Branch: perl
1414            ! utils/h2ph.PL
1415 ____________________________________________________________________________
1416 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
1417         Log: perlivp: tell what went wrong.
1418      Branch: perl
1419            ! utils/perlivp.PL
1420 ____________________________________________________________________________
1421 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
1422         Log: perlivp: sometimes headers and symbols don't quite match.
1423      Branch: perl
1424            ! utils/perlivp.PL
1425 ____________________________________________________________________________
1426 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
1427         Log: h2ph: One more usage example.
1428      Branch: perl
1429            ! utils/h2ph.PL
1430 ____________________________________________________________________________
1431 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
1432         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
1433      Branch: perl
1434            ! utils/h2ph.PL
1435 ____________________________________________________________________________
1436 [ 17065] By: nick                                  on 2002/06/07  18:21:36
1437         Log: Integrate mainline
1438      Branch: perlio
1439           +> ext/IO/hints/sco.pl
1440           !> (integrate 27 files)
1441 ____________________________________________________________________________
1442 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
1443         Log: uname() was returning "unknown" on IA64; handle other missing
1444              cases as well, and make any future unknown ones show up as
1445              unknown(0x123).
1446      Branch: perl
1447            ! win32/win32.c
1448 ____________________________________________________________________________
1449 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
1450         Log: There are many ways to skin a Win32 (from Sarathy).
1451      Branch: perl
1452            ! pod/perlport.pod
1453 ____________________________________________________________________________
1454 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
1455         Log: Typos spotted by Vadim.
1456      Branch: perl
1457            ! pod/perlport.pod
1458 ____________________________________________________________________________
1459 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
1460         Log: Update Changes.
1461      Branch: perl
1462            ! Changes patchlevel.h
1463 ____________________________________________________________________________
1464 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
1465         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
1466              From: lupe@lupe-christoph.de (Lupe Christoph)
1467              Date: Fri, 7 Jun 2002 13:38:24 +0200
1468              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
1469      Branch: perl
1470            ! pod/perlxs.pod
1471 ____________________________________________________________________________
1472 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
1473         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
1474              From: lupe@lupe-christoph.de (Lupe Christoph)
1475              Date: Fri, 7 Jun 2002 13:36:51 +0200
1476              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
1477      Branch: perl
1478            ! README.win32
1479 ____________________________________________________________________________
1480 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
1481         Log: gcc -Wall nit noticed by NI-S.
1482      Branch: perl
1483            ! pp.c
1484 ____________________________________________________________________________
1485 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
1486         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
1487              From: Andrew Hamm <AHamm@civica.com.au>
1488              Date: Fri, 7 Jun 2002 17:11:24 +1000
1489              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
1490      Branch: perl
1491            + ext/IO/hints/sco.pl
1492            ! MANIFEST
1493 ____________________________________________________________________________
1494 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
1495         Log: Integrate perlio:
1496              
1497              [ 17053]
1498              Don't discard read data on flush if seek fails.
1499      Branch: perl
1500           !> perlio.c
1501 ____________________________________________________________________________
1502 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
1503         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
1504      Branch: perl
1505            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
1506            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
1507            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
1508            ! pod/perlport.pod pod/perltoot.pod
1509 ____________________________________________________________________________
1510 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
1511         Log: More Winlore from Vadim.
1512      Branch: perl
1513            ! pod/perlport.pod
1514 ____________________________________________________________________________
1515 [ 17053] By: nick                                  on 2002/06/07  10:11:51
1516         Log: Don't discard read data on flush if seek fails.
1517      Branch: perlio
1518            ! perlio.c
1519 ____________________________________________________________________________
1520 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
1521         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
1522              From: Radu Greab <radu@netsoft.ro>
1523              Date: Fri, 7 Jun 2002 05:17:58 +0300
1524              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
1525      Branch: perl
1526            ! ext/Storable/Storable.xs
1527 ____________________________________________________________________________
1528 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
1529         Log: Split in two the .PHONY target so that makes without .PHONY
1530              when invoked as "make" won't wander off into the targets "compile
1531              translator utilities" and instead stay in the "all" target.
1532              Diagnosed by Garry Williams.
1533      Branch: perl
1534            ! Makefile.SH
1535 ____________________________________________________________________________
1536 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
1537         Log: Retract #16892 now that we have #17022.
1538      Branch: perl
1539            ! lib/Cwd.pm
1540 ____________________________________________________________________________
1541 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
1542         Log: Update the SUPER-UX situation.
1543      Branch: perl
1544            ! pod/perldelta.pod
1545 ____________________________________________________________________________
1546 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
1547         Log: More Windows wisdom from Sarathy;
1548              remove old UTS entry; add SUPER-UX.
1549      Branch: perl
1550            ! pod/perlport.pod
1551 ____________________________________________________________________________
1552 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
1553         Log: Windows wisdom from Sarathy.
1554      Branch: perl
1555            ! pod/perlvar.pod
1556 ____________________________________________________________________________
1557 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
1558         Log: The perlio warnings are not mandatory.
1559      Branch: perl
1560            ! pod/perldiag.pod
1561 ____________________________________________________________________________
1562 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
1563         Log: Typolice.
1564      Branch: perl
1565            ! utils/c2ph.PL x2p/s2p.PL
1566 ____________________________________________________________________________
1567 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
1568         Log: Document that $^O in Win32 is a bit lacking in details.
1569      Branch: perl
1570            ! pod/perlvar.pod
1571 ____________________________________________________________________________
1572 [ 17043] By: nick                                  on 2002/06/06  18:51:48
1573         Log: Integrate mainline
1574      Branch: perlio
1575           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
1576           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
1577           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
1578           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
1579           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
1580           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
1581 ____________________________________________________________________________
1582 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
1583         Log: Win32 is not an OS.
1584      Branch: perl
1585            ! pod/perlport.pod
1586 ____________________________________________________________________________
1587 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
1588         Log: The Makefile.SH part of
1589              
1590              Subject: [PATCH] corrections to Config.pm
1591              From: Robin Barker <rmb1@cise.npl.co.uk>
1592              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
1593              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
1594              
1595              and regen Configure.
1596      Branch: perl
1597            ! Configure Makefile.SH Porting/config.sh Porting/config_H
1598 ____________________________________________________________________________
1599 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
1600         Log: Supported platforms tweaks.
1601      Branch: perl
1602            ! pod/perlport.pod
1603 ____________________________________________________________________________
1604 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
1605         Log: Update the 5.005-threads failure list.
1606      Branch: perl
1607            ! pod/perldelta.pod
1608 ____________________________________________________________________________
1609 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
1610         Log: Make pstruct and psed appear also on platforms with
1611              $Config{d_link} but filesystems without link() (like FAT).
1612              Should deal with [ID 20020602.003] and
1613              "RC1 for MSWin32-x86-multi-thread build bug report".
1614              Diagnosis by Sarathy.
1615      Branch: perl
1616            ! utils/c2ph.PL x2p/s2p.PL
1617 ____________________________________________________________________________
1618 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
1619         Log: Subject: [PATCH] Thread.pm
1620              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1621              Date: Thu, 06 Jun 2002 10:47:36 +0200
1622              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
1623      Branch: perl
1624            ! lib/Thread.pm
1625 ____________________________________________________________________________
1626 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
1627         Log: Rafael noticed a bug in the explanation of #17035.
1628      Branch: perl
1629            ! pod/perldiag.pod
1630 ____________________________________________________________________________
1631 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
1632         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
1633      Branch: perl
1634            ! pod/perldiag.pod
1635 ____________________________________________________________________________
1636 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
1637         Log: Subject: [DOCPATCH] perlthtut.pod
1638              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1639              Date: Thu, 06 Jun 2002 10:40:02 +0200
1640              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
1641      Branch: perl
1642            ! pod/perlthrtut.pod
1643 ____________________________________________________________________________
1644 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
1645         Log: NetWare update from Ananth Kesari.
1646      Branch: perl
1647            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
1648            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
1649            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
1650            ! NetWare/t/NWScripts.pl x2p/a2p.h
1651 ____________________________________________________________________________
1652 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
1653         Log: Integrate perlio:
1654              
1655              [ 17030]
1656              doio.c tweaks
1657              - see SV passed to dup type open "looks_like__number"
1658              - apply layers to pipe opens.
1659      Branch: perl
1660           !> doio.c
1661 ____________________________________________________________________________
1662 [ 17031] By: ams                                   on 2002/06/06  11:49:13
1663         Log: Subject: [PATCH] perlguts.pod
1664              From: Nicholas Clark <nick@ccl4.org>
1665              Date: Thu, 6 Jun 2002 11:29:19 +0100
1666              Message-Id: <20020606112919.P22873@plum.flirble.org>
1667      Branch: perl
1668            ! pod/perlguts.pod
1669 ____________________________________________________________________________
1670 [ 17030] By: nick                                  on 2002/06/06  07:26:11
1671         Log: doio.c tweaks
1672              - see SV passed to dup type open "looks_like__number"
1673              - apply layers to pipe opens.
1674      Branch: perlio
1675            ! doio.c
1676 ____________________________________________________________________________
1677 [ 17029] By: nick                                  on 2002/06/06  06:32:35
1678         Log: Integrate mainline
1679      Branch: perlio
1680           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
1681           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
1682           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
1683           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
1684           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
1685 ____________________________________________________________________________
1686 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
1687         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
1688              output buffers because they exited with PerlProc_exit()
1689              instead of my_exit() (from Andy Dougherty)
1690      Branch: perl
1691            ! perl.c
1692 ____________________________________________________________________________
1693 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
1694         Log: BeOS status update; all platforms status update.
1695      Branch: perl
1696            ! README.beos pod/perlport.pod
1697 ____________________________________________________________________________
1698 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
1699         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
1700              From: Stas Bekman <stas@stason.org>
1701              Date: Wed, 05 Jun 2002 15:26:02 +0800
1702              Message-ID: <3CFDBD0A.8090505@stason.org>      
1703      Branch: perl
1704            ! lib/Pod/Html.pm
1705 ____________________________________________________________________________
1706 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
1707         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
1708              From: "Craig A. Berry" <craigberry@mac.com>
1709              Date: Wed, 05 Jun 2002 17:31:18 -0500
1710              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
1711      Branch: perl
1712            ! t/op/arith.t
1713 ____________________________________________________________________________
1714 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
1715         Log: MacOS X 10.1.5 still failing the DB tests.
1716      Branch: perl
1717            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
1718            ! pod/perldelta.pod
1719 ____________________________________________________________________________
1720 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
1721         Log: Address the second half of
1722              
1723              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
1724              From: jv@squirrel.nl (Johan Vromans)
1725              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
1726              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
1727              
1728              so that multiarg piped opens only accept optional whitespace
1729              after the "|-".  If and when perlio discipline awareness added
1730              to |-, the now added code branch will grow.
1731              
1732              No test case because hard to think of anything even remotely
1733              portable.
1734      Branch: perl
1735            ! doio.c
1736 ____________________________________________________________________________
1737 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
1738         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
1739              From: Doug MacEachern <dougm@covalent.net>
1740              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
1741              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
1742              
1743              (plus a test expanded from Schwern's [ID 20020602.006])
1744      Branch: perl
1745            ! pp.c t/op/tie.t
1746 ____________________________________________________________________________
1747 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
1748         Log: Subject: doc bug in perldoc
1749              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1750              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
1751              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
1752      Branch: perl
1753            ! utils/perldoc.PL
1754 ____________________________________________________________________________
1755 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
1756         Log: AUTHORS updates; perldelta blame^Wfame additions.
1757      Branch: perl
1758            ! AUTHORS pod/perldelta.pod
1759 ____________________________________________________________________________
1760 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
1761         Log: Mention Carp enhancements.
1762      Branch: perl
1763            ! pod/perldelta.pod
1764 ____________________________________________________________________________
1765 [ 17018] By: sky                                   on 2002/06/05  18:49:10
1766         Log: Update text slightly and update links to threads.pm instead of Thread.pm
1767      Branch: perl
1768            ! pod/perlfunc.pod
1769 ____________________________________________________________________________
1770 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
1771         Log: Remove a comma and a few whitespaces.
1772      Branch: perl
1773            ! pod/perlfunc.pod
1774 ____________________________________________________________________________
1775 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
1776         Log: $^O is 'beos' on BeOS
1777      Branch: perl
1778            ! lib/Tie/File/t/16_handle.t
1779 ____________________________________________________________________________
1780 [ 17015] By: nick                                  on 2002/06/05  15:11:00
1781         Log: Integrate mainline (for Configure)
1782      Branch: perlio
1783           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1784           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
1785           !> hints/linux.sh myconfig.SH pod/perldelta.pod
1786 ____________________________________________________________________________
1787 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
1788         Log: Update Changes.
1789      Branch: perl
1790            ! Changes patchlevel.h
1791 ____________________________________________________________________________
1792 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
1793         Log: Mention the flakiness of AIX' make.
1794      Branch: perl
1795            ! pod/perldelta.pod
1796 ____________________________________________________________________________
1797 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
1798         Log: metaconfig unit change for #17011.
1799      Branch: metaconfig
1800            ! U/installdirs/inc_version_list.U
1801 ____________________________________________________________________________
1802 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
1803         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
1804              From: jason@openinformatics.com (Jason E. Stewart)
1805              Date: 04 Jun 2002 16:42:32 -0600
1806              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
1807              
1808              Unexpanded $prefix.
1809      Branch: perl
1810            ! Configure
1811 ____________________________________________________________________________
1812 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
1813         Log: glibc version is more a library issue than a compiler issue.
1814      Branch: perl
1815            ! myconfig.SH
1816 ____________________________________________________________________________
1817 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
1818         Log: Subject: [Encode PATCH] spurious warning
1819              From: Nicholas Clark <nick@unfortu.net>
1820              Date: Sun, 2 Jun 2002 20:26:22 +0100
1821              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
1822      Branch: perl
1823            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
1824 ____________________________________________________________________________
1825 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
1826         Log: Show gnulibc_version in myconfig. 
1827      Branch: perl
1828            ! myconfig.SH
1829 ____________________________________________________________________________
1830 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
1831         Log: Regen Glossary for #16991.
1832      Branch: perl
1833            ! Porting/Glossary Porting/config.sh Porting/config_H
1834 ____________________________________________________________________________
1835 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
1836         Log: More for #16991.
1837      Branch: perl
1838            ! hints/linux.sh
1839 ____________________________________________________________________________
1840 [ 17005] By: nick                                  on 2002/06/05  07:23:22
1841         Log: Integrate mainline
1842      Branch: perlio
1843           +> ext/Thread/README.threads
1844            - README.threads
1845           !> (integrate 81 files)
1846 ____________________________________________________________________________
1847 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
1848         Log: FAQ sync.
1849      Branch: perl
1850            ! pod/perlfaq6.pod
1851 ____________________________________________________________________________
1852 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
1853         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
1854              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1855              Date: Sun, 02 Jun 2002 21:36:05 +0200
1856              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
1857      Branch: perl
1858            ! ext/threads/shared/queue.pm
1859 ____________________________________________________________________________
1860 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
1861         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
1862              From: "Daniel Berger" <djberg96@attbi.com>
1863              Date: Mon, 03 Jun 2002 19:18:38 GMT
1864              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
1865      Branch: perl
1866            ! README.beos
1867 ____________________________________________________________________________
1868 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
1869         Log: Subject: One more sorry for Oracle
1870              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1871              Date: Tue, 04 Jun 2002 10:02:17 +0200
1872              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
1873              
1874              (modified)
1875      Branch: perl
1876            ! README.hpux
1877 ____________________________________________________________________________
1878 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
1879         Log: metaconfig unit change for #16999.
1880      Branch: metaconfig
1881            ! U/threads/usethreads.U
1882 ____________________________________________________________________________
1883 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
1884         Log: Disable the combination of ithreads but not perlio.
1885      Branch: perl
1886            ! Configure INSTALL
1887 ____________________________________________________________________________
1888 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
1889         Log: perlthrtut links.
1890      Branch: perl
1891            ! ext/threads/shared/shared.pm ext/threads/threads.pm
1892            ! pod/perldelta.pod
1893 ____________________________________________________________________________
1894 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
1895         Log: Unmatchings.
1896      Branch: perl
1897            ! README.netware README.win32
1898 ____________________________________________________________________________
1899 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
1900         Log: Subject: Re: 2nd draft of announcement
1901              From: "John P. Linderman" <jpl@research.att.com>
1902              Date: Mon, 03 Jun 2002 08:57:49 -0400
1903              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
1904              
1905              Let's not forget the mystery IRIX failure.
1906      Branch: perl
1907            ! pod/perldelta.pod
1908 ____________________________________________________________________________
1909 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
1910         Log: Move the obsolete README.threads out of sight to ext/Threads;
1911              save one part of the IRIX knowledge in INSTALL (though IRIX
1912              6.2 is quite old...)
1913      Branch: perl
1914            + ext/Thread/README.threads
1915            - README.threads
1916            ! INSTALL MANIFEST
1917 ____________________________________________________________________________
1918 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
1919         Log: Upgrade to Math::BigRat 0.07.
1920      Branch: perl
1921            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
1922            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
1923            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
1924 ____________________________________________________________________________
1925 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
1926         Log: metaconfig unit change #16991.
1927      Branch: metaconfig
1928            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
1929 ____________________________________________________________________________
1930 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
1931         Log: Forgot from #16991.
1932      Branch: perl
1933            ! config_h.SH
1934 ____________________________________________________________________________
1935 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
1936         Log: Subject: Re: hints/linux.sh & stdio
1937              From: Andy Dougherty <doughera@lafayette.edu>
1938              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
1939              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
1940      Branch: perl
1941            ! Configure
1942 ____________________________________________________________________________
1943 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
1944         Log: Integrate maintperl change #16988;
1945              
1946              make IO::Pipe work on windows
1947      Branch: perl
1948           !> ext/IO/lib/IO/Pipe.pm
1949 ____________________________________________________________________________
1950 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
1951         Log: Integrate macperl changes #16974 and #16975;
1952              
1953              nativize() isn't happy with absolute Mac paths
1954              
1955              Test::Harness test fixes, attempt #3 :-)
1956      Branch: perl
1957           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
1958           !> lib/Test/Harness/t/callback.t
1959           !> lib/Test/Harness/t/strap-analyze.t
1960           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
1961 ____________________________________________________________________________
1962 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
1963         Log: make IO::Pipe work on windows
1964      Branch: maint-5.6/perl
1965            ! ext/IO/lib/IO/Pipe.pm
1966 ____________________________________________________________________________
1967 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
1968         Log: s/modperl/mod_perl/g
1969      Branch: perl
1970            ! README.aix pod/perldelta.pod
1971 ____________________________________________________________________________
1972 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
1973         Log: Subject: [DOC PATCH] perldelta.pod
1974              From: Philip Newton <Philip.Newton@gmx.net>
1975              Date: Tue, 04 Jun 2002 06:52:55 +0200
1976              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
1977              
1978              (with one nit, s/modperl/mod_perl/)
1979      Branch: perl
1980            ! pod/perldelta.pod
1981 ____________________________________________________________________________
1982 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
1983         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
1984      Branch: perl
1985            ! pod/perlfunc.pod
1986 ____________________________________________________________________________
1987 [ 16984] By: ams                                   on 2002/06/04  01:05:49
1988         Log: Subject: [PATCH] Re: Some bugs in RC1
1989              From: Michael G Schwern <schwern@pobox.com>
1990              Date: Mon, 03 Jun 2002 19:59:21 -0400
1991              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
1992      Branch: perl
1993            ! lib/perl5db.pl
1994 ____________________________________________________________________________
1995 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
1996         Log: Update Errno slightly to latest version
1997      Branch: macperl
1998            ! macos/lib/Errno.pm
1999 ____________________________________________________________________________
2000 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
2001         Log: Protect against localizing an %ENV slice.
2002      Branch: perl
2003            ! lib/Cwd.pm
2004 ____________________________________________________________________________
2005 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
2006         Log: Document that lock() is a "weak keyword".
2007      Branch: perl
2008            ! pod/perlfunc.pod
2009 ____________________________________________________________________________
2010 [ 16980] By: ams                                   on 2002/06/03  18:38:26
2011         Log: Subject: [PATCH Switch.pm] Minor typo
2012              From: Philip Newton <Philip.Newton@gmx.net>
2013              Date: Mon, 03 Jun 2002 21:35:55 +0200
2014              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
2015      Branch: perl
2016            ! lib/Switch.pm
2017 ____________________________________________________________________________
2018 [ 16979] By: ams                                   on 2002/06/03  17:06:03
2019         Log: Remove all occurrences of occurence, except for one (in the
2020              Changelog) that is preserved for historical reasons.
2021      Branch: perl
2022            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
2023            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
2024            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
2025 ____________________________________________________________________________
2026 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
2027         Log: Update Changes
2028      Branch: macperl
2029            ! macos/Changes
2030 ____________________________________________________________________________
2031 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
2032         Log: Update Help menu for 5.8
2033      Branch: macperl
2034            ! macos/macperl/MacPerl.podhelp
2035 ____________________________________________________________________________
2036 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
2037         Log: Bump versions
2038      Branch: macperl
2039            ! macos/MPVersion.r macos/config.h macos/config.sh
2040 ____________________________________________________________________________
2041 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
2042         Log: Test::Harness test fixes, attempt #3 :-)
2043      Branch: macperl
2044            ! lib/Test/Harness/t/callback.t
2045            ! lib/Test/Harness/t/strap-analyze.t
2046            ! lib/Test/Harness/t/test-harness.t
2047 ____________________________________________________________________________
2048 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
2049         Log: nativize() isn't happy with absolute Mac paths
2050      Branch: macperl
2051            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
2052            ! lib/lib_pm.PL
2053 ____________________________________________________________________________
2054 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
2055         Log: Integrate #16971 from maint-5.6;
2056              
2057              IO::Poll wasn't working on windows since poll.c wasn't using the
2058              same abstractions as perl; for test case, see:
2059              http://bugs.activestate.com/show_bug.cgi?id=19624
2060      Branch: perl
2061           !> XSUB.h ext/IO/poll.c
2062 ____________________________________________________________________________
2063 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
2064         Log: A few links.
2065      Branch: perl
2066            ! pod/perldelta.pod
2067 ____________________________________________________________________________
2068 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
2069         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
2070              same abstractions as perl; for test case, see:
2071              http://bugs.activestate.com/show_bug.cgi?id=19624
2072      Branch: maint-5.6/perl
2073            ! XSUB.h ext/IO/poll.c
2074 ____________________________________________________________________________
2075 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
2076         Log: Various perldelta tweaks.
2077      Branch: perl
2078            ! pod/perldelta.pod
2079 ____________________________________________________________________________
2080 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
2081         Log: Update Changes.
2082      Branch: perl
2083            ! Changes patchlevel.h
2084 ____________________________________________________________________________
2085 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
2086         Log: Integrate perl for 5.8.0 RC1
2087      Branch: macperl
2088           !> (integrate 77 files)
2089 ____________________________________________________________________________
2090 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
2091         Log: Two obsolete files.
2092      Branch: perl
2093            ! Porting/makerel
2094 ____________________________________________________________________________
2095 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
2096         Log: This is Perl 5.8.0 RC 1.
2097      Branch: perl
2098            ! patchlevel.h
2099 ____________________________________________________________________________
2100 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
2101         Log: Update Changes.
2102      Branch: perl
2103            ! Changes patchlevel.h
2104 ____________________________________________________________________________
2105 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
2106         Log: Subject: [Encode] 1.75 Released
2107              From: Dan Kogai <dankogai@dan.co.jp>
2108              Date: Sun, 2 Jun 2002 03:19:19 +0900
2109              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
2110      Branch: perl
2111            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
2112            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2113            ! ext/Encode/lib/Encode/Alias.pm
2114            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2115            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
2116 ____________________________________________________________________________
2117 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
2118         Log: Paranoia regen_headers; no changes but at least
2119              the timestamps are now fine.
2120      Branch: perl
2121            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
2122            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
2123            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
2124            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
2125            ! warnings.h
2126 ____________________________________________________________________________
2127 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
2128         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
2129              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2130              Date: Sat, 01 Jun 2002 11:35:22 +0200
2131              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
2132      Branch: perl
2133            ! README.hpux
2134 ____________________________________________________________________________
2135 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
2136         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
2137      Branch: perl
2138            ! pod/perldelta.pod pod/perltoc.pod
2139 ____________________________________________________________________________
2140 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
2141         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
2142      Branch: perl
2143            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
2144            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
2145 ____________________________________________________________________________
2146 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
2147         Log: Even more VMSifying (this time more like de-MacOSifying).
2148      Branch: perl
2149            ! lib/Test/Harness/t/test-harness.t
2150 ____________________________________________________________________________
2151 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
2152         Log: VMSifying from Craig Berry.
2153      Branch: perl
2154            ! lib/Test/Harness/t/callback.t
2155            ! lib/Test/Harness/t/strap-analyze.t
2156            ! lib/Test/Harness/t/test-harness.t
2157 ____________________________________________________________________________
2158 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
2159         Log: Mention the CJK docs.
2160      Branch: perl
2161            ! pod/perldelta.pod
2162 ____________________________________________________________________________
2163 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
2164         Log: Subject: [PATCH] another Storable test
2165              From: Nicholas Clark <nick@unfortu.net>
2166              Date: Sat, 1 Jun 2002 14:07:01 +0100
2167              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
2168      Branch: perl
2169            ! ext/Storable/t/interwork56.t
2170 ____________________________________________________________________________
2171 [ 16955] By: nick                                  on 2002/06/01  09:02:48
2172         Log: Integrate mainline
2173      Branch: perlio
2174            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
2175           !> (integrate 62 files)
2176 ____________________________________________________________________________
2177 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
2178         Log: Make the changes MacOS-specific.
2179      Branch: perl
2180            ! lib/Test/Harness/t/callback.t
2181            ! lib/Test/Harness/t/strap-analyze.t
2182            ! lib/Test/Harness/t/test-harness.t
2183 ____________________________________________________________________________
2184 [ 16953] By: ams                                   on 2002/06/01  03:20:52
2185         Log: Remove $Id$ lines.
2186      Branch: perl
2187            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
2188            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
2189            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
2190            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
2191            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
2192            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
2193            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
2194            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
2195            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
2196            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
2197            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
2198            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
2199            ! ext/Storable/t/utf8hash.t
2200 ____________________________________________________________________________
2201 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
2202         Log: Perl Labs dead, Smokers live.
2203      Branch: perl
2204            ! pod/perlhack.pod
2205 ____________________________________________________________________________
2206 [ 16951] By: ams                                   on 2002/06/01  03:08:02
2207         Log: Nitpick at ChangeLog until it is consistently formatted.
2208      Branch: perl
2209            ! ext/Storable/ChangeLog
2210 ____________________________________________________________________________
2211 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
2212         Log: strictify lib.pm.
2213      Branch: perl
2214            ! lib/lib_pm.PL
2215 ____________________________________________________________________________
2216 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
2217         Log: s/invcer/incver/
2218      Branch: perl
2219            ! lib/lib_pm.PL
2220 ____________________________________________________________________________
2221 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
2222         Log: Subject: Re: perl@16925
2223              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2224              Date: Fri, 31 May 2002 19:56:39 -0700
2225              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
2226              
2227              Self-tie clarifications.
2228      Branch: perl
2229            ! pod/perldelta.pod
2230 ____________________________________________________________________________
2231 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
2232         Log: Be exact of what happens.
2233      Branch: perl
2234            ! README.cygwin
2235 ____________________________________________________________________________
2236 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
2237         Log: Subject: [Patch] Inplace editing on Cygwin and others?
2238              From: "Gerrit P. Haase" <gp@familiehaase.de>
2239              Date: Sat, 1 Jun 2002 04:14:43 +0200
2240              Message-ID: <199100765833.20020601041443@familiehaase.de>
2241      Branch: perl
2242            ! README.cygwin doio.c perl.c
2243 ____________________________________________________________________________
2244 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
2245         Log: MacOS test glitch.
2246      Branch: perl
2247            ! ext/Digest/MD5/t/files.t
2248 ____________________________________________________________________________
2249 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
2250         Log: Update Changes.
2251      Branch: perl
2252            ! Changes patchlevel.h
2253 ____________________________________________________________________________
2254 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
2255         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
2256              From: "Craig A. Berry" <craigberry@mac.com>
2257              Date: Fri, 31 May 2002 17:20:11 -0500
2258              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
2259              
2260              Avoid redef warning.
2261      Branch: perl
2262            ! lib/Math/BigInt/Calc.pm
2263 ____________________________________________________________________________
2264 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
2265         Log: Integrate macperl patches #16926 and #16938;
2266              
2267              Big MacPerl Testing Patch No. 2
2268              
2269              Big MacPerl Testing Patch No. 3
2270      Branch: perl
2271           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
2272           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
2273           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
2274           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
2275           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
2276           !> lib/Test/Harness/t/callback.t
2277           !> lib/Test/Harness/t/strap-analyze.t
2278           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
2279           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
2280           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
2281 ____________________________________________________________________________
2282 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
2283         Log: Configuration / test updates
2284      Branch: macperl
2285            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2286            ! macos/Makefile.mk
2287 ____________________________________________________________________________
2288 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
2289         Log: Fix various Makefile.PL for string/array conflicts
2290      Branch: macperl
2291            ! macos/ext/Mac/Controls/Makefile.PL
2292            ! macos/ext/Mac/Dialogs/Makefile.PL
2293            ! macos/ext/Mac/Events/Makefile.PL
2294            ! macos/ext/Mac/Files/Makefile.PL
2295            ! macos/ext/Mac/Fonts/Makefile.PL
2296            ! macos/ext/Mac/Lists/Makefile.PL
2297            ! macos/ext/Mac/Menus/Makefile.PL
2298            ! macos/ext/Mac/MoreFiles/Makefile.PL
2299            ! macos/ext/Mac/Movies/Makefile.PL
2300            ! macos/ext/Mac/Navigation/Makefile.PL
2301            ! macos/ext/Mac/Notification/Makefile.PL
2302            ! macos/ext/Mac/OSA/Makefile.PL
2303            ! macos/ext/Mac/QDOffscreen/Makefile.PL
2304            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
2305            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
2306            ! macos/ext/Mac/StandardFile/Makefile.PL
2307            ! macos/ext/Mac/TextEdit/Makefile.PL
2308            ! macos/ext/Mac/Windows/Makefile.PL
2309            ! macos/ext/MacPerl/Makefile.PL
2310 ____________________________________________________________________________
2311 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
2312         Log: Integrate perl
2313      Branch: macperl
2314            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
2315           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
2316           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
2317           !> pod/perlvar.pod
2318 ____________________________________________________________________________
2319 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
2320         Log: Big MacPerl Testing Patch No. 3
2321      Branch: macperl
2322            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
2323            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
2324            ! lib/Test/Harness/t/callback.t
2325            ! lib/Test/Harness/t/strap-analyze.t
2326            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
2327            ! utils/dprofpp.PL utils/splain.PL
2328 ____________________________________________________________________________
2329 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
2330         Log: Update the LWP status.
2331      Branch: perl
2332            ! pod/perldelta.pod
2333 ____________________________________________________________________________
2334 [ 16936] By: nick                                  on 2002/05/31  20:07:40
2335         Log: Integrate mainline
2336      Branch: perlio
2337           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
2338           +> lib/File/Spec/NW5.pm
2339            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
2340            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
2341            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
2342            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
2343           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
2344           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
2345           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
2346           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
2347           !> pod/perlvar.pod toke.c
2348 ____________________________________________________________________________
2349 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
2350         Log: Freudian slip :-)
2351      Branch: perl
2352            ! pod/perlhist.pod
2353 ____________________________________________________________________________
2354 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
2355         Log: perlhist update.
2356      Branch: perl
2357            ! pod/perlhist.pod
2358 ____________________________________________________________________________
2359 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
2360         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
2361              From: Andy Dougherty <doughera@lafayette.edu>
2362              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
2363              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
2364      Branch: perl
2365            ! lib/Math/BigInt/t/mbi_rand.t
2366 ____________________________________________________________________________
2367 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
2368         Log: From: Michael G Schwern <schwern@pobox.com>
2369              Date: Fri, 31 May 2002 15:18:02 -0400
2370              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
2371              To: perl5-porters@perl.org
2372      Branch: perl
2373            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
2374            ! MANIFEST
2375 ____________________________________________________________________________
2376 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
2377         Log: More datapoints on gcc/alpha.
2378      Branch: perl
2379            ! pod/perldelta.pod
2380 ____________________________________________________________________________
2381 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
2382         Log: Document that old gccs on Alpha are no good.
2383      Branch: perl
2384            ! pod/perldelta.pod
2385 ____________________________________________________________________________
2386 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
2387         Log: Integrate perl
2388      Branch: macperl
2389           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
2390           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
2391           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
2392           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
2393           +> t/lib/sample-tests/skipall_nomsg
2394            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
2395            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
2396            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
2397            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
2398            - NetWare/bat/ToggleXDC.bat
2399           !> (integrate 86 files)
2400 ____________________________________________________________________________
2401 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
2402         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
2403              From: Colin Watson <colinw@zeus.com>
2404              Date: Fri, 31 May 2002 17:34:06 +0100
2405              Message-ID: <20020531163406.GA10401@zeus.com>
2406      Branch: perl
2407            ! hints/hpux.sh
2408 ____________________________________________________________________________
2409 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
2410         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
2411              From: Paul_GreenVOS@vos.stratus.com
2412              Date: Fri, 31 May 02 12:23 edt
2413              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
2414      Branch: perl
2415            ! pod/perlport.pod pod/perlvar.pod
2416 ____________________________________________________________________________
2417 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
2418         Log: Big MacPerl Testing Patch No. 2
2419              There might be more soon, but this is almost all of it for now
2420      Branch: macperl
2421            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
2422            ! lib/Devel/SelfStubber.t lib/English.t
2423            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
2424            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
2425            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
2426            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
2427 ____________________________________________________________________________
2428 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
2429         Log: Update Changes.
2430      Branch: perl
2431            ! Changes patchlevel.h
2432 ____________________________________________________________________________
2433 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
2434         Log: Missing MANIFESTations.
2435      Branch: perl
2436            ! MANIFEST
2437 ____________________________________________________________________________
2438 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
2439         Log: DJGPP tweaks from Laszlo.
2440      Branch: perl
2441            ! lib/English.t
2442 ____________________________________________________________________________
2443 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
2444         Log: NetWare update from Ananth Kesari.
2445      Branch: perl
2446            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
2447            + lib/File/Spec/NW5.pm
2448            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
2449            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
2450            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
2451            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
2452            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
2453            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
2454            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
2455 ____________________________________________________________________________
2456 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
2457         Log: Integrate perlio:
2458              
2459              [ 16920]
2460              Use File::Spec for blib expectance tests - skating round
2461              existing MacOS and VMS hacks.
2462      Branch: perl
2463           !> lib/blib.t
2464 ____________________________________________________________________________
2465 [ 16920] By: nick                                  on 2002/05/31  08:48:40
2466         Log: Use File::Spec for blib expectance tests - skating round
2467              existing MacOS and VMS hacks.
2468      Branch: perlio
2469            ! lib/blib.t
2470 ____________________________________________________________________________
2471 [ 16919] By: nick                                  on 2002/05/31  08:39:37
2472         Log: Integrate mainline
2473      Branch: perlio
2474           +> ext/Storable/t/interwork56.t
2475           +> ext/Storable/t/make_56_interwork.pl
2476           +> lib/ExtUtils/t/writemakefile_args.t
2477           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
2478           +> t/lib/sample-tests/skipall_nomsg
2479            - NetWare/bat/Setwatcom.bat
2480           !> (integrate 62 files)
2481 ____________________________________________________________________________
2482 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
2483         Log: Regen toc.
2484      Branch: perl
2485            ! pod/perltoc.pod
2486 ____________________________________________________________________________
2487 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
2488         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
2489              From: "Craig A. Berry" <craigberry@mac.com>
2490              Date: Thu, 30 May 2002 22:14:15 -0500
2491              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
2492      Branch: perl
2493            ! t/test.pl
2494 ____________________________________________________________________________
2495 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
2496         Log: Missing from #16914.
2497      Branch: perl
2498            ! MANIFEST
2499 ____________________________________________________________________________
2500 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
2501         Log: BeOS status update.
2502      Branch: perl
2503            ! AUTHORS README.beos pod/perldelta.pod
2504 ____________________________________________________________________________
2505 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
2506         Log: Upgrade to Test::Harness 2.24.
2507      Branch: perl
2508            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
2509            + t/lib/sample-tests/skipall_nomsg
2510            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2511            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
2512            ! lib/Test/Harness/t/strap-analyze.t
2513            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
2514 ____________________________________________________________________________
2515 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
2516         Log: metaconfig unit change for #16912.
2517      Branch: metaconfig/U/perl
2518            ! perlpath.U
2519 ____________________________________________________________________________
2520 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
2521         Log: Subject: Improved $^X patch
2522              From: Paul_GreenVOS@vos.stratus.com
2523              Date: Thu, 30 May 02 17:32 edt
2524              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
2525      Branch: perl
2526            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2527            ! pod/perlport.pod pod/perlvar.pod
2528 ____________________________________________________________________________
2529 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
2530         Log: Subject: [PATCH configure.com] _ext -> _exe
2531              From: "Craig A. Berry" <craigberry@mac.com>
2532              Date: Thu, 30 May 2002 18:32:43 -0500
2533              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
2534      Branch: perl
2535            ! configure.com
2536 ____________________________________________________________________________
2537 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
2538         Log: Because of #16909 MANIFEST changes.
2539      Branch: perl
2540            ! t/TEST t/harness
2541 ____________________________________________________________________________
2542 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
2543         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
2544              From: Nicholas Clark <nick@unfortu.net>
2545              Date: Fri, 31 May 2002 00:02:22 +0100
2546              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
2547      Branch: perl
2548            + ext/Storable/t/interwork56.t
2549            + ext/Storable/t/make_56_interwork.pl
2550            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
2551            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
2552            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
2553 ____________________________________________________________________________
2554 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
2555         Log: Integrate perlio:
2556              
2557              [ 16895]
2558              Play safe and avoid writes to stdio's buffer (for glibc2.3)
2559      Branch: perl
2560           !> perlio.c
2561 ____________________________________________________________________________
2562 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
2563         Log: Upgrade to Math::BigRat 0.06.
2564      Branch: perl
2565            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
2566 ____________________________________________________________________________
2567 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
2568         Log: Upgrade to Math::BigInt 1.57.
2569      Branch: perl
2570            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2571            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2572            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
2573            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
2574            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
2575 ____________________________________________________________________________
2576 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
2577         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
2578              From: "Craig A. Berry" <craigberry@mac.com>
2579              Date: Thu, 30 May 2002 16:22:40 -0500
2580              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
2581      Branch: perl
2582            ! lib/blib.t
2583 ____________________________________________________________________________
2584 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
2585         Log: Upgrade to ExtUtils::MakeMaker 6.01.
2586      Branch: perl
2587            + lib/ExtUtils/t/writemakefile_args.t
2588            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2589            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
2590            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
2591            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
2592            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2593            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2594            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
2595            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
2596 ____________________________________________________________________________
2597 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
2598         Log: prevent attempts to load extension libraries more than once on darwin.
2599              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
2600      Branch: perl
2601            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
2602 ____________________________________________________________________________
2603 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
2604         Log: Obsolete file.
2605      Branch: perl
2606            - NetWare/bat/Setwatcom.bat
2607            ! MANIFEST
2608 ____________________________________________________________________________
2609 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
2610         Log: Update Andy.
2611      Branch: perl
2612            ! hints/linux.sh
2613 ____________________________________________________________________________
2614 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
2615         Log: INT2PTR/PTR2IV defined twice.
2616      Branch: perl
2617            ! ext/Devel/PPPort/PPPort.pm
2618 ____________________________________________________________________________
2619 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
2620         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
2621              From: PPrymmer@factset.com
2622              Date: Thu, 30 May 2002 13:57:31 -0400
2623              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
2624              
2625              Multinet matters with s/might the/mind the/
2626      Branch: perl
2627            ! README.vms
2628 ____________________________________________________________________________
2629 [ 16898] By: nick                                  on 2002/05/30  15:55:46
2630         Log: Integrate mainline
2631      Branch: perlio
2632           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
2633           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
2634 ____________________________________________________________________________
2635 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
2636         Log: Document the glibc 2.2.5 long long bug.
2637      Branch: perl
2638            ! pod/perldelta.pod
2639 ____________________________________________________________________________
2640 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
2641         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
2642              From: Abigail <abigail@foad.org>
2643              Date: Thu, 30 May 2002 09:33:51 -0700
2644              Message-ID: <20020530093351.A18225@ucan.foad.org>
2645      Branch: perl
2646            ! pod/perlfunc.pod
2647 ____________________________________________________________________________
2648 [ 16895] By: nick                                  on 2002/05/30  14:40:11
2649         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
2650      Branch: perlio
2651            ! perlio.c
2652 ____________________________________________________________________________
2653 [ 16894] By: nick                                  on 2002/05/30  14:39:19
2654         Log: Integrate mainline
2655      Branch: perlio
2656           !> (integrate 50 files)
2657 ____________________________________________________________________________
2658 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
2659         Log: Update Changes.
2660      Branch: perl
2661            ! Changes patchlevel.h
2662 ____________________________________________________________________________
2663 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
2664         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
2665              From: "Green, Paul" <Paul.Green@stratus.com>
2666              Date: Thu, 30 May 2002 11:11:35 -0400
2667              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
2668      Branch: perl
2669            ! pod/perlvar.pod
2670 ____________________________________________________________________________
2671 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
2672         Log: charnames patch from Thomas Wegner.
2673      Branch: perl
2674            ! lib/charnames.pm lib/charnames.t
2675 ____________________________________________________________________________
2676 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
2677         Log: Subject: [Patch perl@16861] charnames::vianame tweak
2678              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2679              Date: Thu, 30 May 2002 23:56:51 +0900
2680              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
2681      Branch: perl
2682            ! lib/charnames.pm
2683 ____________________________________________________________________________
2684 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
2685         Log: Chart the self-tying minefield.
2686      Branch: perl
2687            ! pod/perldelta.pod
2688 ____________________________________________________________________________
2689 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
2690         Log: Ignasi Roca convinced me, so #16855 is back in.
2691      Branch: perl
2692            ! utfebcdic.h
2693 ____________________________________________________________________________
2694 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
2695         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
2696              From: Andy Dougherty <doughera@lafayette.edu>
2697              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
2698              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
2699      Branch: perl
2700            ! hints/linux.sh
2701 ____________________________________________________________________________
2702 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
2703         Log: Sync with libnet-1.12
2704      Branch: perl
2705            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
2706 ____________________________________________________________________________
2707 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
2708         Log: Subject: Re: perl@16861
2709              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2710              Date: Wed, 29 May 2002 15:27:18 -0700
2711              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
2712              
2713              Yitzchak won't give up on self-ties.
2714      Branch: perl
2715            ! pp_sys.c t/op/tie.t
2716 ____________________________________________________________________________
2717 [ 16884] By: ams                                   on 2002/05/30  13:32:52
2718         Log: Ronald Kimball pointed out that there was a run-on sentence in the
2719              last patch by Stas Bekman, and I fixed it, and while I was at it, I
2720              fixed the wording of the last phrase as well, and then I re-wrapped
2721              the paragraph.
2722      Branch: perl
2723            ! pod/perlvar.pod
2724 ____________________________________________________________________________
2725 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
2726         Log: Integrate macperl change #16875.
2727      Branch: perl
2728           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
2729           !> t/lib/warnings/op
2730 ____________________________________________________________________________
2731 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
2732         Log: Integrate macperl patch #16868.
2733      Branch: perl
2734           !> (integrate 36 files)
2735 ____________________________________________________________________________
2736 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
2737         Log: Subject: Re: [ PATCH ] module test fest
2738              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2739              Date: Thu, 30 May 2002 13:52:18 +0200
2740              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
2741              
2742              HP-UX Oracle wisdom (with some tweaks)
2743      Branch: perl
2744            ! README.hpux
2745 ____________________________________________________________________________
2746 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
2747         Log: metaconfig unit change for #16879.
2748      Branch: metaconfig
2749            ! U/modified/Options.U
2750 ____________________________________________________________________________
2751 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
2752         Log: Configure -A should not mangle spaces, from H.Merijn B.
2753      Branch: perl
2754            ! Configure
2755 ____________________________________________________________________________
2756 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
2757         Log: OS/2: found the _fd_flags() prototype.
2758      Branch: perl
2759            ! os2/os2ish.h
2760 ____________________________________________________________________________
2761 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
2762         Log: Fix up the signal handler reinstallation lore.
2763      Branch: perl
2764            ! pod/perlipc.pod
2765 ____________________________________________________________________________
2766 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
2767         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
2768              From: Stas Bekman <stas@stason.org>
2769              Date: Thu, 30 May 2002 15:29:02 +0800
2770              Message-ID: <3CF5D4BE.4000500@stason.org>
2771      Branch: perl
2772            ! pod/perlipc.pod
2773 ____________________________________________________________________________
2774 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
2775         Log: Fixes for fixes
2776      Branch: macperl
2777            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
2778            ! t/lib/warnings/op
2779 ____________________________________________________________________________
2780 [ 16874] By: ams                                   on 2002/05/30  07:41:30
2781         Log: Fix typo in #16866.
2782      Branch: perl
2783            ! lib/File/stat.t
2784 ____________________________________________________________________________
2785 [ 16873] By: ams                                   on 2002/05/30  07:39:24
2786         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
2787              From: Stas Bekman <stas@stason.org>
2788              Date: Thu, 30 May 2002 16:14:55 +0800
2789              Message-Id: <3CF5DF7F.1060700@stason.org>
2790      Branch: perl
2791            ! lib/File/Spec/Unix.pm
2792 ____________________________________________________________________________
2793 [ 16872] By: ams                                   on 2002/05/30  07:38:34
2794         Log: Subject: [PATCH pod/perlvar.pod] $^X
2795              From: Stas Bekman <stas@stason.org>
2796              Date: Thu, 30 May 2002 15:59:48 +0800
2797              Message-Id: <3CF5DBF4.7080500@stason.org>
2798      Branch: perl
2799            ! pod/perlvar.pod
2800 ____________________________________________________________________________
2801 [ 16871] By: nick                                  on 2002/05/30  06:45:56
2802         Log: Integrate all but lib/File/stat.t which seems broken.
2803      Branch: perlio
2804           !> Changes Porting/patching.pod cygwin/perlld.in
2805           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
2806           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2807           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
2808           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
2809           !> t/run/fresh_perl.t utfebcdic.h
2810 ____________________________________________________________________________
2811 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
2812         Log: Integrate perl
2813      Branch: macperl
2814           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
2815           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
2816           !> (integrate 137 files)
2817 ____________________________________________________________________________
2818 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
2819         Log: Makefile / config / test updates for MacPerl
2820      Branch: macperl
2821            + macos/MacPerlMakeTests.plx
2822            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2823            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
2824            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
2825 ____________________________________________________________________________
2826 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
2827         Log: Big MacPerl Testing Patch No. 1
2828              If you like this, stay tuned, there's more to come!
2829      Branch: macperl
2830            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
2831            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
2832            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
2833            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
2834            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
2835            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
2836            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
2837            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
2838            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
2839            ! lib/Test/Harness/t/strap-analyze.t
2840            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
2841            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
2842            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
2843            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
2844            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
2845 ____________________________________________________________________________
2846 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
2847         Log: Attachments are okay.
2848      Branch: perl
2849            ! Porting/patching.pod
2850 ____________________________________________________________________________
2851 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
2852         Log: OS/2: ENOINO.
2853      Branch: perl
2854            ! lib/File/stat.t
2855 ____________________________________________________________________________
2856 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
2857         Log: OS/2: provide prototype.
2858      Branch: perl
2859            ! os2/os2ish.h
2860 ____________________________________________________________________________
2861 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
2862         Log: OS/2: fp stringification fudge.
2863              (After this the whole suite passes 98.30%)
2864      Branch: perl
2865            ! t/base/num.t
2866 ____________________________________________________________________________
2867 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
2868         Log: harness wasn't running x2p/s2p.t.
2869      Branch: perl
2870            ! t/harness
2871 ____________________________________________________________________________
2872 [ 16862] By: nick                                  on 2002/05/29  14:12:41
2873         Log: Integrate mainline
2874      Branch: perlio
2875           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
2876           !> (integrate 100 files)
2877 ____________________________________________________________________________
2878 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
2879         Log: Subject: [PATCH] pack 'w' should be using NV, not double
2880              From: Nicholas Clark <nick@ccl4.org>
2881              Date: Wed, 29 May 2002 15:38:41 +0100
2882              Message-ID: <20020529153840.L53388@plum.flirble.org>
2883      Branch: perl
2884            ! pp_pack.c
2885 ____________________________________________________________________________
2886 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
2887         Log: Update Changes.
2888      Branch: perl
2889            ! Changes patchlevel.h
2890 ____________________________________________________________________________
2891 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
2892         Log: Spelling bee.
2893      Branch: perl
2894            ! t/op/tie.t
2895 ____________________________________________________________________________
2896 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
2897         Log: Recover some of the #16845.
2898      Branch: perl
2899            ! sv.c t/op/tie.t t/run/fresh_perl.t
2900 ____________________________________________________________________________
2901 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
2902         Log: Retract #16855 until settled.
2903      Branch: perl
2904            ! utfebcdic.h
2905 ____________________________________________________________________________
2906 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
2907         Log: OS/2: more missing definitions.
2908      Branch: perl
2909            ! os2/os2ish.h
2910 ____________________________________________________________________________
2911 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
2912         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
2913              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2914              Date: Wed, 29 May 2002 13:16:16 +0200
2915              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
2916      Branch: perl
2917            ! utfebcdic.h
2918 ____________________________________________________________________________
2919 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
2920         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
2921      Branch: perl
2922            ! ext/Devel/PPPort/PPPort.pm
2923 ____________________________________________________________________________
2924 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
2925         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
2926              From: "Gerrit P. Haase" <gp@familiehaase.de>
2927              Date: Wed, 29 May 2002 08:06:43 +0200
2928              Message-ID: <1881715214417.20020529080643@familiehaase.de>
2929      Branch: perl
2930            ! perl.h
2931 ____________________________________________________________________________
2932 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
2933         Log: OS/2: more missing headers from John Poltorak.
2934      Branch: perl
2935            ! os2/os2ish.h
2936 ____________________________________________________________________________
2937 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
2938         Log: Subject: Re: forewarning: usedevel and versiononly
2939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2940              Date: Wed, 29 May 2002 09:41:23 +0200
2941              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
2942              
2943              More 5.7.3 -> 5.8.0.
2944      Branch: perl
2945            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
2946            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
2947 ____________________________________________________________________________
2948 [ 16850] By: ams                                   on 2002/05/29  06:48:19
2949         Log: Lots of spring cleaning. (No functional changes.)
2950      Branch: perl
2951            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
2952            ! ext/Storable/README ext/Storable/Storable.pm
2953            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
2954            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
2955            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
2956            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
2957            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
2958            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
2959            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
2960            ! ext/Storable/t/store.t ext/Storable/t/tied.t
2961            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
2962            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
2963 ____________________________________________________________________________
2964 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
2965         Log: pod cleanups.
2966      Branch: perl
2967            ! README.aix README.cygwin README.jp README.ko README.macos
2968            ! README.tw pod/perl561delta.pod pod/perldelta.pod
2969            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
2970            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
2971            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
2972 ____________________________________________________________________________
2973 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
2974         Log: Regen perltoc.
2975      Branch: perl
2976            ! pod/perltoc.pod
2977 ____________________________________________________________________________
2978 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
2979         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
2980              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2981              Date: Wed, 29 May 2002 02:48:15 +0400
2982              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
2983      Branch: perl
2984            ! wince/Makefile.ce
2985 ____________________________________________________________________________
2986 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
2987         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
2988              From: PPrymmer@factset.com
2989              Date: Tue, 28 May 2002 18:34:55 -0400
2990              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
2991      Branch: perl
2992            ! configure.com vms/genopt.com
2993 ____________________________________________________________________________
2994 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
2995         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
2996              to restore some level of sanity in the tied scalars can of worms.
2997      Branch: perl
2998            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
2999 ____________________________________________________________________________
3000 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
3001         Log: extension of change#16332: isolate signal diddling to the main
3002              interpreter (fixes signal-related races, e.g. when multiple
3003              threads run system())
3004      Branch: maint-5.6/perl
3005            ! util.c
3006 ____________________________________________________________________________
3007 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
3008         Log: Bump the version numbers to five-eight-oh.
3009      Branch: perl
3010            ! Configure NetWare/Makefile NetWare/config_H.wc
3011            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
3012            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
3013            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
3014            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3015            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
3016            ! wince/config_H.ce
3017 ____________________________________________________________________________
3018 [ 16842] By: ams                                   on 2002/05/28  19:34:27
3019         Log: Subject: Minor INSTALL patch
3020              From: Andy Dougherty <doughera@lafayette.edu>
3021              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
3022              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
3023      Branch: perl
3024            ! INSTALL
3025 ____________________________________________________________________________
3026 [ 16841] By: ams                                   on 2002/05/28  19:01:22
3027         Log: Add integer.t to MANIFEST.
3028      Branch: perl
3029            ! ext/Storable/MANIFEST
3030 ____________________________________________________________________________
3031 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
3032         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
3033              From: Dan Kogai <dankogai@dan.co.jp>
3034              Date: Wed, 29 May 2002 03:43:57 +0900
3035              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
3036      Branch: perl
3037            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3038            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
3039            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
3040            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
3041            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
3042            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
3043            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
3044            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
3045            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
3046            ! ext/Encode/t/mime-header.t
3047 ____________________________________________________________________________
3048 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
3049         Log: OS/2: bug found by John Poltorak.
3050      Branch: perl
3051            ! lib/ExtUtils/MM_OS2.pm
3052 ____________________________________________________________________________
3053 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
3054         Log: makefiles should not clobber lib/Thread directory (some Thread
3055              files seem to live there rather than in ext, for some reason)
3056      Branch: perl
3057            ! win32/Makefile win32/makefile.mk
3058 ____________________________________________________________________________
3059 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
3060         Log: Subject: [PATCH] Bug fix for charnames::vianame
3061              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3062              Date: Tue, 28 May 2002 23:53:39 +0900
3063              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
3064      Branch: perl
3065            ! lib/charnames.pm lib/charnames.t
3066 ____________________________________________________________________________
3067 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
3068         Log: Test output tweak.
3069      Branch: perl
3070            ! lib/ExtUtils/t/Embed.t
3071 ____________________________________________________________________________
3072 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
3073         Log: More charnames tweaks.
3074      Branch: perl
3075            ! lib/charnames.pm lib/charnames.t
3076 ____________________________________________________________________________
3077 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
3078         Log: Subject: [PATCH] Doc fix for charnames::vianame
3079              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3080              Date: Tue, 28 May 2002 22:46:41 +0900
3081              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
3082      Branch: perl
3083            ! lib/charnames.pm
3084 ____________________________________________________________________________
3085 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
3086         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
3087              From: "Yves Orton" <demerphq@hotmail.com>
3088              Date: Tue, 28 May 2002 15:43:12 +0200
3089              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
3090      Branch: perl
3091            ! lib/ExtUtils/t/Embed.t
3092 ____________________________________________________________________________
3093 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
3094         Log: metaconfig unit change for #16831.
3095      Branch: metaconfig/U/perl
3096            ! gccvers.U
3097 ____________________________________________________________________________
3098 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
3099         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
3100      Branch: perl
3101            ! Configure
3102 ____________________________________________________________________________
3103 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
3104         Log: Retract the Straps part of #16829 for now since
3105              the subtest 44 of t/strap.t started failing.
3106      Branch: perl
3107            ! lib/Test/Harness/Straps.pm
3108 ____________________________________________________________________________
3109 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
3110         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
3111              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3112              Date: Tue, 28 May 2002 08:17:53 +0200
3113              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
3114      Branch: perl
3115            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
3116            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
3117 ____________________________________________________________________________
3118 [ 16828] By: nick                                  on 2002/05/28  08:00:28
3119         Log: Integrate mainline
3120      Branch: perlio
3121           !> Changes Makefile.micro README.netware README.tru64
3122           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
3123           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
3124           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
3125           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
3126           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
3127           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
3128           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
3129           !> uconfig.h util.c
3130 ____________________________________________________________________________
3131 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
3132         Log: Tru64: sockatmark trouble.
3133      Branch: perl
3134            ! README.tru64
3135 ____________________________________________________________________________
3136 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
3137         Log: Update Changes.
3138      Branch: perl
3139            ! Changes patchlevel.h
3140 ____________________________________________________________________________
3141 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
3142         Log: Integrate perl
3143      Branch: macperl
3144           +> ext/Storable/t/integer.t
3145            ! macos/MPVersion.r macos/config.sh
3146           !> (integrate 60 files)
3147 ____________________________________________________________________________
3148 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
3149         Log: Todo update.
3150      Branch: perl
3151            ! pod/perltodo.pod
3152 ____________________________________________________________________________
3153 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
3154         Log: Don't assume sh and true.
3155      Branch: perl
3156            ! Makefile.micro uconfig.h
3157 ____________________________________________________________________________
3158 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
3159         Log: Subject: Re: [PATCH] Version tango
3160              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3161              Date: Mon, 27 May 2002 13:20:56 -0700
3162              Message-ID: <oUp88gzkgy+T092yn@efn.org>
3163      Branch: perl
3164            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
3165            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
3166            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
3167            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
3168            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
3169            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
3170 ____________________________________________________________________________
3171 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
3172         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
3173              stashes correctly.) Partial info is better than wrong info.
3174      Branch: perl
3175            ! t/lib/warnings/pp_hot util.c
3176 ____________________________________________________________________________
3177 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
3178         Log: A shot in the dark.
3179      Branch: perl
3180            ! mg.c
3181 ____________________________________________________________________________
3182 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
3183         Log: Comment nit from Yitzchak.
3184      Branch: perl
3185            ! sv.c
3186 ____________________________________________________________________________
3187 [ 16818] By: nick                                  on 2002/05/27  18:47:58
3188         Log: Integrate mainline
3189      Branch: perlio
3190           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
3191           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
3192           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
3193           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
3194           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
3195           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
3196           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
3197           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
3198           !> pod/perlsub.pod
3199 ____________________________________________________________________________
3200 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
3201         Log: POD cleanup and rewrapping.
3202      Branch: perl
3203            ! README.netware
3204 ____________________________________________________________________________
3205 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
3206         Log: Update Changes.
3207      Branch: perl
3208            ! Changes patchlevel.h
3209 ____________________________________________________________________________
3210 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
3211         Log: More NetWare.
3212      Branch: perl
3213            ! README.netware
3214 ____________________________________________________________________________
3215 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
3216         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
3217              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3218              Date: Mon, 27 May 2002 19:26:27 +0200
3219              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
3220      Branch: perl
3221            ! hints/hpux.sh
3222 ____________________________________________________________________________
3223 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
3224         Log: We are not that certain about the localising of
3225              tied aggregates.
3226      Branch: perl
3227            ! pod/perldelta.pod
3228 ____________________________________________________________________________
3229 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
3230         Log: Missed from #16811.
3231      Branch: perl
3232            + NetWare/sv_nw.c
3233            ! MANIFEST
3234 ____________________________________________________________________________
3235 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
3236         Log: NetWare diff from Ananth Kesari.
3237      Branch: perl
3238            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
3239            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
3240 ____________________________________________________________________________
3241 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
3242         Log: Integrate perlio:
3243              
3244              [ 16809]
3245              Add IO::Scalar fail case to the tests.
3246              
3247              [ 16808]
3248              Fix for the IO::Scalar bug (I think).
3249              At tie time break the loop but in a different place:
3250              A. Increment REFCNT of the RV involved in the self-tie
3251              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
3252              At mg_free time
3253              Break the connection between the RV and its referent
3254              so that we do not try and free it (again).
3255              
3256              [ 16805]
3257              **** UNSAFE **** partial fix for IO::Scalar and local ties.
3258              Only op/local.t fails but it is nasty... try valgrind on other machine.
3259      Branch: perl
3260           !> mg.c sv.c t/op/tie.t
3261 ____________________________________________________________________________
3262 [ 16809] By: nick                                  on 2002/05/27  11:02:21
3263         Log: Add IO::Scalar fail case to the tests.
3264      Branch: perlio
3265            ! t/op/tie.t
3266 ____________________________________________________________________________
3267 [ 16808] By: nick                                  on 2002/05/27  09:54:46
3268         Log: Fix for the IO::Scalar bug (I think).
3269              At tie time break the loop but in a different place:
3270              A. Increment REFCNT of the RV involved in the self-tie
3271              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
3272              At mg_free time
3273              Break the connection between the RV and its referent
3274              so that we do not try and free it (again).
3275      Branch: perlio
3276            ! mg.c sv.c
3277 ____________________________________________________________________________
3278 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
3279         Log: select() portability nit.
3280      Branch: perl
3281            ! pod/perlfunc.pod
3282 ____________________________________________________________________________
3283 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
3284         Log: Fix a remaining B::Lint bug.
3285      Branch: perl
3286            ! ext/B/B/Lint.pm ext/B/t/lint.t
3287 ____________________________________________________________________________
3288 [ 16805] By: nick                                  on 2002/05/26  20:51:31
3289         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
3290              Only op/local.t fails but it is nasty... try valgrind on other machine.
3291      Branch: perlio
3292            ! sv.c
3293 ____________________________________________________________________________
3294 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
3295         Log: Some day I might actually learn to test changes first
3296              before committing them in.
3297      Branch: perl
3298            ! hints/darwin.sh
3299 ____________________________________________________________________________
3300 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
3301         Log: Until otherwise proven.
3302      Branch: perl
3303            ! hints/darwin.sh
3304 ____________________________________________________________________________
3305 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
3306         Log: Darwin hint tweaks.
3307      Branch: perl
3308            ! hints/darwin.sh
3309 ____________________________________________________________________________
3310 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
3311         Log: FAQ sync.
3312      Branch: perl
3313            ! pod/perlfaq5.pod pod/perlfaq6.pod
3314 ____________________________________________________________________________
3315 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
3316         Log: Subject: [DOC-PATCH] README.cygwin updated
3317              From: "Gerrit P. Haase" <gp@familiehaase.de>
3318              Date: Sun, 26 May 2002 14:56:14 +0200
3319              Message-ID: <1151480833395.20020526145614@familiehaase.de>
3320      Branch: perl
3321            ! README.cygwin
3322 ____________________________________________________________________________
3323 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
3324         Log: I thinkk thinggy has only one g.
3325      Branch: perl
3326            ! pod/perldelta.pod
3327 ____________________________________________________________________________
3328 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
3329         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
3330              From: Dave Mitchell <davem@fdgroup.com>
3331              Date: Sun, 26 May 2002 14:15:42 +0100
3332              Message-ID: <20020526141542.B18527@fdgroup.com>
3333      Branch: perl
3334            ! pod/perldelta.pod pod/perlsub.pod
3335 ____________________________________________________________________________
3336 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
3337         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
3338              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3339              Date: Sat, 25 May 2002 21:52:16 -0700
3340              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
3341      Branch: perl
3342            ! ext/B/B/Deparse.pm
3343 ____________________________________________________________________________
3344 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
3345         Log: Slight reformatting; tiny tweaks.
3346      Branch: perl
3347            ! pod/perlipc.pod
3348 ____________________________________________________________________________
3349 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
3350         Log: Integrate perlio:
3351              
3352              [ 16794]
3353              Update perlipc.pod for new signals
3354      Branch: perl
3355           !> pod/perlipc.pod
3356 ____________________________________________________________________________
3357 [ 16794] By: nick                                  on 2002/05/26  08:07:12
3358         Log: Update perlipc.pod for new signals
3359      Branch: perlio
3360            ! pod/perlipc.pod
3361 ____________________________________________________________________________
3362 [ 16793] By: nick                                  on 2002/05/26  07:10:14
3363         Log: Integrate mainline
3364      Branch: perlio
3365           !> AUTHORS Changes Configure patchlevel.h
3366 ____________________________________________________________________________
3367 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
3368         Log: Mention that we do Win64.
3369      Branch: perl
3370            ! pod/perldelta.pod
3371 ____________________________________________________________________________
3372 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
3373         Log: Document the $Config{byteorder} changes.
3374      Branch: perl
3375            ! pod/perldelta.pod
3376 ____________________________________________________________________________
3377 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
3378         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
3379              From: Nicholas Clark <nick@unfortu.net>
3380              Date: Sat, 25 May 2002 22:37:19 +0100
3381              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
3382              
3383              Subject: [PATCH] Storable (smaller)
3384              From: Nicholas Clark <nick@unfortu.net>
3385              Date: Sat, 25 May 2002 23:13:13 +0100
3386              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
3387      Branch: perl
3388            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3389            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
3390 ____________________________________________________________________________
3391 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
3392         Log: Update Changes.
3393      Branch: perl
3394            ! Changes patchlevel.h
3395 ____________________________________________________________________________
3396 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
3397         Log: AUTHORS updates.
3398      Branch: perl
3399            ! AUTHORS
3400 ____________________________________________________________________________
3401 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
3402         Log: metaconfig unit changes for #16786.
3403      Branch: metaconfig
3404            ! U/modified/Getfile.U U/modified/pager.U
3405 ____________________________________________________________________________
3406 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
3407         Log: Pager query tweaks from Andy Dougherty (for OS/2).
3408      Branch: perl
3409            ! Configure
3410 ____________________________________________________________________________
3411 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
3412         Log: Integrate perlio:
3413              
3414              [ 16784]
3415              Fix VMS ungetc fix for platforms like NetBSD.
3416      Branch: perl
3417           !> perlio.c
3418 ____________________________________________________________________________
3419 [ 16784] By: nick                                  on 2002/05/25  17:34:48
3420         Log: Fix VMS ungetc fix for platforms like NetBSD.
3421      Branch: perlio
3422            ! perlio.c
3423 ____________________________________________________________________________
3424 [ 16783] By: nick                                  on 2002/05/25  16:33:14
3425         Log: Integrate mainline for Lupe's perlio.c fix before
3426              starting on NetBSD issue
3427      Branch: perlio
3428           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
3429           !> perlio.c pod/perlapio.pod pod/perldelta.pod
3430 ____________________________________________________________________________
3431 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
3432         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
3433              From: "Craig A. Berry" <craigberry@mac.com>
3434              Date: Sat, 25 May 2002 12:19:36 -0500
3435              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
3436      Branch: perl
3437            ! lib/ExtUtils/t/basic.t
3438 ____________________________________________________________________________
3439 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
3440         Log: BeOS: update the test status.
3441      Branch: perl
3442            ! README.beos pod/perldelta.pod
3443 ____________________________________________________________________________
3444 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
3445         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
3446              From: Nicholas Clark <nick@unfortu.net>
3447              Date: Sat, 25 May 2002 17:19:21 +0100
3448              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
3449      Branch: perl
3450            ! ext/Storable/t/integer.t
3451 ____________________________________________________________________________
3452 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
3453         Log: Update the number of tests.
3454      Branch: perl
3455            ! pod/perldelta.pod
3456 ____________________________________________________________________________
3457 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
3458         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
3459              From: lupe@lupe-christoph.de (Lupe Christoph)    
3460              Date: Sat, 25 May 2002 15:45:34 +0200
3461              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
3462      Branch: perl
3463            ! perlio.c pod/perlapio.pod
3464 ____________________________________________________________________________
3465 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
3466         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
3467              From: Nicholas Clark <nick@unfortu.net>
3468              Date: Sat, 25 May 2002 12:17:44 +0100
3469              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
3470      Branch: perl
3471            ! ext/Storable/t/integer.t
3472 ____________________________________________________________________________
3473 [ 16776] By: nick                                  on 2002/05/25  11:23:28
3474         Log: Integrate mainline
3475      Branch: perlio
3476           +> ext/Storable/t/integer.t
3477           !> (integrate 41 files)
3478 ____________________________________________________________________________
3479 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
3480         Log: perldelta tweaks.
3481      Branch: perl
3482            ! pod/perldelta.pod
3483 ____________________________________________________________________________
3484 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
3485         Log: UNICOS: update test status.
3486      Branch: perl
3487            ! ext/Socket/socketpair.t pod/perldelta.pod
3488 ____________________________________________________________________________
3489 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
3490         Log: UNICOS: since $] is really 5.00700299999997,
3491              testing for equivalence with 5.007003 isn't correct.
3492              (From Nicholas Clark.)
3493      Branch: perl
3494            ! ext/Storable/t/downgrade.t
3495 ____________________________________________________________________________
3496 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
3497         Log: Knock off one test failure thanks to #16771.
3498      Branch: perl
3499            ! pod/perldelta.pod
3500 ____________________________________________________________________________
3501 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
3502         Log: In some (rare) platforms (such as UNICOS) using the native
3503              atof is still better.
3504      Branch: perl
3505            ! numeric.c perl.h
3506 ____________________________________________________________________________
3507 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
3508         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
3509              From: "Craig A. Berry" <craigberry@mac.com>
3510              Date: Fri, 24 May 2002 16:24:44 -0500
3511              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
3512      Branch: perl
3513            ! pod/perldelta.pod vms/vms.c
3514 ____________________________________________________________________________
3515 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
3516         Log: Subject: [PATCH pod/perllol.pod] small typo
3517              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
3518              Date: Fri, 24 May 2002 16:05:07 -0400
3519              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
3520      Branch: perl
3521            ! pod/perllol.pod
3522 ____________________________________________________________________________
3523 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
3524         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
3525              From: Andy Dougherty <doughera@lafayette.edu>
3526              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
3527              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
3528      Branch: perl
3529            ! hints/solaris_2.sh
3530 ____________________________________________________________________________
3531 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
3532         Log: Subject: [patch] small change
3533              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3534              Date: Fri, 24 May 2002 19:18:24 +0400
3535              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
3536      Branch: perl
3537            ! perl.h win32/makefile.mk
3538 ____________________________________________________________________________
3539 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
3540         Log: Subject: [PATCH] README.aix
3541              From: John Peacock <jpeacock@rowman.com>    
3542              Date: Fri, 24 May 2002 10:49:39 -0400
3543              Message-ID: <3CEE5303.1070201@rowman.com>
3544      Branch: perl
3545            ! README.aix
3546 ____________________________________________________________________________
3547 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
3548         Log: Upgrade to Locale-Codes 2.04.
3549      Branch: perl
3550            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
3551            ! lib/Locale/Country.pm
3552 ____________________________________________________________________________
3553 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
3554         Log: Update Changes.
3555      Branch: perl
3556            ! Changes patchlevel.h
3557 ____________________________________________________________________________
3558 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
3559         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
3560              From: Abigail <abigail@foad.org>
3561              Date: Fri, 24 May 2002 02:43:37 -0700
3562              Message-ID: <20020524024337.A28749@ucan.foad.org>
3563      Branch: perl
3564            ! Makefile.SH
3565 ____________________________________________________________________________
3566 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
3567         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
3568              From: Abigail <abigail@foad.org>
3569              Date: Fri, 24 May 2002 02:26:48 -0700
3570              Message-ID: <20020524022648.A31684@ucan.foad.org>
3571      Branch: perl
3572            ! ext/POSIX/t/posix.t
3573 ____________________________________________________________________________
3574 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
3575         Log: Doc tweaks.
3576      Branch: perl
3577            ! pod/perlunicode.pod pod/perluniintro.pod
3578 ____________________________________________________________________________
3579 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
3580         Log: More portability defines, now mostly type-related
3581              (based on Storable.xs)
3582      Branch: perl
3583            ! ext/Devel/PPPort/PPPort.pm
3584 ____________________________________________________________________________
3585 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
3586         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
3587              From: Nicholas Clark <nick@unfortu.net>
3588              Date: Thu, 23 May 2002 23:43:16 +0100
3589              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
3590      Branch: perl
3591            + ext/Storable/t/integer.t
3592            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
3593            ! ext/Storable/Storable.xs
3594 ____________________________________________________________________________
3595 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
3596         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
3597              From: "Craig A. Berry" <craigberry@mac.com>
3598              Date: Thu, 23 May 2002 16:47:34 -0500
3599              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
3600      Branch: perl
3601            ! configure.com
3602 ____________________________________________________________________________
3603 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
3604         Log: One more ppportability thing (from Sarathy).
3605      Branch: perl
3606            ! ext/Devel/PPPort/PPPort.pm
3607 ____________________________________________________________________________
3608 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
3609         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
3610              From: Michael G Schwern <schwern@pobox.com>
3611              Date: Wed, 22 May 2002 19:21:43 -0400
3612              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
3613      Branch: perl
3614            ! lib/Test/Harness.pm lib/Test/Harness/Changes
3615            ! lib/Test/Harness/t/strap-analyze.t
3616            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
3617            ! t/lib/sample-tests/die_head_end
3618            ! t/lib/sample-tests/die_last_minute
3619 ____________________________________________________________________________
3620 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
3621         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
3622              From: Michael G Schwern <schwern@pobox.com>
3623              Date: Wed, 22 May 2002 19:14:35 -0400
3624              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
3625      Branch: perl
3626            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3627            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
3628            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
3629 ____________________________________________________________________________
3630 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
3631         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
3632              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3633              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
3634              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
3635      Branch: perl
3636            ! dump.c
3637 ____________________________________________________________________________
3638 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
3639         Log: Typo squad.
3640      Branch: perl
3641            ! ext/POSIX/POSIX.pod pod/perldelta.pod
3642 ____________________________________________________________________________
3643 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
3644         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
3645              From: Abigail <abigail@foad.org>
3646              Date: Thu, 23 May 2002 07:53:33 -0700
3647              Message-ID: <20020523075333.A14658@ucan.foad.org>
3648      Branch: perl
3649            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
3650 ____________________________________________________________________________
3651 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
3652         Log: PPPort dTHX.
3653      Branch: perl
3654            ! ext/Devel/PPPort/PPPort.pm
3655 ____________________________________________________________________________
3656 [ 16750] By: nick                                  on 2002/05/23  08:00:24
3657         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
3658      Branch: perlio
3659           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
3660           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
3661           !> pod/perldelta.pod
3662 ____________________________________________________________________________
3663 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
3664         Log: We do not want utf8.t to be compiled under -Mutf8,
3665              wonky as it sounds.
3666      Branch: perl
3667            ! lib/utf8.t
3668 ____________________________________________________________________________
3669 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
3670         Log: We do not want to see the utf8 hints bit.
3671      Branch: perl
3672            ! lib/vmsish.t
3673 ____________________________________________________________________________
3674 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
3675         Log: More -Mutf8 cleanup.
3676      Branch: perl
3677            ! ext/PerlIO/t/fallback.t
3678 ____________________________________________________________________________
3679 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
3680         Log: -Mutf8 cleanup.
3681      Branch: perl
3682            ! ext/Encode/t/mime-header.t
3683 ____________________________________________________________________________
3684 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
3685         Log: Integrate perlio:
3686              
3687              [ 16740]
3688              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
3689              
3690              [ 16739]
3691              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
3692              ungetc() and buffer snooping may not mix. So use buffer snoop
3693              hooks to avoid ungetc() where available.
3694              unread() falls back to using :pending layer, and fill has
3695              VMS specific code (which should not get used) or ungetc()
3696              which should work.
3697              
3698              [ 16737]
3699              Flag the VMS-problem-causing part of :encoding
3700              for enhancement. (Problem still needs fixing in perlio.c)
3701      Branch: perl
3702           !> ext/PerlIO/encoding/encoding.xs perlio.c
3703 ____________________________________________________________________________
3704 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
3705         Log: Subject: Re: Additional README.aix changes
3706              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3707              Date: Wed, 22 May 2002 08:37:37 +0200
3708              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
3709      Branch: perl
3710            ! README.aix
3711 ____________________________________________________________________________
3712 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
3713         Log: HP-UX 11.00 io_xs hangup workaround.
3714      Branch: perl
3715            ! hints/hpux.sh
3716 ____________________________________________________________________________
3717 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
3718         Log: Updated UNICOS status from Mark Lutz.
3719      Branch: perl
3720            ! pod/perldelta.pod
3721 ____________________________________________________________________________
3722 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
3723         Log: UNICOS: Mark Lutz had a better idea.
3724      Branch: perl
3725            ! hints/unicos.sh
3726 ____________________________________________________________________________
3727 [ 16740] By: nick                                  on 2002/05/22  21:13:10
3728         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
3729      Branch: perlio
3730            ! perlio.c
3731 ____________________________________________________________________________
3732 [ 16739] By: nick                                  on 2002/05/22  20:59:22
3733         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
3734              ungetc() and buffer snooping may not mix. So use buffer snoop
3735              hooks to avoid ungetc() where available.
3736              unread() falls back to using :pending layer, and fill has
3737              VMS specific code (which should not get used) or ungetc()
3738              which should work.
3739      Branch: perlio
3740            ! perlio.c
3741 ____________________________________________________________________________
3742 [ 16738] By: nick                                  on 2002/05/22  20:34:55
3743         Log: Integrate mainline
3744      Branch: perlio
3745           !> (integrate 40 files)
3746 ____________________________________________________________________________
3747 [ 16737] By: nick                                  on 2002/05/22  19:04:13
3748         Log: Flag the VMS-problem-causing part of :encoding
3749              for enhancement. (Problem still needs fixing in perlio.c)
3750      Branch: perlio
3751            ! ext/PerlIO/encoding/encoding.xs
3752 ____________________________________________________________________________
3753 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
3754         Log: UNICOS: using uname -m is wrong since what matters
3755              is what CPUs (FPUs) we have.
3756      Branch: perl
3757            ! hints/unicos.sh
3758 ____________________________________________________________________________
3759 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
3760         Log: Update Changes.
3761      Branch: perl
3762            ! Changes patchlevel.h
3763 ____________________________________________________________________________
3764 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
3765         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
3766              From: Dave Mitchell <davem@fdgroup.com>
3767              Date: Wed, 22 May 2002 12:53:21 +0100
3768              Message-ID: <20020522125320.E12794@fdgroup.com>
3769      Branch: perl
3770            ! ext/threads/shared/t/cond.t
3771 ____________________________________________________________________________
3772 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
3773         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
3774              From: John Borwick <john_borwick@ncsu.edu>
3775              Date: Wed, 22 May 2002 04:10:37 -0400
3776              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
3777      Branch: perl
3778            ! pod/perlunicode.pod pod/perluniintro.pod
3779 ____________________________________________________________________________
3780 [ 16732] By: ams                                   on 2002/05/22  05:47:35
3781         Log: Integrate #16731 from //depot/macperl.
3782      Branch: perl
3783           !> t/io/crlf.t
3784 ____________________________________________________________________________
3785 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
3786         Log: Be more specific in what we're looking for
3787      Branch: macperl
3788            ! t/io/crlf.t
3789 ____________________________________________________________________________
3790 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
3791         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
3792      Branch: macperl
3793            + lib/Unicode/README
3794           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
3795           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
3796            - t/lib/st-dump.pl
3797            ! macos/MPVersion.r macos/config.sh
3798           !> (integrate 135 files)
3799 ____________________________________________________________________________
3800 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
3801         Log: FAQ sync.
3802      Branch: perl
3803            ! pod/perlfaq4.pod
3804 ____________________________________________________________________________
3805 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
3806         Log: Getopt::Std clarification from John Borwick.
3807      Branch: perl
3808            ! lib/Getopt/Std.pm
3809 ____________________________________________________________________________
3810 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
3811         Log: Subject: Re: [Patch] for problem with shellwords.pl
3812              From: "Curtis Poe" <cp@onsitetech.com>
3813              Date: Tue, 21 May 2002 11:17:40 -0700
3814              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
3815              
3816              Subject: [Patch] for security problem with Text::ParseWords
3817              From: "Curtis Poe" <cp@onsitetech.com>     
3818              Date: Tue, 21 May 2002 15:10:18 -0700
3819              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
3820      Branch: perl
3821            ! lib/Text/ParseWords.pm lib/shellwords.pl
3822 ____________________________________________________________________________
3823 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
3824         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
3825              From: Nicholas Clark <nick@unfortu.net>
3826              Date: Tue, 21 May 2002 23:01:48 +0100
3827              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
3828      Branch: perl
3829            ! ext/SDBM_File/SDBM_File.xs
3830 ____________________________________________________________________________
3831 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
3832         Log: Subject: [PATCH] Additional README.aix changes
3833              From: John Peacock <jpeacock@rowman.com>
3834              Date: Tue, 21 May 2002 12:01:10 -0400
3835              Message-ID: <3CEA6F46.70902@rowman.com>
3836      Branch: perl
3837            ! README.aix
3838 ____________________________________________________________________________
3839 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
3840         Log: Subject: Win32 crash in fork.t (perl@16694)
3841              From: "Kevin Chase" <kevincha99@hotmail.com>
3842              Date: Mon, 20 May 2002 17:02:16 -0700
3843              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
3844              
3845              
3846              It looks that the Poison() found its first target.
3847              The suggested patch is fine.
3848      Branch: perl
3849            ! cop.h
3850 ____________________________________________________________________________
3851 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
3852         Log: microperl: if DIEing on no-functionality, the has-functionality
3853              would be unreachable code.
3854      Branch: perl
3855            ! pp.c pp_sys.c
3856 ____________________________________________________________________________
3857 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
3858         Log: microperl: do not regenerate the perly.
3859      Branch: perl
3860            ! Makefile.micro
3861 ____________________________________________________________________________
3862 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
3863         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
3864              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3865              Date: Mon, 20 May 2002 22:55:46 -0700
3866              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
3867      Branch: perl
3868            ! utils/h2xs.PL
3869 ____________________________________________________________________________
3870 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
3871         Log: Regen uconfig.h.
3872      Branch: perl
3873            ! uconfig.h
3874 ____________________________________________________________________________
3875 [ 16719] By: ams                                   on 2002/05/21  05:02:01
3876         Log: Why quote some keys?
3877      Branch: perl
3878            ! ext/Storable/Makefile.PL
3879 ____________________________________________________________________________
3880 [ 16718] By: ams                                   on 2002/05/21  04:08:39
3881         Log: Suppress warning about $canonical. (Nicholas Clark)
3882      Branch: perl
3883            ! ext/Storable/Storable.pm
3884 ____________________________________________________________________________
3885 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
3886         Log: Subject: [PATCH] VMS iThreads follow-up
3887              From: "Craig A. Berry" <craigberry@mac.com>
3888              Date: Mon, 20 May 2002 21:34:17 -0500
3889              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
3890      Branch: perl
3891            ! configure.com
3892 ____________________________________________________________________________
3893 [ 16716] By: ams                                   on 2002/05/21  02:47:18
3894         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
3895              2. Install in core library directory. (Tatsuhiko Miyagawa)
3896      Branch: perl
3897            ! ext/Storable/Makefile.PL
3898 ____________________________________________________________________________
3899 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
3900         Log: Subject: [Encode] 1.72 released
3901              From: Dan Kogai <dankogai@dan.co.jp>
3902              Date: Tue, 21 May 2002 01:06:19 +0900
3903              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
3904      Branch: perl
3905            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3906            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
3907            ! ext/Encode/Unicode/Unicode.xs
3908            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
3909 ____________________________________________________________________________
3910 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
3911         Log: Update Changes.
3912      Branch: perl
3913            ! Changes patchlevel.h
3914 ____________________________________________________________________________
3915 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
3916         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
3917      Branch: perl
3918            ! pod/perlfaq4.pod
3919 ____________________________________________________________________________
3920 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
3921         Log: metaconfig unit changes for #16711.
3922      Branch: metaconfig
3923            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3924            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3925            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3926            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3927            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3928            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3929            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3930            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3931            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3932            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3933            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3934            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3935            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3936            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3937            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3938            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3939            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3940            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3941            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3942            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3943            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3944            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3945            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3946            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3947 ____________________________________________________________________________
3948 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
3949         Log: Document better what the foo_r_proto are supposed to be.
3950      Branch: perl
3951            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3952            ! config_h.SH reentr.pl
3953 ____________________________________________________________________________
3954 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
3955         Log: Subject: Re: pod patches.
3956              From: Jim Cromie <jcromie@divsol.com>
3957              Date: Mon, 20 May 2002 09:00:10 -0600
3958              Message-ID: <3CE90F7A.3070309@divsol.com>
3959              
3960              (with Philip Newton's tweaks)
3961      Branch: perl
3962            ! pod/perlsub.pod
3963 ____________________________________________________________________________
3964 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
3965         Log: Subject: Re: pod patch - perldelta.pod
3966              From: Jim Cromie <jcromie@divsol.com>
3967              Date: Mon, 20 May 2002 07:16:54 -0600
3968              Message-ID: <3CE8F746.50603@divsol.com>
3969      Branch: perl
3970            ! pod/perldelta.pod
3971 ____________________________________________________________________________
3972 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
3973         Log: Subject: [patch] one more little step for WinCE
3974              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3975              Date: Mon, 20 May 2002 11:47:19 +0400
3976              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
3977      Branch: perl
3978            ! wince/Makefile.ce
3979 ____________________________________________________________________________
3980 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
3981         Log: Preemptive doc patch.
3982      Branch: perl
3983            ! pod/perldelta.pod
3984 ____________________________________________________________________________
3985 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
3986         Log: The "constant sub redefined" warning can't be disabled.
3987      Branch: perl
3988            ! pod/perldiag.pod
3989 ____________________________________________________________________________
3990 [ 16705] By: nick                                  on 2002/05/20  10:18:26
3991         Log: Integrate mainline
3992      Branch: perlio
3993           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
3994           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
3995           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
3996           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
3997 ____________________________________________________________________________
3998 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
3999         Log: Missed hunk from #16701.
4000      Branch: perl
4001            ! vms/vms.c
4002 ____________________________________________________________________________
4003 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
4004         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
4005              From: andreas.koenig@anima.de (Andreas J. Koenig)
4006              Date: Mon, 20 May 2002 05:36:14 +0200
4007              Message-ID: <m34rh37aoh.fsf@anima.de>
4008      Branch: perl
4009            + lib/CPAN/t/mirroredby.t
4010            ! MANIFEST
4011 ____________________________________________________________________________
4012 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
4013         Log: Subject: tiny doc tweaks
4014              From: andreas.koenig@anima.de (Andreas J. Koenig)
4015              Date: Mon, 20 May 2002 05:07:13 +0200
4016              Message-ID: <m38z6f7c0u.fsf@anima.de>
4017      Branch: perl
4018            ! pod/perldelta.pod pod/perlfunc.pod
4019 ____________________________________________________________________________
4020 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
4021         Log: Subject: [PATCH @16694] ithreads for VMS
4022              From: "Craig A. Berry" <craigberry@mac.com>
4023              Date: Sun, 19 May 2002 22:06:43 -0500
4024              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
4025      Branch: perl
4026            ! configure.com vms/vms.c vms/vmsish.h
4027 ____________________________________________________________________________
4028 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
4029         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
4030              From: Autrijus Tang <autrijus@autrijus.org>
4031              Date: Mon, 20 May 2002 04:10:31 +0800
4032              Message-ID: <20020519201031.GA1603@not.autrijus.org>
4033      Branch: perl
4034            ! ext/Encode/Encode/Makefile_PL.e2x
4035 ____________________________________________________________________________
4036 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
4037         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
4038              while trying to -O3 optimize B.c.  (A bit weird since
4039              10.1.4 used to work fine, and nothing has changed in
4040              ext/B/..., but the overoptimization was repeatable.)
4041      Branch: perl
4042            + ext/B/hints/darwin.pl
4043            ! MANIFEST
4044 ____________________________________________________________________________
4045 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
4046         Log: UNICOS/mk seems to still have this problem.
4047      Branch: perl
4048            ! ext/Socket/socketpair.t
4049 ____________________________________________________________________________
4050 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
4051         Log: perldelta tweaks.
4052      Branch: perl
4053            ! pod/perldelta.pod
4054 ____________________________________________________________________________
4055 [ 16696] By: nick                                  on 2002/05/19  18:26:39
4056         Log: Integrate mailine
4057      Branch: perlio
4058           !> (integrate 35 files)
4059 ____________________________________________________________________________
4060 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
4061         Log: Document the reentrant_retry(), but from user's viewpoint.
4062      Branch: perl
4063            ! pod/perlthrtut.pod
4064 ____________________________________________________________________________
4065 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
4066         Log: Update Changes.
4067      Branch: perl
4068            ! Changes patchlevel.h
4069 ____________________________________________________________________________
4070 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
4071         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
4072              From: Slaven Rezic <slaven.rezic@berlin.de>
4073              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
4074              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
4075      Branch: perl
4076            ! lib/Benchmark.pm
4077 ____________________________________________________________________________
4078 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
4079         Log: Document once more the difference between :utf8
4080              and :encoding(...).
4081      Branch: perl
4082            ! lib/open.pm pod/perluniintro.pod
4083 ____________________________________________________________________________
4084 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
4085         Log: Third Degree: make the options more portable between
4086              Tru64 versions.
4087      Branch: perl
4088            ! Makefile.SH
4089 ____________________________________________________________________________
4090 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
4091         Log: IRIX SMP turned up a few hundred "Use of uninitialized
4092              value in numeric eq" warnings: initialise the $counter2.
4093      Branch: perl
4094            ! ext/threads/shared/t/cond.t
4095 ____________________________________________________________________________
4096 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
4097         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
4098              From: Dave Mitchell <davem@fdgroup.com>
4099              Date: Sun, 19 May 2002 00:50:43 +0100
4100              Message-ID: <20020519005043.F7275@fdgroup.com>
4101      Branch: perl
4102            ! ext/threads/shared/t/cond.t
4103 ____________________________________________________________________________
4104 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
4105         Log: Sarathy pointed out that instead of zeroing heap
4106              it is more prudent to poison it.
4107      Branch: perl
4108            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
4109            ! scope.c sv.c util.c
4110 ____________________________________________________________________________
4111 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
4112         Log: The thread warnings aren't quite yet working as planned.
4113      Branch: perl
4114            ! ext/threads/shared/t/cond.t
4115 ____________________________________________________________________________
4116 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
4117         Log: Forgotten from #16685.
4118      Branch: perl
4119            ! ext/threads/shared/t/cond.t
4120 ____________________________________________________________________________
4121 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
4122         Log: Subject: [PATCH threads] revised warnings + more tests + docs
4123              From: Dave Mitchell <davem@fdgroup.com>
4124              Date: Sat, 18 May 2002 22:24:51 +0100
4125              Message-ID: <20020518222451.E7275@fdgroup.com>
4126      Branch: perl
4127            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4128            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
4129            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
4130 ____________________________________________________________________________
4131 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
4132         Log: Storable status tweak.
4133      Branch: perl
4134            ! pod/perldelta.pod
4135 ____________________________________________________________________________
4136 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
4137         Log: perlfunc and perldelta updates about caller().
4138      Branch: perl
4139            ! pod/perldelta.pod pod/perlfunc.pod
4140 ____________________________________________________________________________
4141 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
4142         Log: Subject: [PATCH] RE: perl@16678
4143              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4144              Date: Sat, 18 May 2002 21:15:43 +0100
4145              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
4146              
4147              Making the symbols generated by warnings.pl future-proof.
4148      Branch: perl
4149            ! lib/warnings.pm warnings.h warnings.pl
4150 ____________________________________________________________________________
4151 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
4152         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
4153              From: Michael G Schwern <schwern@pobox.com>
4154              Date: Sat, 18 May 2002 14:53:50 -0400
4155              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
4156      Branch: perl
4157            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
4158            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
4159 ____________________________________________________________________________
4160 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
4161         Log: Prettyprinting.
4162      Branch: perl
4163            ! t/op/recurse.t
4164 ____________________________________________________________________________
4165 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
4166         Log: Companion to #16601: cxinc would create uninitialized
4167              PERL_CONTEXTs.  The bug was tickled by the test
4168              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
4169              added to check that I got the context stack extension right.
4170              Also rewrite recurse.t to use test.pl.
4171      Branch: perl
4172            ! scope.c t/op/recurse.t
4173 ____________________________________________________________________________
4174 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
4175         Log: Update Changes.
4176      Branch: perl
4177            ! Changes patchlevel.h
4178 ____________________________________________________________________________
4179 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
4180         Log: URL and other tiny tweaks.
4181      Branch: perl
4182            ! pod/perluniintro.pod
4183 ____________________________________________________________________________
4184 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
4185         Log: Subject: [Patch] doc patch on Unicode
4186              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4187              Date: Sun, 19 May 2002 01:01:58 +0900
4188              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
4189      Branch: perl
4190            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
4191 ____________________________________________________________________________
4192 [ 16675] By: ams                                   on 2002/05/18  15:06:35
4193         Log: s/2.0/2.00/ to be CPAN friendly.
4194      Branch: perl
4195            ! ext/Storable/Storable.pm
4196 ____________________________________________________________________________
4197 [ 16674] By: ams                                   on 2002/05/18  14:47:07
4198         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
4199              EBCDIC, amazing.
4200              From: Philip Newton <Philip.Newton@gmx.net>
4201              Date: Sat, 18 May 2002 09:54:13 +0200
4202              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
4203      Branch: perl
4204            ! lib/Pod/t/eol.t
4205 ____________________________________________________________________________
4206 [ 16673] By: ams                                   on 2002/05/18  14:41:00
4207         Log: Subject: Storable test for 64 bit 5.6.1
4208              From: Nicholas Clark <nick@unfortu.net>
4209              Date: Sat, 18 May 2002 15:48:55 +0100
4210              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
4211              (Private mail.)
4212      Branch: perl
4213            ! ext/Storable/t/malice.t
4214 ____________________________________________________________________________
4215 [ 16672] By: nick                                  on 2002/05/18  09:47:51
4216         Log: Integrate mainline
4217      Branch: perlio
4218           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
4219            - t/lib/st-dump.pl
4220           !> (integrate 67 files)
4221 ____________________________________________________________________________
4222 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
4223         Log: No more true.
4224      Branch: perl
4225            ! lib/vars.pm
4226 ____________________________________________________________________________
4227 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
4228         Log: Make use vars grok UTF-8.
4229      Branch: perl
4230            ! lib/vars.pm t/run/fresh_perl.t
4231 ____________________________________________________________________________
4232 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
4233         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
4234              From: Michael G Schwern <schwern@pobox.com>
4235              Date: Fri, 17 May 2002 23:54:29 -0400  
4236              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
4237      Branch: perl
4238            ! t/op/tie.t t/run/fresh_perl.t
4239 ____________________________________________________________________________
4240 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
4241         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
4242              From: Michael G Schwern <schwern@pobox.com>
4243              Date: Fri, 17 May 2002 20:37:26 -0400  
4244              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
4245      Branch: perl
4246            + t/lib/sample-tests/shbang_misparse
4247            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
4248            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
4249            ! lib/Test/Harness/t/test-harness.t
4250 ____________________________________________________________________________
4251 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
4252         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
4253              From: Nicholas Clark <nick@unfortu.net>
4254              Date: Sat, 18 May 2002 00:18:39 +0100  
4255              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
4256              
4257              Use Storable's st-dump.pl.
4258      Branch: perl
4259            - t/lib/st-dump.pl
4260            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
4261            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
4262            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
4263            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
4264            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
4265            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
4266            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
4267 ____________________________________________________________________________
4268 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
4269         Log: Forgotten from #16656.
4270      Branch: perl
4271            ! ext/B/B.xs
4272 ____________________________________________________________________________
4273 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
4274         Log: Subject: [PATCH] Storable ChangeLog ready for release 
4275              From: Nicholas Clark <nick@unfortu.net>
4276              Date: Fri, 17 May 2002 23:17:34 +0100  
4277              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
4278      Branch: perl
4279            ! ext/Storable/ChangeLog
4280 ____________________________________________________________________________
4281 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
4282         Log: Subject: [PATCH] Storable stand alone tests
4283              From: Nicholas Clark <nick@unfortu.net>
4284              Date: Fri, 17 May 2002 22:43:35 +0100  
4285              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
4286      Branch: perl
4287            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
4288            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
4289            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4290            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4291            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
4292            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
4293            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
4294            ! ext/Storable/t/store.t ext/Storable/t/tied.t
4295            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
4296            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
4297 ____________________________________________________________________________
4298 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
4299         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
4300              From: Michael G Schwern <schwern@pobox.com>
4301              Date: Fri, 17 May 2002 17:17:54 -0400  
4302              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
4303      Branch: perl
4304            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4305            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
4306            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
4307            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
4308            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
4309            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4310            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
4311            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
4312            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4313            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
4314            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
4315            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
4316            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
4317            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
4318 ____________________________________________________________________________
4319 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
4320         Log: More regression tests for caller() and fix one bug of #16658.
4321      Branch: perl
4322            ! pp_ctl.c t/op/caller.t
4323 ____________________________________________________________________________
4324 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
4325         Log: Integrate perlio:
4326              
4327              [ 16657]
4328              Fix the crlf.t buffer leak
4329              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
4330              flagged it because it is more often popped without stream
4331              being closed.
4332              - Define non-noop PerlIOBuf_popped(), use it and export it.
4333      Branch: perl
4334           !> makedef.pl perlio.c perliol.h
4335 ____________________________________________________________________________
4336 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
4337         Log: Add a note about Cwd::fastcwd() returning tainted data.
4338              Sort modules alphabetically.
4339      Branch: perl
4340            ! pod/perldelta.pod
4341 ____________________________________________________________________________
4342 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
4343         Log: Remove O from the untested modules list.
4344      Branch: perl
4345            ! t/lib/1_compile.t
4346 ____________________________________________________________________________
4347 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
4348         Log: Fix bug 20020517.003 : segfault with caller().
4349              Add regression tests for caller.
4350      Branch: perl
4351            + t/op/caller.t
4352            ! MANIFEST pp_ctl.c
4353 ____________________________________________________________________________
4354 [ 16657] By: nick                                  on 2002/05/17  17:18:18
4355         Log: Fix the crlf.t buffer leak
4356              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
4357              flagged it because it is more often popped without stream
4358              being closed.
4359              - Define non-noop PerlIOBuf_popped(), use it and export it.
4360      Branch: perlio
4361            ! makedef.pl perlio.c perliol.h
4362 ____________________________________________________________________________
4363 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
4364         Log: PERL_HASH() casting games so that our hashed data is "unsigned
4365              char" but old code using just a "char" doesn't need changes.
4366              (The change is using a temporary pointer instead of a direct
4367              cast to unsigned char* which would blindly cast anything,
4368              not just char pointers.)  (The problem arose in MacOS Classic,
4369              as seen by Pudge, the cure by Nicholas Clark.)
4370      Branch: perl
4371            ! hv.c hv.h op.c sv.c vms/vms.c
4372 ____________________________________________________________________________
4373 [ 16655] By: nick                                  on 2002/05/17  14:59:20
4374         Log: Integrate mainline
4375      Branch: perlio
4376           !> (integrate 28 files)
4377 ____________________________________________________________________________
4378 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
4379         Log: Update Changes.
4380      Branch: perl
4381            ! Changes patchlevel.h
4382 ____________________________________________________________________________
4383 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
4384         Log: FAQ sync.
4385      Branch: perl
4386            ! pod/perlfaq4.pod pod/perlfaq8.pod
4387 ____________________________________________________________________________
4388 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
4389         Log: Forgot from #16628.
4390      Branch: perl
4391            ! ext/Encode/Makefile.PL
4392 ____________________________________________________________________________
4393 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
4394         Log: One Last Time
4395      Branch: macperl
4396            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4397            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
4398            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
4399            + lib/Unicode/UCD.t
4400 ____________________________________________________________________________
4401 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
4402         Log: Stupid case insensitivity
4403      Branch: macperl
4404            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
4405            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
4406            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
4407            - lib/unicode/UCD.t
4408 ____________________________________________________________________________
4409 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
4410         Log: Move Unicode -> unicode, remove README
4411      Branch: macperl
4412            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4413            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
4414            - lib/Unicode/Collate/t/test.t lib/Unicode/README
4415            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
4416 ____________________________________________________________________________
4417 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
4418         Log: Move Unicode -> unicode, remove README (oops, forgot one)
4419      Branch: macperl
4420           +> lib/unicode/Collate/README
4421 ____________________________________________________________________________
4422 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
4423         Log: Move Unicode -> unicode, remove README
4424      Branch: macperl
4425           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
4426           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
4427           +> lib/unicode/UCD.pm lib/unicode/UCD.t
4428 ____________________________________________________________________________
4429 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
4430         Log: Integrate perl
4431      Branch: macperl
4432           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
4433           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
4434           +> lib/Thread/Semaphore.pm
4435            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4436            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
4437            - wince/include/sys/types.h wince/include/sys/utime.h
4438            - wince/include/time.h
4439            ! macos/MPVersion.r macos/config.sh
4440           !> (integrate 173 files)
4441 ____________________________________________________________________________
4442 [ 16645] By: nick                                  on 2002/05/17  06:56:40
4443         Log: Integrate mainline
4444      Branch: perlio
4445           +> ext/Storable/t/st-dump.pl
4446            - wince/FindExt.pm
4447           !> (integrate 40 files)
4448 ____________________________________________________________________________
4449 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
4450         Log: STDERR noise.
4451      Branch: perl
4452            ! lib/Switch.pm
4453 ____________________________________________________________________________
4454 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
4455         Log: Upgrade to Switch 2.07.
4456      Branch: perl
4457            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
4458            ! lib/Switch/t/given.t lib/Switch/t/nested.t
4459            ! lib/Switch/t/switch.t
4460 ____________________________________________________________________________
4461 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
4462         Log: Missed hunk in #16641.
4463      Branch: perl
4464            ! lib/Filter/Simple/Changes
4465 ____________________________________________________________________________
4466 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
4467         Log: Upgrade to Filter::Simple 0.78.
4468              (Keep #14432, let Damian know of it.)
4469      Branch: perl
4470            ! lib/Filter/Simple.pm lib/Filter/Simple/README
4471            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
4472            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
4473            ! lib/Filter/Simple/t/import.t
4474 ____________________________________________________________________________
4475 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
4476         Log: More Third Degree.
4477      Branch: perl
4478            ! t/TEST
4479 ____________________________________________________________________________
4480 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
4481         Log: Third Degree tweaks.
4482      Branch: perl
4483            ! pod/perlhack.pod t/TEST
4484 ____________________________________________________________________________
4485 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
4486         Log: Purify: dl_last_error was leaking.
4487      Branch: perl
4488            ! ext/DynaLoader/dlutils.c
4489 ____________________________________________________________________________
4490 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
4491         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
4492              From: Chris Ball <chris@cpan.org>
4493              Date: 16 May 2002 20:51:34 +0100
4494              Message-ID: <86lmajvpkp.fsf@void.printf.net>
4495      Branch: perl
4496            ! utils/perldoc.PL
4497 ____________________________________________________________________________
4498 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
4499         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
4500              From: "Craig A. Berry" <craigberry@mac.com>
4501              Date: Thu, 16 May 2002 14:13:15 -0500
4502              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
4503      Branch: perl
4504            ! lib/ExtUtils/t/Constant.t
4505 ____________________________________________________________________________
4506 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
4507         Log: Make Cwd::fastcwd() return a tainted value.
4508              Add regression tests for taint-safety of the *cwd()
4509              functions.
4510      Branch: perl
4511            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
4512 ____________________________________________________________________________
4513 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
4514         Log: Subject: Re: AIX warning in hints regarding gcc
4515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4516              Date: Thu, 16 May 2002 18:55:41 +0200
4517              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
4518      Branch: perl
4519            ! hints/aix.sh
4520 ____________________________________________________________________________
4521 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
4522         Log: Update the test statuses.
4523      Branch: perl
4524            ! pod/perldelta.pod
4525 ____________________________________________________________________________
4526 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
4527         Log: The UDP sockpair failure seems to have magically
4528              disappeared from both UNICOSes.
4529              (One gets "UNEXPECTEDLY SUCCEEDED".)
4530      Branch: perl
4531            ! ext/Socket/socketpair.t
4532 ____________________________________________________________________________
4533 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
4534         Log: Brokenness of restricted hashes with Storable on EBCDIC
4535              seems to be an artifact of the downgrade.t.
4536      Branch: perl
4537            ! ext/Storable/Storable.pm
4538 ____________________________________________________________________________
4539 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
4540         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
4541              memory debuggers.
4542      Branch: perl
4543            ! pod/perlhack.pod
4544 ____________________________________________________________________________
4545 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
4546         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
4547              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4548              Date: Thu, 16 May 2002 16:42:34 +0200
4549              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
4550              
4551              gcc 3 version parsing proofing.
4552      Branch: perl
4553            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
4554 ____________________________________________________________________________
4555 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
4556         Log: Subject: [PATCH] good day for WinCE port of perl.
4557              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4558              Date: Thu, 16 May 2002 03:33:23 +0400
4559              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
4560      Branch: perl
4561            - wince/FindExt.pm
4562            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
4563            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
4564            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
4565            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
4566            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
4567            ! wince/config_H.ce wince/config_h.PL
4568 ____________________________________________________________________________
4569 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
4570         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
4571              From: slaven.rezic@berlin.de
4572              Date: Mon, 13 May 2002 16:02:24 +0200
4573              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
4574      Branch: perl
4575            ! ext/Sys/Syslog/Syslog.pm
4576 ____________________________________________________________________________
4577 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
4578         Log: Subject: Re: [PATCH] allow use threads qw(yield)
4579              From: Dave Mitchell <davem@fdgroup.com>
4580              Date: Wed, 15 May 2002 23:26:27 +0100
4581              Message-ID: <20020515232626.E28924@fdgroup.com>
4582      Branch: perl
4583            ! ext/threads/threads.xs
4584 ____________________________________________________________________________
4585 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
4586         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
4587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4588              Date: Thu, 16 May 2002 14:22:21 +0200
4589              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
4590      Branch: perl
4591            ! hints/aix.sh
4592 ____________________________________________________________________________
4593 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
4594         Log: metaconfig unit change for #16623.
4595      Branch: metaconfig
4596            ! U/ebcdic/trnl.U
4597 ____________________________________________________________________________
4598 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
4599         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
4600              from John Poltorak <jp@eyup.org>.
4601      Branch: perl
4602            ! Configure
4603 ____________________________________________________________________________
4604 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
4605         Log: DJGPP doesn't have \r\n delimited files (it has \r).
4606      Branch: perl
4607            ! lib/Tie/File/t/21_win32.t
4608 ____________________________________________________________________________
4609 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
4610         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
4611              2. Doing a s///g instead of tr/// works better for CR-delimited
4612              files, like in DJGPP (since <FH> doesn't correctly pull in
4613              CR-delimited lines).
4614      Branch: perl
4615            ! lib/Pod/Html.pm lib/Pod/t/eol.t
4616 ____________________________________________________________________________
4617 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
4618         Log: Don't test $! with like() since one may have
4619              a non-English locale, or simply AIX :-)
4620      Branch: perl
4621            ! ext/PerlIO/t/fail.t
4622 ____________________________________________________________________________
4623 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
4624         Log: DJGPP updates from Laszlo Molnar.
4625      Branch: perl
4626            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
4627 ____________________________________________________________________________
4628 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
4629         Log: Integrate perlio:
4630              
4631              [ 16613]
4632              Make open fail when layer string does not parse.
4633      Branch: perl
4634           +> ext/PerlIO/t/fail.t
4635           !> MANIFEST perlio.c
4636 ____________________________________________________________________________
4637 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
4638         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
4639              From: Nicholas Clark <nick@unfortu.net>
4640              Date: Wed, 15 May 2002 23:06:20 +0100
4641              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
4642      Branch: perl
4643            ! ext/Storable/Storable.xs
4644 ____________________________________________________________________________
4645 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
4646         Log: Two down, ten to go.
4647      Branch: perl
4648            ! pod/perldelta.pod
4649 ____________________________________________________________________________
4650 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
4651         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
4652      Branch: perl
4653            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
4654 ____________________________________________________________________________
4655 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
4656         Log: Schizoid MANIFESTs.
4657      Branch: perl
4658            + ext/Storable/t/st-dump.pl
4659            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
4660 ____________________________________________________________________________
4661 [ 16613] By: nick                                  on 2002/05/15  19:26:00
4662         Log: Make open fail when layer string does not parse.
4663      Branch: perlio
4664            + ext/PerlIO/t/fail.t
4665            ! MANIFEST perlio.c
4666 ____________________________________________________________________________
4667 [ 16612] By: nick                                  on 2002/05/15  18:11:15
4668         Log: Integrate mainline
4669      Branch: perlio
4670           !> Changes ext/Storable/Storable.pm patchlevel.h
4671           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
4672 ____________________________________________________________________________
4673 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
4674         Log: Update Changes.
4675      Branch: perl
4676            ! Changes patchlevel.h
4677 ____________________________________________________________________________
4678 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
4679         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
4680      Branch: perl
4681            ! pod/perldelta.pod t/run/fresh_perl.t
4682 ____________________________________________________________________________
4683 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
4684         Log: Document some of the known EBCDIC problems with Storable.
4685              (There is more, but need to do more tests.)
4686      Branch: perl
4687            ! ext/Storable/Storable.pm
4688 ____________________________________________________________________________
4689 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
4690         Log: Purify finding: jperl.t causes a few Array Bounds Reads
4691              (one byte too far in a malloced buffer) at various spots
4692              in regcomp.c, all the buffers malloced by SvGROW() in
4693              sv_recode_to_utf8().
4694      Branch: perl
4695            ! sv.c
4696 ____________________________________________________________________________
4697 [ 16607] By: nick                                  on 2002/05/15  06:57:26
4698         Log: Integrate mainline
4699      Branch: perlio
4700           +> Porting/thirdclean
4701           !> (integrate 36 files)
4702 ____________________________________________________________________________
4703 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
4704         Log: Subject: [PATCH] Re: use of lc module names and warnings
4705              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4706              Date: Sun, 12 May 2002 23:09:46 +0200
4707              Message-ID: <20020512230946.E699@rafael>
4708      Branch: perl
4709            ! toke.c
4710 ____________________________________________________________________________
4711 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
4712         Log: More rule tweakage.
4713      Branch: perl
4714            ! Porting/thirdclean
4715 ____________________________________________________________________________
4716 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
4717         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
4718              From: Sam Tregar <sam@tregar.com>
4719              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
4720              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
4721      Branch: perl
4722            ! ext/Devel/DProf/DProf.xs
4723 ____________________________________________________________________________
4724 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
4725         Log: $VERSIONize.
4726      Branch: perl
4727            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
4728 ____________________________________________________________________________
4729 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
4730         Log: Third Degree: name the op/foo.t as op_foo.
4731      Branch: perl
4732            ! t/TEST
4733 ____________________________________________________________________________
4734 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
4735         Log: Read of uninitialized heap found by Third Degree
4736              (e.g. in t/op/subst.t)
4737      Branch: perl
4738            ! scope.c
4739 ____________________________________________________________________________
4740 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
4741         Log: Add more rules.
4742      Branch: perl
4743            ! Porting/thirdclean
4744 ____________________________________________________________________________
4745 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
4746         Log: Subject: [PATCH] allow use threads qw(yield)
4747              From: Dave Mitchell <davem@fdgroup.com>
4748              Date: Tue, 14 May 2002 22:49:47 +0100
4749              Message-ID: <20020514224947.F25049@fdgroup.com>
4750      Branch: perl
4751            ! ext/threads/threads.pm ext/threads/threads.xs
4752 ____________________________________________________________________________
4753 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
4754         Log: Micropatch from Olaf Flebbe.
4755      Branch: perl
4756            ! epoc/epoc.c
4757 ____________________________________________________________________________
4758 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
4759         Log: Subject: perlhack.pod typos [PATCH]
4760              From: "John P. Linderman" <jpl@research.att.com>
4761              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
4762              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
4763      Branch: perl
4764            ! pod/perlhack.pod
4765 ____________________________________________________________________________
4766 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
4767         Log: Subject: typo in Socket.pm
4768              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4769              Date: Tue, 14 May 2002 12:02:47 +0200
4770              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
4771      Branch: perl
4772            ! ext/IO/lib/IO/Socket.pm
4773 ____________________________________________________________________________
4774 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
4775         Log: The #16592 needs this.
4776      Branch: perl
4777            ! embedvar.h perlapi.h
4778 ____________________________________________________________________________
4779 [ 16594] By: sky                                   on 2002/05/14  17:08:01
4780         Log: Subject: Re: lib/sort.t failure [PATCH]
4781              From: "John P. Linderman" <jpl@research.att.com>
4782              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
4783              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
4784      Branch: perl
4785            ! pod/perlfunc.pod
4786 ____________________________________________________________________________
4787 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
4788         Log: Add a script for cleaning out the "known noise"
4789              from Third Degree reports: either noise caused
4790              by libc itself, or Perl_yyparse leaks.
4791      Branch: perl
4792            + Porting/thirdclean
4793            ! MANIFEST
4794 ____________________________________________________________________________
4795 [ 16592] By: sky                                   on 2002/05/14  15:21:39
4796         Log: Turn the sort RealCmp for stable quicksorts into a
4797              threadsafe per interpreter values.
4798      Branch: perl
4799            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
4800 ____________________________________________________________________________
4801 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
4802         Log: reentr.h affects more C files than just reentr.c
4803      Branch: perl
4804            ! locale.c pp.c pp_sys.c
4805 ____________________________________________________________________________
4806 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
4807         Log: Document reentr.pl a bit better.  Still rather
4808              convoluted code, but it ain't broken, so...
4809      Branch: perl
4810            ! reentr.h reentr.pl
4811 ____________________________________________________________________________
4812 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
4813         Log: z/OS update: not all Storable was clear yet.
4814      Branch: perl
4815            ! pod/perldelta.pod
4816 ____________________________________________________________________________
4817 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
4818         Log: Avoid potentially empty struct.
4819      Branch: perl
4820            ! reentr.h reentr.pl
4821 ____________________________________________________________________________
4822 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
4823         Log: Todo tweaks.
4824      Branch: perl
4825            ! pod/perltodo.pod
4826 ____________________________________________________________________________
4827 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
4828         Log: Subject: [PATCH] various minor fixes in threads.            
4829              From: Dave Mitchell <davem@fdgroup.com>
4830              Date: Mon, 13 May 2002 23:48:22 +0100      
4831              Message-ID: <20020513234822.G21318@fdgroup.com>
4832      Branch: perl
4833            ! dump.c ext/threads/shared/shared.xs
4834 ____________________________________________________________________________
4835 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
4836         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
4837              From: PPrymmer@factset.com
4838              Date: Mon, 13 May 2002 17:37:28 -0400
4839              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
4840      Branch: perl
4841            ! vms/vms.c
4842 ____________________________________________________________________________
4843 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
4844         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
4845              From: Nicholas Clark <nick@unfortu.net>    
4846              Date: Mon, 13 May 2002 21:45:47 +0100
4847              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
4848      Branch: perl
4849            ! lib/ExtUtils/t/Constant.t
4850 ____________________________________________________________________________
4851 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
4852         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
4853              From: Nicholas Clark <nick@unfortu.net>    
4854              Date: Mon, 13 May 2002 21:47:38 +0100
4855              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
4856      Branch: perl
4857            ! lib/Benchmark.t
4858 ____________________________________________________________________________
4859 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
4860         Log: Subject: WinCE several touches
4861              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4862              Date: Tue, 14 May 2002 00:43:11 +0400      
4863              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
4864      Branch: perl
4865            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
4866            ! wince/config_h.PL
4867 ____________________________________________________________________________
4868 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
4869         Log: Subject: Re: perl@16573
4870              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4871              Date: Mon, 13 May 2002 18:30:35 +0200
4872              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
4873              
4874              (gcc 3.0 vs 64-bit hpux hints)
4875      Branch: perl
4876            ! hints/hpux.sh
4877 ____________________________________________________________________________
4878 [ 16580] By: sky                                   on 2002/05/13  19:38:09
4879         Log: Make the point a bit clearer after suggestion from Merijin
4880      Branch: perl
4881            ! pod/perltodo.pod
4882 ____________________________________________________________________________
4883 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
4884         Log: perltodo update.
4885      Branch: perl
4886            ! pod/perltodo.pod
4887 ____________________________________________________________________________
4888 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
4889         Log: Subject: README.aix update
4890              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4891              Date: Mon, 13 May 2002 19:02:47 +0200
4892              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
4893      Branch: perl
4894            ! README.aix
4895 ____________________________________________________________________________
4896 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
4897         Log: export PerlIOBuf_get_base for win32 extension linkage
4898      Branch: perl
4899            ! makedef.pl
4900 ____________________________________________________________________________
4901 [ 16576] By: nick                                  on 2002/05/13  18:20:22
4902         Log: Integrate mainline
4903      Branch: perlio
4904           !> Changes README.vos ext/threads/shared/shared.pm
4905           !> ext/threads/shared/t/0nothread.t
4906           !> ext/threads/shared/t/av_refs.t
4907           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
4908           !> ext/threads/shared/t/hv_refs.t
4909           !> ext/threads/shared/t/hv_simple.t
4910           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
4911           !> ext/threads/shared/t/semaphore.t
4912           !> ext/threads/shared/t/shared_attr.t
4913           !> ext/threads/shared/t/sv_refs.t
4914           !> ext/threads/shared/t/sv_simple.t patchlevel.h
4915           !> pod/perldelta.pod vms/vms.c xsutils.c
4916 ____________________________________________________________________________
4917 [ 16575] By: ams                                   on 2002/05/13  15:42:50
4918         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
4919              From: Paul_GreenVOS@vos.stratus.com
4920              Date: Mon, 13 May 02 12:32 edt
4921              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
4922      Branch: perl
4923            ! README.vos pod/perldelta.pod
4924 ____________________________________________________________________________
4925 [ 16574] By: ams                                   on 2002/05/13  15:41:14
4926         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
4927              From: PPrymmer@factset.com
4928              Date: Mon, 13 May 2002 11:38:15 -0400
4929              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
4930      Branch: perl
4931            ! vms/vms.c
4932 ____________________________________________________________________________
4933 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
4934         Log: Update Changes.
4935      Branch: perl
4936            ! Changes patchlevel.h
4937 ____________________________________________________________________________
4938 [ 16572] By: sky                                   on 2002/05/13  12:30:35
4939         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
4940              From: Dave Mitchell <davem@fdgroup.com>
4941              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
4942              Message-Id: <20020510235227.J12298@fdgroup.com>
4943      Branch: perl
4944            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
4945            ! ext/threads/shared/t/av_refs.t
4946            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
4947            ! ext/threads/shared/t/hv_refs.t
4948            ! ext/threads/shared/t/hv_simple.t
4949            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
4950            ! ext/threads/shared/t/semaphore.t
4951            ! ext/threads/shared/t/shared_attr.t
4952            ! ext/threads/shared/t/sv_refs.t
4953            ! ext/threads/shared/t/sv_simple.t xsutils.c
4954 ____________________________________________________________________________
4955 [ 16571] By: nick                                  on 2002/05/13  07:54:10
4956         Log: Integrate Mainline
4957      Branch: perlio
4958           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
4959            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4960            - wince/include/cectype.h wince/include/errno.h
4961            - wince/include/sys/types.h wince/include/sys/utime.h
4962            - wince/include/time.h
4963           !> (integrate 51 files)
4964 ____________________________________________________________________________
4965 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
4966         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
4967              From: Michael G Schwern <schwern@pobox.com>
4968              Date: Sun, 12 May 2002 19:32:58 -0400
4969              Message-ID: <20020512233258.GK696@blackrider>
4970      Branch: perl
4971            ! t/TEST
4972 ____________________________________________________________________________
4973 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
4974         Log: Be clean.
4975      Branch: perl
4976            ! Makefile.SH ext/B/t/o.t
4977 ____________________________________________________________________________
4978 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
4979         Log: change#8666 ($Config{perllibs}) apparently never got into
4980              mainline--merge, and add other missing entries; regen
4981              config_H.* files
4982      Branch: perl
4983            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4984            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4985            ! win32/config_H.vc win32/config_H.vc64
4986 ____________________________________________________________________________
4987 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
4988         Log: Elaborate on the exit/wait plan a bit.
4989      Branch: perl
4990            ! pod/perltodo.pod
4991 ____________________________________________________________________________
4992 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
4993         Log: Slight doc tweaks.
4994      Branch: perl
4995            ! pod/perlthrtut.pod
4996 ____________________________________________________________________________
4997 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
4998         Log: OS/390: update the test results.
4999      Branch: perl
5000            ! pod/perldelta.pod
5001 ____________________________________________________________________________
5002 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
5003         Log: Add threadsafety caveats.
5004      Branch: perl
5005            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
5006 ____________________________________________________________________________
5007 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
5008         Log: Update the Mac OS X situation.
5009      Branch: perl
5010            ! pod/perldelta.pod
5011 ____________________________________________________________________________
5012 [ 16562] By: sky                                   on 2002/05/12  19:10:27
5013         Log: Update todo, removing things done and adding new things.
5014      Branch: perl
5015            ! pod/perltodo.pod
5016 ____________________________________________________________________________
5017 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
5018         Log: Reword the "threads still running" cleanup message.
5019      Branch: perl
5020            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
5021            ! pod/perltoc.pod
5022 ____________________________________________________________________________
5023 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
5024         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
5025              (The manifestation: running pat.t core dumps after test 639.
5026              Removing everything after 639 makes core go away, as does
5027              removing everything before 640.  I did say "weird".  Some
5028              sort of a memory corruption, no doubt, but no time to debug
5029              in more detail.)
5030      Branch: perl
5031            ! t/op/pat.t
5032 ____________________________________________________________________________
5033 [ 16559] By: sky                                   on 2002/05/12  17:59:41
5034         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
5035      Branch: perl
5036            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
5037            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5038            ! MANIFEST
5039 ____________________________________________________________________________
5040 [ 16558] By: sky                                   on 2002/05/12  17:57:51
5041         Log: Fixed bug where tmpsv would be null after the return of the 
5042              amagic. Now check for that and allocate the tmpsv afterwards, 
5043              this is done in all other places that use amagic.
5044              Fixes bug when threads->unknownfunction() was called and
5045              we coredumped on the stringification somewhere deep in the
5046              autoloader/dynaloader something. Far to deep for me to provide
5047              a test case.
5048      Branch: perl
5049            ! sv.c
5050 ____________________________________________________________________________
5051 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
5052         Log: (retracted by #16560)
5053              EBCDIC: must protect also compile time so that
5054              the illegal UTF-EBCDIC is not seen.
5055      Branch: perl
5056            ! t/op/pat.t
5057 ____________________________________________________________________________
5058 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
5059         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
5060      Branch: perl
5061            ! pod/perlebcdic.pod regcomp.c
5062 ____________________________________________________________________________
5063 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
5064         Log: As suggested by Dave Mitchell, adding yield()s at
5065              appropriate spots helps non-preemptive thread
5066              implementations, like the GNU pth.  Tested at NetBSD
5067              by Martin Weber <Ephaeton@gmx.net>.
5068      Branch: perl
5069            ! ext/threads/t/basic.t ext/threads/t/list.t
5070            ! ext/threads/t/thread.t
5071 ____________________________________________________________________________
5072 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
5073         Log: Subject: RE: VOS bleadperl test failure on 16539
5074              From: chromatic <chromatic@rmci.net>
5075              Date: Sat, 11 May 2002 23:23:54 -0700
5076              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
5077      Branch: perl
5078            ! ext/B/t/o.t
5079 ____________________________________________________________________________
5080 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
5081         Log: There's no rest for the wicked misspellers.
5082      Branch: perl
5083            ! pod/perlthrtut.pod
5084 ____________________________________________________________________________
5085 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
5086         Log: Detypos (and sticking with US spelling since Dan Sugalski
5087              wrote the original text of perlthrtut)
5088      Branch: perl
5089            ! ext/threads/threads.pm pod/perlthrtut.pod
5090 ____________________________________________________________________________
5091 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
5092         Log: Because of #16550 these tests would now spew
5093              "Malformed UTF-8" in EBCDIC.
5094      Branch: perl
5095            ! t/op/pat.t
5096 ____________________________________________________________________________
5097 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
5098         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
5099              scripts does not apply any more.  (The utf8.t needed a little
5100              bit of relaxing to work in EBCDIC, since *both* the bytes in
5101              subtest #30 are illegal UTF-EBCDIC, and the error message
5102              matched is slightly different.)  The utf8.t now passes.
5103      Branch: perl
5104            ! lib/utf8.t toke.c
5105 ____________________________________________________________________________
5106 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
5107         Log: Subject: [PATCH] a bit more for WinCE
5108              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5109              Date: Sun, 12 May 2002 02:34:24 +0400
5110              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
5111      Branch: perl
5112            ! wince/wince.c
5113 ____________________________________________________________________________
5114 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
5115         Log: Subject: [PATCH] for WinCE cross-build, another one
5116              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
5117              Date: Sun, 12 May 2002 00:02:47 +0400
5118              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
5119      Branch: perl
5120            - wince/include/cectype.h wince/include/errno.h
5121            - wince/include/sys/types.h wince/include/sys/utime.h
5122            - wince/include/time.h
5123            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
5124            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
5125            ! wince/wince.c
5126 ____________________________________________________________________________
5127 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
5128         Log: Explicit casts due to #16542.
5129      Branch: perl
5130            ! ext/B/B.xs hv.c op.c sv.c
5131 ____________________________________________________________________________
5132 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
5133         Log: Upgrade to Test::Harness 2.21.
5134      Branch: perl
5135            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5136            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
5137            ! lib/Test/Harness/t/test-harness.t
5138 ____________________________________________________________________________
5139 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
5140         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
5141              but keep up with the $VERSION)
5142      Branch: perl
5143            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5144 ____________________________________________________________________________
5145 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
5146         Log: metaconfig unit change for #16543.
5147      Branch: metaconfig
5148            ! U/threads/usethreads.U
5149 ____________________________________________________________________________
5150 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
5151         Log: Subject: [PATCH] updated threads docs
5152              From: Dave Mitchell <davem@fdgroup.com>
5153              Date: Sat, 11 May 2002 20:00:51 +0100
5154              Message-ID: <20020511200050.D14841@fdgroup.com>
5155      Branch: perl
5156            ! Configure README.threads pod/perlothrtut.pod
5157            ! pod/perlthrtut.pod
5158 ____________________________________________________________________________
5159 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
5160         Log: Subject: unsigned char hashes (Re: perl@16539)
5161              From: Nicholas Clark <nick@unfortu.net>
5162              Date: Sat, 11 May 2002 17:54:44 +0100
5163              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
5164              
5165              Be explicitly unsigned char in the hash calculation.
5166      Branch: perl
5167            ! hv.h
5168 ____________________________________________________________________________
5169 [ 16541] By: nick                                  on 2002/05/11  08:21:00
5170         Log: Integrate mainline
5171      Branch: perlio
5172           +> ext/B/t/o.t
5173           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
5174           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
5175           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
5176 ____________________________________________________________________________
5177 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
5178         Log: Subject: more os x test output cosmetics
5179              From: Kay Röpke <kroepke@dolphin-services.de>
5180              Date: Fri, 10 May 2002 14:07:34 +0200
5181              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
5182      Branch: perl
5183            ! ext/DB_File/t/db-btree.t
5184 ____________________________________________________________________________
5185 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
5186         Log: Update Changes.
5187      Branch: perl
5188            ! Changes patchlevel.h
5189 ____________________________________________________________________________
5190 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
5191         Log: Regen toc.
5192      Branch: perl
5193            ! pod/perltoc.pod
5194 ____________________________________________________________________________
5195 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
5196         Log: Move pod, add $VERSION.
5197      Branch: perl
5198            ! ext/threads/shared/queue.pm
5199 ____________________________________________________________________________
5200 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
5201         Log: Unused variables.
5202      Branch: perl
5203            ! ext/Encode/Encode.xs
5204 ____________________________________________________________________________
5205 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
5206         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
5207              From: chromatic <chromatic@rmci.net>
5208              Date: Fri, 10 May 2002 07:43:25 -0700
5209              Message-ID: <20020510144325.26245.qmail@firewheel>
5210      Branch: perl
5211            + ext/B/t/o.t
5212            ! MANIFEST
5213 ____________________________________________________________________________
5214 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
5215         Log: Don't do JAPHs unless doing "make torturetest".
5216              Document the less obvious make test targets.
5217      Branch: perl
5218            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
5219 ____________________________________________________________________________
5220 [ 16533] By: nick                                  on 2002/05/10  06:02:58
5221         Log: Integrate mainline
5222      Branch: perlio
5223           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
5224           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
5225           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
5226           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
5227           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
5228           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
5229           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
5230           !> t/run/fresh_perl.t util.c
5231 ____________________________________________________________________________
5232 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
5233         Log: Subject: [PATCH] format and other warnings
5234              From: Robin Barker <rmb1@cise.npl.co.uk>
5235              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
5236              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
5237      Branch: perl
5238            ! Porting/pumpkin.pod ext/Encode/Encode.xs
5239            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
5240            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
5241            ! ext/threads/threads.xs
5242 ____________________________________________________________________________
5243 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
5244         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
5245      Branch: perl
5246            ! t/op/tie.t t/run/fresh_perl.t
5247 ____________________________________________________________________________
5248 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
5249         Log: Subject: Re: [PATCH] Re: perl@16433
5250              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
5251              Date: Thu, 09 May 2002 16:24:59 -0700
5252              Message-ID: <LVw28gzkguhE092yn@efn.org>
5253      Branch: perl
5254            ! t/op/tie.t
5255 ____________________________________________________________________________
5256 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
5257         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
5258              From: Dave Mitchell <davem@fdgroup.com>
5259              Date: Thu, 9 May 2002 17:18:42 +0100
5260              Message-ID: <20020509171842.C9836@fdgroup.com>
5261      Branch: perl
5262            ! ext/threads/shared/t/cond.t
5263 ____________________________________________________________________________
5264 [ 16528] By: nick                                  on 2002/05/09  16:40:39
5265         Log: Integrate maint branch io (pipe) fixes.
5266      Branch: perl
5267           !> doio.c pp_sys.c util.c
5268 ____________________________________________________________________________
5269 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
5270         Log: FAQ sync.
5271      Branch: perl
5272            ! pod/perlfaq3.pod pod/perlfaq4.pod
5273 ____________________________________________________________________________
5274 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
5275         Log: metaconfig unit changes for #16525, plus extra linting.
5276      Branch: metaconfig
5277            ! U/compline/ptrsize.U U/protos/Protochk.U
5278            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5279            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5280            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5281            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5282            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5283            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5284            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5285            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5286            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5287            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5288            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5289            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5290            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5291            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5292            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5293            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5294            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5295            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5296            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5297            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5298            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5299            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5300            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5301            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5302 ____________________________________________________________________________
5303 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
5304         Log: metaconfig unit linting.
5305      Branch: perl
5306            ! reentr.pl
5307 ____________________________________________________________________________
5308 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
5309         Log: metaconfig unit changes for #16523.
5310      Branch: metaconfig
5311            ! U/compline/ptrsize.U
5312      Branch: metaconfig/U/perl
5313            ! use64bits.U
5314 ____________________________________________________________________________
5315 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
5316         Log: ptrsize should depend on use64bitall, not the other
5317              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
5318      Branch: perl
5319            ! Configure
5320 ____________________________________________________________________________
5321 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
5322         Log: Integrate #16510 from macperl;
5323              
5324              Tell IO.xs that MacOS sometimes doesn't need extra help
5325      Branch: perl
5326           !> ext/IO/IO.xs
5327 ____________________________________________________________________________
5328 [ 16521] By: ams                                   on 2002/05/09  12:42:12
5329         Log: Subject: Re: Storable doc patches
5330              From: "Philip Newton" <Philip.Newton@gmx.net>
5331              Date: Thu, 9 May 2002 14:32:29 +0200
5332              Message-Id: 
5333      Branch: perl
5334            ! ext/Storable/Storable.pm
5335 ____________________________________________________________________________
5336 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
5337         Log: cmp() compares chars, not bytes.
5338      Branch: perl
5339            ! pod/perllocale.pod
5340 ____________________________________________________________________________
5341 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
5342         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
5343      Branch: perl
5344            ! pod/perlhack.pod
5345 ____________________________________________________________________________
5346 [ 16518] By: ams                                   on 2002/05/09  09:04:31
5347         Log: Subject: Storable doc patches
5348              From: Philip Newton <Philip.Newton@gmx.net>
5349              Date: Thu, 09 May 2002 12:00:45 +0200
5350              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
5351      Branch: perl
5352            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
5353 ____________________________________________________________________________
5354 [ 16517] By: ams                                   on 2002/05/09  08:53:50
5355         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
5356              From: Philip Newton <Philip.Newton@gmx.net>
5357              Date: Thu, 09 May 2002 11:16:06 +0200
5358              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
5359      Branch: perl
5360            ! ext/Storable/README
5361 ____________________________________________________________________________
5362 [ 16516] By: nick                                  on 2002/05/09  08:13:39
5363         Log: Integrate mainline
5364      Branch: perlio
5365           !> pod/perlxstut.pod
5366 ____________________________________________________________________________
5367 [ 16515] By: nick                                  on 2002/05/09  07:29:53
5368         Log: Integrate mainline
5369      Branch: perlio
5370           !> (integrate 27 files)
5371 ____________________________________________________________________________
5372 [ 16514] By: ams                                   on 2002/05/09  06:50:24
5373         Log: Subject: [Patch] perlxstut.pod
5374              From: lupe@lupe-christoph.de (Lupe Christoph)
5375              Date: Thu, 9 May 2002 09:42:02 +0200
5376              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
5377              (Applied with tweaks.)
5378      Branch: perl
5379            ! pod/perlxstut.pod
5380 ____________________________________________________________________________
5381 [ 16513] By: ams                                   on 2002/05/09  06:04:47
5382         Log: Subject: [Patch] perlapio.pod
5383              From: lupe@lupe-christoph.de (Lupe Christoph)
5384              Date: Thu, 9 May 2002 09:01:50 +0200
5385              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
5386              (Applied with tweaks.)
5387      Branch: perl
5388            ! pod/perlapio.pod
5389 ____________________________________________________________________________
5390 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
5391         Log: Integrate from macperl
5392      Branch: maint-5.6/macperl
5393           !> macos/macperl/MPConsole.cp
5394 ____________________________________________________________________________
5395 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
5396         Log: Make interrupt act as end of file, MacPerl Bug #542154
5397      Branch: macperl
5398            ! macos/macperl/MPConsole.cp
5399 ____________________________________________________________________________
5400 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
5401         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
5402      Branch: macperl
5403            ! ext/IO/IO.xs
5404 ____________________________________________________________________________
5405 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
5406         Log: Make perlio (!sfio) work on MacOS
5407      Branch: macperl
5408            ! macos/config.h macos/config.sh macos/macish.c
5409 ____________________________________________________________________________
5410 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
5411         Log: integrate maint-5.6/macperl contents
5412      Branch: maint-5.6/perl
5413           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
5414           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
5415           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
5416 ____________________________________________________________________________
5417 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
5418         Log: Rework #16506 some more.
5419      Branch: perl
5420            ! ext/Time/HiRes/HiRes.xs win32/win32.c
5421 ____________________________________________________________________________
5422 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
5423         Log: Rework #16503 a bit to keep all the HiRes implementation
5424              in one place, assuming we want to re-CPAN Time::HiRes at
5425              some point.
5426      Branch: perl
5427            ! ext/Time/HiRes/HiRes.xs win32/win32.c
5428 ____________________________________________________________________________
5429 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
5430         Log: metaconfig unit change for #16504.
5431      Branch: metaconfig
5432            ! U/modified/Cppsym.U
5433 ____________________________________________________________________________
5434 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
5435         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
5436              From: Pixel <pixel@mandrakesoft.com>
5437              Date: 08 May 2002 18:19:51 +0200
5438              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
5439      Branch: perl
5440            ! Configure
5441 ____________________________________________________________________________
5442 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
5443         Log: make the gettimeofday() implementation in Time::HiRes available
5444              from perl
5445      Branch: perl
5446            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
5447            ! win32/config.bc win32/config.gc win32/config.vc
5448            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5449            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
5450            ! win32/win32.c win32/win32iop.h
5451 ____________________________________________________________________________
5452 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
5453         Log: Subject: Test output update for OS X 10.1.4
5454              From: Kay Röpke <kroepke@dolphin-services.de>
5455              Date: Wed, 8 May 2002 22:23:36 +0200
5456              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
5457      Branch: perl
5458            ! ext/DB_File/t/db-recno.t
5459 ____________________________________________________________________________
5460 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
5461         Log: Subject: [PATCH] Re: perl@16433
5462              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5463              Date: Tue, 07 May 2002 18:40:44 -0700
5464              Message-ID: <cII28gzkgaOS092yn@efn.org>
5465              
5466              Subject: Re: [PATCH] Re: perl@16433
5467              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5468              Date: Wed, 08 May 2002 10:16:42 -0700
5469              Message-ID: <61V28gzkg+jG092yn@efn.org>
5470      Branch: perl
5471            ! pp_sys.c sv.c t/op/tie.t
5472 ____________________________________________________________________________
5473 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
5474         Log: Subject: [DOC PATCH] Minor threads::shared nits
5475              From: Simon Glover <scog@amnh.org>
5476              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
5477              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
5478      Branch: perl
5479            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
5480            ! ext/threads/shared/shared.pm
5481 ____________________________________________________________________________
5482 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
5483         Log: Subject: [DOC PATCH] perlthrtut proofreading
5484              From: Simon Glover <scog@amnh.org>
5485              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
5486              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
5487      Branch: perl
5488            ! pod/perlthrtut.pod
5489 ____________________________________________________________________________
5490 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
5491         Log: Deprecate 5.005threads.
5492      Branch: perl
5493            ! pod/perldelta.pod
5494 ____________________________________________________________________________
5495 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
5496         Log: Integrate perlio:
5497              
5498              [ 16496]
5499              Portability and doc tweaks to PerlIO/XS stuff.
5500              We are still "papering over the cracks" a bit,
5501              but now it is good stiff card held on with epoxy.
5502              
5503              [ 16495]
5504              PerlIO/XS interface routine and doc updates from
5505              lupe@lupe-christoph.de (Lupe Christoph) in mail
5506              Subject: [For Review] Patch for perlio.c and pods
5507              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
5508              Date: Sun, 5 May 2002 10:43:15 +0200
5509              (Minor tweaks to follow.)
5510      Branch: perl
5511           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
5512 ____________________________________________________________________________
5513 [ 16496] By: nick                                  on 2002/05/08  19:08:43
5514         Log: Portability and doc tweaks to PerlIO/XS stuff.
5515              We are still "papering over the cracks" a bit,
5516              but now it is good stiff card held on with epoxy.
5517      Branch: perlio
5518            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
5519 ____________________________________________________________________________
5520 [ 16495] By: nick                                  on 2002/05/08  17:56:43
5521         Log: PerlIO/XS interface routine and doc updates from
5522              lupe@lupe-christoph.de (Lupe Christoph) in mail
5523              Subject: [For Review] Patch for perlio.c and pods
5524              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
5525              Date: Sun, 5 May 2002 10:43:15 +0200
5526              (Minor tweaks to follow.)
5527      Branch: perlio
5528            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
5529 ____________________________________________________________________________
5530 [ 16494] By: nick                                  on 2002/05/08  17:40:34
5531         Log: Integrate mainline
5532      Branch: perlio
5533           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
5534           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
5535           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
5536           !> t/run/fresh_perl.t
5537 ____________________________________________________________________________
5538 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
5539         Log: Update Changes.
5540      Branch: perl
5541            ! Changes patchlevel.h
5542 ____________________________________________________________________________
5543 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
5544         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
5545              don't unlink /dev/null
5546      Branch: perl
5547            ! Porting/p4genpatch
5548 ____________________________________________________________________________
5549 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
5550         Log: Integrate perlio:
5551              
5552              [ 16487]
5553              Avoid pointless re-encode of data in :encoding's read buffer
5554              on a close
5555      Branch: perl
5556           !> ext/PerlIO/encoding/encoding.xs
5557 ____________________________________________________________________________
5558 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
5559         Log: The base.pm changes need this, too?
5560      Branch: perl
5561            ! lib/diagnostics.t
5562 ____________________________________________________________________________
5563 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
5564         Log: fix p4genpatch breakage (missing slash in patch headers)
5565      Branch: perl
5566            ! Porting/p4genpatch
5567 ____________________________________________________________________________
5568 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
5569         Log: Integrate #14679 from macperl;
5570              
5571              Skip layer symbols for sfio
5572      Branch: perl
5573           !> makedef.pl
5574 ____________________________________________________________________________
5575 [ 16487] By: nick                                  on 2002/05/08  13:12:47
5576         Log: Avoid pointless re-encode of data in :encoding's read buffer
5577              on a close
5578      Branch: perlio
5579            ! ext/PerlIO/encoding/encoding.xs
5580 ____________________________________________________________________________
5581 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
5582         Log: Integrate #16481 from macperl;
5583              
5584              p4genpatch Mac OS fixes (paths, utime)
5585      Branch: perl
5586           !> Porting/p4genpatch
5587 ____________________________________________________________________________
5588 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
5589         Log: Storable doc tweaks.
5590      Branch: perl
5591            ! ext/Storable/Storable.pm
5592 ____________________________________________________________________________
5593 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
5594         Log: Subject: Re: [PATCH] use base Notexists
5595              From: andreas.koenig@anima.de (Andreas J. Koenig)
5596              Date: Wed, 08 May 2002 15:57:53 +0200
5597              Message-ID: <m34rhi91y6.fsf@anima.de>
5598      Branch: perl
5599            ! lib/base.pm lib/fields.t
5600 ____________________________________________________________________________
5601 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
5602         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
5603              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
5604              Date: Wed, 8 May 2002 10:47:51 +0400
5605              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
5606      Branch: perl
5607            ! t/run/fresh_perl.t
5608 ____________________________________________________________________________
5609 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
5610         Log: Document how even "ASCII" locales can have problems
5611              if \w includes some of the regex metacharacters.
5612      Branch: perl
5613            ! lib/locale.t
5614 ____________________________________________________________________________
5615 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
5616         Log: p4genpatch Mac OS fixes (paths, utime)
5617      Branch: macperl
5618            ! Porting/p4genpatch
5619 ____________________________________________________________________________
5620 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
5621         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
5622              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
5623              Date: Wed, 8 May 2002 10:33:14 +0400
5624              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
5625      Branch: perl
5626            ! ext/File/Glob/bsd_glob.c
5627 ____________________________________________________________________________
5628 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
5629         Log: Skip layer symbols for sfio
5630      Branch: macperl
5631            ! makedef.pl
5632 ____________________________________________________________________________
5633 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
5634         Log: Bump up the Storable $VERSION to 2.0.
5635      Branch: perl
5636            ! ext/Storable/Storable.pm
5637 ____________________________________________________________________________
5638 [ 16477] By: nick                                  on 2002/05/08  06:21:18
5639         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
5640      Branch: perlio
5641           !> (integrate 36 files)
5642 ____________________________________________________________________________
5643 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
5644         Log: Oops, add back
5645      Branch: macperl
5646            + macos/MacPerlTests.cmd
5647 ____________________________________________________________________________
5648 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
5649         Log: Integrate with perl
5650      Branch: macperl
5651           +> Porting/p4genpatch ext/Digest/MD5/README
5652           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
5653           +> ext/threads/shared/semaphore.pm
5654           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
5655           +> t/comp/hints.t vos/compile_full_perl.cm
5656           +> vos/configure_full_perl.sh vos/make_full_perl.sh
5657           +> wince/compile.bat wince/win32io.c
5658            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
5659            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
5660           !> (integrate 206 files)
5661 ____________________________________________________________________________
5662 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
5663         Log: Update README (integrate from macperl)
5664      Branch: maint-5.6/macperl
5665           !> README.macos
5666 ____________________________________________________________________________
5667 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
5668         Log: Various syncs from macperl/ -> maint-5.6/macperl/
5669              File::Copy, File::Spec updates
5670              Test script modifications
5671              pp_require path bugfixes
5672      Branch: maint-5.6/macperl
5673            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
5674            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
5675 ____________________________________________________________________________
5676 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
5677         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
5678      Branch: macperl
5679            ! macos/macperl/MacPerl.podhelp
5680      Branch: maint-5.6/macperl
5681            ! macos/macperl/MacPerl.podhelp
5682 ____________________________________________________________________________
5683 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
5684         Log: Reset Mac::err flag in app, MacPerl Bug #546065
5685      Branch: macperl
5686            ! macos/macperl/MPScript.c
5687      Branch: maint-5.6/macperl
5688            ! macos/macperl/MPScript.c
5689 ____________________________________________________________________________
5690 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
5691         Log: Fix for some module install paths, MacPerl Bug #549611
5692      Branch: macperl
5693            ! macos/macperl/Droplets/installme.plx
5694            ! macos/macperl/Droplets/untarzipme.plx
5695      Branch: maint-5.6/macperl
5696            ! macos/macperl/Droplets/installme.plx
5697            ! macos/macperl/Droplets/untarzipme.plx
5698 ____________________________________________________________________________
5699 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
5700         Log: Stupid Mac::OSA::Simple bugs
5701      Branch: macperl
5702            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
5703      Branch: maint-5.6/macperl
5704            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
5705 ____________________________________________________________________________
5706 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
5707         Log: Various BuildTools fixes, MacPerl Bug #545341
5708      Branch: macperl
5709            ! macos/lib/Mac/BuildTools.pm
5710      Branch: maint-5.6/macperl
5711            ! macos/lib/Mac/BuildTools.pm
5712 ____________________________________________________________________________
5713 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
5714         Log: MM_MacOS has been moved from macos/lib/ to lib/
5715      Branch: macperl
5716            - macos/lib/ExtUtils/MM_MacOS.pm
5717 ____________________________________________________________________________
5718 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
5719         Log: Oops, add Digest::MD5 Makefile.mk back in
5720      Branch: macperl
5721            + macos/bundled_ext/Digest/MD5/Makefile.mk
5722 ____________________________________________________________________________
5723 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
5724         Log: Allow focus of first item, MacPerl Bug #529102
5725      Branch: macperl
5726            ! macos/ext/Mac/Windows/Windows.pm
5727      Branch: maint-5.6/macperl
5728            ! macos/ext/Mac/Windows/Windows.pm
5729 ____________________________________________________________________________
5730 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
5731         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
5732      Branch: macperl
5733            ! macos/lib/Mac/Glue.pm
5734      Branch: maint-5.6/macperl
5735            ! macos/lib/Mac/Glue.pm
5736 ____________________________________________________________________________
5737 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
5738         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
5739      Branch: perl
5740            ! makedef.pl
5741 ____________________________________________________________________________
5742 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
5743         Log: aTHX may be empty
5744      Branch: perl
5745            ! win32/win32.c
5746 ____________________________________________________________________________
5747 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
5748         Log: 5005threads builds again on windows
5749      Branch: perl
5750            ! win32/win32.c win32/win32.h
5751 ____________________________________________________________________________
5752 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
5753         Log: fixes for various warnings identified by Visual C++
5754      Branch: perl
5755            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
5756            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
5757            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
5758            ! win32/config.bc win32/config.gc win32/config.vc
5759            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5760            ! win32/win32.c win32/win32iop.h
5761 ____________________________________________________________________________
5762 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
5763         Log: keep paths consistently slashed on windows
5764      Branch: perl
5765            ! t/harness
5766 ____________________________________________________________________________
5767 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
5768         Log: integrate makefile.mk changes into Makefile
5769      Branch: perl
5770            ! win32/Makefile
5771 ____________________________________________________________________________
5772 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
5773         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
5774              From: Nicholas Clark <nick@unfortu.net>
5775              Date: Tue, 7 May 2002 23:26:01 +0100
5776              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
5777      Branch: perl
5778            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
5779            ! ext/Storable/README ext/Storable/Storable.pm
5780            ! ext/Storable/t/malice.t
5781 ____________________________________________________________________________
5782 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
5783         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
5784              From: Dave Mitchell <davem@fdgroup.com>
5785              Date: Wed, 8 May 2002 00:11:02 +0100
5786              Message-ID: <20020508001102.D4118@fdgroup.com>
5787      Branch: perl
5788            ! pp_hot.c scope.c
5789 ____________________________________________________________________________
5790 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
5791         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
5792              From: Dave Mitchell <davem@fdgroup.com>
5793              Date: Tue, 7 May 2002 23:13:10 +0100
5794              Message-ID: <20020507231310.B4118@fdgroup.com>
5795      Branch: perl
5796            ! pp_hot.c
5797 ____________________________________________________________________________
5798 [ 16454] By: sky                                   on 2002/05/07  21:18:44
5799         Log: Documentation of async
5800      Branch: perl
5801            ! ext/threads/threads.pm
5802 ____________________________________________________________________________
5803 [ 16453] By: sky                                   on 2002/05/07  21:16:28
5804         Log: Documentation added.
5805      Branch: perl
5806            ! ext/threads/shared/semaphore.pm
5807 ____________________________________________________________________________
5808 [ 16452] By: sky                                   on 2002/05/07  21:15:34
5809         Log: Add support for async.
5810      Branch: perl
5811            ! ext/threads/threads.pm
5812 ____________________________________________________________________________
5813 [ 16451] By: sky                                   on 2002/05/07  21:01:47
5814         Log: Add documentation.
5815      Branch: perl
5816            ! ext/threads/shared/queue.pm
5817 ____________________________________________________________________________
5818 [ 16450] By: sky                                   on 2002/05/07  20:24:08
5819         Log: Fix bad assumptions in test case.
5820              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
5821              b) $var++ is not atomic
5822              c) the creating of the string to print and the actuall printing 
5823              could be preempted by another thread
5824      Branch: perl
5825            ! ext/threads/shared/t/queue.t
5826 ____________________________________________________________________________
5827 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
5828         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
5829              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5830              Date: Tue, 07 May 2002 19:41:03 +0200
5831              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
5832      Branch: perl
5833            ! makedepend.SH
5834 ____________________________________________________________________________
5835 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
5836         Log: Upgrade to Encode 1.71.
5837      Branch: perl
5838            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5839            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
5840 ____________________________________________________________________________
5841 [ 16447] By: nick                                  on 2002/05/07  18:39:47
5842         Log: Integrate mainline
5843      Branch: perlio
5844           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
5845           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
5846           !> lib/User/pwent.t
5847 ____________________________________________________________________________
5848 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
5849         Log: AUTHORS updates.
5850      Branch: perl
5851            ! AUTHORS
5852 ____________________________________________________________________________
5853 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
5854         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
5855              From: Robin Barker <rmb1@cise.npl.co.uk>
5856              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
5857              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
5858      Branch: perl
5859            ! ext/Encode/Encode.xs
5860 ____________________________________________________________________________
5861 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
5862         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
5863              From: Michael A Chase <mchase@ix.netcom.com>
5864              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
5865              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
5866              
5867              (plus add what POSIX says)
5868      Branch: perl
5869            ! lib/File/Spec/Unix.pm
5870 ____________________________________________________________________________
5871 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
5872         Log: Subject: Re: lib/User/pwent.t on Cygwin
5873              From: John Peacock <jpeacock@rowman.com>
5874              Date: Mon, 06 May 2002 10:14:21 -0400
5875              Message-ID: <3CD68FBD.8020502@rowman.com>
5876      Branch: perl
5877            ! lib/User/pwent.t
5878 ____________________________________________________________________________
5879 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
5880         Log: Subject: [PATCH] Storable (Re: perl@16433)
5881              From: Radu Greab <radu@netsoft.ro>
5882              Date: Tue, 7 May 2002 11:37:03 +0300
5883              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
5884              
5885              Subject: Re: [PATCH] Storable (Re: perl@16433)
5886              From: Radu Greab <radu@netsoft.ro>
5887              Date: Tue, 7 May 2002 12:49:24 +0300
5888              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
5889              
5890              Plug the Storable memory leaks.
5891      Branch: perl
5892            ! ext/Storable/Storable.xs
5893 ____________________________________________________________________________
5894 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
5895         Log: Upgrade to CPAN 1.61.
5896      Branch: perl
5897            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5898 ____________________________________________________________________________
5899 [ 16440] By: nick                                  on 2002/05/07  07:07:58
5900         Log: Integrate mainline
5901      Branch: perlio
5902           +> Porting/p4genpatch vos/compile_full_perl.cm
5903           +> vos/configure_full_perl.sh vos/make_full_perl.sh
5904           +> wince/compile.bat wince/win32io.c
5905            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
5906           !> (integrate 74 files)
5907 ____________________________________________________________________________
5908 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
5909         Log: Document the bad behaviour of for(1..5){$_++}
5910              (it works but it should fail)
5911      Branch: perl
5912            ! pod/perldelta.pod
5913 ____________________________________________________________________________
5914 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
5915         Log: README.ko update from Jungshik Shin.
5916      Branch: perl
5917            ! README.ko
5918 ____________________________________________________________________________
5919 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
5920         Log: Subject: Re: perl@16433
5921              From: Nicholas Clark <nick@unfortu.net>
5922              Date: Tue, 7 May 2002 00:21:46 +0100
5923              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
5924      Branch: perl
5925            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
5926            ! ext/Storable/t/malice.t
5927 ____________________________________________________________________________
5928 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
5929         Log: Subject:  two and a half steps further for WinCE cross-build
5930              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5931              Date: Mon, 6 May 2002 23:54:24 +0400
5932              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
5933      Branch: perl
5934            - wince/config.h
5935            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
5936 ____________________________________________________________________________
5937 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
5938         Log: Detypo.
5939      Branch: perl
5940            ! pod/perldelta.pod
5941 ____________________________________________________________________________
5942 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
5943         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
5944              From: Dave Mitchell <davem@fdgroup.com>
5945              Date: Mon, 6 May 2002 17:17:00 +0100
5946              Message-ID: <20020506171700.A256@fdgroup.com>
5947      Branch: perl
5948            ! pod/perldelta.pod t/op/local.t
5949 ____________________________________________________________________________
5950 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
5951         Log: Update Changes.
5952      Branch: perl
5953            ! Changes patchlevel.h
5954 ____________________________________________________________________________
5955 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
5956         Log: Add a test for #16431, and document Dave's campaign
5957              against localised hash element bugs.
5958      Branch: perl
5959            ! pod/perldelta.pod t/op/tie.t
5960 ____________________________________________________________________________
5961 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
5962         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
5963              From: Dave Mitchell <davem@fdgroup.com>
5964              Date: Sat, 4 May 2002 00:34:18 +0100
5965              Message-ID: <20020504003418.F22026@fdgroup.com>
5966      Branch: perl
5967            ! pp_hot.c t/op/local.t
5968 ____________________________________________________________________________
5969 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
5970         Log: Regen uconfig.h.
5971      Branch: perl
5972            ! uconfig.h
5973 ____________________________________________________________________________
5974 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
5975         Log: Unfortunately AmigaOS has been broken since 11423
5976              and is unlikely to get fixed in time for 5.8.0.
5977      Branch: perl
5978            ! pod/perldelta.pod
5979 ____________________________________________________________________________
5980 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
5981         Log: Ultimate discouragement for the old tools, from Andreas.
5982      Branch: perl
5983            - Porting/p4d2p Porting/p4desc
5984            ! MANIFEST Porting/repository.pod
5985 ____________________________________________________________________________
5986 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
5987         Log: Upgrade to Digest::MD5 2.20.
5988      Branch: perl
5989            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
5990            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
5991 ____________________________________________________________________________
5992 [ 16426] By: ams                                   on 2002/05/06  09:48:42
5993         Log: Subject: [Encode] 1.70 released
5994              From: Dan Kogai <dankogai@dan.co.jp>
5995              Date: Mon, 6 May 2002 19:36:15 +0900
5996              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
5997      Branch: perl
5998            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
5999            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
6000            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
6001 ____________________________________________________________________________
6002 [ 16425] By: ams                                   on 2002/05/06  09:40:42
6003         Log: Subject: [PATCH] PerlIO::Via reference
6004              From: Gisle Aas <gisle@ActiveState.com>
6005              Date: 05 May 2002 22:50:23 -0700
6006              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
6007      Branch: perl
6008            ! pod/perliol.pod
6009 ____________________________________________________________________________
6010 [ 16424] By: ams                                   on 2002/05/06  09:37:58
6011         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
6012              From: Brendan O'Dea <bod@debian.org>
6013              Date: Mon, 6 May 2002 14:04:48 +1000
6014              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
6015      Branch: perl
6016            ! lib/Term/Complete.pm
6017 ____________________________________________________________________________
6018 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
6019         Log: p4genpatch: avoid stderr noise during adds
6020      Branch: perl
6021            ! Porting/p4genpatch
6022 ____________________________________________________________________________
6023 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
6024         Log: Subject: [PATCH] Fixup VOS builds of miniperl
6025              From: Paul_GreenVOS@vos.stratus.com
6026              Date: Sun, 5 May 02 23:11 edt
6027              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
6028      Branch: perl
6029            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
6030 ____________________________________________________________________________
6031 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
6032         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
6033              From: Radu Greab <radu@netsoft.ro>
6034              Date: Mon, 6 May 2002 04:23:10 +0300
6035              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
6036      Branch: perl
6037            ! pp_sys.c t/op/exec.t
6038 ____________________________________________________________________________
6039 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
6040         Log: Further comment tweak, to agree with perlxs.pod.
6041      Branch: perl
6042            ! perl.h
6043 ____________________________________________________________________________
6044 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
6045         Log: Subject: [PATCH] Update README.vos and release vos build macros
6046              From: Paul_GreenVOS@vos.stratus.com
6047              Date: Sun, 5 May 02 17:15 edt
6048              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
6049              To: perl5-porters@perl.org
6050      Branch: perl
6051            + vos/compile_full_perl.cm vos/configure_full_perl.sh
6052            + vos/make_full_perl.sh
6053            ! MANIFEST README.vos vos/Changes
6054 ____________________________________________________________________________
6055 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
6056         Log: Retract MM_NW5.pm part of #16371, at the request
6057              of Michael Schwern.
6058      Branch: perl
6059            ! lib/ExtUtils/MM_NW5.pm
6060 ____________________________________________________________________________
6061 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
6062         Log: Comment tweaks.
6063      Branch: perl
6064            ! perl.h
6065 ____________________________________________________________________________
6066 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
6067         Log: a few more p4genpatch fixes:
6068              
6069              don't assume previous revision exists, let p4 compute it from
6070              the one-less-change number instead
6071              
6072              the time part in timestamps were always 00:00:00; fix by
6073              fetching metadata via "p4 fsync" rather than "p4 filelog"
6074              
6075              quote all file names used in external commands to make them
6076              them work when there are spaces in those file names
6077              
6078              looks production worthy now :)
6079      Branch: perl
6080            ! Porting/p4genpatch
6081 ____________________________________________________________________________
6082 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
6083         Log: The #16401 was far from enough, and mostly in a wrong direction.
6084              The right thing to do would be to convert Storable into using
6085              the new MY_CXT scheme (no static data, and memory management
6086              using SVs).
6087      Branch: perl
6088            ! ext/Storable/Storable.xs
6089 ____________________________________________________________________________
6090 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
6091         Log: p4genpatch diffs against depot files from //depot/perl when called
6092              with -b //depot/maint-5.6/perl
6093      Branch: perl
6094            ! Porting/p4genpatch
6095 ____________________________________________________________________________
6096 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
6097         Log: p4genpatch: current directory may not be writable, so don't
6098              create temp files there
6099      Branch: perl
6100            ! Porting/p4genpatch
6101 ____________________________________________________________________________
6102 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
6103         Log: p4genpatch now works on windows
6104      Branch: perl
6105            ! Porting/p4genpatch
6106 ____________________________________________________________________________
6107 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
6108         Log: p4genpatch: tweak from Andreas to strip leading portion of
6109              path specified in -b (so patch can be applied with "patch -p1")
6110      Branch: perl
6111            ! Porting/p4genpatch
6112 ____________________________________________________________________________
6113 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
6114         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
6115              From: PPrymmer@factset.com
6116              Date: Fri, 3 May 2002 14:52:12 -0400
6117              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
6118      Branch: perl
6119            ! t/op/pwent.t
6120 ____________________________________________________________________________
6121 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
6122         Log: Upgrade to Net::Ping 2.17.
6123      Branch: perl
6124            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6125 ____________________________________________________________________________
6126 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
6127         Log: Upgrade to Getopt::Long 2.31.
6128      Branch: perl
6129            ! lib/Getopt/Long.pm
6130 ____________________________________________________________________________
6131 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
6132         Log: Subject: Re: Cross-compiling as of WinCE
6133              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6134              Date: Sat, 4 May 2002 03:49:11 +0400
6135              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
6136      Branch: perl
6137            + wince/compile.bat wince/win32io.c
6138            - wince/perldll.def
6139            ! MANIFEST configpm makedef.pl wince/Makefile.ce
6140            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
6141            ! wince/config_h.PL wince/wince.c
6142 ____________________________________________________________________________
6143 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
6144         Log: The loclibpth is always set by Configure.
6145      Branch: perl
6146            ! hints/dec_osf.sh
6147 ____________________________________________________________________________
6148 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
6149         Log: Subject: Re: [Unicode::Collate] UCA Version number    
6150              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6151              Date: Sun, 05 May 2002 10:07:57 +0900
6152              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
6153      Branch: perl
6154            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6155            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
6156 ____________________________________________________________________________
6157 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
6158         Log: Subject: [PATCH sv.c] delete inaccurate comment
6159              From: Dave Mitchell <davem@fdgroup.com>
6160              Date: Fri, 3 May 2002 21:17:00 +0100
6161              Message-ID: <20020503211700.C22026@fdgroup.com>
6162      Branch: perl
6163            ! sv.c
6164 ____________________________________________________________________________
6165 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
6166         Log: Solaris: show what 'that' is.
6167      Branch: perl
6168            ! hints/solaris_2.sh
6169 ____________________________________________________________________________
6170 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
6171         Log: Syntax fix.
6172      Branch: perl
6173            ! t/op/arith.t
6174 ____________________________________________________________________________
6175 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
6176         Log: (retracted by #16415) Storable: try to free what we allocated.
6177      Branch: perl
6178            ! ext/Storable/Storable.xs
6179 ____________________________________________________________________________
6180 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
6181         Log: UNICOS: division is really sloppy.
6182      Branch: perl
6183            ! t/op/arith.t
6184 ____________________________________________________________________________
6185 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
6186         Log: Subject: fix t/io/fs.t for VOS
6187              From: Paul_GreenVOS@vos.stratus.com
6188              Date: Sat, 4 May 02 14:01 edt
6189              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
6190      Branch: perl
6191            ! t/io/fs.t
6192 ____________________________________________________________________________
6193 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
6194         Log: Subject: [Unicode::Collate] UCA Version number
6195              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6196              Date: Sat, 04 May 2002 16:07:07 +0900
6197              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
6198      Branch: perl
6199            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
6200 ____________________________________________________________________________
6201 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
6202         Log: Subject: [PATCH lib/overload.pm] "\"\""
6203              From: Michael G Schwern <schwern@pobox.com>
6204              Date: Sat, 4 May 2002 13:17:44 -0400
6205              Message-ID: <20020504171743.GD640@blackrider>
6206      Branch: perl
6207            ! lib/overload.pm
6208 ____________________________________________________________________________
6209 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
6210         Log: Add the EBCDIC test data to downgrade.t.
6211      Branch: perl
6212            ! ext/Storable/t/downgrade.t
6213 ____________________________________________________________________________
6214 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
6215         Log: EBCDIC tweak.
6216      Branch: perl
6217            ! ext/Storable/t/utf8hash.t
6218 ____________________________________________________________________________
6219 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
6220         Log: Allow p4genpatch to use diff programs other than 'diff'.
6221      Branch: perl
6222            ! Porting/p4genpatch
6223 ____________________________________________________________________________
6224 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
6225         Log: Add p4genpatch from Andreas; obsoletes both
6226              p4d2p and p4desc.
6227      Branch: perl
6228            + Porting/p4genpatch
6229            ! MANIFEST Porting/makerel
6230 ____________________________________________________________________________
6231 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
6232         Log: Upgrade to Encode 1.69.
6233      Branch: perl
6234            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6235            ! ext/Encode/Encode/Makefile_PL.e2x
6236            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
6237            ! ext/Encode/lib/Encode/Guess.pm
6238            ! ext/Encode/lib/Encode/MIME/Header.pm
6239            ! ext/Encode/t/mime-header.t
6240 ____________________________________________________________________________
6241 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
6242         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
6243              From: Dave Mitchell <davem@fdgroup.com>
6244              Date: Sat, 4 May 2002 16:09:26 +0100
6245              Message-ID: <20020504160926.A24990@fdgroup.com>
6246      Branch: perl
6247            ! INSTALL
6248 ____________________________________________________________________________
6249 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
6250         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
6251              From: Nicholas Clark <nick@unfortu.net>
6252              Date: Sat, 4 May 2002 12:38:58 +0100
6253              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
6254      Branch: perl
6255            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6256 ____________________________________________________________________________
6257 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
6258         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
6259              From: Nicholas Clark <nick@unfortu.net>
6260              Date: Sat, 4 May 2002 00:30:43 +0100
6261              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
6262      Branch: perl
6263            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6264 ____________________________________________________________________________
6265 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
6266         Log: Doc tweak from Elizabeth Mattijsen.
6267      Branch: perl
6268            ! pod/perlunicode.pod
6269 ____________________________________________________________________________
6270 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
6271         Log: Subject: [PATCH] channames.pm doc tweaks
6272              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
6273              Date: Sat, 04 May 2002 11:45:18 +0900
6274              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
6275      Branch: perl
6276            ! lib/charnames.pm
6277 ____________________________________________________________________________
6278 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
6279         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
6280              From: Dave Mitchell <davem@fdgroup.com>
6281              Date: Fri, 3 May 2002 23:51:10 +0100
6282              Message-ID: <20020503235110.E22026@fdgroup.com>
6283      Branch: perl
6284            ! pp_hot.c scope.c
6285 ____________________________________________________________________________
6286 [ 16385] By: nick                                  on 2002/05/04  09:29:41
6287         Log: Integrate mainline
6288      Branch: perlio
6289           !> (integrate 47 files)
6290 ____________________________________________________________________________
6291 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
6292         Log: Subject: Re: perl@16307
6293              From: Nicholas Clark <nick@unfortu.net>
6294              Date: Fri, 3 May 2002 21:49:04 +0100
6295              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
6296              
6297              canonical #3 was failing under -Mutf8.
6298      Branch: perl
6299            ! ext/Storable/t/canonical.t
6300 ____________________________________________________________________________
6301 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
6302         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
6303              From: Dave Mitchell <davem@fdgroup.com>
6304              Date: Fri, 3 May 2002 21:12:10 +0100
6305              Message-ID: <20020503211210.B22026@fdgroup.com>
6306      Branch: perl
6307            ! scope.c
6308 ____________________________________________________________________________
6309 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
6310         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
6311              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
6312              Date: Fri, 3 May 2002 20:30:25 +0200
6313              Message-ID: <190109228332.20020503203025@familiehaase.de>
6314      Branch: perl
6315            ! doio.c
6316 ____________________________________________________________________________
6317 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
6318         Log: Subject: t/TestInit.pm - clean up comments
6319              From: Paul_GreenVOS@vos.stratus.com
6320              Date: Fri, 3 May 02 14:51 edt
6321              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
6322      Branch: perl
6323            ! t/TestInit.pm
6324 ____________________________________________________________________________
6325 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
6326         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
6327              From: Dan Kogai <dankogai@dan.co.jp>
6328              Date: Sat, 4 May 2002 01:46:35 +0900
6329              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
6330      Branch: perl
6331            ! ext/Encode/Encode/Makefile_PL.e2x
6332 ____________________________________________________________________________
6333 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
6334         Log: Forgotten test arrangement.
6335      Branch: perl
6336            ! ext/Digest/MD5/t/files.t
6337 ____________________________________________________________________________
6338 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
6339         Log: Comedy of typing errors.
6340      Branch: perl
6341            ! hints/solaris_2.sh
6342 ____________________________________________________________________________
6343 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
6344         Log: Let's try the "no Net:: if no Socket" again.
6345      Branch: perl
6346            ! t/lib/1_compile.t
6347 ____________________________________________________________________________
6348 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
6349         Log: Update Changes.
6350      Branch: perl
6351            ! Changes patchlevel.h
6352 ____________________________________________________________________________
6353 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
6354         Log: Oops.
6355      Branch: perl
6356            ! lib/ExtUtils/MM_BeOS.pm
6357 ____________________________________________________________________________
6358 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
6359         Log: EBCDIC tweak.
6360      Branch: perl
6361            ! ext/Digest/MD5/t/utf8.t
6362 ____________________________________________________________________________
6363 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
6364         Log: Update the EBCDIC MD5 checksums, and automate the process.
6365      Branch: perl
6366            ! ext/Digest/MD5/t/files.t
6367 ____________________________________________________________________________
6368 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
6369         Log: The EBCDIC remapping of the low 256 bites again.
6370      Branch: perl
6371            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
6372            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
6373            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
6374 ____________________________________________________________________________
6375 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
6376         Log: NetWare updates from C Aditya.
6377      Branch: perl
6378            ! lib/ExtUtils/MM_NW5.pm makedef.pl
6379 ____________________________________________________________________________
6380 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
6381         Log: DJGPP updates from Laszlo Molnar.
6382      Branch: perl
6383            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
6384 ____________________________________________________________________________
6385 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
6386         Log: Upgrade to Encode 1.68.
6387      Branch: perl
6388            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6389            ! ext/Encode/lib/Encode/Alias.pm
6390            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
6391 ____________________________________________________________________________
6392 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
6393         Log: Integrate perlio:
6394              
6395              [ 16367]
6396              Several of non-default builds now seem to work reasonably well
6397              English.t seems to fail on an errno test, and socketpair blathers
6398              about something.
6399              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
6400              back door, and instead have perlsdio.h vector stdio via iperlsys.h
6401              function tables (latter was done in earlier change).
6402              Update comments in Makefile.mk 
6403              
6404              [ 16366]
6405              Finish off 16350 for non-PERLIO build on linux,
6406              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
6407              for some slots which now perlsdio.h is targeting.
6408              
6409              [ 16352]
6410              setbuf / setvbuf are not PerlIO_ concepts
6411              
6412              [ 16351]
6413              perl_clone is a threads thing
6414              
6415              [ 16350]
6416              *** EXPERIMENTAL ***
6417              Have perlsdio.h use the iperlsys.h aliases and see
6418              if that helps non-PERLIO IMP_SYS on Win32.
6419              (Miniperl okay on linux).
6420              
6421              [ 16349]
6422              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
6423              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
6424              - use it in perlio.c
6425              
6426              [ 16347]
6427              More layer syms
6428              
6429              [ 16346]
6430              Use PerlSIO_fdupopen() if not using PerlIO
6431              
6432              [ 16345]
6433              Do not build if not using layers
6434      Branch: perl
6435           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
6436           !> win32/makefile.mk win32/perlhost.h win32/win32.c
6437           !> win32/win32io.c
6438 ____________________________________________________________________________
6439 [ 16367] By: nick                                  on 2002/05/03  07:25:13
6440         Log: Several of non-default builds now seem to work reasonably well
6441              English.t seems to fail on an errno test, and socketpair blathers
6442              about something.
6443              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
6444              back door, and instead have perlsdio.h vector stdio via iperlsys.h
6445              function tables (latter was done in earlier change).
6446              Update comments in Makefile.mk 
6447      Branch: perlio
6448            ! perlio.h win32/makefile.mk win32/win32.c
6449 ____________________________________________________________________________
6450 [ 16366] By: nick                                  on 2002/05/03  07:07:36
6451         Log: Finish off 16350 for non-PERLIO build on linux,
6452              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
6453              for some slots which now perlsdio.h is targeting.
6454      Branch: perlio
6455            ! iperlsys.h
6456 ____________________________________________________________________________
6457 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
6458         Log: If no Socket should not try to test Net::
6459      Branch: perl
6460            ! t/lib/1_compile.t
6461 ____________________________________________________________________________
6462 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
6463         Log: Integrate macperl #16360 and #16363;
6464              
6465              Make op/alarm.t pass
6466              
6467              README.macos update
6468      Branch: perl
6469           !> README.macos t/op/alarm.t
6470 ____________________________________________________________________________
6471 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
6472         Log: README.macos update
6473      Branch: macperl
6474            ! README.macos
6475 ____________________________________________________________________________
6476 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
6477         Log: Config / test updates
6478      Branch: macperl
6479            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
6480            ! macos/Makefile.mk
6481 ____________________________________________________________________________
6482 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
6483         Log: Safe signals for Mac OS
6484      Branch: macperl
6485            ! macos/macish.c macos/macish.h
6486 ____________________________________________________________________________
6487 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
6488         Log: Make op/alarm.t pass
6489      Branch: macperl
6490            ! t/op/alarm.t
6491 ____________________________________________________________________________
6492 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
6493         Log: a tweak to change#13584: need to avoid pad-walking during
6494              global destruction
6495      Branch: maint-5.6/perl
6496            ! op.c
6497 ____________________________________________________________________________
6498 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
6499         Log: Forgot the most important part of #16357.
6500      Branch: perl
6501            ! lib/Unicode/Collate.pm
6502 ____________________________________________________________________________
6503 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
6504         Log: Subject: Unicode::Collate 0.11 Released
6505              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6506              Date: Fri, 03 May 2002 03:19:29 +0900
6507              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
6508      Branch: perl
6509            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
6510            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
6511 ____________________________________________________________________________
6512 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
6513         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
6514              From: Andy Dougherty <doughera@lafayette.edu>
6515              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
6516              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
6517      Branch: perl
6518            ! Makefile.SH ext/util/make_ext
6519 ____________________________________________________________________________
6520 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
6521         Log: Integrate #16353 from macperl;
6522              
6523              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
6524              in test 92 of run/fresh_perl.t on MacOS
6525              
6526              (as pudge rightfully points out, this is voodoo
6527              programming at it best, the real bug is somewhere else,
6528              now we just happened to shake the chicken the right way)
6529      Branch: perl
6530           !> lib/utf8_heavy.pl
6531 ____________________________________________________________________________
6532 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
6533         Log: Subject: Re: Encode, charnames and utf8heavy
6534              From: Dan Kogai <dankogai@dan.co.jp>
6535              Date: Thu, 2 May 2002 00:44:30 +0900
6536              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
6537              
6538              (plus a respective perlunicode tweak)
6539      Branch: perl
6540            ! lib/utf8_heavy.pl pod/perlunicode.pod
6541 ____________________________________________________________________________
6542 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
6543         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
6544              in test 92 of run/fresh_perl.t on MacOS
6545      Branch: macperl
6546            ! lib/utf8_heavy.pl
6547 ____________________________________________________________________________
6548 [ 16352] By: nick                                  on 2002/05/02  17:48:31
6549         Log: setbuf / setvbuf are not PerlIO_ concepts
6550      Branch: perlio
6551            ! XSUB.h
6552 ____________________________________________________________________________
6553 [ 16351] By: nick                                  on 2002/05/02  17:12:21
6554         Log: perl_clone is a threads thing
6555      Branch: perlio
6556            ! makedef.pl
6557 ____________________________________________________________________________
6558 [ 16350] By: nick                                  on 2002/05/02  17:09:43
6559         Log: *** EXPERIMENTAL ***
6560              Have perlsdio.h use the iperlsys.h aliases and see
6561              if that helps non-PERLIO IMP_SYS on Win32.
6562              (Miniperl okay on linux).
6563      Branch: perlio
6564            ! iperlsys.h perlsdio.h
6565 ____________________________________________________________________________
6566 [ 16349] By: nick                                  on 2002/05/02  16:10:15
6567         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
6568              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
6569              - use it in perlio.c
6570      Branch: perlio
6571            ! perlio.c win32/perlhost.h win32/win32.c
6572 ____________________________________________________________________________
6573 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
6574         Log: manual integrate of change#16332 from maint-5.6 branch
6575      Branch: perl
6576            ! mg.c perl.c sv.c util.c
6577 ____________________________________________________________________________
6578 [ 16347] By: nick                                  on 2002/05/02  15:19:59
6579         Log: More layer syms
6580      Branch: perlio
6581            ! makedef.pl
6582 ____________________________________________________________________________
6583 [ 16346] By: nick                                  on 2002/05/02  15:19:20
6584         Log: Use PerlSIO_fdupopen() if not using PerlIO
6585      Branch: perlio
6586            ! perlio.c
6587 ____________________________________________________________________________
6588 [ 16345] By: nick                                  on 2002/05/02  15:18:12
6589         Log: Do not build if not using layers
6590      Branch: perlio
6591            ! win32/win32io.c
6592 ____________________________________________________________________________
6593 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
6594         Log: Upgrade to Encode 1.67.
6595      Branch: perl
6596            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6597            ! ext/Encode/lib/Encode/Guess.pm
6598 ____________________________________________________________________________
6599 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
6600         Log: Integrate perlio:
6601              
6602              [ 16341]
6603              Remove show-stoppers to non-PERLIO Win32 builds
6604              (still not a very good show).
6605      Branch: perl
6606           !> makedef.pl win32/makefile.mk
6607 ____________________________________________________________________________
6608 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
6609         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
6610              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6611              Date: Thu, 02 May 2002 04:22:02 +0100
6612              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
6613      Branch: perl
6614            ! malloc.c
6615 ____________________________________________________________________________
6616 [ 16341] By: nick                                  on 2002/05/02  12:57:23
6617         Log: Remove show-stoppers to non-PERLIO Win32 builds
6618              (still not a very good show).
6619      Branch: perlio
6620            ! makedef.pl win32/makefile.mk
6621 ____________________________________________________________________________
6622 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
6623         Log: Subject: [PATCH] 1/3rd of utf8
6624              From: Nicholas Clark <nick@unfortu.net>
6625              Date: Wed, 1 May 2002 22:58:42 +0100
6626              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
6627      Branch: perl
6628            ! ext/Storable/t/malice.t
6629 ____________________________________________________________________________
6630 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
6631         Log: Integrate #16334 from maint-5.6;
6632              
6633              don't pad $0 with spaces when setting it, use nulls instead (the
6634              spaces show up as a very long line in a ps listing)
6635      Branch: perl
6636           !> mg.c
6637 ____________________________________________________________________________
6638 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
6639         Log: Integrate perlio:
6640              
6641              [ 16335]
6642              Fix the "PerlIO require leak". Snag was that clean_objs
6643              autoloaded DESTROY (needing IO) after known layers had
6644              been freed. Postpone layer list free to PerlIO_cleanup,
6645              rather than PerlIO_destruct. Tweak sequence in perl_destruct
6646              so that sv_undef is immortal till layer list is done with it.
6647      Branch: perl
6648           !> perl.c perlio.c
6649 ____________________________________________________________________________
6650 [ 16337] By: ams                                   on 2002/05/02  08:21:42
6651         Log: Subject: Re: [PATCH] Storable docs
6652              From: Philip Newton <Philip.Newton@gmx.net>
6653              Date: Thu, 02 May 2002 07:58:38 +0200
6654              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
6655              (Applied mostly with tweaks by hand.)
6656      Branch: perl
6657            ! ext/Storable/Storable.pm
6658 ____________________________________________________________________________
6659 [ 16336] By: nick                                  on 2002/05/02  07:59:16
6660         Log: Integrate mainline
6661      Branch: perlio
6662           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
6663           +> ext/Digest/MD5/t/utf8.t
6664            - ext/Digest/MD5/t/aaa.t
6665           !> Configure MANIFEST Makefile.SH config_h.SH
6666           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6667           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
6668           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
6669           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
6670           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
6671           !> lib/Thread.pm util.c
6672 ____________________________________________________________________________
6673 [ 16335] By: nick                                  on 2002/05/02  07:54:51
6674         Log: Fix the "PerlIO require leak". Snag was that clean_objs
6675              autoloaded DESTROY (needing IO) after known layers had
6676              been freed. Postpone layer list free to PerlIO_cleanup,
6677              rather than PerlIO_destruct. Tweak sequence in perl_destruct
6678              so that sv_undef is immortal till layer list is done with it.
6679      Branch: perlio
6680            ! perl.c perlio.c
6681 ____________________________________________________________________________
6682 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
6683         Log: don't pad $0 with spaces when setting it, use nulls instead (the
6684              spaces show up as a very long line in a ps listing)
6685      Branch: maint-5.6/perl
6686            ! mg.c
6687 ____________________________________________________________________________
6688 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
6689         Log: fix yet more race conditions related to fdopen() and dup2():
6690              
6691              fclose() is not thread-safe when two FILE* structures point
6692              to the same underlying fd, as it happens in perl's socket
6693              handles; need to invalidate the fileno slot of one of the
6694              FILE* structures, but unfortunately stdio has no interface
6695              to do this; we can do little else but fiddle with the
6696              FILE* structure directly (yuck! hope this could be done better
6697              under native PerlIO in 5.8)
6698      Branch: maint-5.6/perl
6699            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
6700 ____________________________________________________________________________
6701 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
6702         Log: isolate all environ diddling to the initial interpreter; any
6703              additional interpreters created after the first one cannot
6704              propagate %ENV changes down to the real environment; this
6705              should fix %ENV related races (e.g. multiple threads attempting
6706              to free() environ entries when they run C<%ENV = ()>)
6707      Branch: maint-5.6/perl
6708            ! mg.c perl.c sv.c util.c
6709 ____________________________________________________________________________
6710 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
6711         Log: fix race condition in my_popen(): parent may dup2() into an fd
6712              that got opened by another thread because it closes it
6713              beforehand; instead, let the dup2() itself close the fd
6714      Branch: maint-5.6/perl
6715            ! util.c
6716 ____________________________________________________________________________
6717 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
6718         Log: pipe() IO structures were not fully initialized
6719      Branch: maint-5.6/perl
6720            ! doio.c pp_sys.c
6721 ____________________________________________________________________________
6722 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
6723         Log: fix handle leak in my_popen() if the fork() fails
6724      Branch: maint-5.6/perl
6725            ! util.c
6726 ____________________________________________________________________________
6727 [ 16328] By: nick                                  on 2002/05/02  06:08:22
6728         Log: Integrate mainline
6729      Branch: perlio
6730           +> ext/threads/shared/semaphore.pm
6731           +> ext/threads/shared/t/semaphore.t
6732           !> MANIFEST ext/threads/shared/Makefile.PL
6733           !> ext/threads/shared/t/queue.t
6734 ____________________________________________________________________________
6735 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
6736         Log: Cleanup threads dirs.
6737      Branch: perl
6738            ! Makefile.SH
6739 ____________________________________________________________________________
6740 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
6741         Log: Add the new Digest::MD5 test.
6742      Branch: perl
6743            + ext/Digest/MD5/t/utf8.t
6744            ! MANIFEST
6745 ____________________________________________________________________________
6746 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
6747         Log: New try at the Class::DBI core dump at global cleanup.
6748      Branch: perl
6749            ! gv.h util.c
6750 ____________________________________________________________________________
6751 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
6752         Log: Upgrade to Digest::MD5 2.19.
6753      Branch: perl
6754            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6755            ! ext/Digest/MD5/t/files.t
6756 ____________________________________________________________________________
6757 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
6758         Log: Ooops.  Not everybody does threads.
6759      Branch: perl
6760            ! ext/threads/shared/t/semaphore.t
6761 ____________________________________________________________________________
6762 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
6763         Log: Fix files.t for blead.
6764      Branch: perl
6765            + ext/Digest/MD5/README
6766            ! MANIFEST ext/Digest/MD5/t/files.t
6767 ____________________________________________________________________________
6768 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
6769         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
6770              work yet with blead, my bad.
6771      Branch: perl
6772            + ext/Digest/MD5/t/md5-aaa.t
6773            - ext/Digest/MD5/t/aaa.t
6774            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6775            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
6776            ! ext/Digest/MD5/t/files.t
6777 ____________________________________________________________________________
6778 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
6779         Log: metaconfig unit change for #16319.
6780      Branch: metaconfig/U/perl
6781            ! d_u32align.U
6782 ____________________________________________________________________________
6783 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
6784         Log: Somebody might be compiling a newer Digest::MD5.
6785      Branch: perl
6786            ! Configure config_h.SH
6787 ____________________________________________________________________________
6788 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
6789         Log: Until Arthur fills in semaphore.t.
6790      Branch: perl
6791            ! ext/threads/shared/Makefile.PL
6792            ! ext/threads/shared/t/semaphore.t
6793 ____________________________________________________________________________
6794 [ 16317] By: sky                                   on 2002/05/01  19:36:33
6795         Log: Fix emulation case when loading both Thread and threads::shared
6796              would get awkward.
6797      Branch: perl
6798            ! lib/Thread.pm
6799 ____________________________________________________________________________
6800 [ 16316] By: ams                                   on 2002/05/01  19:35:25
6801         Log: Subject: [PATCH] Storable docs
6802              From: Nicholas Clark <nick@unfortu.net>
6803              Date: Wed, 1 May 2002 20:44:42 +0100
6804              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
6805      Branch: perl
6806            ! ext/Storable/Storable.pm
6807 ____________________________________________________________________________
6808 [ 16315] By: sky                                   on 2002/05/01  19:15:46
6809         Log: Now passes old test case.
6810      Branch: perl
6811            ! ext/threads/shared/semaphore.pm
6812 ____________________________________________________________________________
6813 [ 16314] By: sky                                   on 2002/05/01  19:15:26
6814         Log: Cleanup memory a bit better in some cases.
6815      Branch: perl
6816            ! ext/threads/threads.xs
6817 ____________________________________________________________________________
6818 [ 16313] By: nick                                  on 2002/05/01  18:38:03
6819         Log: Integrate mainline
6820      Branch: perlio
6821           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
6822           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
6823           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
6824           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
6825           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
6826           !> pod/perl.pod pod/perlthrtut.pod toke.c
6827           !> vms/descrip_mms.template vms/perlvms.pod
6828 ____________________________________________________________________________
6829 [ 16312] By: sky                                   on 2002/05/01  18:12:37
6830         Log: Don't forget to add it to the MANIFEST
6831      Branch: perl
6832            + ext/threads/shared/t/semaphore.t
6833            ! MANIFEST
6834 ____________________________________________________________________________
6835 [ 16311] By: sky                                   on 2002/05/01  17:54:19
6836         Log: Add semaphore.pm
6837      Branch: perl
6838            + ext/threads/shared/semaphore.pm
6839 ____________________________________________________________________________
6840 [ 16310] By: sky                                   on 2002/05/01  17:13:57
6841         Log: Fix makefile to put queue.pm correctly, update test script.
6842      Branch: perl
6843            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
6844 ____________________________________________________________________________
6845 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
6846         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
6847              From: Dan Kogai <dankogai@dan.co.jp>
6848              Date: Thu, 2 May 2002 00:14:41 +0900
6849              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
6850      Branch: perl
6851            ! ext/PerlIO/t/fallback.t
6852 ____________________________________________________________________________
6853 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
6854         Log: Encode tweak from Dan Kogai.
6855      Branch: perl
6856            ! ext/Encode/Encode.xs
6857 ____________________________________________________________________________
6858 [ 16307] By: sky                                   on 2002/05/01  13:40:58
6859         Log: Flush directly to avoid erros when running from test harness
6860      Branch: perl
6861            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
6862 ____________________________________________________________________________
6863 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
6864         Log: Update Changes.
6865      Branch: perl
6866            ! Changes patchlevel.h
6867 ____________________________________________________________________________
6868 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
6869         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
6870              From: PPrymmer@factset.com
6871              Date: Wed, 1 May 2002 10:12:53 -0400
6872              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
6873      Branch: perl
6874            ! lib/User/pwent.t
6875 ____________________________________________________________________________
6876 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
6877         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
6878              From: PPrymmer@factset.com
6879              Date: Wed, 1 May 2002 09:54:51 -0400
6880              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
6881      Branch: perl
6882            ! vms/descrip_mms.template
6883 ____________________________________________________________________________
6884 [ 16303] By: sky                                   on 2002/05/01  13:00:57
6885         Log: First attempt at updating perlthrtut for ithreaded threads.pm
6886      Branch: perl
6887            ! pod/perlthrtut.pod
6888 ____________________________________________________________________________
6889 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
6890         Log: Provide the \N{U+HHHH} syntax before we forget.
6891      Branch: perl
6892            ! lib/charnames.pm lib/charnames.t toke.c
6893 ____________________________________________________________________________
6894 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
6895         Log: Subject: Copy-and-Pasto in perl.pod     
6896              From: lupe@lupe-christoph.de (Lupe Christoph)    
6897              Date: Wed, 1 May 2002 13:31:47 +0200
6898              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
6899      Branch: perl
6900            ! pod/perl.pod
6901 ____________________________________________________________________________
6902 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
6903         Log: Upgrade to Encode 1.66.
6904      Branch: perl
6905            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6906            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
6907 ____________________________________________________________________________
6908 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
6909         Log: Integrate perlio:
6910              
6911              [ 16297]
6912              Remove "spurious" (and unnecessary) variables from layer_syms
6913              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
6914              
6915              [ 16296]
6916              perl embed.pl to update global.sym
6917      Branch: perl
6918           !> global.sym makedef.pl
6919 ____________________________________________________________________________
6920 [ 16298] By: ams                                   on 2002/05/01  09:42:27
6921         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
6922              From: Philip Newton <Philip.Newton@gmx.net>
6923              Date: Wed, 01 May 2002 12:41:10 +0200
6924              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
6925      Branch: perl
6926            ! vms/perlvms.pod
6927 ____________________________________________________________________________
6928 [ 16297] By: nick                                  on 2002/05/01  06:50:24
6929         Log: Remove "spurious" (and unnecessary) variables from layer_syms
6930              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
6931      Branch: perlio
6932            ! makedef.pl
6933 ____________________________________________________________________________
6934 [ 16296] By: nick                                  on 2002/05/01  06:21:28
6935         Log: perl embed.pl to update global.sym
6936      Branch: perlio
6937            ! global.sym
6938 ____________________________________________________________________________
6939 [ 16295] By: nick                                  on 2002/05/01  06:16:18
6940         Log: Raw integrate of mainline (global.sym wrong on Win32)
6941      Branch: perlio
6942           +> t/comp/hints.t
6943           !> (integrate 45 files)
6944 ____________________________________________________________________________
6945 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
6946         Log: metaconfig unit change for #16293.
6947      Branch: metaconfig/U/perl
6948            ! bincompat5005.U
6949 ____________________________________________________________________________
6950 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
6951         Log: Try #2 of getting rid of bincompat5005.
6952      Branch: perl
6953            ! Configure NetWare/config_H.wc Porting/Glossary
6954            ! Porting/config.sh Porting/config_H config_h.SH embed.h
6955            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
6956            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
6957            ! wince/config.h wince/config_H.ce
6958 ____________________________________________________________________________
6959 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
6960         Log: metaconfig unit changes for #16291.
6961      Branch: metaconfig
6962            ! U/installdirs/inc_version_list.U
6963      Branch: metaconfig/U/perl
6964            ! bincompat5005.U xs_apiversion.U
6965 ____________________________________________________________________________
6966 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
6967         Log: No bincompat5005.
6968      Branch: perl
6969            ! Configure INSTALL NetWare/config.wc Porting/Glossary
6970            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
6971            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
6972            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
6973            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
6974            ! win32/config.bc win32/config.gc win32/config.vc
6975            ! win32/config.vc64 wince/config.ce
6976 ____________________________________________________________________________
6977 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
6978         Log: Remove sv_setpviv{_,mg}; regen perlapi.
6979      Branch: perl
6980            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
6981 ____________________________________________________________________________
6982 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
6983         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
6984              From: Dave Mitchell <davem@fdgroup.com>
6985              Date: Tue, 30 Apr 2002 23:55:43 +0100
6986              Message-ID: <20020430235543.A27796@fdgroup.com>
6987      Branch: perl
6988            ! sv.c
6989 ____________________________________________________________________________
6990 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
6991         Log: Update to Getopt::Long 2.30.
6992      Branch: perl
6993            ! lib/Getopt/Long.pm
6994 ____________________________________________________________________________
6995 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
6996         Log: Integrate perlio:
6997              
6998              [ 16285]
6999              Attempt at sanity in PerlIO/makedef.pl world:
7000              1. Add comments to what each clump of symbols is for
7001              2. Explicitly export layer syms like I thought they were
7002              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
7003              section.
7004              4. Re-sort perlio.sym
7005      Branch: perl
7006           !> makedef.pl perlio.sym
7007 ____________________________________________________________________________
7008 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
7009         Log: Fix bug id 20020427.004 on %^H.
7010              Add a regression test for %^H.
7011              Change the sort pragma implementation to use a
7012              global variable instead of %^H.
7013      Branch: perl
7014            + t/comp/hints.t
7015            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
7016 ____________________________________________________________________________
7017 [ 16285] By: nick                                  on 2002/04/30  19:00:03
7018         Log: Attempt at sanity in PerlIO/makedef.pl world:
7019              1. Add comments to what each clump of symbols is for
7020              2. Explicitly export layer syms like I thought they were
7021              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
7022              section.
7023              4. Re-sort perlio.sym
7024      Branch: perlio
7025            ! makedef.pl perlio.sym
7026 ____________________________________________________________________________
7027 [ 16284] By: nick                                  on 2002/04/30  18:10:23
7028         Log: Rest of integrate
7029      Branch: perlio
7030           +> lib/ExtUtils/MM_MacOS.pm
7031           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
7032           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
7033           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
7034           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
7035           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7036           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
7037           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
7038           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
7039           !> lib/Test/Harness/t/strap-analyze.t
7040           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
7041           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
7042 ____________________________________________________________________________
7043 [ 16283] By: nick                                  on 2002/04/30  17:53:37
7044         Log: Integrate mailine makedef.pl so I can look at it
7045      Branch: perlio
7046           !> makedef.pl
7047 ____________________________________________________________________________
7048 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
7049         Log: Upgrade to Encode 1.65.
7050      Branch: perl
7051            ! ext/Encode/Changes ext/Encode/Encode.pm
7052            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
7053            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
7054 ____________________________________________________________________________
7055 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
7056         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
7057      Branch: perl
7058            ! makedef.pl
7059 ____________________________________________________________________________
7060 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
7061         Log: NetWare: disable DEBUG/ASSERT for now.
7062      Branch: perl
7063            ! ext/Storable/Storable.xs
7064 ____________________________________________________________________________
7065 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
7066         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
7067              From: Michael G Schwern <schwern@pobox.com>
7068              Date: Tue, 30 Apr 2002 01:05:41 -0400
7069              Message-ID: <20020430050541.GL756@blackrider>
7070      Branch: perl
7071            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
7072            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
7073            ! lib/Test/Harness/t/test-harness.t
7074 ____________________________________________________________________________
7075 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
7076         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
7077              From: Michael G Schwern <schwern@pobox.com>
7078              Date: Tue, 30 Apr 2002 00:24:59 -0400
7079              Message-ID: <20020430042459.GJ756@blackrider>
7080      Branch: perl
7081            + lib/ExtUtils/MM_MacOS.pm
7082            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
7083            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7084            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
7085 ____________________________________________________________________________
7086 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
7087         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
7088              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
7089      Branch: perl
7090            ! util.c
7091 ____________________________________________________________________________
7092 [ 16276] By: ams                                   on 2002/04/30  08:42:32
7093         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
7094              From: "Craig A. Berry" <craigberry@mac.com>
7095              Date: Mon, 29 Apr 2002 23:37:06 -0500
7096              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
7097      Branch: perl
7098            ! t/pod/testp2pt.pl
7099 ____________________________________________________________________________
7100 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
7101         Log: Regen toc.
7102      Branch: perl
7103            ! pod/perltoc.pod
7104 ____________________________________________________________________________
7105 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
7106         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
7107              From: PPrymmer@factset.com
7108              Date: Mon, 29 Apr 2002 17:58:06 -0400
7109              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
7110      Branch: perl
7111            ! vms/perlvms.pod
7112 ____________________________________________________________________________
7113 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
7114         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
7115              from Todd Miller.
7116      Branch: perl
7117            ! hints/openbsd.sh
7118 ____________________________________________________________________________
7119 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
7120         Log: Integrate perlio:
7121              
7122              [ 16270]
7123              Adding Encode::* to .pm creates stash at compile time
7124              which means we need a stronger check on Encode at boot time.
7125      Branch: perl
7126           !> ext/PerlIO/encoding/encoding.pm
7127           !> ext/PerlIO/encoding/encoding.xs
7128 ____________________________________________________________________________
7129 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
7130         Log: OpenBSD hints update from Todd Miller.
7131              
7132              - old versions of OpenBSD don't have 'arch -s'
7133              - OpenBSD 3.1 and higher don't use libdl but users may have
7134              and old libdl on the system so we need to avoid using it.
7135      Branch: perl
7136            ! hints/openbsd.sh
7137 ____________________________________________________________________________
7138 [ 16270] By: nick                                  on 2002/04/29  17:33:38
7139         Log: Adding Encode::* to .pm creates stash at compile time
7140              which means we need a stronger check on Encode at boot time.
7141      Branch: perlio
7142            ! ext/PerlIO/encoding/encoding.pm
7143            ! ext/PerlIO/encoding/encoding.xs
7144 ____________________________________________________________________________
7145 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
7146         Log: Detypo by Ronald Kimball.
7147      Branch: perl
7148            ! pod/perlport.pod
7149 ____________________________________________________________________________
7150 [ 16268] By: nick                                  on 2002/04/29  15:47:00
7151         Log: Integrate mainline
7152      Branch: perlio
7153           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
7154           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
7155           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
7156           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
7157           !> pod/perlfaq2.pod pod/perlfaq3.pod
7158 ____________________________________________________________________________
7159 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
7160         Log: Update Changes.
7161      Branch: perl
7162            ! Changes patchlevel.h
7163 ____________________________________________________________________________
7164 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
7165         Log: MM_NW5 update from C Aditya.
7166      Branch: perl
7167            ! lib/ExtUtils/MM_NW5.pm
7168 ____________________________________________________________________________
7169 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
7170         Log: FAQ sync.
7171      Branch: perl
7172            ! pod/perlfaq2.pod pod/perlfaq3.pod
7173 ____________________________________________________________________________
7174 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
7175         Log: NetBSD hints rewrite from Johnny Lam.
7176      Branch: perl
7177            ! hints/netbsd.sh
7178 ____________________________________________________________________________
7179 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
7180         Log: Upgrade to Encode 1.64.
7181      Branch: perl
7182            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7183            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
7184 ____________________________________________________________________________
7185 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
7186         Log: Subject: [Unicode::Normalize] mkheader tweak
7187              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7188              Date: Mon, 29 Apr 2002 12:58:01 +0900
7189              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
7190      Branch: perl
7191            ! ext/Unicode/Normalize/mkheader
7192 ____________________________________________________________________________
7193 [ 16261] By: nick                                  on 2002/04/29  06:29:48
7194         Log: Integrate mainline
7195      Branch: perlio
7196            - macos/MacPerlTests.cmd macos/xsubpp.patch
7197           !> (integrate 40 files)
7198 ____________________________________________________________________________
7199 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
7200         Log: Upgrade to Unicode::Normalize 0.76,
7201              from SADAHIRO Tomoyuki.
7202      Branch: perl
7203            ! ext/Unicode/Normalize/Changes
7204            ! ext/Unicode/Normalize/Normalize.pm
7205            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7206            ! ext/Unicode/Normalize/t/func.t
7207 ____________________________________________________________________________
7208 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
7209         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
7210              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
7211              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
7212              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
7213      Branch: perl
7214            ! pod/perlport.pod
7215 ____________________________________________________________________________
7216 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
7217         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
7218              the basic and list tests started hanging).
7219      Branch: perl
7220            ! ext/threads/t/basic.t ext/threads/t/list.t
7221            ! ext/threads/t/thread.t
7222 ____________________________________________________________________________
7223 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
7224         Log: Integrate #16254 from macperl;
7225              
7226              Fix most tests on MacOS (not yet ext/ or /lib)
7227      Branch: perl
7228           !> (integrate 30 files)
7229 ____________________________________________________________________________
7230 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
7231         Log: As requested by pudge.
7232      Branch: perl
7233            - macos/MacPerlTests.cmd macos/xsubpp.patch
7234            ! MANIFEST
7235 ____________________________________________________________________________
7236 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
7237         Log: Integrate perl
7238      Branch: macperl
7239           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
7240           +> wince/cecopy-lib.pl wince/comp.pl
7241           !> (integrate 38 files)
7242 ____________________________________________________________________________
7243 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
7244         Log: Fix most tests on MacOS (not yet ext/ or /lib)
7245      Branch: macperl
7246            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
7247            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
7248            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
7249            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
7250            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
7251            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
7252            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
7253            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
7254 ____________________________________________________________________________
7255 [ 16253] By: nick                                  on 2002/04/28  19:10:50
7256         Log: Integrate mainline
7257      Branch: perlio
7258           +> wince/cecopy-lib.pl wince/comp.pl
7259           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
7260           !> ext/threads/t/basic.t ext/threads/t/list.t
7261           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
7262           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
7263           !> wince/win32.h wince/wince.c
7264 ____________________________________________________________________________
7265 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
7266         Log: More configuration/build changes
7267      Branch: macperl
7268            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
7269            ! macos/Makefile.mk macos/config.h macos/config.sh
7270            ! macos/macish.h
7271 ____________________________________________________________________________
7272 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
7273         Log: Subject: WinCE many fixes
7274              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7275              Date: Sun, 28 Apr 2002 21:54:31 +0400
7276              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
7277      Branch: perl
7278            + wince/cecopy-lib.pl wince/comp.pl
7279            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
7280            ! wince/config_h.PL wince/perldll.def wince/win32.h
7281            ! wince/wince.c
7282 ____________________________________________________________________________
7283 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
7284         Log: Retract the cond.t part of #16249 since the nature
7285              of the test changed.
7286      Branch: perl
7287            ! ext/threads/shared/t/cond.t
7288 ____________________________________________________________________________
7289 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
7290         Log: (retracted by #16258)
7291              
7292              Fix thread tests not to depend on sleep() as
7293              a scheduling aid.  In two tests (basic and list)
7294              I had to change from sleep() hack to another hack...
7295              basically, using the filesystem as a semaphore.
7296              The assumption made is that rmdir() is atomic.
7297              (The sleep() scheduling assumption broke with the
7298              GNU pth in NetBSD.)
7299              
7300              (the cond.t part retracted by #16250)
7301      Branch: perl
7302            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
7303            ! ext/threads/t/list.t ext/threads/t/thread.t
7304 ____________________________________________________________________________
7305 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
7306         Log: Be tidy.
7307      Branch: perl
7308            ! ext/PerlIO/t/fallback.t
7309 ____________________________________________________________________________
7310 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
7311         Log: Integrate perlio:
7312              
7313              [ 16246]
7314              Have :encoding() default to perlqq style fallbacks.
7315              Add test for that.
7316              
7317              [ 16245]
7318              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
7319              as gate on layer tests which fail on -Dusesfio
7320              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
7321              
7322              [ 16244]
7323              Builds under -Uuseperlio
7324              Uses PUSHSTACK/POPSTACK in :encoding and :Via
7325      Branch: perl
7326           +> ext/PerlIO/t/fallback.t
7327           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
7328           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
7329           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
7330           !> t/io/binmode.t t/io/crlf.t
7331 ____________________________________________________________________________
7332 [ 16246] By: nick                                  on 2002/04/28  10:08:05
7333         Log: Have :encoding() default to perlqq style fallbacks.
7334              Add test for that.
7335      Branch: perlio
7336            + ext/PerlIO/t/fallback.t
7337            ! MANIFEST ext/PerlIO/encoding/encoding.pm
7338            ! ext/PerlIO/encoding/encoding.xs
7339 ____________________________________________________________________________
7340 [ 16245] By: nick                                  on 2002/04/28  08:57:54
7341         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
7342              as gate on layer tests which fail on -Dusesfio
7343              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
7344      Branch: perlio
7345            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
7346            ! t/io/crlf.t
7347 ____________________________________________________________________________
7348 [ 16244] By: nick                                  on 2002/04/28  08:22:07
7349         Log: Builds under -Uuseperlio
7350              Uses PUSHSTACK/POPSTACK in :encoding and :Via
7351      Branch: perlio
7352            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
7353 ____________________________________________________________________________
7354 [ 16243] By: nick                                  on 2002/04/28  07:19:01
7355         Log: Integrate mainline
7356      Branch: perlio
7357           +> ext/threads/t/list.t
7358           !> (integrate 40 files)
7359 ____________________________________________________________________________
7360 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
7361         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
7362      Branch: perl
7363            ! hints/netbsd.sh
7364 ____________________________________________________________________________
7365 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
7366         Log: Plan better.
7367      Branch: perl
7368            ! t/io/fs.t
7369 ____________________________________________________________________________
7370 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
7371         Log: No trunc worries.
7372      Branch: perl
7373            ! pod/perldelta.pod
7374 ____________________________________________________________________________
7375 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
7376         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
7377              From: Michael G Schwern <schwern@pobox.com>
7378              Date: Sat, 27 Apr 2002 23:20:19 -0400
7379              Message-ID: <20020428032019.GF1821@blackrider>
7380      Branch: perl
7381            ! pod/perlfunc.pod t/io/fs.t
7382 ____________________________________________________________________________
7383 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
7384         Log: More valgrind findings: e.g. t/op/utfhash.t.
7385      Branch: perl
7386            ! hv.c
7387 ____________________________________________________________________________
7388 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
7389         Log: Unused variables now that "did you use incorrect case" is gone;
7390              and valgrind claims that the savepvn() in utilize() leaks in e.g.
7391              lib/blib.t.
7392      Branch: perl
7393            ! op.c
7394 ____________________________________________________________________________
7395 [ 16236] By: sky                                   on 2002/04/28  00:15:45
7396         Log: Added test cases and fixed some obvious things.
7397      Branch: perl
7398            + ext/threads/t/list.t
7399            ! MANIFEST ext/threads/threads.xs
7400 ____________________________________________________________________________
7401 [ 16235] By: sky                                   on 2002/04/27  23:50:11
7402         Log: Removed last traces of autodetach.
7403              Added list() methid.
7404              Changed documentation.
7405      Branch: perl
7406            ! ext/threads/threads.pm ext/threads/threads.xs
7407 ____________________________________________________________________________
7408 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
7409         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
7410              From: Jerrad Pierce <belg4mit@MIT.EDU>
7411              Date: Sat, 27 Apr 2002 19:14:17 -0400
7412              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
7413      Branch: perl
7414            ! lib/FileCache.pm
7415 ____________________________________________________________________________
7416 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
7417         Log: More NetBSD patches from Johnny Lam.
7418              
7419              Remove the need for a $prefix setting that was added in the
7420              previous patch I sent.     Also add the proper rpath options
7421              to the linker flags depending on whether we're on a ELF or
7422              a.out platform.     These were tested both in a non-pkgsrc and
7423              pkgsrc build.
7424              
7425              Append to $libs instead of overwriting its value.  This was
7426              causing $(LDLOADLIBS) to not get added to the dynamic_libs
7427              link command on NetBSD systems and was the cause of the GDBM
7428              problems reported.  Also use '$(LDLOADLIBS)' instead of
7429              expanding its value so that it is more easily overridden in
7430              the Makefile by "make all LDLOADLIBS=...".
7431              
7432              Remove "-L/usr/local/lib" because the location of libgdbm.so
7433              is already added during the Configure process, and this
7434              spurious addition may cause the wrong libgdbm.so to be linked
7435              against as a result.
7436      Branch: perl
7437            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
7438            ! lib/ExtUtils/MM_Unix.pm
7439 ____________________________________________________________________________
7440 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
7441         Log: More VC5-induced casting found by Nikola Knezevic.
7442      Branch: perl
7443            ! av.c hv.c mg.c sv.c
7444 ____________________________________________________________________________
7445 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
7446         Log: More U32 regflags.
7447      Branch: perl
7448            ! op.h regcomp.c thrdvar.h
7449 ____________________________________________________________________________
7450 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
7451         Log: Integrate from bleadperl
7452      Branch: macperl
7453           +> ext/Encode/lib/Encode/Guess.pm
7454           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
7455           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
7456           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
7457           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
7458           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
7459           +> lib/ExtUtils/t/zz_cleanup_dummy.t
7460           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
7461           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
7462           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
7463           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
7464            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
7465            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
7466            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
7467            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
7468            - lib/ExtUtils/t/Problem-Module/Makefile.PL
7469            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
7470            - t/op/system_tests
7471           !> (integrate 133 files)
7472 ____________________________________________________________________________
7473 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
7474         Log: Retract #16195 since it seems to be unnecessary.
7475      Branch: perl
7476            ! lib/ExtUtils/MM_Unix.pm
7477 ____________________________________________________________________________
7478 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
7479         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
7480              From: "Craig A. Berry" <craigberry@mac.com>
7481              Date: Sat, 27 Apr 2002 15:11:31 -0500
7482              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
7483      Branch: perl
7484            ! vms/descrip_mms.template
7485 ____________________________________________________________________________
7486 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
7487         Log: Some more known open() modes.
7488      Branch: perl
7489            ! pod/perldiag.pod
7490 ____________________________________________________________________________
7491 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
7492         Log: Upgrade to Encode 1.63.
7493      Branch: perl
7494            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7495            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
7496            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
7497            ! ext/Encode/lib/Encode/Encoding.pm
7498            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
7499            ! ext/Encode/lib/Encode/JP/JIS7.pm
7500            ! ext/Encode/lib/Encode/KR/2022_KR.pm
7501            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
7502 ____________________________________________________________________________
7503 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
7504         Log: Update Changes.
7505      Branch: perl
7506            ! Changes patchlevel.h
7507 ____________________________________________________________________________
7508 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
7509         Log: Integrate perlio:
7510              
7511              [ 16221]
7512              Correct which var is nulled, stack movement protection.
7513      Branch: perl
7514           !> ext/PerlIO/encoding/encoding.xs
7515 ____________________________________________________________________________
7516 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
7517         Log: Subject: PATCH t/TEST
7518              From: Mark-Jason Dominus <mjd@plover.com>
7519              Date: Sat, 27 Apr 2002 14:06:56 -0400
7520              Message-ID: <20020427180656.5422.qmail@plover.com>
7521      Branch: perl
7522            ! t/TEST
7523 ____________________________________________________________________________
7524 [ 16222] By: sky                                   on 2002/04/27  17:00:29
7525         Log: Ahem, look another way.
7526      Branch: perl
7527            ! ext/threads/shared/t/queue.t
7528 ____________________________________________________________________________
7529 [ 16221] By: nick                                  on 2002/04/27  16:34:48
7530         Log: Correct which var is nulled, stack movement protection.
7531      Branch: perlio
7532            ! ext/PerlIO/encoding/encoding.xs
7533 ____________________________________________________________________________
7534 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
7535         Log: Integrate perlio:
7536              
7537              [ 16216]
7538              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
7539              - if encoding loads Encode then stack grows.
7540              - pp_binmode was not allowing for that to happen
7541              - added PUTBACK/SPAGAIN.
7542      Branch: perl
7543           !> pp_sys.c
7544 ____________________________________________________________________________
7545 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
7546         Log: First half of NetBSD patch-ai, from Johnny Lam:
7547              
7548              The first part removes "installman" and "installhtml" from the
7549              .PHONY target, which was causing problems during installation.
7550              
7551              (the installman and installhtml are not phony targets,
7552              they are real files)
7553      Branch: perl
7554            ! Makefile.SH
7555 ____________________________________________________________________________
7556 [ 16218] By: nick                                  on 2002/04/27  16:22:40
7557         Log: Integrate mainline
7558      Branch: perlio
7559           +> ext/threads/shared/t/cond.t
7560           !> MANIFEST ext/threads/shared/shared.xs
7561           !> ext/threads/shared/t/queue.t
7562 ____________________________________________________________________________
7563 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
7564         Log: NetBSD patch-ab from Johnny Lam:
7565              
7566              Some tweaks to the NetBSD hints file to make the Configure
7567              process more useful when not building from pkgsrc.  This file
7568              will definitely need to change again when the 1.6 release of
7569              NetBSD comes out, but I'll handle the changes at the later
7570              date.
7571      Branch: perl
7572            ! hints/netbsd.sh
7573 ____________________________________________________________________________
7574 [ 16216] By: nick                                  on 2002/04/27  16:19:21
7575         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
7576              - if encoding loads Encode then stack grows.
7577              - pp_binmode was not allowing for that to happen
7578              - added PUTBACK/SPAGAIN.
7579      Branch: perlio
7580            ! pp_sys.c
7581 ____________________________________________________________________________
7582 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
7583         Log: Integrate perlio:
7584              
7585              [ 16211]
7586              Re-instate $PerlIO::encoding::check at boot.
7587              (Retaining Dan's XS side require though I don't see need.)
7588              
7589              [ 16207]
7590              Fix fd leak on Via(bogus).
7591              Finish implementing PerlIOVia_open().
7592              Export more guts of PerlIO_* so Via_open() can work.
7593              Fix various PerlIO_allocate() features exposed by above.
7594              
7595              [ 16027]
7596              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
7597              and change test not to skip them.
7598              
7599              [ 16023]
7600              Some tweaks for encodings which need lines.
7601              Also disabled trial of using fallbacks.
7602              
7603              [ 16022]
7604              Various tweaks to Encode
7605      Branch: perl
7606           !> embed.fnc ext/PerlIO/Via/Via.xs
7607           !> ext/PerlIO/encoding/encoding.pm
7608           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
7609           !> perlio.c perlio.h perliol.h
7610 ____________________________________________________________________________
7611 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
7612         Log: Upgrade to Encode 1.62.
7613      Branch: perl
7614            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7615 ____________________________________________________________________________
7616 [ 16213] By: ams                                   on 2002/04/27  15:38:50
7617         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
7618              From: Philip Newton <Philip.Newton@gmx.net>
7619              Date: Sat, 27 Apr 2002 08:51:30 +0200
7620              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
7621              
7622              Subject: Re: Change 16183: Stop being coy.
7623              From: Philip Newton <Philip.Newton@gmx.net>
7624              Date: Sat, 27 Apr 2002 08:52:13 +0200
7625              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
7626      Branch: perl
7627            ! INSTALL pod/perldelta.pod
7628 ____________________________________________________________________________
7629 [ 16212] By: sky                                   on 2002/04/27  13:54:46
7630         Log: Add test numbers to make "make test" happy. Order is irrelevant
7631              but number of oks is not.
7632      Branch: perl
7633            ! ext/threads/shared/t/queue.t
7634 ____________________________________________________________________________
7635 [ 16211] By: nick                                  on 2002/04/27  13:29:55
7636         Log: Re-instate $PerlIO::encoding::check at boot.
7637              (Retaining Dan's XS side require though I don't see need.)
7638      Branch: perlio
7639            ! ext/PerlIO/encoding/encoding.pm
7640            ! ext/PerlIO/encoding/encoding.xs
7641 ____________________________________________________________________________
7642 [ 16210] By: sky                                   on 2002/04/27  12:56:44
7643         Log: Fixed race condtions and deadlocks in interaction with 
7644              cond_wait/cond_signal and lock.
7645              Now we wait for a lock to gie up if we return from COND_WAIT
7646              and we are still locked. We also notifiers potential 
7647              lockers that it is free for locking when we go into COND_WAIT.
7648      Branch: perl
7649            + ext/threads/shared/t/cond.t
7650            ! MANIFEST ext/threads/shared/shared.xs
7651            ! ext/threads/shared/t/queue.t
7652 ____________________________________________________________________________
7653 [ 16209] By: nick                                  on 2002/04/27  12:32:41
7654         Log: Integrate mainline
7655      Branch: perlio
7656           +> t/win32/system_tests
7657            - t/op/system_tests
7658           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
7659           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
7660           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
7661           !> t/lib/warnings/pp_hot t/win32/system.t
7662 ____________________________________________________________________________
7663 [ 16208] By: sky                                   on 2002/04/27  11:46:53
7664         Log: Saving locks after we set it to 0 was kind of pointless.
7665              Hunting down fixes in cond_* functions.
7666      Branch: perl
7667            ! ext/threads/shared/shared.xs
7668 ____________________________________________________________________________
7669 [ 16207] By: nick                                  on 2002/04/27  10:12:00
7670         Log: Fix fd leak on Via(bogus).
7671              Finish implementing PerlIOVia_open().
7672              Export more guts of PerlIO_* so Via_open() can work.
7673              Fix various PerlIO_allocate() features exposed by above.
7674      Branch: perlio
7675            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
7676            ! perlio.h perliol.h
7677 ____________________________________________________________________________
7678 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
7679         Log: NetBSD and OpenBSD cannot do comments at #! line
7680              (or long #! lines?)
7681      Branch: perl
7682            ! t/japh/abigail.t
7683 ____________________________________________________________________________
7684 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
7685         Log: Add taint rethink to the todo list.
7686      Branch: perl
7687            ! pod/perltodo.pod
7688 ____________________________________________________________________________
7689 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
7690         Log: Integrate changes #16199 and #16201 from macperl;
7691              
7692              Time::Local compatibility patches, from Graham
7693              
7694              MacPerl require() portability patches
7695      Branch: perl
7696           !> lib/Time/Local.pm pp_ctl.c
7697 ____________________________________________________________________________
7698 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
7699         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
7700              From: Nicholas Clark <nick@unfortu.net>
7701              Date: Fri, 26 Apr 2002 23:27:23 +0100
7702              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
7703      Branch: perl
7704            ! t/lib/warnings/pp_hot
7705 ____________________________________________________________________________
7706 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
7707         Log: Working on MacPerl tests
7708      Branch: macperl
7709            ! macos/MacPerlTests.cmd
7710 ____________________________________________________________________________
7711 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
7712         Log: MacPerl require() portability patches
7713      Branch: macperl
7714            ! pp_ctl.c
7715 ____________________________________________________________________________
7716 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
7717         Log: Fix a few MacPerl_CanonDir() problems
7718      Branch: macperl
7719            ! macos/macish.c macos/macish.h
7720 ____________________________________________________________________________
7721 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
7722         Log: Time::Local compatibility patches, from Graham
7723      Branch: macperl
7724            ! lib/Time/Local.pm
7725 ____________________________________________________________________________
7726 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
7727         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
7728              From: Simon Cozens <simon@netthink.co.uk>
7729              Date: Fri, 26 Apr 2002 21:58:21 +0100
7730              Message-ID: <20020426205821.GB5855@netthink.co.uk>
7731      Branch: perl
7732            ! ext/Time/HiRes/HiRes.pm
7733 ____________________________________________________________________________
7734 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
7735         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
7736              to know about it always (not just when using the pth).
7737      Branch: perl
7738            ! hints/netbsd.sh
7739 ____________________________________________________________________________
7740 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
7741         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
7742      Branch: perl
7743            ! ext/Digest/MD5/t/files.t
7744 ____________________________________________________________________________
7745 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
7746         Log: (retracted by #16229)
7747              Subject: FIXIN problem under Win32
7748              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7749              Date: Thu, 25 Apr 2002 23:03:31 +0200
7750              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
7751      Branch: perl
7752            ! lib/ExtUtils/MM_Unix.pm
7753 ____________________________________________________________________________
7754 [ 16194] By: nick                                  on 2002/04/26  17:36:16
7755         Log: Integrate mainline
7756      Branch: perlio
7757           +> ext/Encode/lib/Encode/Guess.pm
7758           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
7759           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
7760           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
7761           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
7762           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
7763           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
7764           +> t/lib/sample-tests/die_last_minute
7765           !> (integrate 94 files)
7766 ____________________________________________________________________________
7767 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
7768         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
7769              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7770              Date: Fri, 26 Apr 2002 15:38:16 +0200
7771              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
7772      Branch: perl
7773            + t/win32/system_tests
7774            - t/op/system_tests
7775            ! MANIFEST t/win32/system.t
7776 ____________________________________________________________________________
7777 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
7778         Log: Mention explicitly the NetBSD + pth combination.
7779      Branch: perl
7780            ! pod/perldelta.pod
7781 ____________________________________________________________________________
7782 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
7783         Log: Subject: [PATCH] Fix email address.
7784              From: Abigail <abigail@foad.org>
7785              Date: Fri, 26 Apr 2002 18:03:11 +0200
7786              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
7787      Branch: perl
7788            ! t/japh/abigail.t
7789 ____________________________________________________________________________
7790 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
7791         Log: NetWare update from C Aditya.
7792      Branch: perl
7793            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
7794            ! lib/ExtUtils/MM_Unix.pm
7795 ____________________________________________________________________________
7796 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
7797         Log: Subject: [PATCH vms/test.com] use t/TEST
7798              From: "Craig A. Berry" <craigberry@mac.com>
7799              Date: Fri, 26 Apr 2002 09:34:46 -0500
7800              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
7801      Branch: perl
7802            ! vms/test.com
7803 ____________________________________________________________________________
7804 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
7805         Log: Update Changes.
7806      Branch: perl
7807            ! Changes patchlevel.h
7808 ____________________________________________________________________________
7809 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
7810         Log: Subject: [Encode] s/=over2/=over 2/g
7811              From: Dan Kogai <dankogai@dan.co.jp>
7812              Date: Fri, 26 Apr 2002 14:57:09 +0900
7813              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
7814      Branch: perl
7815            ! ext/Encode/Encode.pm
7816 ____________________________________________________________________________
7817 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
7818         Log: Use temp int variable in the W*() since direct casting
7819              to either an int or an IV would not be right.
7820      Branch: perl
7821            ! ext/POSIX/POSIX.xs
7822 ____________________________________________________________________________
7823 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
7824         Log: The #16182 radiates U32ness.
7825      Branch: perl
7826            ! embed.fnc embed.h proto.h regcomp.c toke.c
7827 ____________________________________________________________________________
7828 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
7829         Log: Subject: t/TEST ported to VMS
7830              From: "Craig A. Berry" <craigberry@mac.com>
7831              Date: Fri, 26 Apr 2002 00:13:31 -0500
7832              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
7833      Branch: perl
7834            ! t/TEST
7835 ____________________________________________________________________________
7836 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
7837         Log: Stop being coy.
7838      Branch: perl
7839            ! pod/perldelta.pod
7840 ____________________________________________________________________________
7841 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
7842         Log: Subject: Re: binary compatibility
7843              From: Mark-Jason Dominus <mjd@plover.com>
7844              Date: Wed, 24 Apr 2002 17:35:07 -0400
7845              Message-ID: <20020424213507.7846.qmail@plover.com>
7846      Branch: perl
7847            ! op.h
7848 ____________________________________________________________________________
7849 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
7850         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
7851              allocating half of the retstack!)
7852      Branch: perl
7853            ! README.win32 sv.c
7854 ____________________________________________________________________________
7855 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
7856         Log: temporary variable not wide enough to hold all the bits in
7857              op->op_targ
7858      Branch: perl
7859            ! op.c
7860 ____________________________________________________________________________
7861 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
7862         Log: Add an idea/question from Damian. 
7863      Branch: perl
7864            ! pod/perltodo.pod
7865 ____________________________________________________________________________
7866 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
7867         Log: build missing utilities on windows; clean stray files
7868      Branch: perl
7869            ! win32/Makefile win32/makefile.mk
7870 ____________________________________________________________________________
7871 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
7872         Log: Upgrade to Encode 1.61, from Dan Kogai.
7873      Branch: perl
7874            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7875            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
7876            ! ext/Encode/lib/Encode/Guess.pm
7877            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
7878            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
7879            ! ext/Encode/t/mime-header.t
7880 ____________________________________________________________________________
7881 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
7882         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
7883              From: andreas.koenig@anima.de (Andreas J. Koenig)
7884              Date: Tue, 23 Apr 2002 04:40:42 +0200      
7885              Message-ID: <m37kmzi1cl.fsf@anima.de>
7886      Branch: perl
7887            ! pod/perluniintro.pod
7888 ____________________________________________________________________________
7889 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
7890         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
7891              platform needs to fill in the other branch here)
7892      Branch: perl
7893            ! ext/Digest/MD5/t/files.t
7894 ____________________________________________________________________________
7895 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
7896         Log: MANIFEST is needlessly held open for entire duration of "make test"
7897      Branch: perl
7898            ! t/TEST t/harness
7899 ____________________________________________________________________________
7900 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
7901         Log: various signed/unsigned mismatch nits
7902      Branch: perl
7903            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
7904            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
7905            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
7906            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
7907            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
7908            ! ext/Time/HiRes/HiRes.xs regcomp.c
7909 ____________________________________________________________________________
7910 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
7911         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
7912              From: Nicholas Clark <nick@unfortu.net>
7913              Date: Thu, 25 Apr 2002 22:41:57 +0100
7914              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
7915      Branch: perl
7916            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
7917            + ext/Storable/t/make_downgrade.pl
7918            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
7919            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
7920            ! ext/Storable/t/utf8hash.t
7921 ____________________________________________________________________________
7922 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
7923         Log: Extra guidance for JAPH debuggers.
7924      Branch: perl
7925            ! t/japh/abigail.t
7926 ____________________________________________________________________________
7927 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
7928         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
7929              From: Paul_GreenVOS@vos.stratus.com
7930              Date: Wed, 24 Apr 02 18:27 edt
7931              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
7932      Branch: perl
7933            ! vos/vos.c
7934 ____________________________________________________________________________
7935 [ 16169] By: ams                                   on 2002/04/25  20:33:35
7936         Log: Subject: [PATCH] don't build B/C twice on VMS
7937              From: "Craig A. Berry" <craigberry@mac.com>
7938              Date: Thu, 25 Apr 2002 16:00:57 -0500
7939              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
7940      Branch: perl
7941            ! configure.com
7942 ____________________________________________________________________________
7943 [ 16168] By: ams                                   on 2002/04/25  20:31:19
7944         Log: Subject: Re: POSIX::WEXITSTATUS broken again
7945              From: Andy Dougherty <doughera@lafayette.edu>
7946              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
7947              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
7948      Branch: perl
7949            ! ext/POSIX/POSIX.xs
7950 ____________________________________________________________________________
7951 [ 16167] By: ams                                   on 2002/04/25  19:49:09
7952         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
7953              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7954              Date: Thu, 25 Apr 2002 13:39:35 -0700
7955              Message-Id: <HmGy8gzkguHW092yn@efn.org>
7956      Branch: perl
7957            ! t/harness
7958 ____________________________________________________________________________
7959 [ 16166] By: ams                                   on 2002/04/25  19:43:06
7960         Log: $fh->close(); print $fh "foo" would segfault under -w in
7961              report_evil_fh() because $fh doesn't have a name.
7962      Branch: perl
7963            ! util.c
7964 ____________________________________________________________________________
7965 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
7966         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
7967              being found properly
7968      Branch: perl
7969            ! ext/Cwd/t/cwd.t
7970 ____________________________________________________________________________
7971 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
7972         Log: Brace yourself from Craig Berry to keep older compilers happy.
7973      Branch: perl
7974            ! vms/vms.c
7975 ____________________________________________________________________________
7976 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
7977         Log: More %{} overload tests.
7978      Branch: perl
7979            ! lib/overload.t
7980 ____________________________________________________________________________
7981 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
7982         Log: some extension builds need to find pl2bat.bat on windows
7983      Branch: perl
7984            ! win32/buildext.pl
7985 ____________________________________________________________________________
7986 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
7987         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
7988              From: "Craig A. Berry" <craigberry@mac.com>
7989              Date: Thu, 25 Apr 2002 12:30:06 -0500
7990              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
7991      Branch: perl
7992            ! lib/ExtUtils/MM_VMS.pm
7993 ____________________________________________________________________________
7994 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
7995         Log: windows build fails if there is no perlglob.exe in the PATH
7996      Branch: perl
7997            ! win32/buildext.pl
7998 ____________________________________________________________________________
7999 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
8000         Log: Mysterious setlocale() core dump in ancient Solaris
8001              found by Merijn Broeren.  Doesn't look like Perl's fault.
8002      Branch: perl
8003            ! pod/perldelta.pod
8004 ____________________________________________________________________________
8005 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
8006         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
8007              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
8008              Date: Thu, 25 Apr 2002 17:35:23 +0200
8009              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
8010      Branch: perl
8011            ! pp_ctl.c
8012 ____________________________________________________________________________
8013 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
8014         Log: Subject: [PATCH] pp_ctl.c:pp_require
8015              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
8016              Date: Thu, 25 Apr 2002 16:01:14 +0200
8017              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
8018      Branch: perl
8019            ! pp_ctl.c
8020 ____________________________________________________________________________
8021 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
8022         Log: -Wformat cleanups from Robin Barker.
8023      Branch: perl
8024            ! dump.c embed.fnc proto.h sv.c
8025 ____________________________________________________________________________
8026 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
8027         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
8028              From: Michael G Schwern <schwern@pobox.com>
8029              Date: Thu, 25 Apr 2002 01:51:27 -0400
8030              Message-ID: <20020425055127.GB3456@blackrider>
8031      Branch: perl
8032            + t/lib/sample-tests/bignum t/lib/sample-tests/die
8033            + t/lib/sample-tests/die_head_end
8034            + t/lib/sample-tests/die_last_minute
8035            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
8036            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
8037            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
8038 ____________________________________________________________________________
8039 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
8040         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
8041              From: Michael G Schwern <schwern@pobox.com>
8042              Date: Thu, 25 Apr 2002 01:32:10 -0400
8043              Message-ID: <20020425053210.GA3334@blackrider>
8044      Branch: perl
8045            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
8046            + lib/Test/Simple/t/strays.t
8047            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
8048            ! lib/Test/Simple.pm lib/Test/Simple/Changes
8049            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
8050            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
8051            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
8052            ! lib/Test/Simple/t/use_ok.t
8053 ____________________________________________________________________________
8054 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
8055         Log: Elaborate a bit on Storable.
8056      Branch: perl
8057            ! pod/perldelta.pod
8058 ____________________________________________________________________________
8059 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
8060         Log: Cleaner Encode tests under -Mutf8.
8061      Branch: perl
8062            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
8063 ____________________________________________________________________________
8064 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
8065         Log: Subject: [PATCH] installperl
8066              From: Abe Timmerman <abe@ztreet.demon.nl>
8067              Date: Thu, 25 Apr 2002 01:00:00 +0200
8068              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
8069      Branch: perl
8070            ! installperl
8071 ____________________________________________________________________________
8072 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
8073         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
8074              From: Dan Kogai <dankogai@dan.co.jp>
8075              Date: Thu, 25 Apr 2002 10:49:13 +0900
8076              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
8077      Branch: perl
8078            ! ext/PerlIO/encoding/encoding.xs
8079 ____________________________________________________________________________
8080 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
8081         Log: Stray =back.
8082      Branch: perl
8083            ! README.win32
8084 ____________________________________________________________________________
8085 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
8086         Log: Add an untested warning variant.
8087      Branch: perl
8088            ! t/lib/warnings/op
8089 ____________________________________________________________________________
8090 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
8091         Log: Update Changes.
8092      Branch: perl
8093            ! Changes patchlevel.h
8094 ____________________________________________________________________________
8095 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
8096         Log: Wrong plan.
8097      Branch: perl
8098            ! ext/Encode/t/mime-header.t
8099 ____________________________________________________________________________
8100 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
8101         Log: Upgrade to Encode 1.60, from Dan Kogai.
8102      Branch: perl
8103            + ext/Encode/lib/Encode/Guess.pm
8104            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
8105            + ext/Encode/t/mime-header.t
8106            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
8107            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8108            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
8109            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
8110            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
8111            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
8112 ____________________________________________________________________________
8113 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
8114         Log: another case of enabling binmode() where it should not be: if the
8115              *.enc files are CRLF terminated, the result gets CRCRLF terminations
8116      Branch: perl
8117            ! ext/Encode/t/CJKT.t
8118 ____________________________________________________________________________
8119 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
8120         Log: microperl update; boldly assume time() and time_t
8121              (since we assume ANSI and i_time, anyway).
8122      Branch: perl
8123            ! uconfig.h uconfig.sh
8124 ____________________________________________________________________________
8125 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
8126         Log: Integrate #16136, #16137, #16138 from macperl;
8127              
8128              Silly fix for the SC compiler's fixation with "comp" as a type
8129              
8130              Skip more PerlIO symbols for sfio
8131              
8132              Play nicely in miniperl
8133      Branch: perl
8134           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
8135           !> lib/File/Spec/Mac.pm makedef.pl
8136 ____________________________________________________________________________
8137 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
8138         Log: Sync configpm and config.h for use in 5.8
8139              (still need to do config.sh)
8140      Branch: macperl
8141            ! macos/config.h macos/configpm
8142 ____________________________________________________________________________
8143 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
8144         Log: Make MM_MacOS work with new MakeMaker
8145      Branch: macperl
8146            ! macos/lib/ExtUtils/MM_MacOS.pm
8147 ____________________________________________________________________________
8148 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
8149         Log: Makefile.mk changes for 5.8: additional extensions
8150              and source files; bump version
8151      Branch: macperl
8152            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
8153 ____________________________________________________________________________
8154 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
8155         Log: Play nicely in miniperl
8156      Branch: macperl
8157            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
8158 ____________________________________________________________________________
8159 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
8160         Log: Skip more PerlIO symbols for sfio
8161      Branch: macperl
8162            ! makedef.pl
8163 ____________________________________________________________________________
8164 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
8165         Log: Silly fix for the SC compiler's fixation with "comp" as a type
8166      Branch: macperl
8167            ! ext/Unicode/Normalize/Normalize.xs
8168 ____________________________________________________________________________
8169 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
8170         Log: Merge macperl xsubpp with current xsubpp
8171      Branch: macperl
8172            ! macos/xsubpp
8173 ____________________________________________________________________________
8174 [ 16134] By: nick                                  on 2002/04/24  18:08:37
8175         Log: Integrate mainline
8176      Branch: perlio
8177           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
8178           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
8179            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
8180            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
8181            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
8182            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
8183            - lib/ExtUtils/t/Problem-Module/Makefile.PL
8184            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
8185           !> (integrate 44 files)
8186 ____________________________________________________________________________
8187 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
8188         Log: Delete more included modules from bundled_ext
8189      Branch: macperl
8190            - macos/bundled_ext/Digest/MD5/Changes
8191            - macos/bundled_ext/Digest/MD5/MD5.pm
8192            - macos/bundled_ext/Digest/MD5/MD5.xs
8193            - macos/bundled_ext/Digest/MD5/Makefile.PL
8194            - macos/bundled_ext/Digest/MD5/Makefile.mk
8195            - macos/bundled_ext/Digest/MD5/README
8196            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
8197            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
8198            - macos/bundled_ext/Digest/MD5/rfc1321.txt
8199            - macos/bundled_ext/Digest/MD5/t/badfile.t
8200            - macos/bundled_ext/Digest/MD5/t/files.t
8201            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
8202            - macos/bundled_ext/Digest/MD5/typemap
8203            - macos/bundled_ext/Filter/Util/Call/Call.pm
8204            - macos/bundled_ext/Filter/Util/Call/Call.xs
8205            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
8206            - macos/bundled_ext/Filter/Util/Call/ppport.h
8207            - macos/bundled_ext/Filter/t/call.t
8208            - macos/bundled_ext/Filter/t/filter-util.pl
8209            - macos/bundled_ext/List/Util/ChangeLog
8210            - macos/bundled_ext/List/Util/Makefile.PL
8211            - macos/bundled_ext/List/Util/README
8212            - macos/bundled_ext/List/Util/Util.xs
8213            - macos/bundled_ext/List/Util/lib/List/Util.pm
8214            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
8215            - macos/bundled_ext/List/Util/t/blessed.t
8216            - macos/bundled_ext/List/Util/t/dualvar.t
8217            - macos/bundled_ext/List/Util/t/first.t
8218            - macos/bundled_ext/List/Util/t/max.t
8219            - macos/bundled_ext/List/Util/t/maxstr.t
8220            - macos/bundled_ext/List/Util/t/min.t
8221            - macos/bundled_ext/List/Util/t/minstr.t
8222            - macos/bundled_ext/List/Util/t/readonly.t
8223            - macos/bundled_ext/List/Util/t/reduce.t
8224            - macos/bundled_ext/List/Util/t/reftype.t
8225            - macos/bundled_ext/List/Util/t/shuffle.t
8226            - macos/bundled_ext/List/Util/t/sum.t
8227            - macos/bundled_ext/List/Util/t/tainted.t
8228            - macos/bundled_ext/List/Util/t/weak.t
8229            - macos/bundled_ext/MIME/Base64/Base64.pm
8230            - macos/bundled_ext/MIME/Base64/Base64.xs
8231            - macos/bundled_ext/MIME/Base64/Changes
8232            - macos/bundled_ext/MIME/Base64/Makefile.PL
8233            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
8234            - macos/bundled_ext/MIME/Base64/README
8235            - macos/bundled_ext/MIME/Base64/t/base64.t
8236            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
8237            - macos/bundled_ext/MIME/Base64/t/unicode.t
8238            - macos/bundled_ext/Storable/ChangeLog
8239            - macos/bundled_ext/Storable/Makefile.PL
8240            - macos/bundled_ext/Storable/README
8241            - macos/bundled_ext/Storable/Storable.pm
8242            - macos/bundled_ext/Storable/Storable.xs
8243            - macos/bundled_ext/Storable/t/blessed.t
8244            - macos/bundled_ext/Storable/t/canonical.t
8245            - macos/bundled_ext/Storable/t/compat-0.6.t
8246            - macos/bundled_ext/Storable/t/dclone.t
8247            - macos/bundled_ext/Storable/t/dump.pl
8248            - macos/bundled_ext/Storable/t/forgive.t
8249            - macos/bundled_ext/Storable/t/freeze.t
8250            - macos/bundled_ext/Storable/t/lock.t
8251            - macos/bundled_ext/Storable/t/overload.t
8252            - macos/bundled_ext/Storable/t/recurse.t
8253            - macos/bundled_ext/Storable/t/retrieve.t
8254            - macos/bundled_ext/Storable/t/store.t
8255            - macos/bundled_ext/Storable/t/tied.t
8256            - macos/bundled_ext/Storable/t/tied_hook.t
8257            - macos/bundled_ext/Storable/t/tied_items.t
8258            - macos/bundled_ext/Storable/t/utf8.t
8259            - macos/bundled_ext/Time/HiRes/Changes
8260            - macos/bundled_ext/Time/HiRes/HiRes.pm
8261            - macos/bundled_ext/Time/HiRes/HiRes.t
8262            - macos/bundled_ext/Time/HiRes/HiRes.xs
8263            - macos/bundled_ext/Time/HiRes/Makefile.PL
8264            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
8265            - macos/bundled_ext/Time/HiRes/hints/sco.pl
8266 ____________________________________________________________________________
8267 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
8268         Log: Thou shalt not assume %x works for UVs.
8269      Branch: perl
8270            ! ext/Encode/Encode.xs
8271 ____________________________________________________________________________
8272 [ 16131] By: nick                                  on 2002/04/24  15:50:31
8273         Log: Submit an old integrate
8274      Branch: perlio
8275           +> (branch 27 files)
8276            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
8277            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
8278            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
8279            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
8280            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
8281            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
8282            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
8283           !> (integrate 84 files)
8284 ____________________________________________________________________________
8285 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
8286         Log: Partially retract #12056, from Craig Berry.
8287      Branch: perl
8288            ! vms/vms.c
8289 ____________________________________________________________________________
8290 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
8291         Log: Delete more included modules from bundled_lib
8292      Branch: macperl
8293            - macos/bundled_lib/blib/lib/Class/ISA.pm
8294            - macos/bundled_lib/blib/lib/Digest.pm
8295            - macos/bundled_lib/blib/lib/Filter/Simple.pm
8296            - macos/bundled_lib/blib/lib/Memoize.pm
8297            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
8298            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
8299            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
8300            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
8301            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
8302            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
8303            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
8304            - macos/bundled_lib/blib/lib/NEXT.pm
8305            - macos/bundled_lib/blib/lib/Net/Cmd.pm
8306            - macos/bundled_lib/blib/lib/Net/Config.pm
8307            - macos/bundled_lib/blib/lib/Net/Domain.pm
8308            - macos/bundled_lib/blib/lib/Net/FTP.pm
8309            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
8310            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
8311            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
8312            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
8313            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
8314            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
8315            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
8316            - macos/bundled_lib/blib/lib/Net/NNTP.pm
8317            - macos/bundled_lib/blib/lib/Net/Netrc.pm
8318            - macos/bundled_lib/blib/lib/Net/POP3.pm
8319            - macos/bundled_lib/blib/lib/Net/SMTP.pm
8320            - macos/bundled_lib/blib/lib/Net/Time.pm
8321            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
8322            - macos/bundled_lib/blib/lib/Switch.pm
8323            - macos/bundled_lib/t/Class/ISA/test.pl
8324            - macos/bundled_lib/t/Digest/Digest.t
8325            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
8326            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
8327            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
8328            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
8329            - macos/bundled_lib/t/Filter/Simple/data.t
8330            - macos/bundled_lib/t/Filter/Simple/export.t
8331            - macos/bundled_lib/t/Filter/Simple/filter.t
8332            - macos/bundled_lib/t/Filter/Simple/filter_only.t
8333            - macos/bundled_lib/t/Filter/Simple/import.t
8334            - macos/bundled_lib/t/Memoize/array.t
8335            - macos/bundled_lib/t/Memoize/array_confusion.t
8336            - macos/bundled_lib/t/Memoize/correctness.t
8337            - macos/bundled_lib/t/Memoize/errors.t
8338            - macos/bundled_lib/t/Memoize/expire.t
8339            - macos/bundled_lib/t/Memoize/expire_file.t
8340            - macos/bundled_lib/t/Memoize/expire_module_n.t
8341            - macos/bundled_lib/t/Memoize/expire_module_t.t
8342            - macos/bundled_lib/t/Memoize/flush.t
8343            - macos/bundled_lib/t/Memoize/normalize.t
8344            - macos/bundled_lib/t/Memoize/prototype.t
8345            - macos/bundled_lib/t/Memoize/speed.t
8346            - macos/bundled_lib/t/Memoize/tie.t
8347            - macos/bundled_lib/t/Memoize/tie_gdbm.t
8348            - macos/bundled_lib/t/Memoize/tie_ndbm.t
8349            - macos/bundled_lib/t/Memoize/tie_sdbm.t
8350            - macos/bundled_lib/t/Memoize/tie_storable.t
8351            - macos/bundled_lib/t/Memoize/tiefeatures.t
8352            - macos/bundled_lib/t/Memoize/unmemoize.t
8353            - macos/bundled_lib/t/NEXT/actual.t
8354            - macos/bundled_lib/t/NEXT/actuns.t
8355            - macos/bundled_lib/t/NEXT/next.t
8356            - macos/bundled_lib/t/NEXT/unseen.t
8357            - macos/bundled_lib/t/Switch/t/given.t
8358            - macos/bundled_lib/t/Switch/t/nested.t
8359            - macos/bundled_lib/t/Switch/t/switch.t
8360            - macos/bundled_lib/t/libnet/config.t
8361            - macos/bundled_lib/t/libnet/ftp.t
8362            - macos/bundled_lib/t/libnet/hostname.t
8363            - macos/bundled_lib/t/libnet/libnet_t.pl
8364            - macos/bundled_lib/t/libnet/netrc.t
8365            - macos/bundled_lib/t/libnet/nntp.t
8366            - macos/bundled_lib/t/libnet/require.t
8367            - macos/bundled_lib/t/libnet/smtp.t
8368 ____________________________________________________________________________
8369 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
8370         Log: Remove Text::Balanced from bundled_lib (already in lib)
8371      Branch: macperl
8372            - macos/bundled_lib/blib/lib/Text/Balanced.pm
8373            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
8374            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
8375            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
8376            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
8377            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
8378            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
8379            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
8380            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
8381 ____________________________________________________________________________
8382 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
8383         Log: A word of warning to the users of UTF-8 locales.
8384      Branch: perl
8385            ! pod/perluniintro.pod
8386 ____________________________________________________________________________
8387 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
8388         Log: Forgotten from #16125.
8389      Branch: perl
8390            ! t/lib/MakeMaker/Test/Utils.pm
8391 ____________________________________________________________________________
8392 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
8393         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
8394      Branch: perl
8395            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
8396            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
8397            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
8398            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
8399            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
8400            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
8401            - lib/ExtUtils/t/Problem-Module/Makefile.PL
8402            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
8403            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
8404            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
8405            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8406            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8407            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
8408            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
8409            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
8410            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
8411            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
8412 ____________________________________________________________________________
8413 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
8414         Log: Subject: New UTF-8 surprise
8415              From: andreas.koenig@anima.de (Andreas J. Koenig)
8416              Date: Mon, 22 Apr 2002 12:08:48 +0200
8417              Message-ID: <m38z7gjb9r.fsf@anima.de>
8418      Branch: perl
8419            ! pp_hot.c t/op/subst.t
8420 ____________________________________________________________________________
8421 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
8422         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
8423              tree that is branched from //depot/maint-5.6/macperl/macos/...
8424      Branch: macperl
8425           +> (branch 3590 files)
8426 ____________________________________________________________________________
8427 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
8428         Log: Try to be clearer about perlio.
8429      Branch: perl
8430            ! INSTALL
8431 ____________________________________________________________________________
8432 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
8433         Log: Subject: Re: binary compatibility
8434              From: Andy Dougherty <doughera@lafayette.edu>
8435              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
8436              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
8437      Branch: perl
8438            ! INSTALL patchlevel.h
8439 ____________________________________________________________________________
8440 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
8441         Log: Go on record about the binary backward incompatibility.
8442      Branch: perl
8443            ! pod/perldelta.pod
8444 ____________________________________________________________________________
8445 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
8446         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
8447              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8448              Date: Wed, 24 Apr 2002 01:51:43 +0400
8449              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
8450      Branch: perl
8451            ! t/win32/system.t
8452 ____________________________________________________________________________
8453 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
8454         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
8455              From: PPrymmer@factset.com
8456              Date: Tue, 23 Apr 2002 17:14:32 -0400
8457              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
8458      Branch: perl
8459            ! lib/locale.t
8460 ____________________________________________________________________________
8461 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
8462         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
8463              From: Paul_GreenVOS@vos.stratus.com
8464              Date: Tue, 23 Apr 02 15:06 edt   
8465              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
8466      Branch: perl
8467            ! Makefile.SH cflags.SH
8468 ____________________________________________________________________________
8469 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
8470         Log: metaconfig unit change for #16115.
8471      Branch: metaconfig
8472            ! U/compline/byteorder.U
8473      Branch: perl
8474            ! config_h.SH
8475 ____________________________________________________________________________
8476 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
8477         Log: Regen Configure to mirror #16111 (with one added tweak).
8478      Branch: perl
8479            ! Configure
8480 ____________________________________________________________________________
8481 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
8482         Log: Retract #16109.
8483      Branch: perl
8484            ! lib/ExtUtils/MM_Unix.pm
8485 ____________________________________________________________________________
8486 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
8487         Log: FAQ sync.
8488      Branch: perl
8489            ! pod/perlfaq3.pod pod/perlfaq8.pod
8490 ____________________________________________________________________________
8491 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
8492         Log: use encoding no more defaults to Latin 1.
8493      Branch: perl
8494            ! pod/perluniintro.pod
8495 ____________________________________________________________________________
8496 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
8497         Log: Configure test for byteorder loses bits
8498      Branch: perl
8499            ! Configure
8500 ____________________________________________________________________________
8501 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
8502         Log: hacking around byteorder variance between config.sh and config.h
8503              isn't needed after change#16099
8504      Branch: perl
8505            ! ext/Storable/t/malice.t
8506 ____________________________________________________________________________
8507 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
8508         Log: (retracted by #16114)
8509              
8510              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
8511              From: "Green, Paul" <Paul.Green@stratus.com>
8512              Date: Tue, 23 Apr 2002 13:47:19 -0400
8513              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
8514      Branch: perl
8515            ! lib/ExtUtils/MM_Unix.pm
8516 ____________________________________________________________________________
8517 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
8518         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
8519              From: Norton Allen <allen@huarp.harvard.edu>
8520              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
8521              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
8522      Branch: perl
8523            ! lib/File/Find.pm
8524 ____________________________________________________________________________
8525 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
8526         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
8527              From: Norton Allen <allen@huarp.harvard.edu>
8528              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
8529              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
8530      Branch: perl
8531            ! README.qnx hints/qnx.sh
8532 ____________________________________________________________________________
8533 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
8534         Log: Subject: [PATCH] pod/perlhist.pod
8535              From: Abigail <abigail@foad.org>
8536              Date: Tue, 23 Apr 2002 16:21:31 +0200
8537              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
8538              
8539              (removed 5.005_04 which never happened)
8540      Branch: perl
8541            ! pod/perlhist.pod
8542 ____________________________________________________________________________
8543 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
8544         Log: Subject: Re: [PATCH abigail.t] another portability attempt
8545              From: Abigail <abigail@foad.org>
8546              Date: Tue, 23 Apr 2002 11:35:54 +0200
8547              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
8548      Branch: perl
8549            ! t/japh/abigail.t
8550 ____________________________________________________________________________
8551 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
8552         Log: NetWare tweak from C Aditya.
8553      Branch: perl
8554            ! NetWare/Nwmain.c NetWare/nw5.c
8555 ____________________________________________________________________________
8556 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
8557         Log: fix a typo
8558      Branch: perl
8559            ! regexec.c
8560 ____________________________________________________________________________
8561 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
8562         Log: Uncurliff.
8563      Branch: perl
8564            ! README.ko
8565 ____________________________________________________________________________
8566 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
8567         Log: Pointer to UV casting.
8568      Branch: perl
8569            ! regexec.c
8570 ____________________________________________________________________________
8571 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
8572         Log: metaconfig unit change for #16099.
8573      Branch: metaconfig
8574            ! U/compline/byteorder.U
8575 ____________________________________________________________________________
8576 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
8577         Log: Use UV (not long) for BYTEORDER.
8578      Branch: perl
8579            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8580            ! config_h.SH
8581 ____________________________________________________________________________
8582 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
8583         Log: # cpp commands must start in the first column.
8584      Branch: perl
8585            ! scope.c
8586 ____________________________________________________________________________
8587 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
8588         Log: Reborn as text.
8589      Branch: perl
8590            + NetWare/interface.cpp
8591 ____________________________________________________________________________
8592 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
8593         Log: Dead as binary.
8594      Branch: perl
8595            - NetWare/interface.cpp
8596 ____________________________________________________________________________
8597 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
8598         Log: Undo #16091, a time-warped escapee.
8599      Branch: perl
8600            ! lib/ExtUtils/t/MM_Cygwin.t
8601 ____________________________________________________________________________
8602 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
8603         Log: *size tweaks from Sarathy.
8604      Branch: perl
8605            ! ext/Storable/t/malice.t
8606 ____________________________________________________________________________
8607 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
8608         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
8609              From: Stas Bekman <stas@stason.org>
8610              Date: Tue, 23 Apr 2002 01:52:22 +0800
8611              Message-ID: <3CC44DD6.3090401@stason.org>
8612      Branch: perl
8613            ! pod/perlguts.pod
8614 ____________________________________________________________________________
8615 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
8616         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
8617              From: Paul_GreenVOS@vos.stratus.com
8618              Date: Mon, 22 Apr 02 20:35 edt
8619              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
8620      Branch: perl
8621            + hints/t001.c
8622            ! MANIFEST hints/README.hints hints/vos.sh
8623 ____________________________________________________________________________
8624 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
8625         Log: (retracted by #16095)
8626      Branch: perl
8627            ! lib/ExtUtils/t/MM_Cygwin.t
8628 ____________________________________________________________________________
8629 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
8630         Log: Subject: Re: perl@16083
8631              From: Nicholas Clark <nick@unfortu.net>
8632              Date: Mon, 22 Apr 2002 23:17:45 +0100
8633              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
8634      Branch: perl
8635            ! ext/Storable/t/malice.t
8636 ____________________________________________________________________________
8637 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
8638         Log: Upgrade to Encode 1.58.
8639      Branch: perl
8640            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
8641            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
8642            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
8643            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
8644            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
8645            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
8646            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
8647            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
8648            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
8649            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
8650            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
8651            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
8652            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
8653            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
8654            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
8655            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
8656            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
8657            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
8658 ____________________________________________________________________________
8659 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
8660         Log: On Win32 the end.t failure should be gone now.
8661      Branch: perl
8662            ! pod/perldelta.pod
8663 ____________________________________________________________________________
8664 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
8665         Log: Subject: [PATCH] update VOS-specific pod files
8666              From: Paul_GreenVOS@vos.stratus.com
8667              Date: Mon, 22 Apr 02 16:02 edt
8668              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
8669      Branch: perl
8670            ! README.vos pod/perlport.pod
8671 ____________________________________________________________________________
8672 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
8673         Log: Subject: [PATCH] cleanup ./hints/vos.sh
8674              From: Paul_GreenVOS@vos.stratus.com
8675              Date: Mon, 22 Apr 02 15:26 edt
8676              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
8677      Branch: perl
8678            ! hints/vos.sh
8679 ____________________________________________________________________________
8680 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
8681         Log: Upgrade to Encode 1.57, from Dan Kogai.
8682      Branch: perl
8683            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8684            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
8685            ! ext/Encode/lib/Encode/Encoding.pm
8686            ! ext/Encode/lib/Encode/JP/JIS7.pm
8687            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
8688            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
8689 ____________________________________________________________________________
8690 [ 16084] By: ams                                   on 2002/04/22  18:10:13
8691         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
8692              From: Stas Bekman <stas@stason.org>
8693              Date: Tue, 23 Apr 2002 01:59:07 +0800
8694              Message-Id: <3CC44F6B.5010300@stason.org>
8695      Branch: perl
8696            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
8697 ____________________________________________________________________________
8698 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
8699         Log: Update Changes.
8700      Branch: perl
8701            ! Changes patchlevel.h
8702 ____________________________________________________________________________
8703 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
8704         Log: In MANIFEST but not added.
8705      Branch: perl
8706            + NetWare/interface.cpp
8707 ____________________________________________________________________________
8708 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
8709         Log: Duh.
8710      Branch: perl
8711            ! lib/ExtUtils/MM_Unix.pm
8712 ____________________________________________________________________________
8713 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
8714         Log: Subject: Re: t/japh/abigail.t [PATCH]
8715              From: Norton Allen <allen@huarp.harvard.edu>
8716              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
8717              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
8718      Branch: perl
8719            ! t/japh/abigail.t
8720 ____________________________________________________________________________
8721 [ 16079] By: ams                                   on 2002/04/22  15:59:55
8722         Log: Subject: {PATCH docs] sockatmark
8723              From: Mark-Jason Dominus <mjd@plover.com>
8724              Date: Mon, 22 Apr 2002 02:43:42 -0400
8725              Message-Id: <20020422064342.24646.qmail@plover.com>
8726      Branch: perl
8727            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
8728 ____________________________________________________________________________
8729 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
8730         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
8731              From: Paul_GreenVOS@vos.stratus.com
8732              Date: Mon, 22 Apr 02 12:40 edt
8733              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
8734      Branch: perl
8735            ! cflags.SH
8736 ____________________________________________________________________________
8737 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
8738         Log: Add new files from #16076; re-sort.
8739      Branch: perl
8740            ! MANIFEST
8741 ____________________________________________________________________________
8742 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
8743         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
8744      Branch: perl
8745            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
8746            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
8747            + NetWare/perllib.cpp NetWare/splittree.pl
8748            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
8749            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
8750            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
8751            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
8752            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
8753            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
8754            ! x2p/hash.c x2p/walk.c
8755 ____________________________________________________________________________
8756 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
8757         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
8758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8759              Date: Mon, 22 Apr 2002 17:56:17 +0200
8760              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
8761      Branch: perl
8762            ! README.aix
8763 ____________________________________________________________________________
8764 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
8765         Log: Signedness nit.
8766      Branch: perl
8767            ! ext/PerlIO/encoding/encoding.xs
8768 ____________________________________________________________________________
8769 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
8770         Log: No semicolons after blocks.
8771      Branch: perl
8772            ! ext/Encode/Encode.xs
8773 ____________________________________________________________________________
8774 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
8775         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
8776      Branch: perl
8777            ! ext/PerlIO/encoding/encoding.pm
8778            ! ext/PerlIO/encoding/encoding.xs
8779 ____________________________________________________________________________
8780 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
8781         Log: Upgrade to Encode 1.56, from Dan Kogai.
8782      Branch: perl
8783            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
8784            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8785            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
8786            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
8787            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
8788            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8789            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
8790            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
8791            ! ext/Encode/lib/Encode/Config.pm
8792            ! ext/Encode/lib/Encode/Encoder.pm
8793            ! ext/Encode/lib/Encode/Encoding.pm
8794            ! ext/Encode/lib/Encode/JP/H2Z.pm
8795            ! ext/Encode/lib/Encode/JP/JIS7.pm
8796            ! ext/Encode/lib/Encode/KR/2022_KR.pm
8797            ! ext/Encode/lib/Encode/PerlIO.pod
8798            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
8799            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
8800            ! ext/Encode/ucm/big5-hkscs.ucm
8801 ____________________________________________________________________________
8802 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
8803         Log: Comment tweak from Philip.
8804      Branch: perl
8805            ! opcode.pl
8806 ____________________________________________________________________________
8807 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
8808         Log: a Test::Harness tweak to make the test lines show up prettier
8809      Branch: perl
8810            ! lib/Test/Harness.pm
8811 ____________________________________________________________________________
8812 [ 16067] By: nick                                  on 2002/04/22  09:19:23
8813         Log: Integrate mainline
8814      Branch: perlio
8815           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
8816           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
8817           !> t/lib/warnings/perlio t/win32/system.t
8818 ____________________________________________________________________________
8819 [ 16066] By: nick                                  on 2002/04/22  09:01:43
8820         Log: Integrate //depot/perlio into mainline
8821      Branch: perl
8822           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8823           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
8824           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
8825 ____________________________________________________________________________
8826 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
8827         Log: clean up after stray test file littering
8828              
8829              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
8830              it seems that it shouldn't (looks like a handle leak in PerlIO
8831              to me)
8832      Branch: perl
8833            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
8834            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
8835            ! t/lib/warnings/perlio t/win32/system.t
8836 ____________________________________________________________________________
8837 [ 16064] By: nick                                  on 2002/04/22  08:02:58
8838         Log: Integrate mainline into perlio
8839      Branch: perlio
8840           +> ext/Storable/t/malice.t
8841            ! pod/perliol.pod
8842           !> (integrate 57 files)
8843 ____________________________________________________________________________
8844 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
8845         Log: integrate change#16062 from mainline
8846              
8847              another windows fix: only create a new console for subprocesses
8848              when all three stdhandles are invalid (from Jan Dubois)
8849      Branch: maint-5.6/perl
8850            ! win32/win32.c
8851 ____________________________________________________________________________
8852 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
8853         Log: another windows fix: only create a new console for subprocesses
8854              when all three stdhandles are invalid (from Jan Dubois)
8855      Branch: perl
8856            ! win32/win32.c
8857 ____________________________________________________________________________
8858 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
8859         Log: all the thread tests now pass on windows (32-bit and 64-bit)
8860      Branch: perl
8861            ! README.win32
8862 ____________________________________________________________________________
8863 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
8864         Log: enable maximal optimizations on win64
8865      Branch: perl
8866            ! win32/Makefile win32/makefile.mk
8867 ____________________________________________________________________________
8868 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
8869         Log: Tweaks copied from Philip Newton's Encode patches.
8870      Branch: perl
8871            ! AUTHORS
8872 ____________________________________________________________________________
8873 [ 16057] By: sky                                   on 2002/04/22  00:19:40
8874         Log: End blocks were not run on Win32.
8875              The real fix should be to turn this flag on in RunPerl but
8876              I think we are too close 5.8 to change that.
8877      Branch: perl
8878            ! ext/threads/threads.xs
8879 ____________________________________________________________________________
8880 [ 16056] By: sky                                   on 2002/04/21  23:29:22
8881         Log: Do not unlock mutex twice.
8882              Do not unlock mutex after it has been destroyed and freed.
8883              Do not email p5p without uncrossing eyes.
8884      Branch: perl
8885            ! ext/threads/threads.xs
8886 ____________________________________________________________________________
8887 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
8888         Log: squelch some more type mismatch warnings
8889              
8890              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
8891              missing parens in macro definition
8892      Branch: perl
8893            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
8894            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
8895            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
8896            ! pp.c regexec.c sv.h
8897 ____________________________________________________________________________
8898 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
8899         Log: Make writing user-defined character properties nicer.
8900      Branch: perl
8901            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
8902 ____________________________________________________________________________
8903 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
8904         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
8905              isn't the case on win64
8906      Branch: perl
8907            ! ext/Storable/t/malice.t
8908 ____________________________________________________________________________
8909 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
8910         Log: One more way to do character class subtraction.
8911      Branch: perl
8912            ! pod/perlunicode.pod
8913 ____________________________________________________________________________
8914 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
8915         Log: Mopup of #16048.
8916      Branch: perl
8917            ! pp_sys.c
8918 ____________________________________________________________________________
8919 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
8920         Log: some test failures have been fixed
8921      Branch: perl
8922            ! README.win32
8923 ____________________________________________________________________________
8924 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
8925         Log: use compare_text() rather than compare() to avoid bogus
8926              failures when the test files happen to be CRLF terminated
8927      Branch: perl
8928            ! ext/Encode/t/JP.t
8929 ____________________________________________________________________________
8930 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
8931         Log: fixes for all the warnings reported by Visual C (most of this
8932              change is from change#12026)
8933      Branch: perl
8934            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
8935            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
8936            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
8937            ! regexec.c sv.c toke.c universal.c utf8.c util.c
8938            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
8939 ____________________________________________________________________________
8940 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
8941         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
8942              From: Nicholas Clark <nick@unfortu.net>
8943              Date: Sun, 21 Apr 2002 19:15:24 +0100
8944              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
8945      Branch: perl
8946            + ext/Storable/t/malice.t
8947            ! MANIFEST ext/Storable/Storable.pm
8948 ____________________________________________________________________________
8949 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
8950         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
8951              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8952              Date: Sun, 21 Apr 2002 19:37:51 +0200
8953              Message-ID: <3CC3150F.5798.22A05AE@localhost>
8954      Branch: perl
8955            ! ext/Encode/t/perlio.t
8956 ____________________________________________________________________________
8957 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
8958         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
8959              From: Andrey Sapozhnikov <sapa@icb.chel.su>
8960              Date: Fri, 19 Apr 2002 19:55:56 +0600
8961              Message-ID: <3CC021EC.5080005@icb.chel.su>
8962              
8963              (tweaked a bit)
8964      Branch: perl
8965            ! pod/perltrap.pod
8966 ____________________________________________________________________________
8967 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
8968         Log: Do not assume that io buffer flushing happens in the same
8969              order as joins (that assumption broke in a multicpu IRIX box)
8970      Branch: perl
8971            ! ext/threads/t/thread.t
8972 ____________________________________________________________________________
8973 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
8974         Log: As if people would be reading the documentation :-)
8975      Branch: perl
8976            ! opcode.pl
8977 ____________________________________________________________________________
8978 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
8979         Log: Typo tweaks.
8980      Branch: perl
8981            ! pod/perlrun.pod
8982 ____________________________________________________________________________
8983 [ 16041] By: sky                                   on 2002/04/21  13:53:54
8984         Log: Got the last memory leak in the while(1) { threads->create(sub 
8985              {})->join() }, now we can loop over a million threads without a 
8986              problem. 
8987              Cleared up SVs that should have been mortal but never where.
8988      Branch: perl
8989            ! ext/threads/threads.xs
8990 ____________________________________________________________________________
8991 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
8992         Log: Make doc clearer, as suggested by Brent Dax
8993      Branch: perl
8994            ! opcode.pl
8995 ____________________________________________________________________________
8996 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
8997         Log: Revert change #15974.
8998      Branch: perl
8999            ! ext/B/B/Deparse.pm
9000 ____________________________________________________________________________
9001 [ 16038] By: nick                                  on 2002/04/21  08:43:48
9002         Log: Integrate mainline
9003      Branch: perlio
9004           +> win32/config.vc64 win32/config_H.vc64
9005           !> (integrate 43 files)
9006 ____________________________________________________________________________
9007 [ 16037] By: nick                                  on 2002/04/21  08:10:07
9008         Log: Integrate mainline
9009      Branch: perlio
9010           +> ext/Encode/ucm/big5-eten.ucm
9011            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
9012            - win32/config.win64 win32/config_H.win64
9013           !> MANIFEST Porting/makerel ext/Encode/Changes
9014           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
9015           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9016           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
9017           !> ext/Encode/lib/Encode/Config.pm
9018           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9019           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
9020           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
9021           !> pod/perlunicode.pod vms/vms.c
9022 ____________________________________________________________________________
9023 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
9024         Log: S_ stands sfor static.
9025      Branch: perl
9026            ! hv.c
9027 ____________________________________________________________________________
9028 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
9029         Log: htovs et al might be macros.
9030      Branch: perl
9031            ! perl.h
9032 ____________________________________________________________________________
9033 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
9034         Log: missed checkin of this file in change#16033
9035      Branch: perl
9036            ! makedef.pl
9037 ____________________________________________________________________________
9038 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
9039         Log: Windows 64-bit support:
9040              
9041              * support for building it in the regular makefiles
9042              * large files support via the _*i64() functions (this should be
9043              portable to the 32-bit universe too, but quite untested and
9044              and binary-incompatible, therefore not enabled there)
9045              * three additional test failures in addition to the t/end.t one
9046              (see README.win32)
9047              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
9048              the ones available from the CRT (needed because Perl uses
9049              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
9050              * add a few 64-bit notes to README.win32
9051              
9052              The following general problems were also fixed:
9053              
9054              * s/struct stat/Stat_t/g
9055              * Data::Dumper had some naughty 'long' typecasts
9056              * Errno_pm.PL didn't work safe when winsock.h was not in the same
9057              directory as errno.h
9058              * various tell/seek things were incorrectly prototyped
9059              * squelch ugly looking noise when running tests
9060              * Embed.t wasn't linking in all the libraries
9061              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
9062              * re-enable all the disabled warnings (additional fixes may be
9063              needed for the warnings uncovered by this)
9064      Branch: perl
9065            + win32/config.vc64 win32/config_H.vc64
9066            ! MANIFEST README.win32 doio.c dosish.h
9067            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
9068            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
9069            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
9070            ! win32/config.vc win32/makefile.mk win32/perlglob.c
9071            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
9072            ! win32/win32iop.h win32/win32sck.c
9073 ____________________________________________________________________________
9074 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
9075         Log: Upgrade to Encode 1.52, from Dan Kogai.
9076      Branch: perl
9077            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9078            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
9079            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
9080            ! ext/Encode/lib/Encode/JP/JIS7.pm
9081            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
9082            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
9083            ! ext/Encode/ucm/big5-hkscs.ucm
9084 ____________________________________________________________________________
9085 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
9086         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
9087              From: Mark-Jason Dominus <mjd@plover.com>
9088              Date: Sat, 20 Apr 2002 03:36:28 -0400
9089              Message-ID: <20020420073628.324.qmail@plover.com>
9090      Branch: perl
9091            ! pod/perlopentut.pod
9092 ____________________________________________________________________________
9093 [ 16030] By: sky                                   on 2002/04/20  22:02:32
9094         Log: Remove auto-detach
9095              Cleans up memory now, destroys the mutex and frees thread
9096              Makes returnvalues mortal
9097              Doesn't run thread_destruct until the thread has stopped AND
9098              all references to it are gone.
9099      Branch: perl
9100            ! ext/threads/threads.xs
9101 ____________________________________________________________________________
9102 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
9103         Log: Subject: [PATCH @16005] rescue perldoc for VMS
9104              From: "Craig A. Berry" <craigberry@mac.com>
9105              Date: Sat, 20 Apr 2002 15:16:30 -0500
9106              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
9107      Branch: perl
9108            ! vms/vms.c
9109 ____________________________________________________________________________
9110 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
9111         Log: Subject: Re: [PATCH] typo
9112              From: andreas.koenig@anima.de (Andreas J. Koenig)
9113              Date: Sat, 20 Apr 2002 15:41:23 +0200
9114              Message-ID: <m37kn2o5bw.fsf@anima.de>
9115      Branch: perl
9116            ! ext/Encode/encoding.pm
9117 ____________________________________________________________________________
9118 [ 16027] By: nick                                  on 2002/04/20  21:42:09
9119         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
9120              and change test not to skip them.
9121      Branch: perlio
9122            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
9123 ____________________________________________________________________________
9124 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
9125         Log: Upgrade to Encode 1.51, from Dan Kogai.
9126      Branch: perl
9127            + ext/Encode/ucm/big5-eten.ucm
9128            - ext/Encode/ucm/big5.ucm
9129            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
9130            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
9131            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9132            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
9133            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9134            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
9135 ____________________________________________________________________________
9136 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
9137         Log: purge existing win64 stuff (this never really worked in 5.7.x)
9138              in preparation for completely redone win64 support
9139      Branch: perl
9140            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
9141            ! MANIFEST Porting/makerel
9142 ____________________________________________________________________________
9143 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
9144         Log: Subject: Re: perl@16005
9145              From: Stas Bekman <stas@stason.org>
9146              Date: Sat, 20 Apr 2002 13:06:49 +0800
9147              Message-ID: <3CC0F769.1010705@stason.org>
9148              (with a minor formatting nit)
9149      Branch: perl
9150            ! pod/perlfunc.pod
9151 ____________________________________________________________________________
9152 [ 16023] By: nick                                  on 2002/04/20  19:06:04
9153         Log: Some tweaks for encodings which need lines.
9154              Also disabled trial of using fallbacks.
9155      Branch: perlio
9156            ! ext/PerlIO/encoding/encoding.pm
9157            ! ext/PerlIO/encoding/encoding.xs
9158 ____________________________________________________________________________
9159 [ 16022] By: nick                                  on 2002/04/20  18:37:38
9160         Log: Various tweaks to Encode
9161      Branch: perlio
9162            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9163            ! ext/Encode/Unicode/Unicode.xs
9164            ! ext/Encode/lib/Encode/Encoding.pm
9165            ! ext/Encode/lib/Encode/JP/JIS7.pm
9166            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
9167 ____________________________________________________________________________
9168 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
9169         Log: Subject: [PATCH] perlunicode.pod typos
9170              From: andreas.koenig@anima.de (Andreas J. Koenig)     
9171              Date: Sat, 20 Apr 2002 11:20:25 +0200
9172              Message-ID: <m3vgamoheu.fsf@anima.de>
9173      Branch: perl
9174            ! pod/perlunicode.pod
9175 ____________________________________________________________________________
9176 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
9177         Log: Test tweak from mjd.
9178      Branch: perl
9179            ! lib/Memoize/t/errors.t
9180 ____________________________________________________________________________
9181 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
9182         Log: Integrate perlio:
9183              
9184              [ 16018]
9185              Fill in the PERLIO sections.
9186              
9187              [ 16017]
9188              Add :bytes to POD part.
9189              Remove 'alias' to Encode now it exists as a module.
9190              
9191              [ 16014]
9192              Tweak to Encode.xs to avoid buffer overrun.
9193              
9194              [ 16007]
9195              Silence warning generating warning message for U+FFFF does not map etc.
9196              
9197              [ 15912]
9198              XS versions of encode/decode for Encode::Unicode
9199      Branch: perl
9200           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
9201 ____________________________________________________________________________
9202 [ 16018] By: nick                                  on 2002/04/20  13:38:24
9203         Log: Fill in the PERLIO sections.
9204      Branch: perlio
9205            ! pod/perlrun.pod
9206 ____________________________________________________________________________
9207 [ 16017] By: nick                                  on 2002/04/20  13:37:15
9208         Log: Add :bytes to POD part.
9209              Remove 'alias' to Encode now it exists as a module.
9210      Branch: perlio
9211            ! lib/PerlIO.pm
9212 ____________________________________________________________________________
9213 [ 16016] By: sky                                   on 2002/04/20  13:12:31
9214         Log: Really let the update of the link list do something.
9215      Branch: perl
9216            ! ext/threads/threads.xs
9217 ____________________________________________________________________________
9218 [ 16015] By: nick                                  on 2002/04/20  07:51:26
9219         Log: Integrate mainline
9220      Branch: perlio
9221           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
9222           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
9223           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
9224 ____________________________________________________________________________
9225 [ 16014] By: nick                                  on 2002/04/20  07:46:11
9226         Log: Tweak to Encode.xs to avoid buffer overrun.
9227      Branch: perlio
9228            ! ext/Encode/Encode.xs
9229 ____________________________________________________________________________
9230 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
9231         Log: Subject: [PATCH] t/japh/abigail.t
9232              From: abigail@foad.org
9233              Date: Fri, 19 Apr 2002 02:21:36 +0200
9234              Message-ID: <20020419002136.16948.qmail@foad.org>
9235              
9236              Subject: Re: [PATCH] t/japh/abigail.t
9237              From: "Craig A. Berry" <craigberry@mac.com>
9238              Date: Fri, 19 Apr 2002 11:23:45 -0500
9239              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
9240      Branch: perl
9241            ! t/japh/abigail.t
9242 ____________________________________________________________________________
9243 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
9244         Log: User-defined character properties were unintentionally
9245              removed, noticed by Dan Kogai.
9246      Branch: perl
9247            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
9248            ! pod/perlunicode.pod t/op/pat.t
9249 ____________________________________________________________________________
9250 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
9251         Log: Subject: Re: [PATCH] Big5-related changes.
9252              From: Autrijus Tang <autrijus@autrijus.org>
9253              Date: Sat, 20 Apr 2002 04:06:31 +0800
9254              Message-ID: <20020419200631.GA20964@not.autrijus.org>
9255      Branch: perl
9256            ! README.cn README.tw
9257 ____________________________________________________________________________
9258 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
9259         Log: Add a BUGS sections to O.pm
9260      Branch: perl
9261            ! ext/B/O.pm
9262 ____________________________________________________________________________
9263 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
9264         Log: Disable warning noise
9265      Branch: perl
9266            ! t/io/open.t
9267 ____________________________________________________________________________
9268 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
9269         Log: More tests for the 3-arg open
9270      Branch: perl
9271            ! t/io/open.t t/lib/warnings/doio
9272 ____________________________________________________________________________
9273 [ 16007] By: nick                                  on 2002/04/19  17:45:53
9274         Log: Silence warning generating warning message for U+FFFF does not map etc.
9275      Branch: perlio
9276            ! ext/Encode/Encode.xs
9277 ____________________________________________________________________________
9278 [ 16006] By: nick                                  on 2002/04/19  15:24:57
9279         Log: Integrate mainline (for Tk with Encode testing)
9280              Some perlio & encode issues otherwise cleanish.
9281      Branch: perlio
9282           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
9283           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
9284           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
9285           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
9286           +> ext/threads/t/thread.t
9287            - ext/Encode/lib/Encode/Unicode.pm
9288           !> (integrate 38 files)
9289 ____________________________________________________________________________
9290 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
9291         Log: Update Changes.
9292      Branch: perl
9293            ! Changes patchlevel.h
9294 ____________________________________________________________________________
9295 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
9296         Log: Subject: [PATCH] warn on ref open without perlio
9297              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9298              Date: Thu, 18 Apr 2002 23:17:44 +0200
9299              Message-ID: <20020418231744.A24159@rafael>
9300              
9301              (with one nit, the skip message needed "# " prefix)
9302      Branch: perl
9303            ! doio.c pod/perldiag.pod t/lib/warnings/doio
9304 ____________________________________________________________________________
9305 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
9306         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
9307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9308              Date: Fri, 19 Apr 2002 15:43:47 +0200
9309              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
9310      Branch: perl
9311            ! README.hpux
9312 ____________________________________________________________________________
9313 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
9314         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
9315      Branch: perl
9316            ! ext/PerlIO/encoding/encoding.pm
9317            ! ext/PerlIO/encoding/encoding.xs
9318 ____________________________________________________________________________
9319 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
9320         Log: Upgrade to Encode 1.50, from Dan Kogai.
9321      Branch: perl
9322            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
9323            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
9324            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
9325            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
9326            - ext/Encode/lib/Encode/Unicode.pm
9327            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
9328            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9329            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
9330            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9331            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
9332            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
9333            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
9334            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
9335            ! ext/Encode/t/jisx0208.ref
9336 ____________________________________________________________________________
9337 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
9338         Log: Subject: CPAN.pm sync
9339              From: andreas.koenig@anima.de (Andreas J. Koenig)
9340              Date: Fri, 19 Apr 2002 11:55:07 +0200
9341              Message-ID: <m3ads0qah0.fsf@anima.de>
9342      Branch: perl
9343            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9344 ____________________________________________________________________________
9345 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
9346         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
9347      Branch: perl
9348            ! pod/perltooc.pod
9349 ____________________________________________________________________________
9350 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
9351         Log: The previous change on this was *ahem* slightly off-topic.
9352      Branch: perl
9353            ! ext/PerlIO/encoding/encoding.pm
9354 ____________________________________________________________________________
9355 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
9356         Log: variant of change#14657 from mainline, modified for binary
9357              compatibility for 5.6.x (from  Jan Dubois)
9358      Branch: maint-5.6/perl
9359            ! lib/Win32.pod win32/win32.c
9360 ____________________________________________________________________________
9361 [ 15996] By: ams                                   on 2002/04/18  16:16:26
9362         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
9363              From: abigail@foad.org
9364              Date: Thu, 18 Apr 2002 17:09:45 +0200
9365              Message-Id: <20020418150945.389.qmail@foad.org>
9366      Branch: perl
9367            ! pod/perldebtut.pod
9368 ____________________________________________________________________________
9369 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
9370         Log: z/OS situation update.
9371      Branch: perl
9372            ! pod/perldelta.pod
9373 ____________________________________________________________________________
9374 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
9375         Log: Doc tweaks.
9376      Branch: perl
9377            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
9378 ____________________________________________________________________________
9379 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
9380         Log: The tests need perlio.
9381      Branch: perl
9382            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
9383 ____________________________________________________________________________
9384 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
9385         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
9386              From: Mark-Jason Dominus <mjd@plover.com>
9387              Date: Thu, 18 Apr 2002 09:38:17 -0400
9388              Message-ID: <20020418133817.22436.qmail@plover.com>    
9389              
9390              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
9391              From: Mark-Jason Dominus <mjd@plover.com>
9392              Date: Thu, 18 Apr 2002 09:54:50 -0400
9393              Message-ID: <20020418135450.22999.qmail@plover.com>    
9394      Branch: perl
9395            ! pod/perlfaq8.pod
9396 ____________________________________________________________________________
9397 [ 15991] By: sky                                   on 2002/04/18  09:18:14
9398         Log: Port testcases from thr5005 tests so we don't fail on same things.
9399              Added yield support using threads->yield().
9400      Branch: perl
9401            + ext/threads/t/thread.t
9402            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
9403 ____________________________________________________________________________
9404 [ 15990] By: nick                                  on 2002/04/18  07:56:40
9405         Log: Integrate mainline
9406      Branch: perlio
9407            - t/io/full.t
9408           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
9409           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
9410           !> perl.c t/op/groups.t toke.c win32/win32.c
9411 ____________________________________________________________________________
9412 [ 15989] By: sky                                   on 2002/04/18  07:15:55
9413         Log: Always flush the PerlIO buffers after running END blocks in 
9414              perl_destruct. This should fix ext/threads/t/end.t under Win32.
9415      Branch: perl
9416            ! perl.c
9417 ____________________________________________________________________________
9418 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
9419         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
9420      Branch: perl
9421            ! perl.c
9422 ____________________________________________________________________________
9423 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
9424         Log: Move /dev/full testing post-5.8.0.
9425      Branch: perl
9426            - t/io/full.t
9427            ! MANIFEST
9428 ____________________________________________________________________________
9429 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
9430         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
9431              ("Crays have only REAL memory.")
9432      Branch: perl
9433            ! hints/unicos.sh hints/unicosmk.sh
9434 ____________________________________________________________________________
9435 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
9436         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
9437              From: luc.st-louis@ca.transport.bombardier.com
9438              Date: Wed, 17 Apr 2002 14:22:25 -0400
9439              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
9440      Branch: perl
9441            ! win32/win32.c
9442 ____________________________________________________________________________
9443 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
9444         Log: With -Uuseperlio the error might be EBADF.
9445      Branch: perl
9446            ! t/io/full.t
9447 ____________________________________________________________________________
9448 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
9449         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
9450              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
9451              Date: Wed, 17 Apr 2002 21:16:22 +0400
9452              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
9453      Branch: perl
9454            ! lib/ExtUtils/t/Embed.t
9455 ____________________________________________________________________________
9456 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
9457         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
9458              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
9459              Date: Wed, 17 Apr 2002 20:08:03 +0400
9460              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
9461      Branch: perl
9462            ! win32/win32.c
9463 ____________________________________________________________________________
9464 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
9465         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
9466              From: Mark-Jason Dominus <mjd@plover.com>
9467              Date: Wed, 17 Apr 2002 11:14:17 -0400
9468              Message-ID: <20020417151417.27268.qmail@plover.com>
9469      Branch: perl
9470            ! t/io/full.t
9471 ____________________________________________________________________________
9472 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
9473         Log: README.cjk update.
9474      Branch: perl
9475            ! README.cn README.jp README.ko README.tw
9476 ____________________________________________________________________________
9477 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
9478         Log: Subject: [PATCH toke.c] @:foo?
9479              From: Philip Newton <Philip.Newton@gmx.net>
9480              Date: Wed, 17 Apr 2002 19:48:09 +0200
9481              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
9482      Branch: perl
9483            ! toke.c
9484 ____________________________________________________________________________
9485 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
9486         Log: Subject: Re: gcc on HP
9487              From: Philip Newton <Philip.Newton@gmx.net>
9488              Date: Wed, 17 Apr 2002 20:36:34 +0200
9489              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
9490      Branch: perl
9491            ! README.hpux
9492 ____________________________________________________________________________
9493 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
9494         Log: Adjust test for groups that appear multiple times on Cygwin
9495      Branch: perl
9496            ! t/op/groups.t
9497 ____________________________________________________________________________
9498 [ 15976] By: nick                                  on 2002/04/17  17:03:40
9499         Log: Integrate mainline
9500      Branch: perlio
9501           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
9502           +> ext/PerlIO/encoding/encoding.pm
9503           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
9504           +> ext/threads/shared/t/queue.t t/io/full.t
9505            - ext/Encode/lib/Encode/XS.pm
9506           !> (integrate 50 files)
9507 ____________________________________________________________________________
9508 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
9509         Log: Update Changes.
9510      Branch: perl
9511            ! Changes patchlevel.h
9512 ____________________________________________________________________________
9513 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
9514         Log: Subject: [PATCH B::Deparse] "foo bar"->()
9515              From: Robin Houston <robin@kitsite.com>
9516              Date: Wed, 17 Apr 2002 15:45:32 +0100
9517              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
9518      Branch: perl
9519            ! ext/B/B/Deparse.pm
9520 ____________________________________________________________________________
9521 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
9522         Log: metaconfig unit change for #15972.
9523      Branch: metaconfig/U/perl
9524            ! Extensions.U
9525 ____________________________________________________________________________
9526 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
9527         Log: As suggested by Arthur: the threads and threads::shared
9528              modules are always present.  This tries to preempt two
9529              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
9530              to have this new fancy threads implementation but my Perl
9531              doesn't seem to have it" (2) someone attempting to install
9532              threads using CPAN.pm and CPAN.pm helpfully starting to
9533              install perl 5.8.0 (which they might already have installed).
9534      Branch: perl
9535            ! Configure ext/threads/Makefile.PL
9536            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
9537            ! ext/threads/shared/shared.xs ext/threads/threads.pm
9538            ! ext/threads/threads.xs
9539 ____________________________________________________________________________
9540 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
9541         Log: More signedness nits.
9542      Branch: perl
9543            ! ext/Encode/Encode.xs
9544 ____________________________________________________________________________
9545 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
9546         Log: fast_abs_path() is tainted.
9547      Branch: perl
9548            ! ext/Cwd/t/cwd.t
9549 ____________________________________________________________________________
9550 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
9551         Log: Signedness nit.
9552      Branch: perl
9553            ! ext/Encode/bin/enc2xs
9554 ____________________________________________________________________________
9555 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
9556         Log: Subject: gcc on HP
9557              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9558              Date: Wed, 17 Apr 2002 12:43:38 +0200
9559              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
9560      Branch: perl
9561            ! README.hpux
9562 ____________________________________________________________________________
9563 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
9564         Log: Add just a little bit more explanation to PerlIO::encoding.
9565      Branch: perl
9566            ! ext/PerlIO/encoding/encoding.pm
9567 ____________________________________________________________________________
9568 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
9569         Log: PerlIO::encoding 0.01 from Dan Kogai.
9570      Branch: perl
9571            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
9572            + ext/PerlIO/encoding/encoding.pm
9573            + ext/PerlIO/encoding/encoding.xs
9574            ! MANIFEST
9575 ____________________________________________________________________________
9576 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
9577         Log: Upgrade to Encode 1.42, from Dan Kogai.
9578      Branch: perl
9579            - ext/Encode/lib/Encode/XS.pm
9580            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
9581            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
9582            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9583            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
9584            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
9585            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
9586            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
9587            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
9588            ! ext/Encode/lib/Encode/Config.pm
9589            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
9590            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
9591            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
9592            ! ext/Encode/t/encoding.t
9593 ____________________________________________________________________________
9594 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
9595         Log: Test tweaks from mjd and Benjamin Goldberg.
9596      Branch: perl
9597            ! t/io/full.t
9598 ____________________________________________________________________________
9599 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
9600         Log: Document taint-safeness.   Life in the fast_abs_path()
9601              lane is unsafe.
9602      Branch: perl
9603            ! lib/Cwd.pm
9604 ____________________________________________________________________________
9605 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
9606         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
9607              From: Mark-Jason Dominus <mjd@plover.com>
9608              Date: Tue, 16 Apr 2002 19:24:12 -0400
9609              Message-ID: <20020416232412.14297.qmail@plover.com>
9610      Branch: perl
9611            + t/io/full.t
9612            ! MANIFEST perlio.c
9613 ____________________________________________________________________________
9614 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
9615         Log: Manifestations of mjd, from mjd.
9616      Branch: perl
9617            ! MANIFEST
9618 ____________________________________________________________________________
9619 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
9620         Log: metaconfig unit change for #15959.
9621      Branch: metaconfig/U/perl
9622            ! Extensions.U
9623 ____________________________________________________________________________
9624 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
9625         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
9626              From: Andy Dougherty <doughera@lafayette.edu>
9627              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
9628              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
9629      Branch: perl
9630            ! Configure
9631 ____________________________________________________________________________
9632 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
9633         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
9634              From: Nicholas Clark <nick@unfortu.net>
9635              Date: Tue, 16 Apr 2002 22:22:41 +0100
9636              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
9637      Branch: perl
9638            ! embed.fnc global.sym hv.c universal.c
9639 ____________________________________________________________________________
9640 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
9641         Log: Documents for Merijn and lots of XXXs for NI-S :-)
9642      Branch: perl
9643            ! pod/perlfunc.pod pod/perlrun.pod
9644 ____________________________________________________________________________
9645 [ 15956] By: sky                                   on 2002/04/16  21:26:53
9646         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
9647              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
9648              stuff being 0xabababab on cleanup.
9649      Branch: perl
9650            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
9651            ! MANIFEST
9652 ____________________________________________________________________________
9653 [ 15955] By: nick                                  on 2002/04/16  20:46:03
9654         Log: Integate mainline (other machine)
9655      Branch: perlio
9656           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
9657           !> t/op/magic.t
9658 ____________________________________________________________________________
9659 [ 15954] By: nick                                  on 2002/04/16  20:13:32
9660         Log: Integrate mainline
9661      Branch: perlio
9662           +> README.cn README.jp README.ko README.tw
9663           +> ext/threads/shared/t/av_refs.t
9664           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
9665           !> (integrate 41 files)
9666 ____________________________________________________________________________
9667 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
9668         Log: B::walkoptree bugfix (see also #15850)
9669      Branch: perl
9670            ! ext/B/B.xs ext/B/t/terse.t
9671 ____________________________________________________________________________
9672 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
9673         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
9674              From: Philip Newton <Philip.Newton@gmx.net>
9675              Date: Tue, 16 Apr 2002 21:09:44 +0200
9676              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
9677      Branch: perl
9678            ! pod/perltodo.pod
9679 ____________________________________________________________________________
9680 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
9681         Log: Subject: [PATCH] B::Deparse problems with japhs
9682              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9683              Date: Tue, 16 Apr 2002 15:47:33 +0100
9684              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
9685      Branch: perl
9686            ! ext/B/B/Deparse.pm
9687 ____________________________________________________________________________
9688 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
9689         Log: Stas' tainting worries, obscured by me.
9690      Branch: perl
9691            ! ext/Cwd/t/cwd.t lib/Cwd.pm
9692 ____________________________________________________________________________
9693 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
9694         Log: Pod tweak to avoid =item<japanese> problems.
9695      Branch: perl
9696            ! README.jp
9697 ____________________________________________________________________________
9698 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
9699         Log: Some UTF-8 todos.
9700      Branch: perl
9701            ! pod/perltodo.pod
9702 ____________________________________________________________________________
9703 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
9704         Log: Let's not promise too much: use utf8 only works on identifier
9705              names, not package or subroutine names (admittedly limited [1], but
9706              that's what the Camel says, and that's what we are going to stick
9707              to for 5.8.0).  Also document that use vars does not do utf8.
9708              [1] The obvious problem in both is that package and subroutine
9709              names need to mappable to the filesystem.
9710      Branch: perl
9711            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
9712 ____________________________________________________________________________
9713 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
9714         Log: Subject: [PATCH] small typo in IO::Pipe pod
9715              From: Slaven Rezic <rezic@onlineoffice.de>
9716              Date: Tue, 16 Apr 2002 12:31:10 +0200
9717              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
9718      Branch: perl
9719            ! ext/IO/lib/IO/Pipe.pm
9720 ____________________________________________________________________________
9721 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
9722         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
9723              From: Arthur Bergman <arthur@contiller.se>
9724              Date: Tue, 16 Apr 2002 11:58:45 +0200
9725              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
9726      Branch: perl
9727            ! lib/Attribute/Handlers.pm
9728 ____________________________________________________________________________
9729 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
9730         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
9731              Jungshik Shin.  Regen toc.
9732      Branch: perl
9733            + README.cn README.jp README.ko README.tw
9734            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9735 ____________________________________________________________________________
9736 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
9737         Log: my $utf8here, our $utf8here, and package variable $utf8here.
9738              
9739              The actual minimal fix is in utf8.c and from NI-S,
9740              the rest are the tests (in fresh_perl since I couldn't get
9741              them easily to work elsewhere) and a slight behaviour change:
9742              previously UTF-8 identifiers had to start with an alphabetic
9743              character.  No more so, now they can start with an (Unicode)
9744              ID_Continue character (which however is not a (Unicode) digit).
9745              (Limiting the first character to ID_Start would be rather
9746              restrictive, since ID_Start allows only alphabetic letters.)
9747              
9748              TODO: use vars qw($utf8here).  This I don't find to be
9749              a showstopper.
9750      Branch: perl
9751            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
9752            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
9753 ____________________________________________________________________________
9754 [ 15942] By: ams                                   on 2002/04/16  02:24:25
9755         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
9756              From: "Craig A. Berry" <craigberry@mac.com>
9757              Date: Mon, 15 Apr 2002 22:06:14 -0500
9758              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
9759      Branch: perl
9760            ! lib/FileCache.t
9761 ____________________________________________________________________________
9762 [ 15941] By: ams                                   on 2002/04/16  02:16:35
9763         Log: Subject: [PATCH] s2p fix for VMS
9764              From: "Craig A. Berry" <craigberry@mac.com>
9765              Date: Mon, 15 Apr 2002 21:48:36 -0500
9766              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
9767      Branch: perl
9768            ! configure.com t/x2p/s2p.t x2p/s2p.PL
9769 ____________________________________________________________________________
9770 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
9771         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
9772              (and the licensing of the other code clarified, from Mark Bixby.)
9773      Branch: perl
9774            ! mpeix/mpeix.c
9775 ____________________________________________________________________________
9776 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
9777         Log: AUTHORS updates.
9778      Branch: perl
9779            ! AUTHORS
9780 ____________________________________________________________________________
9781 [ 15938] By: sky                                   on 2002/04/15  22:13:17
9782         Log: Add support for my $foo : shared; 
9783              Add testcase for this.
9784              Update manifest.
9785      Branch: perl
9786            + ext/threads/shared/t/shared_attr.t
9787            ! MANIFEST ext/threads/shared/shared.pm
9788 ____________________________________________________________________________
9789 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
9790         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
9791              From: abigail@foad.org
9792              Date: Mon, 15 Apr 2002 17:41:17 +0200
9793              Message-ID: <20020415154117.1559.qmail@foad.org>
9794              
9795              (With EBCDIC skippage added, and the skip reason
9796              skippage on the two ?? loops tweaked.)
9797      Branch: perl
9798            + t/japh/abigail.t
9799            ! MANIFEST t/TEST
9800 ____________________________________________________________________________
9801 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
9802         Log: Subject: Re: [ID 20020412.005] Dancing ??s
9803              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
9804              Date: Sun, 14 Apr 2002 16:09:30 +0100
9805              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
9806      Branch: perl
9807            ! pod/perlop.pod pp_hot.c t/op/pat.t
9808 ____________________________________________________________________________
9809 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
9810         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
9811              From: abigail@foad.org
9812              Date: Mon, 15 Apr 2002 17:40:02 +0200
9813              Message-ID: <20020415154002.1549.qmail@foad.org>
9814      Branch: perl
9815            ! t/test.pl
9816 ____________________________________________________________________________
9817 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
9818         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
9819              From: "Craig A. Berry" <craigberry@mac.com>
9820              Date: Mon, 15 Apr 2002 14:05:26 -0500
9821              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
9822      Branch: perl
9823            ! universal.c
9824 ____________________________________________________________________________
9825 [ 15933] By: sky                                   on 2002/04/15  21:26:16
9826         Log: Test arrays containing references, and references to shared arrays.
9827      Branch: perl
9828            + ext/threads/shared/t/av_refs.t
9829 ____________________________________________________________________________
9830 [ 15932] By: nick                                  on 2002/04/15  15:06:49
9831         Log: Integrate mainline (for Encode)
9832      Branch: perlio
9833           +> ext/Encode/Encode/ConfigLocal_PM.e2x
9834           +> ext/Encode/lib/Encode/JP/JIS7.pm
9835            - ext/Encode/lib/Encode/JP/2022_JP.pm
9836            - ext/Encode/lib/Encode/JP/2022_JP1.pm
9837            - ext/Encode/lib/Encode/JP/JIS.pm
9838           !> (integrate 26 files)
9839 ____________________________________________________________________________
9840 [ 15931] By: ams                                   on 2002/04/15  14:51:31
9841         Log: Subject: [PATCH] Chip didn't time travel.
9842              From: abigail@foad.org
9843              Date: Mon, 15 Apr 2002 17:40:22 +0200
9844              Message-Id: <20020415154022.1554.qmail@foad.org>
9845      Branch: perl
9846            ! pod/perlhist.pod
9847 ____________________________________________________________________________
9848 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
9849         Log: Update Changes.
9850      Branch: perl
9851            ! Changes patchlevel.h
9852 ____________________________________________________________________________
9853 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
9854         Log: The #15921 made the 'no warnings' unnecessary.
9855      Branch: perl
9856            ! t/op/magic.t
9857 ____________________________________________________________________________
9858 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
9859         Log: Subject: Re: [FILE] FileCache.t
9860              From: belg4mit <belg4mit@mit.edu>
9861              Date: Mon, 15 Apr 2002 01:31:21 -0400
9862              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
9863      Branch: perl
9864            ! lib/FileCache.t
9865 ____________________________________________________________________________
9866 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
9867         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
9868      Branch: perl
9869            ! lib/FileCache.pm lib/FileCache.t
9870 ____________________________________________________________________________
9871 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
9872         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
9873              From: Nicholas Clark <nick@unfortu.net>
9874              Date: Sun, 14 Apr 2002 22:54:43 +0100
9875              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
9876      Branch: perl
9877            ! lib/Hash/Util.t
9878 ____________________________________________________________________________
9879 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
9880         Log: Subject: [Encode] 1.40 released!
9881              From: Dan Kogai <dankogai@dan.co.jp>
9882              Date: Mon, 15 Apr 2002 07:51:52 +0900
9883              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
9884      Branch: perl
9885            + ext/Encode/Encode/ConfigLocal_PM.e2x
9886            + ext/Encode/lib/Encode/JP/JIS7.pm
9887            - ext/Encode/lib/Encode/JP/2022_JP.pm
9888            - ext/Encode/lib/Encode/JP/2022_JP1.pm
9889            - ext/Encode/lib/Encode/JP/JIS.pm
9890            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9891            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9892            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
9893            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
9894            ! ext/Encode/lib/Encode/Config.pm
9895            ! ext/Encode/lib/Encode/Encoder.pm
9896            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
9897            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
9898 ____________________________________________________________________________
9899 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
9900         Log: return undef is of questionable style.
9901      Branch: perl
9902            ! lib/Hash/Util.pm
9903 ____________________________________________________________________________
9904 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
9905         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
9906              From: mjd@plover.com
9907              Date: 15 Apr 2002 06:46:02 -0000
9908              Message-ID: <20020415064602.17052.qmail@plover.com>     
9909      Branch: perl
9910            ! t/op/magic.t
9911 ____________________________________________________________________________
9912 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
9913         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
9914              From: mjd@plover.com
9915              Date: 14 Apr 2002 22:30:17 -0000
9916              Message-ID: <20020414223017.17361.qmail@plover.com>
9917      Branch: perl
9918            ! t/op/re_tests
9919 ____________________________________________________________________________
9920 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
9921         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
9922              From: Mark-Jason Dominus <mjd@plover.com>
9923              Date: Mon, 15 Apr 2002 02:41:52 -0400
9924              Message-ID: <20020415064152.16958.qmail@plover.com>
9925      Branch: perl
9926            ! perl.c t/lib/warnings/toke
9927 ____________________________________________________________________________
9928 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
9929         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
9930              From: "Craig A. Berry" <craigberry@mac.com>
9931              Date: Sun, 14 Apr 2002 18:56:02 -0500
9932              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
9933      Branch: perl
9934            ! configure.com
9935 ____________________________________________________________________________
9936 [ 15919] By: nick                                  on 2002/04/15  06:14:25
9937         Log: Integrate mainline
9938      Branch: perlio
9939           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
9940           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
9941           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
9942 ____________________________________________________________________________
9943 [ 15918] By: ams                                   on 2002/04/15  04:25:48
9944         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
9945              From: Stas Bekman <stas@stason.org>
9946              Date: Mon, 15 Apr 2002 11:45:03 +0800
9947              Message-Id: <3CBA4CBF.9030306@stason.org>
9948      Branch: perl
9949            ! lib/Cwd.pm
9950 ____________________________________________________________________________
9951 [ 15917] By: ams                                   on 2002/04/15  04:21:14
9952         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
9953              From: Mark-Jason Dominus <mjd@plover.com>
9954              Date: Mon, 15 Apr 2002 00:30:26 -0400
9955              Message-Id: <20020415043026.11417.qmail@plover.com>
9956      Branch: perl
9957            ! perl.c t/lib/warnings/toke
9958 ____________________________________________________________________________
9959 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
9960         Log: Correct precedence problem in #15915
9961      Branch: perl
9962            ! lib/vars.pm
9963 ____________________________________________________________________________
9964 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
9965         Log: use vars wasn't use utf8 aware.
9966      Branch: perl
9967            ! lib/vars.pm
9968 ____________________________________________________________________________
9969 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
9970         Log: Subject: [PATCH] Re: restricted hashes are unblessable
9971              From: Nicholas Clark <nick@unfortu.net>
9972              Date: Sat, 13 Apr 2002 23:43:02 +0100
9973              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
9974              
9975              The function name sucks but can't think of anything better.
9976      Branch: perl
9977            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
9978 ____________________________________________________________________________
9979 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
9980         Log: Subject: AUTHORS update
9981              From: Chris Nandor <pudge@pobox.com>
9982              Date: Sun, 14 Apr 2002 11:54:40 -0400
9983              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
9984      Branch: perl
9985            ! AUTHORS
9986 ____________________________________________________________________________
9987 [ 15912] By: nick                                  on 2002/04/14  14:47:18
9988         Log: XS versions of encode/decode for Encode::Unicode
9989      Branch: perlio
9990            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
9991 ____________________________________________________________________________
9992 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
9993         Log: metaconfig unit changes for #15910.
9994      Branch: metaconfig
9995            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9996            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9997            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9998            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9999            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10000            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10001            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10002            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10003            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10004            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10005            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10006            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10007            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10008            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10009            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10010            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10011            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10012            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10013            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10014            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10015            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10016            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10017            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10018            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10019 ____________________________________________________________________________
10020 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
10021         Log: Simplify the _r probing code by adding the i_systime
10022              only for the APIs where it matters.
10023      Branch: perl
10024            ! Configure reentr.pl
10025 ____________________________________________________________________________
10026 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
10027         Log: Integrate perlio:
10028              
10029              [ 15904]
10030              Disable test code (assertions) in CRLF layer.
10031              
10032              [ 15903]
10033              Avoid expensive paranoid check that decoder does return legal UTF-8
10034      Branch: perl
10035           !> ext/Encode/Encode.xs perlio.c
10036 ____________________________________________________________________________
10037 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
10038         Log: Subject: patch for FileCache in 5.7.3
10039              From: JPIERCE <belg4mit@MIT.EDU>
10040              Date: Sun, 14 Apr 2002 00:38:21 -0400
10041              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
10042      Branch: perl
10043            ! lib/FileCache.pm
10044 ____________________________________________________________________________
10045 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
10046         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
10047              From: Tim Bunce <Tim.Bunce@pobox.com>
10048              Date: Sun, 14 Apr 2002 12:07:35 +0100
10049              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
10050      Branch: perl
10051            ! ext/Storable/Storable.xs
10052 ____________________________________________________________________________
10053 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
10054         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
10055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10056              Date: Sun, 14 Apr 2002 16:29:59 +0200
10057              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
10058      Branch: perl
10059            ! hints/hpux.sh
10060 ____________________________________________________________________________
10061 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
10062         Log: Subject: Enable portable gcc code on hp-ux
10063              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10064              Date: Sun, 14 Apr 2002 16:30:01 +0200
10065              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
10066      Branch: perl
10067            ! hints/hpux.sh
10068 ____________________________________________________________________________
10069 [ 15904] By: nick                                  on 2002/04/14  09:18:01
10070         Log: Disable test code (assertions) in CRLF layer.
10071      Branch: perlio
10072            ! perlio.c
10073 ____________________________________________________________________________
10074 [ 15903] By: nick                                  on 2002/04/14  09:16:39
10075         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
10076      Branch: perlio
10077            ! ext/Encode/Encode.xs
10078 ____________________________________________________________________________
10079 [ 15902] By: nick                                  on 2002/04/14  09:15:45
10080         Log: Integrate mainline
10081      Branch: perlio
10082           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
10083           +> t/win32/longpath.t t/win32/system.t
10084            - t/op/winsystem.t
10085           !> (integrate 30 files)
10086 ____________________________________________________________________________
10087 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
10088         Log: Fixed URL for the Alpha editor.
10089      Branch: perl
10090            ! pod/perlfaq3.pod
10091 ____________________________________________________________________________
10092 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
10093         Log: Dedodgify.
10094      Branch: perl
10095            ! ext/Storable/Storable.xs
10096 ____________________________________________________________________________
10097 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
10098         Log: AUTHORS updates.
10099      Branch: perl
10100            ! AUTHORS
10101 ____________________________________________________________________________
10102 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
10103         Log: s2p needs Config.pm.
10104      Branch: perl
10105            ! Makefile.SH
10106 ____________________________________________________________________________
10107 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
10108         Log: Subject: [PATCH] Benchmark.t 75,90,109
10109              From: Nicholas Clark <nick@unfortu.net>
10110              Date: Sat, 13 Apr 2002 21:43:04 +0100
10111              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
10112      Branch: perl
10113            ! lib/Benchmark.t
10114 ____________________________________________________________________________
10115 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
10116         Log: Tweaks by Autrijus Tang.
10117      Branch: perl
10118            ! ext/Encode/encoding.pm
10119 ____________________________________________________________________________
10120 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
10121         Log: FAQ sync.
10122      Branch: perl
10123            ! pod/perlfaq5.pod
10124 ____________________________________________________________________________
10125 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
10126         Log: z/OS tally update.
10127      Branch: perl
10128            ! pod/perldelta.pod
10129 ____________________________________________________________________________
10130 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
10131         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
10132              From: Nicholas Clark <nick@unfortu.net>
10133              Date: Sat, 13 Apr 2002 02:58:07 +0100
10134              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
10135      Branch: perl
10136            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
10137            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
10138            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
10139            ! t/lib/st-dump.pl
10140 ____________________________________________________________________________
10141 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
10142         Log: Add piconv and enc2xs to the list of utilities.
10143      Branch: perl
10144            ! utils.lst
10145 ____________________________________________________________________________
10146 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
10147         Log: s.
10148      Branch: perl
10149            ! pod/perlunicode.pod
10150 ____________________________________________________________________________
10151 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
10152         Log: Phrasing fixes by Nick Clark
10153      Branch: perl
10154            ! pod/perlunicode.pod
10155 ____________________________________________________________________________
10156 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
10157         Log: More POD fixes and typos
10158      Branch: perl
10159            ! pod/perlunicode.pod
10160 ____________________________________________________________________________
10161 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
10162         Log: Subject: Re: UTF-8 and DB_File ?
10163              From: andreas.koenig@anima.de (Andreas J. Koenig)
10164              Date: Sat, 13 Apr 2002 13:29:41 +0200
10165              Message-ID: <m3ads7j0pm.fsf@anima.de>
10166      Branch: perl
10167            ! pod/perlunicode.pod
10168 ____________________________________________________________________________
10169 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
10170         Log: Fix a typo noticed by Paul Johnson.
10171      Branch: perl
10172            ! MANIFEST
10173 ____________________________________________________________________________
10174 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
10175         Log: Subject: Re: Win32 Status
10176              From: Michael G Schwern <schwern@pobox.com>
10177              Date: Fri, 12 Apr 2002 10:15:33 -0400
10178              Message-ID: <20020412141533.GB9788@blackrider>
10179      Branch: perl
10180            ! lib/ExtUtils/t/INST.t
10181 ____________________________________________________________________________
10182 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
10183         Log: Upgrade to Encode 1.34, from Dan Kogai.
10184      Branch: perl
10185            ! ext/Encode/Changes ext/Encode/Encode.pm
10186            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
10187            ! ext/Encode/t/Unicode.t
10188 ____________________________________________________________________________
10189 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
10190         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
10191              From: Graham TerMarsch <graham@howlingfrog.com>
10192              Date: Fri, 12 Apr 2002 12:28:47 -0700
10193              Message-Id: <200204121228.47826.graham@howlingfrog.com>
10194      Branch: perl
10195            ! AUTHORS
10196 ____________________________________________________________________________
10197 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
10198         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
10199              From: Nicholas Clark <nick@unfortu.net>
10200              Date: Fri, 12 Apr 2002 21:59:06 +0100
10201              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
10202      Branch: perl
10203            ! pp_pack.c t/op/pack.t
10204 ____________________________________________________________________________
10205 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
10206         Log: Re-sort MANIFEST.
10207      Branch: perl
10208            ! MANIFEST
10209 ____________________________________________________________________________
10210 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
10211         Log: Move also the Win32 system testing to t/win32.
10212      Branch: perl
10213            + t/win32/system.t
10214            - t/op/winsystem.t
10215            ! MANIFEST
10216 ____________________________________________________________________________
10217 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
10218         Log: Integrate change #15879 from maint-5.6;
10219              
10220              Win32::GetLongPathName() did not return valid results if there
10221              were "." and ".." components in the path; also fix a potential
10222              buffer overflow if the long path happens to be longer than
10223              MAX_PATH (this can presumably happen if they use \\?\... style
10224              paths); add a rather limited testsuite that exercises just the
10225              edge cases
10226      Branch: perl
10227           +> t/win32/longpath.t
10228           !> MANIFEST t/harness win32/win32.c
10229 ____________________________________________________________________________
10230 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
10231         Log: Win32::GetLongPathName() did not return valid results if there
10232              were "." and ".." components in the path; also fix a potential
10233              buffer overflow if the long path happens to be longer than
10234              MAX_PATH (this can presumably happen if they use \\?\... style
10235              paths); add a rather limited testsuite that exercises just the
10236              edge cases
10237      Branch: maint-5.6/perl
10238            + t/win32/longpath.t
10239            ! MANIFEST t/harness win32/win32.c
10240 ____________________________________________________________________________
10241 [ 15878] By: nick                                  on 2002/04/12  14:38:32
10242         Log: Integrate mainline
10243      Branch: perlio
10244           +> lib/ExtUtils/t/INST_PREFIX.t
10245           !> (integrate 37 files)
10246 ____________________________________________________________________________
10247 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
10248         Log: Update Changes.
10249      Branch: perl
10250            ! Changes patchlevel.h
10251 ____________________________________________________________________________
10252 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
10253         Log: Discuss the magic of \w in security terms.
10254      Branch: perl
10255            ! pod/perlsec.pod pod/perlunicode.pod
10256 ____________________________________________________________________________
10257 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
10258         Log: Add a warning about the symbolic methods and
10259              symbolic sub refs not being checked for taint.
10260      Branch: perl
10261            ! pod/perlsec.pod
10262 ____________________________________________________________________________
10263 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
10264         Log: In EBCDIC the BOM detection doesn't seem
10265              to be working right.  For now skipping the test,
10266              waiting for Dan's opinion.
10267      Branch: perl
10268            ! ext/Encode/t/Unicode.t
10269 ____________________________________________________________________________
10270 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
10271         Log: Update to Net::Ping 2.16.
10272      Branch: perl
10273            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
10274 ____________________________________________________________________________
10275 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
10276         Log: Upgrade to CGI.pm 2.81.
10277      Branch: perl
10278            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
10279 ____________________________________________________________________________
10280 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
10281         Log: Move up restricted hashes a bit.
10282      Branch: perl
10283            ! pod/perldelta.pod
10284 ____________________________________________________________________________
10285 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
10286         Log: Now using Unicode 3.2.0.
10287      Branch: perl
10288            ! pod/perldelta.pod
10289 ____________________________________________________________________________
10290 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
10291         Log: UNICOS too has sockpair issues (unsurprisingly,
10292              since UNICOS/mk has them too)
10293      Branch: perl
10294            ! ext/Socket/socketpair.t
10295 ____________________________________________________________________________
10296 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
10297         Log: FAQ patch from mjd regarding Tie::File.
10298      Branch: perl
10299            ! pod/perlfaq5.pod
10300 ____________________________________________________________________________
10301 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
10302         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
10303              consider using the NamesList.
10304      Branch: perl
10305            ! lib/charnames.pm lib/charnames.t
10306 ____________________________________________________________________________
10307 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
10308         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
10309              From: "Craig A. Berry" <craigberry@mac.com>
10310              Date: Thu, 11 Apr 2002 13:47:21 -0500
10311              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
10312      Branch: perl
10313            ! lib/File/CheckTree.pm lib/File/CheckTree.t
10314 ____________________________________________________________________________
10315 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
10316         Log: More NT Unicode information from Jan Dubois.
10317      Branch: perl
10318            ! pod/perltodo.pod
10319 ____________________________________________________________________________
10320 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
10321         Log: Add one perltodo item (and move bunch of them to better spot),
10322              add sysopen() to "Functions for filehandles, files, or directories".
10323      Branch: perl
10324            ! pod/perlfunc.pod pod/perltodo.pod
10325 ____________________________________________________________________________
10326 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
10327         Log: Prettyprinting: shorten the lines to avoid linewrapping.
10328      Branch: perl
10329            ! t/TEST
10330 ____________________________________________________________________________
10331 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
10332         Log: Also NEC SUPER-UX has buggy sockpair().
10333      Branch: perl
10334            ! ext/Socket/socketpair.t
10335 ____________________________________________________________________________
10336 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
10337         Log: dTHX works on its own just fine.
10338      Branch: perl
10339            ! ext/DynaLoader/dl_aix.xs
10340 ____________________________________________________________________________
10341 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
10342         Log: Must hold off building s2p until there's a miniperl.
10343      Branch: perl
10344            ! Makefile.SH
10345 ____________________________________________________________________________
10346 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
10347         Log: AIX: strerror_r() needs dTHX.
10348      Branch: perl
10349            ! ext/DynaLoader/dl_aix.xs
10350 ____________________________________________________________________________
10351 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
10352         Log: Extracting the s2p may require the right dynlibpath.
10353      Branch: perl
10354            ! Makefile.SH
10355 ____________________________________________________________________________
10356 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
10357         Log: Doc tweaks.
10358      Branch: perl
10359            ! ext/Time/HiRes/HiRes.pm
10360 ____________________________________________________________________________
10361 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
10362         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
10363              From: Michael G Schwern <schwern@pobox.com>
10364              Date: Thu, 11 Apr 2002 01:25:26 -0400
10365              Message-ID: <20020411052525.GA17038@blackrider>
10366      Branch: perl
10367            + lib/ExtUtils/t/INST_PREFIX.t
10368            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
10369            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10370            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10371            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
10372            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
10373            ! lib/ExtUtils/t/prefixify.t
10374 ____________________________________________________________________________
10375 [ 15855] By: nick                                  on 2002/04/11  06:26:44
10376         Log: Integrate mainline
10377      Branch: perlio
10378           !> (integrate 42 files)
10379 ____________________________________________________________________________
10380 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
10381         Log: Unused variables.
10382      Branch: perl
10383            ! ext/threads/shared/shared.xs ext/threads/threads.xs
10384 ____________________________________________________________________________
10385 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
10386         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
10387              From: Ilya Martynov <ilya@martynov.org>
10388              Date: 11 Apr 2002 03:21:17 +0400
10389              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
10390      Branch: perl
10391            ! lib/Term/ReadLine.pm
10392 ____________________________________________________________________________
10393 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
10394         Log: Upgrade to Encode 1.33, from Dan Kogai.
10395      Branch: perl
10396            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
10397            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
10398            ! ext/Encode/lib/Encode/Supported.pod
10399            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
10400            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
10401            ! ext/Encode/ucm/adobeSymbol.ucm
10402            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
10403 ____________________________________________________________________________
10404 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
10405         Log: Backward portability from Dan Kogai.
10406      Branch: perl
10407            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
10408            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
10409            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
10410            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
10411            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
10412            ! ext/Storable/t/store.t ext/Storable/t/tied.t
10413            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
10414            ! ext/Storable/t/utf8.t
10415 ____________________________________________________________________________
10416 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
10417         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
10418              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
10419              bug in B::walkoptree still to be fixed.
10420      Branch: perl
10421            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
10422 ____________________________________________________________________________
10423 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
10424         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
10425              From: Philip Newton <Philip.Newton@gmx.net>
10426              Date: Wed, 10 Apr 2002 21:29:58 +0200
10427              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
10428      Branch: perl
10429            ! pod/perldelta.pod
10430 ____________________________________________________________________________
10431 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
10432         Log: Integrate perlio:
10433              
10434              [ 15847]
10435              Add a \t to Win32 pm_to_blib $(TOUCH) line.
10436      Branch: perl
10437           !> lib/ExtUtils/MM_Win32.pm
10438 ____________________________________________________________________________
10439 [ 15847] By: nick                                  on 2002/04/10  13:08:29
10440         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
10441      Branch: perlio
10442            ! lib/ExtUtils/MM_Win32.pm
10443 ____________________________________________________________________________
10444 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
10445         Log: Try to fool old AIX when threading, from Merijn.
10446      Branch: perl
10447            ! perl.h
10448 ____________________________________________________________________________
10449 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
10450         Log: Update Changes.
10451      Branch: perl
10452            ! Changes patchlevel.h
10453 ____________________________________________________________________________
10454 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
10455         Log: Welcome to the 5.7.3.
10456      Branch: perl
10457            ! NetWare/Makefile win32/Makefile
10458 ____________________________________________________________________________
10459 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
10460         Log: Make x2p/s2p part of the test_prep target now that we
10461              have a test for it.
10462      Branch: perl
10463            ! Makefile.SH
10464 ____________________________________________________________________________
10465 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
10466         Log: Integrate perlio:
10467              
10468              [ 15840]
10469              We have been 5.7.3 for a while - install there ...
10470      Branch: perl
10471           !> win32/makefile.mk
10472 ____________________________________________________________________________
10473 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
10474         Log: SImilarly to old HP-UX, in old AIX too including
10475              crypt.h leads into trouble.  (from Merijn)
10476      Branch: perl
10477            ! hints/aix.sh
10478 ____________________________________________________________________________
10479 [ 15840] By: nick                                  on 2002/04/10  10:04:19
10480         Log: We have been 5.7.3 for a while - install there ...
10481      Branch: perlio
10482            ! win32/makefile.mk
10483 ____________________________________________________________________________
10484 [ 15839] By: nick                                  on 2002/04/10  10:03:46
10485         Log: Intgrate mainline
10486      Branch: perlio
10487           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
10488            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
10489            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
10490           !> (integrate 40 files)
10491 ____________________________________________________________________________
10492 [ 15838] By: ams                                   on 2002/04/10  04:16:45
10493         Log: Subject: [PATCH] ext/attrs.t getting skipped
10494              From: "Craig A. Berry" <craigberry@mac.com>
10495              Date: Tue, 9 Apr 2002 23:58:49 -0500
10496              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
10497      Branch: perl
10498            ! t/TEST
10499 ____________________________________________________________________________
10500 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
10501         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
10502              From: Michael G Schwern <schwern@pobox.com>
10503              Date: Tue, 9 Apr 2002 20:52:55 -0400
10504              Message-ID: <20020410005254.GI8954@blackrider>
10505      Branch: perl
10506            ! t/op/sub_lval.t
10507 ____________________________________________________________________________
10508 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
10509         Log: Undo accident in #15385.
10510      Branch: metaconfig/U/perl
10511            ! Extensions.U
10512 ____________________________________________________________________________
10513 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
10514         Log: Retract the UTF-8 filenames patch.  This may be
10515              better dealt with in Perl level, a la File::Spec
10516              (since the whole mess is strongly filesystem-specific).
10517      Branch: metaconfig/U/perl
10518            + usecjk.U
10519            ! Extensions.U
10520      Branch: perl
10521            - ext/File/Glob/t/utf8.t
10522            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
10523            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
10524            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10525            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
10526            ! t/op/readdir.t
10527 ____________________________________________________________________________
10528 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
10529         Log: Upgrade to Encode 1.32, from Dan Kogai.
10530      Branch: perl
10531            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
10532            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
10533            - ext/Encode/ucm/macGurmukhi.ucm
10534            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
10535            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
10536            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
10537            ! ext/Encode/lib/Encode/Encoder.pm
10538            ! ext/Encode/lib/Encode/Supported.pod
10539            ! ext/Encode/lib/Encode/Unicode.pm
10540            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
10541            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
10542 ____________________________________________________________________________
10543 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
10544         Log: Add tests for s2p/psed, from Wolfgang Laun.
10545      Branch: perl
10546            + t/x2p/s2p.t
10547            ! MANIFEST t/TEST
10548 ____________________________________________________________________________
10549 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
10550         Log: FAQ sync.
10551      Branch: perl
10552            ! pod/perlfaq2.pod pod/perlfaq3.pod
10553 ____________________________________________________________________________
10554 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
10555         Log: Remove false dependency between getgrent and setpwent
10556              having/not having FILE**.  Also make the names of the
10557              {set,get,end}* interface struct members a bit shorter.
10558      Branch: perl
10559            ! reentr.c reentr.h reentr.pl
10560 ____________________________________________________________________________
10561 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
10562         Log: Avoid bad prototypes.
10563      Branch: perl
10564            ! hints/hpux.sh
10565 ____________________________________________________________________________
10566 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
10567         Log: metaconfig unit change for #15828.
10568      Branch: metaconfig
10569            ! U/protos/Protochk.U
10570 ____________________________________________________________________________
10571 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
10572         Log: As Merijn points out, pthread.h really needs to be known
10573              by protochk.
10574      Branch: perl
10575            ! Configure
10576 ____________________________________________________________________________
10577 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
10578         Log: Integrate perlio:
10579              
10580              [ 15826]
10581              Patch up Encode for Tk
10582      Branch: perl
10583           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
10584           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
10585 ____________________________________________________________________________
10586 [ 15826] By: nick                                  on 2002/04/09  12:38:25
10587         Log: Patch up Encode for Tk
10588      Branch: perlio
10589            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
10590            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
10591 ____________________________________________________________________________
10592 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
10593         Log: Portability tweak.
10594      Branch: perl
10595            ! lib/File/CheckTree.t
10596 ____________________________________________________________________________
10597 [ 15824] By: sky                                   on 2002/04/09  10:51:07
10598         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
10599              From: Abigail <abigail@osp.nl>
10600              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
10601              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
10602      Branch: perl
10603            ! pod/perlhist.pod
10604 ____________________________________________________________________________
10605 [ 15823] By: nick                                  on 2002/04/09  08:17:59
10606         Log: Integrate mainline
10607      Branch: perlio
10608           +> ext/Encode/lib/Encode/Config.pm
10609           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
10610           !> (integrate 37 files)
10611 ____________________________________________________________________________
10612 [ 15822] By: ams                                   on 2002/04/09  06:43:50
10613         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
10614              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10615              Date: Tue, 09 Apr 2002 02:00:51 -0400
10616              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
10617      Branch: perl
10618            ! lib/File/CheckTree.pm
10619 ____________________________________________________________________________
10620 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
10621         Log: Small perldelta tweaks.
10622      Branch: perl
10623            ! pod/perldelta.pod
10624 ____________________________________________________________________________
10625 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
10626         Log: File::Checktree update from Paul Grassie.
10627      Branch: perl
10628            ! lib/File/CheckTree.pm lib/File/CheckTree.t
10629 ____________________________________________________________________________
10630 [ 15819] By: ams                                   on 2002/04/08  22:43:48
10631         Log: Subject: patch against t/op/sub_lval.t
10632              From: Jim Cromie <jcromie@divsol.com>
10633              Date: Mon, 08 Apr 2002 17:38:16 -0600
10634              Message-Id: <3CB229E8.9080500@divsol.com>
10635      Branch: perl
10636            ! t/op/sub_lval.t
10637 ____________________________________________________________________________
10638 [ 15818] By: ams                                   on 2002/04/08  22:40:16
10639         Log: Humbly pay homage to the redundancy gods.
10640      Branch: perl
10641            ! mg.c
10642 ____________________________________________________________________________
10643 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
10644         Log: metaconfig mirror #15816.
10645      Branch: metaconfig
10646            ! U/modified/Unix.U
10647 ____________________________________________________________________________
10648 [ 15816] By: ams                                   on 2002/04/08  22:18:32
10649         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
10650      Branch: perl
10651            ! Porting/Glossary
10652 ____________________________________________________________________________
10653 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
10654         Log: Small piconv tweaks (sent to Dan).
10655      Branch: perl
10656            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
10657            ! ext/Encode/lib/Encode/Alias.pm
10658 ____________________________________________________________________________
10659 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
10660         Log: Update Changes.
10661      Branch: perl
10662            ! Changes patchlevel.h
10663 ____________________________________________________________________________
10664 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
10665         Log: FAQ sync.  (Ignoring the few URL differences for now.)
10666      Branch: perl
10667            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10668            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10669            ! pod/perlfaq7.pod pod/perlfaq9.pod
10670 ____________________________________________________________________________
10671 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
10672         Log: Upgrade to Encode 1.31, from Dan Kogai.
10673      Branch: perl
10674            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
10675            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10676            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
10677            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
10678 ____________________________________________________________________________
10679 [ 15811] By: ams                                   on 2002/04/08  17:00:37
10680         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
10681              From: Andy Dougherty <doughera@lafayette.edu>
10682              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
10683              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
10684      Branch: perl
10685            ! lib/sort.t pp_sort.c
10686 ____________________________________________________________________________
10687 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
10688         Log: metaconfig unit changes for #15809.
10689      Branch: metaconfig
10690            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
10691 ____________________________________________________________________________
10692 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
10693         Log: Mirroring #15806.
10694      Branch: perl
10695            ! Porting/Glossary Porting/config.sh Porting/config_H
10696 ____________________________________________________________________________
10697 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
10698         Log: metaconfig unit changes for #15807.
10699      Branch: metaconfig
10700            ! U/protos/Protochk.U U/threads/d_asctime_r.U
10701            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
10702            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
10703            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
10704            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
10705            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
10706            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
10707            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
10708            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
10709            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
10710            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
10711            ! U/threads/d_getprotobyname_r.U
10712            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10713            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10714            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10715            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10716            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10717            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10718            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10719            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10720            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10721            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10722            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10723            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10724            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10725            ! U/threads/i_pthread.U
10726      Branch: perl
10727            ! config_h.SH
10728 ____________________________________________________________________________
10729 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
10730         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
10731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10732              Date: Mon, 08 Apr 2002 14:34:27 +0200
10733              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
10734      Branch: perl
10735            ! Configure hints/hpux.sh reentr.pl
10736 ____________________________________________________________________________
10737 [ 15806] By: ams                                   on 2002/04/08  13:50:43
10738         Log: Subject: [PATCH] Updates to Porting/Glossary
10739              From: Paul_GreenVOS@vos.stratus.com
10740              Date: Mon, 8 Apr 02 10:44 edt
10741              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
10742      Branch: perl
10743            ! Porting/Glossary
10744 ____________________________________________________________________________
10745 [ 15805] By: ams                                   on 2002/04/08  13:47:32
10746         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
10747              coredumps on startup)
10748              From: Michael G Schwern <schwern@pobox.com>
10749              Date: Mon, 8 Apr 2002 10:34:49 -0400
10750              Message-Id: <20020408143449.GB3245@blackrider>
10751      Branch: perl
10752            ! lib/ExtUtils/MM_Unix.pm
10753 ____________________________________________________________________________
10754 [ 15804] By: ams                                   on 2002/04/08  13:29:28
10755         Log: Subject: [PATCH] example in pod/perllexwarn.pod
10756              From: Slaven Rezic <slaven.rezic@berlin.de>
10757              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
10758              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
10759      Branch: perl
10760            ! pod/perllexwarn.pod
10761 ____________________________________________________________________________
10762 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
10763         Log: Upgrade to Encode 1.30, from Dan Kogai. 
10764      Branch: perl
10765            + ext/Encode/lib/Encode/Encoder.pm
10766            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10767            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
10768            ! ext/Encode/lib/Encode/Supported.pod
10769            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
10770            ! ext/Encode/t/grow.t
10771 ____________________________________________________________________________
10772 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
10773         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
10774              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10775              Date: Mon, 08 Apr 2002 01:08:40 +0100
10776              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
10777      Branch: perl
10778            ! ext/MIME/Base64/t/base64.t
10779 ____________________________________________________________________________
10780 [ 15801] By: nick                                  on 2002/04/08  07:28:27
10781         Log: Integrate mainline
10782      Branch: perlio
10783           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
10784           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
10785           +> ext/File/Glob/t/utf8.t
10786           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10787           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10788           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
10789            - ext/Encode/lib/Encode/10646_1.pm
10790            - ext/Encode/lib/Encode/Internal.pm
10791            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10792            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
10793            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
10794            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
10795            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
10796            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
10797            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
10798           !> (integrate 157 files)
10799 ____________________________________________________________________________
10800 [ 15800] By: ams                                   on 2002/04/08  07:06:21
10801         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
10802              From: Jan Dubois <JanD@ActiveState.com>
10803              Date: Mon, 08 Apr 2002 00:10:39 -0700
10804              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
10805      Branch: perl
10806            ! lib/ExtUtils/Packlist.pm
10807 ____________________________________________________________________________
10808 [ 15799] By: ams                                   on 2002/04/08  04:50:36
10809         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
10810              From: Stas Bekman <stas@stason.org>
10811              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
10812              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
10813      Branch: perl
10814            ! pod/perlguts.pod
10815 ____________________________________________________________________________
10816 [ 15798] By: ams                                   on 2002/04/08  03:56:52
10817         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
10818      Branch: perl
10819            ! util.c
10820 ____________________________________________________________________________
10821 [ 15797] By: ams                                   on 2002/04/08  01:30:38
10822         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
10823              same line of code. (As suggested by Simon Cozens.)
10824      Branch: perl
10825            ! mg.c
10826 ____________________________________________________________________________
10827 [ 15796] By: ams                                   on 2002/04/08  01:27:24
10828         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
10829              Simon Cozens.
10830      Branch: perl
10831            ! embed.fnc util.c
10832 ____________________________________________________________________________
10833 [ 15795] By: ams                                   on 2002/04/08  01:05:16
10834         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
10835              From: Tom Brown <thecap@peach.ece.utexas.edu>
10836              Date: Sun, 07 Apr 2002 23:20:05 GMT
10837              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
10838      Branch: perl
10839            ! ext/Devel/DProf/DProf.xs
10840 ____________________________________________________________________________
10841 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
10842         Log: Retract #15793 since #15775 should fix the problem.
10843      Branch: perl
10844            ! hv.c
10845 ____________________________________________________________________________
10846 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
10847         Log: (Retracted by #15794)
10848              Subject: [PATCH] hv.c
10849              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10850              Date: Sun, 7 Apr 2002 14:25:48 +0200
10851              Message-ID: <3CB056EC.16340.1119992@localhost>
10852      Branch: perl
10853            ! hv.c
10854 ____________________________________________________________________________
10855 [ 15792] By: ams                                   on 2002/04/07  21:48:49
10856         Log: Make other nits nervous.
10857      Branch: perl
10858            ! gv.c perl.c
10859 ____________________________________________________________________________
10860 [ 15791] By: ams                                   on 2002/04/07  20:31:08
10861         Log: Subject: [MIME::Base64 patch] t/base64.t fix
10862              From: Dan Kogai <dankogai@dan.co.jp>
10863              Date: Mon, 8 Apr 2002 06:19:29 +0900
10864              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
10865      Branch: perl
10866            ! ext/MIME/Base64/t/base64.t
10867 ____________________________________________________________________________
10868 [ 15790] By: ams                                   on 2002/04/07  20:15:52
10869         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
10870              From: Slaven Rezic <slaven.rezic@berlin.de>
10871              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
10872              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
10873      Branch: perl
10874            ! ext/Devel/Peek/Peek.xs
10875 ____________________________________________________________________________
10876 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
10877         Log: Fully qualify in warning message the name of a subroutine redefined
10878              via glob assignment
10879      Branch: perl
10880            ! sv.c t/lib/warnings/op t/lib/warnings/sv
10881 ____________________________________________________________________________
10882 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
10883         Log: Update from Dan Kogai.
10884      Branch: perl
10885            ! ext/Encode/t/Unicode.t
10886 ____________________________________________________________________________
10887 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
10888         Log: Can't right now twist my brain to figure out
10889              the right CR/LF code point mappings in EBCDIC.
10890      Branch: perl
10891            ! lib/Pod/t/eol.t
10892 ____________________________________________________________________________
10893 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
10894         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
10895              From: Nicholas Clark <nick@ccl4.org>
10896              Date: Sun, 7 Apr 2002 15:01:56 +0100
10897              Message-ID: <20020407150156.R10686@plum.flirble.org>
10898      Branch: perl
10899            ! ext/Data/Dumper/Dumper.xs
10900 ____________________________________________________________________________
10901 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
10902         Log: Tpyo.
10903      Branch: perl
10904            ! lib/Pod/t/eol.t
10905 ____________________________________________________________________________
10906 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
10907         Log: EBCDIC branch was forgotten.
10908      Branch: perl
10909            ! ext/Devel/Peek/Peek.t
10910 ____________________________________________________________________________
10911 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
10912         Log: charnames::viacode() was broken, noticed by Jeffrey.
10913      Branch: perl
10914            ! lib/charnames.pm lib/charnames.t
10915 ____________________________________________________________________________
10916 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
10917         Log: Missing files.
10918      Branch: perl
10919            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
10920            ! MANIFEST ext/Encode/MANIFEST
10921 ____________________________________________________________________________
10922 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
10923         Log: (intentionally empty)
10924      Branch: perl
10925            ! MANIFEST sv.h
10926 ____________________________________________________________________________
10927 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
10928         Log: Upgrade to Encode 1.26, from Dan Kogai.
10929      Branch: perl
10930            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
10931            + ext/Encode/ucm/jis0212.ucm
10932            - ext/Encode/lib/Encode/10646_1.pm
10933            - ext/Encode/lib/Encode/Internal.pm
10934            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10935            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
10936            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
10937            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
10938            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
10939            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
10940            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
10941            - ext/Encode/ucm/macRumanian.ucm
10942            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10943            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
10944            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
10945            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
10946            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
10947            ! ext/Encode/lib/Encode/Encoding.pm
10948            ! ext/Encode/lib/Encode/Supported.pod
10949            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
10950            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
10951            ! ext/Encode/ucm/adobeSymbol.ucm
10952            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
10953            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
10954            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
10955            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
10956            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
10957            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
10958            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
10959            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
10960            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
10961            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
10962            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
10963            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
10964            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
10965            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
10966            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
10967            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
10968            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
10969            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
10970            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
10971            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
10972            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
10973            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
10974            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
10975            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
10976            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
10977            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
10978            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
10979            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
10980            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
10981            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
10982            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
10983            ! ext/Encode/ucm/nextstep.ucm
10984 ____________________________________________________________________________
10985 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
10986         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
10987              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
10988              Now, where was my coffee mug...
10989      Branch: perl
10990            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
10991            ! pp_sys.c
10992 ____________________________________________________________________________
10993 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
10994         Log: Subject: [PATCH] MakeMaker basic.t on Win32
10995              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10996              Date: Sun, 7 Apr 2002 14:25:48 +0200
10997              Message-ID: <3CB056EC.27101.1119A3D@localhost>
10998              
10999              Subject: [PATCH] MakeMaker && Win32 && nmake
11000              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11001              Date: Sun, 7 Apr 2002 14:25:48 +0200
11002              Message-ID: <3CB056EC.9001.11199ED@localhost>
11003      Branch: perl
11004            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
11005 ____________________________________________________________________________
11006 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
11007         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
11008              From: Philip Newton <Philip.Newton@gmx.net>
11009              Date: Sun, 07 Apr 2002 07:51:49 +0200      
11010              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
11011      Branch: perl
11012            ! utf8.c
11013 ____________________________________________________________________________
11014 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
11015         Log: There was no nice way of getting in UTF-8 filenames:
11016              now one can use in the (new) three-arg form of readdir()
11017              and in File::Glob import a ":utf8" to transparently accept
11018              the filenames as Unicode.  Note that only :utf8 is supported,
11019              not fancier stuff like :encoding(foobar)
11020      Branch: perl
11021            + ext/File/Glob/t/utf8.t
11022            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
11023            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
11024            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11025            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
11026            ! t/op/readdir.t
11027 ____________________________________________________________________________
11028 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
11029         Log: Subject: [PATCH] Re: perl@15772
11030              From: Nicholas Clark <nick@ccl4.org>
11031              Date: Sun, 7 Apr 2002 11:06:42 +0100
11032              Message-ID: <20020407110641.O10686@plum.flirble.org>
11033      Branch: perl
11034            ! hv.c
11035 ____________________________________________________________________________
11036 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
11037         Log: Subject: [PATCH] Re: 15764 breakage
11038              From: Michael G Schwern <schwern@pobox.com>
11039              Date: Sat, 6 Apr 2002 19:14:02 -0500
11040              Message-ID: <20020407001401.GA7076@blackrider>
11041      Branch: perl
11042            ! lib/ExtUtils/MM_Unix.pm
11043 ____________________________________________________________________________
11044 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
11045         Log: Instruction tweak.
11046      Branch: perl
11047            ! README.os390
11048 ____________________________________________________________________________
11049 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
11050         Log: Update Changes.
11051      Branch: perl
11052            ! Changes patchlevel.h
11053 ____________________________________________________________________________
11054 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
11055         Log: Subject: [PATCH] Encode tweaks for VMS
11056              From: Michael G Schwern <schwern@pobox.com>
11057              Date: Sat, 6 Apr 2002 03:26:09 -0500
11058              Message-ID: <20020406082609.GA28758@blackrider>
11059      Branch: perl
11060            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
11061            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
11062            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
11063            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
11064 ____________________________________________________________________________
11065 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
11066         Log: Prettyprinting and version paranoia.
11067      Branch: perl
11068            ! ext/DB_File/t/db-recno.t
11069 ____________________________________________________________________________
11070 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
11071         Log: Be explicit about the two DB_File tests croaking
11072              in Mac OS X.
11073      Branch: perl
11074            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
11075 ____________________________________________________________________________
11076 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
11077         Log: Regen toc.
11078      Branch: perl
11079            ! pod/perltoc.pod
11080 ____________________________________________________________________________
11081 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
11082         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
11083              From: Benjamin Goldberg <goldbb2@earthlink.net>
11084              Date: Fri, 05 Apr 2002 19:15:42 -0500
11085              Message-ID: <3CAE3E2E.8483505@earthlink.net>
11086      Branch: perl
11087            ! hv.h
11088 ____________________________________________________________________________
11089 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
11090         Log: Underline that the current implementation is not
11091              guaranteed to be forever; and reformat a bit.
11092      Branch: perl
11093            ! lib/utf8.pm
11094 ____________________________________________________________________________
11095 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
11096         Log: Subject: Weak spots in the utf8 manpage
11097              From: andreas.koenig@anima.de (Andreas J. Koenig)
11098              Date: Fri, 05 Apr 2002 10:08:44 +0200      
11099              Message-ID: <m3u1qqefeb.fsf@anima.de>      
11100      Branch: perl
11101            ! lib/utf8.pm
11102 ____________________________________________________________________________
11103 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
11104         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
11105              From: Michael G Schwern <schwern@pobox.com>
11106              Date: Sat, 6 Apr 2002 03:22:03 -0500
11107              Message-ID: <20020406082203.GA28713@blackrider>
11108      Branch: perl
11109            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
11110            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
11111            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
11112            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
11113            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
11114            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
11115            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11116            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
11117            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
11118            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
11119 ____________________________________________________________________________
11120 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
11121         Log: No need to avoid utf8 warnings after #15762.
11122      Branch: perl
11123            ! lib/Unicode/Collate.pm
11124 ____________________________________________________________________________
11125 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
11126         Log: As noted by Philip Newton: nothing wrong with BOM,
11127              but 0xFFFE quite wrong.
11128      Branch: perl
11129            ! t/lib/warnings/utf8 utf8.c utf8.h
11130 ____________________________________________________________________________
11131 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
11132         Log: Explain the "gaps" in the UTF-8 encoding.
11133      Branch: perl
11134            ! pod/perlunicode.pod utf8.h
11135 ____________________________________________________________________________
11136 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
11137         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
11138              From: Nicholas Clark <nick@unfortu.net>
11139              Date: Sat, 6 Apr 2002 14:54:51 +0100
11140              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
11141      Branch: perl
11142            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
11143 ____________________________________________________________________________
11144 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
11145         Log: Signedness nits.
11146      Branch: perl
11147            ! hv.c
11148 ____________________________________________________________________________
11149 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
11150         Log: Make hv_notallowed a static as suggested by Nick Clark;
11151              and synchronize the nomenclature to talk about restricted
11152              (not fixed) hashes.
11153      Branch: perl
11154            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
11155            ! proto.h
11156 ____________________________________________________________________________
11157 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
11158         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
11159              From: Nicholas Clark <nick@unfortu.net>
11160              Date: Sat, 6 Apr 2002 00:21:17 +0100
11161              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
11162              
11163              (with the last one reversed)
11164      Branch: perl
11165            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
11166            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
11167 ____________________________________________________________________________
11168 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
11169         Log: Update the warning message.
11170      Branch: perl
11171            ! README.tru64
11172 ____________________________________________________________________________
11173 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
11174         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
11175              From: Dan Kogai <dankogai@dan.co.jp>
11176              Date: Sat, 6 Apr 2002 06:08:40 +0900
11177              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
11178      Branch: perl
11179            ! pod/perlunicode.pod
11180 ____________________________________________________________________________
11181 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
11182         Log: Some tests were failing silently instead of saying "not ok"
11183      Branch: perl
11184            ! t/comp/proto.t
11185 ____________________________________________________________________________
11186 [ 15753] By: nick                                  on 2002/04/05  19:30:12
11187         Log: Integrate mainline
11188      Branch: perlio
11189           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
11190           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
11191           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
11192 ____________________________________________________________________________
11193 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
11194         Log: Minor Tie::File test patch, from mjd.
11195      Branch: perl
11196            ! lib/Tie/File/t/24_cache_loop.t
11197 ____________________________________________________________________________
11198 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
11199         Log: Not *that* different line endings (noticed by Philip Newton)
11200      Branch: perl
11201            ! pod/perldelta.pod
11202 ____________________________________________________________________________
11203 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
11204         Log: Retract #15745 for now; won't work without more Encode fixes.
11205      Branch: perl
11206            ! ext/Encode/lib/Encode/10646_1.pm
11207 ____________________________________________________________________________
11208 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
11209         Log: metaconfig unit change for #15748.
11210      Branch: metaconfig
11211            ! U/modified/Oldconfig.U
11212 ____________________________________________________________________________
11213 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
11214         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
11215              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11216              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
11217              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
11218      Branch: perl
11219            ! Configure
11220 ____________________________________________________________________________
11221 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
11222         Log: NetWare update from C Aditya.
11223      Branch: perl
11224            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
11225 ____________________________________________________________________________
11226 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
11227         Log: Win32 pacifying from mjd.
11228      Branch: perl
11229            ! lib/Tie/File/t/26_twrite.t
11230 ____________________________________________________________________________
11231 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
11232         Log: Integrate perlio:
11233              
11234              [ 15744]
11235              Not only did UCS-2 have dodgy name it was buggy.
11236      Branch: perl
11237           !> ext/Encode/lib/Encode/10646_1.pm
11238 ____________________________________________________________________________
11239 [ 15744] By: nick                                  on 2002/04/05  13:02:36
11240         Log: Not only did UCS-2 have dodgy name it was buggy.
11241      Branch: perlio
11242            ! ext/Encode/lib/Encode/10646_1.pm
11243 ____________________________________________________________________________
11244 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
11245         Log: Subject: Patch for bug ID 20020221.007
11246              From: Archer Sully <archer@meer.net>
11247              Date: Thu, 4 Apr 2002 21:45:34 -0700
11248              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
11249              
11250              Fix for "[ID 20020221.007] SEGV in Storable with empty string
11251              scalar object" (dclone)
11252      Branch: perl
11253            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
11254 ____________________________________________________________________________
11255 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
11256         Log: Subject: Re: lib/sort.t failure 
11257              From: "John P. Linderman" <jpl@research.att.com>
11258              Date: Fri, 05 Apr 2002 06:19:07 -0500
11259              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
11260              
11261              with a minor formatting tweak
11262      Branch: perl
11263            ! pod/perlfunc.pod
11264 ____________________________________________________________________________
11265 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
11266         Log: Subject: Re: lib/sort.t failure (and [PATCH])
11267              From: "John P. Linderman" <jpl@research.att.com>
11268              Date: Fri, 05 Apr 2002 07:13:27 -0500
11269              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
11270      Branch: perl
11271            ! lib/sort.t
11272 ____________________________________________________________________________
11273 [ 15740] By: nick                                  on 2002/04/05  09:31:42
11274         Log: Integrate mainline
11275      Branch: perlio
11276           +> (branch 49 files)
11277           !> (integrate 82 files)
11278 ____________________________________________________________________________
11279 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
11280         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
11281              From: Dan Kogai <dankogai@dan.co.jp>
11282              Date: Fri, 5 Apr 2002 11:52:50 +0900
11283              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
11284      Branch: perl
11285            ! ext/Encode/t/Aliases.t
11286 ____________________________________________________________________________
11287 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
11288         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
11289              From: Dan Kogai <dankogai@dan.co.jp>
11290              Date: Fri, 5 Apr 2002 11:39:55 +0900
11291              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
11292      Branch: perl
11293            ! ext/Encode/lib/Encode/Alias.pm
11294 ____________________________________________________________________________
11295 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
11296         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
11297              From: Ilmari Karonen <iltzu@sci.fi>
11298              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
11299              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
11300      Branch: perl
11301            ! gv.c t/op/method.t
11302 ____________________________________________________________________________
11303 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
11304         Log: I was fooled for a while, somebody else might be too.
11305      Branch: perl
11306            ! t/test.pl
11307 ____________________________________________________________________________
11308 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
11309         Log: test.pl-ify.
11310      Branch: perl
11311            ! t/op/method.t
11312 ____________________________________________________________________________
11313 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
11314         Log: Upgrade to Encode 1.20, from Dan Kogai.
11315      Branch: perl
11316            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
11317            + ext/Encode/ucm/adobeSymbol.ucm
11318            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
11319            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
11320            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
11321            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
11322            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
11323            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
11324            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
11325            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
11326            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
11327            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
11328            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
11329            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
11330            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
11331            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
11332            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
11333            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
11334            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
11335            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
11336            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
11337            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
11338            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
11339            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
11340            + ext/Encode/ucm/macSymbol.ucm
11341            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
11342            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
11343            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
11344            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
11345            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11346            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
11347            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
11348            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
11349            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
11350            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
11351            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
11352            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
11353            ! ext/Encode/lib/Encode/Alias.pm
11354            ! ext/Encode/lib/Encode/Supported.pod
11355            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11356            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
11357            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
11358            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
11359            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
11360            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
11361            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
11362            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
11363            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
11364            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
11365            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
11366            ! ext/Encode/ucm/nextstep.ucm
11367 ____________________________________________________________________________
11368 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
11369         Log: Subject: left-over "use 5.7.2" in threads.pm
11370              From: Slaven Rezic <slaven.rezic@berlin.de>
11371              Date: 21 Mar 2002 23:18:13 +0100
11372              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
11373      Branch: perl
11374            ! ext/threads/threads.pm
11375 ____________________________________________________________________________
11376 [ 15732] By: ams                                   on 2002/04/04  17:08:13
11377         Log: Subject: [PATCH 5.7.3 DOCS]
11378              From: mjd@plover.com
11379              Date: 4 Apr 2002 15:59:39 -0000
11380              Message-Id: <20020404155939.6754.qmail@plover.com>
11381      Branch: perl
11382            ! pod/perlfaq9.pod
11383 ____________________________________________________________________________
11384 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
11385         Log: metaconfig unit change for #15730.
11386      Branch: metaconfig
11387            ! U/threads/usethreads.U
11388 ____________________________________________________________________________
11389 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
11390         Log: Subject: Re: lib/sort.t failure [PATCH]
11391              From: Andy Dougherty <doughera@lafayette.edu>
11392              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
11393              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
11394              
11395              Default to usethreads in case the user most probably forgot it.
11396      Branch: perl
11397            ! Configure
11398 ____________________________________________________________________________
11399 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
11400         Log: Typo nits from Wolfgang Laun.
11401      Branch: perl
11402            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
11403 ____________________________________________________________________________
11404 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
11405         Log: Detypo in diagnostics.
11406      Branch: perl
11407            ! lib/locale.t
11408 ____________________________________________________________________________
11409 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
11410         Log: pod2html: try to be EOL agnostic.
11411              (Needs testing on CRLF and CR platforms.)
11412      Branch: perl
11413            + lib/Pod/t/eol.t
11414            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
11415 ____________________________________________________________________________
11416 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
11417         Log: Subject: [PATCH} Pod::HTML and HTML4
11418              From: Robert Spier <rspier@pobox.com>
11419              Date: Wed, 03 Apr 2002 16:26:21 -0800
11420              Message-ID: <3CAB9DAD.20305@pobox.com>
11421      Branch: perl
11422            ! lib/Pod/Html.pm
11423 ____________________________________________________________________________
11424 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
11425         Log: Byebye, beebee.
11426      Branch: perl
11427            ! t/lib/warnings/perlio
11428 ____________________________________________________________________________
11429 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
11430         Log: Subject: Re: enc2xs needs portable way to know it's in the core
11431              From: PPrymmer@factset.com
11432              Date: Wed, 3 Apr 2002 14:29:32 -0500
11433              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
11434      Branch: perl
11435            ! configure.com
11436 ____________________________________________________________________________
11437 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
11438         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
11439              From: Dominic Dunlop <domo@computer.org>
11440              Date: Wed, 3 Apr 2002 22:44:01 +0200
11441              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
11442      Branch: perl
11443            ! lib/File/Spec/t/rel2abs2rel.t
11444 ____________________________________________________________________________
11445 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
11446         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
11447              From: Paul_GreenVOS@vos.stratus.com
11448              Date: Wed, 3 Apr 02 16:34 est
11449              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
11450      Branch: perl
11451            ! pp_pack.c
11452 ____________________________________________________________________________
11453 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
11454         Log: Upgrade to Tie::File 0.93, from mjd.
11455      Branch: perl
11456            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
11457            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
11458            ! lib/Tie/File/t/41_heap.t
11459 ____________________________________________________________________________
11460 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
11461         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
11462              From: Andy Dougherty <doughera@lafayette.edu>
11463              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
11464              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
11465      Branch: perl
11466            ! lib/AnyDBM_File.t
11467 ____________________________________________________________________________
11468 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
11469         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
11470              and ccflags including -DNO_LOCALE
11471      Branch: perl
11472            ! perl.h
11473 ____________________________________________________________________________
11474 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
11475         Log: EPOC tweaks from Olaf Flebbe.
11476      Branch: perl
11477            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
11478 ____________________________________________________________________________
11479 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
11480         Log: Subject: [PATCH] Set @INC earlier
11481              From: Andy Dougherty <doughera@lafayette.edu>
11482              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
11483              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
11484      Branch: perl
11485            ! lib/AnyDBM_File.t lib/sort.t
11486 ____________________________________________________________________________
11487 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
11488         Log: perlcompile.pod was listing all B:: modules, except B::Concise
11489              (resubmitted)
11490      Branch: perl
11491            ! pod/perlcompile.pod
11492 ____________________________________________________________________________
11493 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
11494         Log: perlcompile.pod was listing all B:: modules, except B::Concise
11495      Branch: perl
11496            ! pod/perlcompile.pod
11497 ____________________________________________________________________________
11498 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
11499         Log: non-perlio robustness.
11500      Branch: perl
11501            ! ext/Socket/socketpair.t lib/utf8.t
11502 ____________________________________________________________________________
11503 [ 15713] By: nick                                  on 2002/04/03  18:06:49
11504         Log: Integrate mainline
11505      Branch: perlio
11506           +> lib/Tie/File/t/41_heap.t
11507           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
11508           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
11509           !> regexec.c t/op/re_tests t/op/tiearray.t
11510 ____________________________________________________________________________
11511 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
11512         Log: Tweak for 8.3 compat.
11513      Branch: perl
11514            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
11515            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
11516            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
11517            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
11518            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
11519            ! ext/Encode/bin/enc2xs
11520 ____________________________________________________________________________
11521 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
11522         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
11523              From: Mark-Jason Dominus <mjd@plover.com>
11524              Date: Wed, 03 Apr 2002 13:04:40 -0500
11525              Message-ID: <20020403180440.7614.qmail@plover.com>
11526      Branch: perl
11527            ! t/op/tiearray.t
11528 ____________________________________________________________________________
11529 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
11530         Log: Forgotten.
11531      Branch: perl
11532            + lib/Tie/File/t/41_heap.t
11533            ! MANIFEST
11534 ____________________________________________________________________________
11535 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
11536         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
11537              From: Mark Kvale <kvale@phy.ucsf.edu>
11538              Date: Tue, 2 Apr 2002 13:57:37 -0800
11539              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
11540      Branch: perl
11541            ! t/op/re_tests
11542 ____________________________________________________________________________
11543 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
11544         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
11545              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
11546              Date: Wed, 03 Apr 2002 03:34:34 +0100
11547              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
11548      Branch: perl
11549            ! regcomp.c
11550 ____________________________________________________________________________
11551 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
11552         Log: The leavetry crash should now be history.
11553      Branch: perl
11554            ! t/op/tiearray.t
11555 ____________________________________________________________________________
11556 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
11557         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
11558              From: Michael G Schwern <schwern@pobox.com>
11559              Date: Wed, 3 Apr 2002 10:56:44 -0500
11560              Message-ID: <20020403155644.GC916@blackrider>
11561      Branch: perl
11562            ! lib/ExtUtils/MM_Win95.pm
11563 ____________________________________________________________________________
11564 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
11565         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
11566              From: Dave Mitchell <davem@fdgroup.com>
11567              Date: Wed, 3 Apr 2002 02:08:26 +0100
11568              Message-ID: <20020403020825.B16724@fdgroup.com>
11569      Branch: perl
11570            ! pp_ctl.c
11571 ____________________________________________________________________________
11572 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
11573         Log: Prototype tweak for non-threaded builds.
11574      Branch: perl
11575            ! perl.c
11576 ____________________________________________________________________________
11577 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
11578         Log: Detached threads do not help; they still hold resources.
11579      Branch: perl
11580            ! ext/threads/threads.pm pod/perldiag.pod
11581 ____________________________________________________________________________
11582 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
11583         Log: Doc tweak from Wolfgang Laun.
11584      Branch: perl
11585            ! lib/File/Compare.pm
11586 ____________________________________________________________________________
11587 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
11588         Log: Subject: [PATCH bleadperl] regexec.c
11589              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11590              Date: Wed, 3 Apr 2002 11:13:30 +0200
11591              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
11592      Branch: perl
11593            ! regexec.c
11594 ____________________________________________________________________________
11595 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
11596         Log: Document the "Cleanup skipped ..." warning.
11597      Branch: perl
11598            ! ext/threads/threads.pm pod/perldiag.pod
11599 ____________________________________________________________________________
11600 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
11601         Log: Integrate perlio:
11602              
11603              [ 15698]
11604              Fix segfaults when mainthread exits with other threads running:
11605              - track number of running threads
11606              - if main thread calls perl_destruct() with other threads running
11607              skip most of cleanup (with a warning).
11608              
11609              [ 15696]
11610              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
11611      Branch: perl
11612           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
11613           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
11614           !> pod/perlapi.pod proto.h
11615 ____________________________________________________________________________
11616 [ 15698] By: nick                                  on 2002/04/03  13:15:30
11617         Log: Fix segfaults when mainthread exits with other threads running:
11618              - track number of running threads
11619              - if main thread calls perl_destruct() with other threads running
11620              skip most of cleanup (with a warning).
11621      Branch: perlio
11622            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
11623            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
11624 ____________________________________________________________________________
11625 [ 15697] By: nick                                  on 2002/04/03  07:34:13
11626         Log: Integrate mainline
11627      Branch: perlio
11628           +> lib/Net/Ping/t/250_ping_hires.t
11629           !> (integrate 33 files)
11630 ____________________________________________________________________________
11631 [ 15696] By: nick                                  on 2002/04/03  06:41:58
11632         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
11633      Branch: perlio
11634            ! lib/ExtUtils/xsubpp
11635 ____________________________________________________________________________
11636 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
11637         Log: Subject: [PATCH @15047] debugger
11638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11639              Date: Sat, 16 Mar 2002 04:38:50 -0500
11640              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
11641      Branch: perl
11642            ! lib/perl5db.pl
11643 ____________________________________________________________________________
11644 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
11645         Log: Third Degree flags.
11646      Branch: perl
11647            ! Makefile.SH
11648 ____________________________________________________________________________
11649 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
11650         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
11651              From: Mark-Jason Dominus <mjd@plover.com>
11652              Date: Tue, 02 Apr 2002 16:35:11 -0500
11653              Message-ID: <20020402213511.27781.qmail@plover.com>
11654              
11655              (tweaked)
11656      Branch: perl
11657            ! pod/perlfunc.pod
11658 ____________________________________________________________________________
11659 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
11660         Log: Upgrade to Tie::File 0.92, from mjd.
11661      Branch: perl
11662            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
11663            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
11664            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
11665            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
11666            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
11667            ! lib/Tie/File/t/40_abs_cache.t
11668 ____________________________________________________________________________
11669 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
11670         Log: Subject: [PATCH] Update my email address in perl.c
11671              From: Paul_GreenVOS@vos.stratus.com
11672              Date: Tue, 2 Apr 02 15:27 est
11673              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
11674      Branch: perl
11675            ! AUTHORS perl.c
11676 ____________________________________________________________________________
11677 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
11678         Log: POD fix.
11679      Branch: perl
11680            ! pod/perldelta.pod
11681 ____________________________________________________________________________
11682 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
11683         Log: What started as a small nit (the charnames test, nit found
11684              be Hugo), ballooned a bit... the goal is Larry's wish that
11685              illegal Unicode (such as U+FFFF) by default doesn't warn,
11686              since what if somebody WANTS to create illegal Unicode?
11687              Now getting close to this in the regex runtime.
11688              (Also, fix more of my fixation that BOM would be U+FFFE.)
11689      Branch: perl
11690            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
11691            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
11692 ____________________________________________________________________________
11693 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
11694         Log: Talk more about Net::Ping.
11695      Branch: perl
11696            ! pod/perldelta.pod
11697 ____________________________________________________________________________
11698 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
11699         Log: Upgrade to Net::Ping 2.14.
11700      Branch: perl
11701            + lib/Net/Ping/t/250_ping_hires.t
11702            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
11703            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
11704            ! lib/Net/Ping/t/140_stream_inst.t
11705 ____________________________________________________________________________
11706 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
11707         Log: XML::Parser 2.31 should be out shortly.
11708      Branch: perl
11709            ! pod/perldelta.pod
11710 ____________________________________________________________________________
11711 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
11712         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
11713              From: George Necula <necula@eecs.berkeley.edu>
11714              Date: Tue, 2 Apr 2002 10:22:41 -0800
11715              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
11716      Branch: perl
11717            ! lib/File/Spec/Cygwin.pm
11718 ____________________________________________________________________________
11719 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
11720         Log: EBCDIC test tweak.
11721      Branch: perl
11722            ! pod/perldelta.pod t/uni/case.pl
11723 ____________________________________________________________________________
11724 [ 15683] By: nick                                  on 2002/04/02  15:36:17
11725         Log: Integrate mainline
11726      Branch: perlio
11727           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
11728           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
11729           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
11730 ____________________________________________________________________________
11731 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
11732         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
11733              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11734              Date: Tue, 2 Apr 2002 00:37:08 -0500
11735              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
11736      Branch: perl
11737            ! os2/os2ish.h perlio.c
11738 ____________________________________________________________________________
11739 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
11740         Log: Subject: [PATCH @15047] debugger again
11741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11742              Date: Tue, 2 Apr 2002 00:30:31 -0500
11743              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
11744      Branch: perl
11745            ! lib/perl5db.pl
11746 ____________________________________________________________________________
11747 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
11748         Log: Subject: [PATCH @15047] test() in CPAN.pm
11749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11750              Date: Tue, 2 Apr 2002 00:46:45 -0500
11751              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
11752      Branch: perl
11753            ! lib/CPAN.pm
11754 ____________________________________________________________________________
11755 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
11756         Log: Sync with libnet-1.11
11757      Branch: perl
11758            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
11759            ! lib/Net/SMTP.pm
11760 ____________________________________________________________________________
11761 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
11762         Log: NetWare tweaks from C Aditya.
11763      Branch: perl
11764            ! NetWare/t/NWScripts.pl scope.c
11765 ____________________________________________________________________________
11766 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
11767         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
11768              From: Dan Kogai <dankogai@dan.co.jp>
11769              Date: Tue, 2 Apr 2002 22:21:47 +0900
11770              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
11771      Branch: perl
11772            ! ext/Encode/Encode.xs
11773 ____________________________________________________________________________
11774 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
11775         Log: Integrate perlio:
11776              
11777              [ 15675]
11778              Add buffer size growth test.
11779              
11780              [ 15674]
11781              Calculate buffer size needs in float to avoid 32-bit overflow.
11782      Branch: perl
11783           +> ext/Encode/t/grow.t
11784           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
11785 ____________________________________________________________________________
11786 [ 15675] By: nick                                  on 2002/04/02  07:49:41
11787         Log: Add buffer size growth test.
11788      Branch: perlio
11789            + ext/Encode/t/grow.t
11790            ! MANIFEST ext/Encode/MANIFEST
11791 ____________________________________________________________________________
11792 [ 15674] By: nick                                  on 2002/04/02  07:40:49
11793         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
11794      Branch: perlio
11795            ! ext/Encode/Encode.xs
11796 ____________________________________________________________________________
11797 [ 15673] By: nick                                  on 2002/04/02  07:40:06
11798         Log: Integrate mainline
11799      Branch: perlio
11800           +> (branch 102 files)
11801            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
11802            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
11803            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
11804            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
11805            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
11806            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
11807            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
11808            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
11809            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
11810            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
11811            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11812            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
11813            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
11814            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
11815            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
11816            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
11817            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
11818            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
11819            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
11820            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
11821            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
11822            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
11823            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
11824            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
11825            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
11826            - ext/Encode/Encode/macCentEuro.ucm
11827            - ext/Encode/Encode/macCroatian.ucm
11828            - ext/Encode/Encode/macCyrillic.ucm
11829            - ext/Encode/Encode/macDingbats.ucm
11830            - ext/Encode/Encode/macGreek.ucm
11831            - ext/Encode/Encode/macIceland.ucm
11832            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
11833            - ext/Encode/Encode/macRumanian.ucm
11834            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
11835            - ext/Encode/Encode/macTurkish.ucm
11836            - ext/Encode/Encode/macUkraine.ucm
11837            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
11838            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
11839            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
11840            - ext/Encode/compile ext/Encode/encode.h
11841            - ext/Encode/lib/Encode/CN/2022_CN.pm
11842            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
11843            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
11844            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
11845            - lib/unicore/PropertyValueAliases.txt
11846           !> (integrate 143 files)
11847 ____________________________________________________________________________
11848 [ 15672] By: ams                                   on 2002/04/02  04:42:44
11849         Log: Win32 fix for Tie::File from MJD.
11850      Branch: perl
11851            ! lib/Tie/File.pm
11852 ____________________________________________________________________________
11853 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
11854         Log: Add a few tests to the timing-sensitive list.
11855      Branch: perl
11856            ! INSTALL
11857 ____________________________________________________________________________
11858 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
11859         Log: Subject: [PATCH sort.t] extensive regression testing
11860              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11861              Date: Mon, 1 Apr 2002 23:50:24 +0200
11862              Message-ID: <20020401235024.E677@rafael>
11863      Branch: perl
11864            ! lib/sort.t
11865 ____________________________________________________________________________
11866 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
11867         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)
11868              From: Nicholas Clark <nick@unfortu.net>
11869              Date: Mon, 1 Apr 2002 21:54:05 +0100
11870              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
11871      Branch: perl
11872            ! lib/Memoize/t/errors.t
11873 ____________________________________________________________________________
11874 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
11875         Log: Subject: getting rid of a few superfluous $&/$`
11876              From: Jeffrey Friedl <jfriedl@yahoo.com>
11877              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
11878              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
11879              
11880              (with more-backward-compat than just using @- and @+, also by Jeffrey)
11881              
11882              (The version number of Text::Balanced intentionally not
11883              increased since Damian will make a new release after 5.8)
11884      Branch: perl
11885            ! lib/Pod/Html.pm lib/Text/Balanced.pm
11886 ____________________________________________________________________________
11887 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
11888         Log: Subject: [PATCH 5.7.3 TESTS]
11889              From: mjd@plover.com
11890              Date: 1 Apr 2002 20:32:18 -0000
11891              Message-ID: <20020401203218.25230.qmail@plover.com>
11892      Branch: perl
11893            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
11894            ! t/op/tiearray.t t/test.pl
11895 ____________________________________________________________________________
11896 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
11897         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
11898              From: Paul_GreenVOS@vos.stratus.com
11899              Date: Mon, 1 Apr 02 15:15 est
11900              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
11901      Branch: perl
11902            ! iperlsys.h
11903 ____________________________________________________________________________
11904 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
11905         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
11906              From: Paul_GreenVOS@vos.stratus.com
11907              Date: Mon, 1 Apr 02 14:11 est
11908              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
11909      Branch: perl
11910            ! lib/ExtUtils/MM_Unix.pm
11911 ____________________________________________________________________________
11912 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
11913         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
11914              From: Nicholas Clark <nick@unfortu.net>
11915              Date: Mon, 1 Apr 2002 19:30:05 +0100
11916              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
11917      Branch: perl
11918            ! t/op/pat.t t/op/utfhash.t
11919 ____________________________________________________________________________
11920 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
11921         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
11922              From: Mark-Jason Dominus <mjd@plover.com>
11923              Date: Mon, 01 Apr 2002 13:22:01 -0500
11924              Message-ID: <20020401182201.21189.qmail@plover.com>
11925      Branch: perl
11926            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
11927 ____________________________________________________________________________
11928 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
11929         Log: Update Changes.
11930      Branch: perl
11931            ! Changes patchlevel.h
11932 ____________________________________________________________________________
11933 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
11934         Log: Subject: [PATCH 5.7.3 DOC]
11935              From: mjd@plover.com
11936              Date: 1 Apr 2002 17:23:40 -0000
11937              Message-ID: <20020401172340.16410.qmail@plover.com>
11938      Branch: perl
11939            ! pod/perldelta.pod
11940 ____________________________________________________________________________
11941 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
11942         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
11943      Branch: perl
11944            ! hints/unicos.sh
11945 ____________________________________________________________________________
11946 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
11947         Log: Advertise piconv and enc2xs.
11948      Branch: perl
11949            ! pod/perldelta.pod
11950 ____________________________________________________________________________
11951 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
11952         Log: Add enc2xs.
11953      Branch: perl
11954            + utils/enc2xs.PL
11955            ! MANIFEST utils/Makefile
11956 ____________________________________________________________________________
11957 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
11958         Log: Integrate perlio:
11959              
11960              [ 15653]
11961              Be more explicit testing for \015 not \r
11962      Branch: perl
11963           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
11964           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
11965 ____________________________________________________________________________
11966 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
11967         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
11968              From: Philip Newton <Philip.Newton@gmx.net>
11969              Date: Mon, 01 Apr 2002 17:06:18 +0200
11970              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
11971      Branch: perl
11972            ! lib/charnames.pm lib/charnames.t
11973 ____________________________________________________________________________
11974 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
11975         Log: Subject: detypo patch
11976              From: andreas.koenig@anima.de (Andreas J. Koenig)
11977              Date: Mon, 01 Apr 2002 10:09:21 +0200
11978              Message-ID: <m3r8lzsuvi.fsf@anima.de>
11979      Branch: perl
11980            ! INSTALL
11981 ____________________________________________________________________________
11982 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
11983         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
11984              From: Philip Newton <Philip.Newton@gmx.net>
11985              Date: Mon, 01 Apr 2002 08:12:01 +0200
11986              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
11987      Branch: perl
11988            ! lib/charnames.pm lib/charnames.t
11989 ____________________________________________________________________________
11990 [ 15653] By: nick                                  on 2002/04/01  09:20:24
11991         Log: Be more explicit testing for \015 not \r
11992      Branch: perlio
11993            ! t/io/crlf.t
11994 ____________________________________________________________________________
11995 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
11996         Log: If under UTF-8 locale the utf8.pm really needs to be found.
11997      Branch: perl
11998            ! t/comp/cpp.t t/run/switchPx.t
11999 ____________________________________________________________________________
12000 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
12001         Log: Upgrade to Tie::File 0.91, from mjd.
12002      Branch: perl
12003            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
12004            + lib/Tie/File/t/26_twrite.t
12005            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
12006            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
12007            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
12008            ! lib/Tie/File/t/16_handle.t
12009 ____________________________________________________________________________
12010 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
12011         Log: DJGPP tweaks from Laszlo.
12012      Branch: perl
12013            ! lib/ExtUtils/MM_DOS.pm util.c
12014 ____________________________________________________________________________
12015 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
12016         Log: Discussion about minimal installations.
12017      Branch: perl
12018            ! INSTALL
12019 ____________________________________________________________________________
12020 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
12021         Log: Comment tweak from Hugo.
12022      Branch: perl
12023            ! regexec.c
12024 ____________________________________________________________________________
12025 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
12026         Log: Another UTF-8 locale tweak from Hugo.
12027      Branch: perl
12028            ! regexec.c
12029 ____________________________________________________________________________
12030 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
12031         Log: Document the known MacOS X locale problem.
12032      Branch: perl
12033            ! pod/perldelta.pod
12034 ____________________________________________________________________________
12035 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
12036         Log: Regex fix from Hugo: in UTF-8 locales the character
12037              counting code didn't work right for minimal matches.
12038      Branch: perl
12039            ! regexec.c
12040 ____________________________________________________________________________
12041 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
12042         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
12043              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12044              Date: Sun, 31 Mar 2002 20:32:43 -0500
12045              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
12046      Branch: perl
12047            ! lib/ExtUtils/xsubpp
12048 ____________________________________________________________________________
12049 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
12050         Log: Document known FreeBSD locale glitch. 
12051      Branch: perl
12052            ! pod/perldelta.pod
12053 ____________________________________________________________________________
12054 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
12055         Log: There is --list in glibc iconv.
12056      Branch: perl
12057            ! ext/Encode/bin/piconv
12058 ____________________________________________________________________________
12059 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
12060         Log: Slight usage tweaks to piconv: show usage with
12061              no -t -f or -l arguments, or with -h.
12062      Branch: perl
12063            ! ext/Encode/bin/piconv
12064 ____________________________________________________________________________
12065 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
12066         Log: Get the piconv installed.
12067      Branch: perl
12068            + utils/piconv.PL
12069            ! MANIFEST utils/Makefile
12070 ____________________________________________________________________________
12071 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
12072         Log: Spelling tweaks.
12073      Branch: perl
12074            ! ext/Encode/bin/piconv
12075 ____________________________________________________________________________
12076 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
12077         Log: Upgrade to Encode 1.11, from Dan Kogai.
12078      Branch: perl
12079            + ext/Encode/Encode/Changes.e2x
12080            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
12081            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
12082            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
12083            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
12084            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
12085            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
12086            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
12087            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
12088            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
12089            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
12090            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
12091            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
12092            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
12093            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
12094            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
12095            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
12096            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
12097            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
12098            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
12099            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
12100            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
12101            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
12102            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
12103            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
12104            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
12105            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
12106            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
12107            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
12108            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
12109            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
12110            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
12111            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
12112            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
12113            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
12114            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
12115            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
12116            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
12117            + ext/Encode/ucm/viscii.ucm
12118            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
12119            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
12120            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
12121            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
12122            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
12123            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
12124            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
12125            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
12126            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
12127            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
12128            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
12129            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
12130            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
12131            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
12132            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
12133            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
12134            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
12135            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
12136            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
12137            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
12138            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
12139            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
12140            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
12141            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
12142            - ext/Encode/Encode/ksc5601.ucm
12143            - ext/Encode/Encode/macCentEuro.ucm
12144            - ext/Encode/Encode/macCroatian.ucm
12145            - ext/Encode/Encode/macCyrillic.ucm
12146            - ext/Encode/Encode/macDingbats.ucm
12147            - ext/Encode/Encode/macGreek.ucm
12148            - ext/Encode/Encode/macIceland.ucm
12149            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
12150            - ext/Encode/Encode/macRumanian.ucm
12151            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
12152            - ext/Encode/Encode/macTurkish.ucm
12153            - ext/Encode/Encode/macUkraine.ucm
12154            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
12155            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
12156            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
12157            - lib/encoding.pm lib/encoding.t
12158            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
12159            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12160            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
12161            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
12162            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
12163            ! ext/Encode/Makefile.PL ext/Encode/README
12164            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12165            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
12166            ! ext/Encode/lib/Encode/Alias.pm
12167            ! ext/Encode/lib/Encode/Supported.pod
12168 ____________________________________________________________________________
12169 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
12170         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
12171              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
12172              respective test    and doc tweaks.
12173      Branch: perl
12174            ! lib/charnames.pm lib/charnames.t
12175 ____________________________________________________________________________
12176 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
12177         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
12178              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12179              Date: Sun, 31 Mar 2002 22:47:31 +0200
12180              Message-ID: <20020331224731.E854@rafael>
12181      Branch: perl
12182            ! pod/perlfunc.pod
12183 ____________________________________________________________________________
12184 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
12185         Log: Subject: [PATCH] __attribute__ problems with g++
12186              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12187              Date: Sun, 31 Mar 2002 22:43:03 +0200
12188              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
12189      Branch: perl
12190            ! perl.h
12191 ____________________________________________________________________________
12192 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
12193         Log: Put back the #! line, false alarm.
12194      Branch: perl
12195            ! lib/ExtUtils/t/Constant.t
12196 ____________________________________________________________________________
12197 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
12198         Log: Subject: Re: [Patch] pod/perlvar.pod
12199              From: Philip Newton <Philip.Newton@gmx.net>
12200              Date: Sun, 31 Mar 2002 07:40:43 +0200
12201              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
12202      Branch: perl
12203            ! pod/perlvar.pod
12204 ____________________________________________________________________________
12205 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
12206         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
12207              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12208              Date: Sat, 30 Mar 2002 21:37:37 -0500
12209              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
12210      Branch: perl
12211            ! ext/Socket/socketpair.t
12212 ____________________________________________________________________________
12213 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
12214         Log: Subject: Re: compile tweak for Win32
12215              From: Michael G Schwern <schwern@pobox.com>
12216              Date: Fri, 29 Mar 2002 17:48:22 -0500      
12217              Message-ID: <20020329224822.GG16816@blackrider>
12218      Branch: perl
12219            ! win32/buildext.pl
12220 ____________________________________________________________________________
12221 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
12222         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
12223              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12224              Date: Sat, 30 Mar 2002 22:19:46 +0100
12225              Message-ID: <20020330221946.A28497@rafael>
12226      Branch: perl
12227            ! t/lib/1_compile.t
12228 ____________________________________________________________________________
12229 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
12230         Log: Subject: [PATCH regmesg.t] increase output verbosity
12231              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12232              Date: Sat, 30 Mar 2002 22:34:08 +0100
12233              Message-ID: <20020330223408.C28497@rafael>
12234      Branch: perl
12235            ! t/op/regmesg.t
12236 ____________________________________________________________________________
12237 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
12238         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
12239              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12240              Date: Sat, 30 Mar 2002 21:36:23 +0100
12241              Message-ID: <20020330213623.A677@rafael>
12242      Branch: perl
12243            ! regcomp.c
12244 ____________________________________________________________________________
12245 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
12246         Log: If using a network filesystem several different hosts
12247              may be trying to lock the same file.  In this case offering
12248              to kill the other process is not that helpful.  (Unless one
12249              has *real* clustering, but that's not usually the case.)
12250      Branch: perl
12251            ! lib/CPAN.pm
12252 ____________________________________________________________________________
12253 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
12254         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
12255              From: andreas.koenig@anima.de (Andreas J. Koenig)
12256              Date: Sat, 30 Mar 2002 06:12:36 +0100
12257              Message-ID: <m3hemyvdtn.fsf@anima.de>
12258      Branch: perl
12259            ! lib/Dumpvalue.pm
12260 ____________________________________________________________________________
12261 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
12262         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
12263              From: Jeremy Zawodny <Jeremy@Zawodny.com>
12264              Date: Fri, 29 Mar 2002 17:55:20 -0800
12265              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
12266      Branch: perl
12267            ! utils/dprofpp.PL
12268 ____________________________________________________________________________
12269 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
12270         Log: Subject: [Patch] pod/perlvar.pod
12271              From: Dan Kogai <dankogai@dan.co.jp>
12272              Date: Sun, 31 Mar 2002 02:03:36 +0900
12273              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
12274      Branch: perl
12275            ! pod/perlvar.pod
12276 ____________________________________________________________________________
12277 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
12278         Log: Subject: [PATCH] MM & Encode fixes
12279              From: Michael G Schwern <schwern@pobox.com>
12280              Date: Sat, 30 Mar 2002 06:41:56 -0500
12281              Message-ID: <20020330114156.GA16533@blackrider>
12282      Branch: perl
12283            + lib/ExtUtils/t/basic.t
12284            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
12285            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
12286            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12287            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12288            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
12289            ! lib/ExtUtils/t/hints.t
12290 ____________________________________________________________________________
12291 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
12292         Log: EBCDICification.
12293      Branch: perl
12294            ! lib/charnames.t
12295 ____________________________________________________________________________
12296 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
12297         Log: Upgrade to Tie::File 0.90, from mjd.
12298      Branch: perl
12299            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
12300            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
12301            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
12302            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
12303            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
12304            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
12305            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
12306            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
12307            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
12308 ____________________________________________________________________________
12309 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
12310         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
12311              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12312              Date: Sat, 30 Mar 2002 00:20:39 +0100
12313              Message-ID: <20020330002039.A716@rafael>
12314      Branch: perl
12315            ! lib/sort.pm
12316 ____________________________________________________________________________
12317 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
12318         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
12319              From: Michael G Schwern <schwern@pobox.com>
12320              Date: Fri, 29 Mar 2002 18:14:20 -0500
12321              Message-ID: <20020329231419.GI16816@blackrider>
12322      Branch: perl
12323            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
12324            ! wince/Makefile.ce
12325 ____________________________________________________________________________
12326 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
12327         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
12328              From: Paul_GreenVOS@vos.stratus.com
12329              Date: Fri, 29 Mar 02 18:01 est
12330              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
12331      Branch: perl
12332            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
12333 ____________________________________________________________________________
12334 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
12335         Log: AUTHORS updates.
12336      Branch: perl
12337            ! AUTHORS
12338 ____________________________________________________________________________
12339 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
12340         Log: Upgrade to Encode 1.01, from Dan Kogai.
12341      Branch: perl
12342            ! ext/Encode/Changes ext/Encode/Encode.pm
12343            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
12344            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
12345            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
12346            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
12347            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
12348            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
12349            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
12350            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
12351            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
12352            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
12353            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
12354            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
12355            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
12356            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
12357            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
12358            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
12359            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
12360            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
12361            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
12362            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
12363            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
12364            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
12365            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
12366            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
12367            ! ext/Encode/Encode/ksc5601.ucm
12368            ! ext/Encode/Encode/macCentEuro.ucm
12369            ! ext/Encode/Encode/macCroatian.ucm
12370            ! ext/Encode/Encode/macCyrillic.ucm
12371            ! ext/Encode/Encode/macDingbats.ucm
12372            ! ext/Encode/Encode/macGreek.ucm
12373            ! ext/Encode/Encode/macIceland.ucm
12374            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
12375            ! ext/Encode/Encode/macRumanian.ucm
12376            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
12377            ! ext/Encode/Encode/macTurkish.ucm
12378            ! ext/Encode/Encode/macUkraine.ucm
12379            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
12380            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
12381            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
12382            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
12383            ! ext/Encode/lib/Encode/CJKConstants.pm
12384            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
12385            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
12386            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
12387 ____________________________________________________________________________
12388 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
12389         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
12390              From: "Craig A. Berry" <craigberry@mac.com>
12391              Date: Fri, 29 Mar 2002 13:46:28 -0600
12392              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
12393      Branch: perl
12394            ! configure.com
12395 ____________________________________________________________________________
12396 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
12397         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
12398              which one has to get from the CPAN distribution.
12399      Branch: perl
12400            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
12401            + lib/Memoize/t/expmod_t.t
12402            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12403            - lib/Memoize/t/expire_module_t.t
12404            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
12405            ! lib/Memoize/README
12406 ____________________________________________________________________________
12407 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
12408         Log: metaconfig unit tweak.
12409      Branch: metaconfig/U/perl
12410            ! versiononly.U
12411 ____________________________________________________________________________
12412 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
12413         Log: Configure-related tweaks.
12414      Branch: perl
12415            ! Porting/Glossary Porting/config.sh Porting/config_H
12416            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12417            ! vos/config.ga.h
12418 ____________________________________________________________________________
12419 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
12420         Log: Ooops.
12421      Branch: perl
12422            ! t/op/ver.t
12423 ____________________________________________________________________________
12424 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
12425         Log: Subject: [PATCH @15606] d_time for vms
12426              From: "Craig A. Berry" <craigberry@mac.com>
12427              Date: Fri, 29 Mar 2002 11:58:29 -0600
12428              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
12429      Branch: perl
12430            ! configure.com
12431 ____________________________________________________________________________
12432 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
12433         Log: Subject: Re: Regex-Unicode bugs
12434              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12435              Date: Thu, 28 Mar 2002 10:12:35 +0100
12436              Message-ID: <20020328101235.F678@rafael>
12437      Branch: perl
12438            ! t/op/regmesg.t
12439 ____________________________________________________________________________
12440 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
12441         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
12442              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12443              Date: Fri, 29 Mar 2002 16:53:27 +0000
12444              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
12445      Branch: perl
12446            ! pod/perlre.pod pod/perlretut.pod
12447 ____________________________________________________________________________
12448 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
12449         Log: Subject: Re: debugger debuggers wanted
12450              From: spidb@cpan.org
12451              Date: Fri, 29 Mar 2002 06:34:11 -0500
12452              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
12453      Branch: perl
12454            ! lib/perl5db.pl
12455 ____________________________________________________________________________
12456 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
12457         Log: Update Changes.
12458      Branch: perl
12459            ! Changes patchlevel.h
12460 ____________________________________________________________________________
12461 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
12462         Log: Rename for 8.3-friendliness.
12463      Branch: perl
12464            + lib/unicore/PropValueAliases.txt
12465            - lib/unicore/PropertyValueAliases.txt
12466            ! MANIFEST lib/unicore/README.perl
12467 ____________________________________________________________________________
12468 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
12469         Log: Retract ExtUtils/t/basic.t until it works.
12470      Branch: perl
12471            - lib/ExtUtils/t/basic.t
12472            ! MANIFEST
12473 ____________________________________________________________________________
12474 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
12475         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
12476              From: Slaven Rezic <slaven.rezic@berlin.de>
12477              Date: 28 Mar 2002 22:27:14 +0100
12478              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
12479      Branch: perl
12480            ! hints/freebsd.sh
12481 ____________________________________________________________________________
12482 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
12483         Log: Interesting... where did this come from?
12484              (The Configure change in #15600)
12485      Branch: perl
12486            ! config_h.SH
12487 ____________________________________________________________________________
12488 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
12489         Log: metaconfig unit change for #15600.
12490      Branch: metaconfig/U/perl
12491            ! versiononly.U
12492 ____________________________________________________________________________
12493 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
12494         Log: Subject: versiononly should not put `old' versions in inc
12495              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12496              Date: Fri, 29 Mar 2002 12:53:49 +0100
12497              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
12498      Branch: perl
12499            ! Configure
12500 ____________________________________________________________________________
12501 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
12502         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
12503              From: Michael G Schwern <schwern@pobox.com>
12504              Date: Fri, 29 Mar 2002 04:12:47 -0500
12505              Message-ID: <20020329091247.GA7432@blackrider>
12506              
12507              (with two nits: (1) change lib/Extutils/Command/MM.pm
12508              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
12509              @INC to compile.t)
12510      Branch: perl
12511            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
12512            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
12513            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
12514            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
12515            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
12516            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
12517            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
12518            + lib/ExtUtils/t/Problem-Module/Makefile.PL
12519            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
12520            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
12521            + t/lib/MakeMaker/Test/Utils.pm
12522            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
12523            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
12524            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
12525            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
12526            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
12527            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12528            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
12529            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
12530            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
12531            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
12532            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
12533            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
12534            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
12535            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
12536            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
12537            ! t/lib/TieOut.pm
12538 ____________________________________________________________________________
12539 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
12540         Log: Leftovers from Encode 0.99.
12541      Branch: perl
12542            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
12543            - ext/Encode/compile ext/Encode/encode.h
12544            - ext/Encode/lib/Encode/CN/2022_CN.pm
12545            - ext/Encode/lib/Encode/Details.pod
12546 ____________________________________________________________________________
12547 [ 15597] By: nick                                  on 2002/03/29  14:03:35
12548         Log: Integrate mainline
12549      Branch: perlio
12550           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
12551           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
12552           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
12553           !> (integrate 130 files)
12554 ____________________________________________________________________________
12555 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
12556         Log: Subject: Another Unicode-3.2-induced doc fix
12557              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12558              Date: Fri, 29 Mar 2002 21:45:47 +0900
12559              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
12560      Branch: perl
12561            ! ext/Unicode/Normalize/Normalize.pm
12562 ____________________________________________________________________________
12563 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
12564         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
12565              From: Slaven Rezic <slaven.rezic@berlin.de>
12566              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
12567              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
12568      Branch: perl
12569            ! reentr.c reentr.pl
12570 ____________________________________________________________________________
12571 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
12572         Log: Subject: [PATCH] Quieting OS X
12573              From: Michael G Schwern <schwern@pobox.com>
12574              Date: Fri, 29 Mar 2002 05:46:23 -0500
12575              Message-ID: <20020329104622.GA9163@blackrider>
12576      Branch: perl
12577            ! ext/POSIX/t/posix.t t/op/stat.t
12578 ____________________________________________________________________________
12579 [ 15593] By: ams                                   on 2002/03/29  07:32:22
12580         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
12581              From: Paul_GreenVOS@vos.stratus.com
12582              Date: Fri, 29 Mar 02 0:05 est
12583              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
12584      Branch: perl
12585            ! ext/Time/HiRes/HiRes.xs
12586 ____________________________________________________________________________
12587 [ 15592] By: ams                                   on 2002/03/29  07:28:29
12588         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
12589              From: Spider Boardman <spidb@cpan.org>
12590              Date: Fri, 29 Mar 2002 00:52:24 -0500
12591              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
12592      Branch: perl
12593            ! op.c t/op/attrs.t
12594 ____________________________________________________________________________
12595 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
12596         Log: It's perlce.
12597      Branch: perl
12598            ! pod/perldelta.pod
12599 ____________________________________________________________________________
12600 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
12601         Log: MPE/iX tweaks from Mark Bixby.
12602      Branch: perl
12603            ! ext/Storable/t/lock.t mpeix/relink
12604 ____________________________________________________________________________
12605 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
12606         Log: Upgrade to Encode 1.00, from Dan Kogai.
12607              
12608              (one nit: bin/enc2xs needed also ../..)
12609      Branch: perl
12610            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
12611            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
12612            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
12613            ! (edit 104 files)
12614 ____________________________________________________________________________
12615 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
12616         Log: Subject: [PATCH] NEXT LINE --> NEL
12617              From: Philip Newton <Philip.Newton@gmx.net>
12618              Date: Thu, 28 Mar 2002 21:03:10 +0000
12619              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
12620      Branch: perl
12621            ! lib/charnames.pm lib/charnames.t
12622 ____________________________________________________________________________
12623 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
12624         Log: binmode :bytes, again.
12625      Branch: perl
12626            ! lib/utf8.t
12627 ____________________________________________________________________________
12628 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
12629         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
12630              From: Mark-Jason Dominus <mjd@plover.com>
12631              Date: Thu, 28 Mar 2002 10:36:03 -0500
12632              Message-ID: <20020328153603.11992.qmail@plover.com>
12633      Branch: perl
12634            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
12635 ____________________________________________________________________________
12636 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
12637         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
12638      Branch: perl
12639            ! lib/charnames.pm lib/charnames.t pp_pack.c
12640 ____________________________________________________________________________
12641 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
12642         Log: If expecting UTF-8, probably not expecting UTF-16.
12643      Branch: perl
12644            ! t/comp/require.t
12645 ____________________________________________________________________________
12646 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
12647         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
12648              From: Paul_GreenVOS@vos.stratus.com
12649              Date: Thu, 28 Mar 02 8:22 est
12650              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
12651      Branch: perl
12652            ! lib/Time/Local.pm
12653 ____________________________________________________________________________
12654 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
12655         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
12656              From: Paul_GreenVOS@vos.stratus.com
12657              Date: Thu, 28 Mar 02 7:46 est
12658              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
12659      Branch: perl
12660            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
12661 ____________________________________________________________________________
12662 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
12663         Log: A little bit better error message for \pq, still
12664              not good because the script context is not shown.
12665      Branch: perl
12666            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
12667 ____________________________________________________________________________
12668 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
12669         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
12670              From: Jeffrey Friedl <jfriedl@yahoo.com>
12671              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
12672              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
12673      Branch: perl
12674            ! sv.c t/op/pat.t
12675 ____________________________________________________________________________
12676 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
12677         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
12678              From: Mark-Jason Dominus <mjd@plover.com>
12679              Date: Thu, 28 Mar 2002 05:04:40 -0500
12680              Message-ID: <20020328100440.22081.qmail@plover.com>
12681      Branch: perl
12682            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
12683 ____________________________________________________________________________
12684 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
12685         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
12686              From: mjd@plover.com
12687              Date: 28 Mar 2002 09:22:06 -0000
12688              Message-ID: <20020328092206.18833.qmail@plover.com>
12689      Branch: perl
12690            ! lib/encoding.t
12691 ____________________________________________________________________________
12692 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
12693         Log: Unicode 3.2.0-induced doc tweaks.
12694      Branch: perl
12695            ! pod/perlretut.pod pod/perlunicode.pod
12696 ____________________________________________________________________________
12697 [ 15576] By: nick                                  on 2002/03/28  07:40:04
12698         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
12699      Branch: perlio
12700           +> (branch 31 files)
12701           !> (integrate 162 files)
12702 ____________________________________________________________________________
12703 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
12704         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
12705              From: Paul_GreenVOS@vos.stratus.com
12706              Date: Thu, 28 Mar 02 0:16 est
12707              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
12708      Branch: perl
12709            ! ext/POSIX/t/posix.t
12710 ____________________________________________________________________________
12711 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
12712         Log: Subject: Re: Regex-Unicode bugs
12713              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12714              Date: Wed, 27 Mar 2002 13:48:06 +0100
12715              Message-ID: <20020327134806.C18945@rafael>
12716              
12717              regmesg.t patch still would be nice.
12718      Branch: perl
12719            ! regcomp.c
12720 ____________________________________________________________________________
12721 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
12722         Log: Subject: Re: Regex-Unicode bugs
12723              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
12724              Date: Wed, 27 Mar 2002 12:39:57 +0000
12725              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
12726      Branch: perl
12727            ! pod/perldiag.pod regcomp.c
12728 ____________________________________________________________________________
12729 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
12730         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
12731              From: Paul_GreenVOS@vos.stratus.com
12732              Date: Wed, 27 Mar 02 23:33 est
12733              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
12734      Branch: perl
12735            ! t/io/fs.t
12736 ____________________________________________________________________________
12737 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
12738         Log: The Official 3.2.0 came out.
12739      Branch: perl
12740            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
12741            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
12742            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
12743            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
12744            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
12745            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
12746            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
12747            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
12748            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
12749            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
12750            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
12751            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
12752            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
12753            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
12754            + lib/unicore/lib/UnifiedI.pl
12755            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
12756 ____________________________________________________________________________
12757 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
12758         Log: socketpair binmode :bytes.
12759      Branch: perl
12760            ! ext/Socket/socketpair.t
12761 ____________________________________________________________________________
12762 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
12763         Log: Don't install anything beneath 't' directories.
12764      Branch: perl
12765            ! installperl
12766 ____________________________________________________________________________
12767 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
12768         Log: More UTF-8 locale sensitivity.
12769      Branch: perl
12770            ! t/io/utf8.t
12771 ____________________________________________________________________________
12772 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
12773         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
12774              From: Stas Bekman <stas@stason.org>
12775              Date: Thu, 28 Mar 2002 10:13:45 +0800
12776              Message-ID: <3CA27C59.4020209@stason.org>
12777              
12778              Temp file cleanup.
12779      Branch: perl
12780            ! lib/Pod/t/pod2html-lib.pl
12781 ____________________________________________________________________________
12782 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
12783         Log: Be compatible also with non-UTF-8 locales.
12784      Branch: perl
12785            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
12786            ! lib/Locale/Language.pod
12787 ____________________________________________________________________________
12788 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
12789         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
12790              From: Spider Boardman <spidb@cpan.org>
12791              Date: Wed, 27 Mar 2002 20:52:28 -0500
12792              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
12793      Branch: perl
12794            ! cv.h op.c t/op/attrs.t toke.c
12795 ____________________________________________________________________________
12796 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
12797         Log: "Last element".
12798      Branch: perl
12799            ! pod/perlfunc.pod
12800 ____________________________________________________________________________
12801 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
12802         Log: Subject: Error in perlfunc for "die"
12803              From: William R Ward <bill@wards.net>
12804              Date: 27 Mar 2002 12:31:32 -0800
12805              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
12806      Branch: perl
12807            ! pod/perlfunc.pod
12808 ____________________________________________________________________________
12809 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
12810         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
12811              From: Mark Kvale <kvale@phy.ucsf.edu>
12812              Date: Wed, 27 Mar 2002 16:45:37 -0800
12813              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
12814      Branch: perl
12815            ! pod/perlre.pod pod/perlretut.pod
12816 ____________________________________________________________________________
12817 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
12818         Log: Try to handle UTF-8 locales.
12819      Branch: perl
12820            ! lib/locale.t
12821 ____________________________________________________________________________
12822 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
12823         Log: More binmode :bytes.
12824      Branch: perl
12825            ! t/io/utf8.t
12826 ____________________________________________________________________________
12827 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
12828         Log: binmode(FH, ":bytes") is the right way, methinks.
12829      Branch: perl
12830            ! ext/PerlIO/t/encoding.t
12831 ____________________________________________________________________________
12832 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
12833         Log: UTF-8 locale: need to open explicitly for bytes.
12834      Branch: perl
12835            ! ext/PerlIO/t/encoding.t
12836 ____________________________________________________________________________
12837 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
12838         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
12839      Branch: perl
12840            ! lib/Locale/Language.pm lib/Locale/Language.pod
12841 ____________________________________________________________________________
12842 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
12843         Log: Warn instead of croak.
12844      Branch: perl
12845            ! pod/perldiag.pod utf8.c
12846 ____________________________________________________________________________
12847 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
12848         Log: UTF-8 locale: there might already be one UTF-8 discipline.
12849      Branch: perl
12850            ! lib/open.t
12851 ____________________________________________________________________________
12852 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
12853         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
12854              From: "Craig A. Berry" <craigberry@mac.com>
12855              Date: Wed, 27 Mar 2002 15:22:13 -0600
12856              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
12857      Branch: perl
12858            ! t/lib/1_compile.t t/lib/compmod.pl
12859 ____________________________________________________________________________
12860 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
12861         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
12862              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12863              Date: Wed, 27 Mar 2002 22:35:03 +0100
12864              Message-ID: <20020327223503.A678@rafael>
12865      Branch: perl
12866            ! pod/perlop.pod
12867 ____________________________________________________________________________
12868 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
12869         Log: Start using the Unicode 3.2.0 data (NOTE: still
12870              unofficial, but the data is unlikely to change much.
12871              Doublecheck when 3.2.0 gets released.)
12872      Branch: perl
12873            + lib/unicore/PropertyAliases.txt
12874            + lib/unicore/PropertyValueAliases.txt
12875            ! (edit 129 files)
12876 ____________________________________________________________________________
12877 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
12878         Log: Update Changes.
12879      Branch: perl
12880            ! Changes patchlevel.h
12881 ____________________________________________________________________________
12882 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
12883         Log: Further fixing for #15549.  Six tests are failing
12884              under Solaris with en_US.UTF-8 but those failures seem
12885              unrelated to the BOUND problem, will look at them later.
12886      Branch: perl
12887            ! regexec.c
12888 ____________________________________________________________________________
12889 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
12890         Log: Possible fix for "Orks, Dragons, and Elves":
12891              should now build under UTF-8 locales (is building
12892              under Solaris en_US.UTF-8 right now).
12893      Branch: perl
12894            ! Makefile.SH regexec.c
12895 ____________________________________________________________________________
12896 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
12897         Log: Forgotten from #15523.
12898      Branch: perl
12899            ! lib/Math/BigInt/Calc.pm
12900 ____________________________________________________________________________
12901 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
12902         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
12903              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
12904              Date: Wed, 27 Mar 2002 13:32:00 +0100
12905              Message-ID: <20020327133200.A18945@rafael>
12906      Branch: perl
12907            ! regcomp.c t/lib/warnings/regcomp
12908 ____________________________________________________________________________
12909 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
12910         Log: Subject: [PATCH] MANIFES --> MANIFEST
12911              From: Philip Newton <Philip.Newton@gmx.net>
12912              Date: Wed, 27 Mar 2002 10:05:46 +0000
12913              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
12914              
12915              (plus a few tweaks more)
12916      Branch: perl
12917            ! Porting/check83.pl
12918 ____________________________________________________________________________
12919 [ 15545] By: nick                                  on 2002/03/27  07:37:36
12920         Log: Integrate mainline
12921      Branch: perlio
12922           +> lib/Math/BigInt/t/with_sub.t
12923            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
12924            - lib/bignum/t/trace.t
12925           !> (integrate 76 files)
12926 ____________________________________________________________________________
12927 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
12928         Log: Obsolete mailing list information.
12929      Branch: perl
12930            ! README.bs2000 README.os390 README.vmesa
12931 ____________________________________________________________________________
12932 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
12933         Log: More URL "whitespacing".
12934      Branch: perl
12935            ! README.bs2000 README.hurd README.mpeix README.netware
12936            ! README.os390 README.vmesa README.vos README.win32
12937            ! pod/perl5004delta.pod pod/perl5005delta.pod
12938            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
12939            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
12940            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
12941            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
12942            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
12943            ! pod/perltodo.pod
12944 ____________________________________________________________________________
12945 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
12946         Log: I like doubleclicking on URLs in pods to select them.
12947      Branch: perl
12948            ! README.amiga README.epoc README.vos pod/perl561delta.pod
12949            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
12950            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12951            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
12952            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
12953            ! pod/perltodo.pod pod/perlvar.pod
12954 ____________________________________________________________________________
12955 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
12956         Log: Regen modlib.
12957      Branch: perl
12958            ! pod/perlmodlib.pod
12959 ____________________________________________________________________________
12960 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
12961         Log: Update the CPAN sites list.
12962      Branch: perl
12963            ! pod/perlmodlib.PL pod/perlmodlib.pod
12964 ____________________________________________________________________________
12965 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
12966         Log: Regen modlib, toc.
12967      Branch: perl
12968            ! pod/perlmodlib.pod pod/perltoc.pod
12969 ____________________________________________________________________________
12970 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
12971         Log: s/rationale/rational/
12972      Branch: perl
12973            ! lib/Math/BigRat.pm lib/bigrat.pm
12974 ____________________________________________________________________________
12975 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
12976         Log: s/done/esac/
12977      Branch: perl
12978            ! hints/dec_osf.sh
12979 ____________________________________________________________________________
12980 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
12981         Log: Advertise big* and BigRat.
12982      Branch: perl
12983            ! pod/perldelta.pod
12984 ____________________________________________________________________________
12985 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
12986         Log: A missing ) in #15527.
12987      Branch: perl
12988            ! pp_sys.c
12989 ____________________________________________________________________________
12990 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
12991         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
12992              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12993              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
12994              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
12995      Branch: perl
12996            ! lib/ExtUtils/typemap
12997 ____________________________________________________________________________
12998 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
12999         Log: Subject: Re: Cygwin PerlIO.t failing
13000              From: Stas Bekman <stas@stason.org>
13001              Date: Wed, 27 Mar 2002 01:34:11 +0800
13002              Message-ID: <3CA0B113.1070800@stason.org>
13003      Branch: perl
13004            ! ext/PerlIO/PerlIO.t
13005 ____________________________________________________________________________
13006 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
13007         Log: Subject: [PATCH] safety check for vms/test.com
13008              From: "Craig A. Berry" <craigberry@mac.com>
13009              Date: Tue, 26 Mar 2002 12:15:21 -0600
13010              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
13011      Branch: perl
13012            ! vms/test.com
13013 ____________________________________________________________________________
13014 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
13015         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
13016              From: PPrymmer@factset.com
13017              Date: Tue, 26 Mar 2002 13:04:59 -0500
13018              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
13019      Branch: perl
13020            ! configure.com
13021 ____________________________________________________________________________
13022 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
13023         Log: Subject: [PATCH] Minor typo in test harness
13024              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
13025              Date: Tue, 26 Mar 2002 17:44:06 -0000
13026              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
13027      Branch: perl
13028            ! t/lib/warnings/perlio
13029 ____________________________________________________________________________
13030 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
13031         Log: Subject: PATCH s2p.PL
13032              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13033              Date: Tue, 26 Mar 2002 17:16:46 +0100
13034              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
13035      Branch: perl
13036            ! x2p/s2p.PL
13037 ____________________________________________________________________________
13038 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
13039         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
13040      Branch: perl
13041            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
13042            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
13043            ! MANIFEST
13044 ____________________________________________________________________________
13045 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
13046         Log: Avoid and document a weird bug in UNICOS/mk.
13047      Branch: perl
13048            ! pod/perldelta.pod pp_sys.c
13049 ____________________________________________________________________________
13050 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
13051         Log: Math::BigInt::Lite 0.09, from Tels.
13052      Branch: perl
13053            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
13054            ! MANIFEST
13055 ____________________________________________________________________________
13056 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
13057         Log: For now disable the test in OS/390; it seems to hang,
13058              but frustratingly seems to run from command line and
13059              from Perl debugger.
13060      Branch: perl
13061            ! lib/Math/BigInt/t/mbi_rand.t
13062 ____________________________________________________________________________
13063 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
13064         Log: EPOC update from Olaf Flebbe.
13065      Branch: perl
13066            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
13067            ! pod/perlport.pod t/io/fs.t
13068 ____________________________________________________________________________
13069 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
13070         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
13071              and bignum 0.11, from Tels.
13072      Branch: perl
13073            + lib/Math/BigInt/t/with_sub.t
13074            - lib/bignum/t/trace.t
13075            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13076            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
13077            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
13078            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
13079            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
13080            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
13081            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
13082            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
13083            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
13084            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
13085            ! lib/bignum/t/bigrat.t lib/bigrat.pm
13086            ! t/lib/Math/BigInt/Subclass.pm
13087 ____________________________________________________________________________
13088 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
13089         Log: Integrate perlio:
13090              
13091              [ 15521]
13092              Testcase for crlf spanning buffer boundary
13093              
13094              [ 15520]
13095              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
13096      Branch: perl
13097           +> t/io/crlf.t
13098           !> MANIFEST perlio.c
13099 ____________________________________________________________________________
13100 [ 15521] By: nick                                  on 2002/03/26  15:31:55
13101         Log: Testcase for crlf spanning buffer boundary
13102      Branch: perlio
13103            + t/io/crlf.t
13104            ! MANIFEST
13105 ____________________________________________________________________________
13106 [ 15520] By: nick                                  on 2002/03/26  15:09:52
13107         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
13108      Branch: perlio
13109            ! perlio.c
13110 ____________________________________________________________________________
13111 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
13112         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
13113      Branch: perl
13114            ! t/lib/1_compile.t
13115 ____________________________________________________________________________
13116 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
13117         Log: Document the Configure (really, awk) glitch in
13118              UNICOS/mk.
13119      Branch: perl
13120            ! pod/perldelta.pod
13121 ____________________________________________________________________________
13122 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
13123         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
13124              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13125              Date: Fri, 22 Mar 2002 16:11:28 +0100
13126              Message-ID: <3C9B57B0.31936.496399@localhost>
13127      Branch: perl
13128            ! win32/win32.c
13129 ____________________________________________________________________________
13130 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
13131         Log: Subject: Re: Jarkko likes OOOOs
13132              From: "Gerrit P. Haase" <gp@familiehaase.de>
13133              Date: Tue, 26 Mar 2002 08:44:02 +0100
13134              Message-ID: <40509050505.20020326084402@familiehaase.de>
13135      Branch: perl
13136            ! t/io/fs.t
13137 ____________________________________________________________________________
13138 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
13139         Log: Subject: [patch utils/perlbug] subject header setting problem      
13140              From: Stas Bekman <stas@stason.org>
13141              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
13142              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
13143      Branch: perl
13144            ! utils/perlbug.PL
13145 ____________________________________________________________________________
13146 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
13147         Log: Subject: [PATCH] win32/makefile.mk
13148              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13149              Date: Tue, 26 Mar 2002 13:56:19 +0100
13150              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
13151      Branch: perl
13152            ! win32/makefile.mk
13153 ____________________________________________________________________________
13154 [ 15513] By: nick                                  on 2002/03/26  07:17:17
13155         Log: Integrate mainline
13156      Branch: perlio
13157           +> (branch 39 files)
13158            - (delete 109 files)
13159           !> (integrate 105 files)
13160 ____________________________________________________________________________
13161 [ 15512] By: nick                                  on 2002/03/26  06:52:42
13162         Log: Integrate mainline
13163      Branch: perlio
13164           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
13165           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
13166           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
13167           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
13168           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
13169 ____________________________________________________________________________
13170 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
13171         Log: Installation advice from Robert Spier. 
13172      Branch: perl
13173            ! INSTALL
13174 ____________________________________________________________________________
13175 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
13176         Log: Stas setting things right.
13177      Branch: perl
13178            ! ext/PerlIO/PerlIO.t
13179 ____________________________________________________________________________
13180 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
13181         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
13182              From: Paul_GreenVOS@vos.stratus.com
13183              Date: Mon, 25 Mar 02 23:57 est
13184              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
13185      Branch: perl
13186            ! ext/IO/lib/IO/t/io_unix.t
13187 ____________________________________________________________________________
13188 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
13189         Log: Add threads hints for UNICOS/mk and UNICOS.
13190              (I'm just guessing on UNICOS.)
13191      Branch: perl
13192            ! hints/unicos.sh hints/unicosmk.sh
13193 ____________________________________________________________________________
13194 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
13195         Log: Mention the effect of Unicode keys on hashes.
13196      Branch: perl
13197            ! pod/perlunicode.pod
13198 ____________________________________________________________________________
13199 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
13200         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
13201              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
13202              Date: Mon, 25 Mar 2002 17:24:33 -0600
13203              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
13204      Branch: perl
13205            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
13206            ! vms/vms_yfix.pl
13207 ____________________________________________________________________________
13208 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
13209         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
13210      Branch: perl
13211            ! hints/dec_osf.sh
13212 ____________________________________________________________________________
13213 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
13214         Log: The .ucm of Encode are big when uncompressed.
13215      Branch: perl
13216            ! INSTALL
13217 ____________________________________________________________________________
13218 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
13219         Log: I don't understand what is going on what these
13220              news tests, retracting the whole lot.
13221      Branch: perl
13222            ! ext/PerlIO/PerlIO.t
13223 ____________________________________________________________________________
13224 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
13225         Log: Upgrade to Encode 0.99, from Dan Kogai.
13226      Branch: perl
13227            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
13228            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
13229            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
13230            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
13231            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
13232            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
13233            + ext/Encode/Encode/ksc5601.ucm
13234            + ext/Encode/Encode/macCentEuro.ucm
13235            + ext/Encode/Encode/macCroatian.ucm
13236            + ext/Encode/Encode/macCyrillic.ucm
13237            + ext/Encode/Encode/macDingbats.ucm
13238            + ext/Encode/Encode/macGreek.ucm
13239            + ext/Encode/Encode/macIceland.ucm
13240            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13241            + ext/Encode/Encode/macRumanian.ucm
13242            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13243            + ext/Encode/Encode/macTurkish.ucm
13244            + ext/Encode/Encode/macUkraine.ucm
13245            + ext/Encode/Encode/shiftjis.ucm
13246            + ext/Encode/lib/Encode/10646_1.pm
13247            + ext/Encode/lib/Encode/CJKConstants.pm
13248            + ext/Encode/lib/Encode/CN/2022_CN.pm
13249            + ext/Encode/lib/Encode/JP/2022_JP.pm
13250            + ext/Encode/lib/Encode/JP/2022_JP1.pm
13251            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
13252            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
13253            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
13254            + ext/Encode/ucm2table
13255            - (delete 109 files)
13256            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13257            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
13258            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
13259            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13260            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13261            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13262            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13263            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13264            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13265            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13266            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13267            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13268            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13269            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13270            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
13271            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
13272            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
13273            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
13274            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
13275            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
13276            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
13277            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
13278            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13279            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
13280            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
13281            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13282            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13283            ! ext/Encode/Makefile.PL ext/Encode/README
13284            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
13285            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
13286            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13287            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
13288            ! ext/Encode/lib/Encode/Details.pod
13289            ! ext/Encode/lib/Encode/Encoding.pm
13290            ! ext/Encode/lib/Encode/Internal.pm
13291            ! ext/Encode/lib/Encode/JP/H2Z.pm
13292            ! ext/Encode/lib/Encode/JP/JIS.pm
13293            ! ext/Encode/lib/Encode/Supported.pod
13294            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
13295            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13296            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
13297            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
13298            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
13299            ! ext/Encode/t/jisx0212.ref
13300 ____________________________________________________________________________
13301 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
13302         Log: Noise with -w.
13303      Branch: perl
13304            ! ext/PerlIO/PerlIO.t
13305 ____________________________________________________________________________
13306 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
13307         Log: If no perlio no perlio warnings, either.
13308      Branch: perl
13309            ! lib/warnings.t
13310 ____________________________________________________________________________
13311 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
13312         Log: ...and put some of the new perlio tests here.
13313              The in-memory ones not yet since my poor brain
13314              refuses to find the right TODO incantation.
13315      Branch: perl
13316            ! ext/PerlIO/PerlIO.t
13317 ____________________________________________________________________________
13318 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
13319         Log: Take away the perlio-requiring tests..
13320      Branch: perl
13321            ! t/io/open.t
13322 ____________________________________________________________________________
13323 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
13324         Log: More correct now, but actually the two new tests
13325              need to be moved, since they are perlio-only...
13326      Branch: perl
13327            ! t/io/open.t
13328 ____________________________________________________________________________
13329 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
13330         Log: More neo-io tests from Stas Bekman.
13331      Branch: perl
13332            ! t/io/open.t
13333 ____________________________________________________________________________
13334 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
13335         Log: Document the QNX6 sprintf glitch.
13336      Branch: perl
13337            ! pod/perldelta.pod
13338 ____________________________________________________________________________
13339 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
13340         Log: AmigaOS must use the ixemul directly, since there
13341              is no more vfork support.
13342      Branch: perl
13343            ! hints/amigaos.sh
13344 ____________________________________________________________________________
13345 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
13346         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
13347              From: Norton Allen <allen@huarp.harvard.edu>
13348              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
13349              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
13350      Branch: perl
13351            ! pp_sys.c
13352 ____________________________________________________________________________
13353 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
13354         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
13355              From: Norton Allen <allen@huarp.harvard.edu>
13356              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
13357              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
13358      Branch: perl
13359            ! ext/Socket/socketpair.t
13360 ____________________________________________________________________________
13361 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
13362         Log: Clarify the 8.3 rule.
13363      Branch: perl
13364            ! Porting/check83.pl
13365 ____________________________________________________________________________
13366 [ 15490] By: nick                                  on 2002/03/25  16:05:07
13367         Log: Integrate mainline
13368      Branch: perlio
13369           +> ext/Encode/lib/Encode/EncFormat.pod
13370           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
13371            - ext/Encode/lib/EncodeFormat.pod
13372           !> (integrate 41 files)
13373 ____________________________________________________________________________
13374 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
13375         Log: Update Changes.
13376      Branch: perl
13377            ! Changes patchlevel.h
13378 ____________________________________________________________________________
13379 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
13380         Log: Forgotten from #15486.
13381      Branch: perl
13382            ! perl.c
13383 ____________________________________________________________________________
13384 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
13385         Log: It seems that FreeBSD does not like using Perl's malloc
13386              when multithreaded.
13387      Branch: perl
13388            ! hints/freebsd.sh
13389 ____________________________________________________________________________
13390 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
13391         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
13392              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13393              Date: Mon, 25 Mar 2002 11:33:17 +0100
13394              Message-ID: <20020325113317.A1410@rafael>
13395              
13396              Apparently VMS does not do YYDEBUG.
13397      Branch: perl
13398            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
13399 ____________________________________________________________________________
13400 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
13401         Log: Subject: [PATCH] warnings for perlio + others
13402              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13403              Date: Mon, 25 Mar 2002 13:01:44 -0000
13404              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
13405      Branch: perl
13406            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
13407            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
13408            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
13409            ! warnings.pl
13410 ____________________________________________________________________________
13411 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
13412         Log: As verified by Doug MacEachern.
13413      Branch: perl
13414            ! pod/perldelta.pod
13415 ____________________________________________________________________________
13416 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
13417         Log: MPE/iX update from Mark Bixby.
13418      Branch: perl
13419            + mpeix/mpeix.c
13420            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
13421            ! hints/mpeix.sh mpeix/mpeixish.h
13422 ____________________________________________________________________________
13423 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
13424         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
13425              From: Nicholas Clark <nick@unfortu.net>
13426              Date: Sun, 24 Mar 2002 22:50:06 +0000
13427              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
13428      Branch: perl
13429            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
13430 ____________________________________________________________________________
13431 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
13432         Log: Subject: [PATCH] fix warning + carp interaction
13433              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
13434              Date: Sun, 24 Mar 2002 23:00:21 -0000
13435              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
13436      Branch: perl
13437            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
13438            ! warnings.pl
13439 ____________________________________________________________________________
13440 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
13441         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
13442              (All the code changes have already been applied earlier.)
13443      Branch: perl
13444            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13445 ____________________________________________________________________________
13446 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
13447         Log: DB_File: for the core version, no need to specify
13448              a minimum MM version.
13449      Branch: perl
13450            ! ext/DB_File/Makefile.PL
13451 ____________________________________________________________________________
13452 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
13453         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
13454              From: Dave Mitchell <davem@fdgroup.com>
13455              Date: Sun, 24 Mar 2002 22:23:08 +0000
13456              Message-ID: <20020324222308.B21963@fdgroup.com>
13457      Branch: perl
13458            ! pp_pack.c
13459 ____________________________________________________________________________
13460 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
13461         Log: Subject: [PATCH @15450] errno help for VMS
13462              From: "Craig A. Berry" <craigberry@mac.com>
13463              Date: Sun, 24 Mar 2002 16:17:52 -0600
13464              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
13465      Branch: perl
13466            ! ext/POSIX/t/posix.t vms/vms.c
13467 ____________________________________________________________________________
13468 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
13469         Log: Upgrade to Locale::Codes 2.03.
13470      Branch: perl
13471            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
13472            ! lib/Locale/Country.pm
13473 ____________________________________________________________________________
13474 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
13475         Log: metaconfig unit change for #15474.
13476      Branch: metaconfig/U/perl
13477            ! Extensions.U
13478 ____________________________________________________________________________
13479 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
13480         Log: The #15472 said "properly".  Ha!
13481      Branch: perl
13482            ! Configure
13483 ____________________________________________________________________________
13484 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
13485         Log: metaconfig unit change for #15472.
13486      Branch: metaconfig/U/perl
13487            ! Extensions.U
13488 ____________________________________________________________________________
13489 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
13490         Log: Properly scan for the subextensions of Encode
13491              when doing static builds.
13492      Branch: perl
13493            ! Configure
13494 ____________________________________________________________________________
13495 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
13496         Log: Tru64: Document the known odbm failure with static builds.
13497      Branch: perl
13498            ! README.tru64
13499 ____________________________________________________________________________
13500 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
13501         Log: microperl tweaks.
13502      Branch: perl
13503            ! Makefile.micro locale.c util.c
13504 ____________________________________________________________________________
13505 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
13506         Log: metaconfig unit changes for #15468.
13507      Branch: metaconfig
13508            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
13509            ! U/modified/libc.U U/modified/libs.U
13510            ! U/threads/d_pthread_atfork.U
13511 ____________________________________________________________________________
13512 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
13513         Log: Various metaconfig unit cleanup; only one visible change
13514              in Configure, though.
13515      Branch: perl
13516            ! Configure
13517 ____________________________________________________________________________
13518 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
13519         Log: Upgrade to Encode 0.98, from Dan Kogai.
13520      Branch: perl
13521            + ext/Encode/lib/Encode/EncFormat.pod
13522            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
13523            - ext/Encode/lib/EncodeFormat.pod
13524            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
13525            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
13526            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
13527            ! ext/Encode/lib/Encode/Alias.pm
13528            ! ext/Encode/lib/Encode/Details.pod
13529            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
13530            ! ext/Encode/lib/Encode/JP/JIS.pm
13531            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
13532 ____________________________________________________________________________
13533 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
13534         Log: Integrate perlio:
13535              
13536              [ 15462]
13537              Avoid core-dump in Encode with PERLIO=mmap
13538      Branch: perl
13539           !> ext/Encode/Encode.xs
13540 ____________________________________________________________________________
13541 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
13542         Log: In the spirit of #15464.
13543      Branch: perl
13544            ! perl.c sv.c
13545 ____________________________________________________________________________
13546 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
13547         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
13548              From: Michael G Schwern <schwern@pobox.com>
13549              Date: Sun, 24 Mar 2002 02:27:25 -0500
13550              Message-ID: <20020324072725.GA3554@blackrider>
13551      Branch: perl
13552            ! perl.c
13553 ____________________________________________________________________________
13554 [ 15463] By: nick                                  on 2002/03/24  10:24:41
13555         Log: Integrate mainline
13556      Branch: perlio
13557           +> (branch 28 files)
13558            - lib/bigfloat.t lib/bigint.t
13559           !> (integrate 59 files)
13560 ____________________________________________________________________________
13561 [ 15462] By: nick                                  on 2002/03/24  08:59:35
13562         Log: Avoid core-dump in Encode with PERLIO=mmap
13563      Branch: perlio
13564            ! ext/Encode/Encode.xs
13565 ____________________________________________________________________________
13566 [ 15461] By: nick                                  on 2002/03/24  08:58:21
13567         Log: Too many machines doing integrate mainline
13568      Branch: perlio
13569           !> Changes Configure lib/AutoSplit.t
13570           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
13571           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
13572           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
13573           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
13574 ____________________________________________________________________________
13575 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
13576         Log: Retract Math::BigInt::Lite for now, seems to confuse
13577              bignum and bigrat.
13578      Branch: perl
13579            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
13580            ! MANIFEST
13581 ____________________________________________________________________________
13582 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
13583         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
13584              From: "Craig A. Berry" <craigberry@mac.com>
13585              Date: Sat, 23 Mar 2002 23:23:00 -0600
13586              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
13587      Branch: perl
13588            ! configure.com vms/vms.c
13589 ____________________________________________________________________________
13590 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
13591         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
13592              From: Michael G Schwern <schwern@pobox.com>
13593              Date: Sat, 23 Mar 2002 21:32:32 -0500
13594              Message-ID: <20020324023232.GA29972@blackrider>
13595              
13596              (with Russ Allbery's simplifications)
13597      Branch: perl
13598            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
13599 ____________________________________________________________________________
13600 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
13601         Log: Merge Math::BigInt::Lite 0.08, from Tels.
13602      Branch: perl
13603            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
13604            ! MANIFEST
13605 ____________________________________________________________________________
13606 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
13607         Log: Too chatty.
13608      Branch: perl
13609            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
13610 ____________________________________________________________________________
13611 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
13612         Log: Merge bignum 0.10, from Tels.
13613      Branch: perl
13614            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
13615            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
13616            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
13617            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
13618            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
13619            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
13620            ! MANIFEST
13621 ____________________________________________________________________________
13622 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
13623         Log: Rename the Perl 4 tests in preparation of bignum.
13624      Branch: perl
13625            + lib/bigfloatpl.t lib/bigintpl.t
13626            - lib/bigfloat.t lib/bigint.t
13627            ! MANIFEST
13628 ____________________________________________________________________________
13629 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
13630         Log: Merge Math::BigRat 0.04, from Tels.
13631      Branch: perl
13632            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
13633            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
13634            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
13635            + t/lib/Math/BigRat/Test.pm
13636            ! MANIFEST
13637 ____________________________________________________________________________
13638 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
13639         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
13640              From: Dave Mitchell <davem@fdgroup.com>
13641              Date: Sat, 23 Mar 2002 22:27:24 +0000
13642              Message-ID: <20020323222724.A19425@fdgroup.com>
13643      Branch: perl
13644            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
13645 ____________________________________________________________________________
13646 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
13647         Log: Forgotten.
13648      Branch: perl
13649            ! ext/Unicode/Normalize/README
13650 ____________________________________________________________________________
13651 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
13652         Log: Update Changes.
13653      Branch: perl
13654            ! Changes patchlevel.h
13655 ____________________________________________________________________________
13656 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
13657         Log: Subject: perldoc -m [PATCH]
13658              From: "John L. Allen" <allen@grumman.com>
13659              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
13660              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
13661      Branch: perl
13662            ! utils/perldoc.PL
13663 ____________________________________________________________________________
13664 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
13665         Log: Subject: Re: Copious warnings from Sys::Syslog
13666              From: andreas.koenig@anima.de (Andreas J. Koenig)
13667              Date: Sat, 23 Mar 2002 06:47:08 +0100
13668              Message-ID: <m31yebvns3.fsf@anima.de>
13669      Branch: perl
13670            ! ext/Sys/Syslog/Syslog.pm
13671 ____________________________________________________________________________
13672 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
13673         Log: Upgrade to Math::BigInt 1.55, from Tels.
13674      Branch: perl
13675            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
13676            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
13677            + lib/Math/BigInt/t/use_lib4.t
13678            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13679            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
13680            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
13681            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
13682            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
13683            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
13684            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
13685            ! lib/Math/BigInt/t/upgrade.t
13686 ____________________________________________________________________________
13687 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
13688         Log: Upgrade to Encode 0.97, from Dan Kogai.
13689      Branch: perl
13690            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
13691            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
13692            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
13693            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13694            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13695            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13696            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13697            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
13698            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
13699            ! ext/Encode/t/Tcl.t
13700 ____________________________________________________________________________
13701 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
13702         Log: Slight tweaks on #15443.
13703      Branch: perl
13704            ! pod/perlvar.pod
13705 ____________________________________________________________________________
13706 [ 15444] By: nick                                  on 2002/03/23  17:30:42
13707         Log: Integrate mainline
13708      Branch: perlio
13709           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
13710           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13711           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
13712           !> (integrate 50 files)
13713 ____________________________________________________________________________
13714 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
13715         Log: Subject: patch [bleadperl]: Document %! special variable
13716              From: mjd@plover.com
13717              Date: 23 Mar 2002 18:25:44 -0000
13718              Message-ID: <20020323182544.11741.qmail@plover.com>    
13719      Branch: perl
13720            ! pod/perlvar.pod
13721 ____________________________________________________________________________
13722 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
13723         Log: Since the Encode::JP is unsupported under EBCDIC we
13724              cannot run this test (aliases as such should work fine).
13725      Branch: perl
13726            ! ext/Encode/t/Aliases.t
13727 ____________________________________________________________________________
13728 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
13729         Log: EBCDIC: the sorting order is different under
13730              byte-EBCDIC and Unicode.
13731      Branch: perl
13732            ! t/op/utfhash.t
13733 ____________________________________________________________________________
13734 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
13735         Log: EBCDIC: the character codes are different.
13736      Branch: perl
13737            ! lib/Pod/t/pod2html-lib.pl
13738 ____________________________________________________________________________
13739 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
13740         Log: Purify: #15434 got the test the wrong.
13741              (Is there an approved way of testing "is this an unop"?)
13742      Branch: perl
13743            ! op.c
13744 ____________________________________________________________________________
13745 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
13746         Log: Purify: Array bounds read: could read one character past the end.
13747      Branch: perl
13748            ! pp_pack.c
13749 ____________________________________________________________________________
13750 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
13751         Log: Purify: Array bounds read: reading one byte before the buffer.
13752      Branch: perl
13753            ! util.c
13754 ____________________________________________________________________________
13755 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
13756         Log: Purify: Unitialized memory read.  Too many code paths
13757              to keep track of, I guess.
13758      Branch: perl
13759            ! sv.c
13760 ____________________________________________________________________________
13761 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
13762         Log: Purify: Array bounds write: pre-extend the strxfrm
13763              buffer by a factor of four (suggested maximum by HP-UX;
13764              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
13765              know how portable that is; locale.c uses yet another trick
13766              (not a particularly good trick, I might add))
13767      Branch: perl
13768            ! ext/POSIX/POSIX.xs
13769 ____________________________________________________________________________
13770 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
13771         Log: Purify: Array bounds read: o->op_last was accessed
13772              for unops (via newUNOP() and ck_eof()).
13773              (analysis okay, patch bad: see #15439)
13774      Branch: perl
13775            ! op.c
13776 ____________________________________________________________________________
13777 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
13778         Log: Subject: [PATCH] vms/test.com, File::Find tests
13779              From: "Craig A. Berry" <craigberry@mac.com>
13780              Date: Fri, 22 Mar 2002 16:52:59 -0600
13781              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
13782      Branch: perl
13783            ! vms/test.com
13784 ____________________________________________________________________________
13785 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
13786         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
13787              From: Michael G Schwern <schwern@pobox.com>
13788              Date: Fri, 22 Mar 2002 18:08:19 -0500
13789              Message-ID: <20020322230819.GB16454@blackrider>
13790      Branch: perl
13791            ! ext/Sys/Syslog/Syslog.pm
13792 ____________________________________________________________________________
13793 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
13794         Log: Update the information on Encode.
13795      Branch: perl
13796            ! pod/perldelta.pod
13797 ____________________________________________________________________________
13798 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
13799         Log: Upgrade to Encode 0.96, from Dan Kogai.
13800      Branch: perl
13801            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
13802            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13803            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
13804            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
13805            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
13806            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
13807            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
13808            ! ext/Encode/lib/Encode/Alias.pm
13809            ! ext/Encode/lib/Encode/Encoding.pm
13810            ! ext/Encode/lib/Encode/Internal.pm
13811            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
13812 ____________________________________________________________________________
13813 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
13814         Log: Subject: [PATCH] h2xs.t fix for VMS
13815              From: "Craig A. Berry" <craigberry@mac.com>
13816              Date: Fri, 22 Mar 2002 15:47:38 -0600
13817              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
13818      Branch: perl
13819            ! lib/h2xs.t
13820 ____________________________________________________________________________
13821 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
13822         Log: One more pass.
13823      Branch: perl
13824            ! epoc/config.sh
13825 ____________________________________________________________________________
13826 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
13827         Log: Even better version from Olaf Flebbe.
13828      Branch: perl
13829            ! epoc/config.sh pp_sys.c util.c
13830 ____________________________________________________________________________
13831 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
13832         Log: EPOC update from Olaf Flebbe.
13833      Branch: perl
13834            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
13835            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
13836 ____________________________________________________________________________
13837 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
13838         Log: Tweak from John P. Linderman.
13839      Branch: perl
13840            ! pod/perlhack.pod
13841 ____________________________________________________________________________
13842 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
13843         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
13844              From: Stas Bekman <stas@stason.org>
13845              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
13846              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
13847      Branch: perl
13848            ! pod/perlfunc.pod
13849 ____________________________________________________________________________
13850 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
13851         Log: Subject: [PATCH] check sysconf's return value in reentr.c
13852              From: <slaven.rezic@berlin.de>
13853              Date: Fri, 22 Mar 2002 18:30:36 +0100
13854              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
13855              
13856              (plus use 4k instead 2k as the "usual" size)
13857      Branch: perl
13858            ! reentr.c reentr.pl
13859 ____________________________________________________________________________
13860 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
13861         Log: Update Changes.
13862      Branch: perl
13863            ! Changes patchlevel.h
13864 ____________________________________________________________________________
13865 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
13866         Log: Forgot from #15416.
13867      Branch: perl
13868            ! pod/perlfaq3.pod
13869 ____________________________________________________________________________
13870 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
13871         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
13872              From: andreas.koenig@anima.de (Andreas J. Koenig)
13873              Date: Fri, 22 Mar 2002 16:27:51 +0100
13874              Message-ID: <m3n0x0vczs.fsf@anima.de>
13875      Branch: perl
13876            ! pod/perlmodstyle.pod
13877 ____________________________________________________________________________
13878 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
13879         Log: metaconfig unit changes for #15418.
13880      Branch: metaconfig
13881            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
13882            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
13883            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
13884            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
13885            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
13886            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
13887            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
13888            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
13889            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
13890            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
13891            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
13892            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
13893            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
13894            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
13895            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
13896            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
13897            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
13898            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
13899            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
13900            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
13901            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
13902            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
13903            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
13904            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
13905 ____________________________________________________________________________
13906 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
13907         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
13908              Also, there's no i_stdio.
13909      Branch: perl
13910            ! Configure reentr.h reentr.pl
13911 ____________________________________________________________________________
13912 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
13913         Log: Document a known AIX warning.
13914      Branch: perl
13915            ! pod/perldelta.pod
13916 ____________________________________________________________________________
13917 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
13918         Log: Undo #15415, allow the faq people to catch up first.
13919      Branch: perl
13920            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
13921 ____________________________________________________________________________
13922 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
13923         Log: FAQ sync.
13924      Branch: perl
13925            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
13926 ____________________________________________________________________________
13927 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
13928         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
13929              From: andreas.koenig@anima.de (Andreas J. Koenig)
13930              Date: Fri, 22 Mar 2002 15:16:19 +0100
13931              Message-ID: <m38z8kwuvg.fsf@anima.de>
13932              
13933              (plus reformat)
13934      Branch: perl
13935            ! pod/perldelta.pod
13936 ____________________________________________________________________________
13937 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
13938         Log: Integrate perlio:
13939              
13940              [ 15412]
13941              Check for sanity of UTF-8 keys in hashes
13942              (feel free to add more tests...)
13943              
13944              [ 15410]
13945              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
13946              - when (e.g.) STDOUT is char special file and gets IoOFP
13947              created - do _NOT_ pass num_svs as that fopen-s stringified
13948              glob, and not fdopen-s the fd.
13949      Branch: perl
13950           +> t/op/utfhash.t
13951           !> MANIFEST doio.c
13952 ____________________________________________________________________________
13953 [ 15412] By: nick                                  on 2002/03/22  10:50:53
13954         Log: Check for sanity of UTF-8 keys in hashes
13955              (feel free to add more tests...)
13956      Branch: perlio
13957            + t/op/utfhash.t
13958            ! MANIFEST
13959 ____________________________________________________________________________
13960 [ 15411] By: ams                                   on 2002/03/22  08:36:33
13961         Log: Revert #15200 for backwards compatiblity reasons.
13962      Branch: perl
13963            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
13964            ! pp_ctl.c t/op/override.t
13965 ____________________________________________________________________________
13966 [ 15410] By: nick                                  on 2002/03/22  07:47:41
13967         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
13968              - when (e.g.) STDOUT is char special file and gets IoOFP
13969              created - do _NOT_ pass num_svs as that fopen-s stringified
13970              glob, and not fdopen-s the fd.
13971      Branch: perlio
13972            ! doio.c
13973 ____________________________________________________________________________
13974 [ 15409] By: nick                                  on 2002/03/22  07:19:33
13975         Log: Integrate mainline
13976      Branch: perlio
13977           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
13978           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
13979           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
13980           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
13981           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
13982           +> ext/Encode/lib/Encode/Details.pod
13983           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
13984           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
13985           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
13986           +> lib/Pod/t/pod2html-lib.pl
13987            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
13988           !> (integrate 39 files)
13989 ____________________________________________________________________________
13990 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
13991         Log: Win32 tweak from mjd.
13992      Branch: perl
13993            ! lib/Tie/File.pm
13994 ____________________________________________________________________________
13995 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
13996         Log: If Unicode keys are entered to a hash, a bit is turned on.
13997              If the bit is on, when the keys are fetched from the hash
13998              (%h, each %h, keys %h), the Unicodified versions of the keys
13999              are returned if needed.  This solution errs on the size of
14000              over-Unicodifying, the old solution erred on the side of
14001              under-Unicodifying.  As long as the hash keys can be a mix
14002              of byte and Unicode strings, a perfect fit is hard to come by.
14003      Branch: perl
14004            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
14005            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
14006 ____________________________________________________________________________
14007 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
14008         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
14009              From: Mike Guy <mjtg@cam.ac.uk>
14010              Date: Fri, 22 Mar 2002 02:08:20 +0000
14011              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
14012      Branch: perl
14013            ! pod/perldelta.pod
14014 ____________________________________________________________________________
14015 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
14016         Log: PM_SETRE() fallout.
14017      Branch: perl
14018            ! ext/ByteLoader/bytecode.h
14019 ____________________________________________________________________________
14020 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
14021         Log: Subject: [PATCH pod/perlxs.pod] doc fix
14022              From: Stas Bekman <stas@stason.org>
14023              Date: Thu, 21 Mar 2002 18:47:35 +0800
14024              Message-ID: <3C99BA47.9010403@stason.org>
14025      Branch: perl
14026            ! pod/perlxs.pod
14027 ____________________________________________________________________________
14028 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
14029         Log: Subject: [PATCH]
14030              From: Slaven Rezic <slaven.rezic@berlin.de>
14031              Date: 21 Mar 2002 10:19:23 +0100
14032              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
14033              
14034              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
14035      Branch: perl
14036            ! hints/freebsd.sh
14037 ____________________________________________________________________________
14038 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
14039         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
14040              From: Tim Bunce <Tim.Bunce@pobox.com>
14041              Date: Thu, 21 Mar 2002 21:18:05 +0000
14042              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
14043      Branch: perl
14044            ! ext/Storable/Storable.xs
14045 ____________________________________________________________________________
14046 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
14047         Log: Reword the Apache^Wmod_perl bit so that Sarathy
14048              can sleep easier :-)
14049      Branch: perl
14050            ! pod/perldelta.pod
14051 ____________________________________________________________________________
14052 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
14053         Log: It seems that the strange failure (core dump) of
14054              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
14055              (1) using Sun's cc helps
14056              (2) rewriting the ithreads PM_SETRE() to do the
14057              setting in two steps helps
14058              (3) no other platforms have the crash
14059              (4) Tru64's Third Degree sees nothing evil
14060              So we implement (2).
14061      Branch: perl
14062            ! op.h
14063 ____________________________________________________________________________
14064 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
14065         Log: Solaris: default to the SUNwspro cc if it is available.
14066      Branch: perl
14067            ! hints/solaris_2.sh
14068 ____________________________________________________________________________
14069 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
14070         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
14071              does not get fixed in time.
14072      Branch: perl
14073            ! pod/perldelta.pod
14074 ____________________________________________________________________________
14075 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
14076         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
14077              From: Dave Mitchell <davem@fdgroup.com>
14078              Date: Thu, 21 Mar 2002 17:24:40 +0000
14079              Message-ID: <20020321172440.C13683@fdgroup.com>
14080      Branch: perl
14081            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
14082            ! pod/perlapi.pod proto.h sv.h toke.c
14083 ____________________________________________________________________________
14084 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
14085         Log: One more proto escapee.
14086      Branch: perl
14087            ! hints/linux.sh
14088 ____________________________________________________________________________
14089 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
14090         Log: metaconfig unit change for #15394.
14091      Branch: metaconfig/U/perl
14092            ! Checkcc.U
14093 ____________________________________________________________________________
14094 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
14095         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
14096              From: Robin Barker <rmb1@cise.npl.co.uk>
14097              Date: Thu, 21 Mar 2002 17:35:00 GMT
14098              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
14099      Branch: perl
14100            ! Configure
14101 ____________________________________________________________________________
14102 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
14103         Log: Subject: Re: [tests for Pod::Html]
14104              From: Stas Bekman <stas@stason.org>
14105              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
14106              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
14107      Branch: perl
14108            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
14109            - t/pod2html/README
14110            ! MANIFEST lib/Pod/t/pod2html-lib.pl
14111 ____________________________________________________________________________
14112 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
14113         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
14114              From: Stas Bekman <stas@stason.org>
14115              Date: Thu, 21 Mar 2002 18:50:56 +0800
14116              Message-ID: <3C99BB10.50004@stason.org>
14117      Branch: perl
14118            ! ext/Cwd/Cwd.xs
14119 ____________________________________________________________________________
14120 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
14121         Log: Upgrade to Encode 0.95, from Dan Kogai.
14122      Branch: perl
14123            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
14124            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
14125            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
14126            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
14127            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
14128            + ext/Encode/lib/Encode/Details.pod
14129            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
14130            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
14131            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
14132            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
14133            ! ext/Encode/Makefile.PL
14134 ____________________________________________________________________________
14135 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
14136         Log: Mention the new syslog try-harder feature.
14137      Branch: perl
14138            ! pod/perldelta.pod
14139 ____________________________________________________________________________
14140 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
14141         Log: metaconfig unit changes for #15388.
14142      Branch: metaconfig
14143            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
14144            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
14145            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
14146            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
14147            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
14148            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
14149            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
14150            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
14151            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
14152            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
14153            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
14154            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
14155            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
14156            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
14157            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
14158            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
14159            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
14160            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
14161            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
14162            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
14163            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
14164            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
14165            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
14166            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
14167 ____________________________________________________________________________
14168 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
14169         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
14170              From: Spider Boardman <spider@web.zk3.dec.com>
14171              Date: Thu, 21 Mar 2002 09:23:45 -0500
14172              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
14173      Branch: perl
14174            ! Configure hints/hpux.sh reentr.pl
14175 ____________________________________________________________________________
14176 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
14177         Log: NetWare diff from C Aditya.
14178      Branch: perl
14179            ! perl.h
14180 ____________________________________________________________________________
14181 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
14182         Log: The htmlview test doesn't work yet.
14183      Branch: perl
14184            + t/pod2html/README
14185            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
14186            ! MANIFEST
14187 ____________________________________________________________________________
14188 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
14189         Log: Placeholder.
14190      Branch: perl
14191            ! MANIFEST
14192 ____________________________________________________________________________
14193 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
14194         Log: Integrate perlio:
14195              
14196              [ 15381]
14197              Restore tabs so dmake will parse file!
14198      Branch: perl
14199           !> win32/makefile.mk
14200 ____________________________________________________________________________
14201 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
14202         Log: Subject: [tests for Pod::Html]
14203              From: Stas Bekman <stas@stason.org>
14204              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
14205              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
14206      Branch: perl
14207            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
14208            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
14209            + lib/Pod/t/pod2html-lib.pl
14210            ! MANIFEST
14211 ____________________________________________________________________________
14212 [ 15382] By: nick                                  on 2002/03/21  07:21:57
14213         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
14214      Branch: perlio
14215           +> ext/Encode/AUTHORS ext/Encode/Changes
14216           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
14217           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14218           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14219           +> ext/I18N/Langinfo/fallback/const-c.inc
14220           +> ext/I18N/Langinfo/fallback/const-xs.inc
14221           +> lib/ExtUtils/t/Constant.t
14222            - ext/Encode/Encode/euc-jp-0212.enc
14223            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
14224            - ext/Encode/t/table.euc ext/Encode/t/table.ref
14225            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
14226           !> (integrate 105 files)
14227 ____________________________________________________________________________
14228 [ 15381] By: nick                                  on 2002/03/21  06:59:57
14229         Log: Restore tabs so dmake will parse file!
14230      Branch: perlio
14231            ! win32/makefile.mk
14232 ____________________________________________________________________________
14233 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
14234         Log: Upgrade to Unicode::Normalize 0.16.
14235      Branch: perl
14236            ! ext/Unicode/Normalize/Changes
14237            ! ext/Unicode/Normalize/Normalize.pm
14238 ____________________________________________________________________________
14239 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
14240         Log: Schwern's wallet is a bit more loose.
14241      Branch: perl
14242            ! t/lib/1_compile.t
14243 ____________________________________________________________________________
14244 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
14245         Log: Subject: [PATCH]
14246              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14247              Date: Wed, 20 Mar 2002 22:56:17 -0000
14248              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
14249              
14250              packWARN also for subdirs.
14251      Branch: perl
14252            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
14253            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
14254            ! win32/win32.c
14255 ____________________________________________________________________________
14256 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
14257         Log: A plan is better.
14258      Branch: perl
14259            ! ext/Encode/t/CJKalias.t
14260 ____________________________________________________________________________
14261 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
14262         Log: Upgrade to Encode 0.94, from Dan Kogai.
14263      Branch: perl
14264            + ext/Encode/lib/Encode/Description.pod
14265            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
14266            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
14267            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
14268            ! ext/Encode/lib/Encode/Encoding.pm
14269            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14270            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
14271            ! ext/Encode/t/CJKalias.t
14272 ____________________________________________________________________________
14273 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
14274         Log: Rats' nest.
14275      Branch: perl
14276            ! hints/solaris_2.sh
14277 ____________________________________________________________________________
14278 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
14279         Log: Rrright.
14280      Branch: perl
14281            ! pod/perlguts.pod
14282 ____________________________________________________________________________
14283 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
14284         Log: Update Changes.
14285      Branch: perl
14286            ! Changes patchlevel.h
14287 ____________________________________________________________________________
14288 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
14289         Log: Reapply #15336.
14290      Branch: perl
14291            ! ext/Encode/lib/Encode/Tcl.pm
14292 ____________________________________________________________________________
14293 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
14294         Log: Upgrade to Encode 0.93, from Dan Kogai.
14295      Branch: perl
14296            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
14297            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
14298            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
14299            ! ext/Encode/README ext/Encode/TW/TW.pm
14300            ! ext/Encode/lib/Encode/CN/HZ.pm
14301            ! ext/Encode/lib/Encode/Encoding.pm
14302            ! ext/Encode/lib/Encode/Internal.pm
14303            ! ext/Encode/lib/Encode/JP/Constants.pm
14304            ! ext/Encode/lib/Encode/JP/H2Z.pm
14305            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14306            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
14307            ! ext/Encode/lib/Encode/Tcl/Escape.pm
14308            ! ext/Encode/lib/Encode/Tcl/Table.pm
14309            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
14310            ! ext/Encode/lib/Encode/iso10646_1.pm
14311            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
14312            ! ext/Encode/t/JP.t
14313 ____________________________________________________________________________
14314 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
14315         Log: Subject: patch for syslog
14316              From: <Nick.Williams@morganstanley.com>
14317              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
14318              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
14319      Branch: perl
14320            ! ext/Sys/Syslog/Syslog.pm
14321 ____________________________________________________________________________
14322 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
14323         Log: Some failure updates.
14324      Branch: perl
14325            ! pod/perldelta.pod
14326 ____________________________________________________________________________
14327 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
14328         Log: Getopt::Long 2.29 from Johan Vromans.
14329      Branch: perl
14330            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14331 ____________________________________________________________________________
14332 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
14333         Log: Rename ExtUtils.t to Constant.t, as suggested by
14334              Nicholas Clark.
14335      Branch: perl
14336            + lib/ExtUtils/t/Constant.t
14337            - lib/ExtUtils/t/ExtUtils.t
14338            ! MANIFEST
14339 ____________________________________________________________________________
14340 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
14341         Log: Subject: [PATCH] TODO - Make Schwern Poorer
14342              From: Nicholas Clark <nick@unfortu.net>
14343              Date: Tue, 19 Mar 2002 22:50:28 +0000
14344              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
14345      Branch: perl
14346            ! t/lib/1_compile.t
14347 ____________________________________________________________________________
14348 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
14349         Log: Subject: Re: The story of O [PATCH]
14350              From: Richard.Foley@t-online.de (Richard Foley)
14351              Date: Sun, 17 Mar 2002 08:37:26 +0100
14352              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
14353      Branch: perl
14354            ! lib/perl5db.pl
14355 ____________________________________________________________________________
14356 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
14357         Log: Mention the external modules Encode::HanExtra and
14358              PadWalker.
14359      Branch: perl
14360            ! pod/perldelta.pod
14361 ____________________________________________________________________________
14362 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
14363         Log: Subject: [PATCH] List lexicals from debugger
14364              From: Peter Scott <Peter@PSDT.com>
14365              Date: Tue, 19 Mar 2002 12:28:52 -0800
14366              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
14367      Branch: perl
14368            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
14369 ____________________________________________________________________________
14370 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
14371         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
14372              and :encoding(xxx) was errorneously parsed.
14373      Branch: perl
14374            ! lib/open.pm
14375 ____________________________________________________________________________
14376 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
14377         Log: Subject: [PATCH bleadperl] exec.t tweak
14378              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14379              Date: Wed, 20 Mar 2002 01:21:40 +0100
14380              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
14381              
14382              4NT returns 2 as error-code for nonexistant file.
14383      Branch: perl
14384            ! t/op/exec.t
14385 ____________________________________________________________________________
14386 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
14387         Log: minor Tie::File test patch to make win32 happier, from mjd.
14388      Branch: perl
14389            ! lib/Tie/File/t/30_defer.t
14390 ____________________________________________________________________________
14391 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
14392         Log: Subject: [PATCH bleadperl] magic.t tweak
14393              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14394              Date: Wed, 20 Mar 2002 00:39:16 +0100
14395              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
14396      Branch: perl
14397            ! t/op/magic.t
14398 ____________________________________________________________________________
14399 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
14400         Log: Typo fix from Andreas Koenig, plus a tweak.
14401      Branch: perl
14402            ! pod/perlunicode.pod
14403 ____________________________________________________________________________
14404 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
14405         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
14406              in Mandrake 8.2.  Now we need to figure out a way not to
14407              unbreak Apache.
14408      Branch: perl
14409            ! hints/linux.sh
14410 ____________________________________________________________________________
14411 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
14412         Log: Fix for "UTF-8 bug with s///" from Hugo.
14413      Branch: perl
14414            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
14415            ! t/op/pat.t
14416 ____________________________________________________________________________
14417 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
14418         Log: metaconfig unit change for #15354.
14419      Branch: metaconfig
14420            ! U/threads/usethreads.U
14421 ____________________________________________________________________________
14422 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
14423         Log: Installation updates on threads and perlio.
14424      Branch: perl
14425            ! Configure INSTALL
14426 ____________________________________________________________________________
14427 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
14428         Log: Tpo.
14429      Branch: perl
14430            ! pod/perlfaq6.pod
14431 ____________________________________________________________________________
14432 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
14433         Log: Regen modlib and toc.
14434      Branch: perl
14435            ! pod/perlmodlib.pod pod/perltoc.pod
14436 ____________________________________________________________________________
14437 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
14438         Log: Whitespace tweaks.
14439      Branch: perl
14440            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
14441            ! pod/perltodo.pod pod/perlunicode.pod
14442 ____________________________________________________________________________
14443 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
14444         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
14445              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
14446              (And as suggested by Markus Kuhn.)
14447              
14448              While we are at it, document also the case of
14449              mixed hash keys as a known potential troublemaker.
14450              (Since it's locale-related, sometimes.)
14451      Branch: perl
14452            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
14453            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
14454            ! pod/perluniintro.pod
14455 ____________________________________________________________________________
14456 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
14457         Log: Surely a typo.
14458      Branch: perl
14459            ! gv.c
14460 ____________________________________________________________________________
14461 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
14462         Log: Take two.
14463      Branch: perl
14464            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14465            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14466 ____________________________________________________________________________
14467 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
14468         Log: Let's try this from scratch.
14469      Branch: perl
14470            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14471            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14472 ____________________________________________________________________________
14473 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
14474         Log: I could do this all day...
14475      Branch: perl
14476            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14477            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14478 ____________________________________________________________________________
14479 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
14480         Log: Grrr.
14481      Branch: perl
14482            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14483            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14484 ____________________________________________________________________________
14485 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
14486         Log: Subject: Re: Nearly OK for cygwin@15318
14487              From: John Peacock <jpeacock@rowman.com>
14488              Date: Tue, 19 Mar 2002 15:58:08 -0500
14489              Message-ID: <3C97A660.3060302@rowman.com>
14490      Branch: perl
14491            ! pod/perlport.pod
14492 ____________________________________________________________________________
14493 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
14494         Log: Subject: Re: Nearly OK for cygwin@15318
14495              From: <slaven.rezic@berlin.de>
14496              Date: Tue, 19 Mar 2002 21:47:49 +0100
14497              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
14498              
14499              Subject: Re: Nearly OK for cygwin@15318
14500              From: <slaven.rezic@berlin.de>
14501              Date: Tue, 19 Mar 2002 21:37:18 +0100
14502              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
14503      Branch: perl
14504            ! pod/perlport.pod t/io/fs.t
14505 ____________________________________________________________________________
14506 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
14507         Log: D'oh.
14508      Branch: perl
14509            + ext/I18N/Langinfo/fallback/const-c.inc
14510            + ext/I18N/Langinfo/fallback/const-xs.inc
14511 ____________________________________________________________________________
14512 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
14513         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
14514              From: Nicholas Clark <nick@unfortu.net>
14515              Date: Tue, 19 Mar 2002 22:37:08 +0000
14516              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
14517              
14518              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
14519              From: Nicholas Clark <nick@ccl4.org>
14520              Date: Tue, 19 Mar 2002 22:39:55 +0000
14521              Message-ID: <20020319223954.G94831@plum.flirble.org>
14522      Branch: perl
14523            - ext/I18N/Langinfo/fallback.xs
14524            ! MANIFEST
14525 ____________________________________________________________________________
14526 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
14527         Log: Text, not binary.
14528      Branch: perl
14529            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14530            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14531 ____________________________________________________________________________
14532 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
14533         Log: Subject: Re: perl@15244
14534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14535              Date: Mon, 18 Mar 2002 17:37:31 +0100
14536              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
14537              
14538              (Goedendag: Dutch whitespace police)
14539      Branch: perl
14540            ! hints/hpux.sh
14541 ____________________________________________________________________________
14542 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
14543         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
14544              From: Nicholas Clark <nick@unfortu.net>
14545              Date: Tue, 19 Mar 2002 21:52:47 +0000
14546              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
14547      Branch: perl
14548            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
14549            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
14550            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
14551            ! ext/Sys/Syslog/Makefile.PL
14552 ____________________________________________________________________________
14553 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
14554         Log: More pathname portability checks.
14555      Branch: perl
14556            ! Porting/check83.pl
14557 ____________________________________________________________________________
14558 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
14559         Log: Begone, Encode::Tcl::Extended.
14560      Branch: perl
14561            ! ext/Encode/lib/Encode/Tcl.pm
14562 ____________________________________________________________________________
14563 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
14564         Log: This is like trying to put the shaving cream
14565              back to the can...
14566      Branch: perl
14567            ! hints/linux.sh
14568 ____________________________________________________________________________
14569 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
14570         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
14571              types of usleep().  Fun, fun. fun.
14572      Branch: perl
14573            ! hints/linux.sh
14574 ____________________________________________________________________________
14575 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
14576         Log: Sarathy's new suggestion for Linux threading flags.
14577      Branch: perl
14578            ! hints/linux.sh
14579 ____________________________________________________________________________
14580 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
14581         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
14582      Branch: perl
14583            - ext/Encode/Encode/euc-jp-0212.ucm
14584            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
14585            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
14586 ____________________________________________________________________________
14587 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
14588         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
14589              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14590              Date: Tue, 19 Mar 2002 00:42:22 +0100
14591              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
14592      Branch: perl
14593            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
14594 ____________________________________________________________________________
14595 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
14596         Log: "+" is not a valid filename character in VMS.
14597      Branch: perl
14598            + ext/Encode/Encode/euc-jp-0212.ucm
14599            - ext/Encode/Encode/euc-jp+0212.ucm
14600            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
14601 ____________________________________________________________________________
14602 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
14603         Log: Update Changes.
14604      Branch: perl
14605            ! Changes patchlevel.h
14606 ____________________________________________________________________________
14607 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
14608         Log: Take away _GNU_SOURCE since that does not seem
14609              to play well with other software (like Apache),
14610              just hint away the WHOAs.
14611      Branch: perl
14612            ! hints/linux.sh
14613 ____________________________________________________________________________
14614 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
14615         Log: metaconfig unit change for #15326.
14616      Branch: metaconfig
14617            ! U/threads/d_crypt_r.U
14618 ____________________________________________________________________________
14619 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
14620         Log: Support crypt_r(const char*,const char*, CRYPTD*).
14621      Branch: perl
14622            ! Configure reentr.h reentr.pl
14623 ____________________________________________________________________________
14624 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
14625         Log: VMS acrobatics from Peter Prymmer.
14626      Branch: perl
14627            ! lib/ExtUtils/t/ExtUtils.t
14628 ____________________________________________________________________________
14629 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
14630         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
14631              From: Stas Bekman <stas@stason.org>
14632              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
14633              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
14634      Branch: perl
14635            ! lib/Pod/Html.pm
14636 ____________________________________________________________________________
14637 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
14638         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
14639              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14640              Date: Tue, 19 Mar 2002 10:49:27 +0100
14641              Message-ID: <20020319104927.C705@rafael>   
14642      Branch: perl
14643            ! ext/B/t/xref.t
14644 ____________________________________________________________________________
14645 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
14646         Log: Integrate perlio:
14647              
14648              [ 15314]
14649              Move docs for Encode::valid_utf8 (which does not exist)
14650              to be docs for utf8::valid() (which does).
14651      Branch: perl
14652           !> ext/Encode/Encode.pm lib/utf8.pm
14653 ____________________________________________________________________________
14654 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
14655         Log: Remove Encode::Tcl::Extended, suggested by
14656              SADAHIRO Tomoyuki.
14657      Branch: perl
14658            - ext/Encode/Encode/euc-jp-0212.enc
14659            - ext/Encode/lib/Encode/Tcl/Extended.pm
14660            ! MANIFEST ext/Encode/MANIFEST
14661            ! ext/Encode/lib/Encode/Tcl/Escape.pm
14662            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
14663 ____________________________________________________________________________
14664 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
14665         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
14666      Branch: perl
14667            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
14668            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
14669            + ext/Encode/t/jisx0212.ref
14670            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
14671            - ext/Encode/t/table.ref
14672            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
14673            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
14674            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
14675            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
14676            ! ext/Encode/lib/Encode/CN/HZ.pm
14677            ! ext/Encode/lib/Encode/Encoding.pm
14678            ! ext/Encode/lib/Encode/Internal.pm
14679            ! ext/Encode/lib/Encode/JP/Constants.pm
14680            ! ext/Encode/lib/Encode/JP/H2Z.pm
14681            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14682            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
14683            ! ext/Encode/lib/Encode/Tcl/Escape.pm
14684            ! ext/Encode/lib/Encode/Tcl/Extended.pm
14685            ! ext/Encode/lib/Encode/Tcl/Table.pm
14686            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
14687            ! ext/Encode/lib/Encode/iso10646_1.pm
14688            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
14689            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
14690            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
14691 ____________________________________________________________________________
14692 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
14693         Log: constness+signedness nit.
14694      Branch: perl
14695            ! ext/Unicode/Normalize/Normalize.xs
14696 ____________________________________________________________________________
14697 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
14698         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
14699      Branch: perl
14700            ! ext/Unicode/Normalize/Changes
14701            ! ext/Unicode/Normalize/Normalize.pm
14702            ! ext/Unicode/Normalize/Normalize.xs
14703            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
14704            ! ext/Unicode/Normalize/t/func.t
14705 ____________________________________________________________________________
14706 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
14707         Log: Split the ebcdic details to perlebcdic.
14708      Branch: perl
14709            ! pod/perlebcdic.pod pod/perluniintro.pod
14710 ____________________________________________________________________________
14711 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
14712         Log: Be explicit.
14713      Branch: perl
14714            ! pod/perluniintro.pod
14715 ____________________________________________________________________________
14716 [ 15315] By: nick                                  on 2002/03/19  09:24:18
14717         Log: Integrate mainline
14718      Branch: perlio
14719           +> ext/List/Util/t/openhan.t
14720           !> (integrate 53 files)
14721 ____________________________________________________________________________
14722 [ 15314] By: nick                                  on 2002/03/19  07:39:07
14723         Log: Move docs for Encode::valid_utf8 (which does not exist)
14724              to be docs for utf8::valid() (which does).
14725      Branch: perlio
14726            ! ext/Encode/Encode.pm lib/utf8.pm
14727 ____________________________________________________________________________
14728 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
14729         Log: Update the Unicode vs EBCDIC situation.
14730      Branch: perl
14731            ! pod/perlebcdic.pod pod/perluniintro.pod
14732 ____________________________________________________________________________
14733 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
14734         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
14735              From: Robert Spier <rspier@pobox.com>
14736              Date: Mon, 18 Mar 2002 19:22:55 -0800
14737              Message-ID: <15510.44815.383439.823671@rls.cx>
14738      Branch: perl
14739            ! ext/threads/t/end.t
14740 ____________________________________________________________________________
14741 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
14742         Log: UTF-8 walk errors that become visible in EBCDIC.
14743      Branch: perl
14744            ! regexec.c
14745 ____________________________________________________________________________
14746 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
14747         Log: s/regcinclasslen/reginclass/ and remove the old
14748              reginclass since nothing is using it.
14749      Branch: perl
14750            ! embed.fnc embed.h proto.h regexec.c
14751 ____________________________________________________________________________
14752 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
14753         Log: Close the file so it can be (a) removed (b) reopened.
14754      Branch: perl
14755            ! ext/B/t/xref.t
14756 ____________________________________________________________________________
14757 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
14758         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
14759              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14760              Date: Mon, 18 Mar 2002 23:14:31 +0100
14761              Message-ID: <20020318231431.A699@rafael>
14762      Branch: perl
14763            ! ext/B/B.xs utf8.c
14764 ____________________________________________________________________________
14765 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
14766         Log: Failed patch hunk reapplied.
14767      Branch: perl
14768            ! lib/Tie/File/t/32_defer_misc.t
14769 ____________________________________________________________________________
14770 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
14771         Log: For DEBUGGING threaded builds.
14772      Branch: perl
14773            ! sv.c
14774 ____________________________________________________________________________
14775 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
14776         Log: AUTHORS update.
14777      Branch: perl
14778            ! AUTHORS
14779 ____________________________________________________________________________
14780 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
14781         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
14782              (Fix from Craig Berry)
14783      Branch: perl
14784            ! pp_sys.c
14785 ____________________________________________________________________________
14786 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
14787         Log: Subject: [PATCH] configure.com home-grown kill() check
14788              From: "Craig A. Berry" <craigberry@mac.com>
14789              Date: Mon, 18 Mar 2002 13:52:59 -0600
14790              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
14791      Branch: perl
14792            ! configure.com
14793 ____________________________________________________________________________
14794 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
14795         Log: Upgrade to Tie::File 0.50.
14796      Branch: perl
14797            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
14798            ! lib/Tie/File/t/32_defer_misc.t
14799 ____________________________________________________________________________
14800 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
14801         Log: AUTHORS updates.
14802      Branch: perl
14803            ! AUTHORS
14804 ____________________________________________________________________________
14805 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
14806         Log: Update Changes.
14807      Branch: perl
14808            ! Changes patchlevel.h
14809 ____________________________________________________________________________
14810 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
14811         Log: OS/390 update.
14812      Branch: perl
14813            ! pod/perldelta.pod
14814 ____________________________________________________________________________
14815 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
14816         Log: Forgot from #15288.
14817      Branch: perl
14818            ! ext/B/B.xs
14819 ____________________________________________________________________________
14820 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
14821         Log: Make regex DEBUGGING faster.
14822      Branch: perl
14823            ! perl.c perl.h regexec.c
14824 ____________________________________________________________________________
14825 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
14826         Log: Undo accidental perl.h part of #15295 (wait for #15297)
14827      Branch: perl
14828            ! perl.h
14829 ____________________________________________________________________________
14830 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
14831         Log: Subject: prefix slip
14832              From: andreas.koenig@anima.de (Andreas J. Koenig)
14833              Date: Mon, 18 Mar 2002 16:24:46 +0100
14834              Message-ID: <m3y9gp3nlt.fsf@anima.de>
14835              
14836              (perl.h part accidental, undone by #15296)
14837      Branch: perl
14838            ! INSTALL perl.h
14839 ____________________________________________________________________________
14840 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
14841         Log: Be tidy.
14842      Branch: perl
14843            ! ext/B/t/xref.t
14844 ____________________________________________________________________________
14845 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
14846         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
14847              From: Spider Boardman <spider@web.zk3.dec.com>
14848              Date: Mon, 18 Mar 2002 10:09:50 -0500
14849              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
14850      Branch: perl
14851            ! README.tru64 hints/dec_osf.sh
14852 ____________________________________________________________________________
14853 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
14854         Log: NetWare tweaks from C Aditya <caditya@novell.com>
14855      Branch: perl
14856            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
14857 ____________________________________________________________________________
14858 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
14859         Log: metaconfig unit change for #15290.
14860      Branch: metaconfig/U/perl
14861            ! perlxv.U
14862 ____________________________________________________________________________
14863 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
14864         Log: Subject: d_nv_preserves_uv_bits
14865              From: Nicholas Clark <nick@unfortu.net>
14866              Date: Thu, 14 Mar 2002 22:24:19 +0000
14867              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
14868      Branch: perl
14869            ! Configure Porting/Glossary Porting/config.sh config_h.SH
14870            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
14871            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
14872            ! win32/config.bc win32/config.gc win32/config.vc
14873            ! win32/config.win64
14874 ____________________________________________________________________________
14875 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
14876         Log: Subject: Re: perl@15244
14877              From: Spider Boardman <spider@web.zk3.dec.com>
14878              Date: Mon, 18 Mar 2002 09:38:55 -0500
14879              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
14880              
14881              (IA64 work.)
14882      Branch: perl
14883            ! hints/hpux.sh perl.h
14884 ____________________________________________________________________________
14885 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
14886         Log: Subject: [PATCH B] B::perlstring()
14887              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14888              Date: Sun, 17 Mar 2002 23:06:12 +0100
14889              Message-ID: <20020317230612.A24442@rafael>
14890      Branch: perl
14891            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
14892 ____________________________________________________________________________
14893 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
14894         Log: Subject: [PATCH] another pack "w" thing
14895              From: Nicholas Clark <nick@unfortu.net>
14896              Date: Sat, 16 Mar 2002 21:52:15 +0000
14897              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
14898      Branch: perl
14899            ! pp_pack.c t/op/pack.t
14900 ____________________________________________________________________________
14901 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
14902         Log: More prototypes blindness in Solaris.
14903              (TODO: readdir64_r really needs to be seen.)
14904      Branch: perl
14905            ! hints/solaris_2.sh
14906 ____________________________________________________________________________
14907 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
14908         Log: Integrate perlio:
14909              
14910              [ 15282]
14911              Tidy the "does not map" message for non-characters
14912              (e.g. iso-8859-3 "\xA5").
14913      Branch: perl
14914           !> ext/Encode/Encode.xs
14915 ____________________________________________________________________________
14916 [ 15284] By: nick                                  on 2002/03/18  11:00:31
14917         Log: Integrate mainline
14918      Branch: perlio
14919           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
14920           +> lib/Tie/File/t/32_defer_misc.t
14921           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
14922           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
14923           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
14924           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
14925           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
14926           !> reentr.pl regexec.c t/op/pat.t util.c
14927 ____________________________________________________________________________
14928 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
14929         Log: Sync with Scalar-List-Utils-1.07
14930      Branch: perl
14931            + ext/List/Util/t/openhan.t
14932            ! MANIFEST ext/List/Util/ChangeLog
14933            ! ext/List/Util/lib/List/Util.pm
14934            ! ext/List/Util/lib/Scalar/Util.pm
14935 ____________________________________________________________________________
14936 [ 15282] By: nick                                  on 2002/03/18  08:11:28
14937         Log: Tidy the "does not map" message for non-characters
14938              (e.g. iso-8859-3 "\xA5").
14939      Branch: perlio
14940            ! ext/Encode/Encode.xs
14941 ____________________________________________________________________________
14942 [ 15281] By: ams                                   on 2002/03/18  04:44:37
14943         Log: URL fix from MJD.
14944      Branch: perl
14945            ! pod/perlfaq3.pod
14946 ____________________________________________________________________________
14947 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
14948         Log: More prototype calming (really should fix the Configure
14949              protochk, but not at this point in time).
14950      Branch: perl
14951            ! hints/solaris_2.sh
14952 ____________________________________________________________________________
14953 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
14954         Log: return at the wrong side of #endif.
14955      Branch: perl
14956            ! util.c
14957 ____________________________________________________________________________
14958 [ 15278] By: ams                                   on 2002/03/17  23:45:31
14959         Log: Typo fix from Stas Bekman.
14960      Branch: perl
14961            ! pod/perlhack.pod
14962 ____________________________________________________________________________
14963 [ 15277] By: ams                                   on 2002/03/17  23:41:35
14964         Log: Upgrade to Tie::File 0.21.
14965      Branch: perl
14966            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
14967            + lib/Tie/File/t/32_defer_misc.t
14968            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14969            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
14970            ! lib/Tie/File/t/22_autochomp.t
14971 ____________________________________________________________________________
14972 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
14973         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
14974              character classes use inlined macros instead of the full
14975              function call.
14976      Branch: perl
14977            ! regexec.c
14978 ____________________________________________________________________________
14979 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
14980         Log: Integrate perlio:
14981              
14982              [ 15274]
14983              Other :encoding oddities
14984              - we should really pop while we can still make method calls
14985              in case DESTROY does something.
14986              - Provide a no-op DESTROY
14987              - Use SvPV_only() rather than just SvPV_on()
14988              
14989              [ 15273]
14990              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
14991      Branch: perl
14992           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
14993           !> ext/Encode/lib/Encode/Encoding.pm sv.c
14994 ____________________________________________________________________________
14995 [ 15274] By: nick                                  on 2002/03/17  20:00:12
14996         Log: Other :encoding oddities
14997              - we should really pop while we can still make method calls
14998              in case DESTROY does something.
14999              - Provide a no-op DESTROY
15000              - Use SvPV_only() rather than just SvPV_on()
15001      Branch: perlio
15002            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15003            ! ext/Encode/lib/Encode/Encoding.pm
15004 ____________________________________________________________________________
15005 [ 15273] By: nick                                  on 2002/03/17  19:53:24
15006         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
15007      Branch: perlio
15008            ! sv.c
15009 ____________________________________________________________________________
15010 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
15011         Log: Implement the retry-on-ERANGE for the get*_r().
15012              The buffer will keep doubling until 64k.
15013      Branch: perl
15014            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
15015            ! reentr.h reentr.pl
15016 ____________________________________________________________________________
15017 [ 15271] By: nick                                  on 2002/03/17  17:38:44
15018         Log: Integrate mainline
15019      Branch: perlio
15020           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
15021           +> t/op/pow.t
15022           !> (integrate 28 files)
15023 ____________________________________________________________________________
15024 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
15025         Log: Subject: UTF-8 bug (maybe alreayd known?)
15026              From: andreas.koenig@anima.de (Andreas J. Koenig)
15027              Date: Fri, 08 Mar 2002 16:36:01 +0100
15028              Message-ID: <m3n0xjul5q.fsf@anima.de>
15029      Branch: perl
15030            ! pp_hot.c t/op/pat.t
15031 ____________________________________________________________________________
15032 [ 15269] By: nick                                  on 2002/03/17  09:12:39
15033         Log: Integarate mainline
15034      Branch: perlio
15035           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
15036           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
15037           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
15038           !> (integrate 69 files)
15039 ____________________________________________________________________________
15040 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
15041         Log: Subject: SEGV in s/// and UTF-8
15042              From: andreas.koenig@anima.de (Andreas J. Koenig)
15043              Date: Tue, 12 Mar 2002 00:40:09 +0100
15044              Message-ID: <m3r8mqad2e.fsf@anima.de>
15045      Branch: perl
15046            ! regexec.c t/op/pat.t
15047 ____________________________________________________________________________
15048 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
15049         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
15050              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
15051              which assume that 2**someinteger is accurate.
15052      Branch: perl
15053            + t/op/pow.t
15054            ! MANIFEST pp.c t/test.pl
15055 ____________________________________________________________________________
15056 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
15057         Log: _r-ify config.win64, too.
15058      Branch: perl
15059            ! win32/config.win64
15060 ____________________________________________________________________________
15061 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
15062         Log: Better place to initialize (IRIX cc noticed that
15063              the many "goto defchars" bypass the initialization)
15064      Branch: perl
15065            ! regcomp.c
15066 ____________________________________________________________________________
15067 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
15068         Log: If not building threaded, never mind the threaded prototypes.
15069      Branch: perl
15070            ! Configure reentr.pl
15071 ____________________________________________________________________________
15072 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
15073         Log: metaconfig: If not using threads, not point probing for the
15074              prototypes (since they might be hidden behind many defines
15075              we won't have if not building threaded)
15076      Branch: metaconfig
15077            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15078            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15079            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15080            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15081            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15082            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15083            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15084            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15085            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15086            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15087            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15088            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15089            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15090            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15091            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15092            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15093            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15094            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15095            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15096            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15097            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15098            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15099            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15100            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15101 ____________________________________________________________________________
15102 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
15103         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
15104      Branch: perl
15105            ! hints/freebsd.sh
15106 ____________________________________________________________________________
15107 [ 15261] By: ams                                   on 2002/03/16  18:14:04
15108         Log: Upgrade to Tie::File 0.20.
15109      Branch: perl
15110            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
15111            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
15112            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
15113            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
15114            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
15115            ! lib/Tie/File/t/11_rv_splice_rs.t
15116            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
15117            ! lib/Tie/File/t/16_handle.t
15118 ____________________________________________________________________________
15119 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
15120         Log: There seems to be a trend for the *time_r to be hidden.
15121      Branch: perl
15122            ! hints/irix_6.sh
15123 ____________________________________________________________________________
15124 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
15125         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
15126              From: Stas Bekman <stas@stason.org>
15127              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
15128              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
15129      Branch: perl
15130            ! lib/Pod/Html.pm
15131 ____________________________________________________________________________
15132 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
15133         Log: Subject: [PATCH] Re: dumpvar.pl bug
15134              From: Peter Scott <Peter@PSDT.com>
15135              Date: Fri, 15 Mar 2002 18:19:21 -0800
15136              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
15137      Branch: perl
15138            ! lib/dumpvar.pl lib/perl5db.pl
15139 ____________________________________________________________________________
15140 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
15141         Log: More paranoid _r protochecking.  At least Tru64 and
15142              Linux need additional hinting help to believe that
15143              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
15144              to see what goes bang.
15145      Branch: perl
15146            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
15147            ! reentr.pl
15148 ____________________________________________________________________________
15149 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
15150         Log: metaconfig: more paranoid _r protochecking.
15151      Branch: metaconfig
15152            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15153            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15154            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15155            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15156            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15157            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15158            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15159            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15160            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15161            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15162            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15163            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15164            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15165            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15166            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15167            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15168            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15169            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15170            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15171            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15172            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15173            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15174            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15175            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15176 ____________________________________________________________________________
15177 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
15178         Log: HP-UX gcc 3 warnings found by Sarathy.
15179      Branch: perl
15180            ! regcomp.c sv.c
15181 ____________________________________________________________________________
15182 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
15183         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
15184              From: Slaven Rezic <slaven.rezic@berlin.de>
15185              Date: 16 Mar 2002 15:29:18 +0100
15186              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
15187      Branch: perl
15188            ! pod/perldelta.pod
15189 ____________________________________________________________________________
15190 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
15191         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
15192      Branch: perl
15193            ! Porting/findrfuncs reentr.h reentr.pl
15194 ____________________________________________________________________________
15195 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
15196         Log: UIN32_MAX with borken under HP-UX+gcc
15197      Branch: perl
15198            ! handy.h
15199 ____________________________________________________________________________
15200 [ 15251] By: ams                                   on 2002/03/16  02:38:08
15201         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
15202              *::DESTROY() is deprecated
15203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15204              Date: Thu, 14 Mar 2002 18:39:22 -0500
15205              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
15206              
15207              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
15208              *::DESTROY() is deprecated
15209              From: Dave Mitchell <davem@fdgroup.com>
15210              Date: Fri, 15 Mar 2002 19:22:49 +0000
15211              Message-Id: <20020315192249.A22389@fdgroup.com>
15212      Branch: perl
15213            ! gv.c t/op/method.t
15214 ____________________________________________________________________________
15215 [ 15250] By: ams                                   on 2002/03/16  02:14:41
15216         Log: Plural nit.
15217      Branch: perl
15218            ! pod/perldelta.pod
15219 ____________________________________________________________________________
15220 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
15221         Log: Doesn't make sense to test for protos if the
15222              functions are not to be used (!= functions exist!)
15223              This might be the key (well, a key) to the HP-UX
15224              problems.
15225      Branch: perl
15226            ! reentr.h reentr.pl
15227 ____________________________________________________________________________
15228 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
15229         Log: Typo in #15247.
15230      Branch: perl
15231            ! hints/hpux.sh
15232 ____________________________________________________________________________
15233 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
15234         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
15235              in HP-UX (from H.Merijn Brand)
15236      Branch: perl
15237            ! hints/hpux.sh
15238 ____________________________________________________________________________
15239 [ 15246] By: ams                                   on 2002/03/15  17:53:23
15240         Log: Subject: minor corrections in perldelta.pod
15241              From: mjd@plover.com
15242              Date: 15 Mar 2002 18:48:42 -0000
15243              Message-Id: <20020315184842.13573.qmail@plover.com>
15244      Branch: perl
15245            ! pod/perldelta.pod
15246 ____________________________________________________________________________
15247 [ 15245] By: ams                                   on 2002/03/15  17:37:52
15248         Log: Upgrade to Tie::File 0.19.
15249      Branch: perl
15250            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
15251            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
15252            + lib/Tie/File/t/21_win32.t
15253            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
15254            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
15255            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
15256            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
15257            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
15258            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
15259            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
15260            ! lib/Tie/File/t/17_misc_meth.t
15261 ____________________________________________________________________________
15262 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
15263         Log: Update Changes.
15264      Branch: perl
15265            ! Changes patchlevel.h
15266 ____________________________________________________________________________
15267 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
15268         Log: Forgot from #15241.
15269      Branch: perl
15270            ! win32/config_sh.PL
15271 ____________________________________________________________________________
15272 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
15273         Log: Subject: patch pod/perltodo.pod
15274              From: mjd@plover.com
15275              Date: 15 Mar 2002 15:42:18 -0000
15276              Message-ID: <20020315154218.10163.qmail@plover.com>
15277              
15278              (With s/WANT/Want/)
15279      Branch: perl
15280            ! pod/perltodo.pod
15281 ____________________________________________________________________________
15282 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
15283         Log: Subject: [PATCH bleadperl] (revision 5 undef)
15284              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15285              Date: Fri, 15 Mar 2002 00:39:48 +0100
15286              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
15287      Branch: perl
15288            ! win32/config.bc win32/config.gc win32/config.vc
15289            ! win32/config.win64
15290 ____________________________________________________________________________
15291 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
15292         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
15293              From: Michael G Schwern <schwern@pobox.com>
15294              Date: Thu, 14 Mar 2002 16:39:29 -0500
15295              Message-ID: <20020314213929.GA2912@blackrider>
15296      Branch: perl
15297            ! lib/perl5db.pl
15298 ____________________________________________________________________________
15299 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
15300         Log: Integrate perlio:
15301              
15302              [ 15235]
15303              Add the binmode()s to make JP.t pass on Win32
15304      Branch: perl
15305           !> embed.fnc ext/Encode/t/JP.t
15306 ____________________________________________________________________________
15307 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
15308         Log: Monster _r patch: try to scan for all known _r variants,
15309              and then use them (under ithreads).  May fail in HP-UX,
15310              and the op/groups is known to be fickle everywhere.  Known
15311              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
15312              warnings in AIX since the first arguments of getnetbyaddr
15313              and getnetbyadd_r are of different types.  Thanks, IBM.)
15314              
15315              In non-Configure platforms deny the existence of any
15316              of the _r thingies.  (Also add the recently introduced
15317              d_tm_* to places it wasn't already in.)
15318              
15319              TODO: the suggested glibc buffer growth retry loop in case
15320              some entries (at least for: gr*, host*) are big.
15321              Forgot win32/config.win64.
15322      Branch: perl
15323            + reentr.c reentr.h reentr.pl
15324            ! Configure MANIFEST Makefile.SH NetWare/Makefile
15325            ! NetWare/config.wc Porting/Glossary Porting/config.sh
15326            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
15327            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
15328            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
15329            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
15330            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
15331            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
15332            ! win32/config.bc win32/config.gc win32/config.vc
15333            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
15334 ____________________________________________________________________________
15335 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
15336         Log: Be more explicit on when is the $! worth anything.
15337      Branch: perl
15338            ! pod/perlvar.pod
15339 ____________________________________________________________________________
15340 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
15341         Log: metaconfig: _r _r we go.
15342      Branch: metaconfig
15343            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15344            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15345            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15346            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15347            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15348            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15349            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15350            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15351            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15352            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15353            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15354            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15355            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15356            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15357            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15358            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15359            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15360            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15361            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15362            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15363            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15364            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15365            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15366            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15367 ____________________________________________________________________________
15368 [ 15235] By: nick                                  on 2002/03/15  07:31:54
15369         Log: Add the binmode()s to make JP.t pass on Win32
15370      Branch: perlio
15371            ! ext/Encode/t/JP.t
15372 ____________________________________________________________________________
15373 [ 15234] By: nick                                  on 2002/03/15  07:20:49
15374         Log: Integrate perlio:
15375              
15376              [ 15233]
15377              Mark JP.t's data files as binary
15378              
15379              [ 15011]
15380              Avoid $Id$ cleverness and just have a $VERSION.
15381      Branch: perl
15382           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
15383 ____________________________________________________________________________
15384 [ 15233] By: nick                                  on 2002/03/15  07:18:02
15385         Log: Mark JP.t's data files as binary
15386      Branch: perlio
15387            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
15388 ____________________________________________________________________________
15389 [ 15232] By: nick                                  on 2002/03/15  07:13:38
15390         Log: Integrate mainline
15391      Branch: perlio
15392           +> ext/B/t/xref.t
15393           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
15394           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
15395           !> perl.c t/op/arith.t
15396 ____________________________________________________________________________
15397 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
15398         Log: The section needs to be in the makedepend script
15399              (from Jan-Erik Karlsson).
15400      Branch: perl
15401            ! makedepend.SH
15402 ____________________________________________________________________________
15403 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
15404         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
15405              From: Nicholas Clark <nick@unfortu.net>
15406              Date: Thu, 14 Mar 2002 23:05:23 +0000
15407              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
15408      Branch: perl
15409            ! ext/Safe/safe2.t
15410 ____________________________________________________________________________
15411 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
15412         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
15413              From: "Brent Dax" <brentdax@cpan.org>
15414              Date: Thu, 14 Mar 2002 09:08:41 -0800
15415              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
15416      Branch: perl
15417            ! lib/Pod/Html.pm
15418 ____________________________________________________________________________
15419 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
15420         Log: metaconfig: one round again for the _r.
15421      Branch: metaconfig
15422            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15423            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15424            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15425            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15426            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15427            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15428            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15429            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15430            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15431            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15432            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15433            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15434            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15435            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15436            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15437            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15438            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15439            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15440            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15441            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15442            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15443            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15444            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15445            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15446 ____________________________________________________________________________
15447 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
15448         Log: metaconfig: new round of the _r units.
15449      Branch: metaconfig
15450            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15451            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15452            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15453            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15454            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15455            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15456            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15457            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15458            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15459            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15460            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15461            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15462            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15463            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15464            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15465            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15466            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15467            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15468            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15469            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15470            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15471            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15472            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15473            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15474      Branch: metaconfig/U/perl
15475            + i_crypt.U
15476 ____________________________________________________________________________
15477 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
15478         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
15479              From: Paul_GreenVOS@vos.stratus.com
15480              Date: Tue, 12 Mar 02 19:22 est   
15481              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
15482      Branch: perl
15483            ! lib/Benchmark.t t/op/arith.t
15484 ____________________________________________________________________________
15485 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
15486         Log: Subject: Re: Win32: C:\Program Files
15487              From: "Ken Williams" <ken@mathforum.org>
15488              Date: Wed, 13 Mar 2002 17:50:59 -0600
15489              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
15490              
15491              Add -t to perl -h.
15492      Branch: perl
15493            ! perl.c
15494 ____________________________________________________________________________
15495 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
15496         Log: Extra paranoia from Nick Clark.
15497      Branch: perl
15498            ! ext/Safe/safe2.t
15499 ____________________________________________________________________________
15500 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
15501         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
15502              From: Nicholas Clark <nick@ccl4.org>
15503              Date: Wed, 13 Mar 2002 14:22:50 +0000
15504              Message-ID: <20020313142250.G92566@plum.flirble.org>
15505      Branch: perl
15506            ! ext/Safe/safe2.t
15507 ____________________________________________________________________________
15508 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
15509         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
15510              From: <slaven.rezic@berlin.de>
15511              Date: Tue, 12 Mar 2002 13:03:41 +0100      
15512              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
15513      Branch: perl
15514            ! Makefile.SH
15515 ____________________________________________________________________________
15516 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
15517         Log: Subject: [PATCH] a test for B::Xref
15518              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15519              Date: Wed, 13 Mar 2002 17:18:57 +0100
15520              Message-ID: <20020313171857.F1144@rafael>
15521      Branch: perl
15522            + ext/B/t/xref.t
15523            ! MANIFEST ext/B/B/Xref.pm
15524 ____________________________________________________________________________
15525 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
15526         Log: Subject: [PATCH] Exporter.pm POD fixups
15527              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15528              Date: Wed, 13 Mar 2002 16:21:42 +0100
15529              Message-ID: <20020313162142.A1144@rafael>
15530      Branch: perl
15531            ! lib/Exporter.pm
15532 ____________________________________________________________________________
15533 [ 15219] By: nick                                  on 2002/03/14  07:00:16
15534         Log: Integrate mainline
15535      Branch: perlio
15536           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
15537 ____________________________________________________________________________
15538 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
15539         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
15540              From: Michael G Schwern <schwern@pobox.com>
15541              Date: Wed, 13 Mar 2002 17:43:00 -0500
15542              Message-ID: <20020313224300.GG3311@blackrider>
15543      Branch: perl
15544            ! lib/ExtUtils/MM_VMS.pm
15545 ____________________________________________________________________________
15546 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
15547         Log: Pod tweak.
15548      Branch: perl
15549            ! lib/open.pm
15550 ____________________________________________________________________________
15551 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
15552         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
15553              From: "Craig A. Berry" <craigberry@mac.com>
15554              Date: Wed, 13 Mar 2002 01:44:01 -0600
15555              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
15556      Branch: perl
15557            ! vms/descrip_mms.template
15558 ____________________________________________________________________________
15559 [ 15215] By: nick                                  on 2002/03/13  08:08:36
15560         Log: Integrate mainline.
15561      Branch: perlio
15562           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
15563            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
15564            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
15565            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
15566            - ext/Data/Util/t/Hash.t
15567           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
15568           !> ext/Encode/lib/Encode/CN/HZ.pm
15569           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15570           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
15571           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
15572           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
15573           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
15574           !> t/op/override.t toke.c universal.c
15575 ____________________________________________________________________________
15576 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
15577         Log: metaconfig: three guesses.
15578      Branch: metaconfig
15579            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15580            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15581            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15582            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15583            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15584            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15585            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15586            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15587            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15588            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15589            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15590            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15591            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15592            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15593            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15594            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15595            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15596            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15597            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15598            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15599            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15600            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15601            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15602            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15603 ____________________________________________________________________________
15604 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
15605         Log: metaconfig: regen _r units again.
15606      Branch: metaconfig
15607            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15608            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15609            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15610            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15611            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15612            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15613            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15614            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15615            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15616            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15617            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15618            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15619            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15620            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15621            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15622            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15623            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15624            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15625            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15626            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15627            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15628            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15629            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15630            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15631 ____________________________________________________________________________
15632 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
15633         Log: metaconfig: regen _r units.
15634      Branch: metaconfig
15635            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
15636            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15637            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15638            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15639            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15640            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15641            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15642            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15643            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15644            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15645            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15646            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15647            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15648            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15649            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15650            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15651            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15652            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15653            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15654            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15655            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15656            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15657            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15658            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15659            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15660 ____________________________________________________________________________
15661 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
15662         Log: metaconfig unit tweaks.
15663      Branch: metaconfig
15664            + U/threads/d_setprotoent_r.U
15665            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
15666            ! U/threads/d_tmpnam_r.U
15667 ____________________________________________________________________________
15668 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
15669         Log: metaconfig: replace the _r units with autogenerated ones.
15670      Branch: metaconfig
15671            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15672            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
15673            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15674            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
15675            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
15676            + U/threads/d_getprotobyname_r.U
15677            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15678            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
15679            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
15680            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15681            + U/threads/d_setservent_r.U
15682            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
15683            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
15684            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
15685            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
15686            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
15687            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
15688            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
15689            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
15690            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
15691            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15692            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15693            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15694            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
15695            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15696            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
15697            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
15698            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15699            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15700            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15701            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
15702            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
15703            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
15704            ! U/threads/d_ttyname_r.U
15705 ____________________________________________________________________________
15706 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
15707         Log: More known threadsafings.
15708      Branch: perl
15709            ! Porting/findrfuncs
15710 ____________________________________________________________________________
15711 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
15712         Log: Small tweaks.
15713      Branch: perl
15714            ! lib/Internals.t universal.c
15715 ____________________________________________________________________________
15716 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
15717         Log: VERSIONize.
15718      Branch: perl
15719            ! ext/Encode/lib/Encode/CN/HZ.pm
15720            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15721            ! ext/Encode/lib/Encode/JP/JIS.pm
15722 ____________________________________________________________________________
15723 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
15724         Log: Subject: perl datastructure conversion shortcuts for DDD
15725              From: Stas Bekman <stas@stason.org>
15726              Date: Mon, 11 Mar 2002 14:54:31 +0800
15727              Message-ID: <3C8C54A7.5020502@stason.org>
15728      Branch: perl
15729            ! pod/perlhack.pod
15730 ____________________________________________________________________________
15731 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
15732         Log: Regen modlib.
15733      Branch: perl
15734            ! pod/perlmodlib.pod
15735 ____________________________________________________________________________
15736 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
15737         Log: Regen toc.
15738      Branch: perl
15739            ! pod/perltoc.pod
15740 ____________________________________________________________________________
15741 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
15742         Log: Tiny pod tweaks.
15743      Branch: perl
15744            ! lib/Hash/Util.pm
15745 ____________________________________________________________________________
15746 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
15747         Log: perldeltaize Hash::Util.
15748      Branch: perl
15749            ! pod/perldelta.pod
15750 ____________________________________________________________________________
15751 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
15752         Log: Move the readonly interface back to universal.c,
15753              (new name: Internals::SvREADONLY), remove Data::Util,
15754              move Hash::Util to lib, also introduce refcnt interface
15755              (Internals::SvREFCNT).     Make both the new interfaces
15756              to be more sane so that if they set the value, they return
15757              the new value, not the old one.
15758      Branch: perl
15759            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
15760            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
15761            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
15762            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
15763            - ext/Data/Util/t/Hash.t
15764            ! MANIFEST ext/B/t/stash.t universal.c
15765 ____________________________________________________________________________
15766 [ 15200] By: ams                                   on 2002/03/12  15:16:05
15767         Log: Subject: Disambiguate "Can't locate"
15768              From: Mike Guy <mjtg@cam.ac.uk>
15769              Date: Tue, 12 Mar 2002 16:04:23 +0000
15770              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
15771      Branch: perl
15772            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
15773            ! pp_ctl.c t/op/override.t
15774 ____________________________________________________________________________
15775 [ 15199] By: ams                                   on 2002/03/12  15:04:43
15776         Log: Subject: [PATCH] perl/lib/File/stat.t
15777              From: Paul_GreenVOS@vos.stratus.com
15778              Date: Tue, 12 Mar 02 11:00 est
15779              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
15780      Branch: perl
15781            ! lib/File/stat.t
15782 ____________________________________________________________________________
15783 [ 15198] By: ams                                   on 2002/03/12  15:00:44
15784         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
15785              From: Robin Barker <rmb1@cise.npl.co.uk>
15786              Date: Tue, 12 Mar 2002 13:31:58 GMT
15787              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
15788      Branch: perl
15789            ! pod/perlfunc.pod
15790 ____________________________________________________________________________
15791 [ 15197] By: ams                                   on 2002/03/12  14:57:34
15792         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
15793              From: "Clinton A. Pierce" <clintp@geeksalad.org>
15794              Date: Tue, 12 Mar 2002 10:11:53 -0500
15795              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
15796      Branch: perl
15797            ! toke.c
15798 ____________________________________________________________________________
15799 [ 15196] By: nick                                  on 2002/03/12  13:40:35
15800         Log: Integrate mainline
15801      Branch: perlio
15802           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
15803           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
15804           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
15805           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
15806            - t/lib/access.t
15807           !> (integrate 96 files)
15808 ____________________________________________________________________________
15809 [ 15195] By: nick                                  on 2002/03/12  06:08:24
15810         Log: Integrate mainline (a while ago)
15811      Branch: perlio
15812           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
15813           +> ext/Encode/t/TW.t
15814            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
15815            - ext/Encode/lib/Encode/Tcl/HanZi.pm
15816            - ext/I18N/Langinfo/fallback.c
15817           !> (integrate 80 files)
15818 ____________________________________________________________________________
15819 [ 15194] By: ams                                   on 2002/03/12  06:02:20
15820         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
15821              From: Jonathan Stowe <gellyfish@gellyfish.com>
15822              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
15823              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
15824      Branch: perl
15825            ! ext/Encode/CN/Makefile.PL
15826 ____________________________________________________________________________
15827 [ 15193] By: ams                                   on 2002/03/12  05:55:07
15828         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
15829              From: Dave Mitchell <davem@fdgroup.co.uk>
15830              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
15831              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
15832      Branch: perl
15833            ! pod/perlguts.pod
15834 ____________________________________________________________________________
15835 [ 15192] By: ams                                   on 2002/03/12  05:50:08
15836         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
15837              From: Anton Tagunov <tagunov@motor.ru>
15838              Date: Tue, 12 Mar 2002 01:40:58 +0300
15839              Message-Id: <1194068830.20020312014058@motor.ru>
15840              (Applied with tweaks.)
15841      Branch: perl
15842            ! lib/utf8.pm
15843 ____________________________________________________________________________
15844 [ 15191] By: ams                                   on 2002/03/12  05:42:21
15845         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
15846              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15847              Date: Sun, 10 Mar 2002 22:10:15 +0100
15848              Message-Id: <3C8BD9C7.13988.73992D@localhost>
15849      Branch: perl
15850            ! iperlsys.h
15851 ____________________________________________________________________________
15852 [ 15190] By: ams                                   on 2002/03/12  05:38:08
15853         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
15854              From: Anton Tagunov <tagunov@motor.ru>
15855              Date: Mon, 11 Mar 2002 23:27:47 +0300
15856              Message-Id: <19414222180.20020311232747@motor.ru>
15857      Branch: perl
15858            ! pod/perlsub.pod
15859 ____________________________________________________________________________
15860 [ 15189] By: ams                                   on 2002/03/12  05:34:49
15861         Log: Subject: minor patch for comment in utfebcdic.h
15862              From: Anton Tagunov <tagunov@motor.ru>
15863              Date: Tue, 12 Mar 2002 00:20:21 +0300
15864              Message-Id: <13817376786.20020312002021@motor.ru>
15865      Branch: perl
15866            ! utfebcdic.h
15867 ____________________________________________________________________________
15868 [ 15188] By: ams                                   on 2002/03/12  05:32:30
15869         Log: Subject: [PATCH ?] B::Xref improvements
15870              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15871              Date: Mon, 11 Mar 2002 23:32:20 +0100
15872              Message-Id: <20020311233220.A12677@rafael>
15873      Branch: perl
15874            ! ext/B/B/Xref.pm
15875 ____________________________________________________________________________
15876 [ 15187] By: ams                                   on 2002/03/12  05:30:02
15877         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
15878              From: Paul_GreenVOS@vos.stratus.com
15879              Date: Mon, 11 Mar 02 17:23 est
15880              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
15881      Branch: perl
15882            ! lib/ExtUtils/MM_Unix.pm
15883 ____________________________________________________________________________
15884 [ 15186] By: ams                                   on 2002/03/12  05:27:06
15885         Log: Subject: [PATCH] installperl - minor untangle for VOS
15886              From: Paul_GreenVOS@vos.stratus.com
15887              Date: Mon, 11 Mar 02 17:05 est
15888              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
15889      Branch: perl
15890            ! installperl
15891 ____________________________________________________________________________
15892 [ 15185] By: ams                                   on 2002/03/12  05:25:59
15893         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
15894              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15895              Date: Mon, 11 Mar 2002 22:37:39 +0100
15896              Message-Id: <20020311223739.A691@rafael>
15897      Branch: perl
15898            ! ext/B/B/Deparse.pm
15899 ____________________________________________________________________________
15900 [ 15184] By: ams                                   on 2002/03/12  05:20:54
15901         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
15902              From: Michael G Schwern <schwern@pobox.com>
15903              Date: Tue, 12 Mar 2002 01:12:08 -0500
15904              Message-Id: <20020312061208.GD904@blackrider>
15905      Branch: perl
15906            ! hints/netbsd.sh
15907 ____________________________________________________________________________
15908 [ 15183] By: ams                                   on 2002/03/12  04:12:30
15909         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
15910              From: Autrijus Tang <autrijus@autrijus.org>
15911              Date: Tue, 12 Mar 2002 13:05:53 +0800
15912              Message-Id: <20020312050553.GA7864@not.autrijus.org>
15913              (Only doc hunk applied, supplementing #15182.)
15914      Branch: perl
15915            ! ext/Encode/Encode.pm
15916 ____________________________________________________________________________
15917 [ 15182] By: ams                                   on 2002/03/12  04:04:34
15918         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
15919              From: Autrijus Tang <autrijus@autrijus.org>
15920              Date: Tue, 12 Mar 2002 12:56:46 +0800
15921              Message-Id: <20020312045646.GA7689@not.autrijus.org>
15922              (Private mail.)
15923      Branch: perl
15924            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
15925 ____________________________________________________________________________
15926 [ 15181] By: ams                                   on 2002/03/12  03:09:20
15927         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
15928              From: Autrijus Tang <autrijus@autrijus.org>
15929              Date: Tue, 12 Mar 2002 11:55:06 +0800
15930              Message-Id: <20020312035506.GA6946@not.autrijus.org>
15931      Branch: perl
15932            ! ext/Encode/Encode.pm
15933 ____________________________________________________________________________
15934 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
15935         Log: Deypo.
15936      Branch: metaconfig
15937            ! U/threads/d_asctime_r.U
15938 ____________________________________________________________________________
15939 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
15940         Log: FAQ sync.
15941      Branch: perl
15942            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15943            ! pod/perlfaq4.pod pod/perlfaq5.pod
15944 ____________________________________________________________________________
15945 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
15946         Log: The test needs perlio.
15947      Branch: perl
15948            ! lib/open.t
15949 ____________________________________________________________________________
15950 [ 15177] By: ams                                   on 2002/03/11  15:41:08
15951         Log: Subject: perlreftut update
15952              From: Mark-Jason Dominus <mjd@plover.com>
15953              Date: Mon, 11 Mar 2002 11:36:27 -0500
15954              Message-Id: <20020311163627.31020.qmail@plover.com>
15955      Branch: perl
15956            ! pod/perlreftut.pod
15957 ____________________________________________________________________________
15958 [ 15176] By: ams                                   on 2002/03/11  15:35:24
15959         Log: Subject: Minor correction in perlfaq5
15960              From: mjd@plover.com
15961              Date: 11 Mar 2002 16:34:22 -0000
15962              Message-Id: <20020311163422.30963.qmail@plover.com>
15963      Branch: perl
15964            ! pod/perlfaq5.pod
15965 ____________________________________________________________________________
15966 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
15967         Log: number of skipped tests was incorrect
15968      Branch: perl
15969            ! t/op/stat.t
15970 ____________________________________________________________________________
15971 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
15972         Log: remove doubled CRs
15973      Branch: perl
15974            ! win32/Makefile
15975 ____________________________________________________________________________
15976 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
15977         Log: Update Changes.
15978      Branch: perl
15979            ! Changes patchlevel.h
15980 ____________________________________________________________________________
15981 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
15982         Log: Regen toc.
15983      Branch: perl
15984            ! pod/perltoc.pod
15985 ____________________________________________________________________________
15986 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
15987         Log: Add t/CN.t and t/TW.t; re-sort.
15988      Branch: perl
15989            ! ext/Encode/MANIFEST
15990 ____________________________________________________________________________
15991 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
15992         Log: Document what to do if one yearns back to
15993              the old legacy encoding.
15994      Branch: perl
15995            ! lib/encoding.pm
15996 ____________________________________________________________________________
15997 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
15998         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
15999              as general purpose encoding transformation interfaces
16000              since that's not what they are.
16001      Branch: perl
16002            ! lib/utf8.pm pod/perlunicode.pod sv.c
16003 ____________________________________________________________________________
16004 [ 15168] By: ams                                   on 2002/03/11  12:54:16
16005         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
16006              warnings
16007              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16008              Date: Mon, 11 Mar 2002 14:35:22 +0100
16009              Message-Id: <20020311143522.A7431@rafael>
16010      Branch: perl
16011            ! t/lib/warnings/pp_sys
16012 ____________________________________________________________________________
16013 [ 15167] By: ams                                   on 2002/03/11  04:57:20
16014         Log: A little commonsense is better than 1_compile.
16015      Branch: perl
16016            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
16017 ____________________________________________________________________________
16018 [ 15166] By: ams                                   on 2002/03/11  04:53:50
16019         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
16020              From: Michael G Schwern <schwern@pobox.com>
16021              Date: Sun, 10 Mar 2002 13:27:12 -0500
16022              Message-Id: <20020310182712.GC693@blackrider>
16023              
16024              Subject: [PATCH] Hash::Util part 2
16025              From: Michael G Schwern <schwern@pobox.com>
16026              Date: Sun, 10 Mar 2002 15:09:34 -0500
16027              Message-Id: <20020310200934.GB27112@blackrider>
16028              
16029              Subject: [PATCH] Hash::Util MANIFEST correction
16030              From: Michael G Schwern <schwern@pobox.com>
16031              Date: Sun, 10 Mar 2002 16:27:07 -0500
16032              Message-Id: <20020310212707.GF27112@blackrider>
16033              
16034              (Also changes find.t and taint.t, which were looking for access.t)
16035      Branch: perl
16036            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
16037            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
16038            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
16039            + ext/Data/Util/t/Hash.t
16040            - t/lib/access.t
16041            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
16042            ! pod/perldiag.pod pod/perltodo.pod universal.c
16043 ____________________________________________________________________________
16044 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
16045         Log: metaconfig: more thready fixes.
16046      Branch: metaconfig
16047            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
16048            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
16049            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
16050            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
16051            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
16052            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
16053            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16054            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
16055            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
16056 ____________________________________________________________________________
16057 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
16058         Log: Skip obsoleted interfaces.
16059      Branch: perl
16060            ! Porting/findrfuncs
16061 ____________________________________________________________________________
16062 [ 15162] By: ams                                   on 2002/03/11  03:48:14
16063         Log: Typo fixes.
16064      Branch: perl
16065            ! perl.c
16066 ____________________________________________________________________________
16067 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
16068         Log: Upgrade to Locale::Codes 2.02.
16069      Branch: perl
16070            + lib/Locale/Codes/t/rename.t
16071            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
16072            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
16073            ! lib/Locale/Country.pod
16074 ____________________________________________________________________________
16075 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
16076         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
16077              From: Nicholas Clark <nick@unfortu.net>
16078              Date: Sun, 10 Mar 2002 18:17:50 +0000
16079              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
16080              
16081              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
16082              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16083              Date: Sun, 10 Mar 2002 13:53:34 -0800
16084              Message-ID: <eX9i8gzkg26G092yn@efn.org>
16085              
16086              (and reenable the feature in freebsd,
16087              and move the freebsd pr url to perl.c)
16088      Branch: perl
16089            ! hints/freebsd.sh perl.c pod/perldelta.pod
16090 ____________________________________________________________________________
16091 [ 15159] By: ams                                   on 2002/03/11  03:34:13
16092         Log: Subject: [PATCH stash.t] access::readonly is gone
16093              From: Michael G Schwern <schwern@pobox.com>
16094              Date: Sun, 10 Mar 2002 16:18:14 -0500
16095              Message-Id: <20020310211813.GE27112@blackrider>
16096      Branch: perl
16097            ! ext/B/t/stash.t
16098 ____________________________________________________________________________
16099 [ 15158] By: ams                                   on 2002/03/11  03:28:04
16100         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
16101              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16102              Date: Sun, 10 Mar 2002 22:10:15 +0100
16103              Message-Id: <3C8BD9C7.610.7398DD@localhost>
16104      Branch: perl
16105            ! lib/Net/Ping/t/110_icmp_inst.t
16106 ____________________________________________________________________________
16107 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
16108         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
16109              From: Michael G Schwern <schwern@pobox.com>
16110              Date: Sun, 10 Mar 2002 19:22:33 -0500
16111              Message-ID: <20020311002233.GE4927@blackrider>
16112      Branch: perl
16113            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
16114            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
16115            ! lib/Test/Simple/t/fail-more.t
16116 ____________________________________________________________________________
16117 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
16118         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
16119              From: Michael G Schwern <schwern@pobox.com>
16120              Date: Sun, 10 Mar 2002 17:14:10 -0500
16121              Message-ID: <20020310221410.GA4915@blackrider>
16122      Branch: perl
16123            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
16124            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
16125 ____________________________________________________________________________
16126 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
16127         Log: Subject: [PATCH] more warnings tidyup
16128              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16129              Date: Sun, 10 Mar 2002 21:01:39 -0000
16130              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
16131      Branch: perl
16132            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
16133            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
16134            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
16135            ! util.c
16136 ____________________________________________________________________________
16137 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
16138         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
16139              From: Nicholas Clark <nick@unfortu.net>
16140              Date: Sun, 10 Mar 2002 23:21:07 +0000
16141              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
16142      Branch: perl
16143            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
16144            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
16145            ! ext/Encode/TW/Makefile.PL
16146 ____________________________________________________________________________
16147 [ 15153] By: ams                                   on 2002/03/11  03:06:59
16148         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
16149              From: Max Baker <max@warped.org>
16150              Date: Fri, 8 Mar 2002 10:56:19 -0800
16151              Message-Id: <20020308105619.A15039@warped.org>
16152      Branch: perl
16153            ! ext/IO/lib/IO/Socket/INET.pm
16154 ____________________________________________________________________________
16155 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
16156         Log: Subject: [PATCH] spelling correction
16157              From: Nicholas Clark <nick@unfortu.net>
16158              Date: Sun, 10 Mar 2002 18:34:42 +0000
16159              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
16160      Branch: perl
16161            ! pp.c pp_hot.c
16162 ____________________________________________________________________________
16163 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
16164         Log: DG/UX updates from Takis Psarogiannakopoulos.
16165      Branch: perl
16166            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
16167 ____________________________________________________________________________
16168 [ 15150] By: ams                                   on 2002/03/11  03:02:47
16169         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
16170              From: Chris Nandor <pudge@pobox.com>
16171              Date: Mon, 04 Mar 2002 17:48:12 -0500
16172              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
16173      Branch: perl
16174            ! lib/DB.pm lib/perl5db.pl
16175 ____________________________________________________________________________
16176 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
16177         Log: metaconfig unit changes in preparation of reentrancy changes.
16178      Branch: metaconfig
16179            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
16180            + U/threads/d_ttyname_r.U
16181            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
16182            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
16183            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
16184            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
16185            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16186            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
16187            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16188            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
16189            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
16190            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
16191            ! U/threads/d_strerror_r.U
16192 ____________________________________________________________________________
16193 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
16194         Log: Mysterious characters.
16195      Branch: perl
16196            ! utf8.h
16197 ____________________________________________________________________________
16198 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
16199         Log: Unused.
16200      Branch: perl
16201            ! op.c
16202 ____________________________________________________________________________
16203 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
16204         Log: Implement :std subpragma of the open pragma
16205              that makes the standard filehandles to talk in
16206              encodings.  This change set off a weird warning
16207              from op.c, though: disabled it now until someone
16208              who knows what it is about comes along.
16209      Branch: perl
16210            ! lib/open.pm op.c
16211 ____________________________________________________________________________
16212 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
16213         Log: Document the logic of :locale better.
16214      Branch: perl
16215            ! lib/open.pm
16216 ____________________________________________________________________________
16217 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
16218         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
16219              From: Slaven Rezic <slaven.rezic@berlin.de>
16220              Date: 10 Mar 2002 02:49:17 +0100
16221              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
16222      Branch: perl
16223            ! hints/freebsd.sh
16224 ____________________________________________________________________________
16225 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
16226         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
16227              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16228              Date: Sun, 10 Mar 2002 17:08:54 +0900
16229              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
16230      Branch: perl
16231            ! ext/Encode/lib/Encode/Tcl.pm
16232            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16233            ! ext/Encode/lib/Encode/Tcl/Extended.pm
16234            ! ext/Encode/lib/Encode/Tcl/Table.pm
16235 ____________________________________________________________________________
16236 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
16237         Log: The patch does the following:
16238              - Nix the unneccessary diagnostics line
16239              - Quell -w warnings if the first ENV doesn't exist
16240              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
16241              is too baroque and bloated for daily use (and for perl core inclusion).
16242              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
16243              non-fatal.
16244              - Consequently, the ^OPEN bits is set only when needed.
16245      Branch: perl
16246            ! lib/open.pm
16247 ____________________________________________________________________________
16248 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
16249         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
16250      Branch: perl
16251            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
16252 ____________________________________________________________________________
16253 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
16254         Log: Precedence problem.
16255      Branch: perl
16256            ! ext/Socket/socketpair.t
16257 ____________________________________________________________________________
16258 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
16259         Log: Renaming tweaks, and split off the reentrant "superbuffer"
16260              init routine.
16261      Branch: perl
16262            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
16263            ! sv.c util.c
16264 ____________________________________________________________________________
16265 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
16266         Log: The 7-bit jis seems to be the hanging one.
16267      Branch: perl
16268            ! ext/Encode/t/Tcl.t
16269 ____________________________________________________________________________
16270 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
16271         Log: Begone.
16272      Branch: perl
16273            ! ext/Encode/MANIFEST
16274 ____________________________________________________________________________
16275 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
16276         Log: Better fix from Autrijus.
16277      Branch: perl
16278            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
16279            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
16280 ____________________________________________________________________________
16281 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
16282         Log: Not everybody has Encode::HanExtra.
16283      Branch: perl
16284            ! ext/Encode/Encode.pm
16285 ____________________________________________________________________________
16286 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
16287         Log: Decutandpasto.
16288      Branch: perl
16289            ! ext/Encode/lib/Encode/Tcl.pm
16290 ____________________________________________________________________________
16291 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
16292         Log: Subject: [PATCH] Data::Dumper
16293              From: Nicholas Clark <nick@unfortu.net>
16294              Date: Sat, 9 Mar 2002 19:03:54 +0000
16295              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
16296      Branch: perl
16297            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
16298            ! ext/Data/Dumper/t/dumper.t
16299 ____________________________________________________________________________
16300 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
16301         Log: Subject: [PATCH] socketpair.t w/o fork
16302              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16303              Date: Sat, 9 Mar 2002 14:55:11 +0100
16304              Message-ID: <3C8A224F.29578.13691BA@localhost>
16305              
16306              (modified as suggested by Sarathy)
16307      Branch: perl
16308            ! ext/Socket/socketpair.t
16309 ____________________________________________________________________________
16310 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
16311         Log: Subject: [PATCH perldelta] Mention Change 14727
16312              From: Autrijus Tang <autrijus@autrijus.org>
16313              Date: Sat, 9 Mar 2002 23:31:40 +0800
16314              Message-ID: <20020309153140.GA4224@not.autrijus.org>
16315      Branch: perl
16316            ! pod/perldelta.pod
16317 ____________________________________________________________________________
16318 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
16319         Log: Make Encode.pm implicitly load external CJK tables the first
16320              time they're needed (instead of immediately), from Autrijus
16321              Tang.
16322      Branch: perl
16323            ! ext/Encode/Encode.pm
16324 ____________________________________________________________________________
16325 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
16326         Log: Subject: Re: Two questions
16327              From: Nicholas Clark <nick@unfortu.net>
16328              Date: Sat, 9 Mar 2002 12:42:40 +0000
16329              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
16330      Branch: perl
16331            ! Porting/pumpkin.pod
16332 ____________________________________________________________________________
16333 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
16334         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
16335              From: Paul_GreenVOS@vos.stratus.com
16336              Date: Fri, 8 Mar 02 22:34 est
16337              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
16338      Branch: perl
16339            ! pp_sys.c
16340 ____________________________________________________________________________
16341 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
16342         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
16343              From: davem@fdgroup.co.uk
16344              Date: Sat, 9 Mar 2002 00:13:27 GMT
16345              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
16346      Branch: perl
16347            ! dump.c
16348 ____________________________________________________________________________
16349 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
16350         Log: Deglitch from Rafael.
16351      Branch: perl
16352            ! ext/B/t/lint.t
16353 ____________________________________________________________________________
16354 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
16355         Log: Still more portability.
16356      Branch: perl
16357            ! Porting/findrfuncs
16358 ____________________________________________________________________________
16359 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
16360         Log: More portability.
16361      Branch: perl
16362            ! Porting/findrfuncs
16363 ____________________________________________________________________________
16364 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
16365         Log: Shared library paths; running tests manually.
16366      Branch: perl
16367            ! INSTALL
16368 ____________________________________________________________________________
16369 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
16370         Log: Subject: RE: Two questions
16371              From: "Green, Paul" <Paul.Green@stratus.com>
16372              Date: Fri, 8 Mar 2002 17:55:19 -0500
16373              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
16374      Branch: perl
16375            ! Porting/pumpkin.pod
16376 ____________________________________________________________________________
16377 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
16378         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
16379              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
16380      Branch: perl
16381            + ext/B/t/lint.t
16382            ! MANIFEST ext/B/B/Lint.pm
16383 ____________________________________________________________________________
16384 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
16385         Log: metaconfig unit change for #15119.
16386      Branch: metaconfig
16387            ! U/threads/d_pthread_atfork.U
16388 ____________________________________________________________________________
16389 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
16390         Log: In DG/UX finding pthread_atfork requires a true compile,
16391              from Takis Psarogiannakopoulos.
16392      Branch: perl
16393            ! Configure config_h.SH
16394 ____________________________________________________________________________
16395 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
16396         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
16397              From: John Peacock <jpeacock@rowman.com>
16398              Date: Fri, 08 Mar 2002 15:52:41 -0500
16399              Message-ID: <3C892499.4050502@rowman.com>
16400      Branch: perl
16401            ! lib/ExtUtils/xsubpp
16402 ____________________________________________________________________________
16403 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
16404         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
16405              From: "Craig A. Berry" <craigberry@mac.com>
16406              Date: Fri, 08 Mar 2002 15:02:51 -0600
16407              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
16408      Branch: perl
16409            ! t/op/write.t
16410 ____________________________________________________________________________
16411 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
16412         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
16413              From: Paul_GreenVOS@vos.stratus.com
16414              Date: Fri, 8 Mar 02 14:45 est
16415              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
16416      Branch: perl
16417            ! installperl
16418 ____________________________________________________________________________
16419 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
16420         Log: Subject: [PATCH @15109] tm_tm_* for VMS
16421              From: "Craig A. Berry" <craigberry@mac.com>
16422              Date: Fri, 08 Mar 2002 13:07:52 -0600
16423              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
16424      Branch: perl
16425            ! configure.com
16426 ____________________________________________________________________________
16427 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
16428         Log: Detypo.
16429      Branch: perl
16430            ! Changes
16431 ____________________________________________________________________________
16432 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
16433         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
16434      Branch: perl
16435            ! t/op/pat.t
16436 ____________________________________________________________________________
16437 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
16438         Log: HP-UX nm seems to repeat itself.
16439      Branch: perl
16440            ! Porting/findrfuncs
16441 ____________________________________________________________________________
16442 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
16443         Log: Nice porting script from Sarathy.  Well, less nice
16444              in the sense that it shows the looong road ahead.
16445      Branch: perl
16446            + Porting/findrfuncs
16447            ! MANIFEST Porting/makerel
16448 ____________________________________________________________________________
16449 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
16450         Log: Subject: Re: Performance considerations for UTF-8
16451              From: Jarkko Hietaniemi <jhi@iki.fi>
16452              Date: Fri, 8 Mar 2002 18:53:28 +0200
16453              Message-ID: <20020308185328.D640@alpha.hut.fi>
16454              
16455              (put all in perlunicode)
16456      Branch: perl
16457            ! pod/perlunicode.pod
16458 ____________________________________________________________________________
16459 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
16460         Log: Update Changes.
16461      Branch: perl
16462            ! Changes patchlevel.h
16463 ____________________________________________________________________________
16464 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
16465         Log: Subject: Cygwin cygipc support skipped
16466              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
16467              Date: Fri, 8 Mar 2002 16:59:34 +0100
16468              Message-ID: <113694157285.20020308165934@familiehaase.de>
16469      Branch: perl
16470            ! hints/cygwin.sh
16471 ____________________________________________________________________________
16472 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
16473         Log: metaconfig unit change for #15106.
16474      Branch: metaconfig
16475            ! U/compline/d_gconvert.U
16476 ____________________________________________________________________________
16477 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
16478         Log: Subject: Re: [PATCH] tests for Gconvert
16479              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16480              Date: Thu, 07 Mar 2002 16:48:10 -0800
16481              Message-ID: <KpAi8gzkganW092yn@efn.org>
16482      Branch: perl
16483            ! Configure config_h.SH t/base/num.t
16484 ____________________________________________________________________________
16485 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
16486         Log: The new test has some teething problems.
16487      Branch: perl
16488            - ext/B/t/lint.t
16489            ! MANIFEST
16490 ____________________________________________________________________________
16491 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
16492         Log: Subject: [PATCH] B::Lint tests
16493              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16494              Date: Fri, 8 Mar 2002 14:47:19 +0100
16495              Message-ID: <20020308144719.A2663@rafael>
16496      Branch: perl
16497            + ext/B/t/lint.t
16498            ! MANIFEST ext/B/B/Lint.pm
16499 ____________________________________________________________________________
16500 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
16501         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
16502              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
16503              Date: Fri, 8 Mar 2002 13:24:14 GMT
16504              Message-Id: <200203081324.NAA00642@cleo>
16505      Branch: perl
16506            ! hints/powerux.sh
16507 ____________________________________________________________________________
16508 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
16509         Log: Subject: HP has some new models
16510              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16511              Date: Fri, 08 Mar 2002 13:07:02 +0100
16512              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
16513      Branch: perl
16514            ! README.hpux
16515 ____________________________________________________________________________
16516 [ 15101] By: ams                                   on 2002/03/08  09:11:40
16517         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
16518              From: Stas Bekman <stas@stason.org>
16519              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
16520              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
16521      Branch: perl
16522            ! pod/perlguts.pod
16523 ____________________________________________________________________________
16524 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
16525         Log: Update Changes
16526      Branch: maint-5.6/macperl
16527            ! macos/Changes
16528 ____________________________________________________________________________
16529 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
16530         Log: Replace macperlbundled with macperldelta
16531      Branch: maint-5.6/macperl
16532            ! macos/macperl/MacPerl.podhelp
16533 ____________________________________________________________________________
16534 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
16535         Log: Comsetic fixes (Thomas Wegner)
16536      Branch: maint-5.6/macperl
16537            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
16538 ____________________________________________________________________________
16539 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
16540         Log: Bump OS version
16541      Branch: maint-5.6/macperl
16542            ! macos/config.sh
16543 ____________________________________________________________________________
16544 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
16545         Log: Thought I deleted this already?
16546      Branch: perl
16547            - ext/I18N/Langinfo/fallback.c
16548 ____________________________________________________________________________
16549 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
16550         Log: perlport updates from Pudge.
16551      Branch: perl
16552            ! pod/perlport.pod
16553 ____________________________________________________________________________
16554 [ 15094] By: ams                                   on 2002/03/08  03:06:03
16555         Log: Nitpick.
16556      Branch: perl
16557            ! MANIFEST
16558 ____________________________________________________________________________
16559 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
16560         Log: Wrong test.
16561      Branch: perl
16562            ! pod/perldelta.pod
16563 ____________________________________________________________________________
16564 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
16565         Log: Integrate change 14064 from macperl to blead.
16566      Branch: perl
16567           !> pod/perlmodinstall.pod pod/perlport.pod
16568 ____________________________________________________________________________
16569 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
16570         Log: Integrate recent perlport changes
16571      Branch: maint-5.6/macperl
16572           !> pod/perlport.pod
16573 ____________________________________________________________________________
16574 [ 15089] By: ams                                   on 2002/03/08  01:54:03
16575         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
16576              minor typo in perlguts.pod
16577              From: Anton Tagunov <tagunov@motor.ru>
16578              Date: Fri, 8 Mar 2002 05:26:59 +0300
16579              Message-Id: <4649821189.20020308052659@motor.ru>
16580      Branch: perl
16581            ! pod/perlguts.pod
16582 ____________________________________________________________________________
16583 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
16584         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"! 
16585              From: Anton Tagunov <tagunov@newmail.ru>
16586              Date: Fri, 8 Mar 2002 04:31:44 +0300
16587              Message-ID: <13946506773.20020308043144@newmail.ru>
16588              
16589              (one test changed)
16590      Branch: perl
16591            ! lib/encoding.t sv.c
16592 ____________________________________________________________________________
16593 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
16594         Log: Subject: [PATCH perldelta] some more deltas
16595              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16596              Date: Thu, 7 Mar 2002 23:13:23 +0100
16597              Message-ID: <20020307231323.A13068@rafael>
16598      Branch: perl
16599            ! pod/perldelta.pod
16600 ____________________________________________________________________________
16601 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
16602         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
16603              From: Paul_GreenVOS@vos.stratus.com
16604              Date: Thu, 7 Mar 02 14:25 est
16605              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
16606      Branch: perl
16607            ! t/io/fs.t
16608 ____________________________________________________________________________
16609 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
16610         Log: As suggested by Anton Tagunov, eq and cmp now obey the
16611              encoding pragma (by remapping their byte argument if the
16612              other argument is in Unicode).  Also fix a bug found by
16613              Anton where ord undef under the encoding pragma would barf.
16614              ([ID 20020307.009] A null pointer dereference with 'use encoding')
16615              Finally, use the nicer form of sv_recode_to_utf8.
16616      Branch: perl
16617            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
16618 ____________________________________________________________________________
16619 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
16620         Log: Retract #14985, #14899, and #14990, following the principles
16621              "Do no harm." and "If it ain't broke, don't fix it."
16622              
16623              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
16624              some, but still broken, and I do not have the extra brain
16625              cells for the EBCDIC backport.  Secondly, the old version
16626              worked both in EBCDIC and non-.  Thirdly, the old version
16627              may be more amenable for the behaviour suggsted by Anton
16628              Tagunov regarding the encoding pragma.
16629      Branch: perl
16630            ! embed.fnc embed.h global.sym proto.h sv.c util.c
16631 ____________________________________________________________________________
16632 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
16633         Log: Long doubles give you long doubles.
16634      Branch: perl
16635            ! t/base/num.t
16636 ____________________________________________________________________________
16637 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
16638         Log: Forgotten deMANIFESTation.
16639      Branch: perl
16640            ! MANIFEST
16641 ____________________________________________________________________________
16642 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
16643         Log: Obsolete unused file, noticed by Dank Kogai.
16644      Branch: perl
16645            - ext/Encode/lib/Encode/JP/Tr.pm
16646 ____________________________________________________________________________
16647 [ 15080] By: ams                                   on 2002/03/07  11:31:46
16648         Log: Subject: [PATCH Changes] Changes should mirror version number
16649              From: Robin Barker <rmb1@cise.npl.co.uk>
16650              Date: Thu, 7 Mar 2002 11:04:24 GMT
16651              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
16652      Branch: perl
16653            ! Porting/pumpkin.pod
16654 ____________________________________________________________________________
16655 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
16656         Log: metaconfig unit change for #15078.
16657      Branch: metaconfig
16658            ! U/compline/d_gconvert.U
16659 ____________________________________________________________________________
16660 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
16661         Log: Subject: Re: [PATCH] tests for Gconvert
16662              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16663              Date: Wed, 06 Mar 2002 20:22:54 -0800
16664              Message-ID: <esuh8gzkg2/b092yn@efn.org>
16665      Branch: perl
16666            ! Configure pod/perldelta.pod t/base/num.t
16667 ____________________________________________________________________________
16668 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
16669         Log: Mac OS X UFS does not do ctime.
16670      Branch: perl
16671            ! pod/perldelta.pod pod/perlport.pod
16672 ____________________________________________________________________________
16673 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
16674         Log: AUTHORS updates.
16675      Branch: perl
16676            ! AUTHORS
16677 ____________________________________________________________________________
16678 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
16679         Log: Continued Chinese puzzles from Autrijus.
16680      Branch: perl
16681            + ext/Encode/t/CN.t ext/Encode/t/TW.t
16682            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
16683 ____________________________________________________________________________
16684 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
16685         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
16686              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16687              Date: Wed, 6 Mar 2002 18:13:51 +0100
16688              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
16689      Branch: perl
16690            ! lib/File/Spec/Win32.pm
16691 ____________________________________________________________________________
16692 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
16693         Log: perlport tweaks.
16694      Branch: perl
16695            ! pod/perlport.pod
16696 ____________________________________________________________________________
16697 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
16698         Log: Subject: Re: [PATCH docs] Re: Bug with -M
16699              From: Michael G Schwern <schwern@pobox.com>
16700              Date: Wed, 6 Mar 2002 16:20:27 -0500
16701              Message-ID: <20020306212027.GC4257@blackrider>
16702      Branch: perl
16703            ! pod/perlfunc.pod pod/perlport.pod
16704 ____________________________________________________________________________
16705 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
16706         Log: perldelta updates.
16707      Branch: perl
16708            ! pod/perldelta.pod
16709 ____________________________________________________________________________
16710 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
16711         Log: 5005threads wasn't even compiling.
16712      Branch: perl
16713            ! perl.c
16714 ____________________________________________________________________________
16715 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
16716         Log: Subject: Re: perl@15047 New format tests for still existing bugs
16717              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16718              Date: Wed, 06 Mar 2002 12:59:29 +0100
16719              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
16720      Branch: perl
16721            ! t/op/write.t
16722 ____________________________________________________________________________
16723 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
16724         Log: Regen Glossary et al.
16725      Branch: perl
16726            ! Porting/Glossary Porting/config.sh Porting/config_H
16727 ____________________________________________________________________________
16728 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
16729         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
16730              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
16731      Branch: perl
16732            ! util.c
16733 ____________________________________________________________________________
16734 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
16735         Log: metaconfig unit change for #15065.
16736      Branch: metaconfig
16737            ! U/compline/i_time.U
16738 ____________________________________________________________________________
16739 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
16740         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
16741      Branch: perl
16742            ! Configure config_h.SH
16743 ____________________________________________________________________________
16744 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
16745         Log: Must remove fallback.c also from here.
16746      Branch: perl
16747            ! MANIFEST
16748 ____________________________________________________________________________
16749 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
16750         Log: Subject: Re: perl@15047 WinCE
16751              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16752              Date: Wed, 06 Mar 2002 13:41:30 +0100
16753              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
16754              
16755              Subject: Re: perl@15047 Win32
16756              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16757              Date: Wed, 06 Mar 2002 13:46:02 +0100
16758              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
16759              
16760              Subject: Re: perl@15047 Epoc
16761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16762              Date: Wed, 06 Mar 2002 13:48:31 +0100
16763              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
16764              
16765              Subject: Re: perl@15047 NetWare
16766              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16767              Date: Wed, 06 Mar 2002 13:55:46 +0100
16768              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
16769      Branch: perl
16770            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
16771            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16772            ! wince/Makefile.ce wince/config.h
16773 ____________________________________________________________________________
16774 [ 15062] By: ams                                   on 2002/03/06  09:26:49
16775         Log: Subject: Re: perl@15047
16776              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16777              Date: Wed, 06 Mar 2002 11:25:50 +0100
16778              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
16779      Branch: perl
16780            ! cygwin/perlld.in
16781 ____________________________________________________________________________
16782 [ 15061] By: ams                                   on 2002/03/06  08:44:12
16783         Log: Subject: Re: perl@15047
16784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16785              Date: Wed, 06 Mar 2002 10:38:02 +0100
16786              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
16787      Branch: perl
16788            ! pod/perldelta.pod
16789 ____________________________________________________________________________
16790 [ 15060] By: ams                                   on 2002/03/06  08:30:33
16791         Log: Subject: Update perlhist.pod
16792              From: mjd@plover.com
16793              Date: 6 Mar 2002 07:11:55 -0000
16794              Message-Id: <20020306071155.10240.qmail@plover.com>
16795              
16796              Subject: [PATCH pod/perlvar.pod] $^V => string
16797              From: Stas Bekman <stas@stason.org>
16798              Date: Wed, 06 Mar 2002 14:56:55 +0800
16799              Message-Id: <3C85BDB7.7050700@stason.org>
16800      Branch: perl
16801            ! pod/perlhist.pod pod/perlvar.pod
16802 ____________________________________________________________________________
16803 [ 15059] By: ams                                   on 2002/03/06  04:15:38
16804         Log: Subject: [PATCH] assorted configure.com fix-ups
16805              From: "Craig A. Berry" <craigberry@mac.com>
16806              Date: Tue, 5 Mar 2002 23:11:22 -0600
16807              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
16808      Branch: perl
16809            ! configure.com
16810 ____________________________________________________________________________
16811 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
16812         Log: IRIX failure with long doubles.
16813      Branch: perl
16814            ! t/op/pack.t
16815 ____________________________________________________________________________
16816 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
16817         Log: Make reality and Changes coincide.
16818      Branch: perl
16819            ! Changes
16820 ____________________________________________________________________________
16821 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
16822         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
16823              From: Anton Tagunov <tagunov@motor.ru>
16824              Date: Wed, 6 Mar 2002 02:10:21 +0300
16825              Message-ID: <11152782757.20020306021021@motor.ru>
16826              
16827              (reworded)
16828      Branch: perl
16829            ! pod/perluniintro.pod
16830 ____________________________________________________________________________
16831 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
16832         Log: Subject: [PATCH] B::Lint doesn't work
16833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16834              Date: Tue, 5 Mar 2002 22:51:18 +0100
16835              Message-ID: <20020305225118.C733@rafael>
16836      Branch: perl
16837            ! ext/B/B/Lint.pm
16838 ____________________________________________________________________________
16839 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
16840         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
16841              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16842              Date: Mon, 04 Mar 2002 16:24:32 -0800
16843              Message-ID: <ABBh8gzkgezX092yn@efn.org>
16844      Branch: perl
16845            ! op.h pp_ctl.c t/op/flip.t
16846 ____________________________________________________________________________
16847 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
16848         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
16849              From: Nicholas Clark <nick@unfortu.net>
16850              Date: Tue, 5 Mar 2002 22:30:49 +0000
16851              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
16852      Branch: perl
16853            ! pod/perldelta.pod
16854 ____________________________________________________________________________
16855 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
16856         Log: Subject: [PATCH] tests for Gconvert
16857              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16858              Date: Tue, 05 Mar 2002 16:35:45 -0800
16859              Message-ID: <hRWh8gzkgONX092yn@efn.org>
16860      Branch: perl
16861            ! t/base/num.t
16862 ____________________________________________________________________________
16863 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
16864         Log: Subject: [PATCH] toplevel Makefile.SH
16865              From: Paul_GreenVOS@vos.stratus.com
16866              Date: Tue, 5 Mar 02 17:34 est
16867              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
16868      Branch: perl
16869            ! Makefile.SH
16870 ____________________________________________________________________________
16871 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
16872         Log: Subject: [PATCH] pointer to perldelta in Changes
16873              From: Chris Nandor <pudge@pobox.com>
16874              Date: Tue, 05 Mar 2002 16:04:50 -0500
16875              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
16876      Branch: perl
16877            ! Changes
16878 ____________________________________________________________________________
16879 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
16880         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
16881              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16882              Date: Tue, 5 Mar 2002 22:26:20 +0100
16883              Message-ID: <20020305222620.A733@rafael>
16884      Branch: perl
16885            ! pod/perldelta.pod
16886 ____________________________________________________________________________
16887 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
16888         Log: Solaris: allow for /usr/bin/df not to exist.
16889              
16890              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
16891              From: Kingpin <mthurn@copper.dulles.tasc.com>
16892              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
16893              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
16894      Branch: perl
16895            ! hints/solaris_2.sh
16896 ____________________________________________________________________________
16897 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
16898         Log: Update Changes.
16899      Branch: perl
16900            ! Changes patchlevel.h
16901 ____________________________________________________________________________
16902 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
16903         Log: Double MANIFESTing.
16904      Branch: perl
16905            ! ext/Encode/MANIFEST
16906 ____________________________________________________________________________
16907 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
16908         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
16909      Branch: perl
16910            - ext/Encode/Encode/7bit-kr.enc
16911            - ext/Encode/lib/Encode/Tcl/HanZi.pm
16912            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
16913 ____________________________________________________________________________
16914 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
16915         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
16916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16917              Date: Tue, 5 Mar 2002 14:35:57 +0100
16918              Message-ID: <20020305143557.C695@rafael>   
16919      Branch: perl
16920            ! pp_sys.c t/lib/warnings/pp_sys
16921 ____________________________________________________________________________
16922 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
16923         Log: Subject: [PATCH Devel::PPPort]
16924              From: Robin Barker <rmb1@cise.npl.co.uk>
16925              Date: Tue, 5 Mar 2002 13:37:59 GMT
16926              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
16927      Branch: perl
16928            ! ext/Devel/PPPort/Makefile.PL
16929 ____________________________________________________________________________
16930 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
16931         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
16932      Branch: perl
16933            ! ext/Encode/t/Tcl.t
16934 ____________________________________________________________________________
16935 [ 15041] By: nick                                  on 2002/03/05  07:23:58
16936         Log: Integrate mainline (5.7.3)
16937      Branch: perlio
16938           +> ext/Encode/lib/Encode/CN/HZ.pm
16939            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
16940           !> (integrate 54 files)
16941 ____________________________________________________________________________
16942 [ 15040] By: ams                                   on 2002/03/05  05:10:33
16943         Log: Subject: DOC PATCH 5.7.3 (perldelta)
16944              From: mjd@plover.com
16945              Date: 5 Mar 2002 05:35:58 -0000
16946              Message-Id: <20020305053558.31677.qmail@plover.com>
16947      Branch: perl
16948            ! pod/perldelta.pod
16949 ____________________________________________________________________________
16950 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
16951         Log: This is 5.7.3.
16952      Branch: perl
16953            ! patchlevel.h
16954 ____________________________________________________________________________
16955 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
16956         Log: Shoo.
16957      Branch: perl
16958            ! ext/Encode/t/Tcl.t
16959 ____________________________________________________________________________
16960 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
16961         Log: Update Changes.
16962      Branch: perl
16963            ! Changes patchlevel.h
16964 ____________________________________________________________________________
16965 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
16966         Log: Regen perlapi.
16967      Branch: perl
16968            ! pod/perlapi.pod
16969 ____________________________________________________________________________
16970 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
16971         Log: Tie::File doc tweak for Win32 from mjd. 
16972      Branch: perl
16973            ! lib/Tie/File.pm
16974 ____________________________________________________________________________
16975 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
16976         Log: Regen toc.
16977      Branch: perl
16978            ! pod/perltoc.pod
16979 ____________________________________________________________________________
16980 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
16981         Log: Decommission Encode::Tcl HZ testing for now.
16982      Branch: perl
16983            ! ext/Encode/t/Tcl.t
16984 ____________________________________________________________________________
16985 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
16986         Log: Must have a return.
16987      Branch: perl
16988            ! pp_pack.c
16989 ____________________________________________________________________________
16990 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
16991         Log: The very latest win32 score from Jan Dubois.
16992      Branch: perl
16993            ! pod/perldelta.pod
16994 ____________________________________________________________________________
16995 [ 15030] By: ams                                   on 2002/03/05  01:40:01
16996         Log: Subject: [PATCH] README.macos
16997              From: Chris Nandor <pudge@pobox.com>
16998              Date: Mon, 04 Mar 2002 17:37:59 -0500
16999              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
17000      Branch: perl
17001            ! README.macos
17002 ____________________________________________________________________________
17003 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
17004         Log: "The last pieces of Chinese puzzle" from Autrijus.
17005      Branch: perl
17006            + ext/Encode/lib/Encode/CN/HZ.pm
17007            - ext/Encode/Encode/HZ.enc
17008            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
17009            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
17010 ____________________________________________________________________________
17011 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
17012         Log: Known test failures updates.
17013      Branch: perl
17014            ! pod/perldelta.pod
17015 ____________________________________________________________________________
17016 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
17017         Log: One more nit from mjd.
17018      Branch: perl
17019            ! lib/Tie/File/t/16_handle.t
17020 ____________________________________________________________________________
17021 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
17022         Log: Upgrade to Tie::File 0.17 from mjd.
17023      Branch: perl
17024            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
17025            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
17026 ____________________________________________________________________________
17027 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
17028         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
17029              From: Nicholas Clark <nick@unfortu.net>
17030              Date: Mon, 4 Mar 2002 23:33:52 +0000
17031              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
17032      Branch: perl
17033            ! pod/perldelta.pod
17034 ____________________________________________________________________________
17035 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
17036         Log: Escapee.
17037      Branch: perl
17038            ! proto.h
17039 ____________________________________________________________________________
17040 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
17041         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
17042              From: Nicholas Clark <nick@unfortu.net>
17043              Date: Mon, 4 Mar 2002 22:48:38 +0000
17044              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
17045      Branch: perl
17046            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
17047            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
17048            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
17049            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
17050            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
17051            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
17052            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
17053 ____________________________________________________________________________
17054 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
17055         Log: Cleaner.
17056      Branch: perl
17057            ! Makefile.SH
17058 ____________________________________________________________________________
17059 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
17060         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
17061              From: Jeffrey Friedl <jfriedl@yahoo.com>
17062              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
17063              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
17064      Branch: perl
17065            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
17066            ! pod/perlvar.pod
17067 ____________________________________________________________________________
17068 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
17069         Log: More Han tweaks from Autrjius Tang: most importantly,
17070              gbk is identical to cp936, so gbk can be removed and
17071              taken care of by an alias.
17072      Branch: perl
17073            - ext/Encode/Encode/gbk.enc
17074            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
17075            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
17076            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
17077            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
17078 ____________________________________________________________________________
17079 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
17080         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
17081              From: Nicholas Clark <nick@unfortu.net>
17082              Date: Mon, 4 Mar 2002 22:20:13 +0000
17083              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
17084      Branch: perl
17085            ! pod/perldelta.pod
17086 ____________________________________________________________________________
17087 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
17088         Log: Based on
17089              
17090              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
17091              From: Anton Tagunov <tagunov@motor.ru>
17092              Date: Mon, 4 Mar 2002 21:14:39 +0300
17093              Message-ID: <1814137429.20020304211439@motor.ru>
17094      Branch: perl
17095            ! pod/perlunicode.pod
17096 ____________________________________________________________________________
17097 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
17098         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
17099              From: John Peacock <jpeacock@rowman.com>
17100              Date: Mon, 04 Mar 2002 16:18:42 -0500
17101              Message-ID: <3C83E4B2.3060700@rowman.com>
17102              
17103              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
17104              From: John Peacock <jpeacock@rowman.com>
17105              Date: Mon, 04 Mar 2002 16:42:55 -0500
17106              Message-ID: <3C83EA5F.80303@rowman.com>
17107      Branch: perl
17108            ! lib/ExtUtils/xsubpp pod/perlxs.pod
17109 ____________________________________________________________________________
17110 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
17111         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
17112              From: "Craig A. Berry" <craigberry@mac.com>
17113              Date: Mon, 04 Mar 2002 14:47:59 -0600
17114              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
17115              
17116              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
17117              From: "Craig A. Berry" <craigberry@mac.com>
17118              Date: Mon, 04 Mar 2002 15:04:58 -0600
17119              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
17120      Branch: perl
17121            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
17122 ____________________________________________________________________________
17123 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
17124         Log: metaconfig unit change for #15014.
17125      Branch: metaconfig/U/perl
17126            ! Extensions.U
17127 ____________________________________________________________________________
17128 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
17129         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
17130              of known extensions, where Encode::JP already is.
17131      Branch: perl
17132            ! Configure Porting/config.sh Porting/config_H uconfig.h
17133 ____________________________________________________________________________
17134 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
17135         Log: SJIS, from Dan Kogai.
17136      Branch: perl
17137            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
17138 ____________________________________________________________________________
17139 [ 15012] By: nick                                  on 2002/03/04  17:35:50
17140         Log: Intergrate perlio's Encode/compile
17141      Branch: perl
17142           !> ext/Encode/compile
17143 ____________________________________________________________________________
17144 [ 15011] By: nick                                  on 2002/03/04  17:29:54
17145         Log: Avoid $Id$ cleverness and just have a $VERSION.
17146      Branch: perlio
17147            ! ext/Encode/compile
17148 ____________________________________________________________________________
17149 [ 15010] By: nick                                  on 2002/03/04  17:29:14
17150         Log: Integrate mainline
17151      Branch: perlio
17152           +> lib/Math/BigInt/t/isa.t
17153           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
17154           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
17155           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
17156           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
17157           !> warnings.pl
17158 ____________________________________________________________________________
17159 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
17160         Log: Integrate ext/Encode/compile from perlio.
17161      Branch: perl
17162           !> ext/Encode/compile
17163 ____________________________________________________________________________
17164 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
17165         Log: Integrate perlio:
17166              
17167              [ 15002]
17168              Win32 tweak
17169              
17170              [ 14999]
17171              Win32 hack
17172              
17173              [ 14995]
17174              Remove debugging assert
17175      Branch: perl
17176           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
17177           !> lib/Tie/File/t/16_handle.t
17178 ____________________________________________________________________________
17179 [ 15007] By: nick                                  on 2002/03/04  17:08:17
17180         Log: Integrate mainline
17181      Branch: perlio
17182           !> AUTHORS Changes Porting/Glossary Porting/config.sh
17183           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
17184           !> pod/perltoc.pod
17185 ____________________________________________________________________________
17186 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
17187         Log: A new M::BI test.
17188      Branch: perl
17189            + lib/Math/BigInt/t/isa.t
17190            ! MANIFEST
17191 ____________________________________________________________________________
17192 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
17193         Log: Subject: VMS test and perldelta update
17194              From: "Craig A. Berry" <craigberry@mac.com>
17195              Date: Mon, 04 Mar 2002 11:03:37 -0600
17196              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
17197      Branch: perl
17198            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
17199 ____________________________________________________________________________
17200 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
17201         Log: Needed for threaded builds.
17202      Branch: perl
17203            ! embed.fnc embed.h
17204 ____________________________________________________________________________
17205 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
17206         Log: Subject: [PATCH] taint + deprecated warnings
17207              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17208              Date: Mon, 4 Mar 2002 16:33:23 -0000
17209              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
17210      Branch: perl
17211            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
17212            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
17213            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
17214 ____________________________________________________________________________
17215 [ 15002] By: nick                                  on 2002/03/04  16:19:06
17216         Log: Win32 tweak
17217      Branch: perlio
17218            ! lib/Tie/File/t/16_handle.t
17219 ____________________________________________________________________________
17220 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
17221         Log: Update Changes.
17222      Branch: perl
17223            ! Changes patchlevel.h
17224 ____________________________________________________________________________
17225 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
17226         Log: AUTHORS updates.
17227      Branch: perl
17228            ! AUTHORS
17229 ____________________________________________________________________________
17230 [ 14999] By: nick                                  on 2002/03/04  15:26:43
17231         Log: Win32 hack
17232      Branch: perlio
17233            ! ext/Encode/compile ext/Encode/t/JP.t
17234 ____________________________________________________________________________
17235 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
17236         Log: Encode doc tweak from Autrijus Tang.
17237      Branch: perl
17238            ! ext/Encode/Encode.pm
17239 ____________________________________________________________________________
17240 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
17241         Log: Regen Glossary et al.  (It seems the #14875 didn't
17242              quite work in removing the double-dot?)
17243      Branch: perl
17244            ! Porting/Glossary Porting/config.sh Porting/config_H
17245 ____________________________________________________________________________
17246 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
17247         Log: Regen toc.
17248      Branch: perl
17249            ! pod/perltoc.pod
17250 ____________________________________________________________________________
17251 [ 14995] By: nick                                  on 2002/03/04  14:42:09
17252         Log: Remove debugging assert
17253      Branch: perlio
17254            ! ext/threads/shared/shared.xs
17255 ____________________________________________________________________________
17256 [ 14994] By: nick                                  on 2002/03/04  14:41:54
17257         Log: Integrate mainline
17258      Branch: perlio
17259           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
17260           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
17261           !> lib/Tie/File/t/15_pushpop.t util.c
17262 ____________________________________________________________________________
17263 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
17264         Log: Han update from Autrijus Tang. 
17265      Branch: perl
17266            ! ext/Encode/Encode.pm
17267 ____________________________________________________________________________
17268 [ 14992] By: nick                                  on 2002/03/04  14:08:38
17269         Log: Integrate mainline - all tests pass - some noise from threads
17270              av_simple (SuSE7.3).
17271      Branch: perlio
17272           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
17273           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
17274           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
17275           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
17276           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
17277           +> lib/Tie/File/t/11_rv_splice_rs.t
17278           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
17279           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
17280           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
17281            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
17282            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
17283            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
17284            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
17285            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
17286            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
17287            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
17288            - lib/Tie/File/15_pushpop.t
17289           !> (integrate 47 files)
17290 ____________________________________________________________________________
17291 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
17292         Log: Missing MANIFESTations.
17293      Branch: perl
17294            ! MANIFEST
17295 ____________________________________________________________________________
17296 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
17297         Log: Attempt at portability.
17298      Branch: perl
17299            ! util.c
17300 ____________________________________________________________________________
17301 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
17302         Log: Needed by #14985.
17303      Branch: perl
17304            ! embed.h global.sym proto.h
17305 ____________________________________________________________________________
17306 [ 14988] By: ams                                   on 2002/03/04  08:59:27
17307         Log: Upgrade to Tie::File 0.16.
17308      Branch: perl
17309            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
17310            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
17311            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
17312            ! lib/Tie/File/t/15_pushpop.t
17313 ____________________________________________________________________________
17314 [ 14987] By: ams                                   on 2002/03/04  08:48:11
17315         Log: Subject: [PATCH @14577] perly-fixer
17316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17317              Date: Mon, 4 Mar 2002 02:28:51 -0500
17318              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
17319      Branch: perl
17320            ! Makefile.SH perly.fixer
17321 ____________________________________________________________________________
17322 [ 14986] By: ams                                   on 2002/03/04  08:43:37
17323         Log: Subject: [PATCH @14577] xsubpp
17324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17325              Date: Mon, 4 Mar 2002 02:25:52 -0500
17326              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
17327      Branch: perl
17328            ! lib/ExtUtils/xsubpp pod/perlxs.pod
17329 ____________________________________________________________________________
17330 [ 14985] By: ams                                   on 2002/03/04  08:40:46
17331         Log: Subject: [PATCH @14577] sv_cmp and friends
17332              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17333              Date: Mon, 4 Mar 2002 02:31:04 -0500
17334              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
17335      Branch: perl
17336            ! embed.fnc sv.c util.c
17337 ____________________________________________________________________________
17338 [ 14984] By: ams                                   on 2002/03/04  08:16:06
17339         Log: Fix File::Path docs as suggested by Ronald Kimball.
17340      Branch: perl
17341            ! lib/File/Path.pm
17342 ____________________________________________________________________________
17343 [ 14983] By: ams                                   on 2002/03/04  08:11:20
17344         Log: Update perldata fix as suggested by Benjamin Goldberg.
17345      Branch: perl
17346            ! pod/perldata.pod
17347 ____________________________________________________________________________
17348 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
17349         Log: Faulty skip.
17350      Branch: perl
17351            ! ext/DB_File/t/db-recno.t
17352 ____________________________________________________________________________
17353 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
17354         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
17355              From: Anton Tagunov <tagunov@motor.ru>
17356              Date: Mon, 4 Mar 2002 05:41:41 +0300
17357              Message-Id: <7916563907.20020304054141@motor.ru>
17358              
17359              Subject: [ID 20020303.005] Patch perlinicode C API description
17360              From: Anton Tagunov <tagunov@motor.ru>
17361              Date: Mon, 4 Mar 2002 06:08:23 +0300
17362              Message-Id: <2018165510.20020304060823@motor.ru>
17363      Branch: perl
17364            ! lib/utf8.pm pod/perlunicode.pod
17365 ____________________________________________________________________________
17366 [ 14980] By: ams                                   on 2002/03/04  02:19:20
17367         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
17368              From: Anton Tagunov <tagunov@motor.ru>
17369              Date: Mon, 4 Mar 2002 02:17:40 +0300
17370              Message-Id: <1344322124.20020304021740@motor.ru>
17371      Branch: perl
17372            ! pod/perldata.pod
17373 ____________________________________________________________________________
17374 [ 14979] By: ams                                   on 2002/03/04  02:17:54
17375         Log: Subject: RE: [PATCH] RE: DB_File breakage
17376              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17377              Date: Sun, 3 Mar 2002 23:56:31 -0000
17378              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
17379      Branch: perl
17380            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17381            ! ext/DB_File/t/db-recno.t
17382 ____________________________________________________________________________
17383 [ 14978] By: ams                                   on 2002/03/04  02:07:16
17384         Log: Subject: [PATCH] docs for ExtUtils::Manifest
17385              From: Nicholas Clark <nick@unfortu.net>
17386              Date: Sun, 3 Mar 2002 23:29:25 +0000
17387              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
17388      Branch: perl
17389            ! lib/ExtUtils/Manifest.pm
17390 ____________________________________________________________________________
17391 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
17392         Log: Forgot from the M::BI 1.54 update.
17393      Branch: perl
17394            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
17395            ! lib/Math/BigInt/t/upgrade.inc
17396 ____________________________________________________________________________
17397 [ 14976] By: ams                                   on 2002/03/04  02:04:32
17398         Log: Subject: [PATCH] attr
17399              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17400              Date: Sun, 3 Mar 2002 22:09:58 -0000
17401              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
17402      Branch: perl
17403            ! lib/warnings.pm warnings.pl
17404 ____________________________________________________________________________
17405 [ 14975] By: ams                                   on 2002/03/04  02:01:27
17406         Log: Subject: [PATCH] File::Path documentation
17407              From: Colin Meyer <cmeyer@helvella.org>
17408              Date: Sun, 3 Mar 2002 14:54:24 -0800
17409              Message-Id: <20020303145424.A21774@hobart.helvella.org>
17410      Branch: perl
17411            ! lib/File/Path.pm
17412 ____________________________________________________________________________
17413 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
17414         Log: Typo.
17415      Branch: perl
17416            ! lib/Math/BigInt/t/upgrade.t
17417 ____________________________________________________________________________
17418 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
17419         Log: Editing errors.
17420      Branch: perl
17421            ! MANIFEST
17422 ____________________________________________________________________________
17423 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
17424         Log: Upgrade to Math::BigInt 1.54.
17425      Branch: perl
17426            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17427            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
17428            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
17429            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
17430            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
17431            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
17432 ____________________________________________________________________________
17433 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
17434         Log: Test tweak from Craig Berry.
17435      Branch: perl
17436            ! lib/Tie/File/t/15_pushpop.t
17437 ____________________________________________________________________________
17438 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
17439         Log: Upgrade to Tie::File 0.15.
17440      Branch: perl
17441            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
17442            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
17443            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
17444            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
17445            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
17446            + lib/Tie/File/t/11_rv_splice_rs.t
17447            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
17448            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
17449            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
17450            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
17451            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
17452            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
17453            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
17454            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
17455            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
17456            - lib/Tie/File/15_pushpop.t
17457            ! MANIFEST lib/Tie/File.pm
17458 ____________________________________________________________________________
17459 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
17460         Log: The EBCDIC gaps apply only to the real A-Z.
17461      Branch: perl
17462            ! ext/B/B/Deparse.pm
17463 ____________________________________________________________________________
17464 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
17465         Log: EBCDIC: deparse \cX correctly.
17466      Branch: perl
17467            ! ext/B/B/Deparse.pm
17468 ____________________________________________________________________________
17469 [ 14967] By: ams                                   on 2002/03/03  18:18:00
17470         Log: Subject: [PATCH] nit in perlsyn.pod
17471              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
17472              Date: Sun, 03 Mar 2002 20:16:10 +0100
17473              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
17474      Branch: perl
17475            ! pod/perlsyn.pod
17476 ____________________________________________________________________________
17477 [ 14966] By: ams                                   on 2002/03/03  18:06:32
17478         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
17479              From: Michael G Schwern <schwern@pobox.com>
17480              Date: Sun, 3 Mar 2002 13:33:28 -0500
17481              Message-Id: <20020303183328.GA3296@blackrider>
17482      Branch: perl
17483            ! utils/h2xs.PL
17484 ____________________________________________________________________________
17485 [ 14965] By: ams                                   on 2002/03/03  18:00:03
17486         Log: Subject: [ PATCH ] HP back to default
17487              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17488              Date: Sun, 03 Mar 2002 18:48:34 +0100
17489              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
17490      Branch: perl
17491            ! hints/hpux.sh
17492 ____________________________________________________________________________
17493 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
17494         Log: EBCDIC: special cases of special cases.
17495      Branch: perl
17496            ! t/uni/case.pl
17497 ____________________________________________________________________________
17498 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
17499         Log: EBCDIC: the v-string components cannot exceed 2147483647.
17500      Branch: perl
17501            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
17502 ____________________________________________________________________________
17503 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
17504         Log: Remove the bogus "incorrect case" warning completely.
17505              The problem exists, but the cure, in which ever form
17506              it will be, needs to be something more subtle.
17507      Branch: perl
17508            ! op.c pod/perldiag.pod
17509 ____________________________________________________________________________
17510 [ 14961] By: ams                                   on 2002/03/03  13:39:09
17511         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
17512              From: Mark-Jason Dominus <mjd@plover.com>
17513              Date: Sun, 03 Mar 2002 09:32:16 -0500
17514              Message-Id: <20020303143216.10536.qmail@plover.com>
17515      Branch: perl
17516            ! t/op/tiearray.t
17517 ____________________________________________________________________________
17518 [ 14960] By: nick                                  on 2002/03/03  09:59:59
17519         Log: Integrate mainline
17520      Branch: perlio
17521           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
17522            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
17523            ! ext/Encode/compile
17524           !> (integrate 27 files)
17525 ____________________________________________________________________________
17526 [ 14959] By: ams                                   on 2002/03/03  08:11:34
17527         Log: Fix #14957.
17528      Branch: perl
17529            ! ext/DB_File/t/db-recno.t
17530 ____________________________________________________________________________
17531 [ 14958] By: ams                                   on 2002/03/03  05:51:00
17532         Log: Subject: [PATCH @14577] NL in debugger
17533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17534              Date: Sat, 2 Mar 2002 05:34:12 -0500
17535              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
17536      Branch: perl
17537            ! lib/perl5db.pl
17538 ____________________________________________________________________________
17539 [ 14957] By: ams                                   on 2002/03/03  05:00:04
17540         Log: Subject: Re: DB_File breakage
17541              From: Schuyler Erle <schuyler@oreilly.com>
17542              Date: Sat, 02 Mar 2002 21:50:30 -0800
17543              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
17544      Branch: perl
17545            ! ext/DB_File/t/db-recno.t
17546 ____________________________________________________________________________
17547 [ 14956] By: ams                                   on 2002/03/03  04:40:08
17548         Log: Subject: [PATCH @14577] Debugging OPs
17549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17550              Date: Sat, 2 Mar 2002 05:49:58 -0500
17551              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
17552      Branch: perl
17553            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
17554            ! pod/perlrun.pod sv.h
17555 ____________________________________________________________________________
17556 [ 14955] By: ams                                   on 2002/03/03  04:34:41
17557         Log: Subject: Tie::Array doc patch
17558              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
17559              Date: Sat, 02 Mar 2002 08:42:56 +0900
17560              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
17561      Branch: perl
17562            ! lib/Tie/Array.pm
17563 ____________________________________________________________________________
17564 [ 14954] By: ams                                   on 2002/03/03  04:23:33
17565         Log: Subject: Re: Smoke 14870
17566              From: Nicholas Clark <nick@unfortu.net>
17567              Date: Sat, 2 Mar 2002 20:00:53 +0000
17568              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
17569      Branch: perl
17570            ! README.hpux
17571 ____________________________________________________________________________
17572 [ 14953] By: ams                                   on 2002/03/03  04:15:49
17573         Log: Subject: RE: VERSION core
17574              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17575              Date: Sat, 2 Mar 2002 22:50:44 -0000
17576              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
17577      Branch: perl
17578            ! t/comp/use.t
17579 ____________________________________________________________________________
17580 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
17581         Log: The #14949 removed this error from non-Win32.
17582      Branch: perl
17583            ! t/lib/warnings/op
17584 ____________________________________________________________________________
17585 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
17586         Log: BeOS back on track.
17587      Branch: perl
17588            ! README.beos
17589 ____________________________________________________________________________
17590 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
17591         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
17592              higher is okay.
17593      Branch: perl
17594            ! ext/POSIX/t/posix.t
17595 ____________________________________________________________________________
17596 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
17597         Log: For now, make "incorrect case" a Win32-only warning.
17598      Branch: perl
17599            ! op.c
17600 ____________________________________________________________________________
17601 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
17602         Log: Demand more before attempting socketpair().
17603      Branch: perl
17604            ! pp_sys.c
17605 ____________________________________________________________________________
17606 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
17607         Log: Remove obsolete hack.
17608      Branch: perl
17609            ! makedepend.SH
17610 ____________________________________________________________________________
17611 [ 14946] By: ams                                   on 2002/03/02  16:00:32
17612         Log: Forgot to delete encode.* from MANIFEST.
17613      Branch: perl
17614            ! MANIFEST
17615 ____________________________________________________________________________
17616 [ 14945] By: ams                                   on 2002/03/02  14:41:03
17617         Log: Delete ex-test output.
17618      Branch: perl
17619            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
17620 ____________________________________________________________________________
17621 [ 14944] By: ams                                   on 2002/03/02  13:54:35
17622         Log: Subject: [PATCH] DB_File 1.803
17623              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17624              Date: Sat, 2 Mar 2002 14:33:32 -0000
17625              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
17626      Branch: perl
17627            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17628            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
17629 ____________________________________________________________________________
17630 [ 14943] By: ams                                   on 2002/03/02  13:43:06
17631         Log: Upgrade to Tie::File 0.14.
17632      Branch: perl
17633            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
17634            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
17635            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
17636 ____________________________________________________________________________
17637 [ 14942] By: nick                                  on 2002/03/02  11:05:53
17638         Log: Integrate mainline
17639      Branch: perlio
17640           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
17641           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
17642           +> ext/Encode/t/table.utf8
17643           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
17644           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
17645           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
17646           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
17647           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
17648           !> universal.c utils/perldoc.PL
17649 ____________________________________________________________________________
17650 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
17651         Log: More CJK (just C, really) tables from Autrijus Tang
17652              (originally from iconv, used with permission of Bruno Haible)
17653      Branch: perl
17654            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
17655            + ext/Encode/Encode/iso-ir-165.enc
17656            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
17657            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
17658            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
17659 ____________________________________________________________________________
17660 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
17661         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
17662              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17663              Date: Fri, 1 Mar 2002 15:32:13 -0500
17664              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
17665      Branch: perl
17666            ! utils/perldoc.PL
17667 ____________________________________________________________________________
17668 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
17669         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
17670              From: Schuyler Erle <schuyler@oreilly.com>
17671              Date: Fri, 01 Mar 2002 14:22:19 -0800
17672              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
17673              
17674              Subject: Re: PATCH: "splice() offset past end of array" warning.
17675              From: Mark-Jason Dominus <mjd@plover.com>
17676              Date: Fri, 01 Mar 2002 17:19:49 -0500
17677              Message-ID: <20020301221949.7610.qmail@plover.com>
17678      Branch: perl
17679            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
17680 ____________________________________________________________________________
17681 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
17682         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
17683              From: Mark-Jason Dominus <mjd@plover.com>
17684              Date: Fri, 01 Mar 2002 18:35:35 -0500
17685              Message-ID: <20020301233535.15969.qmail@plover.com>
17686      Branch: perl
17687            ! av.c
17688 ____________________________________________________________________________
17689 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
17690         Log: Subject: RE: VERSION core
17691              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17692              Date: Fri, 1 Mar 2002 23:47:48 -0000
17693              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
17694      Branch: perl
17695            ! pod/perldiag.pod universal.c
17696 ____________________________________________________________________________
17697 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
17698         Log: Update Changes
17699      Branch: maint-5.6/macperl
17700            ! macos/Changes
17701 ____________________________________________________________________________
17702 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
17703         Log: Fix update to resources
17704      Branch: maint-5.6/macperl
17705            ! macos/macperl/MacPerl.r
17706 ____________________________________________________________________________
17707 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
17708         Log: metaconfig unit change for #14930.
17709      Branch: metaconfig
17710            ! U/modified/Init.U
17711 ____________________________________________________________________________
17712 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
17713         Log: Fix debugger to handle Mac OS psedofiles
17714      Branch: maint-5.6/macperl
17715            ! lib/DB.pm lib/perl5db.pl
17716 ____________________________________________________________________________
17717 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
17718         Log: Various fixes from Thomas Wegner
17719      Branch: maint-5.6/macperl
17720            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
17721 ____________________________________________________________________________
17722 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
17723         Log: Some resource updates
17724      Branch: maint-5.6/macperl
17725            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
17726            ! macos/macperl/MacPerl.rsrc
17727 ____________________________________________________________________________
17728 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
17729         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
17730              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17731              Date: Fri, 01 Mar 2002 09:38:59 -0800
17732              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
17733      Branch: perl
17734            ! Configure
17735 ____________________________________________________________________________
17736 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
17737         Log: Add some missing sfio symbols (Alan Fry)
17738      Branch: maint-5.6/macperl
17739            ! macos/macperl.sym
17740 ____________________________________________________________________________
17741 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
17742         Log: Update version and README
17743      Branch: maint-5.6/macperl
17744            ! README.macos macos/MPVersion.r
17745 ____________________________________________________________________________
17746 [ 14926] By: nick                                  on 2002/03/01  15:56:41
17747         Log: Integrate mainline
17748      Branch: perlio
17749           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
17750           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
17751           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
17752           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
17753           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
17754           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
17755           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
17756           +> lib/Tie/File/13_size_rs.t
17757           !> (integrate 80 files)
17758 ____________________________________________________________________________
17759 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
17760         Log: Better advertising.
17761      Branch: perl
17762            ! pod/perldelta.pod pod/perlfaq5.pod
17763 ____________________________________________________________________________
17764 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
17765         Log: Update Changes.
17766      Branch: perl
17767            ! Changes patchlevel.h
17768 ____________________________________________________________________________
17769 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
17770         Log: Lost in the shuffle.
17771      Branch: perl
17772            + lib/Math/BigInt/t/downgrade.t
17773            ! MANIFEST
17774 ____________________________________________________________________________
17775 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
17776         Log: Advertise Tie::File.
17777      Branch: perl
17778            ! pod/perldelta.pod pod/perlfaq5.pod
17779 ____________________________________________________________________________
17780 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
17781         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
17782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17783              Date: Thu, 28 Feb 2002 18:55:48 +0100
17784              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
17785      Branch: perl
17786            ! x2p/walk.c
17787 ____________________________________________________________________________
17788 [ 14920] By: ams                                   on 2002/03/01  09:06:01
17789         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
17790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17791              Date: Tue, 26 Feb 2002 19:54:31 -0500
17792              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
17793      Branch: perl
17794            ! embed.fnc ext/B/B/Deparse.pm gv.c
17795 ____________________________________________________________________________
17796 [ 14919] By: ams                                   on 2002/03/01  03:03:12
17797         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
17798      Branch: perl
17799            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
17800            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
17801            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
17802            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
17803            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
17804            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
17805            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
17806 ____________________________________________________________________________
17807 [ 14918] By: ams                                   on 2002/03/01  02:36:58
17808         Log: Add Tie::File 0.12 from MJD.
17809      Branch: perl
17810            + lib/Tie/File.pm lib/Tie/File/01_gen.t
17811            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
17812            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
17813            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
17814            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
17815            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
17816            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
17817            ! MANIFEST
17818 ____________________________________________________________________________
17819 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
17820         Log: Encoding name mapping tweaks.
17821      Branch: perl
17822            ! ext/Encode/Encode.pm
17823 ____________________________________________________________________________
17824 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
17825         Log: metaconfig unit change for #14915.
17826      Branch: metaconfig
17827            ! U/modified/Init.U
17828 ____________________________________________________________________________
17829 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
17830         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
17831              From: Paul_GreenVOS@vos.stratus.com
17832              Date: Thu, 28 Feb 02 15:05 est
17833              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
17834      Branch: perl
17835            ! Configure
17836 ____________________________________________________________________________
17837 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
17838         Log: PL_bostr was pointing to the wrong string
17839              (a string left around from the loading of the Unicode \w)
17840              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
17841              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
17842      Branch: perl
17843            ! regexec.c
17844 ____________________________________________________________________________
17845 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
17846         Log: Sync with libnet-1.10
17847      Branch: perl
17848            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
17849            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
17850            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
17851            ! lib/Net/t/netrc.t
17852 ____________________________________________________________________________
17853 [ 14912] By: ams                                   on 2002/02/28  13:02:50
17854         Log: Subject: [PATCH] perldelta.pod fixes
17855              From: Autrijus Tang <autrijus@autrijus.org>
17856              Date: Thu, 28 Feb 2002 21:44:15 +0800
17857              Message-Id: <20020228134415.GB16422@not.autrijus.org>
17858      Branch: perl
17859            ! pod/perldelta.pod
17860 ____________________________________________________________________________
17861 [ 14911] By: ams                                   on 2002/02/28  11:31:44
17862         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
17863              From: Stas Bekman <stas@stason.org>
17864              Date: Mon, 04 Feb 2002 16:18:53 +0800
17865              Message-Id: <3C7E1E5F.1000605@stason.org>
17866              (Applied by hand).
17867      Branch: perl
17868            ! lib/File/Copy.pm
17869 ____________________________________________________________________________
17870 [ 14910] By: ams                                   on 2002/02/28  11:26:47
17871         Log: Subject: [PATCH lib/Pod/Html.pm]
17872              From: Stas Bekman <stas@stason.org>
17873              Date: Thu, 28 Feb 2002 20:05:01 +0800
17874              Message-Id: <3C7E1CED.7000307@stason.org>
17875      Branch: perl
17876            ! lib/Pod/Html.pm
17877 ____________________________________________________________________________
17878 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
17879         Log: Tests for #14908.
17880      Branch: perl
17881            ! t/op/pat.t
17882 ____________________________________________________________________________
17883 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
17884         Log: Make shared hash keys to be \0-terminated:
17885              one possible resolution for
17886              "UTF-8, weird \w behaviour after HASH-KEY-ification"
17887              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
17888              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
17889              The hash keys weren't \0-terminated.  This meant that the EOL ($)
17890              in regmatch() got the nextchr beyond the last character.  Since
17891              the keys were UTF-8, the nextchr was \1, not the usual
17892              string-terminating \0.  Wham, no match.
17893              
17894              I think another possible resolution could be to stop the nextchr
17895              computation in regmatch() from peeking beyond the last character
17896              of the string:
17897              
17898              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
17899      Branch: perl
17900            ! hv.c hv.h
17901 ____________________________________________________________________________
17902 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
17903         Log: Subject: [PATCH] Perl interface to newIO()
17904              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17905              Date: Wed, 27 Feb 2002 20:15:27 -0800
17906              Message-ID: <f7af8gzkgaET092yn@efn.org>
17907      Branch: perl
17908            ! lib/Symbol.pm
17909 ____________________________________________________________________________
17910 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
17911         Log: The "list" part of
17912              
17913              Subject: [PATCH perlop] .. returns a *list* of *integers*
17914              From: Mike Guy <mjtg@cam.ac.uk>
17915              Date: Tue, 26 Feb 2002 18:30:22 +0000
17916              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
17917              
17918              plus few nits.
17919      Branch: perl
17920            ! pod/perlop.pod
17921 ____________________________________________________________________________
17922 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
17923         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
17924              From: Abe Timmerman <abe@ztreet.demon.nl>
17925              Date: Thu, 28 Feb 2002 00:04:06 +0100
17926              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
17927      Branch: perl
17928            ! lib/File/stat.t
17929 ____________________________________________________________________________
17930 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
17931         Log: Integrate from maintperl.
17932      Branch: maint-5.6/macperl
17933           !> doio.c op.c t/io/open.t t/pragma/strict-subs
17934 ____________________________________________________________________________
17935 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
17936         Log: Upgrade to Math::BigInt 1.53.
17937      Branch: perl
17938            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17939            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
17940            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
17941            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
17942            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
17943            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
17944 ____________________________________________________________________________
17945 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
17946         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
17947              From: "Craig A. Berry" <craigberry@mac.com>
17948              Date: Wed, 27 Feb 2002 15:36:38 -0600
17949              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
17950      Branch: perl
17951            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
17952            ! vms/ext/filespec.t
17953 ____________________________________________________________________________
17954 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
17955         Log: Subject: [PATCH] Some minor changes for Cygwin
17956              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
17957              Date: Wed, 27 Feb 2002 22:25:41 +0100
17958              Message-ID: <14296492589.20020227222541@familiehaase.de>
17959      Branch: perl
17960            ! Makefile.SH README.cygwin cygwin/perlld.in
17961 ____________________________________________________________________________
17962 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
17963         Log: Update the UTF-8 explanation table.
17964      Branch: perl
17965            ! pod/perlunicode.pod utf8.h
17966 ____________________________________________________________________________
17967 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
17968         Log: Repatch from Robin Barker: anon subs in C<package;> are
17969              now __ANON__::__ANON__ (should help for mod_perl breakage
17970              since #12251)
17971      Branch: perl
17972            ! gv.c op.c t/op/runlevel.t toke.c
17973 ____________________________________________________________________________
17974 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
17975         Log: Update Changes.
17976      Branch: perl
17977            ! Changes patchlevel.h
17978 ____________________________________________________________________________
17979 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
17980         Log: perldelta updates.
17981      Branch: perl
17982            ! pod/perldelta.pod
17983 ____________________________________________________________________________
17984 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
17985         Log: Signedness nit.
17986      Branch: perl
17987            ! regexec.c
17988 ____________________________________________________________________________
17989 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
17990         Log: Subject: Re: Smoke 14870
17991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17992              Date: Wed, 27 Feb 2002 16:48:35 +0100
17993              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
17994              
17995              (with some additional garnish)
17996      Branch: perl
17997            ! README.hpux hints/hpux.sh
17998 ____________________________________________________________________________
17999 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
18000         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
18001              into perl.exp in AIX.
18002      Branch: perl
18003            ! makedef.pl perl.h
18004 ____________________________________________________________________________
18005 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
18006         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
18007              From: Robin Barker <rmb1@cise.npl.co.uk>
18008              Date: Wed, 27 Feb 2002 14:39:35 GMT
18009              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
18010      Branch: perl
18011            ! pod/perlrun.pod
18012 ____________________________________________________________________________
18013 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
18014         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
18015              From: Robin Barker <rmb1@cise.npl.co.uk>
18016              Date: Wed, 27 Feb 2002 12:25:30 GMT
18017              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
18018      Branch: perl
18019            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
18020            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
18021            ! pod/perlunicode.pod pod/perluniintro.pod
18022 ____________________________________________________________________________
18023 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
18024         Log: Only modify LD_LIBRARY_PATH in case there are directories.
18025      Branch: perl
18026            ! hints/dec_osf.sh
18027 ____________________________________________________________________________
18028 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
18029         Log: Subject: [PATCH] perl/hints/vos.sh
18030              From: Paul_GreenVOS@vos.stratus.com
18031              Date: Tue, 26 Feb 02 15:19 est
18032              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
18033      Branch: perl
18034            ! hints/vos.sh
18035 ____________________________________________________________________________
18036 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
18037         Log: Forgot from #14888.
18038      Branch: perl
18039            ! ext/Unicode/Normalize/mkheader
18040 ____________________________________________________________________________
18041 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
18042         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
18043      Branch: perl
18044            ! ext/Unicode/Normalize/Changes
18045            ! ext/Unicode/Normalize/Normalize.pm
18046            ! ext/Unicode/Normalize/Normalize.xs
18047            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
18048            ! ext/Unicode/Normalize/t/test.t
18049 ____________________________________________________________________________
18050 [ 14887] By: ams                                   on 2002/02/26  23:51:52
18051         Log: Subject: Missing diagnostics
18052              From: Simon Glover <scog@roe.ac.uk>
18053              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
18054              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
18055              
18056              Subject: [PATCH] Better wording for the lvalue vec diagnostic
18057              From: Simon Glover <scog@roe.ac.uk>
18058              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
18059              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
18060      Branch: perl
18061            ! doop.c pod/perldiag.pod t/op/vec.t
18062 ____________________________________________________________________________
18063 [ 14886] By: ams                                   on 2002/02/26  15:48:34
18064         Log: Subject: [PATCH] Not OK 5.7.2@14884
18065              From: andreas.koenig@anima.de (Andreas J. Koenig)
18066              Date: Tue, 26 Feb 2002 15:03:55 +0100
18067              Message-Id: <m38z9gfigk.fsf@anima.de>
18068      Branch: perl
18069            ! t/lib/access.t
18070 ____________________________________________________________________________
18071 [ 14885] By: nick                                  on 2002/02/26  13:48:55
18072         Log: Integrate mainline
18073      Branch: perlio
18074           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
18075           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
18076           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
18077            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
18078           !> (integrate 102 files)
18079 ____________________________________________________________________________
18080 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
18081         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
18082              1.1999999999999996, or thereabouts (yes, even sprintf).
18083      Branch: perl
18084            ! t/base/num.t
18085 ____________________________________________________________________________
18086 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
18087         Log: Neither.
18088      Branch: perl
18089            ! pod/perldelta.pod
18090 ____________________________________________________________________________
18091 [ 14882] By: ams                                   on 2002/02/26  08:46:55
18092         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
18093              From: Michael G Schwern <schwern@pobox.com>
18094              Date: Tue, 26 Feb 2002 01:01:28 -0500
18095              Message-Id: <20020226060128.GA2439@blackrider>
18096      Branch: perl
18097            ! hv.c pod/perldiag.pod
18098 ____________________________________________________________________________
18099 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
18100         Log: Subject: [PATCH B::Concise] docs, typos
18101              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18102              Date: Mon, 25 Feb 2002 16:41:16 +0100
18103              Message-ID: <20020225164116.A1054@rafael>
18104      Branch: perl
18105            ! ext/B/B/Concise.pm
18106 ____________________________________________________________________________
18107 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
18108         Log: POSIX: add isatty to @EXPORT_OK, reformat.
18109      Branch: perl
18110            ! ext/POSIX/POSIX.pm
18111 ____________________________________________________________________________
18112 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
18113         Log: If using -Dloclibpth=... the directories need to
18114              be appended to LD_LIBRARY_PATH (and ickily, if those
18115              directories contain a (newer?) libdb.so, we need to
18116              prepend    /usr/shlib to loclibpth).
18117      Branch: perl
18118            ! hints/dec_osf.sh
18119 ____________________________________________________________________________
18120 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
18121         Log: Subject: [PATCH] Perl interface to newIO()
18122              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
18123              Date: Mon, 25 Feb 2002 15:04:57 -0800
18124              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
18125      Branch: perl
18126            ! lib/Symbol.pm lib/Symbol.t
18127 ____________________________________________________________________________
18128 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
18129         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
18130              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
18131              Date: Mon, 25 Feb 2002 21:58:30 +0100
18132              Message-ID: <20020225215830.A744@rafael>
18133      Branch: perl
18134            ! pod/perlvar.pod
18135 ____________________________________________________________________________
18136 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
18137         Log: Big5 tweaks from Autrijus Tang.
18138      Branch: perl
18139            ! ext/Encode/Encode/big5.enc
18140 ____________________________________________________________________________
18141 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
18142         Log: Subject: [PATCH Glossary configpm] cleanups
18143              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18144              Date: Mon, 25 Feb 2002 23:27:15 +0100
18145              Message-ID: <20020225232715.C744@rafael>
18146      Branch: perl
18147            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
18148 ____________________________________________________________________________
18149 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
18150         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
18151              From: Nicholas Clark <nick@unfortu.net>
18152              Date: Mon, 25 Feb 2002 21:53:24 +0000
18153              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
18154      Branch: perl
18155            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
18156            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
18157            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
18158 ____________________________________________________________________________
18159 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
18160         Log: Upgrade to I18N::LangTags 0.27.
18161              (Causes one flipflop back to perl.com URL, must poke Sean.)
18162      Branch: perl
18163            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18164            ! lib/I18N/LangTags/List.pm
18165 ____________________________________________________________________________
18166 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
18167         Log: Upgrade to Getopt::Long 2.28.
18168      Branch: perl
18169            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
18170            ! lib/Getopt/Long/README
18171 ____________________________________________________________________________
18172 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
18173         Log: No =head.
18174      Branch: perl
18175            ! pod/perlebcdic.pod
18176 ____________________________________________________________________________
18177 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
18178         Log: Update Changes.
18179      Branch: perl
18180            ! Changes patchlevel.h
18181 ____________________________________________________________________________
18182 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
18183         Log: metaconfig unit change for #14868.
18184      Branch: metaconfig
18185            ! U/modified/Chk_MANI.U
18186 ____________________________________________________________________________
18187 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
18188         Log: Some hosts understand split -l 50, some only split -50
18189              (from Paul Eggert).
18190      Branch: perl
18191            ! Configure
18192 ____________________________________________________________________________
18193 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
18194         Log: Subject: Re: [PATCH bleadperl] socketpair.t
18195              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18196              Date: Sun, 24 Feb 2002 10:31:25 +0100
18197              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
18198              
18199              (the pid half only)
18200      Branch: perl
18201            ! win32/win32.c
18202 ____________________________________________________________________________
18203 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
18204         Log: Mention the new pack tricks.
18205      Branch: perl
18206            ! pod/perldelta.pod
18207 ____________________________________________________________________________
18208 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
18209         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
18210              From: Richard.Foley@t-online.de (Richard Foley)
18211              Date: Mon, 25 Feb 2002 13:47:03 +0100
18212              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
18213      Branch: perl
18214            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
18215            ! pod/perldebug.pod pod/perldelta.pod
18216 ____________________________________________________________________________
18217 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
18218         Log: Typo corrections from John P. Linderman.
18219      Branch: perl
18220            ! ext/IPC/SysV/Semaphore.pm
18221 ____________________________________________________________________________
18222 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
18223         Log: Upgrade to Math::BigInt 1.52.
18224      Branch: perl
18225            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18226            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
18227            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
18228            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
18229            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
18230 ____________________________________________________________________________
18231 [ 14862] By: ams                                   on 2002/02/25  10:39:40
18232         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
18233              From: Robin Barker <rmb1@cise.npl.co.uk>
18234              Date: Mon, 25 Feb 2002 11:35:06 GMT
18235              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
18236              
18237              Subject: [PATCH Net/Cmd.pm]
18238              From: Robin Barker <rmb1@cise.npl.co.uk>
18239              Date: Mon, 25 Feb 2002 11:37:06 GMT
18240              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
18241      Branch: perl
18242            ! lib/Cwd.pm lib/Net/Cmd.pm
18243 ____________________________________________________________________________
18244 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
18245         Log: Cut-and-paste errors.
18246      Branch: perl
18247            ! t/op/pat.t
18248 ____________________________________________________________________________
18249 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
18250         Log: EBCDIC: the control characters are not that easy to find.
18251      Branch: perl
18252            ! t/op/pat.t
18253 ____________________________________________________________________________
18254 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
18255         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
18256              From: John Peacock <jpeacock@rowman.com>
18257              Date: Sun, 24 Feb 2002 22:08:28 -0500
18258              Message-ID: <3C79AAAC.6060903@rowman.com>
18259      Branch: perl
18260            ! sv.c
18261 ____________________________________________________________________________
18262 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
18263         Log: SvSetSV() is not returnable, but that's okay since
18264              sv_copypv() returns void.
18265      Branch: perl
18266            ! sv.c
18267 ____________________________________________________________________________
18268 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
18269         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
18270              From: John Peacock <jpeacock@rowman.com>                 
18271              Date: Sun, 24 Feb 2002 16:40:07 -0500
18272              Message-ID: <3C795DB7.40105@rowman.com>               
18273      Branch: perl
18274            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
18275            ! pp_hot.c proto.h sv.c
18276 ____________________________________________________________________________
18277 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
18278         Log: Tiny code cleanup.
18279      Branch: perl
18280            ! regexec.c
18281 ____________________________________________________________________________
18282 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
18283         Log: Use to_uni_fold().
18284      Branch: perl
18285            ! regcomp.c
18286 ____________________________________________________________________________
18287 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
18288         Log: Document the new taint behaviour of exec LIST and
18289              system LIST.
18290      Branch: perl
18291            ! pod/perldelta.pod
18292 ____________________________________________________________________________
18293 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
18294         Log: Subject: [PATCH] Re: taint news
18295              From: Rick Delaney <rick.delaney@rogers.com>             
18296              Date: 24 Feb 2002 11:35:00 -0500
18297              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
18298      Branch: perl
18299            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
18300 ____________________________________________________________________________
18301 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
18302         Log: EBCDIC tweak (native instead of uni) and comment update.
18303      Branch: perl
18304            ! regexec.c
18305 ____________________________________________________________________________
18306 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
18307         Log: Using uninitialized (and wrong) variables is not good.
18308      Branch: perl
18309            ! regcomp.c
18310 ____________________________________________________________________________
18311 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
18312         Log: EBCDIC: this seems to calm the last of the
18313              Malformed UTF-8 warnings.
18314      Branch: perl
18315            ! regcomp.c utf8.c
18316 ____________________________________________________________________________
18317 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
18318         Log: EBCDIC: document using Encode for character conversions.
18319      Branch: perl
18320            ! pod/perlebcdic.pod
18321 ____________________________________________________________________________
18322 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
18323         Log: EBCDIC: disable also Unicode::Collate and
18324              Unicode::Normalize for now.  Real users of
18325              EBCDIC have to decide what they want.
18326      Branch: perl
18327            ! ext/Unicode/Normalize/Normalize.pm
18328            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
18329            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
18330            ! lib/Unicode/Collate/t/test.t
18331 ____________________________________________________________________________
18332 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
18333         Log: AUTHORS updates.
18334      Branch: perl
18335            ! AUTHORS
18336 ____________________________________________________________________________
18337 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
18338         Log: Retract #14571: there may be a better solution than
18339              tweaking the test.
18340      Branch: perl
18341            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
18342 ____________________________________________________________________________
18343 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
18344         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
18345              From: "Craig A. Berry" <craigberry@mac.com> 
18346              Date: Sat, 23 Feb 2002 14:14:35 -0600
18347              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
18348      Branch: perl
18349            ! configure.com
18350 ____________________________________________________________________________
18351 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
18352         Log: metaconfig unit change for #14843.
18353      Branch: metaconfig/U/perl
18354            ! Extensions.U
18355 ____________________________________________________________________________
18356 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
18357         Log: Also Encode/JP needs to be listed explicitly.
18358              (Any other sub-Encode extensions?)
18359      Branch: perl
18360            ! Configure
18361 ____________________________________________________________________________
18362 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
18363         Log: Document known UNICOS/mk deficiency.
18364      Branch: perl
18365            ! pod/perldelta.pod
18366 ____________________________________________________________________________
18367 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
18368         Log: Subject: [PATCH] README mention version 5.0
18369              From: Autrijus Tang <autrijus@autrijus.org>
18370              Date: Sat, 23 Feb 2002 09:35:22 +0800
18371              Message-ID: <20020223013522.GA8694@not.autrijus.org>
18372      Branch: perl
18373            ! README
18374 ____________________________________________________________________________
18375 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
18376         Log: metaconfig unit change for #14839.
18377      Branch: metaconfig
18378            ! U/modified/Signal.U
18379 ____________________________________________________________________________
18380 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
18381         Log: Old hosts like NeXT Classic don't have sort -k,
18382              from Paul Eggert.
18383      Branch: perl
18384            ! Configure
18385 ____________________________________________________________________________
18386 [ 14838] By: ams                                   on 2002/02/22  21:14:29
18387         Log: Minor clarifications as suggested by Anton Tagunov.
18388      Branch: perl
18389            ! pod/perlsyn.pod
18390 ____________________________________________________________________________
18391 [ 14837] By: ams                                   on 2002/02/22  21:07:02
18392         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
18393              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18394              Date: Fri, 22 Feb 2002 23:01:07 +0100
18395              Message-Id: <20020222230107.A15069@rafael>
18396      Branch: perl
18397            ! sv.c t/op/gv.t
18398 ____________________________________________________________________________
18399 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
18400         Log: metaconfig unit change for #14835.
18401      Branch: metaconfig
18402            ! U/modified/Chk_MANI.U
18403 ____________________________________________________________________________
18404 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
18405         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
18406      Branch: perl
18407            ! Configure
18408 ____________________________________________________________________________
18409 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
18410         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
18411              From: Michael G Schwern <schwern@pobox.com>
18412              Date: Fri, 22 Feb 2002 12:10:28 -0500
18413              Message-ID: <20020222171027.GB4181@blackrider>
18414      Branch: perl
18415            ! ext/Encode/compile
18416 ____________________________________________________________________________
18417 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
18418         Log: Update Changes.
18419      Branch: perl
18420            ! Changes patchlevel.h
18421 ____________________________________________________________________________
18422 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
18423         Log: Implement IV/UV/NV/long double pack/unpack with
18424              template letters j/J/F/D (the latter two have been
18425              undocumented aliases of f/d).
18426      Branch: perl
18427            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
18428 ____________________________________________________________________________
18429 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
18430         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
18431              From: Nicholas Clark <nick@unfortu.net>
18432              Date: Fri, 22 Feb 2002 14:01:25 +0000
18433              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
18434      Branch: perl
18435            ! ext/Encode/compile
18436 ____________________________________________________________________________
18437 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
18438         Log: NetWare change from Ananth Kesari.
18439      Branch: perl
18440            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
18441            ! MANIFEST
18442 ____________________________________________________________________________
18443 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
18444         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
18445              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18446              Date: Fri, 22 Feb 2002 03:55:13 -0500
18447              Message-ID: <20020222035513.A894@math.ohio-state.edu>
18448      Branch: perl
18449            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
18450 ____________________________________________________________________________
18451 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
18452         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
18453      Branch: perl
18454            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
18455 ____________________________________________________________________________
18456 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
18457         Log: Make measure_struct a file static.
18458      Branch: perl
18459            ! pp_pack.c
18460 ____________________________________________________________________________
18461 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
18462         Log: EBCDIC: someone who knows what they are doing
18463              and whether it is possible at all in the first
18464              place needs to figure these tests out on EBCDIC.
18465              The CJK encodings heavily abuse their knowledge
18466              of ASCII and that may require a translation layer
18467              or four to survive UTF-EBCDIC.
18468      Branch: perl
18469            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
18470 ____________________________________________________________________________
18471 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
18472         Log: croak() needs context.
18473      Branch: perl
18474            ! pp_pack.c
18475 ____________________________________________________________________________
18476 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
18477         Log: Subject: [PATCH @14577] pack with a human face: the sequel
18478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18479              Date: Thu, 21 Feb 2002 21:33:37 -0500
18480              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
18481      Branch: perl
18482            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
18483            ! proto.h t/op/pack.t
18484 ____________________________________________________________________________
18485 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
18486         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
18487              From: Nicholas Clark <nick@unfortu.net> 
18488              Date: Fri, 22 Feb 2002 00:49:44 +0000
18489              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
18490      Branch: perl
18491            ! ext/Encode/compile
18492 ____________________________________________________________________________
18493 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
18494         Log: Test for #14795.
18495      Branch: perl
18496            ! t/op/pat.t
18497 ____________________________________________________________________________
18498 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
18499         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
18500      Branch: perl
18501            ! t/op/pat.t
18502 ____________________________________________________________________________
18503 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
18504         Log: Subject: [PATCH] next batch of bugfixes
18505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18506              Date: Thu, 21 Feb 2002 23:54:41 +0100
18507              Message-ID: <20020221235441.A17260@rafael>
18508      Branch: perl
18509            ! ext/B/B/Deparse.pm
18510 ____________________________________________________________________________
18511 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
18512         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)
18513              From: chromatic <chromatic@rmci.net>
18514              Date: Thu, 21 Feb 2002 14:17:35 -0700
18515              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
18516      Branch: perl
18517            ! lib/File/stat.pm lib/File/stat.t
18518 ____________________________________________________________________________
18519 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
18520         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
18521      Branch: perl
18522            ! ext/re/re.xs
18523 ____________________________________________________________________________
18524 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
18525         Log: Upgrade to Math::BigInt 1.51.
18526      Branch: perl
18527            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
18528            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
18529            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
18530            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18531            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
18532            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
18533            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
18534            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
18535            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
18536            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
18537            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
18538            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
18539 ____________________________________________________________________________
18540 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
18541         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
18542              From: "Gerrit P. Haase" <gp@familiehaase.de>
18543              Date: Thu, 21 Feb 2002 21:20:25 +0100
18544              Message-ID: <69510538936.20020221212025@familiehaase.de>
18545      Branch: perl
18546            ! Makefile.SH
18547 ____________________________________________________________________________
18548 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
18549         Log: Subject: [PATCH @14577] grouping in pack/unpack
18550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18551              Date: Thu, 21 Feb 2002 06:06:14 -0500
18552              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
18553      Branch: perl
18554            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
18555            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
18556 ____________________________________________________________________________
18557 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
18558         Log: Subject: [PATCH propose] question about fs.t
18559              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18560              Date: Thu, 21 Feb 2002 15:10:21 +0100
18561              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
18562      Branch: perl
18563            ! t/io/fs.t
18564 ____________________________________________________________________________
18565 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
18566         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
18567              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
18568              Date: Thu, 21 Feb 2002 09:54:28 +0100
18569              Message-ID: <13576559576.20020221095428@familiehaase.de>     
18570      Branch: perl
18571            ! Makefile.SH
18572 ____________________________________________________________________________
18573 [ 14812] By: ams                                   on 2002/02/21  14:59:09
18574         Log: Subject: typo correction
18575              From: mjd@plover.com
18576              Date: 21 Feb 2002 15:43:49 -0000
18577              Message-Id: <20020221154349.22772.qmail@plover.com>
18578      Branch: perl
18579            ! pod/perldebug.pod
18580 ____________________________________________________________________________
18581 [ 14811] By: ams                                   on 2002/02/21  14:02:12
18582         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
18583              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18584              Date: Thu, 21 Feb 2002 15:22:22 +0100
18585              Message-Id: <20020221152222.A15095@rafael>
18586      Branch: perl
18587            ! op.h toke.c
18588 ____________________________________________________________________________
18589 [ 14810] By: ams                                   on 2002/02/21  12:45:28
18590         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
18591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18592              Date: Thu, 21 Feb 2002 06:02:48 -0500
18593              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
18594      Branch: perl
18595            ! lib/ExtUtils/Mksymlists.pm makedef.pl
18596 ____________________________________________________________________________
18597 [ 14809] By: nick                                  on 2002/02/21  09:31:08
18598         Log: Integrate mainline
18599      Branch: perlio
18600           +> lib/Pod/t/Select.t
18601           !> (integrate 37 files)
18602 ____________________________________________________________________________
18603 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
18604         Log: metaconfig unit change for #14807.
18605      Branch: metaconfig
18606            ! U/modified/Signal.U
18607 ____________________________________________________________________________
18608 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
18609         Log: Revert #14805, didn't quite work.
18610      Branch: perl
18611            ! Configure config_h.SH
18612 ____________________________________________________________________________
18613 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
18614         Log: metaconfig changes for #14805.
18615      Branch: metaconfig
18616            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
18617 ____________________________________________________________________________
18618 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
18619         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
18620              From: Paul Eggert <eggert@twinsun.com>
18621              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
18622              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
18623      Branch: perl
18624            ! Configure config_h.SH
18625 ____________________________________________________________________________
18626 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
18627         Log: More advice.
18628      Branch: perl
18629            ! README.os390
18630 ____________________________________________________________________________
18631 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
18632         Log: Missing MANIFESTation.
18633      Branch: perl
18634            ! MANIFEST
18635 ____________________________________________________________________________
18636 [ 14802] By: ams                                   on 2002/02/20  22:55:25
18637         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
18638              From: Autrijus Tang <autrijus@autrijus.org>
18639              Date: Thu, 21 Feb 2002 07:13:12 +0800
18640              Message-Id: <20020220231312.GA775@not.autrijus.org>
18641      Branch: perl
18642            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
18643 ____________________________________________________________________________
18644 [ 14801] By: ams                                   on 2002/02/20  22:27:20
18645         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
18646              From: Abe Timmerman <abe@ztreet.demon.nl>
18647              Date: Thu, 21 Feb 2002 00:20:40 +0100
18648              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
18649      Branch: perl
18650            + lib/Pod/t/Select.t
18651 ____________________________________________________________________________
18652 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
18653         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
18654              twice, causing the loop to skip every other character.
18655      Branch: perl
18656            ! utf8.c
18657 ____________________________________________________________________________
18658 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
18659         Log: Better debugging info.
18660      Branch: perl
18661            ! t/uni/case.pl
18662 ____________________________________________________________________________
18663 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
18664         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
18665              From: Nicholas Clark <nick@unfortu.net>
18666              Date: Wed, 20 Feb 2002 22:13:05 +0000
18667              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
18668      Branch: perl
18669            ! ext/Encode/compile
18670 ____________________________________________________________________________
18671 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
18672         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
18673              From: Paul Eggert <eggert@twinsun.com>
18674              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
18675              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
18676      Branch: perl
18677            ! pod/perlhack.pod
18678 ____________________________________________________________________________
18679 [ 14796] By: nick                                  on 2002/02/20  18:15:00
18680         Log: Integrate mainline
18681      Branch: perlio
18682           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
18683           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
18684           +> lib/Locale/Country.pod lib/Locale/Currency.pod
18685           +> lib/Locale/Language.pod lib/Locale/Script.pm
18686           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
18687           +> t/uni/title.t t/uni/upper.t
18688           !> (integrate 41 files)
18689 ____________________________________________________________________________
18690 [ 14795] By: ams                                   on 2002/02/20  17:08:38
18691         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
18692              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18693              Date: Wed, 20 Feb 2002 18:06:59 +0000
18694              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
18695      Branch: perl
18696            ! pp_ctl.c
18697 ____________________________________________________________________________
18698 [ 14794] By: ams                                   on 2002/02/20  16:41:56
18699         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
18700              From: Paul_GreenVOS@vos.stratus.com
18701              Date: Wed, 20 Feb 02 12:21 est
18702              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
18703      Branch: perl
18704            ! Makefile.SH
18705 ____________________________________________________________________________
18706 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
18707         Log: Forgot from #14790.
18708      Branch: perl
18709            ! pp_pack.c
18710 ____________________________________________________________________________
18711 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
18712         Log: Update Changes.
18713      Branch: perl
18714            ! Changes patchlevel.h
18715 ____________________________________________________________________________
18716 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
18717         Log: Integrate change #14778 from maintperl;
18718              
18719              constant folding on the range operator had the effect of disabling
18720              peephole optimizations in all the siblings of the range OP; the
18721              effect of this was that barewords could escape strictures when
18722              they were hiding in such places
18723      Branch: perl
18724            ! t/lib/strict/subs
18725           !> op.c
18726 ____________________________________________________________________________
18727 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
18728         Log: Subject: Re: [ID 20020220.001] pack w with objects
18729              From: Ulrich Pfeifer <upf@de.uu.net>
18730              Date: 20 Feb 2002 11:21:15 +0100
18731              Message-ID: <p5g03wcv38.fsf@de.uu.net>
18732      Branch: perl
18733            ! t/op/pack.t
18734 ____________________________________________________________________________
18735 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
18736         Log: Subject: Re: [PATCH] go faster for Encode's compile
18737              From: Nicholas Clark <nick@unfortu.net> 
18738              Date: Tue, 19 Feb 2002 23:38:36 +0000
18739              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
18740      Branch: perl
18741            ! ext/Encode/compile
18742 ____________________________________________________________________________
18743 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
18744         Log: Regen Glossary.
18745      Branch: perl
18746            ! Porting/Glossary Porting/config.sh Porting/config_H
18747 ____________________________________________________________________________
18748 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
18749         Log: metaconfig unit change for #14786 (not visible yet,
18750              since Glossary needs regenerating)
18751      Branch: metaconfig
18752            ! U/compline/d_gconvert.U
18753 ____________________________________________________________________________
18754 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
18755         Log: Subject: d_Gconvert hints and Glossary
18756              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18757              Date: Tue, 19 Feb 2002 11:55:36 -0800
18758              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
18759      Branch: perl
18760            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
18761            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
18762            ! hints/svr5.sh
18763 ____________________________________________________________________________
18764 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
18765         Log: metaconfig unit changes for #14784.
18766      Branch: metaconfig
18767            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
18768 ____________________________________________________________________________
18769 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
18770         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
18771              From: Paul Eggert <eggert@twinsun.com>              
18772              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
18773              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
18774      Branch: perl
18775            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
18776            ! pod/perlhack.pod
18777 ____________________________________________________________________________
18778 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
18779         Log: metaconfig unit change for #14782.
18780      Branch: metaconfig/U/perl
18781            ! Mksymlinks.U
18782 ____________________________________________________________________________
18783 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
18784         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
18785              From: "Gerrit P. Haase" <gp@familiehaase.de>
18786              Date: Wed, 20 Feb 2002 00:23:29 +0100
18787              Message-ID: <70348722516.20020220002329@familiehaase.de>
18788      Branch: perl
18789            ! Configure
18790 ____________________________________________________________________________
18791 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
18792         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
18793              From: Nicholas Clark <nick@unfortu.net> 
18794              Date: Tue, 19 Feb 2002 19:27:42 +0000
18795              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
18796              
18797              (with modifications)
18798      Branch: perl
18799            ! pod/perlsub.pod
18800 ____________________________________________________________________________
18801 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
18802         Log: NetWare tweak from Ananth Kesari.
18803      Branch: perl
18804            ! lib/ExtUtils/MakeMaker.pm
18805 ____________________________________________________________________________
18806 [ 14779] By: ams                                   on 2002/02/20  06:51:55
18807         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
18808      Branch: perl
18809            ! pod/perlfaq4.pod
18810 ____________________________________________________________________________
18811 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
18812         Log: constant folding on the range operator had the effect of disabling
18813              peephole optimizations in all the siblings of the range OP; the
18814              effect of this was that barewords could escape strictures when
18815              they were hiding in such places
18816      Branch: maint-5.6/perl
18817            ! op.c t/pragma/strict-subs
18818 ____________________________________________________________________________
18819 [ 14777] By: ams                                   on 2002/02/20  00:56:21
18820         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
18821              From: Graham Barr <gbarr@pobox.com>
18822              Date: Tue, 19 Feb 2002 23:08:47 +0000
18823              Message-Id: <20020219230847.G66560@pobox.com>
18824      Branch: perl
18825            ! lib/Time/Local.pm
18826 ____________________________________________________________________________
18827 [ 14776] By: ams                                   on 2002/02/19  17:20:28
18828         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
18829              From: Nicholas Clark <nick@unfortu.net>
18830              Date: Tue, 19 Feb 2002 16:23:22 +0000
18831              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
18832      Branch: perl
18833            ! lib/Tie/Hash.pm
18834 ____________________________________________________________________________
18835 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
18836         Log: Regen doc, regen toc.
18837      Branch: perl
18838            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
18839 ____________________________________________________________________________
18840 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
18841         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
18842              From: Dave Mitchell <davem@fdgroup.co.uk>
18843              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
18844              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
18845      Branch: perl
18846            ! pod/perlsub.pod
18847 ____________________________________________________________________________
18848 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
18849         Log: Detypo.
18850      Branch: perl
18851            ! lib/Tie/Memoize.pm
18852 ____________________________________________________________________________
18853 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
18854         Log: UTF-8 C API doc tweaks.
18855      Branch: perl
18856            ! pod/perlunicode.pod
18857 ____________________________________________________________________________
18858 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
18859         Log: Mention that the case-switchers know about Unicode, too.
18860      Branch: perl
18861            ! pod/perlop.pod
18862 ____________________________________________________________________________
18863 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
18864         Log: Upgrade to Locale::Codes 2.01.
18865      Branch: perl
18866            + lib/Locale/Constants.pod lib/Locale/Country.pod
18867            + lib/Locale/Currency.pod lib/Locale/Language.pod
18868            + lib/Locale/Script.pod
18869            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
18870            ! lib/Locale/Constants.pm lib/Locale/Country.pm
18871            ! lib/Locale/Currency.pm lib/Locale/Language.pm
18872            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
18873 ____________________________________________________________________________
18874 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
18875         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
18876              From: Dave Mitchell <davem@fdgroup.co.uk>
18877              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
18878              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
18879      Branch: perl
18880            ! pod/perlsub.pod
18881 ____________________________________________________________________________
18882 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
18883         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
18884              From: Sam Tregar <sam@tregar.com> 
18885              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
18886              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
18887      Branch: perl
18888            ! sv.h
18889 ____________________________________________________________________________
18890 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
18891         Log: The test requires perlio.
18892      Branch: perl
18893            ! ext/Encode/t/JP.t
18894 ____________________________________________________________________________
18895 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
18896         Log: Misplaced block end.
18897      Branch: perl
18898            ! utf8.c
18899 ____________________________________________________________________________
18900 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
18901         Log: The POSIX extensions are deadly.
18902      Branch: perl
18903            ! regcomp.c
18904 ____________________________________________________________________________
18905 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
18906         Log: Let's not overdo the growth.
18907      Branch: perl
18908            ! pp.c
18909 ____________________________________________________________________________
18910 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
18911         Log: Third time makes the charm.
18912      Branch: perl
18913            ! README.os390
18914 ____________________________________________________________________________
18915 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
18916         Log: Oops.
18917      Branch: perl
18918            ! utf8.c
18919 ____________________________________________________________________________
18920 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
18921         Log: Add back the new casing tests.
18922      Branch: perl
18923            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
18924            ! MANIFEST
18925 ____________________________________________________________________________
18926 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
18927         Log: Prefer special case mappings.
18928      Branch: perl
18929            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
18930            ! lib/unicore/To/Upper.pl lib/unicore/mktables
18931 ____________________________________________________________________________
18932 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
18933         Log: Try special casing first.
18934      Branch: perl
18935            ! utf8.c
18936 ____________________________________________________________________________
18937 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
18938         Log: Not extending enough.
18939      Branch: perl
18940            ! pp.c utf8.h
18941 ____________________________________________________________________________
18942 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
18943         Log: No need to store identity mappings.
18944      Branch: perl
18945            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
18946            ! lib/unicore/mktables
18947 ____________________________________________________________________________
18948 [ 14756] By: ams                                   on 2002/02/18  20:21:17
18949         Log: Forward port #14704 from maint-5.6.
18950      Branch: perl
18951            ! doio.c
18952 ____________________________________________________________________________
18953 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
18954         Log: Regen Changes.
18955      Branch: perl
18956            ! Changes
18957 ____________________________________________________________________________
18958 [ 14754] By: ams                                   on 2002/02/18  19:01:09
18959         Log: Subject: [PATCH] VMS cando_by_name and current process privs
18960              From: "Craig A. Berry" <craigberry@mac.com>
18961              Date: Mon, 18 Feb 2002 14:03:30 -0600
18962              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
18963      Branch: perl
18964            ! vms/vms.c
18965 ____________________________________________________________________________
18966 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
18967         Log: Update Changes.
18968      Branch: perl
18969            ! Changes patchlevel.h
18970 ____________________________________________________________________________
18971 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
18972         Log: What do you know; these tests unearthed nasty problems.
18973              Will resolve those first.
18974      Branch: perl
18975            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
18976            ! MANIFEST
18977 ____________________________________________________________________________
18978 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
18979         Log: Update Changes.
18980      Branch: perl
18981            ! Changes patchlevel.h
18982 ____________________________________________________________________________
18983 [ 14750] By: ams                                   on 2002/02/18  17:36:05
18984         Log: Subject: Re: IO::Poll: Removing Handles
18985              From: Matthew Sachs <matthewg@zevils.com>
18986              Date: Mon, 18 Feb 2002 13:19:01 -0500
18987              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
18988      Branch: perl
18989            ! ext/IO/lib/IO/t/io_poll.t
18990 ____________________________________________________________________________
18991 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
18992         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
18993              From: "Craig A. Berry" <craigberry@mac.com>
18994              Date: Mon, 18 Feb 2002 11:52:21 -0600
18995              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
18996      Branch: perl
18997            ! t/op/alarm.t t/op/glob.t
18998 ____________________________________________________________________________
18999 [ 14748] By: ams                                   on 2002/02/18  15:53:36
19000         Log: s/load_module/Perl_load_module/
19001      Branch: perl
19002            ! gv.c
19003 ____________________________________________________________________________
19004 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
19005         Log: Unused in ASCII, used in EBCDIC.
19006      Branch: perl
19007            ! utf8.c
19008 ____________________________________________________________________________
19009 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
19010         Log: Upgrade to Locale::Codes 2.00.
19011      Branch: perl
19012            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
19013            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
19014            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
19015            ! lib/Locale/Constants.pm lib/Locale/Country.pm
19016            ! lib/Locale/Currency.pm lib/Locale/Language.pm
19017 ____________________________________________________________________________
19018 [ 14745] By: ams                                   on 2002/02/18  15:20:44
19019         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
19020              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19021              Date: Sat, 16 Feb 2002 00:06:01 +0100
19022              Message-Id: <20020216000601.A17249@rafael>
19023      Branch: perl
19024            ! gv.c
19025 ____________________________________________________________________________
19026 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
19027         Log: More Unicode casing checks.
19028      Branch: perl
19029            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
19030            ! MANIFEST
19031 ____________________________________________________________________________
19032 [ 14743] By: ams                                   on 2002/02/18  14:35:38
19033         Log: Subject: IO::Poll: Removing Handles
19034              From: Matthew Sachs <matthewg@zevils.com>
19035              Date: Sun, 17 Feb 2002 04:49:46 -0500
19036              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
19037      Branch: perl
19038            ! ext/IO/lib/IO/Poll.pm
19039 ____________________________________________________________________________
19040 [ 14741] By: ams                                   on 2002/02/18  13:59:48
19041         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
19042              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19043              Date: Mon, 18 Feb 2002 15:41:26 +0100
19044              Message-Id: <20020218154126.A692@rafael>
19045      Branch: perl
19046            ! pp_ctl.c t/op/do.t
19047 ____________________________________________________________________________
19048 [ 14740] By: nick                                  on 2002/02/18  09:09:23
19049         Log: Integrate mainline
19050      Branch: perlio
19051           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19052           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
19053           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
19054           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19055           +> ext/Encode/lib/Encode/JP/Constants.pm
19056           +> ext/Encode/lib/Encode/JP/H2Z.pm
19057           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
19058           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
19059           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
19060           +> os2/OS2/Process/t/os2_process.t
19061           +> os2/OS2/Process/t/os2_process_kid.t
19062           +> os2/OS2/Process/t/os2_process_text.t
19063            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
19064            - ext/Encode/t/Japanese.t
19065           !> (integrate 47 files)
19066 ____________________________________________________________________________
19067 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
19068         Log: EBCDIC: now the worst seems to be over for
19069              the "Malformed" warnings.  Still a few of them,
19070              and plenty of test failures, but getting better.
19071      Branch: perl
19072            ! regcomp.c utf8.c
19073 ____________________________________________________________________________
19074 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
19075         Log: Upgrade to Net::Ping 2.12.
19076      Branch: perl
19077            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
19078            ! lib/Net/Ping/t/110_icmp_inst.t
19079 ____________________________________________________________________________
19080 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
19081         Log: After much rewriting we are now pretty much
19082              back to where we started.
19083      Branch: perl
19084            ! utf8.c
19085 ____________________________________________________________________________
19086 [ 14736] By: ams                                   on 2002/02/18  01:23:00
19087         Log: Subject: [PATCH B::Deparse] two fixes
19088              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19089              Date: Sun, 17 Feb 2002 23:58:59 +0100
19090              Message-Id: <20020217235859.A32513@rafael>
19091      Branch: perl
19092            ! ext/B/B/Deparse.pm
19093 ____________________________________________________________________________
19094 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
19095         Log: Buglet.
19096      Branch: perl
19097            ! ext/Encode/lib/Encode/JP/JIS.pm
19098 ____________________________________________________________________________
19099 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
19100         Log: Clearing up to_utf8_case() continues: this time use
19101              a single return, and EBCDICification for all paths.
19102      Branch: perl
19103            ! utf8.c
19104 ____________________________________________________________________________
19105 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
19106         Log: Small tweaks to get the test running (fix @INC and
19107              do not overwrite the table.utf8 and table.rnd).
19108      Branch: perl
19109            ! ext/Encode/t/JP.t
19110 ____________________________________________________________________________
19111 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
19112         Log: Tiny tweak.
19113      Branch: perl
19114            ! utf8.c
19115 ____________________________________________________________________________
19116 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
19117         Log: Redundant casts.
19118      Branch: perl
19119            ! utf8.c
19120 ____________________________________________________________________________
19121 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
19122         Log: More filename portability tips.
19123      Branch: perl
19124            ! pod/perlport.pod
19125 ____________________________________________________________________________
19126 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
19127         Log: FAQ sync.
19128      Branch: perl
19129            ! pod/perlfaq3.pod pod/perlfaq5.pod
19130 ____________________________________________________________________________
19131 [ 14728] By: ams                                   on 2002/02/17  16:15:09
19132         Log: Subject: podlators 1.21 released
19133              From: Russ Allbery <rra@stanford.edu>
19134              Date: Sat, 16 Feb 2002 21:42:56 -0800
19135              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
19136      Branch: perl
19137            ! lib/Pod/Text/Overstrike.pm
19138 ____________________________________________________________________________
19139 [ 14727] By: sky                                   on 2002/02/17  11:36:52
19140         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
19141              From: Autrijus Tang <autrijus@autrijus.org>
19142              Date: Sun, 17 Feb 2002 19:46:47 +0800
19143              Message-ID: <20020217194647.A1410@not.autrijus.org>
19144      Branch: perl
19145            ! pp_ctl.c t/op/tiehandle.t util.c
19146 ____________________________________________________________________________
19147 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
19148         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
19149              input in native code points, not Unicode.
19150      Branch: perl
19151            ! utf8.c
19152 ____________________________________________________________________________
19153 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
19154         Log: Regen Glossary.
19155      Branch: perl
19156            ! Porting/Glossary Porting/config.sh Porting/config_H
19157 ____________________________________________________________________________
19158 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
19159         Log: The #14715 and #14716 were okay: they just revealed
19160              a bug in the EXACTF matching.
19161      Branch: perl
19162            ! regexec.c utf8.c
19163 ____________________________________________________________________________
19164 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
19165         Log: Retreat, retreat! (retract #14715 and #14716)
19166      Branch: perl
19167            ! utf8.c
19168 ____________________________________________________________________________
19169 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
19170         Log: Encode 0.40, from Dan Kogai.
19171      Branch: perl
19172            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19173            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
19174            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
19175            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19176            + ext/Encode/lib/Encode/JP/Constants.pm
19177            + ext/Encode/lib/Encode/JP/H2Z.pm
19178            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
19179            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
19180            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
19181            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19182            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
19183            - ext/Encode/t/Japanese.t
19184            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
19185            ! ext/Encode/t/Encode.t
19186 ____________________________________________________________________________
19187 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
19188         Log: metaconfig unit change for #14720.
19189      Branch: perl
19190            ! Configure
19191 ____________________________________________________________________________
19192 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
19193         Log: Regenerate Configure (small tweaks on Yitzchak's,
19194              main difference being that the preference variables are
19195              called gconvert_...).
19196      Branch: metaconfig
19197            ! U/compline/d_gconvert.U
19198 ____________________________________________________________________________
19199 [ 14719] By: ams                                   on 2002/02/16  14:11:01
19200         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
19201              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19202              Date: Thu, 14 Feb 2002 22:27:33 -0800
19203              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
19204              (Applied by hand.)
19205      Branch: perl
19206            ! Configure
19207 ____________________________________________________________________________
19208 [ 14718] By: ams                                   on 2002/02/16  13:45:28
19209         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
19210              From: Philip Newton <Philip.Newton@gmx.net>
19211              Date: Sat, 16 Feb 2002 10:05:05 +0100
19212              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
19213              (Applied by hand.)
19214      Branch: perl
19215            ! pod/perlport.pod
19216 ____________________________________________________________________________
19217 [ 14717] By: ams                                   on 2002/02/16  04:30:23
19218         Log: Remove dubious test.
19219      Branch: perl
19220            ! t/io/open.t
19221 ____________________________________________________________________________
19222 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
19223         Log: Tiny tweak.
19224      Branch: perl
19225            ! utf8.c
19226 ____________________________________________________________________________
19227 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
19228         Log: Restructure to_utf8_case() for simpler execution paths.
19229      Branch: perl
19230            ! utf8.c
19231 ____________________________________________________________________________
19232 [ 14714] By: ams                                   on 2002/02/16  02:43:59
19233         Log: Absorb #14701 by Sarathy from maint-5.6.
19234      Branch: perl
19235            ! doio.c t/io/open.t
19236 ____________________________________________________________________________
19237 [ 14713] By: ams                                   on 2002/02/16  01:51:27
19238         Log: Subject: [PATCH] VOS patches for perl 5.8
19239              From: Paul_GreenVOS@vos.stratus.com
19240              Date: Fri, 15 Feb 02 17:41 est
19241              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
19242      Branch: perl
19243            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
19244            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19245            ! vos/install_perl.cm
19246 ____________________________________________________________________________
19247 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
19248         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
19249              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19250              Date: Fri, 15 Feb 2002 23:05:44 +0100
19251              Message-ID: <20020215230544.A690@rafael>
19252      Branch: perl
19253            ! ext/B/B/Deparse.pm
19254 ____________________________________________________________________________
19255 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
19256         Log: Add $VERSION.
19257      Branch: perl
19258            ! lib/Tie/Memoize.pm
19259 ____________________________________________________________________________
19260 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
19261         Log: Update Changes.
19262      Branch: perl
19263            ! Changes patchlevel.h
19264 ____________________________________________________________________________
19265 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
19266         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
19267              From: Robin Barker <rmb1@cise.npl.co.uk>
19268              Date: Thu, 14 Feb 2002 19:07:40 GMT
19269              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
19270              
19271              (the hints part only)
19272      Branch: perl
19273            ! hints/solaris_2.sh
19274 ____________________________________________________________________________
19275 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
19276         Log: metaconfig unit changes for #14707.
19277      Branch: metaconfig
19278            ! U/modified/cc.U
19279      Branch: metaconfig/U/perl
19280            ! Checkcc.U
19281 ____________________________________________________________________________
19282 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
19283         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
19284              From: Robin Barker <rmb1@cise.npl.co.uk>
19285              Date: Fri, 15 Feb 2002 12:14:39 GMT
19286              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
19287              
19288              Split checking-for-gcc and checking-for-cc.
19289      Branch: perl
19290            ! Configure
19291 ____________________________________________________________________________
19292 [ 14706] By: ams                                   on 2002/02/15  13:57:15
19293         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
19294              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
19295              Date: 15 Feb 2002 10:53:06 +0200
19296              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
19297      Branch: perl
19298            ! lib/Pod/Html.pm
19299 ____________________________________________________________________________
19300 [ 14705] By: ams                                   on 2002/02/15  08:42:55
19301         Log: Subject: [PATCH @14577] OS/2 tests and more
19302              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19303              Date: Fri, 15 Feb 2002 03:56:24 -0500
19304              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
19305      Branch: perl
19306            + os2/OS2/Process/t/os2_process.t
19307            + os2/OS2/Process/t/os2_process_kid.t
19308            + os2/OS2/Process/t/os2_process_text.t
19309            ! MANIFEST configpm hints/os2.sh makedef.pl
19310            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
19311            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
19312            ! os2/os2ish.h
19313 ____________________________________________________________________________
19314 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
19315         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
19316              avoid wasteful PL_fdpid fiddling where that is not warranted;
19317              mostly whitespace fixes
19318              
19319              these were longstanding todo items from:
19320              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
19321      Branch: maint-5.6/perl
19322            ! doio.c
19323 ____________________________________________________________________________
19324 [ 14702] By: nick                                  on 2002/02/15  08:31:41
19325         Log: Integrate mainline
19326      Branch: perlio
19327           +> lib/if.pm lib/if.t
19328           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
19329           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
19330           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
19331           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
19332           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
19333           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
19334           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
19335           !> t/lib/warnings/pp_sys
19336 ____________________________________________________________________________
19337 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
19338         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
19339              (and also dies quickly on Windows); this bug crept in as
19340              change#610, a.k.a change#646
19341      Branch: maint-5.6/perl
19342            ! doio.c t/io/open.t
19343 ____________________________________________________________________________
19344 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
19345         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
19346              From: Ville "Skyttä" <ville.skytta@iki.fi>
19347              Date: Wed, 13 Feb 2002 22:29:39 +0200
19348              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
19349      Branch: perl
19350            ! lib/Pod/Html.pm
19351 ____________________________________________________________________________
19352 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
19353         Log: Document and test the C0 and C1.
19354      Branch: perl
19355            ! lib/charnames.pm lib/charnames.t
19356 ____________________________________________________________________________
19357 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
19358         Log: metaconfig unit change for #14697.
19359      Branch: metaconfig
19360            ! U/modified/Init.U
19361 ____________________________________________________________________________
19362 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
19363         Log: Also OS/2 seems to need exe set early.
19364      Branch: perl
19365            ! Configure
19366 ____________________________________________________________________________
19367 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
19368         Log: Document pack U0U.
19369      Branch: perl
19370            ! pod/perluniintro.pod
19371 ____________________________________________________________________________
19372 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
19373         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
19374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19375              Date: Thu, 14 Feb 2002 23:58:00 +0100
19376              Message-ID: <20020214235800.A12901@rafael>
19377      Branch: perl
19378            ! pp_sys.c t/lib/warnings/pp_sys
19379 ____________________________________________________________________________
19380 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
19381         Log: Subject: [PATCH @13746] conditional pragmas
19382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19383              Date: Mon, 31 Dec 2001 18:18:09 -0500
19384              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
19385      Branch: perl
19386            + lib/if.pm lib/if.t
19387            ! MANIFEST
19388 ____________________________________________________________________________
19389 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
19390         Log: Deparse bug introduced by #14615: the fix is just a workaround,
19391              I suspect there to be another deeper bug, must distill simpler
19392              test case.
19393      Branch: perl
19394            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
19395 ____________________________________________________________________________
19396 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
19397         Log: Integrate perlio:
19398              
19399              [ 14685]
19400              Make dependencies more precise (for nmake)
19401      Branch: perl
19402           !> ext/Encode/EUC_JP/Makefile.PL
19403 ____________________________________________________________________________
19404 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
19405         Log: Just a guess.
19406      Branch: perl
19407            ! lib/Tie/Handle.pm
19408 ____________________________________________________________________________
19409 [ 14690] By: nick                                  on 2002/02/14  16:30:56
19410         Log: Integrate mainline
19411      Branch: perlio
19412           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
19413           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
19414           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
19415           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
19416           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
19417           !> utf8.c
19418 ____________________________________________________________________________
19419 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
19420         Log: Upgrade to Net::Ping 2.11.
19421      Branch: perl
19422            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
19423            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
19424            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
19425            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
19426 ____________________________________________________________________________
19427 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
19428         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
19429              From: Robin Barker <rmb1@cise.npl.co.uk>
19430              Date: Wed, 13 Feb 2002 17:37:07 GMT
19431              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
19432              
19433              (updated version of the above)
19434      Branch: perl
19435            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
19436 ____________________________________________________________________________
19437 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
19438         Log: Excise inexact blather.
19439      Branch: perl
19440            ! utf8.c
19441 ____________________________________________________________________________
19442 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
19443         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
19444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19445              Date: Mon, 31 Dec 2001 20:28:46 -0500
19446              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
19447      Branch: perl
19448            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
19449            ! MANIFEST
19450 ____________________________________________________________________________
19451 [ 14685] By: nick                                  on 2002/02/14  14:20:20
19452         Log: Make dependencies more precise (for nmake)
19453      Branch: perlio
19454            ! ext/Encode/EUC_JP/Makefile.PL
19455 ____________________________________________________________________________
19456 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
19457         Log: Subject: [PATCH @13746] tied hashes
19458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
19459              Date: Mon, 31 Dec 2001 19:15:39 -0500
19460              Message-ID: <20011231191539.A46@math.ohio-state.edu>
19461      Branch: perl
19462            ! lib/Tie/Hash.pm pod/perltie.pod
19463 ____________________________________________________________________________
19464 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
19465         Log: Subject: Re: [PATCH] Configure followed by make minitest
19466              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19467              Date: Sun, 10 Feb 2002 23:22:05 -0800
19468              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
19469      Branch: perl
19470            ! Makefile.SH
19471 ____________________________________________________________________________
19472 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
19473         Log: Subject: Re: perl@14647
19474              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19475              Date: Mon, 11 Feb 2002 19:30:36 +0100
19476              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
19477      Branch: perl
19478            ! t/op/groups.t
19479 ____________________________________________________________________________
19480 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
19481         Log: Update Changes.
19482      Branch: perl
19483            ! Changes patchlevel.h
19484 ____________________________________________________________________________
19485 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
19486         Log: Integrate perlio:
19487              
19488              [ 14677]
19489              Do not lc() the file names before doing dirname() or they don't match.
19490      Branch: perl
19491           !> lib/ExtUtils/t/Installed.t
19492 ____________________________________________________________________________
19493 [ 14679] By: sky                                   on 2002/02/13  12:56:13
19494         Log: rename mutex to make a bit more sense
19495      Branch: perl
19496            ! ext/threads/threads.xs
19497 ____________________________________________________________________________
19498 [ 14678] By: sky                                   on 2002/02/13  12:46:11
19499         Log: Track active threads....
19500      Branch: perl
19501            ! ext/threads/threads.pm ext/threads/threads.xs
19502 ____________________________________________________________________________
19503 [ 14677] By: nick                                  on 2002/02/13  09:30:42
19504         Log: Do not lc() the file names before doing dirname() or they don't match.
19505      Branch: perlio
19506            ! lib/ExtUtils/t/Installed.t
19507 ____________________________________________________________________________
19508 [ 14676] By: sky                                   on 2002/02/13  09:03:37
19509         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
19510              From: Michael G Schwern <schwern@pobox.com>
19511              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
19512              Message-Id: <20020213100017.GA6288@blackrider>
19513      Branch: perl
19514            ! lib/File/Spec/t/rel2abs2rel.t
19515 ____________________________________________________________________________
19516 [ 14675] By: sky                                   on 2002/02/13  09:00:24
19517         Log: Do not propagate END blocks to child threads, test.
19518      Branch: perl
19519            + ext/threads/t/end.t
19520            ! MANIFEST ext/threads/threads.xs
19521 ____________________________________________________________________________
19522 [ 14674] By: nick                                  on 2002/02/13  08:34:55
19523         Log: Integrate mainline
19524      Branch: perlio
19525           +> ext/threads/t/join.t
19526           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
19527           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
19528           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
19529 ____________________________________________________________________________
19530 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
19531         Log: metaconfig unit change for #14672.
19532      Branch: metaconfig
19533            ! U/modified/lns.U
19534 ____________________________________________________________________________
19535 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
19536         Log: $ln is supposed to be already set to $ln + executable suffix
19537              on platforms that need it, from Paul Green.
19538      Branch: perl
19539            ! Configure
19540 ____________________________________________________________________________
19541 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
19542         Log: Subject: New command syntax for 'x' command
19543              From: Mark-Jason Dominus <mjd@plover.com>
19544              Date: Tue, 12 Feb 2002 20:54:01 -0500
19545              Message-ID: <20020213015401.25685.qmail@plover.com>
19546      Branch: perl
19547            ! lib/perl5db.pl pod/perldebug.pod
19548 ____________________________________________________________________________
19549 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
19550         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
19551              From: Mark-Jason Dominus <mjd@plover.com>
19552              Date: Tue, 12 Feb 2002 20:20:42 -0500
19553              Message-ID: <20020213012042.25245.qmail@plover.com>
19554      Branch: perl
19555            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
19556 ____________________________________________________________________________
19557 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
19558         Log: Iteration continues.
19559      Branch: perl
19560            ! utf8.c
19561 ____________________________________________________________________________
19562 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
19563         Log: Duh.
19564      Branch: perl
19565            ! pp_pack.c t/op/length.t
19566 ____________________________________________________________________________
19567 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
19568         Log: Retract #14666.
19569      Branch: perl
19570            ! t/op/lc.t
19571 ____________________________________________________________________________
19572 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
19573         Log: (retracted by #14667)
19574      Branch: perl
19575            ! t/op/lc.t
19576 ____________________________________________________________________________
19577 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
19578         Log: Tiny test script tweaks.
19579      Branch: perl
19580            ! t/uni/fold.t
19581 ____________________________________________________________________________
19582 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
19583         Log: Rewrite the "special mapping" part of to_utf8_case(),
19584              this time with fewer bugs.  (See: The Law of Cybernetic
19585              Entymology.)
19586      Branch: perl
19587            ! utf8.c
19588 ____________________________________________________________________________
19589 [ 14663] By: sky                                   on 2002/02/12  18:26:16
19590         Log: Stop failures if you pass an object, sv_dup might not be the right 
19591              thing to use since I have a feeling we end up cloning far too much. 
19592              (Like the stash for example).... Maybe we need a lightweight sv_dup 
19593              that searches the target for things....
19594              Real fix is another option to perl_clone which controls if you should 
19595              save stashes.
19596      Branch: perl
19597            ! ext/threads/threads.xs
19598 ____________________________________________________________________________
19599 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
19600         Log: Retract #14661.
19601      Branch: perl
19602            ! hints/solaris_2.sh
19603 ____________________________________________________________________________
19604 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
19605         Log: (retracted by #14662)
19606      Branch: perl
19607            ! hints/solaris_2.sh
19608 ____________________________________________________________________________
19609 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
19610         Log: EBCDIC: another "can't happen".
19611      Branch: perl
19612            ! utf8.c
19613 ____________________________________________________________________________
19614 [ 14659] By: sky                                   on 2002/02/12  14:38:21
19615         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
19616      Branch: perl
19617            + ext/threads/t/join.t
19618            ! MANIFEST ext/threads/threads.xs
19619 ____________________________________________________________________________
19620 [ 14658] By: nick                                  on 2002/02/12  13:54:06
19621         Log: Integrate mainline
19622      Branch: perlio
19623           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
19624           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
19625           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
19626 ____________________________________________________________________________
19627 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
19628         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
19629              From: Jan Dubois <JanD@ActiveState.com> 
19630              Date: Tue, 12 Feb 2002 00:56:31 -0800
19631              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
19632      Branch: perl
19633            ! lib/Win32.pod win32/win32.c win32/win32.h
19634 ____________________________________________________________________________
19635 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
19636         Log: Subject: [PATCH] Re: 14654 introduced a bug 
19637              From: Michael G Schwern <schwern@pobox.com> 
19638              Date: Tue, 12 Feb 2002 05:37:36 -0500
19639              Message-ID: <20020212103736.GC14327@blackrider>
19640      Branch: perl
19641            ! lib/File/Spec/t/rel2abs2rel.t
19642 ____________________________________________________________________________
19643 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
19644         Log: More unset installman[13]dir tweaks from chromatic.
19645      Branch: perl
19646            ! lib/ExtUtils/Installed.pm
19647 ____________________________________________________________________________
19648 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
19649         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
19650              From: Michael G Schwern <schwern@pobox.com>
19651              Date: Mon, 11 Feb 2002 12:23:02 -0500
19652              Message-ID: <20020211172302.GD9556@blackrider>
19653      Branch: perl
19654            ! lib/File/Spec/t/rel2abs2rel.t
19655 ____________________________________________________________________________
19656 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
19657         Log: Use `` instead of -| to be a little bit more portable,
19658              from Michael Schwern.
19659      Branch: perl
19660            ! lib/ExtUtils/t/Embed.t
19661 ____________________________________________________________________________
19662 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
19663         Log: EBCDIC: this change for \N{} in particular is now
19664              unnecessary because of the recent more general
19665              pack U change.
19666      Branch: perl
19667            ! toke.c
19668 ____________________________________________________________________________
19669 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
19670         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
19671              From: "Craig A. Berry" <craigberry@mac.com>
19672              Date: Mon, 11 Feb 2002 17:13:47 -0600
19673              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
19674      Branch: perl
19675            ! t/test.pl
19676 ____________________________________________________________________________
19677 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
19678         Log: EBCDIC: pack U bytes change.
19679      Branch: perl
19680            ! t/op/length.t
19681 ____________________________________________________________________________
19682 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
19683         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
19684      Branch: perl
19685            ! t/op/each.t
19686 ____________________________________________________________________________
19687 [ 14648] By: nick                                  on 2002/02/11  16:14:50
19688         Log: Integrate mainline
19689      Branch: perlio
19690           !> Changes Configure Makefile.SH autodoc.pl
19691           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
19692           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
19693           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
19694 ____________________________________________________________________________
19695 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
19696         Log: Update Changes.
19697      Branch: perl
19698            ! Changes patchlevel.h
19699 ____________________________________________________________________________
19700 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
19701         Log: Regen toc.
19702      Branch: perl
19703            ! pod/perltoc.pod
19704 ____________________________________________________________________________
19705 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
19706         Log: Forgot from #14641.
19707      Branch: perl
19708            ! lib/ExtUtils/t/Embed.t
19709 ____________________________________________________________________________
19710 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
19711         Log: A forgotten metaconfig unit.
19712      Branch: metaconfig/U/perl
19713            + i_features.U
19714 ____________________________________________________________________________
19715 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
19716         Log: metaconfig unit changes for #14642.
19717      Branch: metaconfig
19718            + U/modified/lns.U
19719      Branch: metaconfig/U/perl
19720            ! issymlink.U
19721 ____________________________________________________________________________
19722 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
19723         Log: -Dmksymlinks was broken by #14628.
19724      Branch: perl
19725            ! Configure
19726 ____________________________________________________________________________
19727 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
19728         Log: Subject: [PATCH @14577] OS/2 build
19729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19730              Date: Mon, 11 Feb 2002 06:56:41 -0500
19731              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
19732              
19733              (sans the Configure, perlio.sym, and t/op/stat.t parts)
19734      Branch: perl
19735            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
19736            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
19737            ! os2/os2ish.h
19738 ____________________________________________________________________________
19739 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
19740         Log: Integrate perlio:
19741              
19742              [ 14639]
19743              Patch up the failing multi-byte write case, and un-skip
19744              the test.
19745              
19746              [ 14638]
19747              Add test for Japanese encoding (well euc-jp anyway).
19748              Fix one bug shown by above
19749              Skip test which does not pass yet.
19750              
19751              [ 14637]
19752              Split Japanese encodings - part 2
19753              - build separate .c files with separate 'compile' steps
19754              - overall Japanese.xs / Japanese.pm which loads them
19755              
19756              [ 14636]
19757              Re-structure Japanese encodings - part 1
19758      Branch: perl
19759           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
19760           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
19761            - ext/Encode/EUC_JP/EUC_JP.pm
19762           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
19763 ____________________________________________________________________________
19764 [ 14639] By: nick                                  on 2002/02/11  11:59:18
19765         Log: Patch up the failing multi-byte write case, and un-skip
19766              the test.
19767      Branch: perlio
19768            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
19769 ____________________________________________________________________________
19770 [ 14638] By: nick                                  on 2002/02/11  10:55:39
19771         Log: Add test for Japanese encoding (well euc-jp anyway).
19772              Fix one bug shown by above
19773              Skip test which does not pass yet.
19774      Branch: perlio
19775            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
19776            + ext/Encode/t/table.ref
19777            ! MANIFEST ext/Encode/Encode.xs
19778 ____________________________________________________________________________
19779 [ 14637] By: nick                                  on 2002/02/11  09:07:04
19780         Log: Split Japanese encodings - part 2
19781              - build separate .c files with separate 'compile' steps
19782              - overall Japanese.xs / Japanese.pm which loads them
19783      Branch: perlio
19784            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
19785 ____________________________________________________________________________
19786 [ 14636] By: nick                                  on 2002/02/11  08:15:42
19787         Log: Re-structure Japanese encodings - part 1
19788      Branch: perlio
19789           +> ext/Encode/EUC_JP/Japanese.pm
19790            - ext/Encode/EUC_JP/EUC_JP.pm
19791            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
19792 ____________________________________________________________________________
19793 [ 14635] By: nick                                  on 2002/02/11  08:05:12
19794         Log: Integrate mainline
19795      Branch: perlio
19796           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
19797           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
19798           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
19799 ____________________________________________________________________________
19800 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
19801         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
19802              From: Mike Guy <mjtg@cam.ac.uk>
19803              Date: Mon, 11 Feb 2002 02:50:42 +0000
19804              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
19805      Branch: perl
19806            ! t/op/arith.t
19807 ____________________________________________________________________________
19808 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
19809         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
19810              Stepping backward in the string would be majorly bad.
19811      Branch: perl
19812            ! regcomp.c
19813 ____________________________________________________________________________
19814 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
19815         Log: The debugger part of
19816              
19817              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
19818              From: Michael G Schwern <schwern@pobox.com> 
19819              Date: Wed, 6 Feb 2002 17:32:12 -0500
19820              Message-ID: <20020206223212.GG1346@blackrider>
19821      Branch: perl
19822            ! lib/perl5db.pl
19823 ____________________________________________________________________________
19824 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
19825         Log: Integrate perlio:
19826              
19827              [ 14626]
19828              Move PerlIO_perlio to layer_syms where it belongs?
19829              
19830              [ 14625]
19831              Borland/Win32 tuning
19832      Branch: perl
19833           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
19834 ____________________________________________________________________________
19835 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
19836         Log: EBCDIC: the low 256 needs to be shuffled also
19837              in pack/unpack U (this breaks the equivalence
19838              of pack U and v-strings, but I think if someone
19839              has to give, v-strings are a good victim)
19840      Branch: perl
19841            ! pp_pack.c t/op/pack.t
19842 ____________________________________________________________________________
19843 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
19844         Log: metaconfig unit changes for #14628.
19845      Branch: metaconfig/U/perl
19846            ! d_u32align.U issymlink.U
19847 ____________________________________________________________________________
19848 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
19849         Log: Two Configure tweaks; the u32align test was trying
19850              to write into a string literal, the ln -s test was
19851              failing in VOS.
19852      Branch: perl
19853            ! Configure
19854 ____________________________________________________________________________
19855 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
19856         Log: DJGPP tweaks from Laszlo Molnar.
19857      Branch: perl
19858            ! djgpp/djgpp.c lib/File/Spec.pm
19859 ____________________________________________________________________________
19860 [ 14626] By: nick                                  on 2002/02/10  18:36:47
19861         Log: Move PerlIO_perlio to layer_syms where it belongs?
19862      Branch: perlio
19863            ! makedef.pl
19864 ____________________________________________________________________________
19865 [ 14625] By: nick                                  on 2002/02/10  18:02:21
19866         Log: Borland/Win32 tuning
19867      Branch: perlio
19868            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
19869 ____________________________________________________________________________
19870 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
19871         Log: Additional explanation for the [:...:] failure.
19872      Branch: perl
19873            ! pod/perldiag.pod
19874 ____________________________________________________________________________
19875 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
19876         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
19877              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19878              Date: Sun, 10 Feb 2002 13:32:48 +0100
19879              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
19880      Branch: perl
19881            ! makedef.pl
19882 ____________________________________________________________________________
19883 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
19884         Log: Test tweaks from chromatic for cases where there
19885              are no installman1dir or installman3dir.
19886      Branch: perl
19887            ! lib/ExtUtils/t/Installed.t
19888 ____________________________________________________________________________
19889 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
19890         Log: Integrate perlio:
19891              
19892              [ 14618]
19893              Nick Clark's tweaks to Encode compile process
19894              1. Use decimal constants to unit string arrays rather than
19895              very long string litterals (latter having possible "\0"
19896              on end issues, and needing ANSI C line splicing).
19897              2. Replace tail-recursion during insert process with itteration.
19898              Nick C sees 12peedup from these.
19899      Branch: perl
19900           !> ext/Encode/Encode.pm ext/Encode/compile
19901 ____________________________________________________________________________
19902 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
19903         Log: Portability notes: filename characters, character sets.
19904      Branch: perl
19905            ! pod/perlport.pod
19906 ____________________________________________________________________________
19907 [ 14619] By: nick                                  on 2002/02/10  11:06:05
19908         Log: Integrate mainline
19909      Branch: perlio
19910            ! ext/Encode/Encode.pm
19911           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
19912           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
19913           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
19914           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
19915           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
19916 ____________________________________________________________________________
19917 [ 14618] By: nick                                  on 2002/02/10  10:48:15
19918         Log: Nick Clark's tweaks to Encode compile process
19919              1. Use decimal constants to unit string arrays rather than
19920              very long string litterals (latter having possible "\0"
19921              on end issues, and needing ANSI C line splicing).
19922              2. Replace tail-recursion during insert process with itteration.
19923              Nick C sees 12% speedup from these.
19924      Branch: perlio
19925            ! ext/Encode/compile
19926 ____________________________________________________________________________
19927 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
19928         Log: Use the "Unicode 1.0" name field for control characters,
19929              as suggested by Mark Davis.  Note that Unicode 3.2 will
19930              require some more legwork on this because of certain
19931              alternative names.
19932      Branch: perl
19933            ! lib/unicore/Name.pl lib/unicore/mktables
19934 ____________________________________________________________________________
19935 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
19936         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
19937      Branch: perl
19938            ! hints/os390.sh
19939 ____________________________________________________________________________
19940 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
19941         Log: EBCDIC: the non-printable characters are different.
19942      Branch: perl
19943            ! ext/B/B/Deparse.pm
19944 ____________________________________________________________________________
19945 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
19946         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
19947              From: Nicholas Clark <nick@unfortu.net> 
19948              Date: Sat, 9 Feb 2002 22:31:29 +0000
19949              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
19950      Branch: perl
19951            ! t/lib/warnings/pp_hot
19952 ____________________________________________________________________________
19953 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
19954         Log: Subject: [PATCH] Re: Modulus operator inconsistency
19955              From: Nicholas Clark <nick@unfortu.net>
19956              Date: Sat, 9 Feb 2002 21:00:13 +0000
19957              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
19958      Branch: perl
19959            ! op.c t/op/arith.t
19960 ____________________________________________________________________________
19961 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
19962         Log: Use the same escaping mechanism for all the *flags.
19963      Branch: perl
19964            ! lib/ExtUtils/Embed.pm
19965 ____________________________________________________________________________
19966 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
19967         Log: Protect possible parentheses in ccflags, ccdlflags, and
19968              ldflags.  (In OS/390 there are parentheses in ccflags.)
19969      Branch: perl
19970            ! lib/ExtUtils/Embed.pm
19971 ____________________________________________________________________________
19972 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
19973         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
19974              From: Peter Scott <Peter@PSDT.com>
19975              Date: Fri, 08 Feb 2002 19:20:19 -0800
19976              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
19977      Branch: perl
19978            ! lib/perl5db.pl
19979 ____________________________________________________________________________
19980 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
19981         Log: FAQ sync.
19982      Branch: perl
19983            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
19984 ____________________________________________________________________________
19985 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
19986         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
19987              From: Chris Nandor <pudge@pobox.com>
19988              Date: Fri, 08 Feb 2002 16:31:41 -0500
19989              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
19990      Branch: perl
19991            ! cop.h deb.c pp_ctl.c toke.c util.c
19992 ____________________________________________________________________________
19993 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
19994         Log: Redo CopFILE / MacPerl_MPWFIleName patch
19995      Branch: maint-5.6/macperl
19996            ! cop.h deb.c pp_ctl.c toke.c util.c
19997 ____________________________________________________________________________
19998 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
19999         Log: The metaconfig unit change to go with #14605.
20000      Branch: metaconfig/U/perl
20001            ! libperl.U
20002 ____________________________________________________________________________
20003 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
20004         Log: The Configure change to go with #14604.
20005      Branch: perl
20006            ! Configure
20007 ____________________________________________________________________________
20008 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
20009         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
20010              From: Andy Dougherty <doughera@lafayette.edu>
20011              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
20012              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
20013      Branch: perl
20014            ! hints/bsdos.sh
20015 ____________________________________________________________________________
20016 [ 14603] By: nick                                  on 2002/02/08  18:16:09
20017         Log: Integrate mainline
20018      Branch: perlio
20019           +> ext/threads/t/libc.t
20020           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
20021           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
20022 ____________________________________________________________________________
20023 [ 14602] By: sky                                   on 2002/02/08  15:19:15
20024         Log: Start testing for safe localtime functions, TODO, test more functions.
20025      Branch: perl
20026            + ext/threads/t/libc.t
20027            ! MANIFEST
20028 ____________________________________________________________________________
20029 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
20030         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
20031              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20032              Date: Fri, 8 Feb 2002 00:21:07 +0100
20033              Message-ID: <20020208002107.E763@rafael>
20034      Branch: perl
20035            ! doio.c pp_sys.c t/io/argv.t
20036 ____________________________________________________________________________
20037 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
20038         Log: Subject: [PATCH] Configure followed by make minitest
20039              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20040              Date: Wed, 06 Feb 2002 21:35:20 -0800
20041              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
20042      Branch: perl
20043            ! t/op/taint.t t/run/fresh_perl.t
20044 ____________________________________________________________________________
20045 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
20046         Log: Integrate perlio:
20047              
20048              [ 14595]
20049              Extract something from yesterdays effort - convert my mail on pad
20050              data structures (incoporating Sarathy's corrections/clarifications)
20051              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
20052      Branch: perl
20053           !> cv.h pod/perlapi.pod pod/perlintern.pod
20054 ____________________________________________________________________________
20055 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
20056         Log: metaconfig unit changes for #14597.
20057      Branch: metaconfig
20058            ! U/modified/Loc.U
20059      Branch: metaconfig/U/perl
20060            ! libperl.U
20061 ____________________________________________________________________________
20062 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
20063         Log: Configure DJGPP tweak from Laszlo Molnar.
20064      Branch: perl
20065            ! Configure
20066 ____________________________________________________________________________
20067 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
20068         Log: DJGPP tweaks from Laszlo Molnar.
20069      Branch: perl
20070            ! djgpp/djgppsed.sh perl.c
20071 ____________________________________________________________________________
20072 [ 14595] By: nick                                  on 2002/02/08  09:19:29
20073         Log: Extract something from yesterdays effort - convert my mail on pad
20074              data structures (incoporating Sarathy's corrections/clarifications)
20075              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
20076      Branch: perlio
20077            ! cv.h pod/perlapi.pod pod/perlintern.pod
20078 ____________________________________________________________________________
20079 [ 14594] By: nick                                  on 2002/02/08  08:34:49
20080         Log: Integrate mainline
20081      Branch: perlio
20082           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
20083           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
20084           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
20085           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
20086           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
20087           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
20088 ____________________________________________________________________________
20089 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
20090         Log: To really skip the test an exit() is needed.
20091      Branch: perl
20092            ! lib/encoding.t
20093 ____________________________________________________________________________
20094 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
20095         Log: More diagnostics from Nicholas Clark.
20096      Branch: perl
20097            ! lib/Benchmark.t
20098 ____________________________________________________________________________
20099 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
20100         Log: In case of failure be more verbose.
20101      Branch: perl
20102            ! t/base/num.t
20103 ____________________________________________________________________________
20104 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
20105         Log: Update Changes
20106      Branch: maint-5.6/macperl
20107            ! macos/Changes
20108 ____________________________________________________________________________
20109 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
20110         Log: Merge AEGizmos library into PPC binary
20111      Branch: maint-5.6/macperl
20112            ! macos/Makefile.mk
20113 ____________________________________________________________________________
20114 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
20115         Log: Add -ansifor for MrCpp options
20116      Branch: maint-5.6/macperl
20117            ! macos/BuildRules.mk
20118 ____________________________________________________________________________
20119 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
20120         Log: Check ownership of CatInfos (MacPerl Bug #494482)
20121      Branch: maint-5.6/macperl
20122            ! macos/ext/Mac/Files/Files.xs
20123 ____________________________________________________________________________
20124 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
20125         Log: Resource updates
20126      Branch: maint-5.6/macperl
20127            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
20128 ____________________________________________________________________________
20129 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
20130         Log: Empty path is ENOENT (MacPerl Bug #512351)
20131      Branch: maint-5.6/macperl
20132            ! macos/macperl/MPAppleEvents.c
20133 ____________________________________________________________________________
20134 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
20135         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
20136      Branch: maint-5.6/macperl
20137            ! macos/macperl/MPAEVTStream.cp
20138 ____________________________________________________________________________
20139 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
20140         Log: macify(ABSTRACT_FROM)
20141      Branch: maint-5.6/macperl
20142            ! macos/lib/ExtUtils/MM_MacOS.pm
20143 ____________________________________________________________________________
20144 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
20145         Log: Use correct Mac filenames in error messages, caller()
20146      Branch: maint-5.6/macperl
20147            ! deb.c pp_ctl.c toke.c util.c
20148 ____________________________________________________________________________
20149 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
20150         Log: Sanity checks to see that the IV/NV and the PV of numeric
20151              scalars stay in sync (unearthed this via the OS/390 gcvt()
20152              brokenness)
20153      Branch: perl
20154            + t/base/num.t
20155            ! MANIFEST
20156 ____________________________________________________________________________
20157 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
20158         Log: Retract the anon leak subpatch of #14418 and #14431
20159              (the latter came into bleadperl as part of #14433).
20160      Branch: perl
20161            ! op.c t/run/fresh_perl.t
20162 ____________________________________________________________________________
20163 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
20164         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
20165              mangles 0.1 to "10".  sprintf() seems more well-behaved.
20166      Branch: perl
20167            ! hints/os390.sh
20168 ____________________________________________________________________________
20169 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
20170         Log: Subject: [PATCH @14557] another Encode fix for VMS
20171              From: "Craig A. Berry" <craigberry@mac.com>
20172              Date: Wed, 06 Feb 2002 14:44:20 -0600
20173              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
20174      Branch: perl
20175            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
20176 ____________________________________________________________________________
20177 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
20178         Log: Integrate perlio:
20179              
20180              [ 14575]
20181              One way to avoid OS390 winge about #line directives.
20182      Branch: perl
20183           !> ext/Encode/EUC_JP/Makefile.PL
20184 ____________________________________________________________________________
20185 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
20186         Log: Update Changes.
20187      Branch: perl
20188            ! Changes patchlevel.h
20189 ____________________________________________________________________________
20190 [ 14575] By: nick                                  on 2002/02/06  15:23:24
20191         Log: One way to avoid OS390 winge about #line directives.
20192      Branch: perlio
20193            ! ext/Encode/EUC_JP/Makefile.PL
20194 ____________________________________________________________________________
20195 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
20196         Log: s/Netware/NetWare/
20197      Branch: perl
20198            ! MANIFEST
20199 ____________________________________________________________________________
20200 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
20201         Log: New Netware scripts.
20202      Branch: perl
20203            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
20204            + NetWare/t/NWScripts-Exist.pl
20205            ! MANIFEST
20206 ____________________________________________________________________________
20207 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
20208         Log: EBCDIC: the encoding pragma would need some rethinking,
20209              probably a pass of EBCDIC->Unicode mapping.  For now,
20210              disable it on EBCDIC.
20211      Branch: perl
20212            ! lib/encoding.pm lib/encoding.t
20213 ____________________________________________________________________________
20214 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
20215         Log: (retracted by #14846)
20216              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
20217              for the low 256.  Now tweaked the tests, but maybe it's
20218              the module that needs few NATIVE_TO_UNI()s somewhere?
20219      Branch: perl
20220            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
20221 ____________________________________________________________________________
20222 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
20223         Log: Subject: [PATCH utf8.c] format problem
20224              From: Robin Barker <rmb1@cise.npl.co.uk>
20225              Date: Wed, 6 Feb 2002 14:01:43 GMT
20226              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
20227      Branch: perl
20228            ! utf8.c
20229 ____________________________________________________________________________
20230 [ 14569] By: nick                                  on 2002/02/06  09:52:23
20231         Log: Integrate mainline
20232      Branch: perlio
20233           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
20234           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
20235           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
20236           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
20237           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
20238           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
20239 ____________________________________________________________________________
20240 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
20241         Log: EBCDIC: 0x41 is not cricket.
20242      Branch: perl
20243            ! ext/Encode/t/Encode.t
20244 ____________________________________________________________________________
20245 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
20246         Log: NetWare update from Ananth Kesari.
20247      Branch: perl
20248            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
20249            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
20250            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
20251            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
20252            ! NetWare/t/NWScripts.pl makedef.pl
20253 ____________________________________________________________________________
20254 [ 14566] By: sky                                   on 2002/02/05  18:39:13
20255         Log: Subject: Re: File::Spec::rel2abs2rel (?)
20256              From: Michael G Schwern <schwern@pobox.com>
20257              Date: Tue, 5 Feb 2002 13:47:39 -0500
20258              Message-ID: <20020205184739.GB17375@blackrider>
20259      Branch: perl
20260            ! lib/File/Spec/t/rel2abs2rel.t
20261 ____________________________________________________________________________
20262 [ 14565] By: nick                                  on 2002/02/05  17:31:24
20263         Log: Integrate mainline
20264      Branch: perlio
20265           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
20266           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
20267           !> utf8.h
20268 ____________________________________________________________________________
20269 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
20270         Log: Integrate perlio:
20271              
20272              [ 14563]
20273              More Encode tweaks:
20274              - make expensive and marginal substring search optional (-O)
20275              - enable -O for ASCII-oid encodings (search space is small)
20276              - add ASCII-oid jis0201 to basic Encode.so
20277              - add some other Japanese encodings to EUC_JP bundle (without -O)
20278      Branch: perl
20279           +> ext/Encode/Encode/jis0201.ucm
20280           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
20281           !> ext/Encode/compile
20282 ____________________________________________________________________________
20283 [ 14563] By: nick                                  on 2002/02/05  16:01:15
20284         Log: More Encode tweaks:
20285              - make expensive and marginal substring search optional (-O)
20286              - enable -O for ASCII-oid encodings (search space is small)
20287              - add ASCII-oid jis0201 to basic Encode.so
20288              - add some other Japanese encodings to EUC_JP bundle (without -O)
20289      Branch: perlio
20290            + ext/Encode/Encode/jis0201.ucm
20291            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
20292            ! ext/Encode/compile
20293 ____________________________________________________________________________
20294 [ 14562] By: sky                                   on 2002/02/05  14:50:36
20295         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
20296      Branch: perl
20297            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
20298 ____________________________________________________________________________
20299 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
20300         Log: EBCDIC: SHARP S is different.
20301      Branch: perl
20302            ! regexec.c utf8.h
20303 ____________________________________________________________________________
20304 [ 14560] By: sky                                   on 2002/02/05  13:49:40
20305         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
20306      Branch: perl
20307            ! t/op/filetest.t
20308 ____________________________________________________________________________
20309 [ 14559] By: sky                                   on 2002/02/05  11:39:24
20310         Log: Add . first to the PATH environment to test that we really
20311              get ./perl and not some other older perl.
20312      Branch: perl
20313            ! lib/File/Spec/t/rel2abs2rel.t
20314 ____________________________________________________________________________
20315 [ 14558] By: sky                                   on 2002/02/05  11:20:21
20316         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...
20317      Branch: perl
20318            ! ext/POSIX/t/posix.t
20319 ____________________________________________________________________________
20320 [ 14557] By: sky                                   on 2002/02/05  10:30:58
20321         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
20322      Branch: perl
20323            ! hints/darwin.sh perl.h
20324 ____________________________________________________________________________
20325 [ 14556] By: nick                                  on 2002/02/05  06:58:52
20326         Log: Integrate mainline
20327      Branch: perlio
20328           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
20329           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
20330           !> lib/File/Find/t/taint.t
20331 ____________________________________________________________________________
20332 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
20333         Log: Integrate change #14439 from maintperl
20334      Branch: maint-5.6/macperl
20335           !> op.c
20336 ____________________________________________________________________________
20337 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
20338         Log: Subject: [PATCH] File::Find tests not cleaning up properly
20339              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20340              Date: Mon, 4 Feb 2002 22:09:07 +0100
20341              Message-ID: <20020204220907.A8288@rafael>
20342      Branch: perl
20343            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
20344 ____________________________________________________________________________
20345 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
20346         Log: Signedness mumblings from Tru64.
20347      Branch: perl
20348            ! ext/Encode/Encode.xs
20349 ____________________________________________________________________________
20350 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
20351         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
20352              From: "Craig A. Berry" <craigberry@mac.com>
20353              Date: Mon, 04 Feb 2002 17:16:00 -0600
20354              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
20355      Branch: perl
20356            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
20357            ! ext/Encode/Encode.xs
20358 ____________________________________________________________________________
20359 [ 14551] By: nick                                  on 2002/02/04  16:00:31
20360         Log: Integrate mainline
20361      Branch: perlio
20362           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
20363           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
20364           !> regcomp.c
20365 ____________________________________________________________________________
20366 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
20367         Log: Update Changes.
20368      Branch: perl
20369            ! Changes patchlevel.h
20370 ____________________________________________________________________________
20371 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
20372         Log: Comment microtweaks.
20373      Branch: perl
20374            ! lib/locale.t
20375 ____________________________________________________________________________
20376 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
20377         Log: Subject: trivial docu patch
20378              From: andreas.koenig@anima.de (Andreas J. Koenig)
20379              Date: 04 Feb 2002 08:15:19 +0100
20380              Message-ID: <m3pu3l7m60.fsf@anima.de>
20381      Branch: perl
20382            ! pod/perluniintro.pod
20383 ____________________________________________________________________________
20384 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
20385         Log: Subject: [PATCH] (??{ }) anomaly
20386              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20387              Date: Sun, 03 Feb 2002 20:21:45 -0800
20388              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
20389      Branch: perl
20390            ! regcomp.c
20391 ____________________________________________________________________________
20392 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
20393         Log: Integrate perlio:
20394              
20395              [ 14545]
20396              Remove debugging warning, be consistent about API fails.
20397              
20398              [ 14544]
20399              Carry on where we left off if we have to grow destination SV during XS encode/decode
20400      Branch: perl
20401           !> ext/Encode/Encode.xs
20402 ____________________________________________________________________________
20403 [ 14545] By: nick                                  on 2002/02/03  20:03:38
20404         Log: Remove debugging warning, be consistent about API fails.
20405      Branch: perlio
20406            ! ext/Encode/Encode.xs
20407 ____________________________________________________________________________
20408 [ 14544] By: nick                                  on 2002/02/03  19:47:48
20409         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
20410      Branch: perlio
20411            ! ext/Encode/Encode.xs
20412 ____________________________________________________________________________
20413 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
20414         Log: Subject: PATCH CPAN.pm
20415              From: Mark-Jason Dominus <mjd@plover.com>
20416              Date: Sun, 03 Feb 2002 12:36:36 -0500
20417              Message-ID: <20020203173636.27451.qmail@plover.com>
20418      Branch: perl
20419            ! lib/CPAN.pm
20420 ____________________________________________________________________________
20421 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
20422         Log: Must search further back.
20423      Branch: perl
20424            ! lib/h2xs.t
20425 ____________________________________________________________________________
20426 [ 14541] By: nick                                  on 2002/02/03  18:52:09
20427         Log: Integrate mainline
20428      Branch: perlio
20429           !> (integrate 29 files)
20430 ____________________________________________________________________________
20431 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
20432         Log: EBCDIC: more natification.
20433      Branch: perl
20434            ! regcomp.c
20435 ____________________________________________________________________________
20436 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
20437         Log: Debug noise.
20438      Branch: perl
20439            ! ext/Encode/Encode.xs
20440 ____________________________________________________________________________
20441 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
20442         Log: Integrate perlio:
20443              
20444              [ 14536]
20445              Stable intermediate point in Encode cleanup.
20446              :encode(euc-jp) works on Dan's table.euc
20447              Much buffer copying and other silliness remains.
20448      Branch: perl
20449           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20450           !> ext/Encode/lib/Encode/Encoding.pm
20451 ____________________________________________________________________________
20452 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
20453         Log: Prettify.
20454      Branch: perl
20455            ! lib/unicore/mktables
20456 ____________________________________________________________________________
20457 [ 14536] By: nick                                  on 2002/02/03  17:32:03
20458         Log: Stable intermediate point in Encode cleanup.
20459              :encode(euc-jp) works on Dan's table.euc
20460              Much buffer copying and other silliness remains.
20461      Branch: perlio
20462            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20463            ! ext/Encode/lib/Encode/Encoding.pm
20464 ____________________________________________________________________________
20465 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
20466         Log: EBCDIC: it's much nicer to compare Unicode code points
20467              to Unicode code points.
20468      Branch: perl
20469            ! regexec.c
20470 ____________________________________________________________________________
20471 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
20472         Log: EBCDIC: character classes must remap the low 256.
20473      Branch: perl
20474            ! regcomp.c
20475 ____________________________________________________________________________
20476 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
20477         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
20478      Branch: perl
20479            ! lib/I18N/LangTags/List.pm
20480 ____________________________________________________________________________
20481 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
20482         Log: FAQ sync.
20483      Branch: perl
20484            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
20485            ! pod/perlfaq6.pod pod/perlfaq7.pod
20486 ____________________________________________________________________________
20487 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
20488         Log: Integrate perlio:
20489              
20490              [ 14526]
20491              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
20492              (Mis-feature discovered by Encode.)
20493              
20494              [ 14518]
20495              indent -kr -nce and some manual tweaks to match perl style.
20496      Branch: perl
20497           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
20498 ____________________________________________________________________________
20499 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
20500         Log: Subject: [PATCH] lstat FH and -l FH warnings
20501              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20502              Date: Sat, 2 Feb 2002 22:24:54 +0100           
20503              Message-ID: <20020202222454.A11608@rafael>       
20504      Branch: perl
20505            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
20506            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
20507 ____________________________________________________________________________
20508 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
20509         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
20510              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20511              Date: Sat, 2 Feb 2002 13:11:01 +0100           
20512              Message-ID: <20020202131101.A722@rafael>               
20513              
20514              Subject: [PATCH t/op/ver.t] another false positive
20515              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20516              Date: Sat, 2 Feb 2002 13:38:22 +0100           
20517              Message-ID: <20020202133822.E722@rafael>         
20518              
20519              Subject: [PATCH] t/test.pl:ok() doesn't work
20520              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
20521              Date: Sun, 03 Feb 2002 00:02:38 -0800          
20522              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
20523      Branch: perl
20524            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
20525            ! t/test.pl
20526 ____________________________________________________________________________
20527 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
20528         Log: Subject: [PATCH @13746] OS2::Process's constants
20529              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20530              Date: Sat, 2 Feb 2002 01:00:55 -0500           
20531              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
20532      Branch: perl
20533            ! os2/OS2/Process/Makefile.PL
20534 ____________________________________________________________________________
20535 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
20536         Log: Subject: [PATCH @13746] h2xs   
20537              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20538              Date: Sat, 2 Feb 2002 00:58:44 -0500           
20539              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
20540      Branch: perl
20541            ! utils/h2xs.PL
20542 ____________________________________________________________________________
20543 [ 14526] By: nick                                  on 2002/02/03  14:54:18
20544         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
20545              (Mis-feature discovered by Encode.)
20546      Branch: perlio
20547            ! sv.c
20548 ____________________________________________________________________________
20549 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
20550         Log: EBCDIC: since #14519 made \N{...} to remap,
20551              the test cannot expect an ASCII code point.
20552      Branch: perl
20553            ! lib/charnames.t
20554 ____________________________________________________________________________
20555 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
20556         Log: Sub-MANIFEST-tweak.
20557      Branch: perl
20558            ! ext/Encode/MANIFEST
20559 ____________________________________________________________________________
20560 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
20561         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
20562              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20563              Date: Fri, 01 Feb 2002 23:51:03 +0900
20564              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
20565      Branch: perl
20566            ! ext/Encode/lib/Encode/Tcl/Escape.pm
20567 ____________________________________________________________________________
20568 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
20569         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
20570              From: Andy Dougherty <doughera@lafayette.edu>
20571              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
20572              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
20573      Branch: perl
20574            ! README.solaris hints/solaris_2.sh
20575 ____________________________________________________________________________
20576 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
20577         Log: EBCDIC: no hope to get the low 256 right in unifolding.
20578      Branch: perl
20579            ! t/uni/fold.t
20580 ____________________________________________________________________________
20581 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
20582         Log: todo entry for missing pack formats.
20583      Branch: perl
20584            ! pod/perltodo.pod
20585 ____________________________________________________________________________
20586 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
20587         Log: EBCDIC: the low 256 \N{...} need to be remapped.
20588      Branch: perl
20589            ! toke.c
20590 ____________________________________________________________________________
20591 [ 14518] By: nick                                  on 2002/02/01  18:32:03
20592         Log: indent -kr -nce and some manual tweaks to match perl style.
20593      Branch: perlio
20594            ! ext/Encode/Encode.xs
20595 ____________________________________________________________________________
20596 [ 14517] By: nick                                  on 2002/02/01  18:20:46
20597         Log: Integrate mainline
20598      Branch: perlio
20599           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
20600           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
20601           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
20602           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
20603           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
20604           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
20605           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
20606 ____________________________________________________________________________
20607 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
20608         Log: Integrate perlio:
20609              
20610              [ 14515]
20611              Minor Encode tweaks:
20612              - move Encode.pm back to top of Encode like normal XS extension
20613              - avoid .def as a file extension (Win32 builds)
20614      Branch: perl
20615            ! MANIFEST
20616           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
20617           !> ext/Encode/Makefile.PL ext/Encode/compile
20618 ____________________________________________________________________________
20619 [ 14515] By: nick                                  on 2002/02/01  16:27:59
20620         Log: Minor Encode tweaks:
20621              - move Encode.pm back to top of Encode like normal XS extension
20622              - avoid .def as a file extension (Win32 builds)
20623      Branch: perlio
20624           +> ext/Encode/Encode.pm
20625            - ext/Encode/lib/Encode.pm
20626            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
20627            ! ext/Encode/Makefile.PL ext/Encode/compile
20628 ____________________________________________________________________________
20629 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
20630         Log: Subject: [PATCH utf8.t] temp file not cleaned up
20631              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20632              Date: Fri, 1 Feb 2002 15:47:46 +0100
20633              Message-ID: <20020201154746.A24079@rafael>
20634      Branch: perl
20635            ! t/io/utf8.t
20636 ____________________________________________________________________________
20637 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
20638         Log: Subject: [PATCH] make "lstat FH" croak
20639              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20640              Date: Fri, 1 Feb 2002 15:12:50 +0100
20641              Message-ID: <20020201151250.A738@rafael>
20642      Branch: perl
20643            ! pod/perldiag.pod pp_sys.c t/op/stat.t
20644 ____________________________________________________________________________
20645 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
20646         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
20647              From: Kay Röpke <kroepke@dolphin-services.de>
20648              Date: Fri, 1 Feb 2002 01:10:43 +0100
20649              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
20650      Branch: perl
20651            ! t/op/stat.t
20652 ____________________________________________________________________________
20653 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
20654         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
20655              I got it in Tru64 + ithreads but only without -g, took
20656              some debugging by printf (which was no fun either since
20657              adding some debug printfs hid the error)
20658      Branch: perl
20659            ! regexec.c utf8.c
20660 ____________________________________________________________________________
20661 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
20662         Log: Subject: Re: [PATCH] perl -V:
20663              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
20664              Date: Thu, 31 Jan 2002 12:10:20 -0800
20665              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
20666              
20667              Subject: Re: [PATCH] perl -V:
20668              From: Michael G Schwern <schwern@pobox.com>
20669              Date: Thu, 31 Jan 2002 16:43:13 -0500
20670              Message-ID: <20020131214313.GH6498@blackrider>
20671      Branch: perl
20672            ! t/run/switches.t
20673 ____________________________________________________________________________
20674 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
20675         Log: #14505 effect.
20676      Branch: perl
20677            ! pod/perluniintro.pod
20678 ____________________________________________________________________________
20679 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
20680         Log: Daniel S. Lewart adopts the Math::Complex.
20681      Branch: perl
20682            ! lib/Math/Complex.pm
20683 ____________________________________________________________________________
20684 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
20685         Log: More Complex DWIMmery.
20686      Branch: perl
20687            ! lib/Math/Complex.pm lib/Math/Complex.t
20688 ____________________________________________________________________________
20689 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
20690         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
20691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20692              Date: Thu, 31 Jan 2002 14:37:52 +0100
20693              Message-ID: <20020131143752.A1452@rafael>
20694      Branch: perl
20695            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
20696 ____________________________________________________________________________
20697 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
20698         Log: Turn the I/O Unicode error by default on, but the
20699              character-generating Unicode error by default off,
20700              as Larry suggested.
20701      Branch: perl
20702            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
20703            ! utf8.c
20704 ____________________________________________________________________________
20705 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
20706         Log: Subject: [PATCH] open.pm minor cleanup
20707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20708              Date: Thu, 31 Jan 2002 15:03:02 +0100
20709              Message-ID: <20020131150302.C1452@rafael>
20710      Branch: perl
20711            ! lib/open.pm
20712 ____________________________________________________________________________
20713 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
20714         Log: Update Changes.
20715      Branch: perl
20716            ! Changes patchlevel.h
20717 ____________________________________________________________________________
20718 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
20719         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
20720              From: Robin Barker <rmb1@cise.npl.co.uk>
20721              Date: Wed, 30 Jan 2002 11:58:33 GMT
20722              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
20723      Branch: perl
20724            ! lib/CPAN.pm
20725 ____________________________________________________________________________
20726 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
20727         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
20728              re-sort MANIFEST.
20729      Branch: perl
20730            + ext/Encode/Encode.pm
20731            - ext/Encode/lib/Encode.pm
20732            ! MANIFEST ext/Encode/Makefile.PL
20733 ____________________________________________________________________________
20734 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
20735         Log: Integrate perlio:
20736              
20737              [ 14499]
20738              Collect some stats during compile process.
20739              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
20740              as one XS - inconclusive - marginal win?
20741              Add some comments to encode.h
20742              
20743              [ 14490]
20744              Basics of a compiled Encode XS extension
20745      Branch: perl
20746           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
20747           !> ext/Encode/encode.h
20748 ____________________________________________________________________________
20749 [ 14499] By: nick                                  on 2002/01/30  09:57:47
20750         Log: Collect some stats during compile process.
20751              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
20752              as one XS - inconclusive - marginal win?
20753              Add some comments to encode.h
20754      Branch: perlio
20755            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
20756            ! ext/Encode/encode.h
20757 ____________________________________________________________________________
20758 [ 14498] By: nick                                  on 2002/01/30  07:27:55
20759         Log: Integrate Jarkko's path/INC tweaks
20760      Branch: perlio
20761           !> ext/Encode/compile
20762 ____________________________________________________________________________
20763 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
20764         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
20765              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20766              Date: Tue, 29 Jan 2002 01:13:09 -0800
20767              Message-ID: <lemV8gzkgu/K092yn@efn.org>
20768      Branch: perl
20769            ! configpm
20770 ____________________________________________________________________________
20771 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
20772         Log: Subject: [PATCH t/op/inccode.t] new test
20773              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20774              Date: Tue, 29 Jan 2002 22:03:45 +0100
20775              Message-ID: <20020129220345.A704@rafael>
20776      Branch: perl
20777            ! t/op/inccode.t
20778 ____________________________________________________________________________
20779 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
20780         Log: EBCDIC: t/op/lc.t now passes.
20781      Branch: perl
20782            ! t/op/lc.t
20783 ____________________________________________________________________________
20784 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
20785         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
20786      Branch: perl
20787            ! utf8.c
20788 ____________________________________________________________________________
20789 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
20790         Log: Must find stuff during build.
20791      Branch: perl
20792            ! ext/Encode/compile
20793 ____________________________________________________________________________
20794 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
20795         Log: Integrate with perlio;
20796              
20797              Basics of a compiled Encode XS extension
20798      Branch: perl
20799           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
20800           +> ext/Encode/Encode/euc-jp.ucm
20801           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
20802           !> ext/Encode/encode.h
20803 ____________________________________________________________________________
20804 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
20805         Log: EBCDIC tweaks-- no new test passes, but getting closer.
20806      Branch: perl
20807            ! utf8.c
20808 ____________________________________________________________________________
20809 [ 14490] By: nick                                  on 2002/01/29  21:20:57
20810         Log: Basics of a compiled Encode XS extension
20811      Branch: perlio
20812            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
20813            + ext/Encode/Encode/euc-jp.ucm
20814            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
20815            ! ext/Encode/encode.h
20816 ____________________________________________________________________________
20817 [ 14489] By: nick                                  on 2002/01/29  18:40:54
20818         Log: Integrate mainline
20819      Branch: perlio
20820           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
20821           +> ext/Encode/lib/Encode/Encoding.pm
20822           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
20823           +> ext/Encode/lib/Encode/Tcl/Escape.pm
20824           +> ext/Encode/lib/Encode/Tcl/Extended.pm
20825           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
20826           +> ext/Encode/lib/Encode/Tcl/Table.pm
20827           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
20828           +> ext/Encode/lib/Encode/iso10646_1.pm
20829           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
20830           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
20831           +> ext/Encode/t/Tcl.t
20832            - ext/Encode.t ext/Encode/Encode.pm
20833            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
20834            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
20835           !> (integrate 33 files)
20836 ____________________________________________________________________________
20837 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
20838         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
20839              From: Richard Clamp <richardc@unixbeard.net>
20840              Date: Mon, 28 Jan 2002 02:17:55 +0000
20841              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
20842      Branch: perl
20843            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
20844 ____________________________________________________________________________
20845 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
20846         Log: OS/390 seems to do length 0 udp reads, Nicholas says
20847              skippage is for now the best cause of action.
20848      Branch: perl
20849            ! ext/Socket/socketpair.t
20850 ____________________________________________________________________________
20851 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
20852         Log: Encode cleanup from Dan Kogai; reworked even further.
20853      Branch: perl
20854            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
20855            + ext/Encode/lib/Encode/Encoding.pm
20856            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
20857            + ext/Encode/lib/Encode/Tcl/Escape.pm
20858            + ext/Encode/lib/Encode/Tcl/Extended.pm
20859            + ext/Encode/lib/Encode/Tcl/HanZi.pm
20860            + ext/Encode/lib/Encode/Tcl/Table.pm
20861            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
20862            + ext/Encode/lib/Encode/iso10646_1.pm
20863            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
20864            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
20865            + ext/Encode/t/Tcl.t
20866            - ext/Encode.t ext/Encode/Encode.pm
20867            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
20868            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
20869            ! MANIFEST ext/Encode/Encode/8859-1.ucm
20870            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
20871            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
20872            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
20873            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
20874            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
20875            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
20876            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
20877            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
20878            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
20879            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
20880            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
20881            ! ext/Encode/compile
20882 ____________________________________________________________________________
20883 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
20884         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
20885      Branch: perl
20886            ! djgpp/djgpp.c perlio.c
20887 ____________________________________________________________________________
20888 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
20889         Log: Prettier printing from Michael Schwern.
20890      Branch: perl
20891            ! t/test.pl
20892 ____________________________________________________________________________
20893 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
20894         Log: Show also the debug and debugcolor as known pragmas.
20895      Branch: perl
20896            ! ext/re/re.pm
20897 ____________________________________________________________________________
20898 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
20899         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
20900              From: "Craig A. Berry" <craigberry@mac.com>
20901              Date: Mon, 28 Jan 2002 16:30:30 -0600
20902              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
20903      Branch: perl
20904            ! ext/B/t/assembler.t
20905 ____________________________________________________________________________
20906 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
20907         Log: metaconfig unit change for #14480.
20908      Branch: metaconfig
20909            ! U/modified/Init.U
20910 ____________________________________________________________________________
20911 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
20912         Log: DJGPP needs to know its exe soon, too.
20913      Branch: perl
20914            ! Configure
20915 ____________________________________________________________________________
20916 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
20917         Log: Round #2 on EBCDICation.
20918      Branch: perl
20919            ! t/op/append.t
20920 ____________________________________________________________________________
20921 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
20922         Log: Integrate perlio:
20923              
20924              [ 14477]
20925              Set makefile.mk CCHOME etc. for default locations of MinGW and free
20926              Borland compilers. (Borland builds one or two oddities.)
20927      Branch: perl
20928           !> win32/config.bc win32/makefile.mk
20929 ____________________________________________________________________________
20930 [ 14477] By: nick                                  on 2002/01/28  20:12:31
20931         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
20932              Borland compilers. (Borland builds one or two oddities.)
20933      Branch: perlio
20934            ! win32/config.bc win32/makefile.mk
20935 ____________________________________________________________________________
20936 [ 14476] By: nick                                  on 2002/01/28  18:43:47
20937         Log: Integrate mainline
20938      Branch: perlio
20939           !> Configure hints/hpux.sh
20940 ____________________________________________________________________________
20941 [ 14475] By: nick                                  on 2002/01/28  17:15:12
20942         Log: Integrate mainline
20943      Branch: perlio
20944           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
20945           !> patchlevel.h pp_sys.c t/lib/warnings/perl
20946 ____________________________________________________________________________
20947 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
20948         Log: metaconfig unit change for #14472.
20949      Branch: metaconfig/U/perl
20950            ! d_u32align.U
20951 ____________________________________________________________________________
20952 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
20953         Log: Misunderstood Merijn's patch.
20954      Branch: perl
20955            ! hints/hpux.sh
20956 ____________________________________________________________________________
20957 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
20958         Log: Misapplied Merijn's patch.
20959      Branch: perl
20960            ! Configure
20961 ____________________________________________________________________________
20962 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
20963         Log: Update Changes.
20964      Branch: perl
20965            ! Changes patchlevel.h
20966 ____________________________________________________________________________
20967 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
20968         Log: BeOS has sockets but not true ones.
20969      Branch: perl
20970            ! pp_sys.c
20971 ____________________________________________________________________________
20972 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
20973         Log: metaconfig unit change for #14467.
20974      Branch: metaconfig/U/perl
20975            ! d_u32align.U
20976 ____________________________________________________________________________
20977 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
20978         Log: For some strange reason under the smoke harness the alignment
20979              test hangs in HP-UX 10.20.  So hint it to avoid the test.
20980      Branch: perl
20981            ! hints/hpux.sh
20982 ____________________________________________________________________________
20983 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
20984         Log: Allow d_u32align to be hinted.
20985      Branch: perl
20986            ! Configure
20987 ____________________________________________________________________________
20988 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
20989         Log: The shift key is important.
20990      Branch: perl
20991            ! ext/B/B.xs
20992 ____________________________________________________________________________
20993 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
20994         Log: The "used only once" warnings (from gv_check) come
20995              in pseudorandom hash order-- in EBCDIC the order
20996              is different.  Add a new option that allow the warnings
20997              to come in any order (Paul Marquess).
20998      Branch: perl
20999            ! lib/warnings.t t/lib/warnings/perl
21000 ____________________________________________________________________________
21001 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
21002         Log: Integrate perlio:
21003              
21004              [ 14462]
21005              1st attempt at skipping broke threads case.
21006              
21007              [ 14461]
21008              Skip new threads::shared test unless -Duseithreads
21009      Branch: perl
21010           !> ext/threads/shared/t/0nothread.t
21011 ____________________________________________________________________________
21012 [ 14463] By: nick                                  on 2002/01/28  08:22:36
21013         Log: Integrate mainline
21014      Branch: perlio
21015           !> (integrate 37 files)
21016 ____________________________________________________________________________
21017 [ 14462] By: nick                                  on 2002/01/28  08:09:53
21018         Log: 1st attempt at skipping broke threads case.
21019      Branch: perlio
21020            ! ext/threads/shared/t/0nothread.t
21021 ____________________________________________________________________________
21022 [ 14461] By: nick                                  on 2002/01/28  07:25:58
21023         Log: Skip new threads::shared test unless -Duseithreads
21024      Branch: perlio
21025            ! ext/threads/shared/t/0nothread.t
21026 ____________________________________________________________________________
21027 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
21028         Log: FAQ sync.
21029      Branch: perl
21030            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21031            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21032            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21033            ! pod/perlfaq9.pod
21034 ____________________________________________________________________________
21035 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
21036         Log: Upgrade to podlators 1.20.
21037      Branch: perl
21038            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
21039 ____________________________________________________________________________
21040 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
21041         Log: Retract #14448, a better patch coming up.
21042      Branch: perl
21043            ! lib/Pod/t/basic.t
21044 ____________________________________________________________________________
21045 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
21046         Log: EBCDIC portability.
21047      Branch: perl
21048            ! t/op/append.t
21049 ____________________________________________________________________________
21050 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
21051         Log: Further cygwin installperl tweak from Gerrit P. Haase.
21052      Branch: perl
21053            ! installperl
21054 ____________________________________________________________________________
21055 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
21056         Log: A bug in Bulgarian EBCDIC locale (this sounds like
21057              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
21058              locales failed, too.  The patch works around the bug by
21059              skipping the test, but the real problem may be deeper
21060              (affecting probably only EBCDIC platforms, though):
21061              see the comment in locale.t for more details.
21062      Branch: perl
21063            ! lib/locale.t
21064 ____________________________________________________________________________
21065 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
21066         Log: metaconfig unit change for #14453.
21067      Branch: metaconfig/U/perl
21068            ! libperl.U
21069 ____________________________________________________________________________
21070 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
21071         Log: Subject: Bleadperl on Cygwin today
21072              From: "Gerrit P. Haase" <gp@familiehaase.de>              
21073              Date: Sun, 27 Jan 2002 22:30:41 +0100
21074              Message-ID: <462007239437.20020127223041@familiehaase.de>
21075      Branch: perl
21076            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
21077            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
21078            ! lib/ExtUtils/t/MM_Cygwin.t
21079 ____________________________________________________________________________
21080 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
21081         Log: Unfinished EBCDIC branch.
21082      Branch: perl
21083            ! t/op/ver.t
21084 ____________________________________________________________________________
21085 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
21086         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
21087      Branch: perl
21088            ! ext/B/B.xs ext/B/B/Deparse.pm
21089 ____________________________________________________________________________
21090 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
21091         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
21092              platforms.
21093      Branch: perl
21094            ! ext/B/t/stash.t
21095 ____________________________________________________________________________
21096 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
21097         Log: Apparently no need for EBCDIC exception any more.
21098      Branch: perl
21099            ! ext/B/t/showlex.t
21100 ____________________________________________________________________________
21101 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
21102         Log: (retracted by #14458)
21103              (Russ Allbery) OS/390 is using a high-bit character for ESC,
21104              skip the test for now.  A better fix would be to override
21105              the notion of the platform's escape sequence in the test
21106              of Pod::Text::Termcap.  We may have to apply a filter to
21107              the output to substitute back in the ESC character that
21108              the test expects, but only on OS/390.
21109      Branch: perl
21110            ! lib/Pod/t/basic.t
21111 ____________________________________________________________________________
21112 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
21113         Log: Detypo.
21114      Branch: perl
21115            ! ext/Devel/Peek/Peek.t
21116 ____________________________________________________________________________
21117 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
21118         Log: OS/390 USS has a different idea of the pw* functions.
21119              Also, test the name with eq, not with ==.
21120      Branch: perl
21121            ! lib/User/pwent.t
21122 ____________________________________________________________________________
21123 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
21124         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
21125      Branch: perl
21126            ! doio.c
21127 ____________________________________________________________________________
21128 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
21129         Log: ASCIIisms.
21130      Branch: perl
21131            ! ext/PerlIO/t/encoding.t
21132 ____________________________________________________________________________
21133 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
21134         Log: chr(42) ne '*'  if one is in EBCDIC.
21135      Branch: perl
21136            ! t/op/pack.t
21137 ____________________________________________________________________________
21138 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
21139         Log: Subject: [PATCH] Fix up recent op/stat.t failures
21140              From: Andy Dougherty <doughera@lafayette.edu>
21141              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
21142              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
21143      Branch: perl
21144            ! t/op/stat.t
21145 ____________________________________________________________________________
21146 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
21147         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
21148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21149              Date: Sun, 27 Jan 2002 15:03:18 +0100
21150              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
21151      Branch: perl
21152            ! lib/ExtUtils/t/Command.t
21153 ____________________________________________________________________________
21154 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
21155         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
21156              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21157              Date: Sun, 27 Jan 2002 14:51:10 +0100
21158              Message-ID: <20020127145110.A16332@rafael>
21159      Branch: perl
21160            ! ext/B/B/Deparse.pm
21161 ____________________________________________________________________________
21162 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
21163         Log: integrate change#14431 from perlio branch (Nick's fix for
21164              change#13474 to be more defensive about looking at pad entries
21165              that may not exist yet)
21166      Branch: maint-5.6/perl
21167            ! op.c
21168 ____________________________________________________________________________
21169 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
21170         Log: Comment to avoid later "cleanups."
21171      Branch: perl
21172            ! lib/ExtUtils/MakeMaker.pm
21173 ____________________________________________________________________________
21174 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
21175         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
21176              instead of just FOO=... cmd ...
21177      Branch: perl
21178            ! Makefile.SH
21179 ____________________________________________________________________________
21180 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
21181         Log: Overquoting bad (in UNIX one would get
21182              Can't open perl script "'-I../lib'": No such file or directory)
21183      Branch: perl
21184            ! lib/Pod/t/Usage.t
21185 ____________________________________________________________________________
21186 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
21187         Log: Integrate perlio:
21188              
21189              [ 14434]
21190              "All tests successful" VC6.0 Win32
21191              (Update config.vc to need cppstdin so those tests are skipped...)
21192      Branch: perl
21193           !> win32/config.vc win32/config_H.bc win32/config_H.gc
21194           !> win32/config_H.vc
21195 ____________________________________________________________________________
21196 [ 14434] By: nick                                  on 2002/01/26  22:27:08
21197         Log: "All tests successful" VC6.0 Win32
21198              (Update config.vc to need cppstdin so those tests are skipped...)
21199      Branch: perlio
21200            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21201            ! win32/config_H.vc
21202 ____________________________________________________________________________
21203 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
21204         Log: Integrate perlio:
21205              
21206              [ 14432]
21207              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
21208              for CRLF line endings.
21209              
21210              [ 14431]
21211              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
21212              Should really be looked at by someone that knows about pads.
21213              
21214              [ 14429]
21215              Tinkering with thread cleanup mutex-ing - not the problem 
21216              (op.c is) but could have been...
21217              
21218              [ 14428]
21219              Win32 signal emulation cleanup.
21220              
21221              [ 14427]
21222              If we get to sighandler by mistake (no perl handler set) then
21223              warn() and exit() rather than die() - should never happen
21224              but if it does context needed to die is likely to be trashed
21225              as well.
21226              
21227              [ 14425]
21228              1st two tests of File/Find/t/find.t and taint.t were run after 
21229              calling cleanup(). If previous fail had left for_find directory,
21230              but no content in it then cleanup() returned cd'ed to that directory.
21231              So tests failed. Fixed cleanup()-s.
21232      Branch: perl
21233           !> ext/threads/threads.xs lib/File/Find/t/find.t
21234           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
21235           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
21236 ____________________________________________________________________________
21237 [ 14432] By: nick                                  on 2002/01/26  21:10:38
21238         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
21239              for CRLF line endings.
21240      Branch: perlio
21241            ! lib/Filter/Simple.pm
21242 ____________________________________________________________________________
21243 [ 14431] By: nick                                  on 2002/01/26  21:08:35
21244         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
21245              Should really be looked at by someone that knows about pads.
21246      Branch: perlio
21247            ! op.c
21248 ____________________________________________________________________________
21249 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
21250         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
21251              From: "Craig A. Berry" <craigberry@mac.com>       
21252              Date: Sat, 26 Jan 2002 11:19:44 -0600
21253              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
21254      Branch: perl
21255            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
21256 ____________________________________________________________________________
21257 [ 14429] By: nick                                  on 2002/01/26  18:04:22
21258         Log: Tinkering with thread cleanup mutex-ing - not the problem 
21259              (op.c is) but could have been...
21260      Branch: perlio
21261            ! ext/threads/threads.xs
21262 ____________________________________________________________________________
21263 [ 14428] By: nick                                  on 2002/01/26  18:03:13
21264         Log: Win32 signal emulation cleanup.
21265      Branch: perlio
21266            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
21267 ____________________________________________________________________________
21268 [ 14427] By: nick                                  on 2002/01/26  13:59:33
21269         Log: If we get to sighandler by mistake (no perl handler set) then
21270              warn() and exit() rather than die() - should never happen
21271              but if it does context needed to die is likely to be trashed
21272              as well.
21273      Branch: perlio
21274            ! mg.c
21275 ____________________________________________________________________________
21276 [ 14426] By: nick                                  on 2002/01/26  13:56:23
21277         Log: Integrate mainline
21278      Branch: perlio
21279           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
21280           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
21281           !> t/run/fresh_perl.t
21282 ____________________________________________________________________________
21283 [ 14425] By: nick                                  on 2002/01/26  08:11:33
21284         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
21285              calling cleanup(). If previous fail had left for_find directory,
21286              but no content in it then cleanup() returned cd'ed to that directory.
21287              So tests failed. Fixed cleanup()-s.
21288      Branch: perlio
21289            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
21290 ____________________________________________________________________________
21291 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
21292         Log: Integrate perlio:
21293              
21294              [ 14422]
21295              Save $! so that other syscalls don't disturb it before 
21296              we test it.
21297              
21298              [ 14421]
21299              More Win32 tuning
21300              
21301              [ 14420]
21302              Fix winsystem.t's attempt to build showav.exe to work 
21303              with gcc (which writes a.exe unless told with -o ).
21304              Also put in a few more fail-safes to check .exe got 
21305              built somehow.
21306      Branch: perl
21307           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
21308           !> t/op/winsystem.t
21309 ____________________________________________________________________________
21310 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
21311         Log: Subject: [PATCH] new test in op/universal.t
21312              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21313              Date: Fri, 25 Jan 2002 23:17:33 +0100
21314              Message-ID: <20020125231733.A11733@rafael>
21315      Branch: perl
21316            ! t/op/universal.t
21317 ____________________________________________________________________________
21318 [ 14422] By: nick                                  on 2002/01/25  21:37:03
21319         Log: Save $! so that other syscalls don't disturb it before 
21320              we test it.
21321      Branch: perlio
21322            ! ext/Socket/socketpair.t
21323 ____________________________________________________________________________
21324 [ 14421] By: nick                                  on 2002/01/25  19:05:57
21325         Log: More Win32 tuning
21326      Branch: perlio
21327            ! t/op/stat.t t/op/taint.t
21328 ____________________________________________________________________________
21329 [ 14420] By: nick                                  on 2002/01/25  18:21:42
21330         Log: Fix winsystem.t's attempt to build showav.exe to work 
21331              with gcc (which writes a.exe unless told with -o ).
21332              Also put in a few more fail-safes to check .exe got 
21333              built somehow.
21334      Branch: perlio
21335            ! t/op/winsystem.t
21336 ____________________________________________________________________________
21337 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
21338         Log: Subject: [Patch Encode.xs] calculation of need overflows
21339              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21340              Date: Sat, 26 Jan 2002 00:58:50 +0900
21341              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
21342      Branch: perl
21343            ! ext/Encode/Encode.xs
21344 ____________________________________________________________________________
21345 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
21346         Log: Integrate changes 13474+13478+13584 from maintperl;
21347              anon sub leakage.
21348      Branch: perl
21349            ! op.c t/run/fresh_perl.t
21350 ____________________________________________________________________________
21351 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
21352         Log: Update Changes.
21353      Branch: perl
21354            ! Changes patchlevel.h
21355 ____________________________________________________________________________
21356 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
21357         Log: Integrate perlio:
21358              
21359              [ 14411]
21360              Linux/NFS hackery was not faking right number of passes.
21361              
21362              [ 14410]
21363              threads::shared tidy up:
21364              - Add _id() function to shared.xs so we can test refs point at same thing.
21365              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
21366              - Allow no_share to pass if sharing to works despite mis-ordering.
21367              - Change docs of threads to document ->create() (as used in tests),
21368              and not mention "new".
21369              
21370              [ 14401]
21371              Expand command line test globs on Win32.
21372              
21373              [ 14393]
21374              Except Win32 from echo tests. (Alarm does not break into connect)
21375              
21376              [ 14392]
21377              SvTEMP_off to stop private PV's being stolen and stored in shared space
21378              
21379              [ 14387]
21380              thread::shared nearly working again - remaining issue
21381              is references withing shared space.
21382              Added bulk test with no threads involved (for debugging)
21383              Tuned tests to skip those needing _thrcnt
21384              
21385              [ 14378]
21386              Implement recursive lock and use of scope for PL_sharedsv_space,
21387              so now croak() from asserts does not leave locks.
21388              Make hv_simple compile (new prototype for debugging probe).
21389              
21390              [ 14377]
21391              Shared scalars working, some shared array ops working.
21392              
21393              [ 14373]
21394              Miss mg_len == 0 meaning don't Safefree
21395              
21396              [ 14372]
21397              XS side of new threads::shared designed, coded and compiles,
21398              and mostly commented but is totaly untested.
21399              submit in case anyone wants a preview.
21400              
21401              [ 14363]
21402              Add new threads/typemap to MANIFEST
21403              
21404              [ 14357]
21405              #14352 deleted ext/threads/threads.h
21406              
21407              [ 14356]
21408              Eradicate sharedsv.*
21409              
21410              [ 14355]
21411              threads work again on Win32. (Not threads::shared yet)
21412              Submit to see if they do on Linux.
21413              
21414              [ 14352]
21415              Nearly-working threads re-structuring. Do not integrate,
21416              submit-ing to get to Win32, and as "off site" backup.
21417      Branch: perl
21418           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
21419           +> ext/threads/typemap
21420            - ext/threads/threads.h sharedsv.c sharedsv.h
21421            ! NetWare/config_H.wc
21422           !> (integrate 38 files)
21423 ____________________________________________________________________________
21424 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
21425         Log: Subject: Re: perldebguts minor tweaks
21426              From: Joe McMahon <mcmahon@metalab.unc.edu>
21427              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
21428              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
21429      Branch: perl
21430            ! pod/perldebguts.pod
21431 ____________________________________________________________________________
21432 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
21433         Log: metaconfig unit change for #14413.
21434      Branch: metaconfig
21435            ! U/modified/prototype.U
21436 ____________________________________________________________________________
21437 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
21438         Log: Okay, you can come home now, _().
21439      Branch: perl
21440            ! config_h.SH
21441 ____________________________________________________________________________
21442 [ 14412] By: nick                                  on 2002/01/25  11:01:49
21443         Log: Integrate mainline
21444              All but ../lib/Unicode/UCD.t pass.
21445      Branch: perlio
21446           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
21447           +> lib/unicore/CaseFolding.txt
21448           +> lib/unicore/CompositionExclusions.txt
21449           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
21450           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
21451           +> vos/vos.c
21452            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
21453            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
21454            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
21455            - lib/unicore/NamesList.html lib/unicore/PropList.html
21456            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
21457            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
21458            - lib/unicore/rename
21459           !> (integrate 424 files)
21460 ____________________________________________________________________________
21461 [ 14411] By: nick                                  on 2002/01/25  09:45:13
21462         Log: Linux/NFS hackery was not faking right number of passes.
21463      Branch: perlio
21464            ! t/io/fs.t
21465 ____________________________________________________________________________
21466 [ 14410] By: nick                                  on 2002/01/25  09:35:07
21467         Log: threads::shared tidy up:
21468              - Add _id() function to shared.xs so we can test refs point at same thing.
21469              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
21470              - Allow no_share to pass if sharing to works despite mis-ordering.
21471              - Change docs of threads to document ->create() (as used in tests),
21472              and not mention "new".
21473      Branch: perlio
21474            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21475            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
21476            ! ext/threads/threads.pm
21477 ____________________________________________________________________________
21478 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
21479         Log: Subject: perldebguts minor tweaks
21480              From: Joe McMahon <mcmahon@metalab.unc.edu>
21481              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
21482              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
21483      Branch: perl
21484            ! pod/perldebguts.pod
21485 ____________________________________________________________________________
21486 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
21487         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
21488              From: Peter Scott <Peter@PSDT.com>
21489              Date: Thu, 24 Jan 2002 08:51:34 -0800
21490              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
21491      Branch: perl
21492            ! pod/perldebguts.pod
21493 ____________________________________________________________________________
21494 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
21495         Log: Few more paranoia checks for Unicode hash keys.
21496      Branch: perl
21497            ! t/op/each.t
21498 ____________________________________________________________________________
21499 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
21500         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
21501              From: Andy Dougherty <doughera@lafayette.edu>
21502              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
21503              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
21504      Branch: perl
21505            ! t/op/stat.t
21506 ____________________________________________________________________________
21507 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
21508         Log: The
21509              
21510              Subject: Very old debugger UTF-8 bug
21511              From: andreas.koenig@anima.de (Andreas J. Koenig)
21512              Date: 24 Jan 2002 12:45:44 +0100
21513              Message-ID: <m3y9iot1jr.fsf@anima.de>
21514              
21515              still broken, but this should work as a stopgap
21516              measure to stop pp_match accessing naughty data.
21517      Branch: perl
21518            ! pod/perldiag.pod pp_hot.c
21519 ____________________________________________________________________________
21520 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
21521         Log: metaconfig unit change for #14403.
21522      Branch: metaconfig/U/perl
21523            ! d_u32align.U
21524 ____________________________________________________________________________
21525 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
21526         Log: Pacify picky compilers (this time Sun Workshop).
21527      Branch: perl
21528            ! Configure
21529 ____________________________________________________________________________
21530 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
21531         Log: Subject: Very old debugger UTF-8 bug
21532              From: andreas.koenig@anima.de (Andreas J. Koenig)
21533              Date: 24 Jan 2002 12:45:44 +0100
21534              Message-ID: <m3y9iot1jr.fsf@anima.de>
21535      Branch: perl
21536            ! lib/dumpvar.pl
21537 ____________________________________________________________________________
21538 [ 14401] By: nick                                  on 2002/01/24  07:50:38
21539         Log: Expand command line test globs on Win32.
21540      Branch: perlio
21541            ! t/harness
21542 ____________________________________________________________________________
21543 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
21544         Log: Sprinkle some copyrights (use the oldest timestamp to
21545              be found in the repository, which is most often not right,
21546              but at least consistent)
21547      Branch: perl
21548            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
21549            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
21550            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
21551            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
21552            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
21553            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
21554            ! unixish.h xsutils.c
21555 ____________________________________________________________________________
21556 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
21557         Log: Don't crash on Help for long text (bug #506672)
21558      Branch: maint-5.6/macperl
21559            ! macos/macperl/MPHelp.c
21560 ____________________________________________________________________________
21561 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
21562         Log: Fix minor path problem
21563      Branch: maint-5.6/macperl
21564            ! macos/macperl/Droplets/tarzipme.plx
21565 ____________________________________________________________________________
21566 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
21567         Log: Minor text changes
21568      Branch: maint-5.6/macperl
21569            ! macos/Perl.r
21570 ____________________________________________________________________________
21571 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
21572         Log: Bump versions, dates, etc.
21573      Branch: maint-5.6/macperl
21574            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
21575 ____________________________________________________________________________
21576 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
21577         Log: coderefs in @INC and absolute paths
21578      Branch: maint-5.6/macperl
21579            ! embed.h pp_ctl.c proto.h
21580 ____________________________________________________________________________
21581 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
21582         Log: Minor module thingys
21583      Branch: maint-5.6/macperl
21584            ! macos/ext/Mac/Controls/Controls.xs
21585            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
21586            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
21587            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
21588            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
21589            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
21590            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
21591            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
21592            ! macos/ext/Mac/Movies/Movies.xs
21593            ! macos/ext/Mac/Navigation/Navigation.pm
21594            ! macos/ext/Mac/Navigation/Navigation.xs
21595            ! macos/ext/Mac/Notification/Notification.xs
21596            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
21597            ! macos/ext/Mac/Processes/Processes.xs
21598            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
21599            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
21600            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
21601            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
21602            ! macos/ext/Mac/Resources/Resources.pm
21603            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
21604            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
21605            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
21606            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
21607            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
21608 ____________________________________________________________________________
21609 [ 14393] By: nick                                  on 2002/01/23  19:52:19
21610         Log: Except Win32 from echo tests. (Alarm does not break into connect)
21611      Branch: perlio
21612            ! ext/Socket/Socket.t
21613 ____________________________________________________________________________
21614 [ 14392] By: nick                                  on 2002/01/23  19:31:57
21615         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
21616      Branch: perlio
21617            ! ext/threads/shared/shared.xs
21618 ____________________________________________________________________________
21619 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
21620         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
21621      Branch: perl
21622            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
21623            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
21624            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
21625            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
21626            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
21627            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
21628            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
21629            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
21630            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
21631            ! x2p/util.c x2p/util.h x2p/walk.c
21632 ____________________________________________________________________________
21633 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
21634         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
21635              therefore quite probably also obsolete code.
21636      Branch: perl
21637            ! sv.c
21638 ____________________________________________________________________________
21639 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
21640         Log: Update Changes.
21641      Branch: perl
21642            ! Changes patchlevel.h
21643 ____________________________________________________________________________
21644 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
21645         Log: Small update on todo.  Could use a lot more.
21646      Branch: perl
21647            ! pod/perltodo.pod
21648 ____________________________________________________________________________
21649 [ 14387] By: nick                                  on 2002/01/23  14:19:30
21650         Log: thread::shared nearly working again - remaining issue
21651              is references withing shared space.
21652              Added bulk test with no threads involved (for debugging)
21653              Tuned tests to skip those needing _thrcnt
21654      Branch: perlio
21655            + ext/threads/shared/t/0nothread.t
21656            ! MANIFEST ext/threads/shared/shared.pm
21657            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
21658            ! ext/threads/shared/t/hv_refs.t
21659            ! ext/threads/shared/t/hv_simple.t
21660            ! ext/threads/shared/t/sv_simple.t
21661 ____________________________________________________________________________
21662 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
21663         Log: Subject: [ID 20020121.003] perldata doco bug
21664              From: John Stumbles <jstumbles@bluearc.com>
21665              Date: Mon, 21 Jan 2002 14:19:56 -0000
21666              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
21667      Branch: perl
21668            ! pod/perldata.pod
21669 ____________________________________________________________________________
21670 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
21671         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
21672              From: Michael G Schwern <schwern@pobox.com>
21673              Date: Mon, 21 Jan 2002 15:16:42 -0500
21674              Message-ID: <20020121201642.GA6659@blackrider>
21675      Branch: perl
21676            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
21677 ____________________________________________________________________________
21678 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
21679         Log: Subject: [PATCH] Re: eval not catching warnings?
21680              From: abigail@foad.org
21681              Date: Wed, 23 Jan 2002 15:35:47 +0100
21682              Message-ID: <20020123143547.24798.qmail@foad.org>
21683      Branch: perl
21684            ! pod/perlfunc.pod
21685 ____________________________________________________________________________
21686 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
21687         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
21688              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21689              Date: Tue, 22 Jan 2002 17:00:54 -0800            
21690              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
21691      Branch: perl
21692            ! t/run/fresh_perl.t
21693 ____________________________________________________________________________
21694 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
21695         Log: metaconfig unit change for #14381.
21696      Branch: metaconfig/U/perl
21697            ! d_u32align.U
21698 ____________________________________________________________________________
21699 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
21700         Log: HP-UX 10.20 cc pacifying from Merijn.
21701      Branch: perl
21702            ! Configure
21703 ____________________________________________________________________________
21704 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
21705         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
21706              From: "Craig A. Berry" <craigberry@mac.com> 
21707              Date: Tue, 22 Jan 2002 22:14:26 -0600
21708              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
21709      Branch: perl
21710            ! vms/test.com
21711 ____________________________________________________________________________
21712 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
21713         Log: AIX cpp bug: having macro arguments and character constants
21714              "the same" means trouble (here s and 's')
21715              What broke now was 841 and 842 of t/op/pat.t, because of the
21716              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
21717              (note that breakage happened only under cc_r and usethreads+
21718              useithreads)
21719      Branch: perl
21720            ! utf8.h
21721 ____________________________________________________________________________
21722 [ 14378] By: nick                                  on 2002/01/22  20:33:15
21723         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
21724              so now croak() from asserts does not leave locks.
21725              Make hv_simple compile (new prototype for debugging probe).
21726      Branch: perlio
21727            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21728            ! ext/threads/shared/t/hv_simple.t
21729 ____________________________________________________________________________
21730 [ 14377] By: nick                                  on 2002/01/22  17:32:21
21731         Log: Shared scalars working, some shared array ops working.
21732      Branch: perlio
21733            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21734            ! ext/threads/shared/t/sv_refs.t
21735            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
21736 ____________________________________________________________________________
21737 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
21738         Log: Subject: [PATCH] Support truncate() in VOS port
21739              From: Paul_GreenVOS@vos.stratus.com
21740              Date: Mon, 21 Jan 02 23:27 est
21741              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
21742      Branch: perl
21743            + vos/vos.c
21744            ! MANIFEST hints/vos.sh vos/vosish.h
21745 ____________________________________________________________________________
21746 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
21747         Log: metaconfig unit changes for #14374.  Couldn't figure
21748              how to get completely rid of _() (some weird dependency
21749              pulling it in?) so renamed it as PROTO_().
21750      Branch: metaconfig
21751            + U/modified/d_shmat.U U/modified/prototype.U
21752            ! U/protos/d_drand48proto.U
21753      Branch: metaconfig/U/perl
21754            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
21755 ____________________________________________________________________________
21756 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
21757         Log: Get rid of the _() macro since (1) we require ANSI anyway
21758              (2) Other software (GNU) seems to use it and we don't need it,
21759              so let's give it up.
21760      Branch: perl
21761            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21762            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
21763            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
21764            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
21765            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
21766            ! wince/config.h wince/config_H.ce
21767 ____________________________________________________________________________
21768 [ 14373] By: nick                                  on 2002/01/22  10:10:48
21769         Log: Miss mg_len == 0 meaning don't Safefree
21770      Branch: perlio
21771            ! mg.c
21772 ____________________________________________________________________________
21773 [ 14372] By: nick                                  on 2002/01/21  22:34:06
21774         Log: XS side of new threads::shared designed, coded and compiles,
21775              and mostly commented but is totaly untested.
21776              submit in case anyone wants a preview.
21777      Branch: perlio
21778            + ext/threads/shared/typemap
21779            ! MANIFEST ext/threads/shared/shared.pm
21780            ! ext/threads/shared/shared.xs
21781 ____________________________________________________________________________
21782 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
21783         Log: Subject: [BUG] /\_/ an unrecognized escape?
21784              From: Michael G Schwern <schwern@pobox.com>
21785              Date: Mon, 21 Jan 2002 15:22:54 -0500
21786              Message-ID: <20020121202254.GA6731@blackrider>
21787      Branch: perl
21788            ! t/lib/warnings/toke toke.c
21789 ____________________________________________________________________________
21790 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
21791         Log: Undo the renaming of the Unicode data files; the simple
21792              solution being not including the *.html files.  This means
21793              that in the future there is no need for any renamings
21794              (well, assuming that the Consortium doesn't cause any),
21795              and the files are named like they are in the Consortium
21796              website, thus alleviating confusion.
21797      Branch: perl
21798            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
21799            + lib/unicore/CaseFolding.txt
21800            + lib/unicore/CompositionExclusions.txt
21801            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
21802            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
21803            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
21804            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
21805            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
21806            - lib/unicore/NamesList.html lib/unicore/PropList.html
21807            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
21808            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
21809            - lib/unicore/rename
21810            ! (edit 285 files)
21811 ____________________________________________________________________________
21812 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
21813         Log: Update Changes.
21814      Branch: perl
21815            ! Changes patchlevel.h
21816 ____________________________________________________________________________
21817 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
21818         Log: Subject: RE: BCC for Win32 is unhappy @14331
21819              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
21820              Date: Mon, 21 Jan 2002 09:48:40 +0300
21821              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
21822              
21823              (using IV instead of int)
21824      Branch: perl
21825            ! hv.h
21826 ____________________________________________________________________________
21827 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
21828         Log: path_is_absolute() needs a prototype (and maybe
21829              a better name, but that's another story).
21830      Branch: perl
21831            ! embed.fnc embed.h pp_ctl.c proto.h
21832 ____________________________________________________________________________
21833 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
21834         Log: Subject: Re: coderefs in @INC
21835              From: Chris Nandor <pudge@pobox.com>
21836              Date: Thu, 17 Jan 2002 11:26:02 -0500
21837              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
21838      Branch: perl
21839            ! pp_ctl.c
21840 ____________________________________________________________________________
21841 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
21842         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
21843              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21844              Date: Sun, 20 Jan 2002 22:53:56 +0100
21845              Message-ID: <20020120225356.A12093@rafael>
21846      Branch: perl
21847            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
21848            ! t/lib/warnings/9enabled warnings.h warnings.pl
21849 ____________________________________________________________________________
21850 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
21851         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
21852              From: "Craig A. Berry" <craigberry@mac.com>
21853              Date: Sun, 20 Jan 2002 22:49:42 -0600
21854              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
21855      Branch: perl
21856            ! lib/ExtUtils/MakeMaker.pm
21857 ____________________________________________________________________________
21858 [ 14363] By: nick                                  on 2002/01/20  20:38:23
21859         Log: Add new threads/typemap to MANIFEST
21860      Branch: perlio
21861            ! MANIFEST
21862 ____________________________________________________________________________
21863 [ 14362] By: nick                                  on 2002/01/20  20:34:36
21864         Log: Integrate mainline
21865      Branch: perlio
21866           +> lib/Pod/t/Usage.t
21867           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
21868           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
21869           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
21870           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
21871           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
21872           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
21873           !> util.c
21874 ____________________________________________________________________________
21875 [ 14361] By: nick                                  on 2002/01/20  18:51:47
21876         Log: Integrate MANIFEST
21877      Branch: perlio
21878           !> MANIFEST
21879 ____________________________________________________________________________
21880 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
21881         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
21882              From: Paul_GreenVOS@vos.stratus.com
21883              Date: Sat, 19 Jan 02 17:17 est
21884              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
21885              
21886              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
21887              From: Paul_GreenVOS@vos.stratus.com
21888              Date: Sat, 19 Jan 02 17:19 est
21889              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
21890      Branch: perl
21891            ! lib/ExtUtils/t/Command.t
21892 ____________________________________________________________________________
21893 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
21894         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
21895              From: Paul_GreenVOS@vos.stratus.com
21896              Date: Sat, 19 Jan 02 14:30 est
21897              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
21898      Branch: perl
21899            ! lib/AnyDBM_File.t
21900 ____________________________________________________________________________
21901 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
21902         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
21903              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
21904              Date: Sun, 20 Jan 2002 13:51:36 +0100
21905              Message-ID: <20020120135136.A710@rafael>
21906      Branch: perl
21907            ! ext/File/Glob/t/basic.t
21908 ____________________________________________________________________________
21909 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
21910         Log: #14352 deleted ext/threads/threads.h
21911      Branch: perlio
21912            ! MANIFEST
21913 ____________________________________________________________________________
21914 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
21915         Log: Eradicate sharedsv.*
21916      Branch: perlio
21917            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
21918 ____________________________________________________________________________
21919 [ 14355] By: nick                                  on 2002/01/20  11:50:22
21920         Log: threads work again on Win32. (Not threads::shared yet)
21921              Submit to see if they do on Linux.
21922      Branch: perlio
21923            ! ext/threads/shared/shared.xs ext/threads/threads.xs
21924            ! win32/makefile.mk
21925 ____________________________________________________________________________
21926 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
21927         Log: Make also hex() and oct() to croak if their arguments
21928              cannot be downgraded (that is, if they contain wide
21929              characters), just like crypt() does (and use the croak
21930              feature of sv_utf8_downgrade()).
21931      Branch: perl
21932            ! pp.c t/op/oct.t
21933 ____________________________________________________________________________
21934 [ 14353] By: nick                                  on 2002/01/19  22:20:09
21935         Log: Integrate Time/Local and its test
21936      Branch: perlio
21937           !> lib/Time/Local.pm lib/Time/Local.t
21938 ____________________________________________________________________________
21939 [ 14352] By: nick                                  on 2002/01/19  22:17:07
21940         Log: Nearly-working threads re-structuring. Do not integrate,
21941              submit-ing to get to Win32, and as "off site" backup.
21942      Branch: perlio
21943            + ext/threads/typemap
21944            - ext/threads/threads.h sharedsv.c sharedsv.h
21945            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
21946            ! embedvar.h ext/threads/shared/shared.pm
21947            ! ext/threads/shared/shared.xs ext/threads/threads.pm
21948            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
21949            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
21950            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
21951 ____________________________________________________________________________
21952 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
21953         Log: Regen toc.
21954      Branch: perl
21955            ! pod/perltoc.pod
21956 ____________________________________________________________________________
21957 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
21958         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
21959              From: David Dyck <dcd@tc.fluke.com>
21960              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
21961              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
21962      Branch: perl
21963            ! pod/perl5004delta.pod pod/perl5005delta.pod
21964            ! pod/perl561delta.pod pod/perl56delta.pod
21965 ____________________________________________________________________________
21966 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
21967         Log: FAQ sync.
21968      Branch: perl
21969            ! pod/perlfaq1.pod pod/perlfaq2.pod
21970 ____________________________________________________________________________
21971 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
21972         Log: Subject: [PATCH lib/Pod/t/Usage.t]
21973              From: Abe Timmerman <abe@ztreet.demon.nl>
21974              Date: Sat, 19 Jan 2002 19:57:57 +0100
21975              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
21976      Branch: perl
21977            + lib/Pod/t/Usage.t
21978            ! MANIFEST
21979 ____________________________________________________________________________
21980 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
21981         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
21982              From: Paul_GreenVOS@vos.stratus.com
21983              Date: Sat, 19 Jan 02 13:15 est
21984              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
21985      Branch: perl
21986            ! ext/SDBM_File/sdbm.t
21987 ____________________________________________________________________________
21988 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
21989         Log: Integrate perlio:
21990              
21991              [ 14335]
21992              Split out core of sv_magic() into sv_magicext().
21993              sv_magic provides the extra restictions (no READONLY, only
21994              one of each type, canned set of vtables), and sv_magicext()
21995              does the actual data twiddling.
21996              Also enhances semantics of ->mg_ptr setting via name/namlen
21997              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
21998              scratch area (namlen > 0 && name == NULL).
21999              sv_magicext also returns the MAGIC * it added.
22000              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
22001              To come sv_unmagicext() - which will remove just one magic
22002              of particular type, and additionaly match against ->mg_ptr,
22003              or the MAGIC * (need to experiment as to which is more natural).
22004      Branch: perl
22005           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
22006           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
22007 ____________________________________________________________________________
22008 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
22009         Log: Alternative Time::Local algorithm that uses matemathical formula
22010              for timegm instead of progressive guessing
22011      Branch: perl
22012            ! lib/Time/Local.pm
22013 ____________________________________________________________________________
22014 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
22015         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
22016              From: Paul_GreenVOS@vos.stratus.com
22017              Date: Sat, 19 Jan 02 11:20 est
22018              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
22019      Branch: perl
22020            ! ext/File/Glob/t/basic.t
22021 ____________________________________________________________________________
22022 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
22023         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
22024              From: Paul_GreenVOS@vos.stratus.com
22025              Date: Fri, 18 Jan 02 22:56 est
22026              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
22027      Branch: perl
22028            ! ext/Cwd/t/cwd.t
22029 ____________________________________________________________________________
22030 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
22031         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
22032              From: Paul_GreenVOS@vos.stratus.com
22033              Date: Fri, 18 Jan 02 22:48 est
22034              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
22035      Branch: perl
22036            ! lib/Time/Local.t
22037 ____________________________________________________________________________
22038 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
22039         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
22040              From: Paul_GreenVOS@vos.stratus.com
22041              Date: Fri, 18 Jan 02 16:22 est
22042              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
22043      Branch: perl
22044            ! ext/Devel/DProf/DProf.t
22045 ____________________________________________________________________________
22046 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
22047         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
22048              From: Tels <perl_dummy@bloodgate.com>
22049              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
22050              Message-Id: <200201182106.XAA19133@taku.hut.fi>
22051      Branch: perl
22052            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
22053 ____________________________________________________________________________
22054 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
22055         Log: Don't do socketpair udp unless you've got all what it takes.
22056      Branch: perl
22057            ! util.c
22058 ____________________________________________________________________________
22059 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
22060         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
22061              From: Tels <perl_dummy@bloodgate.com>
22062              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
22063              Message-Id: <200201182206.AAA15310@taku.hut.fi>
22064      Branch: perl
22065            ! lib/ExtUtils/MM_BeOS.pm
22066 ____________________________________________________________________________
22067 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
22068         Log: metaconfig unit change for #14336.
22069      Branch: metaconfig
22070            ! U/modified/myhostname.U
22071 ____________________________________________________________________________
22072 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
22073         Log: Avoid bare "set", and kiss .uucp goodbye.
22074      Branch: perl
22075            ! Configure
22076 ____________________________________________________________________________
22077 [ 14335] By: nick                                  on 2002/01/18  22:11:42
22078         Log: Split out core of sv_magic() into sv_magicext().
22079              sv_magic provides the extra restictions (no READONLY, only
22080              one of each type, canned set of vtables), and sv_magicext()
22081              does the actual data twiddling.
22082              Also enhances semantics of ->mg_ptr setting via name/namlen
22083              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
22084              scratch area (namlen > 0 && name == NULL).
22085              sv_magicext also returns the MAGIC * it added.
22086              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
22087              
22088              To come sv_unmagicext() - which will remove just one magic
22089              of particular type, and additionaly match against ->mg_ptr,
22090              or the MAGIC * (need to experiment as to which is more natural).
22091      Branch: perlio
22092            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
22093            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
22094 ____________________________________________________________________________
22095 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
22096         Log: Retract #14327 for now, going to the limit seems
22097              to be too much for many platforms.
22098      Branch: perl
22099            ! lib/Time/Local.t
22100 ____________________________________________________________________________
22101 [ 14333] By: nick                                  on 2002/01/18  18:58:33
22102         Log: Integrate mainline
22103      Branch: perlio
22104           !> Changes patchlevel.h
22105 ____________________________________________________________________________
22106 [ 14332] By: nick                                  on 2002/01/18  16:19:06
22107         Log: Integrate mainline
22108      Branch: perlio
22109           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
22110           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
22111            - lib/ExtUtils/inst
22112           !> (integrate 32 files)
22113 ____________________________________________________________________________
22114 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
22115         Log: Update Changes.
22116      Branch: perl
22117            ! Changes patchlevel.h
22118 ____________________________________________________________________________
22119 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
22120         Log: Try to make the connect/read/write timeouting.
22121      Branch: perl
22122            ! ext/Socket/Socket.t
22123 ____________________________________________________________________________
22124 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
22125         Log: Netware Makefile tweak from Ananth Kesari.
22126      Branch: perl
22127            ! NetWare/Makefile
22128 ____________________________________________________________________________
22129 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
22130         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
22131              From: Michael G Schwern <schwern@pobox.com>
22132              Date: Fri, 18 Jan 2002 03:10:27 -0500
22133              Message-ID: <20020118081027.GE7226@blackrider>
22134      Branch: perl
22135            ! lib/File/Find.pm
22136 ____________________________________________________________________________
22137 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
22138         Log: (retracted by #14334)
22139              
22140              Subject: [PATCH] Improving lib/Time/Local.t
22141              From: Paul_GreenVOS@vos.stratus.com        
22142              Date: Thu, 17 Jan 02 22:36 est
22143              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
22144      Branch: perl
22145            ! lib/Time/Local.t
22146 ____________________________________________________________________________
22147 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
22148         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
22149              From: Abe Timmerman <abe@ztreet.demon.nl>  
22150              Date: Fri, 18 Jan 2002 13:18:47 +0100
22151              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
22152      Branch: perl
22153            ! lib/ExtUtils/t/MM_Win32.t
22154 ____________________________________________________________________________
22155 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
22156         Log: Subject: [PATCH] Syncing with bleadperl 
22157              From: Michael G Schwern <schwern@pobox.com> 
22158              Date: Fri, 18 Jan 2002 03:04:33 -0500
22159              Message-ID: <20020118080432.GC7226@blackrider>
22160      Branch: perl
22161            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
22162            - lib/ExtUtils/inst
22163            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
22164            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22165            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
22166            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
22167            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
22168            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
22169            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
22170            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
22171            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
22172            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
22173            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
22174            ! lib/ExtUtils/testlib.pm
22175 ____________________________________________________________________________
22176 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
22177         Log: Detypo.
22178      Branch: perl
22179            ! AUTHORS
22180 ____________________________________________________________________________
22181 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
22182         Log: Subject: [PATCH] MM check_hints test
22183              From: Michael G Schwern <schwern@pobox.com>
22184              Date: Thu, 17 Jan 2002 20:25:57 -0500
22185              Message-ID: <20020118012557.GE32762@blackrider>
22186      Branch: perl
22187            + lib/ExtUtils/t/hints.t
22188            ! MANIFEST
22189 ____________________________________________________________________________
22190 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
22191         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
22192              From: Michael G Schwern <schwern@pobox.com> 
22193              Date: Thu, 17 Jan 2002 20:12:20 -0500
22194              Message-ID: <20020118011220.GC32762@blackrider>
22195              
22196              (#14317 replaced with this)
22197      Branch: perl
22198            ! lib/ExtUtils/MakeMaker.pm
22199 ____________________________________________________________________________
22200 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
22201         Log: Subject: [PATCH perldiag] overload.pm warnings
22202              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22203              Date: Thu, 17 Jan 2002 23:53:49 +0100
22204              Message-ID: <20020117235349.A14530@rafael>
22205      Branch: perl
22206            ! pod/perldiag.pod
22207 ____________________________________________________________________________
22208 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
22209         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
22210              From: Michael G Schwern <schwern@pobox.com>
22211              Date: Thu, 17 Jan 2002 16:35:47 -0500
22212              Message-ID: <20020117213546.GD23830@blackrider>
22213      Branch: perl
22214            ! lib/File/Find.pm
22215 ____________________________________________________________________________
22216 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
22217         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
22218              From: chromatic <chromatic@rmci.net>
22219              Date: Thu, 17 Jan 2002 13:04:22 -0700
22220              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
22221      Branch: perl
22222            ! pod/perltodo.pod
22223 ____________________________________________________________________________
22224 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
22225         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
22226              From: chromatic <chromatic@rmci.net>
22227              Date: Thu, 17 Jan 2002 12:59:04 -0700
22228              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
22229      Branch: perl
22230            ! lib/ExtUtils/t/Mkbootstrap.t
22231 ____________________________________________________________________________
22232 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
22233         Log: (replaced by #14322)
22234              The #14300 broke hints file handling.
22235      Branch: perl
22236            ! lib/ExtUtils/MakeMaker.pm
22237 ____________________________________________________________________________
22238 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
22239         Log: metaconfig unit change for #14315.
22240      Branch: metaconfig/U/perl
22241            ! uselongdbl.U
22242 ____________________________________________________________________________
22243 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
22244         Log: Subject: [PATCH] long doubles
22245              From: Nicholas Clark <nick@unfortu.net>
22246              Date: Thu, 17 Jan 2002 17:06:28 +0000
22247              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
22248      Branch: perl
22249            ! Configure
22250 ____________________________________________________________________________
22251 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
22252         Log: metaconfig unit change for #14313.
22253      Branch: metaconfig
22254            ! U/modified/i_ndbm.U
22255 ____________________________________________________________________________
22256 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
22257         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
22258              From: Andy Dougherty <doughera@lafayette.edu>
22259              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
22260              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
22261      Branch: perl
22262            ! Configure
22263 ____________________________________________________________________________
22264 [ 14312] By: nick                                  on 2002/01/17  21:38:38
22265         Log: Integrate mainline (for ndbm fixes etc.)
22266      Branch: perlio
22267           +> t/run/fresh_perl.t
22268            - t/run/kill_perl.t
22269           !> Changes MANIFEST ext/Opcode/Opcode.xs
22270           !> ext/SDBM_File/sdbm/Makefile.PL
22271           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
22272           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
22273           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
22274           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
22275           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
22276 ____________________________________________________________________________
22277 [ 14311] By: sky                                   on 2002/01/17  21:01:00
22278         Log: Simplify the code that duplicates the threads 
22279              init function and the parameters to the thread by using sv_dup. 
22280              Note,what happens if you pass a shared variable as a parameter?
22281      Branch: perl
22282            ! ext/threads/threads.xs
22283 ____________________________________________________________________________
22284 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
22285         Log: Update Changes.
22286      Branch: perl
22287            ! Changes patchlevel.h
22288 ____________________________________________________________________________
22289 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
22290         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
22291              with fresh_perl_is() and fresh_perl_like().
22292      Branch: perl
22293            + t/run/fresh_perl.t
22294            - t/run/kill_perl.t
22295            ! MANIFEST t/test.pl
22296 ____________________________________________________________________________
22297 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
22298         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
22299              From: Benjamin Goldberg <goldbb2@earthlink.net>
22300              Date: Wed, 09 Jan 2002 21:03:16 -0500
22301              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
22302      Branch: perl
22303            ! ext/Unicode/Normalize/Normalize.pm
22304 ____________________________________________________________________________
22305 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
22306         Log: Retract #14144 as Hugo isn't happy with it.
22307      Branch: perl
22308            ! scope.c t/run/kill_perl.t
22309 ____________________________________________________________________________
22310 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
22311         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
22312              From: Richard Clamp <richardc@unixbeard.net>
22313              Date: Wed, 16 Jan 2002 17:34:31 +0000
22314              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
22315      Branch: perl
22316            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
22317 ____________________________________________________________________________
22318 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
22319         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
22320              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22321              Date: Tue, 15 Jan 2002 21:23:30 +0100
22322              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
22323      Branch: perl
22324            ! ext/Opcode/Opcode.xs
22325 ____________________________________________________________________________
22326 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
22327         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
22328              From: Paul_GreenVOS@vos.stratus.com
22329              Date: Wed, 16 Jan 02 6:42 est
22330              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
22331      Branch: perl
22332            ! t/io/fs.t t/op/crypt.t
22333 ____________________________________________________________________________
22334 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
22335         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
22336              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22337              Date: Wed, 16 Jan 2002 13:43:39 +0100
22338              Message-ID: <20020116134339.A704@rafael>
22339              
22340              (replaces #14302)
22341      Branch: perl
22342            ! mg.c t/lib/warnings/mg
22343 ____________________________________________________________________________
22344 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
22345         Log: (replaced by #14303)
22346              Subject: [PATCH] length of undefined $(digit) should warn
22347              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22348              Date: Tue, 15 Jan 2002 23:02:44 +0100            
22349              Message-ID: <20020115230244.A31786@rafael>     
22350      Branch: perl
22351            ! mg.c t/lib/warnings/mg
22352 ____________________________________________________________________________
22353 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
22354         Log: The non-MakeMaker.pm parts of
22355              
22356              Subject: [PATCH] Re: MM_Beos.pm?
22357              From: Tels <perl_dummy@bloodgate.com>
22358              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
22359              Message-Id: <200201142006.WAA29544@taas.iki.fi>
22360      Branch: perl
22361            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
22362            ! lib/ExtUtils/t/MM_Unix.t
22363 ____________________________________________________________________________
22364 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
22365         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
22366              From: Michael G Schwern <schwern@pobox.com>    
22367              Date: Tue, 15 Jan 2002 20:07:50 -0500            
22368              Message-ID: <20020116010750.GH625@blackrider>  
22369      Branch: perl
22370            ! lib/ExtUtils/MakeMaker.pm
22371 ____________________________________________________________________________
22372 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
22373         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
22374              From: Jeffrey Friedl <jfriedl@yahoo.com>       
22375              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
22376              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
22377      Branch: perl
22378            ! lib/Text/Tabs.pm
22379 ____________________________________________________________________________
22380 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
22381         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
22382              From: "Green, Paul" <Paul.Green@stratus.com>
22383              Date: Tue, 15 Jan 2002 22:28:10 -0500
22384              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
22385      Branch: perl
22386            ! lib/ExtUtils/MM_Unix.pm
22387 ____________________________________________________________________________
22388 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
22389         Log: Integrate perlio:
22390              
22391              [ 14296]
22392              offsetof() is in <stddef.h>
22393      Branch: perl
22394           !> ext/Socket/Socket.xs
22395 ____________________________________________________________________________
22396 [ 14296] By: nick                                  on 2002/01/16  13:02:29
22397         Log: offsetof() is in <stddef.h>
22398      Branch: perlio
22399            ! ext/Socket/Socket.xs
22400 ____________________________________________________________________________
22401 [ 14295] By: nick                                  on 2002/01/16  07:25:29
22402         Log: Integrate mainline
22403      Branch: perlio
22404           +> (branch 262 files)
22405            - (delete 285 files)
22406           !> (integrate 34 files)
22407 ____________________________________________________________________________
22408 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
22409         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
22410              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
22411              Canonical.pl and Exact.pl.
22412      Branch: perl
22413            + (add 259 files)
22414            - (delete 288 files)
22415            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
22416            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
22417            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
22418            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
22419 ____________________________________________________________________________
22420 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
22421         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
22422      Branch: perl
22423            ! ext/Socket/Socket.xs
22424 ____________________________________________________________________________
22425 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
22426         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
22427              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22428              Date: Tue, 15 Jan 2002 21:59:19 +0100
22429              Message-ID: <3C44A637.16602.25EB208@localhost>
22430      Branch: perl
22431            ! embed.fnc embed.h proto.h
22432 ____________________________________________________________________________
22433 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
22434         Log: Duh.  The updated In/*.pl weren't checked in.
22435      Branch: perl
22436            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
22437            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
22438            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
22439            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
22440            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
22441            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
22442            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
22443            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
22444            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
22445            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
22446            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
22447            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
22448            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
22449            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
22450            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
22451            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
22452            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
22453            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
22454            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
22455            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
22456            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
22457            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
22458            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
22459            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
22460            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
22461            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
22462            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
22463            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
22464            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
22465            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
22466            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
22467            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
22468            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
22469            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
22470            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
22471            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
22472            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
22473            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
22474            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
22475            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
22476            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
22477            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
22478            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
22479            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
22480            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
22481            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
22482            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
22483            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
22484 ____________________________________________________________________________
22485 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
22486         Log: Update Changes.
22487      Branch: perl
22488            ! Changes patchlevel.h
22489 ____________________________________________________________________________
22490 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
22491         Log: Jeffrey is trying very hard to avoid working on his
22492              book, it would seem :-) (better naming, better comments
22493              in the files)
22494      Branch: perl
22495            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
22496            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
22497            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
22498            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
22499            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
22500            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
22501            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
22502            - lib/unicore/Is/IDStart.pl
22503            ! (edit 200 files)
22504 ____________________________________________________________________________
22505 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
22506         Log: metaconfig unit changes for #14287.
22507      Branch: metaconfig
22508            + U/modified/Chk_MANI.U
22509            ! U/modified/Extract.U U/modified/Finish.U
22510      Branch: metaconfig/U/perl
22511            ! Extensions.U dlsrc.U
22512 ____________________________________________________________________________
22513 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
22514         Log: Some protection against spaces in directory names.
22515              (Tru64 still has some makedepend problems in such
22516              cases but that looks like Tru64's problem.)
22517      Branch: perl
22518            ! Configure Makefile.SH
22519 ____________________________________________________________________________
22520 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
22521         Log: Should have been in #14285 but I have sausages for fingers.
22522      Branch: perl
22523            + lib/ExtUtils/MM_BeOS.pm
22524 ____________________________________________________________________________
22525 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
22526         Log: MM_BeOS from Tels.
22527      Branch: perl
22528            + lib/ExtUtils/t/MM_BeOS.t
22529            ! MANIFEST
22530 ____________________________________________________________________________
22531 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
22532         Log: Integrate perlio:
22533              
22534              [ 14281]
22535              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
22536              e.g. -Duse64bitint on a 32-bit platform.
22537              Now uses I32 for use-count and is more careful with its casts.
22538              
22539              [ 14277]
22540              Correct name of PL_OP_SLAB_ALLOC
22541              
22542              [ 14271]
22543              Regen embed enable slab for PERL_IMPLICIT_SYS
22544              
22545              [ 14269]
22546              Typo in #else branch of PL_SLAB_ALLOC
22547              
22548              [ 14268]
22549              const-ness fix in savepv's passing of NULL
22550              
22551              [ 14267]
22552              Hand merge of non slab allocator stuff
22553              
22554              [ 14259]
22555              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
22556              Need to use CopXXXXX macros everywhere and add CopSTASH_free
22557              Add new scope type and add support for it to scope.c and scope stack
22558              dup-er in sv.c. Add savesharedpv().
22559              Also zealous version of Win32's vmem.h to catch all the abuses.
22560              With this t/op/fork.t passes even with zealous checking and 
22561              checker is point a finger at various threads/shared issues.
22562              PL_curcop->cop_io is still an issue.
22563              
22564              [ 14257]
22565              Inverted sense of special-ness of specialCopIO - supposed to 
22566              be true if value is "special" i.e. NOT an SV.
22567      Branch: perl
22568           !> (integrate 28 files)
22569 ____________________________________________________________________________
22570 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
22571         Log: Add Shuck URL
22572      Branch: maint-5.6/macperl
22573            ! macos/macperl/MacPerl.podhelp
22574 ____________________________________________________________________________
22575 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
22576         Log: Remove obsolete docs
22577      Branch: maint-5.6/macperl
22578            ! ext/File/Glob/Glob.pm
22579 ____________________________________________________________________________
22580 [ 14281] By: nick                                  on 2002/01/15  15:08:43
22581         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
22582              e.g. -Duse64bitint on a 32-bit platform.
22583              Now uses I32 for use-count and is more careful with its casts.
22584      Branch: perlio
22585            ! intrpvar.h op.c
22586 ____________________________________________________________________________
22587 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
22588         Log: Update bundled modules.  Yow!
22589      Branch: maint-5.6/macperl
22590            + macos/bundled_ext/Compress/Zlib/constants.h
22591            + macos/bundled_ext/Compress/Zlib/constants.xs
22592            + macos/bundled_ext/Filter/Util/Call/ppport.h
22593            + macos/bundled_ext/Storable/t/compat-0.6.t
22594            + macos/bundled_ext/Storable/t/dump.pl
22595            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
22596            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
22597            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
22598            + macos/bundled_lib/blib/lib/URI/ssh.pm
22599            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
22600            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
22601            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
22602            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
22603            + macos/bundled_lib/t/Filter/Simple/data.t
22604            + macos/bundled_lib/t/Filter/Simple/export.t
22605            + macos/bundled_lib/t/Filter/Simple/filter_only.t
22606            + macos/bundled_lib/t/Filter/Simple/import.t
22607            + macos/bundled_lib/t/NEXT/actual.t
22608            + macos/bundled_lib/t/NEXT/actuns.t
22609            + macos/bundled_lib/t/NEXT/next.t
22610            + macos/bundled_lib/t/NEXT/unseen.t
22611            + macos/bundled_lib/t/libnet/netrc.t
22612            + macos/bundled_lib/t/libwww-perl/base/http.t
22613            + macos/bundled_lib/t/libwww-perl/live/activestate.t
22614            - macos/bundled_ext/Filter/t/FilterTest.pm
22615            - macos/bundled_ext/Storable/t/compat06.t
22616            - macos/bundled_ext/Storable/t/st-dump.pl
22617            - macos/bundled_lib/t/NEXT/test.pl
22618            - macos/bundled_lib/t/libwww-perl/live/google.t
22619            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
22620            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
22621            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
22622            ! macos/bundled_ext/Compress/Zlib/README
22623            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
22624            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
22625            ! macos/bundled_ext/Compress/Zlib/t/examples.t
22626            ! macos/bundled_ext/Filter/Util/Call/Call.pm
22627            ! macos/bundled_ext/Filter/Util/Call/Call.xs
22628            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
22629            ! macos/bundled_ext/Filter/t/call.t
22630            ! macos/bundled_ext/Filter/t/filter-util.pl
22631            ! macos/bundled_ext/Storable/ChangeLog
22632            ! macos/bundled_ext/Storable/README
22633            ! macos/bundled_ext/Storable/Storable.pm
22634            ! macos/bundled_ext/Storable/t/blessed.t
22635            ! macos/bundled_ext/Storable/t/canonical.t
22636            ! macos/bundled_ext/Storable/t/dclone.t
22637            ! macos/bundled_ext/Storable/t/forgive.t
22638            ! macos/bundled_ext/Storable/t/freeze.t
22639            ! macos/bundled_ext/Storable/t/lock.t
22640            ! macos/bundled_ext/Storable/t/overload.t
22641            ! macos/bundled_ext/Storable/t/recurse.t
22642            ! macos/bundled_ext/Storable/t/retrieve.t
22643            ! macos/bundled_ext/Storable/t/store.t
22644            ! macos/bundled_ext/Storable/t/tied.t
22645            ! macos/bundled_ext/Storable/t/tied_hook.t
22646            ! macos/bundled_ext/Storable/t/tied_items.t
22647            ! macos/bundled_ext/Storable/t/utf8.t
22648            ! macos/bundled_lib/blib/lib/File/Sort.pm
22649            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
22650            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
22651            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
22652            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
22653            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
22654            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
22655            ! macos/bundled_lib/blib/lib/LWP.pm
22656            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
22657            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
22658            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
22659            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
22660            ! macos/bundled_lib/blib/lib/Mail/Address.pm
22661            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
22662            ! macos/bundled_lib/blib/lib/Mail/Field.pm
22663            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
22664            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
22665            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
22666            ! macos/bundled_lib/blib/lib/Mail/Header.pm
22667            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
22668            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
22669            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
22670            ! macos/bundled_lib/blib/lib/Mail/Send.pm
22671            ! macos/bundled_lib/blib/lib/Mail/Util.pm
22672            ! macos/bundled_lib/blib/lib/NEXT.pm
22673            ! macos/bundled_lib/blib/lib/Net/Config.pm
22674            ! macos/bundled_lib/blib/lib/Net/Domain.pm
22675            ! macos/bundled_lib/blib/lib/Net/FTP.pm
22676            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
22677            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
22678            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
22679            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
22680            ! macos/bundled_lib/blib/lib/Net/POP3.pm
22681            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
22682            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
22683            ! macos/bundled_lib/blib/lib/Switch.pm
22684            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
22685            ! macos/bundled_lib/blib/lib/URI/Escape.pm
22686            ! macos/bundled_lib/blib/lib/URI/ftp.pm
22687            ! macos/bundled_lib/blib/lib/lwpcook.pod
22688            ! macos/bundled_lib/t/Filter/Simple/filter.t
22689            ! macos/bundled_lib/t/Switch/t/nested.t
22690            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
22691            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
22692            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
22693            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
22694            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
22695            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
22696            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
22697            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
22698            ! macos/bundled_lib/t/libnet/config.t
22699            ! macos/bundled_lib/t/libnet/ftp.t
22700            ! macos/bundled_lib/t/libnet/hostname.t
22701            ! macos/bundled_lib/t/libnet/nntp.t
22702            ! macos/bundled_lib/t/libnet/require.t
22703            ! macos/bundled_lib/t/libnet/smtp.t
22704            ! macos/bundled_lib/t/libwww-perl/base/headers.t
22705            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
22706            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
22707            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
22708            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
22709            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
22710            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
22711            ! macos/bundled_lib/t/libwww-perl/live/validator.t
22712            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
22713 ____________________________________________________________________________
22714 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
22715         Log: Subject: [PATCH] Socket::sockaddr_family
22716              From: Gisle Aas <gisle@ActiveState.com> 
22717              Date: 15 Jan 2002 06:35:28 -0800
22718              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
22719      Branch: perl
22720            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
22721 ____________________________________________________________________________
22722 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
22723         Log: Subject: [PATCH perldiag] Style issue
22724              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22725              Date: Tue, 15 Jan 2002 15:36:30 +0100                
22726              Message-ID: <20020115153630.A11568@rafael>
22727      Branch: perl
22728            ! pod/perldiag.pod
22729 ____________________________________________________________________________
22730 [ 14277] By: nick                                  on 2002/01/15  14:30:51
22731         Log: Correct name of PL_OP_SLAB_ALLOC
22732      Branch: perlio
22733            ! perl.h
22734 ____________________________________________________________________________
22735 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
22736         Log: NetWare tweak from Ananth Kesari.
22737      Branch: perl
22738            ! lib/ExtUtils/MakeMaker.pm
22739 ____________________________________________________________________________
22740 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
22741         Log: Throwback.
22742      Branch: perl
22743            ! MANIFEST
22744 ____________________________________________________________________________
22745 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
22746         Log: A couple of additional character classes from Jeffrey,
22747              hopefully useful in future for internal use for implementing
22748              some special cases of casing.
22749              
22750              Also regenerate once more all the character classes,
22751              now without the timestamp.  A timestamp would be kind of
22752              nice but it's not: having a timestamp in a file means that
22753              even if the effective contents of file really didn't
22754              change, the file looks as if it changed.
22755      Branch: perl
22756            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
22757            + lib/unicore/Is/CombAbov.pl
22758            ! (edit 304 files)
22759 ____________________________________________________________________________
22760 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
22761         Log: Make the test harder.
22762      Branch: perl
22763            ! t/op/pat.t
22764 ____________________________________________________________________________
22765 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
22766         Log: Additional utf8_heavy.pl tweak from Jeffrey.
22767      Branch: perl
22768            ! lib/utf8_heavy.pl
22769 ____________________________________________________________________________
22770 [ 14271] By: nick                                  on 2002/01/15  11:29:47
22771         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
22772      Branch: perlio
22773            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
22774            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
22775 ____________________________________________________________________________
22776 [ 14270] By: nick                                  on 2002/01/15  08:19:08
22777         Log: Integrate rest of mainline
22778      Branch: perlio
22779           !> (integrate 28 files)
22780 ____________________________________________________________________________
22781 [ 14269] By: nick                                  on 2002/01/15  08:02:44
22782         Log: Typo in #else branch of PL_SLAB_ALLOC
22783      Branch: perlio
22784            ! op.c
22785 ____________________________________________________________________________
22786 [ 14268] By: nick                                  on 2002/01/15  07:57:47
22787         Log: const-ness fix in savepv's passing of NULL
22788      Branch: perlio
22789            ! util.c
22790 ____________________________________________________________________________
22791 [ 14267] By: nick                                  on 2002/01/15  07:42:17
22792         Log: Hand merge of non slab allocator stuff
22793      Branch: perlio
22794            ! op.c
22795 ____________________________________________________________________________
22796 [ 14266] By: nick                                  on 2002/01/15  07:39:33
22797         Log: Slab allocator submit after resolve -ay to keep it!
22798      Branch: perlio
22799           !> op.c
22800 ____________________________________________________________________________
22801 [ 14265] By: nick                                  on 2002/01/15  07:05:06
22802         Log: Blind integrate of bulk of mainline.
22803      Branch: perlio
22804           +> (branch 173 files)
22805            - (delete 184 files)
22806           !> (integrate 146 files)
22807 ____________________________________________________________________________
22808 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
22809         Log: Pod nits.
22810      Branch: perl
22811            ! lib/Unicode/UCD.pm pod/perlunicode.pod
22812 ____________________________________________________________________________
22813 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
22814         Log: The Unicode categories doc patch to go with #14254,
22815              from Jeffrey.
22816      Branch: perl
22817            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
22818 ____________________________________________________________________________
22819 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
22820         Log: There isn't going to be perl.third.exe.
22821      Branch: perl
22822            ! Makefile.SH
22823 ____________________________________________________________________________
22824 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
22825         Log: Subject: [PATCH] small coredump correction
22826              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22827              Date: Tue, 15 Jan 2002 00:22:52 +0100
22828              Message-ID: <20020115002252.I691@rafael>
22829      Branch: perl
22830            ! op.c
22831 ____________________________________________________________________________
22832 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
22833         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
22834              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22835              Date: Mon, 14 Jan 2002 23:03:04 +0100
22836              Message-ID: <20020114230304.A691@rafael>   
22837              
22838              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
22839              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22840              Date: Mon, 14 Jan 2002 23:18:43 +0100
22841              Message-ID: <20020114231843.E691@rafael>   
22842      Branch: perl
22843            ! pod/perlsub.pod t/op/override.t toke.c
22844 ____________________________________________________________________________
22845 [ 14259] By: nick                                  on 2002/01/14  22:02:49
22846         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
22847              Need to use CopXXXXX macros everywhere and add CopSTASH_free
22848              Add new scope type and add support for it to scope.c and scope stack
22849              dup-er in sv.c. Add savesharedpv().
22850              Also zealous version of Win32's vmem.h to catch all the abuses.
22851              With this t/op/fork.t passes even with zealous checking and 
22852              checker is point a finger at various threads/shared issues.
22853              
22854              PL_curcop->cop_io is still an issue.
22855      Branch: perlio
22856            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
22857            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
22858            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
22859            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
22860            ! win32/vmem.h win32/win32.c win32/win32.h
22861 ____________________________________________________________________________
22862 [ 14258] By: nick                                  on 2002/01/14  20:24:28
22863         Log: Integrate build parts of mainline
22864      Branch: perlio
22865           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
22866           !> lib/ExtUtils/t/MM_Win32.t
22867 ____________________________________________________________________________
22868 [ 14257] By: nick                                  on 2002/01/14  16:10:54
22869         Log: Inverted sense of special-ness of specialCopIO - supposed to 
22870              be true if value is "special" i.e. NOT an SV.
22871      Branch: perlio
22872            ! perlio.h
22873 ____________________________________________________________________________
22874 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
22875         Log: Update Changes.
22876      Branch: perl
22877            ! Changes patchlevel.h
22878 ____________________________________________________________________________
22879 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
22880         Log: Retract #14251 (the op slab allocator from perlio)
22881              until we figure out why 2.2.19 x86 debian gets
22882              a circular sibling chain and therefore hangs in
22883              the Perl_ck_subr() sibling for-loop.
22884      Branch: perl
22885            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
22886            ! perlapi.c perlapi.h proto.h
22887 ____________________________________________________________________________
22888 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
22889         Log: Big mktables rewrite from Jeffrey;
22890              documentation not yet updated.
22891      Branch: perl
22892            + (add 171 files)
22893            - (delete 182 files)
22894            ! (edit 135 files)
22895 ____________________________________________________________________________
22896 [ 14253] By: ams                                   on 2002/01/14  03:15:05
22897         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
22898              From: Michael G Schwern <schwern@pobox.com>
22899              Date: Sun, 13 Jan 2002 21:00:07 -0500
22900              Message-Id: <20020114020007.GB2877@blackrider>
22901      Branch: perl
22902            ! lib/Cwd.pm
22903 ____________________________________________________________________________
22904 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
22905         Log: Subject: Re: Win32 status - progress !
22906              From: Abe Timmerman <abe@ztreet.demon.nl>       
22907              Date: Mon, 14 Jan 2002 02:29:51 +0100
22908              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
22909      Branch: perl
22910            ! lib/ExtUtils/t/MM_Win32.t
22911 ____________________________________________________________________________
22912 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
22913         Log: Integrate perlio:
22914              
22915              [ 14250]
22916              Slab allocator for ops
22917              - moved the statics to intrpvar.h
22918              - implemented Slab_Free()
22919              - uses PerlMemShared (for now) if distinction exists.
22920      Branch: perl
22921           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
22922           !> perlapi.c perlapi.h proto.h
22923 ____________________________________________________________________________
22924 [ 14250] By: nick                                  on 2002/01/13  23:22:34
22925         Log: Slab allocator for ops
22926              - moved the statics to intrpvar.h
22927              - implemented Slab_Free()
22928              - uses PerlMemShared (for now) if distinction exists.
22929      Branch: perlio
22930            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
22931            ! perlapi.c perlapi.h proto.h
22932 ____________________________________________________________________________
22933 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
22934         Log: Start a new test category: uni.  Much of t/op/pat
22935              should probably be moved here, but holding on that
22936              until Jeffrey finishes his big mktables rewrite.
22937              Bits and pieces of op/split, op/pack, op/append,
22938              op/join, could probably be moved to respective uni
22939              tests, too.
22940      Branch: perl
22941            + t/uni/fold.t t/uni/sprintf.t
22942            - t/op/unifold.t t/op/unisprintf.t
22943            ! MANIFEST t/TEST t/harness
22944 ____________________________________________________________________________
22945 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
22946         Log: Subject: [PATCH] enable Win32 to build again
22947              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22948              Date: Sun, 13 Jan 2002 21:49:24 +0100
22949              Message-ID: <3C4200E4.15926.23F6131@localhost>
22950              
22951              miniperl.exe.exe does not exe that well.
22952      Branch: perl
22953            ! lib/ExtUtils/MM_Unix.pm
22954 ____________________________________________________________________________
22955 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
22956         Log: Mention some of the load-affected tests.
22957      Branch: perl
22958            ! INSTALL
22959 ____________________________________________________________________________
22960 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
22961         Log: Move the UTF-8 conversion code earlier so that
22962              op/ver is happy.
22963      Branch: perl
22964            ! sv.c t/op/ver.t
22965 ____________________________________________________________________________
22966 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
22967         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
22968              have diverged quite a bit so no updates there.
22969      Branch: perl
22970            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
22971            ! ext/List/Util/lib/List/Util.pm
22972            ! ext/List/Util/lib/Scalar/Util.pm
22973 ____________________________________________________________________________
22974 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
22975         Log: Make the crypt() pickier: if downgrading doesn't work,
22976              croak.
22977      Branch: perl
22978            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
22979 ____________________________________________________________________________
22980 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
22981         Log: Grow the buffer in case Unicode caused size changes
22982              (and it very probably did).
22983      Branch: perl
22984            ! sv.c
22985 ____________________________________________________________________________
22986 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
22987         Log: Future-proofing from Jeffrey Friedl (for conflicting
22988              In* and Is* names).
22989      Branch: perl
22990            ! lib/utf8_heavy.pl
22991 ____________________________________________________________________________
22992 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
22993         Log: Subject: [PATCH] Re: Warning in B.xs
22994              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22995              Date: Sun, 13 Jan 2002 19:39:52 +0100
22996              Message-ID: <3C41E288.20562.1C8C895@localhost>
22997      Branch: perl
22998            ! ext/B/B.xs
22999 ____________________________________________________________________________
23000 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
23001         Log: Subject: Re: lookbehind broken with latest bleedperl
23002              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23003              Date: Sun, 13 Jan 2002 18:06:22 +0000
23004              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
23005      Branch: perl
23006            ! regexec.c t/op/re_tests
23007 ____________________________________________________________________________
23008 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
23009         Log: Subject: [PATCH] more MM_Unix.t tests
23010              From: Tels <perl_dummy@bloodgate.com>
23011              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
23012              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
23013              
23014              Subject: [PATCH] 14220 misunderstood, I bet          
23015              From: andreas.koenig@anima.de (Andreas J. Koenig)
23016              Date: 12 Jan 2002 21:31:58 +0100
23017              Message-ID: <m3k7un8g5d.fsf@anima.de>
23018      Branch: perl
23019            ! lib/ExtUtils/t/MM_Unix.t
23020 ____________________________________________________________________________
23021 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
23022         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
23023              From: Tels <perl_dummy@bloodgate.com>
23024              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
23025              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
23026              
23027              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
23028              From: Tels <perl_dummy@bloodgate.com>
23029              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
23030              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
23031      Branch: perl
23032            ! lib/ExtUtils/MM_Unix.pm
23033 ____________________________________________________________________________
23034 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
23035         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
23036              From: Nicholas Clark <nick@unfortu.net> 
23037              Date: Sun, 13 Jan 2002 15:58:34 +0000
23038              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
23039      Branch: perl
23040            ! lib/Benchmark.t
23041 ____________________________________________________________________________
23042 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
23043         Log: Anton Berezin did more reading and the uid setting story
23044              gets more complex.
23045      Branch: perl
23046            ! pod/perltodo.pod utils/perldoc.PL
23047 ____________________________________________________________________________
23048 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
23049         Log: Integrate perlio:
23050              
23051              [ 14232]
23052              Win32 fixes:
23053              - vmem.h hack to handle free-by-wrong-thread after eval "".
23054              - Initialize timerid 
23055      Branch: perl
23056           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
23057 ____________________________________________________________________________
23058 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
23059         Log: Subject: Re: HiRes
23060              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23061              Date: Sun, 13 Jan 2002 10:18:46 +0100
23062              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
23063              
23064              Give up on socketpair in HP-UX.
23065      Branch: perl
23066            ! ext/Socket/socketpair.t
23067 ____________________________________________________________________________
23068 [ 14233] By: nick                                  on 2002/01/13  16:29:30
23069         Log: Integrate mainline
23070      Branch: perlio
23071           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
23072           !> (integrate 46 files)
23073 ____________________________________________________________________________
23074 [ 14232] By: nick                                  on 2002/01/13  15:37:48
23075         Log: Win32 fixes:
23076              - vmem.h hack to handle free-by-wrong-thread after eval "".
23077              - Initialize timerid 
23078      Branch: perlio
23079            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
23080 ____________________________________________________________________________
23081 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
23082         Log: *groan*
23083      Branch: perl
23084            ! t/op/pat.t
23085 ____________________________________________________________________________
23086 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
23087         Log: One more sharp s case found by Jeffrey.
23088      Branch: perl
23089            ! regexec.c t/op/pat.t
23090 ____________________________________________________________________________
23091 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
23092         Log: Comment tweak.
23093      Branch: perl
23094            ! regexec.c
23095 ____________________________________________________________________________
23096 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
23097         Log: Don't bother checking for the Greek special
23098              cases if the node is too short.
23099      Branch: perl
23100            ! regcomp.c
23101 ____________________________________________________________________________
23102 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
23103         Log: Update Changes.
23104      Branch: perl
23105            ! Changes patchlevel.h
23106 ____________________________________________________________________________
23107 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
23108         Log: metaconfig unit change for #14225.
23109      Branch: metaconfig
23110            + U/modified/i_ndbm.U
23111 ____________________________________________________________________________
23112 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
23113         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
23114              From: Jonathan Stowe <gellyfish@gellyfish.com>
23115              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
23116              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
23117      Branch: perl
23118            ! Configure config_h.SH
23119 ____________________________________________________________________________
23120 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
23121         Log: Quick reformat using indent -kr -nce, as requested
23122              by Dan Kogai and suggest by NI-S.
23123      Branch: perl
23124            ! ext/Encode/encengine.c
23125 ____________________________________________________________________________
23126 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
23127         Log: Couple more Unicode lookbehind tests.
23128      Branch: perl
23129            ! t/op/pat.t
23130 ____________________________________________________________________________
23131 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
23132         Log: Sharp S as a special treat for our German UTF-8 testers :-)
23133      Branch: perl
23134            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
23135 ____________________________________________________________________________
23136 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
23137         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
23138              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23139              Date: Sat, 12 Jan 2002 20:37:32 +0100
23140              Message-ID: <3C409E8C.16203.196C2D3@localhost>
23141      Branch: perl
23142            ! ext/B/B/Deparse.pm
23143 ____________________________________________________________________________
23144 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
23145         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
23146              really worth the bits it's printed on?
23147      Branch: perl
23148            ! lib/ExtUtils/t/MM_Unix.t
23149 ____________________________________________________________________________
23150 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
23151         Log: Special treatment for U+03B0 and U+0390 in //i,
23152              this means that we can remove the minlen pessimisations
23153              introduced by the #14096.
23154      Branch: perl
23155            ! pp_hot.c regcomp.c regexec.c
23156 ____________________________________________________________________________
23157 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
23158         Log: Integrate perlio:
23159              
23160              [ 14214]
23161              Win32-ize socketpair test
23162              - Win32 can fork even though $Config{d_fork} is undef
23163              - SOCK_DGRAM does not work - skip those tests.
23164              
23165              [ 14213]
23166              Abstract out the cloning of SvPVX and handle shared pv in a 
23167              safe (if suboptimal) manner. Does not fix op/fork.t :-(
23168      Branch: perl
23169           !> ext/Socket/socketpair.t sv.c
23170 ____________________________________________________________________________
23171 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
23172         Log: One should first drop the real uid, not the effective uid.
23173              [ID 20020110.003]
23174      Branch: perl
23175            ! utils/perldoc.PL
23176 ____________________________________________________________________________
23177 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
23178         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
23179              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23180              Date: Fri, 11 Jan 2002 23:29:48 +0100
23181              Message-ID: <3C3F756C.4581.2E2A938@localhost>
23182      Branch: perl
23183            + ext/B/C/C.xs ext/B/C/Makefile.PL
23184            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
23185            ! utils/perlcc.PL
23186 ____________________________________________________________________________
23187 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
23188         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
23189              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
23190              Date: Fri, 11 Jan 2002 14:29:30 -0800
23191              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
23192      Branch: perl
23193            ! ext/B/t/concise.t
23194 ____________________________________________________________________________
23195 [ 14214] By: nick                                  on 2002/01/12  12:31:12
23196         Log: Win32-ize socketpair test
23197              - Win32 can fork even though $Config{d_fork} is undef
23198              - SOCK_DGRAM does not work - skip those tests.
23199      Branch: perlio
23200            ! ext/Socket/socketpair.t
23201 ____________________________________________________________________________
23202 [ 14213] By: nick                                  on 2002/01/12  11:46:28
23203         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
23204              safe (if suboptimal) manner. Does not fix op/fork.t :-(
23205      Branch: perlio
23206            ! sv.c
23207 ____________________________________________________________________________
23208 [ 14212] By: ams                                   on 2002/01/12  06:10:52
23209         Log: Subject: [PATCH] More fixes for Stratus VOS
23210              From: "Green, Paul" <Paul.Green@stratus.com>
23211              Date: Fri, 11 Jan 2002 17:30:37 -0500
23212              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
23213      Branch: perl
23214            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
23215 ____________________________________________________________________________
23216 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
23217         Log: Upgrade to CGI.pm 2.80.
23218      Branch: perl
23219            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
23220 ____________________________________________________________________________
23221 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
23222         Log: FAQ sync.
23223      Branch: perl
23224            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23225            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23226            ! pod/perlfaq8.pod
23227 ____________________________________________________________________________
23228 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
23229         Log: This is getting embarrassing.
23230      Branch: perl
23231            ! t/op/pat.t
23232 ____________________________________________________________________________
23233 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
23234         Log: Doc tweaks.
23235      Branch: perl
23236            ! pod/perlunicode.pod
23237 ____________________________________________________________________________
23238 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
23239         Log: Updating the test count is good; also rephrasing
23240              so that there is no ok output containing "not".
23241      Branch: perl
23242            ! t/op/pat.t
23243 ____________________________________________________________________________
23244 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
23245         Log: Andreas is busy :-)
23246      Branch: perl
23247            ! doop.c t/op/unisprintf.t
23248 ____________________________________________________________________________
23249 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
23250         Log: Unicode lookbehind looked bad.
23251      Branch: perl
23252            ! regexec.c t/op/pat.t
23253 ____________________________________________________________________________
23254 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
23255         Log: Garbage collection.
23256      Branch: perl
23257            ! t/run/kill_perl.t
23258 ____________________________________________________________________________
23259 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
23260         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
23261              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23262              Date: Fri, 11 Jan 2002 23:29:48 +0100
23263              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
23264      Branch: perl
23265            ! embed.fnc global.sym makedef.pl
23266 ____________________________________________________________________________
23267 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
23268         Log: Subject: [PATCH] perldelta nit?
23269              From: Robert Spier <rspier@pobox.com>
23270              Date: Fri, 11 Jan 2002 15:19:16 -0800
23271              Message-ID: <15423.29428.164185.251700@rls.cx>
23272      Branch: perl
23273            ! pod/perldelta.pod
23274 ____________________________________________________________________________
23275 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
23276         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
23277              From: Michael G Schwern <schwern@pobox.com>
23278              Date: Fri, 11 Jan 2002 17:08:17 -0500
23279              Message-ID: <20020111220817.GG2838@blackrider>
23280      Branch: perl
23281            ! t/run/kill_perl.t t/test.pl
23282 ____________________________________________________________________________
23283 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
23284         Log: Subject: [PATCH] Correct misleading error message
23285              From: Mike Guy <mjtg@cam.ac.uk>
23286              Date: Fri, 11 Jan 2002 18:36:33 +0000
23287              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
23288              
23289              hash assignment -> anonymous hash
23290      Branch: perl
23291            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
23292 ____________________________________________________________________________
23293 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
23294         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
23295              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23296              Date: Fri, 11 Jan 2002 16:58:14 +0100
23297              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
23298      Branch: perl
23299            ! ext/Unicode/Normalize/mkheader
23300 ____________________________________________________________________________
23301 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
23302         Log: Add a new test for is-sprintf-preserving Unicodeness:
23303              #14194 and an old one from kill_perl.t (I could have used
23304              sprintf.t, but it's format was quite fixed, and I didn't
23305              feel like breaking the format)
23306      Branch: perl
23307            + t/op/unisprintf.t
23308            ! MANIFEST t/run/kill_perl.t
23309 ____________________________________________________________________________
23310 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
23311         Log: Integrate perlio:
23312              
23313              [ 14196]
23314              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
23315              as C runtime seems to get its hands on them even though we said
23316              they were handled.
23317              Still an issue with "die" out of signal handler - get panic: pp_iter
23318      Branch: perl
23319           !> win32/win32.c
23320 ____________________________________________________________________________
23321 [ 14196] By: nick                                  on 2002/01/11  20:58:20
23322         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
23323              as C runtime seems to get its hands on them even though we said
23324              they were handled.
23325              Still an issue with "die" out of signal handler - get panic: pp_iter
23326      Branch: perlio
23327            ! win32/win32.c
23328 ____________________________________________________________________________
23329 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
23330         Log: Integrate perlio:
23331              
23332              [ 14192]
23333              A mostly-stable version of "new" Win32 signal/kill support.
23334      Branch: perl
23335           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
23336           !> win32/config.gc win32/config.vc win32/config_H.bc
23337           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
23338           !> win32/makefile.mk win32/win32.c win32/win32.h
23339 ____________________________________________________________________________
23340 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
23341         Log: Fix for
23342              
23343              Subject: UTF-8 sprintf bug in bleadperl
23344              From: andreas.koenig@anima.de (Andreas J. Koenig)
23345              Date: 11 Jan 2002 15:47:15 +0100
23346              Message-ID: <m3vge99c7g.fsf@anima.de>
23347              
23348              I have tests, have just to figure out where to put them
23349              since op/sprintf looks a bit unfriendly for tests of
23350              somewhat freer form.
23351      Branch: perl
23352            ! doop.c sv.c
23353 ____________________________________________________________________________
23354 [ 14193] By: nick                                  on 2002/01/11  18:25:34
23355         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
23356              Builds and passes a few tests.
23357      Branch: perlio
23358           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
23359           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
23360           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
23361           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
23362           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
23363           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
23364           +> t/lib/sample-tests/lone_not_bug
23365           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
23366           +> t/lib/sample-tests/vms_nit
23367           !> (integrate 63 files)
23368 ____________________________________________________________________________
23369 [ 14192] By: nick                                  on 2002/01/11  17:49:39
23370         Log: A mostly-stable version of "new" Win32 signal/kill support.
23371      Branch: perlio
23372            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
23373            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23374            ! win32/config_h.PL win32/makefile.mk win32/win32.c
23375            ! win32/win32.h
23376 ____________________________________________________________________________
23377 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
23378         Log: Update Changes.
23379      Branch: perl
23380            ! Changes patchlevel.h
23381 ____________________________________________________________________________
23382 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
23383         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
23384              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23385              Date: Thu, 10 Jan 2002 18:21:34 -0800
23386              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
23387      Branch: perl
23388            + ext/B/t/concise.t
23389            ! MANIFEST
23390 ____________________________________________________________________________
23391 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
23392         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
23393              necessary in form.t and html.t @INC setups.
23394      Branch: perl
23395            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
23396 ____________________________________________________________________________
23397 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
23398         Log: Yet another twist.
23399      Branch: perl
23400            ! t/test.pl
23401 ____________________________________________________________________________
23402 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
23403         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
23404              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23405              Date: Fri, 11 Jan 2002 13:04:15 +0100      
23406              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
23407      Branch: perl
23408            ! hints/aix.sh
23409 ____________________________________________________________________________
23410 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
23411         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
23412              From: Jonathan Stowe <gellyfish@gellyfish.com> 
23413              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
23414              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
23415      Branch: perl
23416            ! lib/AnyDBM_File.t
23417 ____________________________________________________________________________
23418 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
23419         Log: Arguments were being mangled.
23420      Branch: perl
23421            ! t/test.pl
23422 ____________________________________________________________________________
23423 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
23424         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
23425              From: Jonathan Stowe <gellyfish@gellyfish.com>
23426              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
23427              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
23428      Branch: perl
23429            ! lib/AnyDBM_File.t
23430 ____________________________________________________________________________
23431 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
23432         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
23433              From: Michael G Schwern <schwern@pobox.com> 
23434              Date: Fri, 11 Jan 2002 04:26:27 -0500
23435              Message-ID: <20020111092626.GA16544@blackrider>
23436      Branch: perl
23437            ! t/run/kill_perl.t t/test.pl
23438 ____________________________________________________________________________
23439 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
23440         Log: Subject: [PATCH] Test::Harness 2.01
23441              From: Michael G Schwern <schwern@pobox.com> 
23442              Date: Thu, 10 Jan 2002 21:11:24 -0500
23443              Message-ID: <20020111021123.GA30666@blackrider>
23444      Branch: perl
23445            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
23446            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
23447            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
23448            + lib/Test/Harness/t/nonumbers.t
23449            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
23450            + t/lib/sample-tests/lone_not_bug
23451            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
23452            + t/lib/sample-tests/vms_nit
23453            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
23454            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
23455 ____________________________________________________________________________
23456 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
23457         Log: patch is silly when creating new files: don't run
23458              patch more than once.
23459      Branch: perl
23460            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
23461 ____________________________________________________________________________
23462 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
23463         Log: Forgot from #14179.
23464      Branch: perl
23465            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
23466 ____________________________________________________________________________
23467 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
23468         Log: Subject: [PATCH] is() undef/'' behavior change
23469              From: Michael G Schwern <schwern@pobox.com> 
23470              Date: Fri, 11 Jan 2002 03:35:51 -0500
23471              Message-ID: <20020111083551.GC30666@blackrider>
23472              
23473              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
23474              From: Michael G Schwern <schwern@pobox.com> 
23475              Date: Fri, 11 Jan 2002 03:37:44 -0500
23476              Message-ID: <20020111083744.GD30666@blackrider>
23477      Branch: perl
23478            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
23479            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
23480            ! lib/Pod/t/InputObjects.t lib/blib.t
23481 ____________________________________________________________________________
23482 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
23483         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
23484              From: Michael G Schwern <schwern@pobox.com> 
23485              Date: Thu, 10 Jan 2002 19:56:23 -0500
23486              Message-ID: <20020111005623.GA13192@blackrider>
23487      Branch: perl
23488            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
23489            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
23490            ! lib/Test/Simple.pm lib/Test/Simple/Changes
23491            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
23492            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
23493            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
23494            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
23495            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
23496            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
23497            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
23498            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
23499            ! lib/Test/Simple/t/plan_is_noplan.t
23500            ! lib/Test/Simple/t/plan_no_plan.t
23501            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
23502            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
23503            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
23504            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
23505            ! lib/Test/Tutorial.pod
23506 ____________________________________________________________________________
23507 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
23508         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
23509              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
23510              
23511              turns out even the malloc() was never really needed to begin with,
23512              so get rid of it
23513      Branch: perl
23514            ! sv.c
23515 ____________________________________________________________________________
23516 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
23517         Log: Small doc tweaks.
23518      Branch: perl
23519            ! pod/perluniintro.pod
23520 ____________________________________________________________________________
23521 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
23522         Log: support using the CRT's malloc() family of functions instead of
23523              the internal one when ithreads is enabled; allocate large blocks
23524              using VirtualAlloc() since the Heap*() functions may only be tuned
23525              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
23526              
23527              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
23528              also see comments at the top of win32/vmem.h for other options that
23529              can be set
23530      Branch: perl
23531            ! win32/vmem.h
23532 ____________________________________________________________________________
23533 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
23534         Log: Subject: micropatch
23535              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23536              Date: Thu, 10 Jan 2002 18:20:58 +0000
23537              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
23538      Branch: perl
23539            ! regcomp.c
23540 ____________________________________________________________________________
23541 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
23542         Log: Subject: [PATCH] Embed.t on Win32
23543              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23544              Date: Thu, 10 Jan 2002 18:56:21 +0100
23545              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
23546      Branch: perl
23547            ! lib/ExtUtils/t/Embed.t
23548 ____________________________________________________________________________
23549 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
23550         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
23551              From: Gisle Aas <gisle@ActiveState.com>
23552              Date: 10 Jan 2002 08:56:05 -0800
23553              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
23554      Branch: perl
23555            ! toke.c
23556 ____________________________________________________________________________
23557 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
23558         Log: Subject: [PATCH] doc fixes
23559              From: "Brendan O'Dea" <bod@debian.org>
23560              Date: Fri, 11 Jan 2002 03:49:54 +1100
23561              Message-ID: <20020110164954.GA21891@compusol.com.au>
23562      Branch: perl
23563            ! lib/I18N/Collate.pm pod/perlfunc.pod
23564 ____________________________________________________________________________
23565 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
23566         Log: Integrate perlio:
23567              
23568              [ 14167]
23569              More signal hackery
23570      Branch: perl
23571           !> win32/win32.c
23572 ____________________________________________________________________________
23573 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
23574         Log: No need to show internal encodings, or return them
23575              in random order.
23576      Branch: perl
23577            ! ext/Encode/Encode.pm
23578 ____________________________________________________________________________
23579 [ 14168] By: nick                                  on 2002/01/10  17:33:31
23580         Log: Integrate mainline
23581      Branch: perlio
23582            - ext/Unicode/Normalize/Normalize.pod
23583           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
23584           !> ext/Unicode/Normalize/Makefile.PL
23585           !> ext/Unicode/Normalize/Normalize.pm
23586           !> ext/Unicode/Normalize/Normalize.xs
23587           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
23588           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
23589           !> t/run/kill_perl.t toke.c
23590 ____________________________________________________________________________
23591 [ 14167] By: nick                                  on 2002/01/10  17:08:35
23592         Log: More signal hackery
23593      Branch: perlio
23594            ! win32/win32.c
23595 ____________________________________________________________________________
23596 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
23597         Log: I think we can claim to be supporting Unicode
23598              "loose matching" now.
23599      Branch: perl
23600            ! pod/perlunicode.pod
23601 ____________________________________________________________________________
23602 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
23603         Log: Subject: doc patch
23604              From: mjd@plover.com
23605              Date: 10 Jan 2002 15:12:27 -0000
23606              Message-ID: <20020110151227.14850.qmail@plover.com>
23607      Branch: perl
23608            ! pod/perlrun.pod
23609 ____________________________________________________________________________
23610 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
23611         Log: Subject: Re: [ID 20011223.001] accept leaks memory
23612              From: Andy Dougherty <doughera@lafayette.edu>
23613              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
23614              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
23615      Branch: perl
23616            ! hints/linux.sh
23617 ____________________________________________________________________________
23618 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
23619         Log: Integrate perlio:
23620              
23621              [ 14160]
23622              Skeleton coding of more kill() support on Win32.
23623      Branch: perl
23624           !> win32/win32.c
23625 ____________________________________________________________________________
23626 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
23627         Log: Subject: [PATCH] Magic numbers in B::Concise
23628              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
23629              Date: Wed, 9 Jan 2002 23:04:01 -0800
23630              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
23631      Branch: perl
23632            ! ext/B/B/Concise.pm ext/B/O.pm
23633 ____________________________________________________________________________
23634 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
23635         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
23636              From: Gisle Aas <gisle@ActiveState.com>
23637              Date: 09 Jan 2002 21:52:40 -0800
23638              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
23639      Branch: perl
23640            ! t/lib/strict/vars toke.c
23641 ____________________________________________________________________________
23642 [ 14160] By: nick                                  on 2002/01/09  21:29:39
23643         Log: Skeleton coding of more kill() support on Win32.
23644      Branch: perlio
23645            ! win32/win32.c
23646 ____________________________________________________________________________
23647 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
23648         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
23649              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23650              Date: Wed, 9 Jan 2002 23:24:32 +0100
23651              Message-ID: <20020109232432.A692@rafael>
23652      Branch: perl
23653            ! ext/B/B/Deparse.pm
23654 ____________________________________________________________________________
23655 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
23656         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
23657              From: Jonathan Stowe <gellyfish@gellyfish.com>
23658              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
23659              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
23660      Branch: perl
23661            ! t/run/kill_perl.t
23662 ____________________________________________________________________________
23663 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
23664         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
23665              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23666              Date: Wed, 09 Jan 2002 20:16:54 +0000
23667              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
23668      Branch: perl
23669            ! regexec.c
23670 ____________________________________________________________________________
23671 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
23672         Log: Subject: [Patch @14129] fixes Unicode::Normalize
23673              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23674              Date: Thu, 10 Jan 2002 01:08:56 +0900
23675              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
23676      Branch: perl
23677            - ext/Unicode/Normalize/Normalize.pod
23678            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
23679            ! ext/Unicode/Normalize/Normalize.pm
23680            ! ext/Unicode/Normalize/Normalize.xs
23681            ! ext/Unicode/Normalize/mkheader
23682 ____________________________________________________________________________
23683 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
23684         Log: Integrate perlio:
23685              
23686              [ 14151]
23687              (Re-)implement alarm() for Win32.
23688      Branch: perl
23689           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
23690           !> win32/win32iop.h
23691 ____________________________________________________________________________
23692 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
23693         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
23694              From: Nicholas Clark <nick@unfortu.net>
23695              Date: Wed, 9 Jan 2002 17:56:04 +0000
23696              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
23697      Branch: perl
23698            ! t/op/readdir.t
23699 ____________________________________________________________________________
23700 [ 14153] By: nick                                  on 2002/01/09  16:18:57
23701         Log: Integrate mainline
23702      Branch: perlio
23703           +> ext/threads/t/stress_re.t t/op/unifold.t
23704            - lib/unifold.t
23705           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
23706           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
23707           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
23708 ____________________________________________________________________________
23709 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
23710         Log: Update Changes.
23711      Branch: perl
23712            ! Changes patchlevel.h
23713 ____________________________________________________________________________
23714 [ 14151] By: nick                                  on 2002/01/09  14:27:36
23715         Log: (Re-)implement alarm() for Win32.
23716      Branch: perlio
23717            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
23718            ! win32/win32iop.h
23719 ____________________________________________________________________________
23720 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
23721         Log: Thinko.
23722      Branch: perl
23723            ! ext/threads/t/stress_re.t
23724 ____________________________________________________________________________
23725 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
23726         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
23727              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
23728              Date: Wed, 09 Jan 2002 13:37:17 +0000                
23729              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
23730      Branch: perl
23731            ! regexec.c t/op/re_tests
23732 ____________________________________________________________________________
23733 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
23734         Log: Subject: Re: Weird Malformed warning in bleadperl    
23735              From: andreas.koenig@anima.de (Andreas J. Koenig)    
23736              Date: 09 Jan 2002 11:12:37 +0100
23737              Message-ID: <m3itabbzoq.fsf@anima.de>
23738      Branch: perl
23739            ! regexec.c t/op/pat.t
23740 ____________________________________________________________________________
23741 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
23742         Log: Forgot stress_re.t from MANIFEST.
23743      Branch: perl
23744            ! MANIFEST
23745 ____________________________________________________________________________
23746 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
23747         Log: In dumping use isPRINT() instead of isprint() so that locale
23748              does not come into play.
23749      Branch: perl
23750            ! utf8.c
23751 ____________________________________________________________________________
23752 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
23753         Log: Add a threads stress test for regular expressions
23754              (mostly just a modified stress_string.t) and doesn't
23755              test that much of regular expressions, just that $1
23756              doesn't get stomped by competing threads (as it does
23757              in the 5005threads of old).
23758      Branch: perl
23759            + ext/threads/t/stress_re.t
23760            ! MANIFEST
23761 ____________________________________________________________________________
23762 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
23763         Log: (retracted by #14307)
23764              Subject: Re: [ID 20010912.007] substr reference core dump
23765              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23766              Date: Tue, 08 Jan 2002 19:17:50 +0000
23767              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
23768      Branch: perl
23769            ! scope.c t/run/kill_perl.t
23770 ____________________________________________________________________________
23771 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
23772         Log: SANY (. with /s) wasn't happy on Unicode.
23773      Branch: perl
23774            ! regexec.c t/op/pat.t
23775 ____________________________________________________________________________
23776 [ 14142] By: ams                                   on 2002/01/08  22:42:10
23777         Log: Subject: [PATCH] perldebug nit
23778              From: Tels <tels@bloodgate.com>
23779              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
23780      Branch: perl
23781            ! pod/perldebug.pod
23782 ____________________________________________________________________________
23783 [ 14141] By: ams                                   on 2002/01/08  21:32:59
23784         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
23785              From: "Green, Paul" <Paul.Green@stratus.com>
23786              Date: Tue, 8 Jan 2002 17:31:35 -0500
23787              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
23788      Branch: perl
23789            ! Makefile.SH
23790 ____________________________________________________________________________
23791 [ 14140] By: ams                                   on 2002/01/08  21:27:57
23792         Log: Subject: [PATCH] Re: Slight chokage from Deparse
23793              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23794              Date: Tue, 8 Jan 2002 23:04:45 +0100
23795              Message-Id: <20020108230445.A4798@rafael>
23796      Branch: perl
23797            ! ext/B/B/Deparse.pm
23798 ____________________________________________________________________________
23799 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
23800         Log: Subject: [patch] peep() is rude
23801              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
23802              Date: Tue, 08 Jan 2002 19:17:50 +0000            
23803              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
23804      Branch: perl
23805            ! op.c t/run/kill_perl.t
23806 ____________________________________________________________________________
23807 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
23808         Log: unifold is really an op test since it requires
23809              no external modules for its actual testing:
23810              only the unicore CaseFold.txt file, and File::Spec
23811              to portably access that file.
23812      Branch: perl
23813            + t/op/unifold.t
23814            - lib/unifold.t
23815            ! MANIFEST
23816 ____________________________________________________________________________
23817 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
23818         Log: Subject: [patch] save a test 
23819              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23820              Date: Tue, 08 Jan 2002 16:18:47 +0000
23821              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
23822      Branch: perl
23823            ! regcomp.c
23824 ____________________________________________________________________________
23825 [ 14136] By: nick                                  on 2002/01/08  16:11:55
23826         Log: Integrate mainline
23827      Branch: perlio
23828           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
23829           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
23830           !> (integrate 37 files)
23831 ____________________________________________________________________________
23832 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
23833         Log: Subject: Not OK 13843 
23834              From: andreas.koenig@anima.de (Andreas J. Koenig)
23835              Date: 08 Jan 2002 14:12:29 +0100
23836              Message-ID: <m38zb9c7gi.fsf@anima.de>
23837      Branch: perl
23838            ! op.c t/op/subst.t
23839 ____________________________________________________________________________
23840 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
23841         Log: Missed one variant of the fold testing, noticed bu Hugo.
23842      Branch: perl
23843            ! lib/unifold.t
23844 ____________________________________________________________________________
23845 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
23846         Log: Enchance the Storable magic description.
23847      Branch: perl
23848            ! ext/Storable/Storable.pm
23849 ____________________________________________________________________________
23850 [ 14132] By: ams                                   on 2002/01/08  09:16:12
23851         Log: Subject: [PATCH] don't installperl pods
23852              From: H.Merijn Brand <h.m.brand@hccnet.nl>
23853              Date: Tue, 08 Jan 2002 10:36:01 +0100
23854              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
23855      Branch: perl
23856            ! installperl
23857 ____________________________________________________________________________
23858 [ 14131] By: ams                                   on 2002/01/08  03:38:40
23859         Log: Subject: Math-BigInt v1.49 released
23860              From: Tels <perl_dummy@bloodgate.com>
23861              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
23862      Branch: perl
23863            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
23864            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
23865            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23866            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
23867            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
23868            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
23869            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
23870            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
23871            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
23872            ! t/lib/Math/BigInt/Subclass.pm
23873 ____________________________________________________________________________
23874 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
23875         Log: A little better comments.
23876      Branch: perl
23877            ! regexec.c
23878 ____________________________________________________________________________
23879 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
23880         Log: No normalization form DNF.
23881      Branch: perl
23882            ! ext/Unicode/Normalize/Normalize.pm
23883 ____________________________________________________________________________
23884 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
23885         Log: Extension nits found by -Wall (several from threads
23886              and threads::shared, but leaving them to Arthur).
23887      Branch: perl
23888            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
23889            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
23890            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
23891            ! ext/Unicode/Normalize/mkheader x2p/str.c
23892 ____________________________________________________________________________
23893 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
23894         Log: Sync up Changes etc.
23895      Branch: maint-5.6/macperl
23896            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
23897 ____________________________________________________________________________
23898 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
23899         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
23900      Branch: maint-5.6/macperl
23901            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
23902 ____________________________________________________________________________
23903 [ 14125] By: ams                                   on 2002/01/07  22:03:22
23904         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
23905              From: Nicholas Clark (sans From field in mail header)
23906              Date: Mon, 7 Jan 2002 16:18:23 +0000
23907              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
23908      Branch: perl
23909            ! lib/Exporter.pm
23910 ____________________________________________________________________________
23911 [ 14124] By: ams                                   on 2002/01/07  21:46:11
23912         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
23913              From: "Green, Paul" <Paul.Green@stratus.com>
23914              Date: Mon, 7 Jan 2002 16:59:38 -0500
23915              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
23916      Branch: perl
23917            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
23918 ____________________________________________________________________________
23919 [ 14123] By: nick                                  on 2002/01/07  18:49:55
23920         Log: Integrate mainline
23921      Branch: perlio
23922           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
23923           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
23924           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
23925           !> regexec.c t/op/re_tests utf8.c utf8.h
23926 ____________________________________________________________________________
23927 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
23928         Log: Update Changes.
23929      Branch: perl
23930            ! Changes patchlevel.h
23931 ____________________________________________________________________________
23932 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
23933         Log: Subject: [PATCH] Correct module name in perldelta*
23934              From: Mike Guy <mjtg@cam.ac.uk>
23935              Date: Mon, 07 Jan 2002 17:02:43 +0000
23936              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
23937      Branch: perl
23938            ! pod/perl561delta.pod pod/perl56delta.pod
23939 ____________________________________________________________________________
23940 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
23941         Log: AUTHORS update.
23942      Branch: perl
23943            ! AUTHORS
23944 ____________________________________________________________________________
23945 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
23946         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
23947      Branch: perl
23948            ! ext/Storable/Storable.pm
23949 ____________________________________________________________________________
23950 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
23951         Log: perldelta updates.
23952      Branch: perl
23953            ! pod/perldelta.pod
23954 ____________________________________________________________________________
23955 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
23956         Log: Document the flags of pv_uni_display().
23957      Branch: perl
23958            ! pod/perlapi.pod utf8.c
23959 ____________________________________________________________________________
23960 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
23961         Log: Forgot from #14115.
23962      Branch: perl
23963            ! t/op/re_tests
23964 ____________________________________________________________________________
23965 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
23966         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
23967              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
23968              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
23969              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
23970      Branch: perl
23971            ! regcomp.c
23972 ____________________________________________________________________________
23973 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
23974         Log: More regex and utf8 debug dumping.
23975      Branch: perl
23976            ! dump.c regcomp.c regexec.c utf8.c utf8.h
23977 ____________________________________________________________________________
23978 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
23979         Log: Unused variable.
23980      Branch: perl
23981            ! regcomp.c
23982 ____________________________________________________________________________
23983 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
23984         Log: Regen toc.
23985      Branch: perl
23986            ! pod/perltoc.pod
23987 ____________________________________________________________________________
23988 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
23989         Log: capitalize correctly, noticed by David Dyck.
23990      Branch: perl
23991            ! lib/sort.pm
23992 ____________________________________________________________________________
23993 [ 14110] By: nick                                  on 2002/01/06  22:05:19
23994         Log: Integrate mainline - threads mended, DB_File sick?
23995      Branch: perlio
23996           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
23997           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
23998           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
23999           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
24000           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
24001 ____________________________________________________________________________
24002 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
24003         Log: No need to overqualify.
24004      Branch: perl
24005            ! lib/sort.pm
24006 ____________________________________________________________________________
24007 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
24008         Log: PL_debug_pad wasn't initialized to zeroes which broke
24009              ithreads + DEBUGGING.
24010      Branch: perl
24011            ! sv.c
24012 ____________________________________________________________________________
24013 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
24014         Log: Update Changes.
24015      Branch: perl
24016            ! Changes patchlevel.h
24017 ____________________________________________________________________________
24018 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
24019         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
24020              From: Jonathan Stowe <gellyfish@gellyfish.com>
24021              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
24022              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
24023      Branch: perl
24024            ! pp_sys.c
24025 ____________________________________________________________________________
24026 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
24027         Log: DB_File sync from Paul Marquess.
24028      Branch: perl
24029            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24030            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
24031            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
24032 ____________________________________________________________________________
24033 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
24034         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
24035              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
24036              Date: Sun, 6 Jan 2002 11:44:30 +0100
24037              Message-ID: <3C38389E.7831.493570@localhost>
24038      Branch: perl
24039            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
24040            ! utils/perlcc.PL
24041 ____________________________________________________________________________
24042 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
24043         Log: Tests for #14098.
24044      Branch: perl
24045            ! t/op/lc.t
24046 ____________________________________________________________________________
24047 [ 14102] By: nick                                  on 2002/01/06  11:33:55
24048         Log: Integrate mainline (PPPort still multi-building).
24049      Branch: perlio
24050           +> lib/unifold.t
24051           !> (integrate 30 files)
24052 ____________________________________________________________________________
24053 [ 14101] By: ams                                   on 2002/01/06  04:52:50
24054         Log: Subject: [PATCH] Bad prototype detection now an optional warning
24055              From: Sam Tregar <sam@tregar.com>
24056              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
24057              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
24058      Branch: perl
24059            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
24060            ! t/comp/proto.t toke.c
24061 ____________________________________________________________________________
24062 [ 14100] By: ams                                   on 2002/01/06  01:56:59
24063         Log: Subject: [PATCH] Correct several Stratus VOS build issues
24064              From: "Green, Paul" <Paul.Green@stratus.com>
24065              Date: Sat, 5 Jan 2002 21:30:56 -0500
24066              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
24067      Branch: perl
24068            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
24069 ____________________________________________________________________________
24070 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
24071         Log: Further perl.org URL elaboration from Ask.
24072      Branch: perl
24073            ! pod/perlfaq1.pod pod/perlfaq2.pod
24074 ____________________________________________________________________________
24075 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
24076         Log: The same problem with To{Lower,Title,Upper}
24077              as earlier with ToFold.
24078      Branch: perl
24079            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
24080            ! lib/unicore/To/Upper.pl lib/unicore/mktables
24081 ____________________________________________________________________________
24082 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
24083         Log: Retract #14057 for now; the alarm/setitimer timers
24084              seen to be the same in many systems, which leads into
24085              hangups.
24086      Branch: perl
24087            ! ext/Time/HiRes/HiRes.t
24088 ____________________________________________________________________________
24089 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
24090         Log: Finish up (ha!) the Unicode case folding;
24091              enhance regex dumping code.
24092      Branch: perl
24093            + lib/unifold.t
24094            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
24095            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
24096 ____________________________________________________________________________
24097 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
24098         Log: Use the perl.org news gw instead of the perl.com one
24099              (from Ask).
24100      Branch: perl
24101            ! pod/perlfaq1.pod pod/perlfaq2.pod
24102 ____________________________________________________________________________
24103 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
24104         Log: Zero() wasn't documented.
24105      Branch: perl
24106            ! pod/perlclib.pod
24107 ____________________________________________________________________________
24108 [ 14093] By: ams                                   on 2002/01/05  17:58:35
24109         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
24110              From: Nicholas Clark <nick@unfortu.net>
24111              Date: Sat, 5 Jan 2002 18:55:39 +0000
24112              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
24113      Branch: perl
24114            ! lib/Memoize/t/tie_ndbm.t
24115 ____________________________________________________________________________
24116 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
24117         Log: Also UNICOS/mk has deviant socketpair().
24118      Branch: perl
24119            ! ext/Socket/socketpair.t
24120 ____________________________________________________________________________
24121 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
24122         Log: Ooops.  Retract the regex parts of #14090.
24123      Branch: perl
24124            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
24125 ____________________________________________________________________________
24126 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
24127         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
24128              From: Nicholas Clark <nick@unfortu.net> 
24129              Date: Sat, 5 Jan 2002 18:10:13 +0000
24130              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
24131      Branch: perl
24132            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
24133            ! regcomp.h regexec.c
24134 ____________________________________________________________________________
24135 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
24136         Log: Integrate perlio:
24137              
24138              [ 14088]
24139              One missing aTHX_
24140      Branch: perl
24141           !> op.c
24142 ____________________________________________________________________________
24143 [ 14088] By: nick                                  on 2002/01/05  12:35:01
24144         Log: One missing aTHX_
24145      Branch: perlio
24146            ! op.c
24147 ____________________________________________________________________________
24148 [ 14087] By: nick                                  on 2002/01/05  12:00:48
24149         Log: Raw integrate of mainline - op.c looks dodgy.
24150      Branch: perlio
24151           +> lib/Pod/t/Functions.t t/op/winsystem.t
24152            - lib/File/Spec/NW5.pm t/op/system.t
24153           !> (integrate 77 files)
24154 ____________________________________________________________________________
24155 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
24156         Log: integrate changes from maint-5.6/macperl branch
24157      Branch: maint-5.6/perl
24158           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
24159           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
24160 ____________________________________________________________________________
24161 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
24162         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
24163              found by Marc Lehmann.
24164      Branch: perl
24165            ! pp.c
24166 ____________________________________________________________________________
24167 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
24168         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
24169              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24170              Date: Sat, 5 Jan 2002 00:31:12 +0100
24171              Message-ID: <20020105003112.E1850@rafael>              
24172      Branch: perl
24173            ! t/comp/proto.t
24174 ____________________________________________________________________________
24175 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
24176         Log: A bit of "perl.com" cleanup.
24177      Branch: perl
24178            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
24179            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
24180            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
24181            ! pod/perlmodlib.PL pod/perlmodlib.pod
24182 ____________________________________________________________________________
24183 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
24184         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
24185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24186              Date: Fri, 4 Jan 2002 23:35:19 +0100
24187              Message-ID: <20020104233519.A1850@rafael>
24188      Branch: perl
24189            ! op.c
24190 ____________________________________________________________________________
24191 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
24192         Log: Integrate change #14062 from macperl;
24193              Define setbuf, setvbuf for Mac OS
24194      Branch: perl
24195           !> ext/IO/IO.xs
24196 ____________________________________________________________________________
24197 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
24198         Log: Bump version, update Changes
24199      Branch: maint-5.6/macperl
24200            ! macos/Changes macos/MPVersion.r
24201 ____________________________________________________________________________
24202 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
24203         Log: Add more droplets
24204      Branch: maint-5.6/macperl
24205            + macos/macperl/Droplets/gluedialect.plx
24206            + macos/macperl/Droplets/glueedit.plx
24207            + macos/macperl/Droplets/gluemac.plx
24208            + macos/macperl/Droplets/gluescriptadds.plx
24209            + macos/macperl/Droplets/installme.plx
24210            + macos/macperl/Droplets/show_glue_pods.plx
24211            + macos/macperl/Droplets/tarzipme.plx
24212            + macos/macperl/Droplets/untarzipme.plx
24213 ____________________________________________________________________________
24214 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
24215         Log: Display the native pwd command.
24216      Branch: perl
24217            ! ext/Cwd/t/cwd.t
24218 ____________________________________________________________________________
24219 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
24220         Log: Under Mac OS X /dev/stdout is normally a symlink,
24221              but when running the test it seems to become a socket.
24222              So let's extend our censorship.
24223      Branch: perl
24224            ! t/op/stat.t
24225 ____________________________________________________________________________
24226 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
24227         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
24228      Branch: maint-5.6/macperl
24229            + macos/HandleSocket.cp
24230            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
24231            ! macos/macperl.sym
24232 ____________________________________________________________________________
24233 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
24234         Log: Doc updates
24235      Branch: maint-5.6/macperl
24236            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
24237 ____________________________________________________________________________
24238 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
24239         Log: Update libraries
24240      Branch: maint-5.6/macperl
24241            ! macos/macperl/Makefile.mk
24242 ____________________________________________________________________________
24243 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
24244         Log: Update tests to Mac::StandardFile from StandardFile.pl,
24245              plus other fixes
24246      Branch: maint-5.6/macperl
24247            ! macos/ext/Mac/Menus/t/MenuBar.t
24248            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
24249            ! macos/ext/Mac/Movies/t/PlayMovie.t
24250            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
24251            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
24252            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
24253            ! macos/ext/Mac/Resources/t/Resources.t
24254 ____________________________________________________________________________
24255 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
24256         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
24257      Branch: maint-5.6/macperl
24258            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
24259            ! macos/ext/Mac/Movies/Movies.xs
24260            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
24261            ! macos/ext/Mac/StandardFile/StandardFile.xs
24262            ! macos/ext/Mac/Windows/Windows.xs
24263 ____________________________________________________________________________
24264 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
24265         Log: Updates for Universal Headers 3.4 (forgot one)
24266      Branch: maint-5.6/macperl
24267            ! macos/macperl/MPConsole.cp
24268 ____________________________________________________________________________
24269 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
24270         Log: Updates for Universal Headers 3.4
24271      Branch: maint-5.6/macperl
24272            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
24273            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
24274            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
24275            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
24276            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
24277            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
24278            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
24279            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
24280            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
24281 ____________________________________________________________________________
24282 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
24283         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
24284              from <200112112327.JAA25434@gpo.metropolis.net.au>;
24285              don't crash on quit for 68K (MacPerl Bug #490013)
24286      Branch: maint-5.6/macperl
24287            ! macos/macish.c macos/macperl/MPConsole.cp
24288 ____________________________________________________________________________
24289 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
24290         Log: If we do have socketpair(), make my_socketpair()
24291              just call the real socketpair().  This way we always
24292              have real code behind my_socketpair() and a symbol
24293              corresponding to the my_socketpair in global.sym.
24294      Branch: perl
24295            ! embed.fnc embed.h makedef.pl proto.h util.c
24296 ____________________________________________________________________________
24297 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
24298         Log: Disable sigaction (MacPerl Bug #470321)
24299      Branch: maint-5.6/macperl
24300            ! macos/config.h macos/config.sh
24301 ____________________________________________________________________________
24302 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
24303         Log: Make GUSI resource work (MacPerl Bug #464638)
24304      Branch: maint-5.6/macperl
24305            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
24306            ! macos/macperl/MacPerl.rsrc
24307 ____________________________________________________________________________
24308 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
24309         Log: Make AutoSplit go a little deeper
24310      Branch: maint-5.6/macperl
24311            ! macos/Makefile.mk
24312 ____________________________________________________________________________
24313 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
24314         Log: A few doc updates from bleadperl
24315      Branch: maint-5.6/macperl
24316            ! pod/perlmodinstall.pod pod/perlport.pod
24317 ____________________________________________________________________________
24318 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
24319         Log: Sync up to latest changes from bleadperl
24320      Branch: maint-5.6/macperl
24321            ! lib/File/Find.pm
24322 ____________________________________________________________________________
24323 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
24324         Log: Define setbuf, setvbuf for Mac OS
24325      Branch: maint-5.6/macperl
24326            ! ext/IO/IO.xs
24327 ____________________________________________________________________________
24328 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
24329         Log: Delete by request of Mark-Jason Dominus (change #13676)
24330      Branch: maint-5.6/macperl
24331            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
24332 ____________________________________________________________________________
24333 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
24334         Log: Spread the good word of "env".
24335      Branch: perl
24336            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
24337 ____________________________________________________________________________
24338 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
24339         Log: Till the system tests do something non-Win*, better rename
24340              the test so that people on other platforms don't get confused.
24341              (Not win32system, because assumedly there's win64, too.)
24342      Branch: perl
24343            + t/op/winsystem.t
24344            - t/op/system.t
24345            ! MANIFEST
24346 ____________________________________________________________________________
24347 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
24348         Log: Some tweaks.
24349      Branch: perl
24350            ! lib/Pod/t/Functions.t
24351 ____________________________________________________________________________
24352 [ 14057] By: ams                                   on 2002/01/04  17:40:31
24353         Log: (retracted by #14057)
24354              
24355              Subject: [PATCH] Time/HiRes/HiRes.t
24356              From: Nicholas Clark <nick@unfortu.net>
24357              Date: Fri, 4 Jan 2002 17:28:46 +0000
24358              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
24359      Branch: perl
24360            ! ext/Time/HiRes/HiRes.t
24361 ____________________________________________________________________________
24362 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
24363         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
24364              From: Abe Timmerman <abe@ztreet.demon.nl>
24365              Date: Fri, 04 Jan 2002 18:42:33 +0100
24366              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
24367      Branch: perl
24368            + lib/Pod/t/Functions.t
24369            ! MANIFEST lib/Pod/Functions.pm
24370 ____________________________________________________________________________
24371 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
24372         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
24373              From: "Craig A. Berry" <craigberry@mac.com>
24374              Date: Thu, 3 Jan 2002 17:32:20 -0600
24375              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
24376      Branch: perl
24377            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
24378 ____________________________________________________________________________
24379 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
24380         Log: Document the U+0085, U+2028, and U+2029.
24381      Branch: perl
24382            ! pod/perlre.pod pod/perlretut.pod
24383 ____________________________________________________________________________
24384 [ 14053] By: ams                                   on 2002/01/04  03:27:44
24385         Log: Subject: [PATCH] warn if not CORE::dump
24386              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24387              Date: Thu, 3 Jan 2002 22:04:00 +0100
24388              Message-Id: <20020103220400.A13958@rafael>
24389      Branch: perl
24390            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
24391 ____________________________________________________________________________
24392 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
24393         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
24394      Branch: perl
24395            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
24396 ____________________________________________________________________________
24397 [ 14051] By: ams                                   on 2002/01/04  03:00:12
24398         Log: Subject: [PATCH] File::Compare::VERSION
24399              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24400              Date: Thu, 3 Jan 2002 23:42:52 +0100
24401              Message-Id: <20020103234252.G13958@rafael>
24402      Branch: perl
24403            ! lib/File/Compare.pm
24404 ____________________________________________________________________________
24405 [ 14050] By: ams                                   on 2002/01/04  02:58:05
24406         Log: Subject: [PATCH @14042] threads::shared doc
24407              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
24408              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
24409              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
24410      Branch: perl
24411            ! ext/threads/shared/shared.pm
24412 ____________________________________________________________________________
24413 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
24414         Log: #14048 exposed few false positives, to be fixed soonish.
24415      Branch: perl
24416            ! t/op/pat.t
24417 ____________________________________________________________________________
24418 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
24419         Log: Do not add the first characters of multicharacter foldings
24420              into character classes.
24421      Branch: perl
24422            ! regcomp.c
24423 ____________________________________________________________________________
24424 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
24425         Log: A bit of testing for #14046.
24426      Branch: perl
24427            ! t/op/pat.t
24428 ____________________________________________________________________________
24429 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
24430         Log: Allow emitting the foldcased version of "\x{df}", "ss"
24431              (among others, another example would be \x{fb00} -> "ff")
24432      Branch: perl
24433            ! regcomp.c
24434 ____________________________________________________________________________
24435 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
24436         Log: Subject: [PATCH] File::Spec & NetWare
24437              From: Dave Rolsky <autarch@urth.org>
24438              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
24439              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
24440      Branch: perl
24441            - lib/File/Spec/NW5.pm
24442            ! MANIFEST lib/File/Spec.pm
24443 ____________________________________________________________________________
24444 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
24445         Log: FAQ sync (RCS Ids only?)
24446      Branch: perl
24447            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
24448 ____________________________________________________________________________
24449 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
24450         Log: AUTHORs updates.
24451      Branch: perl
24452            ! AUTHORS
24453 ____________________________________________________________________________
24454 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
24455         Log: Update Changes.
24456      Branch: perl
24457            ! Changes patchlevel.h
24458 ____________________________________________________________________________
24459 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
24460         Log: Missed the =head1 additions.
24461      Branch: perl
24462            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
24463            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
24464            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
24465            ! util.c
24466 ____________________________________________________________________________
24467 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
24468         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
24469              From: Robin Barker <rmb1@cise.npl.co.uk>
24470              Date: Thu, 3 Jan 2002 15:26:20 GMT
24471              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
24472      Branch: perl
24473            ! lib/Carp.t lib/Carp/Heavy.pm
24474 ____________________________________________________________________________
24475 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
24476         Log: Subject: [PATCH hv.c] 
24477              From: Robin Barker <rmb1@cise.npl.co.uk>
24478              Date: Thu, 3 Jan 2002 14:49:06 GMT
24479              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
24480              
24481              -Wformat check.
24482      Branch: perl
24483            ! hv.c
24484 ____________________________________________________________________________
24485 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
24486         Log: NetWare tweaks from Ananth Kesari.
24487      Branch: perl
24488            ! NetWare/t/NWScripts.pl lib/File/Find.pm
24489 ____________________________________________________________________________
24490 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
24491         Log: Cast.
24492      Branch: perl
24493            ! regexec.c
24494 ____________________________________________________________________________
24495 [ 14036] By: ams                                   on 2002/01/03  12:12:31
24496         Log: Grammar fix suggested by Gwyn Judd.
24497      Branch: perl
24498            ! pod/perldiag.pod
24499 ____________________________________________________________________________
24500 [ 14035] By: nick                                  on 2002/01/03  09:22:42
24501         Log: More strange perlio != mainline differences where
24502              I have not been.
24503      Branch: perlio
24504           !> hints/unicos.sh hints/unicosmk.sh
24505 ____________________________________________________________________________
24506 [ 14034] By: nick                                  on 2002/01/03  09:19:37
24507         Log: Integrate mainline (including force integrate of
24508              lib/charnames.pm which had got out-of-step)
24509      Branch: perlio
24510           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
24511 ____________________________________________________________________________
24512 [ 14033] By: ams                                   on 2002/01/03  08:24:24
24513         Log: Subject: Not ok 14031: PPPort Makefile.PL
24514              From: andreas.koenig@anima.de (Andreas J. Koenig)
24515              Date: 03 Jan 2002 10:17:46 +0100
24516              Message-Id: <m3sn9n94jp.fsf@anima.de>
24517      Branch: perl
24518            ! ext/Devel/PPPort/Makefile.PL
24519 ____________________________________________________________________________
24520 [ 14032] By: nick                                  on 2002/01/03  08:24:00
24521         Log: Integrate mainline.
24522      Branch: perlio
24523           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
24524           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
24525           !> (integrate 31 files)
24526 ____________________________________________________________________________
24527 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
24528         Log: Off-by-one is my middle name.
24529      Branch: perl
24530            ! regexec.c
24531 ____________________________________________________________________________
24532 [ 14030] By: ams                                   on 2002/01/02  23:56:37
24533         Log: Subject: [PATCH @14015] threads::shared disabling
24534              From: Andy Bussey <andybussey@yahoo.co.uk>
24535              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
24536              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
24537      Branch: perl
24538            + ext/threads/shared/t/no_share.t
24539            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
24540 ____________________________________________________________________________
24541 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
24542         Log: Simon's new perlapi scheme, I hope I got all the pieces.
24543      Branch: perl
24544            + autodoc.pl embed.fnc
24545            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
24546 ____________________________________________________________________________
24547 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
24548         Log: Integrate perlio:
24549              
24550              [ 14022]
24551              More PPPort Makefile source dependence removal
24552      Branch: perl
24553           !> ext/Devel/PPPort/Makefile.PL perl.h
24554 ____________________________________________________________________________
24555 [ 14027] By: ams                                   on 2002/01/02  21:42:50
24556         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
24557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24558              Date: Wed, 2 Jan 2002 23:09:13 +0100
24559              Message-Id: <20020102230913.A17373@rafael>
24560      Branch: perl
24561            ! pod/perldiag.pod
24562 ____________________________________________________________________________
24563 [ 14026] By: ams                                   on 2002/01/02  21:38:34
24564         Log: Subject: Re: PATCH: lib/Term/Cap.pm
24565              From: Jonathan Stowe <gellyfish@gellyfish.com>
24566              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
24567              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
24568      Branch: perl
24569            ! lib/Term/Cap.pm
24570 ____________________________________________________________________________
24571 [ 14025] By: ams                                   on 2002/01/02  18:34:26
24572         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
24573              From: Sam Tregar <sam@tregar.com>
24574              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
24575              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
24576      Branch: perl
24577            ! pod/perldiag.pod t/comp/proto.t toke.c
24578 ____________________________________________________________________________
24579 [ 14024] By: ams                                   on 2002/01/02  18:16:12
24580         Log: Subject: PATCH: lib/Term/Cap.pm
24581              From: Norton Allen <allen@huarp.harvard.edu>
24582              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
24583              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
24584      Branch: perl
24585            ! lib/Term/Cap.pm
24586 ____________________________________________________________________________
24587 [ 14023] By: ams                                   on 2002/01/02  18:12:31
24588         Log: Subject: PATCH: lib/Cwd.pm for QNX4
24589              From: Norton Allen <allen@huarp.harvard.edu>
24590              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
24591              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
24592      Branch: perl
24593            ! lib/Cwd.pm
24594 ____________________________________________________________________________
24595 [ 14022] By: nick                                  on 2002/01/02  18:01:21
24596         Log: More PPPort Makefile source dependence removal
24597      Branch: perlio
24598            ! ext/Devel/PPPort/Makefile.PL
24599 ____________________________________________________________________________
24600 [ 14021] By: nick                                  on 2002/01/02  17:44:36
24601         Log: Sort out muddle of editing on three machines ...
24602      Branch: perlio
24603           !> Changes MANIFEST cygwin/Makefile.SHs
24604           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
24605           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
24606           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
24607 ____________________________________________________________________________
24608 [ 14020] By: ams                                   on 2002/01/02  17:06:27
24609         Log: Fix misplaced application of #14016.
24610      Branch: perl
24611            ! op.c
24612 ____________________________________________________________________________
24613 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
24614         Log: Integrate perlio:
24615              
24616              [ 14017]
24617              Avoid un-init perl_debug_pad in clones
24618      Branch: perl
24619           !> sv.c
24620 ____________________________________________________________________________
24621 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
24622         Log: makedepend VOS fix from Paul Green.
24623      Branch: perl
24624            ! makedepend.SH
24625 ____________________________________________________________________________
24626 [ 14017] By: nick                                  on 2002/01/02  16:09:43
24627         Log: Avoid un-init perl_debug_pad in clones
24628      Branch: perlio
24629            ! sv.c
24630 ____________________________________________________________________________
24631 [ 14016] By: ams                                   on 2002/01/02  15:58:11
24632         Log: Subject: [PATCH] random crash in B::LISTOP::last
24633              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24634              Date: Wed, 2 Jan 2002 17:37:28 +0100
24635              Message-Id: <3C334558.3906.19CB98D@localhost>
24636      Branch: perl
24637            ! op.c
24638 ____________________________________________________________________________
24639 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
24640         Log: Update Changes.
24641      Branch: perl
24642            ! Changes patchlevel.h
24643 ____________________________________________________________________________
24644 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
24645         Log: One more iteration of the ibcmp_utf8() interface,
24646              hopefully this is a convergent iteration...
24647      Branch: perl
24648            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
24649 ____________________________________________________________________________
24650 [ 14013] By: ams                                   on 2002/01/02  13:43:58
24651         Log: Upgrade to podlators-1.19.
24652      Branch: perl
24653            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
24654            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
24655            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
24656            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
24657            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
24658 ____________________________________________________________________________
24659 [ 14012] By: ams                                   on 2002/01/02  09:48:51
24660         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
24661              From: martyn@inpharmatica.co.uk
24662              Date: Wed, 19 Dec 2001 19:05:00 +0000
24663              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
24664      Branch: perl
24665            ! lib/Pod/Usage.pm
24666 ____________________________________________________________________________
24667 [ 14011] By: nick                                  on 2002/01/02  08:38:18
24668         Log: Integrate mainline
24669      Branch: perlio
24670           !> (integrate 28 files)
24671 ____________________________________________________________________________
24672 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
24673         Log: Make ibcmp_utf8() optionally progress in either string for
24674              as long as it takes and optionally record how far it got.
24675      Branch: perl
24676            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
24677 ____________________________________________________________________________
24678 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
24679         Log: Once more try to get the PPPort Makefile right.
24680      Branch: perl
24681            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
24682 ____________________________________________________________________________
24683 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
24684         Log: -Wall silencing.
24685      Branch: perl
24686            ! utf8.c
24687 ____________________________________________________________________________
24688 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
24689         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
24690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24691              Date: Tue, 1 Jan 2002 22:45:21 +0100       
24692              Message-ID: <20020101224521.A691@rafael>
24693      Branch: perl
24694            ! ext/B/B/Deparse.pm
24695 ____________________________________________________________________________
24696 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
24697         Log: VOS tweak from Paul Green: VOS has different O_BINARY
24698              and O_TEXT, but VOS always uses LF, never CRLF.
24699      Branch: perl
24700            ! perl.h
24701 ____________________________________________________________________________
24702 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
24703         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
24704      Branch: perl
24705            ! regexec.c utf8.c
24706 ____________________________________________________________________________
24707 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
24708         Log: Now that to_utf8_fold() was fixed.
24709      Branch: perl
24710            ! regcomp.c regexec.c
24711 ____________________________________________________________________________
24712 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
24713         Log: Integrate perlio:
24714              
24715              [ 13991]
24716              Experimental binmode() re-coding (UNIX okay - but it would be...)
24717      Branch: perl
24718           !> perlio.c
24719 ____________________________________________________________________________
24720 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
24721         Log: Document the to_utf8_*() functions.
24722      Branch: perl
24723            ! embed.pl pod/perlapi.pod utf8.c
24724 ____________________________________________________________________________
24725 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
24726         Log: Better support for multicharacter foldings.
24727              Now all but two of the CaseFold.txt cases work-- but
24728              only when the target string is single-character, more
24729              debugging needed.
24730      Branch: perl
24731            ! regexec.c
24732 ____________________________________________________________________________
24733 [ 14000] By: ams                                   on 2002/01/01  15:59:43
24734         Log: Subject: [PATCH] don't installperl pods
24735              From: Nicholas Clark <nick@unfortu.net>
24736              Date: Tue, 1 Jan 2002 16:44:12 +0000
24737              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
24738      Branch: perl
24739            ! installperl
24740 ____________________________________________________________________________
24741 [ 13999] By: ams                                   on 2002/01/01  14:34:04
24742         Log: Subject: [PATCH] perldiag.pod transposition
24743              From: Nicholas Clark <nick@unfortu.net>
24744              Date: Tue, 1 Jan 2002 15:03:52 +0000
24745              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
24746      Branch: perl
24747            ! pod/perldiag.pod
24748 ____________________________________________________________________________
24749 [ 13998] By: ams                                   on 2002/01/01  13:36:49
24750         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
24751              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24752              Date: Tue, 1 Jan 2002 15:12:36 +0100
24753              Message-Id: <20020101151236.A951@rafael>
24754      Branch: perl
24755            ! pod/perldiag.pod
24756 ____________________________________________________________________________
24757 [ 13997] By: ams                                   on 2002/01/01  13:33:06
24758         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
24759              From: Nicholas Clark <nick@unfortu.net>
24760              Date: Tue, 1 Jan 2002 13:13:17 +0000
24761              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
24762      Branch: perl
24763            ! ext/Socket/socketpair.t
24764 ____________________________________________________________________________
24765 [ 13996] By: ams                                   on 2002/01/01  04:44:28
24766         Log: Subject: [PATCH @13746] Leaner exporter
24767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24768              Date: Mon, 31 Dec 2001 18:16:08 -0500
24769              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
24770      Branch: perl
24771            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
24772 ____________________________________________________________________________
24773 [ 13995] By: ams                                   on 2002/01/01  04:29:44
24774         Log: Subject: [PATCH @13746] h2xs broken
24775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24776              Date: Mon, 31 Dec 2001 17:48:55 -0500
24777              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
24778      Branch: perl
24779            ! utils/h2xs.PL
24780 ____________________________________________________________________________
24781 [ 13994] By: ams                                   on 2002/01/01  04:25:46
24782         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
24783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24784              Date: Mon, 31 Dec 2001 17:42:25 -0500
24785              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
24786      Branch: perl
24787            ! lib/ExtUtils/MM_Unix.pm
24788 ____________________________________________________________________________
24789 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
24790         Log: Rename the variables to be a bit more consistent.
24791      Branch: perl
24792            ! utf8.c
24793 ____________________________________________________________________________
24794 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
24795         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
24796              (found by Jeffrey Friedl)
24797      Branch: perl
24798            ! regexec.c t/op/pat.t utf8.c
24799 ____________________________________________________________________________
24800 [ 13991] By: nick                                  on 2001/12/31  18:08:55
24801         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
24802      Branch: perlio
24803            ! perlio.c
24804 ____________________________________________________________________________
24805 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
24806         Log: Update Changes.
24807      Branch: perl
24808            ! Changes patchlevel.h
24809 ____________________________________________________________________________
24810 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
24811         Log: Less unused ones.
24812      Branch: perl
24813            ! regexec.c
24814 ____________________________________________________________________________
24815 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
24816         Log: Unused variable.
24817      Branch: perl
24818            ! regcomp.c
24819 ____________________________________________________________________________
24820 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
24821         Log: Forgotten file.
24822      Branch: perl
24823            ! MANIFEST
24824 ____________________________________________________________________________
24825 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
24826         Log: Subject: Re: Cygwin: one down one to go 
24827              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24828              Date: Mon, 31 Dec 2001 18:34:36 +0100
24829              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
24830      Branch: perl
24831            ! cygwin/Makefile.SHs
24832 ____________________________________________________________________________
24833 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
24834         Log: Add some comments to the recent Unicode case-folding saga.
24835      Branch: perl
24836            ! regcomp.c regexec.c
24837 ____________________________________________________________________________
24838 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
24839         Log: Slight comment tweakage.
24840      Branch: perl
24841            ! ext/I18N/Langinfo/Langinfo.t
24842 ____________________________________________________________________________
24843 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
24844         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
24845      Branch: perl
24846            ! perl.h
24847 ____________________________________________________________________________
24848 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
24849         Log: Subject: [ PATCH] Cygwin: one down one to go
24850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24851              Date: Mon, 31 Dec 2001 17:03:40 +0100
24852              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
24853      Branch: perl
24854            ! lib/Pod/t/basic.t
24855 ____________________________________________________________________________
24856 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
24857         Log: Tweak the dependencies not to recompile everytime,
24858              as suggested by NI-S.
24859      Branch: perl
24860            ! ext/Devel/PPPort/Makefile.PL
24861 ____________________________________________________________________________
24862 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
24863         Log: Planning still not right.
24864      Branch: perl
24865            ! lib/User/grent.t
24866 ____________________________________________________________________________
24867 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
24868         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
24869              From: Michael G Schwern <schwern@pobox.com>
24870              Date: Sun, 30 Dec 2001 18:07:55 -0500
24871              Message-ID: <20011230230755.GG12840@blackrider>
24872              
24873              (lib/User/grent, really)
24874      Branch: perl
24875            ! lib/User/grent.t
24876 ____________________________________________________________________________
24877 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
24878         Log: Integrate perlio:
24879              
24880              [ 13975]
24881              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
24882              if PerlIONext is NULL.
24883      Branch: perl
24884           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
24885 ____________________________________________________________________________
24886 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
24887         Log: Subject: typo in IO::Socket::INET.pm
24888              From: mjd@plover.com
24889              Date: 31 Dec 2001 14:31:10 -0000
24890              Message-ID: <20011231143110.4989.qmail@plover.com>
24891      Branch: perl
24892            ! ext/IO/lib/IO/Socket/INET.pm
24893 ____________________________________________________________________________
24894 [ 13976] By: nick                                  on 2001/12/31  13:56:11
24895         Log: Integrate mainline
24896      Branch: perlio
24897           !> (integrate 29 files)
24898 ____________________________________________________________________________
24899 [ 13975] By: nick                                  on 2001/12/31  12:40:50
24900         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
24901              if PerlIONext is NULL.
24902      Branch: perlio
24903            ! perlio.c perliol.h
24904 ____________________________________________________________________________
24905 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
24906         Log: Subject: Re: [PATCH] Basic bad prototype detection
24907              From: Sam Tregar <sam@tregar.com>
24908              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
24909              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
24910      Branch: perl
24911            ! t/comp/proto.t toke.c
24912 ____________________________________________________________________________
24913 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
24914         Log: Subject: [PATCH] configure.com / scriptdirexp
24915              From: "Craig A. Berry" <craigberry@mac.com>
24916              Date: Sun, 30 Dec 2001 15:47:28 -0600
24917              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
24918      Branch: perl
24919            ! configure.com
24920 ____________________________________________________________________________
24921 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
24922         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
24923              From: Abe Timmerman <abe@ztreet.demon.nl>
24924              Date: Mon, 31 Dec 2001 03:55:27 +0100
24925              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
24926      Branch: perl
24927            ! lib/ExtUtils/t/MM_Win32.t
24928 ____________________________________________________________________________
24929 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
24930         Log: Subject: [PATCH] Basic bad prototype detection
24931              From: Sam Tregar <sam@tregar.com> 
24932              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
24933              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
24934      Branch: perl
24935            ! pod/perldiag.pod t/comp/proto.t toke.c
24936 ____________________________________________________________________________
24937 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
24938         Log: Makefiles are sloppy about the exe suffix
24939              (from Paul Green)
24940      Branch: perl
24941            ! Makefile.SH x2p/Makefile.SH
24942 ____________________________________________________________________________
24943 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
24944         Log: Delay folding until necessary; start of handling
24945              folding into several characters.
24946      Branch: perl
24947            ! regcomp.c regexec.c
24948 ____________________________________________________________________________
24949 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
24950         Log: gcc -Wall dewhine.
24951      Branch: perl
24952            ! regexec.c
24953 ____________________________________________________________________________
24954 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
24955         Log: More Unicode folding tweaks, avoid potential false matches.
24956      Branch: perl
24957            ! regexec.c
24958 ____________________________________________________________________________
24959 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
24960         Log: Make that six wrongs.
24961      Branch: perl
24962            ! regexec.c utf8.c
24963 ____________________________________________________________________________
24964 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
24965         Log: Four wrongs can make a right.
24966      Branch: perl
24967            ! regexec.c utf8.c
24968 ____________________________________________________________________________
24969 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
24970         Log: Fix all the I case foldings as per CaseFold.txt.
24971      Branch: perl
24972            ! regcomp.c regexec.c
24973 ____________________________________________________________________________
24974 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
24975         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
24976      Branch: perl
24977            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
24978            ! regexec.c utf8.c
24979 ____________________________________________________________________________
24980 [ 13962] By: nick                                  on 2001/12/30  18:33:41
24981         Log: Integrate 8.3 fix for PPPort fix
24982      Branch: perlio
24983           +> ext/Devel/PPPort/ppport_h.PL
24984            - ext/Devel/PPPort/ppport.h.PL
24985            ! ext/Devel/PPPort/MANIFEST
24986           !> ext/Devel/PPPort/Makefile.PL
24987 ____________________________________________________________________________
24988 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
24989         Log: Integrate perlio:
24990              
24991              [ 13959]
24992              Win32 stuff:
24993              A. Use Perl_my_socketpair()
24994              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
24995              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
24996              take special measures to set it during pseudo-fork.
24997      Branch: perl
24998           !> util.c win32/perlhost.h
24999 ____________________________________________________________________________
25000 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
25001         Log: Fix ppport.h for Unix.
25002      Branch: perl
25003            + ext/Devel/PPPort/ppport_h.PL
25004            - ext/Devel/PPPort/ppport.h.PL
25005            ! MANIFEST ext/Devel/PPPort/Makefile.PL
25006 ____________________________________________________________________________
25007 [ 13959] By: nick                                  on 2001/12/30  16:53:42
25008         Log: Win32 stuff:
25009              A. Use Perl_my_socketpair()
25010              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
25011              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
25012              take special measures to set it during pseudo-fork.
25013      Branch: perlio
25014            ! util.c win32/perlhost.h
25015 ____________________________________________________________________________
25016 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
25017         Log: Integrate perlio:
25018              
25019              [ 13950]
25020              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
25021              This gets them into Errno.pm - yet to prove they end up in $!.
25022              
25023              [ 13948]
25024              remove embed.pl duplicates
25025              
25026              [ 13944]
25027              "Port" Devel::PPPort to Win32:
25028              - need to set @INC before use in the test
25029              - {} are special to dmake, so use ppport.h.PL
25030              rather than commandline 
25031      Branch: perl
25032           +> ext/Devel/PPPort/ppport.h.PL
25033           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
25034           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
25035           !> proto.h
25036 ____________________________________________________________________________
25037 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
25038         Log: metaconfig unit change for #13956.
25039      Branch: metaconfig
25040            ! U/modified/spitshell.U
25041 ____________________________________________________________________________
25042 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
25043         Log: Must look for cat also in $PATH (noticed by Philip Newton).
25044      Branch: perl
25045            ! Configure
25046 ____________________________________________________________________________
25047 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
25048         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
25049              From: Blair Zajac <blair@orcaware.com>
25050              Date: Sat, 29 Dec 2001 22:37:03 -0800
25051              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
25052      Branch: perl
25053            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
25054 ____________________________________________________________________________
25055 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
25056         Log: Regen files.
25057      Branch: perl
25058            ! embed.h global.sym pod/perlapi.pod uconfig.h
25059 ____________________________________________________________________________
25060 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
25061         Log: Subject: [PATCH] -t without -w 
25062              From: Michael G Schwern <schwern@pobox.com>
25063              Date: Sat, 29 Dec 2001 23:46:25 -0500
25064              Message-ID: <20011230044625.GA14386@blackrider>
25065      Branch: perl
25066            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
25067            ! warnings.pl
25068 ____________________________________________________________________________
25069 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
25070         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
25071              From: Dave Rolsky <autarch@urth.org>               
25072              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
25073              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
25074              
25075              $^O is NetWare, not Netware.
25076      Branch: perl
25077            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
25078 ____________________________________________________________________________
25079 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
25080         Log: Sarathy thinks undoing C++ comments from C++ files
25081              is a bit too zealous.
25082      Branch: perl
25083            ! win32/perlhost.h win32/vmem.h
25084 ____________________________________________________________________________
25085 [ 13950] By: nick                                  on 2001/12/30  14:30:02
25086         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
25087              This gets them into Errno.pm - yet to prove they end up in $!.
25088      Branch: perlio
25089            ! ext/Errno/Errno_pm.PL
25090 ____________________________________________________________________________
25091 [ 13949] By: nick                                  on 2001/12/30  12:02:21
25092         Log: Integrate Cwd muddle
25093      Branch: perlio
25094           !> MANIFEST installperl lib/Cwd.pm
25095 ____________________________________________________________________________
25096 [ 13948] By: nick                                  on 2001/12/30  11:51:40
25097         Log: remove embed.pl duplicates
25098      Branch: perlio
25099            ! embed.h embed.pl global.sym proto.h
25100 ____________________________________________________________________________
25101 [ 13947] By: nick                                  on 2001/12/30  11:35:51
25102         Log: More Cwd tidy up
25103      Branch: perl
25104            ! MANIFEST installperl
25105 ____________________________________________________________________________
25106 [ 13946] By: nick                                  on 2001/12/30  11:12:42
25107         Log: Undo a mess trying Cwd.pm in its ext directory
25108      Branch: perl
25109            + lib/Cwd.pm
25110            - ext/Cwd/Cwd.pm
25111 ____________________________________________________________________________
25112 [ 13945] By: nick                                  on 2001/12/30  10:03:43
25113         Log: Integrate mainline
25114      Branch: perl
25115           +> ext/Cwd/Cwd.pm
25116            - lib/Cwd.pm
25117            ! MANIFEST
25118      Branch: perlio
25119           !> (integrate 45 files)
25120 ____________________________________________________________________________
25121 [ 13944] By: nick                                  on 2001/12/30  09:27:16
25122         Log: "Port" Devel::PPPort to Win32:
25123              - need to set @INC before use in the test
25124              - {} are special to dmake, so use ppport.h.PL
25125              rather than commandline 
25126      Branch: perlio
25127            + ext/Devel/PPPort/ppport.h.PL
25128            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
25129 ____________________________________________________________________________
25130 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
25131         Log: Update Changes.
25132      Branch: perl
25133            ! Changes patchlevel.h
25134 ____________________________________________________________________________
25135 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
25136         Log: Subject: [PATCH] cleaner close on tests, take 2
25137              From: andreas.koenig@anima.de (Andreas J. Koenig)
25138              Date: 29 Dec 2001 21:42:37 +0100
25139              Message-ID: <m33d1tvjuq.fsf@anima.de>
25140              
25141              (the DB_File patches)
25142      Branch: perl
25143            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25144            ! ext/DB_File/t/db-recno.t
25145 ____________________________________________________________________________
25146 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
25147         Log: Integrate perlio:
25148              
25149              [ 13936]
25150              Routine regen_config_h - no real differences other than order of crypt 
25151      Branch: perl
25152           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25153 ____________________________________________________________________________
25154 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
25155         Log: Subject: [PATCH] cleaner close on tests, take 2             
25156              From: andreas.koenig@anima.de (Andreas J. Koenig)
25157              Date: 29 Dec 2001 21:42:37 +0100
25158              Message-ID: <m33d1tvjuq.fsf@anima.de>
25159              
25160              (except for the three DB_File patch fragments)
25161      Branch: perl
25162            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
25163            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
25164            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
25165            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
25166            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
25167            ! t/op/runlevel.t t/op/write.t t/run/switches.t
25168 ____________________________________________________________________________
25169 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
25170         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
25171              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25172              Date: Sat, 29 Dec 2001 20:38:59 +0100
25173              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
25174              
25175              (NetWare tree not touched because it's very //)
25176      Branch: perl
25177            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
25178            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
25179            ! wince/include/errno.h wince/include/netdb.h
25180            ! wince/include/sys/socket.h wince/include/sys/stat.h
25181            ! wince/perllib.c wince/perlmain.c wince/win32.h
25182            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
25183            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
25184 ____________________________________________________________________________
25185 [ 13938] By: nick                                  on 2001/12/29  19:23:32
25186         Log: Integrate mainline (ok linux)
25187      Branch: perlio
25188           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
25189           !> (integrate 33 files)
25190 ____________________________________________________________________________
25191 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
25192         Log: Give up on serious testing of langinfo().  Leave the old
25193              code in place, though.
25194      Branch: perl
25195            ! ext/I18N/Langinfo/Langinfo.t
25196 ____________________________________________________________________________
25197 [ 13936] By: nick                                  on 2001/12/29  18:20:33
25198         Log: Routine regen_config_h - no real differences other than order of crypt 
25199      Branch: perlio
25200            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25201 ____________________________________________________________________________
25202 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
25203         Log: Integrate perlio:
25204              
25205              [ 13934]
25206              Fudge Config.pm so File::Spec does not croak.
25207              
25208              [ 13931]
25209              Define the two socket error numbers in terms of WSAEXXXXX equivalents
25210              (just to get util.c to compile)
25211      Branch: perl
25212           !> win32/FindExt.pm win32/win32.h
25213 ____________________________________________________________________________
25214 [ 13934] By: nick                                  on 2001/12/29  17:27:50
25215         Log: Fudge Config.pm so File::Spec does not croak.
25216      Branch: perlio
25217            ! win32/FindExt.pm
25218 ____________________________________________________________________________
25219 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
25220         Log: metaconfig unit changes for #13932.
25221      Branch: metaconfig
25222            + U/modified/Init.U
25223            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
25224 ____________________________________________________________________________
25225 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
25226         Log: VOS tweaks from Paul Green.
25227              
25228              The Configure tweaks: the _exe needs to be
25229              set after the init; VOS has fd 3 hardwired to /dev/tty;
25230              the grep/ln/make substitutions really need to stick.
25231      Branch: perl
25232            ! Configure hints/vos.sh perl.h util.c vos/build.cm
25233            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25234            ! vos/config.ga.h vos/vosish.h
25235 ____________________________________________________________________________
25236 [ 13931] By: nick                                  on 2001/12/29  17:00:38
25237         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
25238              (just to get util.c to compile)
25239      Branch: perlio
25240            ! win32/win32.h
25241 ____________________________________________________________________________
25242 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
25243         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
25244              From: coral@eekeek.org
25245              Date: Fri, 28 Dec 2001 19:58:22 -0500      
25246              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
25247      Branch: perl
25248            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
25249            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
25250            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
25251            ! pod/perlunicode.pod pod/perlxs.pod util.c
25252 ____________________________________________________________________________
25253 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
25254         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
25255      Branch: perl
25256            ! t/op/exec.t
25257 ____________________________________________________________________________
25258 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
25259         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
25260              From: Abe Timmerman <abe@ztreet.demon.nl>
25261              Date: Sat, 29 Dec 2001 13:10:06 +0100
25262              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
25263      Branch: perl
25264            + lib/Pod/t/InputObjects.t
25265 ____________________________________________________________________________
25266 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
25267         Log: Integrate perlio:
25268              
25269              [ 13926]
25270              Nick Clark's embed.pl fix for my_socketpair
25271              
25272              [ 13923]
25273              Quick fix (after couple of clever fixes failed) for
25274              "accept leaks memory" fail [ID 20011223.001]
25275      Branch: perl
25276           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
25277 ____________________________________________________________________________
25278 [ 13926] By: nick                                  on 2001/12/29  15:23:21
25279         Log: Nick Clark's embed.pl fix for my_socketpair
25280      Branch: perlio
25281            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
25282 ____________________________________________________________________________
25283 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
25284         Log: Slight tweaks on the MM_Win32.t.
25285      Branch: perl
25286            ! lib/ExtUtils/t/MM_Win32.t
25287 ____________________________________________________________________________
25288 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
25289         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
25290              From: Abe Timmerman <abe@ztreet.demon.nl>
25291              Date: Sat, 29 Dec 2001 12:51:36 +0100
25292              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
25293      Branch: perl
25294            + lib/ExtUtils/t/MM_Win32.t
25295            ! MANIFEST
25296 ____________________________________________________________________________
25297 [ 13923] By: nick                                  on 2001/12/29  15:12:07
25298         Log: Quick fix (after couple of clever fixes failed) for
25299              "accept leaks memory" fail [ID 20011223.001]
25300      Branch: perlio
25301            ! pp_sys.c
25302 ____________________________________________________________________________
25303 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
25304         Log: Subject: [PATCH] Module names and other nits
25305              From: Autrijus Tang <autrijus@autrijus.org>                 
25306              Date: Sat, 29 Dec 2001 01:59:28 +0800
25307              Message-ID: <20011229015928.A29712@geb.elixus.org>              
25308      Branch: perl
25309            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
25310            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
25311            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
25312            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
25313            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
25314 ____________________________________________________________________________
25315 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
25316         Log: socketpair tweaks from Nicholas Clark.
25317      Branch: perl
25318            ! ext/Socket/socketpair.t util.c
25319 ____________________________________________________________________________
25320 [ 13920] By: nick                                  on 2001/12/29  12:36:21
25321         Log: Integrate mainline
25322      Branch: perlio
25323           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
25324           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
25325           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25326           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
25327           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
25328           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
25329           !> t/op/sysio.t
25330 ____________________________________________________________________________
25331 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
25332         Log: Retract #13917.
25333      Branch: perl
25334            ! doop.c
25335 ____________________________________________________________________________
25336 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
25337         Log: Subject: provisional MakeMaker patch for VMS
25338              From: "Craig A. Berry" <craigberry@mac.com> 
25339              Date: Thu, 27 Dec 2001 22:29:37 -0600
25340              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
25341      Branch: perl
25342            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25343 ____________________________________________________________________________
25344 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
25345         Log: (retracted by #13919)
25346      Branch: perl
25347            ! doop.c
25348 ____________________________________________________________________________
25349 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
25350         Log: metaconfig unit change for #13915.
25351      Branch: metaconfig/U/perl
25352            ! d_u32align.U
25353 ____________________________________________________________________________
25354 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
25355         Log: Remove debris in any case.
25356      Branch: perl
25357            ! Configure
25358 ____________________________________________________________________________
25359 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
25360         Log: Subject: [PATCH] Re: B::walksymtable oddness
25361              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25362              Date: Thu, 27 Dec 2001 19:14:24 +0100
25363              Message-ID: <3C2B7310.861.18820D0@localhost>
25364      Branch: perl
25365            ! ext/B/B.pm
25366 ____________________________________________________________________________
25367 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
25368         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
25369              From: Nicholas Clark <nick@unfortu.net> 
25370              Date: Fri, 28 Dec 2001 00:43:02 +0000
25371              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
25372      Branch: perl
25373            ! ext/Socket/socketpair.t
25374 ____________________________________________________________________________
25375 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
25376         Log: Fast Latin1<->UTF-8 conversion for older Perls.
25377      Branch: perl
25378            ! pod/perluniintro.pod
25379 ____________________________________________________________________________
25380 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
25381         Log: Update Changes.
25382      Branch: perl
25383            ! Changes patchlevel.h
25384 ____________________________________________________________________________
25385 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
25386         Log: More wait status trickery for BeOS.
25387      Branch: perl
25388            ! ext/POSIX/POSIX.xs
25389 ____________________________________________________________________________
25390 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
25391         Log: metaconfig unit change for #13908.
25392      Branch: metaconfig/U/perl
25393            ! d_u32align.U
25394 ____________________________________________________________________________
25395 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
25396         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
25397      Branch: perl
25398            ! Configure
25399 ____________________________________________________________________________
25400 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
25401         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
25402              From: gbarr@monty.mutatus.co.uk
25403              Date: 27 Dec 2001 14:41:36 -0000
25404              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
25405      Branch: perl
25406            ! lib/ExtUtils/t/Embed.t
25407 ____________________________________________________________________________
25408 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
25409         Log: Subject: [PATCH] Re: socketpair emulation
25410              From: Nicholas Clark <nick@unfortu.net> 
25411              Date: Wed, 26 Dec 2001 20:08:14 +0000
25412              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
25413      Branch: perl
25414            ! ext/Socket/socketpair.t
25415 ____________________________________________________________________________
25416 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
25417         Log: Subject: [DOC PATCH] left is right and right is left
25418              From: Philip Newton <Philip.Newton@gmx.net>
25419              Date: Thu, 27 Dec 2001 10:04:17 +0100
25420              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
25421      Branch: perl
25422            ! pod/perlfunc.pod pod/perlport.pod
25423 ____________________________________________________________________________
25424 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
25425         Log: Subject: [PATCH] check return of close
25426              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25427              Date: 27 Dec 2001 09:47:30 +0100
25428              Message-ID: <m3ellhgicd.fsf@anima.de> 
25429              
25430              Subject: [PATCH] improve error reporting
25431              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25432              Date: 27 Dec 2001 09:54:55 +0100
25433              Message-ID: <m3adw5gi00.fsf@anima.de> 
25434              
25435              Subject: [PATCH] check return value of close
25436              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25437              Date: 27 Dec 2001 10:03:55 +0100
25438              Message-ID: <m3666tghl0.fsf@anima.de> 
25439              
25440              Subject: [PATCH] return of close
25441              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25442              Date: 27 Dec 2001 10:22:15 +0100
25443              Message-ID: <m31yhhggqg.fsf@anima.de> 
25444      Branch: perl
25445            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
25446            ! t/io/fflush.t
25447 ____________________________________________________________________________
25448 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
25449         Log: Subject: [PATCH] check return of close
25450              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25451              Date: 27 Dec 2001 09:47:30 +0100
25452              Message-ID: <m3ellhgicd.fsf@anima.de> 
25453      Branch: perl
25454            ! t/base/rs.t
25455 ____________________________________________________________________________
25456 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
25457         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
25458              From: andreas.koenig@anima.de (Andreas J. Koenig)
25459              Date: 27 Dec 2001 09:21:16 +0100
25460              Message-ID: <m3n105gjk3.fsf@anima.de>
25461      Branch: perl
25462            ! t/op/sysio.t
25463 ____________________________________________________________________________
25464 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
25465         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
25466              From: "Gerrit P. Haase" <gp@familiehaase.de>
25467              Date: Thu, 27 Dec 2001 09:23:55 +0100 
25468              Message-ID: <98211521662.20011227092355@familiehaase.de>
25469      Branch: perl
25470            ! lib/ExtUtils/t/MM_Cygwin.t
25471 ____________________________________________________________________________
25472 [ 13900] By: nick                                  on 2001/12/27  11:11:51
25473         Log: Integrate mainline
25474      Branch: perlio
25475           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
25476           +> lib/File/Spec/NW5.pm
25477           !> (integrate 52 files)
25478 ____________________________________________________________________________
25479 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
25480         Log: Replace the awful (most likely generated and not very persistent)
25481              URL with something tangible.
25482      Branch: perl
25483            ! README.hpux
25484 ____________________________________________________________________________
25485 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
25486         Log: Naughty /dev/printer (ls -l, really) of IRIX.
25487      Branch: perl
25488            ! t/op/stat.t
25489 ____________________________________________________________________________
25490 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
25491         Log: Upgrade to Net::Ping 2.10.
25492      Branch: perl
25493            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
25494            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
25495            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
25496            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
25497 ____________________________________________________________________________
25498 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
25499         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
25500              (this showed up in Benchmark.t)
25501      Branch: perl
25502            ! pp_sys.c
25503 ____________________________________________________________________________
25504 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
25505         Log: BeOS updates.
25506      Branch: perl
25507            ! README.beos beos/beos.c
25508 ____________________________________________________________________________
25509 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
25510         Log: Subject: Re: bleadperl doesn't compile
25511              From: "Gerrit P. Haase" <gp@familiehaase.de>
25512              Date: Wed, 26 Dec 2001 21:29:08 +0100
25513              Message-ID: <22168634623.20011226212908@familiehaase.de>
25514              
25515              Cygwin with multiplicity.
25516      Branch: perl
25517            ! perlio.c
25518 ____________________________________________________________________________
25519 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
25520         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
25521              From: Nicholas Clark <nick@ccl4.org>
25522              Date: Wed, 26 Dec 2001 19:07:33 +0000
25523              Message-ID: <20011226190732.J48842@plum.flirble.org>            
25524              
25525              socketpair() (un)signedness nit.
25526      Branch: perl
25527            ! util.c
25528 ____________________________________________________________________________
25529 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
25530         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
25531              From: Nicholas Clark <nick@ccl4.org>
25532              Date: Wed, 26 Dec 2001 19:19:47 +0000
25533              Message-ID: <20011226191946.K48842@plum.flirble.org>
25534              
25535              Use report_evil_fh().
25536      Branch: perl
25537            ! doio.c
25538 ____________________________________________________________________________
25539 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
25540         Log: Bad $? assumptions.
25541      Branch: perl
25542            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
25543 ____________________________________________________________________________
25544 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
25545         Log: Net::Ping isn't going to work much without
25546              the Socket extension; fail more gracefully.
25547      Branch: perl
25548            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
25549            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
25550            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
25551            ! lib/Net/Ping/t/300_ping_stream.t
25552 ____________________________________________________________________________
25553 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
25554         Log: metaconfig unit change for #13888.
25555      Branch: metaconfig
25556            ! U/modified/Oldconfig.U
25557 ____________________________________________________________________________
25558 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
25559         Log: test -d /system is a bit too generic test for VOS
25560              (false hit in BeOS)
25561      Branch: perl
25562            ! Configure
25563 ____________________________________________________________________________
25564 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
25565         Log: No AF_UNIX in BeOS.
25566      Branch: perl
25567            ! util.c
25568 ____________________________________________________________________________
25569 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
25570         Log: FAQ sync.
25571      Branch: perl
25572            ! pod/perlfaq5.pod
25573 ____________________________________________________________________________
25574 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
25575         Log: Update Changes.
25576      Branch: perl
25577            ! Changes patchlevel.h
25578 ____________________________________________________________________________
25579 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
25580         Log: Make -t equal -tw.
25581      Branch: perl
25582            ! perl.c pod/perlrun.pod
25583 ____________________________________________________________________________
25584 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
25585         Log: Subject: Re: Not OK 13881
25586              From: John Peacock <jpeacock@rowman.com>
25587              Date: Tue, 25 Dec 2001 06:02:12 -0500
25588              Message-ID: <3C285CB4.8040006@rowman.com>
25589      Branch: perl
25590            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
25591 ____________________________________________________________________________
25592 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
25593         Log: Subject: Re: Not OK 13881
25594              From: andreas.koenig@anima.de (Andreas J. Koenig)
25595              Date: 25 Dec 2001 07:33:23 +0100
25596              Message-ID: <m3bsgnajws.fsf@anima.de>
25597      Branch: perl
25598            ! op.c
25599 ____________________________________________________________________________
25600 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
25601         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
25602              From: Mark-Jason Dominus <mjd@plover.com>    
25603              Date: Mon, 24 Dec 2001 18:14:48 -0500
25604              Message-ID: <20011224231448.25826.qmail@plover.com>
25605      Branch: perl
25606            ! op.c t/op/eval.t
25607 ____________________________________________________________________________
25608 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
25609         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
25610              From: Dave Rolsky <autarch@urth.org>
25611              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
25612              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
25613      Branch: perl
25614            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
25615            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
25616            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
25617            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25618            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
25619 ____________________________________________________________________________
25620 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
25621         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
25622              From: Jeffrey Friedl <jfriedl@yahoo.com>
25623              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
25624              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
25625              
25626              The rest of the tests for plus few extras.
25627      Branch: perl
25628            ! t/op/pat.t
25629 ____________________________________________________________________________
25630 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
25631         Log: metaconfig unit change for #13877.
25632      Branch: metaconfig
25633            ! U/modified/Unix.U
25634 ____________________________________________________________________________
25635 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
25636         Log: No-op.
25637      Branch: perl
25638            ! Configure
25639 ____________________________________________________________________________
25640 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
25641         Log: More constant casting.
25642      Branch: perl
25643            ! regexec.c
25644 ____________________________________________________________________________
25645 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
25646         Log: Subject: perlhack.pod 
25647              From: "John P. Linderman" <jpl@research.att.com>
25648              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
25649              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
25650      Branch: perl
25651            ! pod/perlhack.pod
25652 ____________________________________________________________________________
25653 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
25654         Log: File::Find patch patches from Thomas Wegner.
25655      Branch: perl
25656            ! lib/File/Find.pm
25657 ____________________________________________________________________________
25658 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
25659         Log: Subject: Re: socketpair emulation 
25660              From: Nicholas Clark <nick@unfortu.net>                 
25661              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
25662              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
25663      Branch: perl
25664            ! ext/Socket/socketpair.t
25665 ____________________________________________________________________________
25666 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
25667         Log: Must cast constants if they can be quads.
25668      Branch: perl
25669            ! regcomp.c
25670 ____________________________________________________________________________
25671 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
25672         Log: Promote the e/uid to wide enough un/signed integers
25673              and printf them as such.
25674      Branch: perl
25675            ! taint.c
25676 ____________________________________________________________________________
25677 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
25678         Log: metaconfig unit change for #13869.
25679      Branch: metaconfig/U/perl
25680            ! d_u32align.U
25681 ____________________________________________________________________________
25682 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
25683         Log: The U32 alignment test wasn't really working, noticed
25684              by Paul Green.  Now the test works, but this means that
25685              we may see coredumps from the test.   I sure hope MMUless
25686              places don't crash on the test.
25687      Branch: perl
25688            ! Configure
25689 ____________________________________________________________________________
25690 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
25691         Log: metaconfig unit changes for #13867.
25692      Branch: metaconfig
25693            ! U/compline/nblock_io.U U/modified/Unix.U
25694            ! U/modified/spitshell.U
25695 ____________________________________________________________________________
25696 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
25697         Log: More VOS tweaks.
25698      Branch: perl
25699            ! Configure
25700 ____________________________________________________________________________
25701 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
25702         Log: The funky final sigma casefolding.
25703      Branch: perl
25704            ! regcomp.c regexec.c t/op/pat.t utf8.h
25705 ____________________________________________________________________________
25706 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
25707         Log: Update Changes.
25708      Branch: perl
25709            ! Changes patchlevel.h
25710 ____________________________________________________________________________
25711 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
25712         Log: Move the \C and \X to pat.t.
25713      Branch: perl
25714            ! t/op/pat.t t/op/re_tests
25715 ____________________________________________________________________________
25716 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
25717         Log: More logical test ordering.
25718      Branch: perl
25719            ! perl.h
25720 ____________________________________________________________________________
25721 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
25722         Log: Integrate perlio:
25723              
25724              [ 13854]
25725              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
25726              
25727              [ 13853]
25728              Put PerlIO stuff inside EXTERN C
25729              
25730              [ 13852]
25731              Add at least the "important" PerlIO_xxxx functions to embed.pl
25732              so that they get implicit pTHX_ and we can avoid slow dTHX.
25733      Branch: perl
25734           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
25735           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
25736           !> win32/win32.c
25737 ____________________________________________________________________________
25738 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
25739         Log: Even more \X fixing.
25740      Branch: perl
25741            ! regexec.c t/op/pat.t
25742 ____________________________________________________________________________
25743 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
25744         Log: More \X fixing.
25745      Branch: perl
25746            ! regexec.c t/op/pat.t
25747 ____________________________________________________________________________
25748 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
25749         Log: Fix encoding pragma.
25750      Branch: perl
25751            ! regcomp.c
25752 ____________________________________________________________________________
25753 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
25754         Log: Subject: socketpair emulation
25755              From: Nicholas Clark <nick@unfortu.net>
25756              Date: Sat, 22 Dec 2001 18:38:18 +0000
25757              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
25758      Branch: perl
25759            + ext/Socket/socketpair.t
25760            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
25761            ! pp_sys.c proto.h util.c
25762 ____________________________________________________________________________
25763 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
25764         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
25765              From: Jeffrey Friedl <jfriedl@yahoo.com>
25766              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
25767              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
25768              
25769              (partially applied, most of the new tests need to be rethought)
25770      Branch: perl
25771            ! regcomp.c t/op/re_tests
25772 ____________________________________________________________________________
25773 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
25774         Log: Small tweaks.
25775      Branch: perl
25776            ! handy.h regexec.c
25777 ____________________________________________________________________________
25778 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
25779         Log: Unicode casefolding continues.
25780              (lib/encoding.t still failing.)
25781      Branch: perl
25782            ! regexec.c t/op/pat.t
25783 ____________________________________________________________________________
25784 [ 13854] By: nick                                  on 2001/12/22  20:01:27
25785         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
25786      Branch: perlio
25787            ! makedef.pl perlio.h perlio.sym win32/win32.c
25788 ____________________________________________________________________________
25789 [ 13853] By: nick                                  on 2001/12/22  19:58:53
25790         Log: Put PerlIO stuff inside EXTERN C
25791      Branch: perlio
25792            ! embed.pl proto.h
25793 ____________________________________________________________________________
25794 [ 13852] By: nick                                  on 2001/12/22  18:04:34
25795         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
25796              so that they get implicit pTHX_ and we can avoid slow dTHX.
25797      Branch: perlio
25798            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
25799            ! perlio.h pod/perlapi.pod proto.h
25800 ____________________________________________________________________________
25801 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
25802         Log: metaconfig unit change for #13850.
25803      Branch: metaconfig
25804            ! U/modified/Loc.U
25805 ____________________________________________________________________________
25806 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
25807         Log: Rework the make logic (again).
25808      Branch: perl
25809            ! Configure
25810 ____________________________________________________________________________
25811 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
25812         Log: Integrate perlio:
25813              
25814              [ 13848]
25815              The CR at EOF fix earlier broke CR at end-of-buffer.
25816              This should be okay for both?
25817              
25818              [ 13847]
25819              Correct checking code which Ilya spotted was tripped by CR at EOF.
25820              Also tone down perl -DP tracing of sv_gets.
25821              
25822              [ 13846]
25823              Fix mis-parse of autoloaded usage code by declaring the sub
25824      Branch: perl
25825            ! regexec.c
25826           !> ext/POSIX/POSIX.pm perlio.c sv.c
25827 ____________________________________________________________________________
25828 [ 13848] By: nick                                  on 2001/12/22  15:11:17
25829         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
25830              This should be okay for both?
25831      Branch: perlio
25832            ! perlio.c
25833 ____________________________________________________________________________
25834 [ 13847] By: nick                                  on 2001/12/22  12:26:32
25835         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
25836              Also tone down perl -DP tracing of sv_gets.
25837      Branch: perlio
25838            ! perlio.c sv.c
25839 ____________________________________________________________________________
25840 [ 13846] By: nick                                  on 2001/12/22  10:49:27
25841         Log: Fix mis-parse of autoloaded usage code by declaring the sub
25842      Branch: perlio
25843            ! ext/POSIX/POSIX.pm
25844 ____________________________________________________________________________
25845 [ 13845] By: nick                                  on 2001/12/22  10:44:11
25846         Log: Integrate mainline - some fails:
25847              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
25848              -------------------------------------------------------------------------------
25849              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
25850              ../lib/encoding.t                    19    2  10.53%  17-18
25851              op/pat.t                            770    3   0.39%  754-755 757
25852      Branch: perlio
25853           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
25854           !> (integrate 36 files)
25855 ____________________________________________________________________________
25856 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
25857         Log: More Unicode casing fixes.
25858      Branch: perl
25859            ! regexec.c t/op/pat.t
25860 ____________________________________________________________________________
25861 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
25862         Log: Unicode casefolding fixes.
25863      Branch: perl
25864            ! op.c regcomp.c regexec.c t/op/pat.t
25865 ____________________________________________________________________________
25866 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
25867         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
25868              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
25869              Date: Sat, 22 Dec 2001 00:01:29 +0100
25870              Message-ID: <20011222000129.A713@rafael>
25871      Branch: perl
25872            ! ext/B/B/Deparse.pm
25873 ____________________________________________________________________________
25874 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
25875         Log: VOS config from Paul Green.
25876      Branch: perl
25877            ! hints/vos.sh
25878 ____________________________________________________________________________
25879 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
25880         Log: Subject: [PATCH @13746] CreateTTY on OS/2
25881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25882              Date: Fri, 21 Dec 2001 15:59:45 -0500
25883              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
25884      Branch: perl
25885            ! lib/perl5db.pl
25886 ____________________________________________________________________________
25887 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
25888         Log: Subject: [PATCH @13746] uninstalled build of modules broken
25889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25890              Date: Fri, 21 Dec 2001 15:49:09 -0500
25891              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
25892      Branch: perl
25893            ! lib/ExtUtils/MM_Unix.pm
25894 ____________________________________________________________________________
25895 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
25896         Log: Subject: [PATCH @13746] OS/2 File::* modules
25897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25898              Date: Fri, 21 Dec 2001 15:43:24 -0500
25899              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
25900      Branch: perl
25901            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
25902 ____________________________________________________________________________
25903 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
25904         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
25905              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25906              Date: Fri, 21 Dec 2001 17:29:07 +0100
25907              Message-ID: <3C236353.6625C4C0@alcatel.at>
25908      Branch: perl
25909            ! pod/perltie.pod
25910 ____________________________________________________________________________
25911 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
25912         Log: metaconfig unit changes for #13835
25913      Branch: metaconfig
25914            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
25915            ! U/modified/sh.U
25916 ____________________________________________________________________________
25917 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
25918         Log: Further VOS tweaks: the _exe needs to be introduced
25919              in the very beginning, and the make/gmake needs special
25920              VOS logic.
25921      Branch: perl
25922            ! Configure Makefile.SH
25923 ____________________________________________________________________________
25924 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
25925         Log: Update Changes.
25926      Branch: perl
25927            ! Changes patchlevel.h
25928 ____________________________________________________________________________
25929 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
25930         Log: metaconfig unit change for #13832.
25931      Branch: metaconfig
25932            ! U/modified/spitshell.U
25933 ____________________________________________________________________________
25934 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
25935         Log: Also the search for cat needs to be _exe-aware.
25936      Branch: perl
25937            ! Configure
25938 ____________________________________________________________________________
25939 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
25940         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
25941              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25942              Date: Fri, 21 Dec 2001 14:02:01 +0100
25943              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
25944      Branch: perl
25945            ! ext/B/B/Xref.pm
25946 ____________________________________________________________________________
25947 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
25948         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
25949      Branch: perl
25950            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
25951            ! ext/B/t/assembler.t
25952 ____________________________________________________________________________
25953 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
25954         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
25955              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25956              Date: Fri, 21 Dec 2001 11:15:38 +0100
25957              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
25958      Branch: perl
25959            ! hv.c
25960 ____________________________________________________________________________
25961 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
25962         Log: A plan is good.
25963      Branch: perl
25964            ! ext/re/re.t
25965 ____________________________________________________________________________
25966 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
25967         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
25968              From: chromatic <chromatic@rmci.net>
25969              Date: Thu, 20 Dec 2001 16:16:48 -0700
25970              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
25971      Branch: perl
25972            + ext/re/re.t
25973            ! MANIFEST
25974 ____________________________________________________________________________
25975 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
25976         Log: Synchronize the skippage message.
25977      Branch: perl
25978            ! lib/ExtUtils/t/MM_OS2.t
25979 ____________________________________________________________________________
25980 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
25981         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
25982              From: chromatic <chromatic@rmci.net>
25983              Date: Thu, 20 Dec 2001 16:09:10 -0700
25984              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
25985      Branch: perl
25986            + lib/ExtUtils/t/MM_OS2.t
25987            ! MANIFEST
25988 ____________________________________________________________________________
25989 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
25990         Log: Subject: perlfunc.pod patch re flock via fcntl
25991              From: "Tye McQueen" <tye@metronet.com>
25992              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
25993              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
25994      Branch: perl
25995            ! pod/perlfunc.pod
25996 ____________________________________________________________________________
25997 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
25998         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
25999              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
26000              (the Unicode maximum code point) warnable offenses.
26001      Branch: perl
26002            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
26003            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
26004 ____________________________________________________________________________
26005 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
26006         Log: Sterner admonishment on -t.
26007      Branch: perl
26008            ! pod/perlrun.pod
26009 ____________________________________________________________________________
26010 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
26011         Log: Subject: [PATCH B::Dpparse] minor qr// fix
26012              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26013              Date: Thu, 20 Dec 2001 22:53:34 +0100
26014              Message-ID: <20011220225334.A735@rafael>
26015      Branch: perl
26016            ! ext/B/B/Deparse.pm
26017 ____________________________________________________________________________
26018 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
26019         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
26020              From: Robert Spier <rspier@pobox.com>
26021              Date: Thu, 20 Dec 2001 08:10:00 -0800
26022              Message-ID: <15394.3416.693353.107334@rls.cx>
26023      Branch: perl
26024            ! lib/Carp/Heavy.pm
26025 ____________________________________________________________________________
26026 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
26027         Log: Integrate perlio:
26028              
26029              [ 13815]
26030              pTHX_ fixes for :win32 layer
26031      Branch: perl
26032           !> win32/win32io.c
26033 ____________________________________________________________________________
26034 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
26035         Log: Subject: Re: [PATCH pod/perliol.pod] resend
26036              From: Stas Bekman <stas@stason.org>
26037              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
26038              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
26039      Branch: perl
26040            ! pod/perliol.pod
26041 ____________________________________________________________________________
26042 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
26043         Log: Fix up the APIs noone hopefully uses.
26044      Branch: perl
26045            ! utf8.c
26046 ____________________________________________________________________________
26047 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
26048         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
26049              Date: Wed, 19 Dec 2001 14:13:38 -0800
26050              From: Robert Spier <rspier@pobox.com>
26051              Message-ID: <15393.4370.605214.548582@rls.cx>
26052      Branch: perl
26053            ! lib/Carp.t lib/Carp/Heavy.pm
26054 ____________________________________________________________________________
26055 [ 13815] By: nick                                  on 2001/12/20  10:23:42
26056         Log: pTHX_ fixes for :win32 layer
26057      Branch: perlio
26058            ! win32/win32io.c
26059 ____________________________________________________________________________
26060 [ 13814] By: nick                                  on 2001/12/20  08:20:11
26061         Log: Integrate mainline (mostly) utf8.c does not compile.
26062      Branch: perlio
26063           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
26064           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26065           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26066           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
26067           +> lib/Net/Ping/t/300_ping_stream.t
26068           !> Changes MANIFEST embed.h embed.pl embedvar.h
26069           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
26070           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
26071           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
26072           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
26073           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
26074 ____________________________________________________________________________
26075 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
26076         Log: Some bincompat clawbacks.
26077      Branch: perl
26078            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
26079            ! wince/perldll.def
26080 ____________________________________________________________________________
26081 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
26082         Log: gcc pacifying (RH 7.1/ia64).
26083      Branch: perl
26084            ! pp.c
26085 ____________________________________________________________________________
26086 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
26087         Log: Update Changes.
26088      Branch: perl
26089            ! Changes patchlevel.h
26090 ____________________________________________________________________________
26091 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
26092         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
26093              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26094              Date: Wed, 19 Dec 2001 12:35:07 +0100
26095              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
26096              
26097              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
26098              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26099              Date: Wed, 19 Dec 2001 17:34:51 +0000
26100              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
26101      Branch: perl
26102            ! pod/perlre.pod
26103 ____________________________________________________________________________
26104 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
26105         Log: Integrate perlio:
26106              
26107              [ 13808]
26108              Add pTHX to all vtable functions for future-proofing and
26109              consistency of PerlIO layers.
26110              
26111              [ 13797]
26112              Remove the sometimes-lvalue cast
26113              
26114              [ 13796]
26115              alarm.t with -Uuseperlio fix
26116              - SA_RESTART should only be function of PERL_OLD_SIGNALS
26117              not USE_PERLIO
26118              
26119              [ 13795]
26120              Fix READONLY hashes:
26121              1. Discovered need for disabled scope.c part of Jeff's patch.
26122              2. Corrected hv_delete* - entry was being de-linked from
26123              chain (patch program not smart enough?)
26124      Branch: perl
26125           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26126           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
26127 ____________________________________________________________________________
26128 [ 13808] By: nick                                  on 2001/12/19  16:08:27
26129         Log: Add pTHX to all vtable functions for future-proofing and
26130              consistency of PerlIO layers.
26131      Branch: perlio
26132            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26133            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
26134 ____________________________________________________________________________
26135 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
26136         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
26137      Branch: perl
26138            ! ext/B/B/Assembler.pm
26139 ____________________________________________________________________________
26140 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
26141         Log: Reword the alarm explanation.
26142      Branch: perl
26143            ! pod/perlfunc.pod
26144 ____________________________________________________________________________
26145 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
26146         Log: Subject: [PATCH @13746] OS/2 build
26147              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
26148              Date: Wed, 19 Dec 2001 02:45:41 -0500
26149              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
26150              
26151              (skipped the t/TEST change)
26152      Branch: perl
26153            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
26154            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
26155            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
26156 ____________________________________________________________________________
26157 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
26158         Log: Upgrade to Net::Ping 2.09.
26159      Branch: perl
26160            + lib/Net/Ping/CHANGES lib/Net/Ping/README
26161            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26162            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26163            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
26164            + lib/Net/Ping/t/300_ping_stream.t
26165            ! MANIFEST lib/Net/Ping.pm
26166 ____________________________________________________________________________
26167 [ 13803] By: nick                                  on 2001/12/19  14:43:24
26168         Log: Integrate mainline
26169      Branch: perlio
26170           +> ext/B/t/assembler.t lib/lib.t
26171           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
26172           !> lib/lib_pm.PL t/op/glob.t utf8.c
26173 ____________________________________________________________________________
26174 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
26175         Log: B::Assembler/B::Disassembler patches and test;
26176              from Wolfgang Laun.
26177              
26178              TODO: getting perlcc working.
26179      Branch: perl
26180            + ext/B/t/assembler.t
26181            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
26182 ____________________________________________________________________________
26183 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
26184         Log: Can't printf U8s as UVs.
26185      Branch: perl
26186            ! utf8.c
26187 ____________________________________________________________________________
26188 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
26189         Log: Subject: Re: [PATCH] ...while $var = glob(...)
26190              From: Robin Houston <robin@kitsite.com> 
26191              Date: Wed, 19 Dec 2001 13:48:55 +0000
26192              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
26193              
26194              Not exactly a glob test but internal-logically correct.
26195      Branch: perl
26196            ! t/op/glob.t
26197 ____________________________________________________________________________
26198 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
26199         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
26200              From: Michael G Schwern <schwern@pobox.com> 
26201              Date: Wed, 19 Dec 2001 07:42:54 -0500
26202              Message-ID: <20011219124254.GF8630@blackrider>
26203      Branch: perl
26204            + lib/lib.t
26205            ! MANIFEST lib/lib_pm.PL
26206 ____________________________________________________________________________
26207 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
26208         Log: Integrate with perlio.
26209      Branch: perl
26210           !> hv.c hv.h scope.c util.c
26211 ____________________________________________________________________________
26212 [ 13797] By: nick                                  on 2001/12/19  12:03:21
26213         Log: Remove the sometimes-lvalue cast
26214      Branch: perlio
26215            ! hv.h
26216 ____________________________________________________________________________
26217 [ 13796] By: nick                                  on 2001/12/19  11:02:27
26218         Log: alarm.t with -Uuseperlio fix
26219              - SA_RESTART should only be function of PERL_OLD_SIGNALS
26220              not USE_PERLIO
26221      Branch: perlio
26222            ! util.c
26223 ____________________________________________________________________________
26224 [ 13795] By: nick                                  on 2001/12/19  10:19:40
26225         Log: Fix READONLY hashes:
26226              1. Discovered need for disabled scope.c part of Jeff's patch.
26227              2. Corrected hv_delete* - entry was being de-linked from
26228              chain (patch program not smart enough?)
26229      Branch: perlio
26230            ! hv.c scope.c
26231 ____________________________________________________________________________
26232 [ 13794] By: nick                                  on 2001/12/19  09:35:13
26233         Log: Integrate mainline
26234      Branch: perlio
26235           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
26236           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
26237           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
26238           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
26239           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
26240 ____________________________________________________________________________
26241 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
26242         Log: Regen toc.
26243      Branch: perl
26244            ! pod/perltoc.pod
26245 ____________________________________________________________________________
26246 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
26247         Log: FAQ sync.
26248      Branch: perl
26249            ! pod/perlfaq5.pod
26250 ____________________________________________________________________________
26251 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
26252         Log: Reformat round.
26253      Branch: perl
26254            ! pod/perlunicode.pod
26255 ____________________________________________________________________________
26256 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
26257         Log: Subject: [PATCH] pod/perlunicode.pod
26258              From: Jeffrey Friedl <jfriedl@yahoo.com>
26259              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
26260              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
26261      Branch: perl
26262            ! pod/perlunicode.pod
26263 ____________________________________________________________________________
26264 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
26265         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
26266              From: Jeffrey Friedl <jfriedl@yahoo.com>
26267              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
26268              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
26269      Branch: perl
26270            ! pod/perluniintro.pod
26271 ____________________________________________________________________________
26272 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
26273         Log: Slight pod reformatting.
26274      Branch: perl
26275            ! pod/perluniintro.pod
26276 ____________________________________________________________________________
26277 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
26278         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
26279              From: Jeffrey Friedl <jfriedl@yahoo.com>    
26280              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
26281              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
26282      Branch: perl
26283            ! pod/perluniintro.pod
26284 ____________________________________________________________________________
26285 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
26286         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
26287              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26288              Date: Wed, 19 Dec 2001 01:45:23 +0000
26289              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
26290      Branch: perl
26291            ! sv.c
26292 ____________________________________________________________________________
26293 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
26294         Log: Subject: Porting/checkURL.pl
26295              From: abigail@foad.org
26296              Date: Tue, 18 Dec 2001 19:03:22 +0100          
26297              Message-ID: <20011218180322.8278.qmail@foad.org> 
26298      Branch: perl
26299            ! Porting/checkURL.pl
26300 ____________________________________________________________________________
26301 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
26302         Log: metaconfig unit change for #13783.
26303      Branch: metaconfig
26304            ! U/modified/Loc.U
26305 ____________________________________________________________________________
26306 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
26307         Log: A bit too oversweeping matching in #13778.
26308      Branch: perl
26309            ! Configure
26310 ____________________________________________________________________________
26311 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
26312         Log: Re-gen Configure based on #13778..13781.
26313      Branch: perl
26314            ! Configure config_h.SH
26315 ____________________________________________________________________________
26316 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
26317         Log: First assume that crypt() can live happy normal life in
26318              the libc or the moral equivalent; only then try magic.
26319      Branch: metaconfig
26320            + U/modified/d_crypt.U
26321 ____________________________________________________________________________
26322 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
26323         Log: In VOS ACLs confuse the testing.
26324      Branch: metaconfig
26325            ! U/modified/Findhdr.U
26326 ____________________________________________________________________________
26327 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
26328         Log: Either make or gmake.
26329      Branch: metaconfig
26330            ! U/modified/Loc.U
26331 ____________________________________________________________________________
26332 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
26333         Log: If your _exe is different from .exe and your test -f $foo
26334              doesn't do magic to recognize $foo$_exe, you will need to
26335              specify -D_exe=... on command line-- and this patch.
26336      Branch: metaconfig
26337            + U/modified/sh.U
26338            ! U/modified/Loc.U
26339 ____________________________________________________________________________
26340 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
26341         Log: Fix the bugs in #13768..13776, and regen Configure.
26342      Branch: metaconfig
26343            ! U/compline/nblock_io.U U/modified/Findhdr.U
26344            ! U/modified/spitshell.U
26345      Branch: metaconfig/U/perl
26346            ! issymlink.U perlpath.U
26347      Branch: perl
26348            ! Configure config_h.SH
26349 ____________________________________________________________________________
26350 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
26351         Log: Must test with $_exe. (There are plenty of similar
26352              spots earlier but they are a tad more complex to fix
26353              since they come before the hints are run.)
26354      Branch: metaconfig
26355            + U/modified/yacc.U
26356 ____________________________________________________________________________
26357 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
26358         Log: F_SETFL might require <fcntl.h>
26359      Branch: metaconfig
26360            ! U/compline/nblock_io.U
26361 ____________________________________________________________________________
26362 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
26363         Log: Don't require make; have both make and gmake optional.
26364              (Maybe have a check that at least one of them is available?)
26365      Branch: metaconfig
26366            ! U/modified/Loc.U
26367 ____________________________________________________________________________
26368 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
26369         Log: cat might be farther than /bin or /usr/bin.
26370      Branch: metaconfig
26371            ! U/modified/spitshell.U
26372 ____________________________________________________________________________
26373 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
26374         Log: In VOS the path component separator is >, not /.
26375      Branch: metaconfig
26376            ! U/modified/Findhdr.U
26377 ____________________________________________________________________________
26378 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
26379         Log: The VOS shell doesn't implement the ? wildcard
26380              (? is used for other purposes, I assume); but
26381              it does implement the * wildcard, and that works
26382              in the general case just fine.
26383      Branch: metaconfig/U/perl
26384            ! d_dlsymun.U
26385 ____________________________________________________________________________
26386 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
26387         Log: VOS detection.
26388      Branch: metaconfig
26389            ! U/modified/Oldconfig.U
26390 ____________________________________________________________________________
26391 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
26392         Log: Proper path for VOS.
26393      Branch: metaconfig
26394            ! U/modified/Head.U
26395 ____________________________________________________________________________
26396 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
26397         Log: Change s/>& 4/>&4/g for consistency.
26398      Branch: metaconfig
26399            + U/modified/d_dosuid.U
26400            ! U/modified/d_socket.U
26401      Branch: metaconfig/U/perl
26402            ! issymlink.U perlxvf.U
26403 ____________________________________________________________________________
26404 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
26405         Log: Subject: Re: Benchmark.t failure on Linux
26406              From: Nicholas Clark <nick@ccl4.org>
26407              Date: Tue, 18 Dec 2001 22:51:25 +0000
26408              Message-ID: <20011218225124.N21702@plum.flirble.org>
26409      Branch: perl
26410            ! lib/Benchmark.t
26411 ____________________________________________________________________________
26412 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
26413         Log: Re-applying #13752 until a better solution can be found.
26414      Branch: perl
26415            ! lib/ExtUtils/t/MM_Unix.t
26416 ____________________________________________________________________________
26417 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
26418         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
26419              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
26420              Date: Tue, 18 Dec 2001 12:05:40 -0500
26421              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
26422      Branch: perl
26423            ! lib/Exporter.pm
26424 ____________________________________________________________________________
26425 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
26426         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
26427              findings -- some of the warnings I can't explain except
26428              by NVgf being detected wrong, though.
26429      Branch: perl
26430            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
26431 ____________________________________________________________________________
26432 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
26433         Log: Subject: [PATCH] pod/perluniintro.pod
26434              From: Jeffrey Friedl <jfriedl@yahoo.com>
26435              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
26436              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
26437      Branch: perl
26438            ! pod/perluniintro.pod
26439 ____________________________________________________________________________
26440 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
26441         Log: ".pm" is the native executable suffix in VOS.
26442      Branch: perl
26443            ! hints/vos.sh
26444 ____________________________________________________________________________
26445 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
26446         Log: Integrate perlio:
26447              
26448              [ 13760]
26449              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
26450              - added delete of READONLY value inhibit & test for same
26451              - re-tabbed
26452      Branch: perl
26453           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
26454 ____________________________________________________________________________
26455 [ 13760] By: nick                                  on 2001/12/18  15:55:22
26456         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
26457              - added delete of READONLY value inhibit & test for same
26458              - re-tabbed
26459      Branch: perlio
26460            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
26461 ____________________________________________________________________________
26462 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
26463         Log: (Undone by #13766.)
26464              Retract #13752.
26465      Branch: perl
26466            ! lib/ExtUtils/t/MM_Unix.t
26467 ____________________________________________________________________________
26468 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
26469         Log: Echoes of #13757.
26470      Branch: perl
26471            ! t/lib/warnings/utf8
26472 ____________________________________________________________________________
26473 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
26474         Log: Make the utf8 malformedness messages more verbose.
26475      Branch: perl
26476            ! lib/utf8.t utf8.c
26477 ____________________________________________________________________________
26478 [ 13756] By: nick                                  on 2001/12/18  14:43:58
26479         Log: Integrate mainline
26480      Branch: perlio
26481           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
26482           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
26483           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
26484           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
26485           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
26486           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
26487            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
26488            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
26489            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
26490            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
26491            - lib/ExtUtils/testlib.t
26492           !> (integrate 28 files)
26493 ____________________________________________________________________________
26494 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
26495         Log: README.aix updates from Jens-Uwe Mager.
26496      Branch: perl
26497            ! README.aix
26498 ____________________________________________________________________________
26499 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
26500         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
26501              From: Michael G Schwern <schwern@pobox.com>
26502              Date: Tue, 18 Dec 2001 00:58:18 -0500
26503              Message-ID: <20011218055818.GC4362@blackrider>
26504      Branch: perl
26505            ! lib/Benchmark.t
26506 ____________________________________________________________________________
26507 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
26508         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
26509              From: Michael G Schwern <schwern@pobox.com>
26510              Date: Tue, 18 Dec 2001 00:40:38 -0500
26511              Message-ID: <20011218054038.GB4362@blackrider>
26512      Branch: perl
26513            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
26514 ____________________________________________________________________________
26515 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
26516         Log: (reintroduced by #13766)
26517              (retracted by #13759)
26518              
26519              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
26520              From: Michael G Schwern <schwern@pobox.com>  
26521              Date: Tue, 18 Dec 2001 00:00:23 -0500
26522              Message-ID: <20011218050023.GA27893@blackrider>
26523      Branch: perl
26524            ! lib/ExtUtils/t/MM_Unix.t
26525 ____________________________________________________________________________
26526 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
26527         Log: Re-patch #13749.
26528      Branch: perl
26529            ! t/op/glob.t
26530 ____________________________________________________________________________
26531 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
26532         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
26533              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26534              Date: Tue, 18 Dec 2001 12:55:43 +0000
26535              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
26536      Branch: perl
26537            ! ext/Devel/Peek/Peek.pm
26538 ____________________________________________________________________________
26539 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
26540         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
26541              From: Robin Houston <robin@kitsite.com> 
26542              Date: Tue, 18 Dec 2001 14:54:33 +0000
26543              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
26544      Branch: perl
26545            ! t/op/glob.t
26546 ____________________________________________________________________________
26547 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
26548         Log: Subject: [PATCH] slightly more for Exporter.pm
26549              From: Nicholas Clark <nick@ccl4.org>
26550              Date: Tue, 18 Dec 2001 00:22:03 +0000
26551              Message-ID: <20011218002203.M21702@plum.flirble.org>
26552      Branch: perl
26553            ! lib/Exporter.pm
26554 ____________________________________________________________________________
26555 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
26556         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
26557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26558              Date: Mon, 17 Dec 2001 16:37:18 +0100
26559              Message-ID: <20011217163718.A2292@rafael>
26560              
26561              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
26562              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26563              Date: Mon, 17 Dec 2001 23:17:06 +0100
26564              Message-ID: <20011217231706.A730@rafael>
26565      Branch: perl
26566            ! pod/perlsub.pod pp.c toke.c
26567 ____________________________________________________________________________
26568 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
26569         Log: Update Changes.
26570      Branch: perl
26571            ! Changes patchlevel.h
26572 ____________________________________________________________________________
26573 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
26574         Log: New test warrants a MANIFEST entry.
26575      Branch: perl
26576            ! MANIFEST
26577 ____________________________________________________________________________
26578 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
26579         Log: Subject: Re: [PATCH] ...while $var = glob(...)
26580              From: Robin Houston <robin@kitsite.com>
26581              Date: Mon, 17 Dec 2001 20:27:30 +0000
26582              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
26583              
26584              Can't portably unlink open files.
26585      Branch: perl
26586            ! t/op/glob.t
26587 ____________________________________________________________________________
26588 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
26589         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
26590      Branch: perl
26591            ! pod/perluniintro.pod
26592 ____________________________________________________________________________
26593 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
26594         Log: Move typeglob test from glob.t to gv.t.
26595      Branch: perl
26596            ! t/op/glob.t t/op/gv.t
26597 ____________________________________________________________________________
26598 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
26599         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
26600              From: Robin Houston <robin@kitsite.com> 
26601              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
26602              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
26603      Branch: perl
26604            ! t/op/glob.t
26605 ____________________________________________________________________________
26606 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
26607         Log: Demote the surrogate and non-character errors to warnings.
26608      Branch: perl
26609            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
26610 ____________________________________________________________________________
26611 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
26612         Log: Subject: [PATCH] more POSIX tests, and more autoloading
26613              From: Nicholas Clark <nick@ccl4.org>
26614              Date: Mon, 17 Dec 2001 18:27:47 +0000
26615              Message-ID: <20011217182747.D21702@plum.flirble.org>
26616      Branch: perl
26617            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
26618 ____________________________________________________________________________
26619 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
26620         Log: Subject: [PATCH] ...while $var = glob(...)
26621              From: Robin Houston <robin@kitsite.com> 
26622              Date: Mon, 17 Dec 2001 15:51:54 +0000
26623              Message-ID: <20011217155153.A311@robin.kitsite.com>
26624      Branch: perl
26625            ! op.c
26626 ____________________________________________________________________________
26627 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
26628         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
26629              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26630              Date: Mon, 17 Dec 2001 15:23:01 +0100
26631              Message-ID: <20011217152301.A704@rafael>
26632      Branch: perl
26633            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
26634 ____________________________________________________________________________
26635 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
26636         Log: The system() vs $SIG{ARLM} is no more a todo.
26637      Branch: perl
26638            ! t/op/alarm.t
26639 ____________________________________________________________________________
26640 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
26641         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
26642              From: Michael G Schwern <schwern@pobox.com>
26643              Date: Sun, 16 Dec 2001 23:59:01 -0500
26644              Message-ID: <20011217045901.GL17232@blackrider>
26645      Branch: perl
26646            + t/op/alarm.t
26647            ! MANIFEST
26648 ____________________________________________________________________________
26649 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
26650         Log: s/UNIX/Unix/
26651      Branch: perl
26652            ! MANIFEST
26653 ____________________________________________________________________________
26654 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
26655         Log: Move ExtUtils tests to lib/ExtUtils/t.
26656      Branch: perl
26657            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
26658            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
26659            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
26660            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
26661            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
26662            + lib/ExtUtils/t/testlib.t
26663            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
26664            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
26665            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
26666            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
26667            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
26668            ! MANIFEST
26669 ____________________________________________________________________________
26670 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
26671         Log: Subject: [PATCH] MM_Unix tests, and some questions
26672              From: Tels <perl_dummy@bloodgate.com>
26673              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
26674              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
26675              
26676              Subject: Re: [PATCH] MM_Unix tests, and some questions
26677              From: Tels <perl_dummy@bloodgate.com>
26678              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
26679              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
26680      Branch: perl
26681            + lib/ExtUtils/MM_Unix.t
26682            ! MANIFEST lib/ExtUtils/MM_Unix.pm
26683 ____________________________________________________________________________
26684 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
26685         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
26686              From: Michael G Schwern <schwern@pobox.com>
26687              Date: Sun, 16 Dec 2001 17:53:55 -0500
26688              Message-ID: <20011216225354.GE8900@blackrider>
26689      Branch: perl
26690            ! lib/ExtUtils/MM_Unix.pm
26691 ____________________________________________________________________________
26692 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
26693         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
26694              From: Michael G Schwern <schwern@pobox.com>                
26695              Date: Sun, 16 Dec 2001 16:12:55 -0500
26696              Message-ID: <20011216211255.GV8900@blackrider>
26697      Branch: perl
26698            ! ext/B/B/Deparse.pm
26699 ____________________________________________________________________________
26700 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
26701         Log: Subject: [PATCH] Exporter.pm
26702              From: Nicholas Clark <nick@ccl4.org>
26703              Date: Sun, 16 Dec 2001 19:24:25 +0000
26704              Message-ID: <20011216192425.R21702@plum.flirble.org>
26705      Branch: perl
26706            ! lib/Exporter.pm
26707 ____________________________________________________________________________
26708 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
26709         Log: Subject: [PATCH] Exporter.t (and question)
26710              From: Nicholas Clark <nick@ccl4.org>
26711              Date: Sun, 16 Dec 2001 17:24:55 +0000
26712              Message-ID: <20011216172455.P21702@plum.flirble.org>
26713      Branch: perl
26714            ! lib/Exporter.t
26715 ____________________________________________________________________________
26716 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
26717         Log: Subject: Re: perl@13661
26718              From: "John P. Linderman" <jpl@research.att.com>              
26719              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
26720              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
26721      Branch: perl
26722            ! pp_sort.c
26723 ____________________________________________________________________________
26724 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
26725         Log: Subject: Will the real Unicode encoding please stand up?
26726              From: Jeffrey Friedl <jfriedl@yahoo.com>
26727              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
26728              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
26729      Branch: perl
26730            ! pod/perluniintro.pod
26731 ____________________________________________________________________________
26732 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
26733         Log: Integrate perlio:
26734              
26735              [ 13724]
26736              Fix for alarm() breaking into wait*().
26737              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
26738              signal handler before caller re-does the system call.
26739      Branch: perl
26740           !> util.c
26741 ____________________________________________________________________________
26742 [ 13724] By: nick                                  on 2001/12/17  09:16:50
26743         Log: Fix for alarm() breaking into wait*().
26744              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
26745              signal handler before caller re-does the system call.
26746      Branch: perlio
26747            ! util.c
26748 ____________________________________________________________________________
26749 [ 13723] By: nick                                  on 2001/12/17  07:45:13
26750         Log: Integrate mainline
26751      Branch: perlio
26752           +> (branch 26 files)
26753           !> (integrate 47 files)
26754 ____________________________________________________________________________
26755 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
26756         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
26757              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
26758              and characters beyond 0x10FFF should be disallowed, too,
26759              but some tests would need changing, but more importantly some
26760              APIs would need remodeling since one can easily generate such
26761              characters either by bitwise complements, tr complements, or
26762              v-strings.
26763      Branch: perl
26764            ! pod/perldiag.pod utf8.c
26765 ____________________________________________________________________________
26766 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
26767         Log: Make surrogates illegal also on EBCDIC.
26768      Branch: perl
26769            ! utf8.c
26770 ____________________________________________________________________________
26771 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
26772         Log: Subject: [patch @13687] Unicode::Collate 0.10
26773              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
26774              Date: Sun, 16 Dec 2001 21:22:12 +0900
26775              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
26776      Branch: perl
26777            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
26778            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
26779 ____________________________________________________________________________
26780 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
26781         Log: More documentation for the encoding pragma.
26782      Branch: perl
26783            ! lib/encoding.pm
26784 ____________________________________________________________________________
26785 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
26786         Log: Subject: [PATCH] lib/open.pm 
26787              From: Jeffrey Friedl <jfriedl@yahoo.com>
26788              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
26789              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
26790      Branch: perl
26791            ! lib/open.pm
26792 ____________________________________________________________________________
26793 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
26794         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
26795              From: chromatic <chromatic@rmci.net>
26796              Date: Sat, 15 Dec 2001 23:24:40 -0700
26797              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
26798      Branch: perl
26799            + lib/ExtUtils/Installed.t
26800            ! MANIFEST
26801 ____________________________________________________________________________
26802 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
26803         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
26804              From: Michael G Schwern <schwern@pobox.com>
26805              Date: Sun, 16 Dec 2001 01:14:00 -0500
26806              Message-ID: <20011216061400.GC8900@blackrider>
26807      Branch: perl
26808            ! lib/diagnostics.pm
26809 ____________________________________________________________________________
26810 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
26811         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
26812              From: Michael G Schwern <schwern@pobox.com>
26813              Date: Sun, 16 Dec 2001 01:12:42 -0500
26814              Message-ID: <20011216061242.GB8900@blackrider>
26815      Branch: perl
26816            ! t/test.pl
26817 ____________________________________________________________________________
26818 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
26819         Log: I sometimes outsmart myself.
26820      Branch: perl
26821            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
26822 ____________________________________________________________________________
26823 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
26824         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
26825              From: Michael G Schwern <schwern@pobox.com>
26826              Date: Sat, 15 Dec 2001 15:08:29 -0500
26827              Message-ID: <20011215200829.GK1548@blackrider>
26828      Branch: perl
26829            ! lib/AutoSplit.pm
26830 ____________________________________________________________________________
26831 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
26832         Log: perlunicode enchancements suggested by Jeffrey Friedl.
26833      Branch: perl
26834            ! pod/perlunicode.pod
26835 ____________________________________________________________________________
26836 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
26837         Log: Subject: [PATCH] perlunicode.pod
26838              From: Jeffrey Friedl <jfriedl@yahoo.com>
26839              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
26840              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
26841      Branch: perl
26842            ! pod/perlunicode.pod
26843 ____________________________________________________________________________
26844 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
26845         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
26846              From: Jeffrey Friedl <jfriedl@yahoo.com>
26847              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
26848              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
26849      Branch: perl
26850            ! lib/utf8_heavy.pl
26851 ____________________________________________________________________________
26852 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
26853         Log: Can't create surrogates; so can't match them, either.
26854      Branch: perl
26855            ! pod/perlunicode.pod
26856 ____________________________________________________________________________
26857 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
26858         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
26859              From: Michael G Schwern <schwern@pobox.com>
26860              Date: Sat, 15 Dec 2001 21:20:35 -0500
26861              Message-ID: <20011216022035.GE5672@blackrider>
26862      Branch: perl
26863            ! t/test.pl
26864 ____________________________________________________________________________
26865 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
26866         Log: Make creating UTF-8 surrogates a punishable act.
26867      Branch: perl
26868            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
26869 ____________________________________________________________________________
26870 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
26871         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
26872      Branch: perl
26873            + lib/unicore/In/172.pl lib/unicore/In/173.pl
26874            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
26875            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
26876            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
26877            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
26878            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
26879 ____________________________________________________________________________
26880 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
26881         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
26882              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26883              Date: Sat, 15 Dec 2001 23:21:43 +0100
26884              Message-ID: <20011215232143.A11790@rafael>
26885      Branch: perl
26886            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
26887 ____________________________________________________________________________
26888 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
26889         Log: Make charnames more robust.
26890      Branch: perl
26891            ! lib/charnames.pm
26892 ____________________________________________________________________________
26893 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
26894         Log: The hoops one has to jump through.
26895      Branch: perl
26896            ! ext/I18N/Langinfo/Langinfo.pm
26897 ____________________________________________________________________________
26898 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
26899         Log: Subject: [PATCH] perlstyle.pod nit on warnings
26900              From: Autrijus Tang <autrijus@egb.elixus.org>
26901              Date: Sat, 15 Dec 2001 04:24:34 -0800
26902              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
26903      Branch: perl
26904            ! pod/perlstyle.pod
26905 ____________________________________________________________________________
26906 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
26907         Log: I don't think we are in FooOS, Toto.
26908      Branch: perl
26909            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
26910 ____________________________________________________________________________
26911 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
26912         Log: Subject: Re: Untested modules update:  There's more than we thought
26913              From: chromatic <chromatic@rmci.net>
26914              Date: Fri, 14 Dec 2001 17:20:24 -0700
26915              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
26916      Branch: perl
26917            + lib/ExtUtils/MM_Cygwin.t
26918            ! MANIFEST
26919 ____________________________________________________________________________
26920 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
26921         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
26922              From: Michael G Schwern <schwern@pobox.com> 
26923              Date: Fri, 14 Dec 2001 20:59:42 -0500
26924              Message-ID: <20011215015942.GF28596@blackrider>
26925      Branch: perl
26926            ! t/TEST
26927 ____________________________________________________________________________
26928 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
26929         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
26930              From: Michael G Schwern <schwern@pobox.com> 
26931              Date: Fri, 14 Dec 2001 20:03:46 -0500
26932              Message-ID: <20011215010346.GD28596@blackrider>
26933      Branch: perl
26934            + ext/B/t/bblock.t
26935            ! MANIFEST
26936 ____________________________________________________________________________
26937 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
26938         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
26939              From: Michael G Schwern <schwern@pobox.com> 
26940              Date: Fri, 14 Dec 2001 19:59:13 -0500
26941              Message-ID: <20011215005913.GC28596@blackrider>
26942      Branch: perl
26943            ! ext/B/B/Bblock.pm
26944 ____________________________________________________________________________
26945 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
26946         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
26947              From: Michael G Schwern <schwern@pobox.com> 
26948              Date: Fri, 14 Dec 2001 19:36:12 -0500
26949              Message-ID: <20011215003611.GA28596@blackrider>
26950      Branch: perl
26951            + ext/B/t/asmdata.t
26952            ! MANIFEST
26953 ____________________________________________________________________________
26954 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
26955         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
26956              From: Michael G Schwern <schwern@pobox.com> 
26957              Date: Fri, 14 Dec 2001 19:14:14 -0500
26958              Message-ID: <20011215001414.GA25077@blackrider>
26959      Branch: perl
26960            ! bytecode.pl ext/B/B/Asmdata.pm
26961 ____________________________________________________________________________
26962 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
26963         Log: Permissions.
26964      Branch: perl
26965            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
26966            ! ext/Devel/PPPort/module3.c
26967 ____________________________________________________________________________
26968 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
26969         Log: Benchmark test from Nicholas Clark.
26970      Branch: perl
26971            + lib/Benchmark.t
26972            ! MANIFEST lib/Benchmark.pm
26973 ____________________________________________________________________________
26974 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
26975         Log: Mithing.
26976      Branch: perl
26977            + lib/Attribute/Handlers/demo/demo2.pl
26978            + lib/Attribute/Handlers/demo/demo3.pl
26979            + lib/Attribute/Handlers/demo/demo4.pl
26980 ____________________________________________________________________________
26981 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
26982         Log: Silence compiler worries found by Schwern/Digital cc.
26983      Branch: perl
26984            ! perlio.c sv.c x2p/str.c
26985 ____________________________________________________________________________
26986 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
26987         Log: User may not have a valid home directory even if
26988              getpwuid() succedds.
26989      Branch: perl
26990            ! ext/File/Glob/t/basic.t
26991 ____________________________________________________________________________
26992 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
26993         Log: Integrate with perlio.  (No changes, but that's okay.)
26994      Branch: perl
26995           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
26996 ____________________________________________________________________________
26997 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
26998         Log: Add a Configure hints file for VOS: the POSIX support
26999              of VOS is getting close to the point where it can run
27000              Configure (some Configure tweaks will be required).
27001      Branch: perl
27002            + hints/vos.sh
27003            ! MANIFEST
27004 ____________________________________________________________________________
27005 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
27006         Log: Update Changes.
27007      Branch: perl
27008            ! Changes patchlevel.h
27009 ____________________________________________________________________________
27010 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
27011         Log: Reintroduce Attribute::Handlers with Spider's fixes.
27012      Branch: perl
27013            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
27014            + lib/Attribute/Handlers/README
27015            + lib/Attribute/Handlers/demo/Demo.pm
27016            + lib/Attribute/Handlers/demo/Descriptions.pm
27017            + lib/Attribute/Handlers/demo/MyClass.pm
27018            + lib/Attribute/Handlers/demo/demo.pl
27019            + lib/Attribute/Handlers/demo/demo_call.pl
27020            + lib/Attribute/Handlers/demo/demo_chain.pl
27021            + lib/Attribute/Handlers/demo/demo_cycle.pl
27022            + lib/Attribute/Handlers/demo/demo_hashdir.pl
27023            + lib/Attribute/Handlers/demo/demo_phases.pl
27024            + lib/Attribute/Handlers/demo/demo_range.pl
27025            + lib/Attribute/Handlers/demo/demo_rawdata.pl
27026            + lib/Attribute/Handlers/t/multi.t
27027            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
27028 ____________________________________________________________________________
27029 [ 13685] By: nick                                  on 2001/12/14  15:57:00
27030         Log: Integrate mainline
27031      Branch: perlio
27032           +> t/run/switcht.t
27033           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
27034           !> perlapi.h pod/perlrun.pod t/TEST taint.c
27035 ____________________________________________________________________________
27036 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
27037         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
27038              From: Michael G Schwern <schwern@pobox.com> 
27039              Date: Thu, 13 Dec 2001 19:27:08 -0500
27040              Message-ID: <20011214002707.GA10532@blackrider>
27041              
27042              (reword the perlrun -t description a bit,
27043              and move the Itaint_warn to the bottom of
27044              the intrpvar.h for binary compatibility)
27045      Branch: perl
27046            + t/run/switcht.t
27047            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
27048            ! perlapi.h pod/perlrun.pod t/TEST taint.c
27049 ____________________________________________________________________________
27050 [ 13683] By: nick                                  on 2001/12/14  12:29:41
27051         Log: Integrate mainline
27052      Branch: perlio
27053           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
27054           +> lib/Term/ReadLine.t t/op/hashassign.t
27055            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
27056            - lib/Attribute/Handlers/README
27057            - lib/Attribute/Handlers/demo/Demo.pm
27058            - lib/Attribute/Handlers/demo/Descriptions.pm
27059            - lib/Attribute/Handlers/demo/MyClass.pm
27060            - lib/Attribute/Handlers/demo/demo.pl
27061            - lib/Attribute/Handlers/demo/demo2.pl
27062            - lib/Attribute/Handlers/demo/demo3.pl
27063            - lib/Attribute/Handlers/demo/demo4.pl
27064            - lib/Attribute/Handlers/demo/demo_call.pl
27065            - lib/Attribute/Handlers/demo/demo_chain.pl
27066            - lib/Attribute/Handlers/demo/demo_cycle.pl
27067            - lib/Attribute/Handlers/demo/demo_hashdir.pl
27068            - lib/Attribute/Handlers/demo/demo_phases.pl
27069            - lib/Attribute/Handlers/demo/demo_range.pl
27070            - lib/Attribute/Handlers/demo/demo_rawdata.pl
27071            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
27072           !> (integrate 101 files)
27073 ____________________________________________________________________________
27074 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
27075         Log: Detypo.
27076      Branch: perl
27077            ! utf8.c
27078 ____________________________________________________________________________
27079 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
27080         Log: Buffer overflow checks.
27081      Branch: perl
27082            ! utf8.c
27083 ____________________________________________________________________________
27084 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
27085         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
27086              From: Spider Boardman <spider@leggy.zk3.dec.com>
27087              Date: Thu, 13 Dec 2001 15:32:51 -0500
27088              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
27089      Branch: perl
27090            ! lib/ExtUtils/Embed.t
27091 ____________________________________________________________________________
27092 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
27093         Log: More on the Unicode "line" definition.
27094      Branch: perl
27095            ! pod/perlunicode.pod
27096 ____________________________________________________________________________
27097 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
27098         Log: Open-ended VERSION?
27099      Branch: perl
27100            ! lib/ExtUtils/Install.pm
27101 ____________________________________________________________________________
27102 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
27103         Log: Subject: [PATCH] Better make distclean
27104              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27105              Date: Thu, 13 Dec 2001 21:10:18 +0100
27106              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
27107      Branch: perl
27108            ! Makefile.SH
27109 ____________________________________________________________________________
27110 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
27111         Log: Remove Memoize::Saves as requested by mjd.
27112      Branch: perl
27113            - lib/Memoize/Saves.pm
27114            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
27115 ____________________________________________________________________________
27116 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
27117         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
27118              From: Michael G Schwern <schwern@pobox.com>
27119              Date: Tue, 11 Dec 2001 23:17:32 -0500
27120              Message-ID: <20011212041732.GS17250@blackrider>
27121      Branch: perl
27122            ! lib/ExtUtils/Install.pm
27123 ____________________________________________________________________________
27124 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
27125         Log: Subject: [PATCH] Re: use utf8; with bad utf8
27126              From: Nicholas Clark <nick@ccl4.org>
27127              Date: Thu, 13 Dec 2001 17:09:39 +0000
27128              Message-ID: <20011213170939.L21702@plum.flirble.org>
27129      Branch: perl
27130            ! t/lib/1_compile.t
27131 ____________________________________________________________________________
27132 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
27133         Log: Subject: (LONG!) Sort benchmarks and patch
27134              From: "John P. Linderman" <jpl@research.att.com>
27135              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
27136              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
27137      Branch: perl
27138            ! pp_sort.c
27139 ____________________________________________________________________________
27140 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
27141         Log: Unadorned numbers evil.
27142      Branch: perl
27143            ! pp.c regcomp.c regexec.c utf8.c utf8.h
27144 ____________________________________________________________________________
27145 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
27146         Log: "preprocessing directive not recognized within macro arg"
27147      Branch: perl
27148            ! ext/Data/Dumper/Dumper.xs
27149 ____________________________________________________________________________
27150 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
27151         Log: Subject: Clarifying the documentation of goto            
27152              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
27153              Date: Thu, 13 Dec 2001 08:57:38 -0500
27154              Message-ID: <3C18BD8B@operamail.com>
27155      Branch: perl
27156            ! pod/perlfunc.pod
27157 ____________________________________________________________________________
27158 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
27159         Log: It could be possible for the case-insensitive
27160              Unicode-aware string comparison to wander off
27161              to the la-la land.
27162      Branch: perl
27163            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
27164            ! regexec.c utf8.c
27165 ____________________________________________________________________________
27166 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
27167         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
27168              From: Michael G Schwern <schwern@pobox.com> 
27169              Date: Wed, 12 Dec 2001 21:53:46 -0500
27170              Message-ID: <20011213025346.GH25129@blackrider>
27171      Branch: perl
27172            ! lib/Net/hostent.t t/op/stat.t t/test.pl
27173 ____________________________________________________________________________
27174 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
27175         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
27176              From: Michael G Schwern <schwern@pobox.com> 
27177              Date: Wed, 12 Dec 2001 20:33:42 -0500
27178              Message-ID: <20011213013342.GX25129@blackrider>
27179      Branch: perl
27180            ! t/io/fs.t
27181 ____________________________________________________________________________
27182 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
27183         Log: Subject: Re: [PATCH] use utf8; tests
27184              From: Nicholas Clark <nick@ccl4.org>
27185              Date: Thu, 13 Dec 2001 00:16:58 +0000
27186              Message-ID: <20011213001658.I21702@plum.flirble.org>
27187      Branch: perl
27188            ! lib/utf8.t
27189 ____________________________________________________________________________
27190 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
27191         Log: EPOC fixes from Olaf Flebbe.
27192      Branch: perl
27193            ! README.epoc epoc/config.sh epoc/createpkg.pl
27194            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
27195 ____________________________________________________________________________
27196 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
27197         Log: Subject: [PATCH perl@13661] VMS test fix-ups
27198              From: "Craig A. Berry" <craigberry@mac.com>
27199              Date: Wed, 12 Dec 2001 16:27:48 -0600
27200              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
27201      Branch: perl
27202            ! lib/Net/hostent.t t/io/fs.t
27203 ____________________________________________________________________________
27204 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
27205         Log: Subject: Re: Next cygwin round.
27206              From: "Gerrit P. Haase" <gp@familiehaase.de>
27207              Date: Wed, 12 Dec 2001 21:59:00 +0100
27208              Message-ID: <122343874595.20011212215900@familiehaase.de>
27209      Branch: perl
27210            ! t/io/fs.t
27211 ____________________________________________________________________________
27212 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
27213         Log: Subject: [PATCH] use utf8; tests
27214              From: Nicholas Clark <nick@ccl4.org>
27215              Date: Wed, 12 Dec 2001 20:07:04 +0000
27216              Message-ID: <20011212200704.E21702@plum.flirble.org>
27217      Branch: perl
27218            ! lib/utf8.t t/test.pl
27219 ____________________________________________________________________________
27220 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
27221         Log: Update Changes.
27222      Branch: perl
27223            ! Changes patchlevel.h
27224 ____________________________________________________________________________
27225 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
27226         Log: Subject: [PATCH] Passing in env to perl_parse did not work
27227              From: Gisle Aas <gisle@ActiveState.com>
27228              Date: 11 Dec 2001 20:52:57 -0800
27229              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
27230      Branch: perl
27231            ! perl.c perl.h
27232 ____________________________________________________________________________
27233 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
27234         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
27235              mostly gcc -Wall complaining about the argument of %p not
27236              being a void *.
27237      Branch: perl
27238            ! perlio.c regcomp.c taint.c toke.c
27239 ____________________________________________________________________________
27240 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
27241         Log: metaconfig unit change for #13657.
27242      Branch: metaconfig
27243            ! U/modified/nis.U
27244 ____________________________________________________________________________
27245 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
27246         Log: Try YP/NIS also from /usr/lib/yp.
27247      Branch: perl
27248            ! Configure
27249 ____________________________________________________________________________
27250 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
27251         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
27252              From: Michael G Schwern <schwern@pobox.com>                
27253              Date: Wed, 12 Dec 2001 05:27:02 -0500      
27254              Message-ID: <20011212102702.GW17250@blackrider>
27255              
27256              (the op/grent part)
27257      Branch: perl
27258            ! t/op/grent.t
27259 ____________________________________________________________________________
27260 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
27261         Log: Weed out .files from ls and readdir() results.
27262      Branch: perl
27263            ! t/op/stat.t
27264 ____________________________________________________________________________
27265 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
27266         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
27267              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
27268              Date: Wed, 12 Dec 2001 10:52:21 +0100
27269              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
27270      Branch: perl
27271            ! lib/File/Find.pm
27272 ____________________________________________________________________________
27273 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
27274         Log: Subject: [PATCH] doio fatal on cygwin for 13651
27275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
27276              Date: Wed, 12 Dec 2001 11:28:13 +0100      
27277              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
27278      Branch: perl
27279            ! doio.c
27280 ____________________________________________________________________________
27281 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
27282         Log: Get the whole line of ls, makes debugging easier
27283              (from Schwern)
27284      Branch: perl
27285            ! t/op/stat.t
27286 ____________________________________________________________________________
27287 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
27288         Log: rename() must be tested even without link()
27289              or the utime() and rename-directory tests fail.
27290              (Also got the BeOS utime atime/time the wrong way round.)
27291      Branch: perl
27292            ! t/io/fs.t
27293 ____________________________________________________________________________
27294 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
27295         Log: Now that the beos.c is compiled at the main level
27296              the header is in the beos/
27297      Branch: perl
27298            ! beos/beos.c
27299 ____________________________________________________________________________
27300 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
27301         Log: Must remember to require Socket.
27302      Branch: perl
27303            ! ext/Sys/Syslog/syslog.t
27304 ____________________________________________________________________________
27305 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
27306         Log: In BeOS Errno must resort to actual compilation
27307              and execution for some of the error constants.
27308      Branch: perl
27309            ! ext/Errno/Errno_pm.PL
27310 ____________________________________________________________________________
27311 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
27312         Log: BeOS still has no good sockets.
27313      Branch: perl
27314            ! ext/IO/lib/IO/t/io_sel.t
27315 ____________________________________________________________________________
27316 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
27317         Log: BeOS sockets are not true sockets.
27318      Branch: perl
27319            ! ext/IO/lib/IO/t/io_poll.t
27320 ____________________________________________________________________________
27321 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
27322         Log: No Socket, no Syslog.
27323      Branch: perl
27324            ! ext/Sys/Syslog/syslog.t
27325 ____________________________________________________________________________
27326 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
27327         Log: (On some platforms) missing truncate FH.
27328      Branch: perl
27329            ! pod/perltodo.pod
27330 ____________________________________________________________________________
27331 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
27332         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
27333              and vms would be muchly appreciated.
27334      Branch: perl
27335            ! t/io/fs.t
27336 ____________________________________________________________________________
27337 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
27338         Log: utime() updates only the mtime in BeOS. 
27339      Branch: perl
27340            ! pod/perlport.pod
27341 ____________________________________________________________________________
27342 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
27343         Log: No link(), no need to dSP.
27344      Branch: perl
27345            ! pp_sys.c
27346 ____________________________________________________________________________
27347 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
27348         Log: Missing argument.
27349      Branch: perl
27350            ! utf8.c
27351 ____________________________________________________________________________
27352 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
27353         Log: (1) To assume any setuid programs is silly.
27354              (2) Chaining tests with booleans means that some
27355              of them may not get run which means getting out
27356              of test count sync.
27357      Branch: perl
27358            ! t/op/stat.t
27359 ____________________________________________________________________________
27360 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
27361         Log: The beos.c needs to be in the main directory.
27362      Branch: perl
27363            ! hints/beos.sh
27364 ____________________________________________________________________________
27365 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
27366         Log: Detypo and rename.
27367      Branch: perl
27368            ! doio.c perl.h perlio.c perliol.h
27369 ____________________________________________________________________________
27370 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
27371         Log: This time I test compiled.  Honest.
27372      Branch: perl
27373            ! beos/beos.c
27374 ____________________________________________________________________________
27375 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
27376         Log: Subject: [PATCH] slightly more pack tests
27377              From: Nicholas Clark <nick@ccl4.org>
27378              Date: Tue, 11 Dec 2001 23:41:23 +0000
27379              Message-ID: <20011211234123.Y21702@plum.flirble.org>
27380      Branch: perl
27381            ! t/op/pack.t
27382 ____________________________________________________________________________
27383 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
27384         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
27385              From: "Craig A. Berry" <craigberry@mac.com>
27386              Date: Tue, 11 Dec 2001 16:39:13 -0600
27387              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
27388      Branch: perl
27389            ! configure.com
27390 ____________________________________________________________________________
27391 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
27392         Log: metaconfig unit change for #13632.
27393      Branch: metaconfig/U/perl
27394            ! perlpath.U
27395 ____________________________________________________________________________
27396 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
27397         Log: Subject: $Config{perlpath} and -Dversiononly
27398              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27399              Date: Tue, 11 Dec 2001 23:32:33 +0100
27400              Message-ID: <20011211233233.A11587@rafael>
27401      Branch: perl
27402            ! Configure
27403 ____________________________________________________________________________
27404 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
27405         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
27406              From: Nicholas Clark <nick@ccl4.org>
27407              Date: Tue, 11 Dec 2001 21:59:36 +0000
27408              Message-ID: <20011211215935.W21702@plum.flirble.org>
27409      Branch: perl
27410            ! t/op/pack.t
27411 ____________________________________________________________________________
27412 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
27413         Log: More UTF-8 API docs.
27414      Branch: perl
27415            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
27416 ____________________________________________________________________________
27417 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
27418         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
27419              From: Nicholas Clark <nick@ccl4.org>
27420              Date: Tue, 11 Dec 2001 20:08:59 +0000
27421              Message-ID: <20011211200859.S21702@plum.flirble.org>
27422      Branch: perl
27423            ! t/op/pack.t
27424 ____________________________________________________________________________
27425 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
27426         Log: Subject: Re: use utf8; with bad utf8
27427              From: Nicholas Clark <nick@ccl4.org>
27428              Date: Tue, 11 Dec 2001 19:49:21 +0000
27429              Message-ID: <20011211194921.R21702@plum.flirble.org>
27430      Branch: perl
27431            ! lib/utf8.t
27432 ____________________________________________________________________________
27433 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
27434         Log: Can't spell worth a dam.  (Try Three Gorges.)
27435      Branch: perl
27436            ! beos/beos.c
27437 ____________________________________________________________________________
27438 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
27439         Log: We need DWIM cpps.
27440      Branch: perl
27441            ! perlio.c
27442 ____________________________________________________________________________
27443 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
27444         Log: The unixish.h needs to be found and the waitpid wrapper
27445              could use a proto.
27446      Branch: perl
27447            ! beos/beosish.h
27448 ____________________________________________________________________________
27449 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
27450         Log: The BeOS waitpid() seems to be broken,
27451              have a wrapper for it.
27452      Branch: perl
27453            + beos/beos.c beos/beosish.h
27454            ! MANIFEST hints/beos.sh perl.h
27455 ____________________________________________________________________________
27456 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
27457         Log: Unlean the leaning tower of Babel.
27458      Branch: perl
27459            ! perl.h
27460 ____________________________________________________________________________
27461 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
27462         Log: Retract #13607 until we figure out what to do with autouse.
27463      Branch: perl
27464            ! lib/Carp.pm
27465 ____________________________________________________________________________
27466 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
27467         Log: Try to handle platforms that have O_TEXT != O_BINARY but
27468              which are not DOSish, BeOS being one of such platforms.
27469              Ideally this should be a Configure test, not a hardwired
27470              cpp symbol test... 
27471      Branch: perl
27472            ! doio.c perl.h perlio.c perliol.h
27473 ____________________________________________________________________________
27474 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
27475         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
27476              From: Jonathan Stowe <gellyfish@gellyfish.com>
27477              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
27478              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
27479      Branch: perl
27480            ! lib/Term/Cap.pm lib/Term/Cap.t
27481 ____________________________________________________________________________
27482 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
27483         Log: Subject: [patch perlio.c] test for NULL before derefencing
27484              From: Stas Bekman <stas@stason.org>
27485              Date: Tue, 11 Dec 2001 16:17:55 +0800
27486              Message-ID: <3C15C133.8@stason.org>
27487      Branch: perl
27488            ! perlio.c
27489 ____________________________________________________________________________
27490 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
27491         Log: metaconfig unit change for #13617.
27492      Branch: metaconfig/U/perl
27493            ! Extensions.U
27494 ____________________________________________________________________________
27495 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
27496         Log: BeOS has socket() but not enough to build a working Socket.
27497              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
27498              new networking implementation, which is rumored to fix the
27499              non-standardness of sockets, but it's apparently not publicly
27500              available, and anything to do with BeOS has become quite
27501              complicated with the sale of the Be assets to Palm.)
27502      Branch: perl
27503            ! Configure
27504 ____________________________________________________________________________
27505 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
27506         Log: Update changes
27507      Branch: maint-5.6/macperl
27508            ! macos/Changes
27509 ____________________________________________________________________________
27510 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
27511         Log: Add extra pod to help
27512      Branch: maint-5.6/macperl
27513            ! macos/macperl/MacPerl.podhelp
27514 ____________________________________________________________________________
27515 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
27516         Log: Return DoAppleScript errors in $@
27517      Branch: maint-5.6/macperl
27518            ! macos/ext/MacPerl/OSA.xs
27519 ____________________________________________________________________________
27520 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
27521         Log: Clear out $^E before each script run
27522      Branch: maint-5.6/macperl
27523            ! macos/macperl/MPScript.c
27524 ____________________________________________________________________________
27525 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
27526         Log: Integrate various changes from maint-5.6/perl/.
27527      Branch: maint-5.6/macperl
27528           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
27529           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
27530 ____________________________________________________________________________
27531 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
27532         Log: Subject: Exporter's documentation shouldn't lie               
27533              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
27534              Date: Mon, 10 Dec 2001 21:30:20 -0500
27535              Message-ID: <3C4AA201@operamail.com>
27536      Branch: perl
27537            ! lib/Exporter.pm
27538 ____________________________________________________________________________
27539 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
27540         Log: Make Errno better in BeOS (the second hunk is
27541              good on any platform).  Still not working in BeOS
27542              are the E constants that refer BeOS native error
27543              constants (B_...) which are enums (*groan*).
27544      Branch: perl
27545            ! ext/Errno/Errno_pm.PL
27546 ____________________________________________________________________________
27547 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
27548         Log: The BeOS linker seems to link the last seen symbol,
27549              not the first (so the symbols of op.o from libperl.so
27550              would get linked to miniperl instead of the symbols of
27551              opmini.o)-- use the same trick as for NeXT4 for linking
27552              miniperl.
27553      Branch: perl
27554            ! Makefile.SH
27555 ____________________________________________________________________________
27556 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
27557         Log: Subject: Re: [PATCH] tests for hash assignment
27558              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27559              Date: Tue, 11 Dec 2001 01:48:55 +0000
27560              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
27561      Branch: perl
27562            ! utf8.c
27563 ____________________________________________________________________________
27564 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
27565         Log: (retracted by #13622)
27566              
27567              Subject: RE: More verbose POD for Carp
27568              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
27569              Date: Mon, 10 Dec 2001 20:23:20 -0500
27570              Message-ID: <3C4A3566@operamail.com>
27571      Branch: perl
27572            ! lib/Carp.pm
27573 ____________________________________________________________________________
27574 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
27575         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
27576              From: "Craig A. Berry" <craigberry@mac.com>
27577              Date: Mon, 10 Dec 2001 18:25:37 -0600
27578              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
27579      Branch: perl
27580            ! t/op/write.t t/test.pl
27581 ____________________________________________________________________________
27582 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
27583         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
27584              From: Michael G Schwern <schwern@pobox.com>
27585              Date: Mon, 10 Dec 2001 08:00:01 -0500
27586              Message-ID: <20011210130000.GK1770@blackrider>
27587      Branch: perl
27588            ! t/comp/multiline.t
27589 ____________________________________________________________________________
27590 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
27591         Log: Subject: Re: [PATCH] tests for hash assignment
27592              From: Nicholas Clark <nick@ccl4.org>
27593              Date: Mon, 10 Dec 2001 23:22:28 +0000
27594              Message-ID: <20011210232228.M21702@plum.flirble.org>
27595      Branch: perl
27596            + t/op/hashassign.t
27597            ! MANIFEST t/op/each.t t/test.pl
27598 ____________________________________________________________________________
27599 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
27600         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
27601              From: "Craig A. Berry" <craigberry@mac.com>
27602              Date: Mon, 10 Dec 2001 16:38:14 -0600
27603              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
27604      Branch: perl
27605            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
27606 ____________________________________________________________________________
27607 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
27608         Log: Subject: [PATCH perl@13600] configure.com fixes
27609              From: "Craig A. Berry" <craigberry@mac.com>
27610              Date: Mon, 10 Dec 2001 14:40:20 -0600
27611              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
27612      Branch: perl
27613            ! configure.com
27614 ____________________________________________________________________________
27615 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
27616         Log: Silence BeOS compilation moaning.
27617      Branch: perl
27618            ! perl.h
27619 ____________________________________________________________________________
27620 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
27621         Log: Update Changes.
27622      Branch: perl
27623            ! Changes patchlevel.h
27624 ____________________________________________________________________________
27625 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
27626         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
27627              From: Michael G Schwern <schwern@pobox.com>
27628              Date: Mon, 10 Dec 2001 01:21:03 -0500
27629              Message-ID: <20011210062103.GC1770@blackrider>
27630      Branch: perl
27631            ! lib/ExtUtils/Command.t
27632 ____________________________________________________________________________
27633 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
27634         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
27635              From: Michael G Schwern <schwern@pobox.com>
27636              Date: Mon, 10 Dec 2001 01:10:57 -0500
27637              Message-ID: <20011210061057.GB1770@blackrider>
27638      Branch: perl
27639            ! t/op/groups.t
27640 ____________________________________________________________________________
27641 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
27642         Log: Retract #13596, #13593 should do the trick.
27643      Branch: perl
27644            ! t/op/stat.t
27645 ____________________________________________________________________________
27646 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
27647         Log: (retracted by #13597, #13593 does the job better)
27648              
27649              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
27650              From: Michael G Schwern <schwern@pobox.com>
27651              Date: Mon, 10 Dec 2001 00:53:16 -0500
27652              Message-ID: <20011210055316.GA1770@blackrider>
27653      Branch: perl
27654            ! t/op/stat.t
27655 ____________________________________________________________________________
27656 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
27657         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
27658              From: Michael G Schwern <schwern@pobox.com> 
27659              Date: Mon, 10 Dec 2001 02:19:14 -0500
27660              Message-ID: <20011210071914.GF1770@blackrider>
27661      Branch: perl
27662            ! lib/AutoSplit.t
27663 ____________________________________________________________________________
27664 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
27665         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
27666              From: Michael G Schwern <schwern@pobox.com>
27667              Date: Mon, 10 Dec 2001 02:47:40 -0500
27668              Message-ID: <20011210074739.GH1770@blackrider>
27669      Branch: perl
27670            ! t/op/pack.t
27671 ____________________________________________________________________________
27672 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
27673         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
27674              From: Michael G Schwern <schwern@pobox.com>
27675              Date: Mon, 10 Dec 2001 02:54:22 -0500
27676              Message-ID: <20011210075422.GI1770@blackrider>
27677      Branch: perl
27678            ! t/test.pl
27679 ____________________________________________________________________________
27680 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
27681         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
27682              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27683              Date: Mon, 10 Dec 2001 08:45:20 +0100
27684              Message-ID: <3C146810.60B5B7C0@alcatel.at>
27685      Branch: perl
27686            ! pp_pack.c
27687 ____________________________________________________________________________
27688 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
27689         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
27690              From: Michael G Schwern <schwern@pobox.com>
27691              Date: Mon, 10 Dec 2001 03:27:02 -0500
27692              Message-ID: <20011210082702.GN1770@blackrider>
27693      Branch: perl
27694            ! t/io/openpid.t
27695 ____________________________________________________________________________
27696 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
27697         Log: More chmod +w.
27698      Branch: perl
27699            ! Porting/makerel
27700 ____________________________________________________________________________
27701 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
27702         Log: Just skip the readability test if running as root.
27703      Branch: perl
27704            ! lib/Net/t/netrc.t
27705 ____________________________________________________________________________
27706 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
27707         Log: Tell about the downside of safe signals.
27708      Branch: perl
27709            ! pod/perldelta.pod
27710 ____________________________________________________________________________
27711 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
27712         Log: Make the whole -lperl thing NetBSD only until we
27713              find some other platform that needs the same.
27714      Branch: perl
27715            ! lib/ExtUtils/MM_Unix.pm
27716 ____________________________________________________________________________
27717 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
27718         Log: Subject: [PATCH t/op/pack.t] Cleanup
27719              From: Michael G Schwern <schwern@pobox.com> 
27720              Date: Sun, 9 Dec 2001 23:08:26 -0500
27721              Message-ID: <20011210040826.GD660@blackrider>
27722      Branch: perl
27723            ! t/op/pack.t
27724 ____________________________________________________________________________
27725 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
27726         Log: Add threads support for NetBSD.
27727              
27728              This is also the first (I think) Perl threads build with
27729              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
27730              NetBSD does not as of yet have true kernel POSIX threads,
27731              but the user-level pth seems to be doing pretty well--
27732              the only failure is that threads/t/basic okays 6 and 7
27733              consistently seem be arriving in the reverse order.
27734              Well, gdbm.t is also failing: 'Undefined PLT symbol
27735              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
27736              guessing that GDBM would need a threaded rebuild.
27737      Branch: perl
27738            ! hints/netbsd.sh
27739 ____________________________________________________________________________
27740 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
27741         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
27742              potential performance hit and change in semantics of closure
27743              lookups after C<undef &foo>)
27744      Branch: maint-5.6/perl
27745            ! op.c
27746 ____________________________________________________________________________
27747 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
27748         Log: metaconfig unit change for #13582.
27749      Branch: metaconfig
27750            ! U/threads/usethreads.U
27751 ____________________________________________________________________________
27752 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
27753         Log: Update the ithreads selection info in Configure,
27754              as suggested by Michael Schwern.
27755      Branch: perl
27756            ! Configure
27757 ____________________________________________________________________________
27758 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
27759         Log: Clearing locale environment simply doesn't seem to
27760              guarantee that (nl_)langinfo(CODESET) would return nil.
27761              (I for example get "ISO8859-1", so <guess>maybe there can
27762              be per-system default settings at work</guess>.)
27763      Branch: perl
27764            ! lib/open.t
27765 ____________________________________________________________________________
27766 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
27767         Log: Subject: RE: Exporter fixes reversed in 13540?
27768              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
27769              Date: Sun, 9 Dec 2001 12:55:15 -0500
27770              Message-ID: <3C13F455@operamail.com>
27771      Branch: perl
27772            ! lib/open.pm
27773 ____________________________________________________________________________
27774 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
27775         Log: Root is the lizard king.
27776      Branch: perl
27777            ! lib/Net/t/netrc.t
27778 ____________________________________________________________________________
27779 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
27780         Log: Telling how many tests we are expecting helps.
27781      Branch: perl
27782            ! ext/POSIX/t/waitpid.t
27783 ____________________________________________________________________________
27784 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
27785         Log: Add a test case for waitpid(): from Rocco Caputo.
27786      Branch: perl
27787            + ext/POSIX/t/waitpid.t
27788            ! MANIFEST
27789 ____________________________________________________________________________
27790 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
27791         Log: Subject: [PATCH] Term::ReadLine tweaks and test
27792              From: Richard Clamp <richardc@unixbeard.net>
27793              Date: Mon, 10 Dec 2001 00:51:47 +0000
27794              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
27795      Branch: perl
27796            + lib/Term/ReadLine.t
27797            ! MANIFEST lib/Term/ReadLine.pm
27798 ____________________________________________________________________________
27799 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
27800         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
27801              From: Rocco Caputo <troc@netrus.net>
27802              Date: Sun, 9 Dec 2001 18:12:38 -0500
27803              Message-ID: <20011209181238.A803@eyrie.homenet>
27804      Branch: perl
27805            ! win32/win32.c
27806 ____________________________________________________________________________
27807 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
27808         Log: make sure that va_start() has matching va_end();
27809              from OpenBSD 3.0.
27810      Branch: perl
27811            ! x2p/util.c
27812 ____________________________________________________________________________
27813 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
27814         Log: h2ph updates from OpenBSD 3.0.
27815      Branch: perl
27816            ! utils/h2ph.PL
27817 ____________________________________________________________________________
27818 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
27819         Log: OpenBSD hints update from OpenBSD 3.0.
27820      Branch: perl
27821            ! hints/openbsd.sh
27822 ____________________________________________________________________________
27823 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
27824         Log: DJGPP tweaks from Laszlo Molnar.
27825      Branch: perl
27826            ! djgpp/config.over lib/File/Find/t/find.t
27827            ! lib/File/Find/t/taint.t t/pod/find.t
27828 ____________________________________________________________________________
27829 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
27830         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
27831              From: Michael G Schwern <schwern@pobox.com> 
27832              Date: Sun, 9 Dec 2001 19:28:12 -0500
27833              Message-ID: <20011210002812.GF13586@blackrider>
27834      Branch: perl
27835            ! README.cygwin
27836 ____________________________________________________________________________
27837 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
27838         Log: README.cygwin update from Gerrit P. Haase.
27839      Branch: perl
27840            ! README.cygwin
27841 ____________________________________________________________________________
27842 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
27843         Log: Apply NetBSD patch-ag: shared/static linking,
27844              but make the change less intrusive on non-NetBSD.
27845      Branch: perl
27846            ! lib/ExtUtils/MM_Unix.pm
27847 ____________________________________________________________________________
27848 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
27849         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
27850      Branch: perl
27851            ! lib/ExtUtils/Liblist.pm
27852 ____________________________________________________________________________
27853 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
27854         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
27855      Branch: perl
27856            ! regcomp.c
27857 ____________________________________________________________________________
27858 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
27859         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
27860      Branch: perl
27861            ! pp.c
27862 ____________________________________________________________________________
27863 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
27864         Log: Apply NetBSD patch-ac.
27865              (the fix has already been done: change #9706, fully qualified
27866              pathnames in packlists)
27867      Branch: perl
27868            ! lib/ExtUtils/Install.pm
27869 ____________________________________________________________________________
27870 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
27871         Log: Apply NetBSD patch-ab: NetBSD hints update.
27872      Branch: perl
27873            ! hints/netbsd.sh
27874 ____________________________________________________________________________
27875 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
27876         Log: metaconfig unit changes for #13560.
27877      Branch: metaconfig/U/perl
27878            ! dlsrc.U i_ieeefp.U libperl.U
27879 ____________________________________________________________________________
27880 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
27881         Log: NetBSD has <ieeefp.h> but hidden.
27882      Branch: perl
27883            ! hints/netbsd.sh
27884 ____________________________________________________________________________
27885 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
27886         Log: Implement NetBSD patch-aa.
27887      Branch: perl
27888            ! Configure
27889 ____________________________________________________________________________
27890 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
27891         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
27892              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
27893              Date: Sun, 09 Dec 2001 13:40:58 +0100
27894              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
27895              
27896              (The lstat()s were there in 5.6.1: what happened to them?)
27897      Branch: perl
27898            ! lib/File/Find.pm
27899 ____________________________________________________________________________
27900 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
27901         Log: Quickie documentation of the C UTF-8 API.
27902      Branch: perl
27903            ! pod/perlunicode.pod
27904 ____________________________________________________________________________
27905 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
27906         Log: Subject: bleadperl on cygwin weirdness...
27907              From: "Gerrit P. Haase" <gp@familiehaase.de>
27908              Date: Sun, 9 Dec 2001 20:31:28 +0100
27909              Message-ID: <13779422183.20011209203128@familiehaase.de>          
27910              
27911              (plus libperl*.dll version portability tweaks)
27912      Branch: perl
27913            ! lib/ExtUtils/Embed.t
27914 ____________________________________________________________________________
27915 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
27916         Log: Instead of muting symbol export error if under eval,
27917              delay the errors until the croak().
27918              
27919              (replaces #13408)
27920      Branch: perl
27921            ! lib/Exporter/Heavy.pm
27922 ____________________________________________________________________________
27923 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
27924         Log: Basegroup 0 is a cygwin_nt thing.
27925      Branch: perl
27926            ! t/op/groups.t
27927 ____________________________________________________________________________
27928 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
27929         Log: Also WinME is LoseLink.
27930      Branch: perl
27931            ! t/op/stat.t
27932 ____________________________________________________________________________
27933 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
27934         Log: Forgotten checkin.
27935      Branch: perl
27936            ! lib/User/grent.t
27937 ____________________________________________________________________________
27938 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
27939         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
27940              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
27941              Date: Sun, 09 Dec 2001 13:45:06 +0100
27942              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
27943      Branch: perl
27944            ! lib/File/Find.pm
27945 ____________________________________________________________________________
27946 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
27947         Log: Tweakback.
27948      Branch: perl
27949            ! lib/Net/hostent.t
27950 ____________________________________________________________________________
27951 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
27952         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
27953              From: Michael G Schwern <schwern@pobox.com>
27954              Date: Sat, 8 Dec 2001 14:48:38 -0500
27955              Message-ID: <20011208194838.GA8650@blackrider>
27956      Branch: perl
27957            ! t/op/grent.t
27958 ____________________________________________________________________________
27959 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
27960         Log: Subject: [README.cygwin] Removing old expected test failures
27961              From: Michael G Schwern <schwern@pobox.com>
27962              Date: Sat, 8 Dec 2001 15:38:28 -0500
27963              Message-ID: <20011208203828.GB9017@blackrider>
27964      Branch: perl
27965            ! README.cygwin
27966 ____________________________________________________________________________
27967 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
27968         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
27969              From: Michael G Schwern <schwern@pobox.com>                
27970              Date: Sat, 8 Dec 2001 15:26:59 -0500
27971              Message-ID: <20011208202659.GA9017@blackrider> 
27972      Branch: perl
27973            ! lib/Net/hostent.t
27974 ____________________________________________________________________________
27975 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
27976         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
27977              From: Michael G Schwern <schwern@pobox.com> 
27978              Date: Sat, 8 Dec 2001 15:06:16 -0500
27979              Message-ID: <20011208200616.GA8915@blackrider>
27980      Branch: perl
27981            ! t/op/stat.t
27982 ____________________________________________________________________________
27983 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
27984         Log: Developer deprecations and an incompatibility.
27985      Branch: perl
27986            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
27987 ____________________________________________________________________________
27988 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
27989         Log: Shoo.
27990      Branch: perl
27991            - lib/Attribute/Handlers.pm
27992 ____________________________________________________________________________
27993 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
27994         Log: Remove Attribute::Handlers, as per Damian's request.
27995              (Because of fixing the my variables to be now handled
27996              in run-time, the whole internals of the A::H needs to
27997              be rewritten and Damian will not have time for that
27998              for months.)
27999      Branch: perl
28000            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
28001            - lib/Attribute/Handlers/demo/Demo.pm
28002            - lib/Attribute/Handlers/demo/Descriptions.pm
28003            - lib/Attribute/Handlers/demo/MyClass.pm
28004            - lib/Attribute/Handlers/demo/demo.pl
28005            - lib/Attribute/Handlers/demo/demo2.pl
28006            - lib/Attribute/Handlers/demo/demo3.pl
28007            - lib/Attribute/Handlers/demo/demo4.pl
28008            - lib/Attribute/Handlers/demo/demo_call.pl
28009            - lib/Attribute/Handlers/demo/demo_chain.pl
28010            - lib/Attribute/Handlers/demo/demo_cycle.pl
28011            - lib/Attribute/Handlers/demo/demo_hashdir.pl
28012            - lib/Attribute/Handlers/demo/demo_phases.pl
28013            - lib/Attribute/Handlers/demo/demo_range.pl
28014            - lib/Attribute/Handlers/demo/demo_rawdata.pl
28015            - lib/Attribute/Handlers/t/multi.t
28016            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
28017            ! pod/perlmodlib.pod pod/perltoc.pod
28018 ____________________________________________________________________________
28019 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
28020         Log: Subject: Re: attributes are broken
28021              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28022              Date: Sun, 09 Dec 2001 00:09:23 -0500
28023              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
28024      Branch: perl
28025            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
28026            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
28027            ! xsutils.c
28028 ____________________________________________________________________________
28029 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
28030         Log: Forgotten checkin.
28031      Branch: perl
28032            ! lib/Pod/Text.pm
28033 ____________________________________________________________________________
28034 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
28035         Log: uconfig.h update.
28036      Branch: perl
28037            ! uconfig.h
28038 ____________________________________________________________________________
28039 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
28040         Log: Update Changes.
28041      Branch: perl
28042            ! Changes patchlevel.h
28043 ____________________________________________________________________________
28044 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
28045         Log: Note that some of the Unicode features are
28046              dependent on perlio.
28047      Branch: perl
28048            ! pod/perluniintro.pod
28049 ____________________________________________________________________________
28050 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
28051         Log: Regen perlapi, regen toc.
28052      Branch: perl
28053            ! pod/perlapi.pod pod/perltoc.pod
28054 ____________________________________________________________________________
28055 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
28056         Log: FAQ sync.
28057      Branch: perl
28058            ! pod/perlfaq4.pod pod/perlfaq6.pod
28059 ____________________________________________________________________________
28060 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
28061         Log: Subject: [PATCH] Fix odd language in an sv.c comment
28062              From: coral@eekeek.org
28063              Date: Sat, 8 Dec 2001 12:19:39 -0500
28064              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
28065      Branch: perl
28066            ! sv.c
28067 ____________________________________________________________________________
28068 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
28069         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
28070              From: Michael G Schwern <schwern@pobox.com>
28071              Date: Fri, 7 Dec 2001 20:03:45 -0500
28072              Message-ID: <20011208010345.GD642@blackrider>
28073              
28074              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
28075              From: Michael G Schwern <schwern@pobox.com>
28076              Date: Fri, 7 Dec 2001 20:13:54 -0500
28077              Message-ID: <20011208011354.GE642@blackrider>
28078              
28079              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
28080              From: Michael G Schwern <schwern@pobox.com>
28081              Date: Fri, 7 Dec 2001 21:47:36 -0500
28082              Message-ID: <20011208024736.GH642@blackrider>
28083              
28084              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
28085              From: Michael G Schwern <schwern@pobox.com>
28086              Date: Fri, 7 Dec 2001 23:09:43 -0500
28087              Message-ID: <20011208040943.GK642@blackrider>
28088              
28089              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
28090              Message-Id: <a05101004b83754903506@[172.16.52.1]>
28091              Date: Fri, 7 Dec 2001 23:28:15 -0600
28092              From: "Craig A. Berry" <craigberry@mac.com>
28093      Branch: perl
28094            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
28095 ____________________________________________________________________________
28096 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
28097         Log: Integrate perlio:
28098              
28099              [ 13531]
28100              Tweak multi-arg open error messages
28101              
28102              [ 13530]
28103              Allow multi-arg open() if opening layer declares this legal.
28104      Branch: perl
28105           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
28106           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
28107 ____________________________________________________________________________
28108 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
28109         Log: Retract #11156 since Sarathy has found that it breaks code:
28110              http://bugs.ActiveState.com/show_bug.cgi?id=18457
28111              http://bugs.ActiveState.com/show_bug.cgi?id=18858
28112      Branch: perl
28113            ! op.c sv.c t/op/pos.t
28114 ____________________________________________________________________________
28115 [ 13532] By: nick                                  on 2001/12/08  14:11:12
28116         Log: Integrate mainline
28117      Branch: perlio
28118           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
28119           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
28120 ____________________________________________________________________________
28121 [ 13531] By: nick                                  on 2001/12/08  13:48:21
28122         Log: Tweak multi-arg open error messages
28123      Branch: perlio
28124            ! perlio.c
28125 ____________________________________________________________________________
28126 [ 13530] By: nick                                  on 2001/12/08  10:20:06
28127         Log: Allow multi-arg open() if opening layer declares this legal.
28128      Branch: perlio
28129            ! doio.c perlio.c perliol.h
28130 ____________________________________________________________________________
28131 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
28132         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
28133              From: Michael G Schwern <schwern@pobox.com>       
28134              Date: Fri, 7 Dec 2001 19:41:31 -0500
28135              Message-ID: <20011208004131.GC642@blackrider>
28136      Branch: perl
28137            ! t/run/switches.t t/test.pl
28138 ____________________________________________________________________________
28139 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
28140         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
28141              From: Michael G Schwern <schwern@pobox.com>       
28142              Date: Fri, 7 Dec 2001 19:12:44 -0500
28143              Message-ID: <20011208001244.GB642@blackrider>
28144      Branch: perl
28145            ! t/op/stat.t
28146 ____________________________________________________________________________
28147 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
28148         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
28149              From: Michael G Schwern <schwern@pobox.com>
28150              Date: Fri, 7 Dec 2001 17:28:57 -0500
28151              Message-ID: <20011207222857.GI23210@blackrider>
28152      Branch: perl
28153            ! t/op/magic.t
28154 ____________________________________________________________________________
28155 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
28156         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
28157      Branch: perl
28158            ! t/test.pl
28159 ____________________________________________________________________________
28160 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
28161         Log: which_perl: delay as much a possible till runtime.
28162      Branch: perl
28163            ! t/test.pl
28164 ____________________________________________________________________________
28165 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
28166         Log: Further tweakage to which_perl().
28167      Branch: perl
28168            ! t/test.pl
28169 ____________________________________________________________________________
28170 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
28171         Log: perluniintro tweaks.
28172      Branch: perl
28173            ! pod/perluniintro.pod
28174 ____________________________________________________________________________
28175 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
28176         Log: Tweak the $Perl computation.
28177      Branch: perl
28178            ! t/test.pl
28179 ____________________________________________________________________________
28180 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
28181         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
28182              From: Nicholas Clark <nick@ccl4.org>
28183              Date: Fri, 7 Dec 2001 17:06:56 +0000
28184              Message-ID: <20011207170656.G21702@plum.flirble.org>
28185      Branch: perl
28186            ! doop.c t/op/chop.t
28187 ____________________________________________________________________________
28188 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
28189         Log: Update Changes.
28190      Branch: perl
28191            ! Changes patchlevel.h
28192 ____________________________________________________________________________
28193 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
28194         Log: Missing ).
28195      Branch: perl
28196            ! t/test.pl
28197 ____________________________________________________________________________
28198 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
28199         Log: Allow several arguments to display().
28200      Branch: perl
28201            ! t/test.pl
28202 ____________________________________________________________________________
28203 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
28204         Log: /dev/stdout could be either a character special file
28205              or a named pipe, so let's pretend it doesn't exist.
28206      Branch: perl
28207            ! t/op/stat.t
28208 ____________________________________________________________________________
28209 [ 13516] By: nick                                  on 2001/12/07  15:09:23
28210         Log: Integrate again - can I catch up ?
28211      Branch: perlio
28212           !> t/test.pl
28213 ____________________________________________________________________________
28214 [ 13515] By: nick                                  on 2001/12/07  15:08:17
28215         Log: Integrate mainline some more
28216      Branch: perlio
28217           !> README.hpux hints/linux.sh pod/perlfunc.pod
28218 ____________________________________________________________________________
28219 [ 13514] By: nick                                  on 2001/12/07  15:07:15
28220         Log: Integrate mainline
28221      Branch: perlio
28222           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
28223           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
28224           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
28225           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
28226           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
28227           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
28228           +> t/lib/Math/BigInt/BareCalc.pm
28229            - ext/Devel/PPPort/harness/Harness.pm
28230            - ext/Devel/PPPort/harness/Harness.xs
28231            - ext/Devel/PPPort/harness/Makefile.PL
28232            - ext/Devel/PPPort/harness/module2.c
28233            - ext/Devel/PPPort/harness/module3.c
28234            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
28235            - lib/File/Spec/Functions.t
28236           !> (integrate 103 files)
28237 ____________________________________________________________________________
28238 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
28239         Log: Add display() for displaying icky scalars.
28240      Branch: perl
28241            ! t/test.pl
28242 ____________________________________________________________________________
28243 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
28244         Log: Subject: [ID 20011207.001] documentation bug for waitpid
28245              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
28246              Date: Fri, 7 Dec 2001 12:44:56 +0100
28247              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
28248      Branch: perl
28249            ! pod/perlfunc.pod
28250 ____________________________________________________________________________
28251 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
28252         Log: gcc version matching didn't.
28253      Branch: perl
28254            ! hints/linux.sh
28255 ____________________________________________________________________________
28256 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
28257         Log: Subject: HP renamed their servers              
28258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28259              Date: Fri, 07 Dec 2001 12:07:22 +0100
28260              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
28261      Branch: perl
28262            ! README.hpux
28263 ____________________________________________________________________________
28264 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
28265         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
28266              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28267              Date: Fri, 7 Dec 2001 00:24:55 -0500
28268              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
28269      Branch: perl
28270            ! pod/perlport.pod
28271 ____________________________________________________________________________
28272 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
28273         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
28274              From: Michael G Schwern <schwern@pobox.com> 
28275              Date: Thu, 6 Dec 2001 22:56:34 -0500
28276              Message-ID: <20011207035634.GO22648@blackrider>
28277      Branch: perl
28278            ! t/base/lex.t t/op/exec.t
28279 ____________________________________________________________________________
28280 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
28281         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
28282              From: Michael G Schwern <schwern@pobox.com>
28283              Date: Thu, 6 Dec 2001 22:45:44 -0500
28284              Message-ID: <20011207034544.GN22648@blackrider>
28285              
28286              (plus op/ref tweak)
28287      Branch: perl
28288            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
28289            ! t/run/kill_perl.t t/test.pl
28290 ____________________________________________________________________________
28291 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
28292         Log: Upgrade to Math::BigInt 1.48.
28293      Branch: perl
28294            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
28295            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28296            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
28297            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
28298            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
28299            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28300            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
28301 ____________________________________________________________________________
28302 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
28303         Log: Mention also perl56delta in case someone is upgrading from
28304              Perl 5.005_03.
28305      Branch: perl
28306            ! pod/perldelta.pod
28307 ____________________________________________________________________________
28308 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
28309         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
28310              From: Michael G Schwern <schwern@pobox.com>
28311              Date: Thu, 6 Dec 2001 15:15:28 -0500
28312              Message-ID: <20011206201528.GF16414@blackrider>
28313              
28314              (just the term.t, not the lex.t)
28315              
28316              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
28317              From: Michael G Schwern <schwern@pobox.com>
28318              Date: Thu, 6 Dec 2001 15:22:22 -0500
28319              Message-ID: <20011206202222.GG16414@blackrider>
28320              
28321              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
28322              From: Michael G Schwern <schwern@pobox.com>
28323              Date: Thu, 6 Dec 2001 15:31:58 -0500
28324              Message-ID: <20011206203158.GI16414@blackrider>
28325              
28326              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
28327              From: Michael G Schwern <schwern@pobox.com>
28328              Date: Thu, 6 Dec 2001 17:38:55 -0500
28329              Message-ID: <20011206223855.GC22648@blackrider>
28330      Branch: perl
28331            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
28332            ! t/test.pl
28333 ____________________________________________________________________________
28334 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
28335         Log: Update the thr5005 situation.
28336      Branch: perl
28337            ! pod/perldelta.pod
28338 ____________________________________________________________________________
28339 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
28340         Log: perldelta borrowings from perl561delta.
28341      Branch: perl
28342            ! pod/perldelta.pod
28343 ____________________________________________________________________________
28344 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
28345         Log: Add the 5.6.1 perldelta as perl561delta.
28346              (Makes it easier to steal stuff for perldelta :-)
28347      Branch: perl
28348            + pod/perl561delta.pod
28349            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28350 ____________________________________________________________________________
28351 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
28352         Log: Retract #13496 for now.
28353      Branch: perl
28354            ! t/base/lex.t t/base/term.t
28355 ____________________________________________________________________________
28356 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
28357         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
28358              From: "Craig A. Berry" <craigberry@mac.com>
28359              Date: Thu, 6 Dec 2001 14:54:36 -0600
28360              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
28361      Branch: perl
28362            ! vms/ext/filespec.t
28363 ____________________________________________________________________________
28364 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
28365         Log: (retracted by #13499)
28366              
28367              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
28368              From: Michael G Schwern <schwern@pobox.com>
28369              Date: Thu, 6 Dec 2001 15:15:28 -0500
28370              Message-ID: <20011206201528.GF16414@blackrider>
28371      Branch: perl
28372            ! t/base/lex.t t/base/term.t
28373 ____________________________________________________________________________
28374 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
28375         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
28376              From: Michael G Schwern <schwern@pobox.com>
28377              Date: Thu, 6 Dec 2001 13:54:48 -0500
28378              Message-ID: <20011206185448.GC16414@blackrider>
28379      Branch: perl
28380            ! t/op/stat.t
28381 ____________________________________________________________________________
28382 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
28383         Log: The #4 has nothing to do with Unicode.
28384      Branch: perl
28385            ! t/op/tr.t
28386 ____________________________________________________________________________
28387 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
28388         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
28389              From: Michael G Schwern <schwern@pobox.com>
28390              Date: Thu, 6 Dec 2001 13:45:48 -0500
28391              Message-ID: <20011206184548.GB16414@blackrider>
28392      Branch: perl
28393            ! t/op/tr.t
28394 ____________________________________________________________________________
28395 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
28396         Log: Update Changes.
28397      Branch: perl
28398            ! Changes patchlevel.h
28399 ____________________________________________________________________________
28400 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
28401         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
28402              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28403              Date: Thu, 6 Dec 2001 11:41:25 EST
28404              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
28405      Branch: perl
28406            ! vms/vms.c vms/vmsish.h
28407 ____________________________________________________________________________
28408 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
28409         Log: Subject: [PATCH] Re: weirdness in regexps
28410              From: Robin Houston <robin@kitsite.com> 
28411              Date: Thu, 6 Dec 2001 14:44:01 +0000
28412              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
28413      Branch: perl
28414            ! op.c t/lib/strict/subs
28415 ____________________________________________________________________________
28416 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
28417         Log: Make the -b -c -S tests count all of the /dev, not just
28418              check the first one, as suggested by Benjamin Goldberg.
28419      Branch: perl
28420            ! t/op/stat.t
28421 ____________________________________________________________________________
28422 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
28423         Log: Subject: Re: [PATCH: bleadperl] casefold backref
28424              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
28425              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
28426              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
28427      Branch: perl
28428            ! regexec.c
28429 ____________________________________________________________________________
28430 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
28431         Log: Nits noticed by Philip Newton, and de-tab DB.t.
28432      Branch: perl
28433            ! lib/DB.t
28434 ____________________________________________________________________________
28435 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
28436         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
28437              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28438              Date: 6 Dec 2001 11:06:01 -0000
28439              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
28440      Branch: perl
28441            ! op.c t/op/tr.t
28442 ____________________________________________________________________________
28443 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
28444         Log: Subject: [PATCH: bleadperl] casefold backref
28445              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
28446              Date: Wed, 05 Dec 2001 17:27:05 +0000
28447              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
28448      Branch: perl
28449            ! regexec.c t/op/re_tests
28450 ____________________________________________________________________________
28451 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
28452         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
28453              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28454              Date: Wed, 5 Dec 2001 22:34:53 EST
28455              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
28456      Branch: perl
28457            ! mg.c vms/vms.c vms/vmsish.h
28458 ____________________________________________________________________________
28459 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
28460         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
28461              From: Michael G Schwern <schwern@pobox.com>
28462              Date: Wed, 5 Dec 2001 19:52:58 -0500
28463              Message-ID: <20011205195257.A903@blackrider>
28464      Branch: perl
28465            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
28466            + lib/File/Spec/t/rel2abs2rel.t
28467            - lib/File/Spec.t lib/File/Spec/Functions.t
28468            ! MANIFEST
28469 ____________________________________________________________________________
28470 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
28471         Log: Subject: Re: Silly stat() portability questions                
28472              From: Benjamin Goldberg <goldbb2@earthlink.net>
28473              Date: Wed, 05 Dec 2001 22:52:35 -0500
28474              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
28475      Branch: perl
28476            ! pod/perlport.pod
28477 ____________________________________________________________________________
28478 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
28479         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
28480              From: "Craig A. Berry" <craigberry@mac.com>
28481              Date: Wed, 05 Dec 2001 16:41:59 -0600
28482              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
28483      Branch: perl
28484            ! README.vms configure.com lib/File/Spec/VMS.pm
28485            ! vms/ext/filespec.t
28486 ____________________________________________________________________________
28487 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
28488         Log: $apply->('club', $glibc_maintainers);
28489              
28490              (Nick Clark just reported that <langinfo.h> YESSTR
28491              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
28492      Branch: perl
28493            ! ext/I18N/Langinfo/Langinfo.t
28494 ____________________________________________________________________________
28495 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
28496         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
28497      Branch: perl
28498            ! pod/perlport.pod
28499 ____________________________________________________________________________
28500 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
28501         Log: tweak change#13474 (pad entries can apparently be null in some
28502              situations)
28503      Branch: maint-5.6/perl
28504            ! op.c
28505 ____________________________________________________________________________
28506 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
28507         Log: Restore the /dev -b -c -S part of the test.
28508      Branch: perl
28509            ! t/op/stat.t
28510 ____________________________________________________________________________
28511 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
28512         Log: Retract #13475 until Arthur gets back to the mine.
28513      Branch: perl
28514            ! op.c t/run/kill_perl.t
28515 ____________________________________________________________________________
28516 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
28517         Log: (retracted by #13476)
28518              
28519              Manually apply #13474; fixes stale reference to dead
28520              CvOUTSIDE(); this can happen when anonymous subroutines
28521              that aren't closures are returned from an eval""
28522              
28523              (threads/shared/sv_refs.t is coredump-unhappy about this change)
28524      Branch: perl
28525            ! op.c t/run/kill_perl.t
28526 ____________________________________________________________________________
28527 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
28528         Log: replacement for change#10451
28529              
28530              fixes stale reference to dead CvOUTSIDE(); this can happen when
28531              anonymous subroutines that aren't closures are returned from an
28532              eval""
28533      Branch: maint-5.6/perl
28534            ! op.c t/op/misc.t
28535 ____________________________________________________________________________
28536 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
28537         Log: revert change#10451,10472; it was a naive fix that simply
28538              reintroduced the memory leak!
28539      Branch: maint-5.6/perl
28540            ! op.c t/op/misc.t
28541 ____________________________________________________________________________
28542 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
28543         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
28544              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28545              Date: Wed, 05 Dec 2001 10:49:20 +0100
28546              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
28547      Branch: perl
28548            ! lib/File/Basename.pm lib/File/Basename.t
28549 ____________________________________________________________________________
28550 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
28551         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
28552              From: Michael G Schwern <schwern@pobox.com> 
28553              Date: Wed, 5 Dec 2001 02:47:59 -0500
28554              Message-ID: <20011205024759.H14333@blackrider>
28555      Branch: perl
28556            ! t/op/magic.t
28557 ____________________________________________________________________________
28558 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
28559         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
28560              From: Michael G Schwern <schwern@pobox.com>              
28561              Date: Wed, 5 Dec 2001 02:22:05 -0500
28562              Message-ID: <20011205022205.F14333@blackrider>
28563      Branch: perl
28564            ! t/op/stat.t vms/test.com
28565 ____________________________________________________________________________
28566 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
28567         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
28568              From: Michael G Schwern <schwern@pobox.com> 
28569              Date: Tue, 4 Dec 2001 23:40:10 -0500
28570              Message-ID: <20011204234010.B14333@blackrider>
28571      Branch: perl
28572            ! t/op/stat.t
28573 ____________________________________________________________________________
28574 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
28575         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
28576              From: Michael G Schwern <schwern@pobox.com> 
28577              Date: Tue, 4 Dec 2001 21:09:18 -0500           
28578              Message-ID: <20011204210918.D13279@blackrider>
28579              
28580              t/test.
28581      Branch: perl
28582            ! t/test.pl
28583 ____________________________________________________________________________
28584 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
28585         Log: (accidentally empty check-in)
28586      Branch: perl
28587            ! t/op/stat.t
28588 ____________________________________________________________________________
28589 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
28590         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
28591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28592              Date: Tue, 04 Dec 2001 23:40:27 +0100
28593              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
28594      Branch: perl
28595            ! mg.c
28596 ____________________________________________________________________________
28597 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
28598         Log: Subject: [PATCH] minor pod fix in Safe.pm
28599              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28600              Date: Tue, 4 Dec 2001 22:02:34 +0100
28601              Message-ID: <20011204220234.A17293@rafael>
28602      Branch: perl
28603            ! ext/Opcode/Safe.pm
28604 ____________________________________________________________________________
28605 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
28606         Log: CRLF GRRR.
28607      Branch: perl
28608            ! djgpp/configure.bat
28609 ____________________________________________________________________________
28610 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
28611         Log: DJGPP fixes from Laszlo Molnar.
28612      Branch: perl
28613            ! djgpp/configure.bat djgpp/djgpp.h
28614 ____________________________________________________________________________
28615 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
28616         Log: Update Changes.
28617      Branch: perl
28618            ! Changes patchlevel.h
28619 ____________________________________________________________________________
28620 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
28621         Log: Must wipe out the memory of real Socket before starting
28622              to use the new fake one.
28623      Branch: perl
28624            ! lib/Net/t/config.t
28625 ____________________________________________________________________________
28626 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
28627         Log: LC_ALL might trump LANG.
28628      Branch: perl
28629            ! lib/open.t
28630 ____________________________________________________________________________
28631 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
28632         Log: Make the eval runtime.
28633      Branch: perl
28634            ! lib/open.pm
28635 ____________________________________________________________________________
28636 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
28637         Log: Make the Langinfo test both more lenient (allow
28638              for any symbol not to exists) and stricter (add
28639              more symbols).
28640      Branch: perl
28641            ! ext/I18N/Langinfo/Langinfo.t
28642 ____________________________________________________________________________
28643 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
28644         Log: integrate change#13453 from maint-5.6
28645              
28646              tweak change#11399 to use an explicit flag rather than
28647              ass_u_ming w32_pseudo_id will only be zero for the real
28648              toplevel interpreter; avoids multiple hosts from diddling
28649              the environment at the same time
28650      Branch: perl
28651           !> win32/perlhost.h
28652 ____________________________________________________________________________
28653 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
28654         Log: Subject: [PATCH] VMS update for perldelta.pod
28655              From: "Craig A. Berry" <craigberry@mac.com> 
28656              Date: Tue, 4 Dec 2001 00:23:12 -0600
28657              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
28658      Branch: perl
28659            ! pod/perldelta.pod
28660 ____________________________________________________________________________
28661 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
28662         Log: NetWare tweak from Ananth Kesari.
28663      Branch: perl
28664            ! NetWare/Makefile
28665 ____________________________________________________________________________
28666 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
28667         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
28668              Not adding the test suite because of its many assumptions.
28669      Branch: perl
28670            ! lib/Net/Ping.pm
28671 ____________________________________________________________________________
28672 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
28673         Log: tweak change#11399 to use an explicit flag rather than
28674              ass_u_ming w32_pseudo_id will only be zero for the real
28675              toplevel interpreter; avoids multiple hosts from diddling
28676              the environment at the same time
28677      Branch: maint-5.6/perl
28678            ! win32/perlhost.h
28679 ____________________________________________________________________________
28680 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
28681         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
28682              from Len Makin.
28683      Branch: perl
28684            + hints/super-ux.sh
28685            ! MANIFEST
28686 ____________________________________________________________________________
28687 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
28688         Log: Add Mac OS X known failures to perldelta.
28689      Branch: perl
28690            ! pod/perldelta.pod
28691 ____________________________________________________________________________
28692 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
28693         Log: I think it's time to call the utf8 code non-test.
28694      Branch: perl
28695            ! utf8.c
28696 ____________________________________________________________________________
28697 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
28698         Log: Retract #13303, need rethink.
28699      Branch: perl
28700            ! utf8.c
28701 ____________________________________________________________________________
28702 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
28703         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
28704              From: "Craig A. Berry" <craigberry@mac.com>
28705              Date: Mon, 03 Dec 2001 16:28:06 -0600
28706              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
28707      Branch: perl
28708            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
28709 ____________________________________________________________________________
28710 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
28711         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
28712              From: Andy Dougherty <doughera@lafayette.edu>
28713              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
28714              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
28715      Branch: perl
28716            ! hints/solaris_2.sh
28717 ____________________________________________________________________________
28718 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
28719         Log: This test is not very robust on 8.3-constrained systems:
28720              all the "with truncated name" lines between "Autosplitting ..."
28721              and "some names are not unique" lines are unexpected,
28722              and the truncation message becomes:
28723              testtest.al, testtest.al truncate to testtest 
28724      Branch: perl
28725            ! lib/AutoSplit.t
28726 ____________________________________________________________________________
28727 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
28728         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
28729      Branch: perl
28730            ! ext/I18N/Langinfo/Langinfo.t
28731 ____________________________________________________________________________
28732 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
28733         Log: Test::Morify UCD.t
28734      Branch: perl
28735            ! lib/Unicode/UCD.t
28736 ____________________________________________________________________________
28737 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
28738         Log: If Socket has not been built (e.g. DJGPP) the libnet
28739              tests fall over with (too) much noise.
28740      Branch: perl
28741            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
28742            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
28743            ! lib/Net/t/smtp.t lib/Net/t/time.t
28744 ____________________________________________________________________________
28745 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
28746         Log: Subject: [PATCH] shared hash keys and ++/--
28747              From: Nicholas Clark <nick@ccl4.org>
28748              Date: Mon, 3 Dec 2001 16:37:16 +0000
28749              Message-ID: <20011203163716.C21702@plum.flirble.org>
28750      Branch: perl
28751            ! pp.c pp_hot.c sv.c t/op/inc.t
28752 ____________________________________________________________________________
28753 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
28754         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
28755              From: Jonathan Stowe <jns@gellyfish.com>
28756              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
28757              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
28758      Branch: perl
28759            ! lib/Term/Cap.pm
28760 ____________________________________________________________________________
28761 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
28762         Log: Update Changes.
28763      Branch: perl
28764            ! Changes patchlevel.h
28765 ____________________________________________________________________________
28766 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
28767         Log: perldelta tweaks.
28768      Branch: perl
28769            ! pod/perldelta.pod
28770 ____________________________________________________________________________
28771 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
28772         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
28773              From: Sam Tregar <sam@tregar.com> 
28774              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
28775              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
28776      Branch: perl
28777            ! pod/perlnewmod.pod
28778 ____________________________________________________________________________
28779 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
28780         Log: microperl casting nit.
28781      Branch: perl
28782            ! utf8.c
28783 ____________________________________________________________________________
28784 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
28785         Log: Make sharepvn a macro since all it does is a deref.
28786      Branch: perl
28787            ! embed.h embed.pl global.sym hv.c hv.h proto.h
28788 ____________________________________________________________________________
28789 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
28790         Log: perldelta updates.
28791      Branch: perl
28792            ! pod/perldelta.pod
28793 ____________________________________________________________________________
28794 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
28795         Log: PPPort update from Paul Marquess.
28796      Branch: perl
28797            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
28798            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
28799            + ext/Devel/PPPort/t/test.t
28800            - ext/Devel/PPPort/harness/Harness.pm
28801            - ext/Devel/PPPort/harness/Harness.xs
28802            - ext/Devel/PPPort/harness/Makefile.PL
28803            - ext/Devel/PPPort/harness/module2.c
28804            - ext/Devel/PPPort/harness/module3.c
28805            - ext/Devel/PPPort/harness/t/test.t
28806            ! MANIFEST ext/Devel/PPPort/MANIFEST
28807            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
28808            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
28809            ! ext/Devel/PPPort/soak
28810 ____________________________________________________________________________
28811 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
28812         Log: No use talking about dynamic library search patch
28813              unless we are having a dynamic build.
28814      Branch: perl
28815            ! t/TEST
28816 ____________________________________________________________________________
28817 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
28818         Log: Be more explicit on the List::Util build trick,
28819              should also stop unneeded rebuilds on static builds.
28820      Branch: perl
28821            ! ext/List/Util/Makefile.PL
28822 ____________________________________________________________________________
28823 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
28824         Log: We need to replace the optimize (-O1) with
28825              the -h scalar0 -h vector0, not append them
28826              to the ccflags.
28827      Branch: perl
28828            ! hints/unicos.sh hints/unicosmk.sh
28829 ____________________________________________________________________________
28830 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
28831         Log: Subject: [PATCH] Shared hash keys 
28832              From: Nicholas Clark <nick@ccl4.org>
28833              Date: Sun, 2 Dec 2001 20:52:32 +0000
28834              Message-ID: <20011202205232.U21702@plum.flirble.org>
28835      Branch: perl
28836            ! doop.c t/op/tr.t
28837 ____________________________________________________________________________
28838 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
28839         Log: Better add new files to MANIFEST, too.
28840      Branch: perl
28841            ! MANIFEST
28842 ____________________________________________________________________________
28843 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
28844         Log: Subject: {PATCH] perlpacktut.pod
28845              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
28846              Date: Sun, 02 Dec 2001 19:55:06 +0100
28847              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
28848      Branch: perl
28849            ! pod/perlpacktut.pod
28850 ____________________________________________________________________________
28851 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
28852         Log: Various small nits found by DJGPP build.
28853      Branch: perl
28854            ! doio.c mg.c pp.c util.c
28855 ____________________________________________________________________________
28856 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
28857         Log: Subject: RE: More verbose POD for Carp
28858              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
28859              Date: Sun, 2 Dec 2001 11:32:51 -0500
28860              Message-ID: <3C0A9748@operamail.com>
28861      Branch: perl
28862            ! lib/Carp.pm
28863 ____________________________________________________________________________
28864 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
28865         Log: Add a header for DJGPP with the function prototypes.
28866      Branch: perl
28867            + djgpp/djgpp.h
28868            ! MANIFEST djgpp/djgpp.c
28869 ____________________________________________________________________________
28870 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
28871         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
28872              From: Abe Timmerman <abe@ztreet.demon.nl>
28873              Date: Sun, 02 Dec 2001 02:41:25 +0100
28874              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
28875      Branch: perl
28876            ! pp_sys.c
28877 ____________________________________________________________________________
28878 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
28879         Log: There isn't PTR2INT(), there's PTR2IV().
28880      Branch: perl
28881            ! ext/Time/HiRes/HiRes.xs
28882 ____________________________________________________________________________
28883 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
28884         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
28885              From: Marc Lehmann <root@schmorp.de>
28886              Date: Sun, 02 Dec 2001 02:44:53 +0100
28887              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
28888      Branch: perl
28889            ! ext/Time/HiRes/HiRes.xs
28890 ____________________________________________________________________________
28891 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
28892         Log: encode()/decode() examples.
28893      Branch: perl
28894            ! ext/Encode/Encode.pm
28895 ____________________________________________________________________________
28896 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
28897         Log: DJGPP tweaks from Laszlo Molnar.
28898      Branch: perl
28899            ! djgpp/config.over djgpp/djgppsed.sh
28900 ____________________________________________________________________________
28901 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
28902         Log: Update Changes.
28903      Branch: perl
28904            ! Changes patchlevel.h
28905 ____________________________________________________________________________
28906 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
28907         Log: Integrate perlio:
28908              
28909              [ 13409]
28910              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
28911              have file descriptors. Noticed a possibly worse problem in the process ...
28912      Branch: perl
28913           !> doio.c
28914 ____________________________________________________________________________
28915 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
28916         Log: Non-VMS-fixed and Win32-skipped version of
28917              
28918              Subject: [PATCH t/op/exec.t] Portabilty fix 
28919              From: Michael G Schwern <schwern@pobox.com> 
28920              Date: Fri, 30 Nov 2001 16:09:27 -0500
28921              Message-ID: <20011130160927.A10406@blackrider>
28922      Branch: perl
28923            ! t/op/exec.t
28924 ____________________________________________________________________________
28925 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
28926         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
28927              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
28928              Date: Sat, 1 Dec 2001 07:01:09 -0500
28929              Message-ID: <3C0D2E39@operamail.com>
28930              
28931              Subject: More verbose POD for Carp
28932              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
28933              Date: Sat, 1 Dec 2001 08:04:16 -0500
28934              Message-ID: <3C285C2B@operamail.com>
28935      Branch: perl
28936            ! lib/Carp.pm lib/Carp/Heavy.pm
28937 ____________________________________________________________________________
28938 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
28939         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
28940              From: chromatic <chromatic@rmci.net>
28941              Date: Sat, 01 Dec 2001 12:41:58 -0700
28942              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
28943      Branch: perl
28944            ! lib/DB.t
28945 ____________________________________________________________________________
28946 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
28947         Log: Try to make a missing RADIXCHAR a softer kinder error.
28948      Branch: perl
28949            ! ext/I18N/Langinfo/Langinfo.t
28950 ____________________________________________________________________________
28951 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
28952         Log: Have a little faith on nl_langinfo() itself.
28953      Branch: perl
28954            ! ext/I18N/Langinfo/Langinfo.xs
28955 ____________________________________________________________________________
28956 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
28957         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
28958              the max, not max plus one)
28959      Branch: perl
28960            ! ext/I18N/Langinfo/Langinfo.xs
28961 ____________________________________________________________________________
28962 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
28963         Log: Make reality agree with the comment.
28964      Branch: perl
28965            ! ext/I18N/Langinfo/Langinfo.xs
28966 ____________________________________________________________________________
28967 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
28968         Log: Try to protect against wild langinfo() arguments.
28969      Branch: perl
28970            ! ext/I18N/Langinfo/Langinfo.xs
28971 ____________________________________________________________________________
28972 [ 13409] By: nick                                  on 2001/12/01  18:19:59
28973         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
28974              have file descriptors. Noticed a possibly worse problem in the process ...
28975      Branch: perlio
28976            ! doio.c
28977 ____________________________________________________________________________
28978 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
28979         Log: (replaced by #13556)
28980              
28981              If we are inside an eval, let's be silent about
28982              separate symbols and just croak() in the end.
28983      Branch: perl
28984            ! lib/Exporter/Heavy.pm
28985 ____________________________________________________________________________
28986 [ 13407] By: nick                                  on 2001/12/01  17:14:05
28987         Log: Integrate mainline
28988      Branch: perlio
28989           !> (integrate 26 files)
28990 ____________________________________________________________________________
28991 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
28992         Log: Subject: Fix for Exporter error reporting behaviour
28993              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
28994              Date: Sat, 1 Dec 2001 06:34:48 -0500
28995              Message-ID: <3C0D1B9A@operamail.com>
28996      Branch: perl
28997            ! lib/Exporter.pm lib/Exporter/Heavy.pm
28998 ____________________________________________________________________________
28999 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
29000         Log: Need to hide behind an eval to avoid a warning
29001              about :utf8 on non-perlio configs.
29002      Branch: perl
29003            ! lib/open.t
29004 ____________________________________________________________________________
29005 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
29006         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
29007              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29008              Date: Fri, 30 Nov 2001 23:46:58 +0100
29009              Message-ID: <20011130234658.A717@rafael>
29010      Branch: perl
29011            ! op.c t/op/method.t
29012 ____________________________________________________________________________
29013 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
29014         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
29015              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29016              Date: Thu, 29 Nov 2001 22:46:12 +0100
29017              Message-ID: <20011129224612.A699@rafael>
29018      Branch: perl
29019            ! ext/B/B/Xref.pm
29020 ____________________________________________________________________________
29021 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
29022         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
29023              From: Tels <perl_dummy@bloodgate.com>
29024              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
29025              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
29026      Branch: perl
29027            ! pod/perlfunc.pod
29028 ____________________________________________________________________________
29029 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
29030         Log: Subject: [REPATCH] reference pointer comparison
29031              From: Nicholas Clark <nick@ccl4.org>
29032              Date: Sat, 1 Dec 2001 13:00:17 +0000
29033              Message-ID: <20011201130017.I21702@plum.flirble.org>
29034      Branch: perl
29035            ! pp.c
29036 ____________________________________________________________________________
29037 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
29038         Log: Upgrade to Storable 1.0.14.
29039      Branch: perl
29040            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29041 ____________________________________________________________________________
29042 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
29043         Log: Add simple caches for ::viacode() and ::vianame().
29044      Branch: perl
29045            ! lib/charnames.pm lib/charnames.t
29046 ____________________________________________________________________________
29047 [ 13398] By: nick                                  on 2001/12/01  10:36:24
29048         Log: Integrate mainline.
29049      Branch: perlio
29050           +> (branch 44 files)
29051            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
29052            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
29053            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
29054           !> (integrate 250 files)
29055 ____________________________________________________________________________
29056 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
29057         Log: Regen toc and modlib.
29058      Branch: perl
29059            ! pod/perlmodlib.pod pod/perltoc.pod
29060 ____________________________________________________________________________
29061 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
29062         Log: Upgrade to podlators-1.18.
29063      Branch: perl
29064            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
29065 ____________________________________________________________________________
29066 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
29067         Log: -h scalar0 -h vector0 seems to help for both
29068              UNICOS and UNICOS/mk on the unpack %65c problems.
29069              
29070              (replaces #13393)
29071      Branch: perl
29072            ! hints/unicos.sh hints/unicosmk.sh
29073 ____________________________________________________________________________
29074 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
29075         Log: More Socket constants.
29076      Branch: perl
29077            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
29078 ____________________________________________________________________________
29079 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
29080         Log: (replaced by #13395)
29081      Branch: perl
29082            ! hints/unicosmk.sh
29083 ____________________________________________________________________________
29084 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
29085         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
29086              From: Andy Dougherty <doughera@lafayette.edu>
29087              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
29088              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
29089              
29090              Simplify the test skippage criterion now that we are
29091              no more dependent on sed.
29092      Branch: perl
29093            ! t/comp/cpp.t t/run/switchPx.t
29094 ____________________________________________________________________________
29095 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
29096         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
29097              From: Michael G Schwern <schwern@pobox.com>
29098              Date: Fri, 30 Nov 2001 11:48:44 -0500
29099              Message-ID: <20011130114844.C1303@blackrider>
29100              
29101              (replaces #13381)
29102      Branch: perl
29103            ! t/op/stat.t
29104 ____________________________________________________________________________
29105 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
29106         Log: Let's not assume how much memory has been allocated
29107              to PVs.
29108      Branch: perl
29109            ! ext/Devel/Peek/Peek.t
29110 ____________________________________________________________________________
29111 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
29112         Log: VOS needs to know the modules, including pp_sort.
29113      Branch: perl
29114            ! vos/perl.bind
29115 ____________________________________________________________________________
29116 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
29117         Log: Unused variables.
29118      Branch: perl
29119            ! ext/Unicode/Normalize/Normalize.xs
29120 ____________________________________________________________________________
29121 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
29122         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
29123              From: John Peacock <jpeacock@rowman.com>     
29124              Date: Fri, 30 Nov 2001 10:24:00 -0500        
29125              Message-ID: <3C07A490.A22A76B0@rowman.com>   
29126      Branch: perl
29127            ! lib/ExtUtils/Embed.t
29128 ____________________________________________________________________________
29129 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
29130         Log: Tweak for the VOS building script from Paul Green.
29131      Branch: perl
29132            ! vos/configure_perl.cm
29133 ____________________________________________________________________________
29134 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
29135         Log: Update Changes.
29136      Branch: perl
29137            ! Changes patchlevel.h
29138 ____________________________________________________________________________
29139 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
29140         Log: Cannot test if cppstdin has not yet been installed.
29141      Branch: perl
29142            ! t/run/switchPx.t
29143 ____________________________________________________________________________
29144 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
29145         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
29146              From: Michael G Schwern <schwern@pobox.com> 
29147              Date: Thu, 29 Nov 2001 22:05:11 -0500
29148              Message-ID: <20011129220510.A18869@blackrider>
29149              
29150              TODO 1: if cppstdin is used and not yet installed,
29151              the Px.t will fail (must do the same as in cpp.t)
29152              
29153              TODO 2: does this work if no Perl whatsoever has
29154              yet been installed?  That is, we should be using
29155              the Perl we are building to execute the one-liner.
29156      Branch: perl
29157            + t/run/switchPx.aux t/run/switchPx.t
29158            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
29159            ! vms/test.com
29160 ____________________________________________________________________________
29161 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
29162         Log: Upgrade to Unicode::Normalize 0.12.
29163      Branch: perl
29164            ! ext/Unicode/Normalize/Changes
29165            ! ext/Unicode/Normalize/Normalize.pm
29166            ! ext/Unicode/Normalize/Normalize.xs
29167            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
29168            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
29169            ! ext/Unicode/Normalize/t/test.t
29170 ____________________________________________________________________________
29171 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
29172         Log: (replaced by #13391)
29173              
29174              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
29175              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
29176              Date: 30 Nov 2001 11:41:53 -0000             
29177              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
29178              
29179              No need to die if we have high-paranoia (non-chdirable)
29180              system directories.
29181      Branch: perl
29182            ! t/op/stat.t
29183 ____________________________________________________________________________
29184 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
29185         Log: Paragraph rewrapping.
29186      Branch: perl
29187            ! pod/perliol.pod
29188 ____________________________________________________________________________
29189 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
29190         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
29191              From: Stas Bekman <stas@stason.org>
29192              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
29193              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
29194      Branch: perl
29195            ! pod/perliol.pod
29196 ____________________________________________________________________________
29197 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
29198         Log: Whether select() gets restarted on signals is
29199              implementation dependent.
29200      Branch: perl
29201            ! ext/Time/HiRes/HiRes.t
29202 ____________________________________________________________________________
29203 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
29204         Log: More forgotten checkins.
29205      Branch: perl
29206            ! embed.h embed.pl proto.h
29207 ____________________________________________________________________________
29208 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
29209         Log: Add a note about folding vs lowercase.
29210      Branch: perl
29211            ! regexec.c
29212 ____________________________________________________________________________
29213 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
29214         Log: Use to_uni_fold (and add changed global.sym)
29215      Branch: perl
29216            ! global.sym utf8.c
29217 ____________________________________________________________________________
29218 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
29219         Log: Make to Unicode character functions to use UVs
29220              instead of U32s and add to_uni_fold().
29221      Branch: perl
29222            ! embed.pl proto.h utf8.c
29223 ____________________________________________________________________________
29224 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
29225         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
29226              From: Nicholas Clark <nick@ccl4.org>
29227              Date: Thu, 29 Nov 2001 22:47:32 +0000
29228              Message-ID: <20011129224732.W37621@plum.flirble.org>
29229      Branch: perl
29230            ! pod/perlpacktut.pod
29231 ____________________________________________________________________________
29232 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
29233         Log: README.vos updates from Paul Green.
29234      Branch: perl
29235            ! README.vos
29236 ____________________________________________________________________________
29237 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
29238         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
29239              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29240              Date: Thu, 29 Nov 2001 14:18:51 EST
29241              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
29242      Branch: perl
29243            ! mg.c vms/vms.c vms/vmsish.h
29244 ____________________________________________________________________________
29245 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
29246         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
29247              From: Michael G Schwern <schwern@pobox.com>
29248              Date: Thu, 29 Nov 2001 13:12:31 -0500
29249              Message-ID: <20011129131231.E11300@blackrider>
29250      Branch: perl
29251            ! README.vms
29252 ____________________________________________________________________________
29253 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
29254         Log: BGET_IV was missing.
29255      Branch: perl
29256            ! ext/ByteLoader/bytecode.h
29257 ____________________________________________________________________________
29258 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
29259         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
29260              From: Jonathan Stowe <gellyfish@gellyfish.com>
29261              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
29262              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
29263      Branch: perl
29264            ! lib/Term/Cap.pm
29265 ____________________________________________________________________________
29266 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
29267         Log: Porting/checkURL.pl was missing.
29268      Branch: perl
29269            ! MANIFEST
29270 ____________________________________________________________________________
29271 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
29272         Log: Subject: INSTALL and READMEs should be reviewed
29273              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29274              Date: Thu, 29 Nov 2001 16:49:36 +0100
29275              Message-ID: <20011129164936.A17492@rafael>         
29276      Branch: perl
29277            ! README.cygwin
29278 ____________________________________________________________________________
29279 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
29280         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
29281              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
29282              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
29283              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
29284      Branch: perl
29285            ! README.os390
29286 ____________________________________________________________________________
29287 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
29288         Log: Update Changes.
29289      Branch: perl
29290            ! Changes patchlevel.h
29291 ____________________________________________________________________________
29292 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
29293         Log: The changes to the curliffed files didn't stick in #13348.
29294      Branch: perl
29295            ! README.dos README.win32
29296 ____________________________________________________________________________
29297 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
29298         Log: Subject: Re: Found the rev where File::Glob broke
29299              From: Andy Dougherty <doughera@lafayette.edu>
29300              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
29301              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
29302      Branch: perl
29303            ! lib/ExtUtils/MM_Unix.pm
29304 ____________________________________________________________________________
29305 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
29306         Log: Use __DATA__ instead of __END__.
29307      Branch: perl
29308            ! lib/Term/Cap.pm
29309 ____________________________________________________________________________
29310 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
29311         Log: Subject: [PATCH toke.c] autosplit into @F fix
29312              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29313              Date: Thu, 29 Nov 2001 14:52:23 +0100
29314              Message-ID: <20011129145223.A25817@rafael>         
29315      Branch: perl
29316            ! toke.c
29317 ____________________________________________________________________________
29318 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
29319         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
29320              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29321              Date: Thu, 29 Nov 2001 15:48:15 +0100
29322              Message-ID: <20011129154815.C25817@rafael>         
29323      Branch: perl
29324            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
29325 ____________________________________________________________________________
29326 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
29327         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
29328              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29329              Date: Wed, 28 Nov 2001 20:35:29 +0100
29330              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
29331      Branch: perl
29332            ! pod/perlpacktut.pod
29333 ____________________________________________________________________________
29334 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
29335         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
29336              From: Stas Bekman <stas@stason.org>
29337              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
29338              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
29339              
29340              (with tweaks)
29341      Branch: perl
29342            ! pod/perlapio.pod
29343 ____________________________________________________________________________
29344 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
29345         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
29346              From: Tels <perl_dummy@bloodgate.com>
29347              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
29348              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
29349              
29350              (plus paragraph rewrapping)
29351      Branch: perl
29352            ! lib/Exporter.pm
29353 ____________________________________________________________________________
29354 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
29355         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
29356              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
29357              Date: Wed, 28 Nov 2001 21:47:59 +0000
29358              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
29359      Branch: perl
29360            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
29361 ____________________________________________________________________________
29362 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
29363         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
29364              From: Andy Dougherty <doughera@lafayette.edu>
29365              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
29366              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
29367      Branch: perl
29368            ! INSTALL ext/Time/HiRes/HiRes.t
29369 ____________________________________________________________________________
29370 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
29371         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
29372              From: Michael G Schwern <schwern@pobox.com> 
29373              Date: Wed, 28 Nov 2001 16:37:01 -0500
29374              Message-ID: <20011128163701.H676@blackrider>
29375      Branch: perl
29376            ! t/run/kill_perl.t
29377 ____________________________________________________________________________
29378 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
29379         Log: @INC tweak.
29380      Branch: perl
29381            ! t/op/ref.t
29382 ____________________________________________________________________________
29383 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
29384         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
29385              From: Nicholas Clark <nick@ccl4.org>
29386              Date: Wed, 28 Nov 2001 23:38:43 +0000
29387              Message-ID: <20011128233843.N37621@plum.flirble.org>  
29388      Branch: perl
29389            ! installman
29390 ____________________________________________________________________________
29391 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
29392         Log: Tweak the forking logic.
29393      Branch: perl
29394            ! Porting/checkURL.pl
29395 ____________________________________________________________________________
29396 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
29397         Log: Update perlmodlib.PL as per #13348.  The L<> got
29398              changed back because that is coming from ParseLink.pm.
29399      Branch: perl
29400            ! pod/perlmodlib.PL pod/perlmodlib.pod
29401 ____________________________________________________________________________
29402 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
29403         Log: URL fixups from Michael Schwern.
29404      Branch: perl
29405            ! README.cygwin README.dos README.hpux README.mint README.mpeix
29406            ! README.os390 README.qnx README.solaris README.vos README.win32
29407            ! pod/perlmodlib.pod
29408 ____________________________________________________________________________
29409 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
29410         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
29411              From: Barrie Slaymaker <barries@slaysys.com>
29412              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
29413              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
29414      Branch: perl
29415            ! lib/Exporter.pm
29416 ____________________________________________________________________________
29417 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
29418         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
29419      Branch: perl
29420            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
29421 ____________________________________________________________________________
29422 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
29423         Log: Subject: [PATCH] Re: $\ very broken
29424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29425              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
29426              Message-ID: <20011128223308.E732@rafael>   
29427              
29428              Subject: Re: [PATCH] Re: $\ very broken     
29429              From: Nicholas Clark <nick@ccl4.org>
29430              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
29431              Message-ID: <20011128222859.K37621@plum.flirble.org>
29432      Branch: perl
29433            ! mg.c t/op/ref.t
29434 ____________________________________________________________________________
29435 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
29436         Log: Add Abigail's link checker with the following tweaks:
29437              - known dummy URLs (Peter Prymmer)
29438              - do also READMEs and INSTALL (Michael Schwern)
29439              - do also ftp URLs
29440              - add fork retry loop in case the allowed number
29441              of processes per user is low
29442      Branch: perl
29443            + Porting/checkURL.pl
29444            ! MANIFEST
29445 ____________________________________________________________________________
29446 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
29447         Log: Update Changes.
29448      Branch: perl
29449            ! Changes patchlevel.h
29450 ____________________________________________________________________________
29451 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
29452         Log: In Linux if we have modern enough gcc and supported
29453              enough CPU, crank up the optimization level to -O3.
29454      Branch: perl
29455            ! hints/linux.sh
29456 ____________________________________________________________________________
29457 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
29458         Log: Add perlpacktut from Wolfgang Laun; regen toc.
29459      Branch: perl
29460            + pod/perlpacktut.pod
29461            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
29462            ! pod/perltoc.pod
29463 ____________________________________________________________________________
29464 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
29465         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
29466              From: PPrymmer@factset.com
29467              Date: Wed, 28 Nov 2001 07:51:26 -0500
29468              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
29469      Branch: perl
29470            ! vms/test.com
29471 ____________________________________________________________________________
29472 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
29473         Log: Test cases for the first half of #13338.
29474      Branch: perl
29475            ! t/lib/h2ph.h t/lib/h2ph.pht
29476 ____________________________________________________________________________
29477 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
29478         Log: Subject: Re: h2ph confused by comments in an enum.
29479              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
29480              Date: Wed, 28 Nov 2001 04:19:21 +0000
29481              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
29482              
29483              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
29484              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
29485              Date: Wed, 28 Nov 2001 13:36:35 +0000
29486              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
29487      Branch: perl
29488            ! utils/h2ph.PL
29489 ____________________________________________________________________________
29490 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
29491         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
29492              From: Jonathan Stowe <gellyfish@gellyfish.com>
29493              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
29494              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
29495              
29496              (replace #13327)
29497      Branch: perl
29498            ! lib/Term/Cap.pm
29499 ____________________________________________________________________________
29500 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
29501         Log: Replace #13335 with
29502              
29503              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
29504              From: Russ Allbery <rra@stanford.edu>
29505              Date: 27 Nov 2001 20:42:49 -0800
29506              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
29507      Branch: perl
29508            ! lib/Pod/Text/Termcap.pm
29509 ____________________________________________________________________________
29510 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
29511         Log: (replaced by #13336)
29512              
29513              Subject: [PATCH perl@13323] Termcap.pm with no termios
29514              From: "Craig A. Berry" <craigberry@mac.com> 
29515              Date: Tue, 27 Nov 2001 22:28:50 -0600
29516              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
29517      Branch: perl
29518            ! lib/Pod/Text/Termcap.pm
29519 ____________________________________________________________________________
29520 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
29521         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
29522              From: "Craig A. Berry" <craigberry@mac.com> 
29523              Date: Tue, 27 Nov 2001 21:46:45 -0600
29524              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
29525      Branch: perl
29526            ! configure.com
29527 ____________________________________________________________________________
29528 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
29529         Log: Upgrade to podlators 1.17.
29530      Branch: perl
29531            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
29532            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
29533 ____________________________________________________________________________
29534 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
29535         Log: Fix for "a\x{100}" =~ /A/i.
29536      Branch: perl
29537            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
29538            ! utf8.c
29539 ____________________________________________________________________________
29540 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
29541         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
29542              From: "Craig A. Berry" <craigberry@mac.com>
29543              Date: Tue, 27 Nov 2001 17:11:49 -0600
29544              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
29545      Branch: perl
29546            ! lib/DB.t
29547 ____________________________________________________________________________
29548 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
29549         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
29550              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29551              Date: Tue, 27 Nov 2001 14:55:23 -0500
29552              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
29553              
29554              Subject: [PATCH: perl@13324] updates to perldelta.pod 
29555              From: PPrymmer@factset.com
29556              Date: Tue, 27 Nov 2001 18:06:04 -0500
29557              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
29558              
29559              plus added some known problems.
29560      Branch: perl
29561            ! pod/perldelta.pod
29562 ____________________________________________________________________________
29563 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
29564         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
29565              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29566              Date: Tue, 27 Nov 2001 15:38:02 EST 
29567              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
29568      Branch: perl
29569            ! configure.com vms/vms.c vms/vmsish.h
29570 ____________________________________________________________________________
29571 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
29572         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
29573              From: Michael G Schwern <schwern@pobox.com> 
29574              Date: Tue, 27 Nov 2001 15:31:12 -0500
29575              Message-ID: <20011127153112.G20929@blackrider>
29576      Branch: perl
29577            ! t/run/kill_perl.t
29578 ____________________________________________________________________________
29579 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
29580         Log: (replaced by #13337)
29581              
29582              VMS can safely hardcode a termcap entry for VT100.
29583      Branch: perl
29584            ! lib/Term/Cap.pm
29585 ____________________________________________________________________________
29586 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
29587         Log: VMS piping fixes from Charles Lane (perl -P should
29588              be working now).
29589      Branch: perl
29590            ! vms/vms.c
29591 ____________________________________________________________________________
29592 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
29593         Log: Subject: [PATCH] perlvar.pod fix
29594              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29595              Date: Tue, 27 Nov 2001 13:11:47 -0500
29596              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
29597      Branch: perl
29598            ! pod/perlvar.pod
29599 ____________________________________________________________________________
29600 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
29601         Log: Update Changes.
29602      Branch: perl
29603            ! Changes patchlevel.h
29604 ____________________________________________________________________________
29605 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
29606         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
29607              From: "Craig A. Berry" <craigberry@mac.com> 
29608              Date: Tue, 27 Nov 2001 10:21:18 -0600
29609              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
29610      Branch: perl
29611            ! lib/ExtUtils/MM_VMS.pm
29612 ____________________________________________________________________________
29613 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
29614         Log: Protect against accumulating -options -options -options.
29615      Branch: perl
29616            ! hints/hpux.sh
29617 ____________________________________________________________________________
29618 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
29619         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
29620              From: Barrie Slaymaker <barries@slaysys.com>
29621              Date: Tue, 27 Nov 2001 10:58:54 -0500
29622              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
29623      Branch: perl
29624            ! lib/Benchmark.pm
29625 ____________________________________________________________________________
29626 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
29627         Log: Tiny fix from John P. Linderman.
29628      Branch: perl
29629            ! lib/sort.pm
29630 ____________________________________________________________________________
29631 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
29632         Log: The Story of sort(), from John P. Linderman.
29633      Branch: perl
29634            ! pod/perldelta.pod
29635 ____________________________________________________________________________
29636 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
29637         Log: Add information what to do if you are reading
29638              perluniintro but using some older Perl.
29639      Branch: perl
29640            ! pod/perluniintro.pod
29641 ____________________________________________________________________________
29642 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
29643         Log: Update the 'wide characters' FAQ entry.
29644      Branch: perl
29645            ! pod/perlfaq6.pod
29646 ____________________________________________________________________________
29647 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
29648         Log: Fix for
29649              
29650              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
29651              From: Marc Lehmann <root@schmorp.de>
29652              Date: Tue, 27 Nov 2001 14:27:14 +0100
29653              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
29654      Branch: perl
29655            ! ext/Encode.t ext/Encode/Encode.xs
29656 ____________________________________________________________________________
29657 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
29658         Log: Subject: [PATCH] DB_File 1.801
29659              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29660              Date: Tue, 27 Nov 2001 15:06:45 -0000
29661              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
29662      Branch: perl
29663            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29664            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
29665 ____________________________________________________________________________
29666 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
29667         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
29668      Branch: perl
29669            ! pod/perlmodlib.pod
29670 ____________________________________________________________________________
29671 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
29672         Log: sort() doc tweaks from John P. Linderman.
29673      Branch: perl
29674            ! pod/perlfunc.pod
29675 ____________________________________________________________________________
29676 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
29677         Log: Subject: [PATCH] More perldelta.pod nits
29678              From: Simon Glover <scog@roe.ac.uk>
29679              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
29680              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
29681      Branch: perl
29682            ! pod/perldelta.pod
29683 ____________________________________________________________________________
29684 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
29685         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
29686              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29687              Date: Tue, 27 Nov 2001 11:52:31 -0000
29688              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
29689      Branch: perl
29690            ! ext/Devel/PPPort/harness/Makefile.PL
29691 ____________________________________________________________________________
29692 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
29693         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
29694              From: Michael G Schwern <schwern@pobox.com>
29695              Date: Tue, 27 Nov 2001 03:38:24 -0500
29696              Message-ID: <20011127033824.A17775@blackrider>
29697      Branch: perl
29698            ! t/TEST
29699 ____________________________________________________________________________
29700 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
29701         Log: Subject: Re: perlcc very broken
29702              From: John Peacock <jpeacock@rowman.com>
29703              Date: Tue, 27 Nov 2001 06:48:01 -0500
29704              Message-ID: <3C037D71.4030508@rowman.com>
29705      Branch: perl
29706            ! utils/perlcc.PL
29707 ____________________________________________________________________________
29708 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
29709         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
29710              From: David Dyck <dcd@tc.fluke.com>
29711              Date: Mon, 26 Nov 2001 22:04:38 -0800
29712              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
29713      Branch: perl
29714            ! t/op/pack.t
29715 ____________________________________________________________________________
29716 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
29717         Log: Subject: [ID 20011126.149] t/op/split fails step 37
29718              From: David Dyck <dcd@tc.fluke.com>
29719              Date: Mon, 26 Nov 2001 21:52:35 -0800
29720              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
29721      Branch: perl
29722            ! t/op/split.t
29723 ____________________________________________________________________________
29724 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
29725         Log: incorporate last minute change from libnet 1.0901-tobe
29726      Branch: perl
29727            ! lib/Net/SMTP.pm
29728 ____________________________________________________________________________
29729 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
29730         Log: Pass 7 at perldelta - random edits.
29731      Branch: perl
29732            ! pod/perldelta.pod
29733 ____________________________________________________________________________
29734 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
29735         Log: Portability and skippage tweaks.
29736      Branch: perl
29737            ! t/op/split.t
29738 ____________________________________________________________________________
29739 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
29740         Log: (retracted by #13449)
29741              Try to make Unicode casemapping to work for EBCDIC, too.
29742      Branch: perl
29743            ! utf8.c
29744 ____________________________________________________________________________
29745 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
29746         Log: Just printing 1..0 is not quite enough...
29747      Branch: perl
29748            ! lib/Dumpvalue.t
29749 ____________________________________________________________________________
29750 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
29751         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
29752              Delay the match until runtime.
29753      Branch: perl
29754            ! t/op/append.t
29755 ____________________________________________________________________________
29756 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
29757         Log: UTF-EBCDIC.
29758      Branch: perl
29759            ! ext/Devel/Peek/Peek.t
29760 ____________________________________________________________________________
29761 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
29762         Log: Be UTF-EBCDIC aware.
29763      Branch: perl
29764            ! lib/bytes.t
29765 ____________________________________________________________________________
29766 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
29767         Log: Bad assumption which way digits and letters sort.
29768      Branch: perl
29769            ! lib/English.t
29770 ____________________________________________________________________________
29771 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
29772         Log: If in EBCDIC but no Convert::EBCDIC
29773              the libnet tests will all fail.
29774      Branch: perl
29775            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
29776            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
29777            ! lib/Net/t/smtp.t lib/Net/t/time.t
29778 ____________________________________________________________________________
29779 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
29780         Log: Just sorting to guarantee order is not enough.
29781              (Think EBCDIC.) 
29782      Branch: perl
29783            ! lib/ExtUtils/Manifest.t
29784 ____________________________________________________________________________
29785 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
29786         Log: OS/390 cleanable gunk.
29787      Branch: perl
29788            ! lib/ExtUtils/MM_Unix.pm
29789 ____________________________________________________________________________
29790 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
29791         Log: Update the EBCDIC MD5 checksums.
29792      Branch: perl
29793            ! ext/Digest/MD5/t/files.t
29794 ____________________________________________________________________________
29795 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
29796         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
29797              From: Nicholas Clark <nick@ccl4.org>
29798              Date: Mon, 26 Nov 2001 23:06:34 +0000
29799              Message-ID: <20011126230633.Q37621@plum.flirble.org>
29800      Branch: perl
29801            ! installman
29802 ____________________________________________________________________________
29803 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
29804         Log: sort tweaks from John P. Linderman.
29805      Branch: perl
29806            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
29807 ____________________________________________________________________________
29808 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
29809         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
29810              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
29811              Date: Mon, 26 Nov 2001 18:47:25 -0600
29812              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
29813              
29814              Craig Berry submitted half of this patch just yesterday.
29815              Spooky cosmic resonance.
29816      Branch: perl
29817            ! ext/Socket/Socket.xs
29818 ____________________________________________________________________________
29819 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
29820         Log: Subject: [PATCH] doio slightly smaller
29821              From: Nicholas Clark <nick@ccl4.org>
29822              Date: Tue, 27 Nov 2001 00:40:23 +0000      
29823              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
29824      Branch: perl
29825            ! doio.c
29826 ____________________________________________________________________________
29827 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
29828         Log: perldelta nits from Autrijus Tang and Ron Kimball.
29829      Branch: perl
29830            ! pod/perldelta.pod
29831 ____________________________________________________________________________
29832 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
29833         Log: Subject: [PATCH] unpack P* uses random length for item
29834              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
29835              Date: Mon, 26 Nov 2001 19:56:32 +0100
29836              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
29837      Branch: perl
29838            ! pod/perldiag.pod pp_pack.c t/op/pack.t
29839 ____________________________________________________________________________
29840 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
29841         Log: Subject: [PATCH current] system and taintedness
29842              From: Radu Greab <radu@netsoft.ro>
29843              Date: Mon, 26 Nov 2001 18:42:29 +0200
29844              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
29845      Branch: perl
29846            ! pp_sys.c t/op/taint.t
29847 ____________________________________________________________________________
29848 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
29849         Log: Subject: [PATCH @ 13283] Devel::PPPort
29850              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29851              Date: Mon, 26 Nov 2001 14:37:17 -0000
29852              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
29853      Branch: perl
29854            + ext/Devel/PPPort/MANIFEST
29855            ! MANIFEST ext/Devel/PPPort/Makefile.PL
29856            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
29857            ! ext/Devel/PPPort/harness/Harness.xs
29858            ! ext/Devel/PPPort/harness/Makefile.PL
29859            ! ext/Devel/PPPort/harness/module2.c
29860            ! ext/Devel/PPPort/harness/module3.c
29861            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
29862 ____________________________________________________________________________
29863 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
29864         Log: Update the test list.
29865      Branch: perl
29866            ! t/lib/1_compile.t
29867 ____________________________________________________________________________
29868 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
29869         Log: Sync-up tests with libnet distribution
29870      Branch: perl
29871            + lib/Net/t/netrc.t
29872            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
29873 ____________________________________________________________________________
29874 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
29875         Log: Update Changes.
29876      Branch: perl
29877            ! Changes patchlevel.h
29878 ____________________________________________________________________________
29879 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
29880         Log: Upgrade to podlators 1.16.
29881      Branch: perl
29882            + lib/Pod/t/basic.cap
29883            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
29884            ! lib/Pod/t/basic.t pod/pod2man.PL
29885 ____________________________________________________________________________
29886 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
29887         Log: Pass 6 at perldelta - sort enhancements, generic and
29888              platform specific bug fixes.
29889      Branch: perl
29890            ! pod/perldelta.pod
29891 ____________________________________________________________________________
29892 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
29893         Log: PROPAGATE documentation from Tony Cook.
29894      Branch: perl
29895            ! pod/perlfunc.pod
29896 ____________________________________________________________________________
29897 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
29898         Log: DJGPP cannot do signals that well.
29899      Branch: perl
29900            ! ext/POSIX/t/sigaction.t
29901 ____________________________________________________________________________
29902 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
29903         Log: Can't do subsecond alarms without ualarm; and break out
29904              early if alarms do not seem to be coming in as expected.
29905      Branch: perl
29906            ! ext/Time/HiRes/HiRes.t
29907 ____________________________________________________________________________
29908 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
29909         Log: No Socket, little Net.
29910      Branch: perl
29911            ! t/lib/1_compile.t
29912 ____________________________________________________________________________
29913 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
29914         Log: Take the taint brush to the getcwds.
29915      Branch: perl
29916            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
29917 ____________________________________________________________________________
29918 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
29919         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
29920              From: "Craig A. Berry" <craigberry@mac.com>
29921              Date: Sun, 25 Nov 2001 16:20:45 -0600
29922              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
29923      Branch: perl
29924            ! ext/Socket/Socket.xs
29925 ____________________________________________________________________________
29926 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
29927         Log: Since in some DOS filesystems the timestamp granularity
29928              may be only two seconds, better sleep for three to play safe.
29929              (Helps CygWin, at least.)
29930      Branch: perl
29931            ! lib/Memoize/t/expire_file.t
29932 ____________________________________________________________________________
29933 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
29934         Log: For some reason CygWin wasn't collapsing multiple
29935              slashes into one, which made some Spec.t tests to fail.
29936              Either CygWin was being too prudish or the collapsing
29937              logic needs to be rethunk.
29938      Branch: perl
29939            ! lib/File/Spec/Unix.pm
29940 ____________________________________________________________________________
29941 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
29942         Log: Cygwin needs to have libperl.dll around if trying to link
29943              with -lperl.  Note: this change cures the test but whether
29944              it cures CygPerl installation, I don't know: hopefully the
29945              libperl5_7_2.dll, or the version equivalent, gets installed
29946              also as libperl.dll to the proper place(s).
29947      Branch: perl
29948            ! lib/ExtUtils/Embed.t
29949 ____________________________________________________________________________
29950 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
29951         Log: -I../lib/.. and -L../lib/..?  Strange.
29952      Branch: perl
29953            ! lib/ExtUtils/Embed.t
29954 ____________________________________________________________________________
29955 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
29956         Log: $MM?
29957      Branch: perl
29958            ! lib/ExtUtils/Embed.pm
29959 ____________________________________________________________________________
29960 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
29961         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
29962              From: Dave Rolsky <autarch@urth.org>
29963              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
29964              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
29965      Branch: perl
29966            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
29967            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
29968 ____________________________________________________________________________
29969 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
29970         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
29971              From: chromatic <chromatic@rmci.net>
29972              Date: Sat, 24 Nov 2001 14:56:57 -0700
29973              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
29974              
29975              plus a tweak for ithreads builds.
29976      Branch: perl
29977            + lib/DB.t
29978            ! MANIFEST lib/DB.pm
29979 ____________________________________________________________________________
29980 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
29981         Log: Win32 compilation tweaks for Blair Zajac.
29982      Branch: perl
29983            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
29984 ____________________________________________________________________________
29985 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
29986         Log: I don't think trying to bracket the hires time with lores
29987              times is going to be portable enough: Cygwin seems to be
29988              capable of getting hires ones rather consistently lower
29989              than the lores ones.  So let's try average difference instead.
29990      Branch: perl
29991            ! ext/Time/HiRes/HiRes.t
29992 ____________________________________________________________________________
29993 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
29994         Log: Subject: Re: benchmarks, sorts and reproducibility
29995              From: "John P. Linderman" <jpl@research.att.com>
29996              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
29997              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
29998              
29999              Randomize large partitions for quicksort to dodge the
30000              angry gods of quadratic.
30001      Branch: perl
30002            ! pp_sort.c
30003 ____________________________________________________________________________
30004 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
30005         Log: The joys of portable quoting.
30006      Branch: perl
30007            ! ext/Devel/PPPort/harness/Makefile.PL
30008 ____________________________________________________________________________
30009 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
30010         Log: sort pragma tweaks.
30011      Branch: perl
30012            ! lib/sort.pm
30013 ____________________________________________________________________________
30014 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
30015         Log: Skip the link= directives of utils.lst if no mandir
30016              (if no manpages).
30017      Branch: perl
30018            ! installman
30019 ____________________________________________________________________________
30020 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
30021         Log: integrate changes#8340,13260 from mainline
30022              
30023              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
30024              
30025              change#3373 introduced a handle leak in backticks and piped open()s
30026              that fail
30027      Branch: maint-5.6/perl
30028            ! t/io/pipe.t util.c
30029 ____________________________________________________________________________
30030 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
30031         Log: change#3373 introduced a handle leak in backticks and piped open()s
30032              that fail
30033      Branch: perl
30034            ! util.c
30035 ____________________________________________________________________________
30036 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
30037         Log: metaconfig unit change for #13258.
30038      Branch: metaconfig/U/perl
30039            ! d_procselfexe.U
30040 ____________________________________________________________________________
30041 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
30042         Log: Extraenous breaks noticed by David Dyck.
30043      Branch: perl
30044            ! Configure
30045 ____________________________________________________________________________
30046 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
30047         Log: Revert the /proc/self/auxv experiment for now.
30048      Branch: perl
30049            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
30050 ____________________________________________________________________________
30051 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
30052         Log: Also ExtUtils.t had $^X assumptions.
30053      Branch: perl
30054            ! lib/ExtUtils.t
30055 ____________________________________________________________________________
30056 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
30057         Log: Now is Solaris if you start the t/perl in the t/
30058              as "./perl", the $^X will be "../perl", not "./perl".
30059      Branch: perl
30060            ! t/lib/1_compile.t
30061 ____________________________________________________________________________
30062 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
30063         Log: The new way of finding out $^X in Solaris
30064              requires a little tweak if the executable
30065              pathname is *not* absolute: prepend "./"
30066              (otherwise `$^X ...` will start perl from PATH...)
30067      Branch: perl
30068            ! perl.c
30069 ____________________________________________________________________________
30070 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
30071         Log: Avoid "will not stay shared" warnings.
30072      Branch: perl
30073            ! lib/ExtUtils/MM_Unix.pm
30074 ____________________________________________________________________________
30075 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
30076         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
30077              From: Michael G Schwern <schwern@pobox.com>
30078              Date: Sat, 24 Nov 2001 19:56:18 -0500
30079              Message-ID: <20011124195618.A14614@blackrider>            
30080      Branch: perl
30081            ! perl.c pp_sys.c t/op/magic.t util.c
30082 ____________________________________________________________________________
30083 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
30084         Log: In the MakeMaker pm_to_blib target don't copy all
30085              the files in one fell swoop, deal with them hunkwise,
30086              helps for CLIs with limited line lengths.
30087              (This seems to help for DJGPP building Encode,
30088              where there are dozens of files to copy.)
30089      Branch: perl
30090            ! lib/ExtUtils/MM_Unix.pm
30091 ____________________________________________________________________________
30092 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
30093         Log: testsuite leaves stray files behind on windows
30094      Branch: perl
30095            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
30096 ____________________________________________________________________________
30097 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
30098         Log: xsubpp produces a spurious warning on directories called 'typemap'
30099      Branch: perl
30100            ! lib/ExtUtils/xsubpp
30101 ____________________________________________________________________________
30102 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
30103         Log: xsubpp treats invalid (indented) cpp directives as comments
30104      Branch: perl
30105            ! ext/IO/IO.xs
30106 ____________________________________________________________________________
30107 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
30108         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
30109      Branch: perl
30110            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
30111 ____________________________________________________________________________
30112 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
30113         Log: The debug_pag needs to be visible at all times
30114              because of the re extension.
30115      Branch: perl
30116            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
30117 ____________________________________________________________________________
30118 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
30119         Log: Subject: Re: [PATCH] Tests are good
30120              From: Philip Newton <Philip.Newton@gmx.net>
30121              Date: Sat, 24 Nov 2001 21:24:00 +0100
30122              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
30123      Branch: perl
30124            ! pod/perlhack.pod
30125 ____________________________________________________________________________
30126 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
30127         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
30128              From: "Craig A. Berry" <craigberry@mac.com> 
30129              Date: Sat, 24 Nov 2001 12:45:44 -0600
30130              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
30131              
30132              (with tweaks, and combined with Sarathy's #13242)
30133      Branch: perl
30134            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
30135 ____________________________________________________________________________
30136 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
30137         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
30138              From: John Peacock <jpeacock@rowman.com>
30139              Date: Sat, 24 Nov 2001 14:27:46 -0500
30140              Message-ID: <3BFFF4B2.40509@rowman.com> 
30141      Branch: perl
30142            ! lib/Exporter/Heavy.pm
30143 ____________________________________________________________________________
30144 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
30145         Log: use portable quotes
30146      Branch: perl
30147            ! ext/Devel/PPPort/harness/Makefile.PL
30148 ____________________________________________________________________________
30149 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
30150         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
30151              From: Nicholas Clark <nick@ccl4.org>
30152              Date: Sat, 24 Nov 2001 18:06:26 +0000
30153              Message-ID: <20011124180626.T37621@plum.flirble.org>
30154      Branch: perl
30155            ! installman
30156 ____________________________________________________________________________
30157 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
30158         Log: Subject: [PATCH] perl5005delta.pod L<>
30159              From: Nicholas Clark <nick@ccl4.org>
30160              Date: Sat, 24 Nov 2001 18:04:21 +0000
30161              Message-ID: <20011124180421.S37621@plum.flirble.org>
30162      Branch: perl
30163            ! pod/perl5005delta.pod
30164 ____________________________________________________________________________
30165 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
30166         Log: fix typo in config.vc; regenerate win32 config_H.* files
30167      Branch: perl
30168            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30169            ! win32/config_H.vc
30170 ____________________________________________________________________________
30171 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
30172         Log: Mention the charnames::vianame().
30173      Branch: perl
30174            ! pod/perluniintro.pod
30175 ____________________________________________________________________________
30176 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
30177         Log: Add charnames::vianame() in case people want to access
30178              the codes in run-time (as opposed to the compile-timeness
30179              of \N{...}).
30180      Branch: perl
30181            ! lib/charnames.pm lib/charnames.t
30182 ____________________________________________________________________________
30183 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
30184         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
30185              From: Nicholas Clark <nick@ccl4.org>
30186              Date: Sat, 24 Nov 2001 16:30:42 +0000
30187              Message-ID: <20011124163042.R37621@plum.flirble.org>
30188      Branch: perl
30189            ! regcomp.c regcomp.h
30190 ____________________________________________________________________________
30191 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
30192         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
30193              From: Nicholas Clark <nick@ccl4.org>
30194              Date: Sat, 24 Nov 2001 16:24:33 +0000
30195              Message-ID: <20011124162433.Q37621@plum.flirble.org>
30196              
30197              cmp fixes.
30198      Branch: perl
30199            ! pp.c
30200 ____________________________________________________________________________
30201 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
30202         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
30203              (It seems that "./perl" gets resolved to "perl" now.)
30204      Branch: perl
30205            ! perl.c
30206 ____________________________________________________________________________
30207 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
30208         Log: Subject: [PATCH] DB_File 1.800        
30209              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
30210              Date: Sat, 24 Nov 2001 11:41:41 -0000
30211              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
30212      Branch: perl
30213            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30214            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
30215            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
30216            ! ext/DB_File/t/db-recno.t
30217 ____________________________________________________________________________
30218 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
30219         Log: Tweak the PUSHED documentation.
30220      Branch: perl
30221            ! ext/PerlIO/Via/Via.pm
30222 ____________________________________________________________________________
30223 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
30224         Log: Update 1_compile for new known tests.
30225      Branch: perl
30226            ! t/lib/1_compile.t
30227 ____________________________________________________________________________
30228 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
30229         Log: Move the MBF/MBI test modules to t/lib.
30230      Branch: perl
30231            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
30232            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
30233            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
30234            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
30235            ! lib/Math/BigInt/t/sub_mbi.t
30236 ____________________________________________________________________________
30237 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
30238         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
30239              From: "Craig A. Berry" <craigberry@mac.com> 
30240              Date: Fri, 23 Nov 2001 18:05:35 -0600
30241              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
30242      Branch: perl
30243            ! configure.com
30244 ____________________________________________________________________________
30245 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
30246         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
30247              From: PPrymmer@factset.com 
30248              Date: Fri, 23 Nov 2001 17:03:07 -0500
30249              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
30250      Branch: perl
30251            ! ext/Unicode/Normalize/mkheader
30252 ____________________________________________________________________________
30253 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
30254         Log: Here are the right helper files.
30255      Branch: perl
30256            + t/lib/Filter/Simple/ExportTest.pm
30257            + t/lib/Filter/Simple/FilterOnlyTest.pm
30258            + t/lib/Filter/Simple/FilterTest.pm
30259            + t/lib/Filter/Simple/ImportTest.pm
30260            ! MANIFEST
30261 ____________________________________________________________________________
30262 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
30263         Log: Update Changes.
30264      Branch: perl
30265            ! Changes patchlevel.h
30266 ____________________________________________________________________________
30267 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
30268         Log: Never mind.
30269      Branch: perl
30270            - lib/Filter/Simple/lib/ExportTest.pm
30271            - lib/Filter/Simple/lib/ImportTest.pm
30272 ____________________________________________________________________________
30273 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
30274         Log: Mis-add.
30275      Branch: perl
30276            + lib/Filter/Simple/lib/ExportTest.pm
30277            + lib/Filter/Simple/lib/ImportTest.pm
30278 ____________________________________________________________________________
30279 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
30280         Log: Upgrade to Filter::Simple 0.77.
30281      Branch: perl
30282            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
30283            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
30284            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
30285            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
30286            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
30287 ____________________________________________________________________________
30288 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
30289         Log: Missing p4 add.
30290      Branch: perl
30291            + lib/ExtUtils/MM_VMS.t
30292 ____________________________________________________________________________
30293 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
30294         Log: Pass 5 at perldelta - module and utility updates cleanup.
30295      Branch: perl
30296            ! pod/perldelta.pod
30297 ____________________________________________________________________________
30298 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
30299         Log: metaconfig unit change for #13219.
30300      Branch: metaconfig/U/perl
30301            ! d_procselfexe.U
30302 ____________________________________________________________________________
30303 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
30304         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
30305      Branch: perl
30306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30307            ! pod/buildtoc.PL pod/perltoc.pod
30308 ____________________________________________________________________________
30309 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
30310         Log: Add procselfexe and d_dirfd to strange lands.
30311      Branch: perl
30312            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
30313            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
30314            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30315            ! win32/config.gc win32/config.vc win32/config.win64
30316            ! wince/config.ce
30317 ____________________________________________________________________________
30318 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
30319         Log: metaconfig unit change for #13216.
30320      Branch: metaconfig/U/perl
30321            ! d_procselfexe.U
30322 ____________________________________________________________________________
30323 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
30324         Log: Better to "quote" the pathname.
30325      Branch: perl
30326            ! Configure config_h.SH
30327 ____________________________________________________________________________
30328 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
30329         Log: Use PROCSELFEXE_PATH.
30330      Branch: perl
30331            ! perl.c
30332 ____________________________________________________________________________
30333 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
30334         Log: metaconfig unit change for #13213.
30335      Branch: metaconfig/U/perl
30336            ! d_procselfexe.U
30337 ____________________________________________________________________________
30338 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
30339         Log: Add probing for BSD-like /proc/curproc/file.
30340      Branch: perl
30341            ! Configure config_h.SH
30342 ____________________________________________________________________________
30343 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
30344         Log: metaconfig unit change for 13211.
30345      Branch: metaconfig/U/perl
30346            + d_dirfd.U
30347 ____________________________________________________________________________
30348 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
30349         Log: Add probing for dirfd() so that it can be added it IO::Dir.
30350      Branch: perl
30351            ! Configure config_h.SH perl.h
30352 ____________________________________________________________________________
30353 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
30354         Log: ...and update the test count.
30355      Branch: perl
30356            ! lib/Pod/t/basic.t
30357 ____________________________________________________________________________
30358 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
30359         Log: Must remove the cap test also from the test script.
30360      Branch: perl
30361            ! lib/Pod/t/basic.t
30362 ____________________________________________________________________________
30363 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
30364         Log: Subject: [PATCH] Tests are good
30365              From: Nicholas Clark <nick@ccl4.org>
30366              Date: Fri, 23 Nov 2001 18:12:21 +0000
30367              Message-ID: <20011123181220.F37621@plum.flirble.org>
30368      Branch: perl
30369            ! pod/perlhack.pod
30370 ____________________________________________________________________________
30371 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
30372         Log: The basic.cap from podlators 1.14 is not very portable.
30373      Branch: perl
30374            - lib/Pod/t/basic.cap
30375            ! MANIFEST
30376 ____________________________________________________________________________
30377 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
30378         Log: Subject: Re: [DOC PATCHES] pod cleanups
30379              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30380              Date: 22 Nov 2001 12:54:16 -0000
30381              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
30382      Branch: perl
30383            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
30384            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
30385 ____________________________________________________________________________
30386 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
30387         Log: FAQ sync.
30388      Branch: perl
30389            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
30390 ____________________________________________________________________________
30391 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
30392         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
30393              From: PPrymmer@factset.com
30394              Date: Fri, 23 Nov 2001 11:43:45 -0500
30395              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
30396      Branch: perl
30397            ! MANIFEST lib/ExtUtils/MM_VMS.pm
30398 ____________________________________________________________________________
30399 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
30400         Log: Corify podlators 1.14 test.
30401      Branch: perl
30402            ! lib/Pod/t/basic.t
30403 ____________________________________________________________________________
30404 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
30405         Log: Output tweak needed because of podlators 1.14.
30406      Branch: perl
30407            ! t/pod/multiline_items.xr
30408 ____________________________________________________________________________
30409 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
30410         Log: Upgrade to podlators 1.14.
30411      Branch: perl
30412            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
30413            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
30414            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
30415            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
30416            ! lib/Pod/Text/Overstrike.pm
30417 ____________________________________________________________________________
30418 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
30419         Log: perlmodinstall tweaks from Philip Newton.
30420      Branch: perl
30421            ! pod/perlmodinstall.pod
30422 ____________________________________________________________________________
30423 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
30424         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
30425              From: Autrijus Tang <autrijus@autrijus.org>           
30426              Date: Fri, 23 Nov 2001 23:55:53 +0800
30427              Message-ID: <20011123235553.A2310@not.autrijus.org>
30428      Branch: perl
30429            ! Porting/genlog
30430 ____________________________________________________________________________
30431 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
30432         Log: Subject: Re: regex oddness with \Z and $&
30433              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
30434              Date: Fri, 23 Nov 2001 15:15:24 +0000
30435              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
30436      Branch: perl
30437            ! regcomp.c t/op/re_tests
30438 ____________________________________________________________________________
30439 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
30440         Log: regen_headers.
30441      Branch: perl
30442            ! embed.h global.sym pod/perlapi.pod proto.h
30443 ____________________________________________________________________________
30444 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
30445         Log: Forgotten check-in.
30446      Branch: perl
30447            ! pod/perlapi.pod
30448 ____________________________________________________________________________
30449 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
30450         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
30451      Branch: perl
30452            ! lib/Test/Simple.pm
30453 ____________________________________________________________________________
30454 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
30455         Log: Retract #13173 (effectively retract Net::Ping 2.06,
30456              go back to 2.04, the 2.06 hasn't seen the patches
30457              that have gone to the blead version.)
30458      Branch: perl
30459            - lib/Net/Ping/CHANGES lib/Net/Ping/README
30460            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
30461            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
30462            - lib/Net/Ping/t/200_ping_tcp.t
30463            ! MANIFEST lib/Net/Ping.pm
30464 ____________________________________________________________________________
30465 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
30466         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
30467              From: Robin Barker <rmb1@cise.npl.co.uk>
30468              Date: Thu, 22 Nov 2001 11:00:38 GMT
30469              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
30470      Branch: perl
30471            ! utils/perldoc.PL
30472 ____________________________________________________________________________
30473 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
30474         Log: metaconfig unit change for #13191.
30475      Branch: metaconfig/U/perl
30476            ! d_procselfexe.U
30477 ____________________________________________________________________________
30478 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
30479         Log: procselfexe tweak: for some reason I had a ls in
30480              /proc/self/exe, not the ls Configure thought it
30481              would found.
30482      Branch: perl
30483            ! Configure
30484 ____________________________________________________________________________
30485 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
30486         Log: Corify the Net::Ping tests; skip the tests
30487              unless $ENV{PERL_TEST_Net_Ping} is true.
30488      Branch: perl
30489            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
30490            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
30491            ! lib/Net/Ping/t/200_ping_tcp.t
30492 ____________________________________________________________________________
30493 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
30494         Log: metaconfig units changes for #13188.
30495      Branch: metaconfig
30496            ! U/modified/Head.U
30497      Branch: metaconfig/U/perl
30498            ! issymlink.U
30499 ____________________________________________________________________________
30500 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
30501         Log: The #13182 didn't really help.  The real problem
30502              seems to be that 'sh' can in AIX mean at least three
30503              different things, and we can't know which one it is
30504              unless we export $newsh from an earlier run (and it's
30505              the 'bsh' aka 'sh' that has the the broken test -h).
30506      Branch: perl
30507            ! Configure
30508 ____________________________________________________________________________
30509 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
30510         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
30511      Branch: perl
30512            ! op.c t/op/override.t
30513 ____________________________________________________________________________
30514 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
30515         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
30516              From: PPrymmer@factset.com 
30517              Date: Wed, 21 Nov 2001 20:17:25 -0500
30518              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
30519      Branch: perl
30520            ! lib/Shell.t
30521 ____________________________________________________________________________
30522 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
30523         Log: Reapply perlmodinstall parts of #12897.
30524      Branch: perl
30525            ! pod/perlmodinstall.pod
30526 ____________________________________________________________________________
30527 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
30528         Log: perlmodinstall 2.01 from Jon Orwant.
30529      Branch: perl
30530            ! pod/perlmodinstall.pod
30531 ____________________________________________________________________________
30532 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
30533         Log: Subject: [PATCH @10907] REXX on OS/2
30534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30535              Date: Wed, 21 Nov 2001 15:26:11 -0500
30536              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
30537      Branch: perl
30538            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
30539            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
30540 ____________________________________________________________________________
30541 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
30542         Log: metaconfig unit change for #13181.
30543      Branch: metaconfig/U/perl
30544            ! issymlink.U
30545 ____________________________________________________________________________
30546 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
30547         Log: AIX has broken builtin 'test'.
30548      Branch: perl
30549            ! Configure
30550 ____________________________________________________________________________
30551 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
30552         Log: Subject: [PATCH 5.7.x] INSTALL size update
30553              From: Andy Dougherty <doughera@lafayette.edu>
30554              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
30555              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
30556      Branch: perl
30557            ! INSTALL
30558 ____________________________________________________________________________
30559 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
30560         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
30561              to pp_sort.c.  Includes the quicksort stabilizing layer
30562              from John P. Linderman.  -Msort=qsort or -Msort=fast is
30563              faster than without (or with -Msort=mergesort or -Msort=safe)
30564              for short random inputs, but for some reason not quite as fast
30565              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
30566              optimizing definitely needed.
30567      Branch: perl
30568            + lib/sort.pm lib/sort.t pp_sort.c
30569            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
30570            ! embed.pl global.sym perl.h pp_ctl.c proto.h
30571            ! vms/descrip_mms.template vos/build.cm win32/Makefile
30572            ! win32/makefile.mk wince/Makefile.ce
30573 ____________________________________________________________________________
30574 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
30575         Log: Sync file with libnet-1.0901-tobe
30576      Branch: perl
30577            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
30578            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
30579            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
30580            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
30581            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
30582 ____________________________________________________________________________
30583 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
30584         Log: Subject: [PATCH perldoc] problems with pod2man
30585              From: Robin Barker <rmb1@cise.npl.co.uk>
30586              Date: Wed, 21 Nov 2001 17:48:51 GMT
30587              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
30588      Branch: perl
30589            ! utils/perldoc.PL
30590 ____________________________________________________________________________
30591 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
30592         Log: debug_pad only visible when debugging.
30593      Branch: perl
30594            ! makedef.pl
30595 ____________________________________________________________________________
30596 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
30597         Log: metaconfig units changes for #13174.
30598      Branch: metaconfig/U/perl
30599            + d_procselfexe.U
30600            - procselfexe.U
30601 ____________________________________________________________________________
30602 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
30603         Log: procselfexe tweaks.
30604      Branch: perl
30605            ! Configure config_h.SH
30606 ____________________________________________________________________________
30607 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
30608         Log: Upgrade to Net::Ping 2.06.
30609      Branch: perl
30610            + lib/Net/Ping/CHANGES lib/Net/Ping/README
30611            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
30612            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
30613            + lib/Net/Ping/t/200_ping_tcp.t
30614            ! MANIFEST lib/Net/Ping.pm
30615 ____________________________________________________________________________
30616 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
30617         Log: Upgrade to Math::BigInt 1.47.
30618      Branch: perl
30619            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
30620            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
30621            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
30622            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
30623            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
30624            ! lib/Math/BigInt/t/sub_mbi.t
30625 ____________________________________________________________________________
30626 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
30627         Log: Dynaloading for POSIX-BC from Thomas Dorner.
30628      Branch: perl
30629            ! hints/posix-bc.sh
30630 ____________________________________________________________________________
30631 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
30632         Log: Strange: the same mysterious regex study bug
30633              seems to be present both in OS/390 and POSIX-BC.
30634              Deep EBCDIC magic that regex engine gets wrong,
30635              or a bug in some compiler/library shared by the
30636              two platforms?  From Thomas Dorner.
30637      Branch: perl
30638            ! t/op/study.t
30639 ____________________________________________________________________________
30640 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
30641         Log: More lost and found.
30642      Branch: perl
30643            + lib/Test/Simple/README
30644            ! MANIFEST
30645 ____________________________________________________________________________
30646 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
30647         Log: MANIFESTly missing.
30648      Branch: perl
30649            ! MANIFEST
30650 ____________________________________________________________________________
30651 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
30652         Log: Subject: Re: PERFORCE change 13162 for review               
30653              From: Philip Newton <Philip.Newton@gmx.net> 
30654              Date: Wed, 21 Nov 2001 16:44:30 +0100
30655              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
30656      Branch: perl
30657            ! ext/Devel/PPPort/PPPort.pm
30658 ____________________________________________________________________________
30659 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
30660         Log: Update Changes.
30661      Branch: perl
30662            ! Changes patchlevel.h
30663 ____________________________________________________________________________
30664 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
30665         Log: Small doc tweaks.
30666      Branch: perl
30667            ! ext/PerlIO/Via/Via.pm
30668 ____________________________________________________________________________
30669 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
30670         Log: Redundant return.
30671      Branch: perl
30672            ! ext/MIME/Base64/QuotedPrint.pm
30673 ____________________________________________________________________________
30674 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
30675         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
30676              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
30677              Date: Wed, 21 Nov 2001 10:23:16 +0100
30678              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
30679      Branch: perl
30680            ! pp_pack.c t/op/pack.t
30681 ____________________________________________________________________________
30682 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
30683         Log: Add Devel::PPPort originally from Kenneth Albanowski,
30684              revigorated by Paul Marquess: gives h2xs a Perl version
30685              portability boost.
30686      Branch: perl
30687            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
30688            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
30689            + ext/Devel/PPPort/harness/Harness.pm
30690            + ext/Devel/PPPort/harness/Harness.xs
30691            + ext/Devel/PPPort/harness/Makefile.PL
30692            + ext/Devel/PPPort/harness/module2.c
30693            + ext/Devel/PPPort/harness/module3.c
30694            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
30695            ! MANIFEST lib/h2xs.t utils/h2xs.PL
30696 ____________________________________________________________________________
30697 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
30698         Log: Oops.
30699      Branch: perl
30700            ! lib/Test/Simple/t/filehandles.t
30701 ____________________________________________________________________________
30702 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
30703         Log: Subject: Re: PERFORCE change 13152 for review               
30704              From: Philip Newton <Philip.Newton@gmx.net> 
30705              Date: Wed, 21 Nov 2001 09:04:05 +0100
30706              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
30707      Branch: perl
30708            ! lib/Test/Builder.pm
30709 ____________________________________________________________________________
30710 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
30711         Log: Subject: Re: PERFORCE change 13142 for review
30712              From: Philip Newton <Philip.Newton@gmx.net>
30713              Date: Wed, 21 Nov 2001 09:04:03 +0100
30714              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
30715              
30716              plus rewrap few paragraphs.
30717      Branch: perl
30718            ! lib/Pod/LaTeX.pm
30719 ____________________________________________________________________________
30720 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
30721         Log: Integrate #13154 from macperl; Remove comments.
30722      Branch: perl
30723           !> lib/File/Spec/Mac.pm
30724 ____________________________________________________________________________
30725 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
30726         Log: Update the list of modules having tests.
30727      Branch: perl
30728            ! t/lib/1_compile.t
30729 ____________________________________________________________________________
30730 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
30731         Log: Slight doc changes.
30732      Branch: maint-5.6/macperl
30733            ! macos/macperl/MacPerl.podhelp
30734 ____________________________________________________________________________
30735 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
30736         Log: Add UTF-16 coercion.
30737      Branch: maint-5.6/macperl
30738            ! macos/lib/Mac/AppleEvents/Simple.pm
30739 ____________________________________________________________________________
30740 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
30741         Log: Remove comments.
30742      Branch: maint-5.6/macperl
30743            ! lib/File/Spec/Mac.pm
30744 ____________________________________________________________________________
30745 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
30746         Log: Fix FSpGetCatInfo (and other functions) corrupting
30747              memory with bad filespecs (bug #471867)
30748      Branch: maint-5.6/macperl
30749            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
30750 ____________________________________________________________________________
30751 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
30752         Log: Upgrade to Test::Simple 0.33.
30753      Branch: perl
30754            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
30755            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
30756            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
30757 ____________________________________________________________________________
30758 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
30759         Log: Upgrade to Test::Harness 1.26.
30760      Branch: perl
30761            ! lib/Test/Harness.pm lib/Test/Harness/Changes
30762 ____________________________________________________________________________
30763 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
30764         Log: Integrate change #13145 from maintperl;
30765              another compatibility tweak to change#12559: avoid quoting
30766              arguments that already have quotes; add test case
30767      Branch: perl
30768           !> t/op/system_tests win32/win32.c
30769 ____________________________________________________________________________
30770 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
30771         Log: integrate change#13147 from mainline (fixes nit in change#10091)
30772              
30773              Subject: [PATCH] spaceship and refs
30774      Branch: maint-5.6/perl
30775            ! pp.c pp_hot.c t/op/cmp.t
30776 ____________________________________________________________________________
30777 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
30778         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
30779              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
30780              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
30781              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
30782      Branch: perl
30783            + lib/Pod/t/utils.t
30784            ! MANIFEST
30785 ____________________________________________________________________________
30786 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
30787         Log: Subject: [PATCH] spaceship and refs
30788              From: Nicholas Clark <nick@ccl4.org>
30789              Date: Tue, 20 Nov 2001 21:59:51 +0000
30790              Message-ID: <20011120215951.U62891@plum.flirble.org> 
30791      Branch: perl
30792            ! pp.c pp_hot.c t/op/cmp.t
30793 ____________________________________________________________________________
30794 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
30795         Log: Try to clarify which I/O call operates on bytes,
30796              which on characters, which on either.
30797      Branch: perl
30798            ! pod/perlfunc.pod
30799 ____________________________________________________________________________
30800 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
30801         Log: another compatibility tweak to change#12559: avoid quoting
30802              arguments that already have quotes; add test case
30803      Branch: maint-5.6/perl
30804            ! t/op/system_tests win32/win32.c
30805 ____________________________________________________________________________
30806 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
30807         Log: Give a simple example of writing PerlIO::Via handlers
30808              in Perl.
30809      Branch: perl
30810            ! ext/PerlIO/Via/Via.pm
30811 ____________________________________________________________________________
30812 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
30813         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
30814      Branch: perl
30815            + lib/Pod/t/latex.t
30816            ! MANIFEST
30817 ____________________________________________________________________________
30818 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
30819         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
30820              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30821              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
30822              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
30823      Branch: perl
30824            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
30825 ____________________________________________________________________________
30826 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
30827         Log: Spread d_procselfexe to far-off lands (undefined).
30828      Branch: perl
30829            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
30830            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
30831            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30832            ! win32/config.gc win32/config.vc win32/config.win64
30833            ! wince/config.ce
30834 ____________________________________________________________________________
30835 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
30836         Log: Integrate perlio:
30837              
30838              [ 13138]
30839              perl.c change to use HAS_PROCSELFEXE, also
30840              tweak to $^X test to comprehend full path to real executable
30841              being returned (like Cygwin as it happens...)
30842      Branch: perl
30843           !> Configure config_h.SH perl.c t/op/magic.t
30844 ____________________________________________________________________________
30845 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
30846         Log: Really define do_report_used() only if DEBUGGING.
30847      Branch: perl
30848            ! sv.c
30849 ____________________________________________________________________________
30850 [ 13138] By: nick                                  on 2001/11/20  20:01:05
30851         Log: perl.c change to use HAS_PROCSELFEXE, also
30852              tweak to $^X test to comprehend full path to real executable
30853              being returned (like Cygwin as it happens...)
30854      Branch: perlio
30855            ! perl.c t/op/magic.t
30856 ____________________________________________________________________________
30857 [ 13137] By: nick                                  on 2001/11/20  19:46:00
30858         Log: Integrate mainline
30859      Branch: perlio
30860           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
30861           +> lib/NEXT/t/unseen.t
30862            - lib/NEXT/test.pl
30863           !> (integrate 34 files)
30864 ____________________________________________________________________________
30865 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
30866         Log: Subject: [?PATCH] terser pp_eq
30867              From: Nicholas Clark <nick@ccl4.org>
30868              Date: Mon, 19 Nov 2001 23:09:02 +0000
30869              Message-ID: <20011119230901.O62891@plum.flirble.org>
30870      Branch: perl
30871            ! pp_hot.c
30872 ____________________________________________________________________________
30873 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
30874         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
30875      Branch: perl
30876            ! pod/perldelta.pod
30877 ____________________________________________________________________________
30878 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
30879         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
30880              From: Andy Dougherty <doughera@lafayette.edu>
30881              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
30882              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
30883      Branch: perl
30884            ! ext/re/Makefile.PL ext/re/re.xs
30885 ____________________________________________________________________________
30886 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
30887         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
30888              From: Andy Dougherty <doughera@lafayette.edu>
30889              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
30890              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
30891      Branch: perl
30892            ! ext/re/re.xs
30893 ____________________________________________________________________________
30894 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
30895         Log: Integrate change #13119 from macperl.
30896              (No changes since already applied the patch,
30897              just keep perforce happy and well-fed.)
30898      Branch: perl
30899           !> lib/Pod/Html.pm
30900 ____________________________________________________________________________
30901 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
30902         Log: Subject: [PATCH] filter-util.pl for Mac OS
30903              From: Chris Nandor <pudge@pobox.com>
30904              Date: Tue, 20 Nov 2001 00:16:11 -0500
30905              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
30906      Branch: perl
30907            ! t/lib/filter-util.pl
30908 ____________________________________________________________________________
30909 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
30910         Log: Subject: [PATCH] Portability fix for Pod::Html
30911              From: Chris Nandor <pudge@pobox.com>
30912              Date: Tue, 20 Nov 2001 00:01:05 -0500
30913              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
30914      Branch: perl
30915            ! lib/Pod/Html.pm
30916 ____________________________________________________________________________
30917 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
30918         Log: Need to skip more tests if not perlio.
30919      Branch: perl
30920            ! lib/open.t
30921 ____________________________________________________________________________
30922 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
30923         Log: Pass 3 at perldelta - sort the lists of new modules,
30924              module improvements, and new platforms.
30925      Branch: perl
30926            ! pod/perldelta.pod
30927 ____________________________________________________________________________
30928 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
30929         Log: Document ${^OPEN}.
30930      Branch: perl
30931            ! pod/perlvar.pod
30932 ____________________________________________________________________________
30933 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
30934         Log: Make configpm work with extra keys
30935      Branch: maint-5.6/macperl
30936            ! macos/configpm
30937 ____________________________________________________________________________
30938 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
30939         Log: Version and doc updates
30940      Branch: maint-5.6/macperl
30941            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
30942 ____________________________________________________________________________
30943 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
30944         Log: More fixes for error message parsing (bug #470316)
30945      Branch: maint-5.6/macperl
30946            ! macos/macish.c
30947 ____________________________________________________________________________
30948 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
30949         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
30950              remove obsolete function (bug #465225)
30951      Branch: maint-5.6/macperl
30952            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
30953            ! macos/macperl/MPScript.c
30954 ____________________________________________________________________________
30955 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
30956         Log: Add p2as droplet to distribution.
30957      Branch: maint-5.6/macperl
30958            + macos/macperl/Droplets/p2as.plx
30959 ____________________________________________________________________________
30960 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
30961         Log: Bundle File::Sort.
30962      Branch: maint-5.6/macperl
30963            + macos/bundled_lib/blib/lib/File/Sort.pm
30964 ____________________________________________________________________________
30965 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
30966         Log: Various bundled module fixes.
30967      Branch: maint-5.6/macperl
30968            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
30969            ! macos/bundled_ext/Digest/MD5/t/files.t
30970            ! macos/bundled_ext/Filter/t/filter-util.pl
30971            ! macos/bundled_lib/blib/lib/Net/Config.pm
30972            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
30973 ____________________________________________________________________________
30974 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
30975         Log: Portability fix for Pod::Html.
30976      Branch: maint-5.6/macperl
30977            ! lib/Pod/Html.pm
30978 ____________________________________________________________________________
30979 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
30980         Log: Upgrade to Text::Balanced 1.89.
30981      Branch: perl
30982            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
30983            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
30984            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
30985            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
30986            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
30987            ! lib/Text/Balanced/t/gentag.t
30988 ____________________________________________________________________________
30989 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
30990         Log: Upgrade to NEXT 0.50.
30991      Branch: perl
30992            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
30993            + lib/NEXT/t/unseen.t
30994            - lib/NEXT/test.pl
30995            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
30996 ____________________________________________________________________________
30997 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
30998         Log: Integrate with maint-5.6/perl.
30999      Branch: maint-5.6/macperl
31000           !> win32/win32.c
31001 ____________________________________________________________________________
31002 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
31003         Log: Update the README.threads scary header a bit.
31004      Branch: perl
31005            ! README.threads
31006 ____________________________________________________________________________
31007 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
31008         Log: Pass 2 at perldelta: add some changes since 5.7.2.
31009      Branch: perl
31010            ! pod/perldelta.pod
31011 ____________________________________________________________________________
31012 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
31013         Log: Subject: [DOC PATCH] perlfaq4.pod 
31014              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31015              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
31016              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
31017      Branch: perl
31018            ! pod/perlfaq4.pod
31019 ____________________________________________________________________________
31020 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
31021         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
31022              From: Michael G Schwern <schwern@pobox.com> 
31023              Date: Mon, 19 Nov 2001 19:53:12 -0500
31024              Message-ID: <20011119195311.I11883@blackrider>
31025      Branch: perl
31026            ! perl.c
31027 ____________________________________________________________________________
31028 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
31029         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
31030              From: PPrymmer@factset.com
31031              Date: Mon, 19 Nov 2001 17:08:59 -0500
31032              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
31033      Branch: perl
31034            ! vms/descrip_mms.template
31035 ____________________________________________________________________________
31036 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
31037         Log: Create a per-interpeter debug scratchpad container
31038              and use that for the regexec debugging.
31039      Branch: perl
31040            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
31041 ____________________________________________________________________________
31042 [ 13109] By: nick                                  on 2001/11/19  22:01:45
31043         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
31044              Configure unit detects the feature).
31045      Branch: metaconfig/U/perl
31046            + procselfexe.U
31047      Branch: perlio
31048            ! Configure config_h.SH
31049 ____________________________________________________________________________
31050 [ 13108] By: nick                                  on 2001/11/19  20:39:17
31051         Log: Integrate mainline
31052      Branch: perlio
31053           +> t/op/or.t
31054           !> (integrate 44 files)
31055 ____________________________________________________________________________
31056 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
31057         Log: sysseek tweak.
31058      Branch: perl
31059            ! pod/perlfunc.pod
31060 ____________________________________________________________________________
31061 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
31062         Log: Move the sysio tests from io/utf8 to lib/open.
31063      Branch: perl
31064            ! lib/open.t t/io/utf8.t
31065 ____________________________________________________________________________
31066 [ 13105] By: nick                                  on 2001/11/19  20:15:39
31067         Log: Add a .package and a README to //depot/metaconfig
31068      Branch: metaconfig
31069            + .package README
31070 ____________________________________________________________________________
31071 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
31072         Log: Thou shalt not mix stdio and sysio.
31073      Branch: perl
31074            ! t/io/utf8.t
31075 ____________________________________________________________________________
31076 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
31077         Log: Update Changes.
31078      Branch: perl
31079            ! Changes patchlevel.h
31080 ____________________________________________________________________________
31081 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
31082         Log: The runops_debug needs to be present always, otherwise
31083              places like AIX which need an explicit symbol export list
31084              will croak when trying to build Devel::Peek (which uses
31085              the runops_debug).
31086      Branch: perl
31087            ! makedef.pl
31088 ____________________________________________________________________________
31089 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
31090         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
31091              From: PPrymmer@factset.com 
31092              Date: Mon, 19 Nov 2001 11:34:22 -0500
31093              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
31094      Branch: perl
31095            ! lib/Memoize/t/tie_sdbm.t
31096 ____________________________________________________________________________
31097 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
31098         Log: Retract #13088: it seems that unless dump.c is extensively
31099              reorganized as to what symbols it shows, when, and to whom,
31100              we are stuck with having the dump.o symbols in the libperl
31101              and thusly in the main Perl binary.
31102      Branch: perl
31103            ! embedvar.h perlapi.h perlvars.h
31104 ____________________________________________________________________________
31105 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
31106         Log: The _uni_display should not be in dump.c since they
31107              are used under normal operation (S_not_a_number()).
31108      Branch: perl
31109            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
31110 ____________________________________________________________________________
31111 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
31112         Log: Protect sv_dump() from being included unless DEBUGGING,
31113              as noticed by Ilya.
31114      Branch: perl
31115            ! sv.c
31116 ____________________________________________________________________________
31117 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
31118         Log: Pending further investigation skip the tell() tests.
31119              The tell() is okay on Solaris, HP-UX and Tru64, but fails
31120              (by returning too much) in Linux.
31121      Branch: perl
31122            ! t/io/utf8.t
31123 ____________________________________________________________________________
31124 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
31125         Log: Retract #13082 until a better solution is found:
31126              statics break ithreads.
31127      Branch: perl
31128            ! regexec.c
31129 ____________________________________________________________________________
31130 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
31131         Log: Figures 1 and 2 for UTF-8.
31132      Branch: perl
31133            ! pod/perlunicode.pod
31134 ____________________________________________________________________________
31135 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
31136         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
31137              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31138              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
31139              Message-ID: <20011119132645.A15034@rafael>
31140      Branch: perl
31141            ! op.c pod/perldiag.pod t/lib/warnings/op
31142 ____________________________________________________________________________
31143 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
31144         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
31145              From: Michael G Schwern <schwern@pobox.com> 
31146              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
31147              Message-ID: <20011119031112.E786@blackrider>
31148      Branch: perl
31149            ! t/op/closure.t
31150 ____________________________________________________________________________
31151 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
31152         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
31153              From: Michael G Schwern <schwern@pobox.com>
31154              Date: Mon, 19 Nov 2001 03:42:56 -0500
31155              Message-ID: <20011119034256.I786@blackrider>
31156      Branch: perl
31157            + t/op/or.t
31158            ! MANIFEST
31159 ____________________________________________________________________________
31160 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
31161         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
31162              From: "Craig A. Berry" <craigberry@mac.com>
31163              Date: Sun, 18 Nov 2001 14:33:48 -0600
31164              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
31165      Branch: perl
31166            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
31167 ____________________________________________________________________________
31168 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
31169         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
31170              From: Dave Rolsky <autarch@urth.org>
31171              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
31172              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
31173      Branch: perl
31174            ! lib/ExtUtils/Manifest.pm
31175 ____________________________________________________________________________
31176 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
31177         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
31178              From: Dave Rolsky <autarch@urth.org>
31179              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
31180              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
31181      Branch: perl
31182            ! lib/ExtUtils/Install.pm
31183 ____________________________________________________________________________
31184 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
31185         Log: The runops_dbg should not be needed.
31186      Branch: perl
31187            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
31188 ____________________________________________________________________________
31189 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
31190         Log: do_spawn() cleanup from Charles Lane.
31191      Branch: perl
31192            ! vms/vms.c
31193 ____________________________________________________________________________
31194 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
31195         Log: Update the list of tests.
31196      Branch: perl
31197            ! t/lib/1_compile.t
31198 ____________________________________________________________________________
31199 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
31200         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
31201              From: Michael G Schwern <schwern@pobox.com> 
31202              Date: Fri, 16 Nov 2001 17:37:04 -0500
31203              Message-ID: <20011116173703.L30160@blackrider>
31204      Branch: perl
31205            ! t/lib/warnings/sv
31206 ____________________________________________________________________________
31207 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
31208         Log: FAQ sync.
31209      Branch: perl
31210            ! pod/perlfaq4.pod
31211 ____________________________________________________________________________
31212 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
31213         Log: Integrate perlio:
31214              
31215              [ 13081]
31216              Win32 layer has a dup which needs to match new prototype.
31217              
31218              [ 13080]
31219              Wrong way to get stdio mode used.
31220              
31221              [ 13072]
31222              Allow dup'ing of PerlIO::Scalar etc.
31223      Branch: perl
31224           !> perlio.c win32/win32io.c
31225 ____________________________________________________________________________
31226 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
31227         Log: (retracted by #13096)
31228              Debugging would be badly skewed by a malloc per regex dump.
31229      Branch: perl
31230            ! regexec.c
31231 ____________________________________________________________________________
31232 [ 13081] By: nick                                  on 2001/11/18  19:08:40
31233         Log: Win32 layer has a dup which needs to match new prototype.
31234      Branch: perlio
31235            ! win32/win32io.c
31236 ____________________________________________________________________________
31237 [ 13080] By: nick                                  on 2001/11/18  19:05:02
31238         Log: Wrong way to get stdio mode used.
31239      Branch: perlio
31240            ! perlio.c
31241 ____________________________________________________________________________
31242 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
31243         Log: Retract #13048: that introduced a malloc() (through savepvn())
31244              to *every* m//, which killed the performance quite badly.
31245      Branch: perl
31246            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
31247 ____________________________________________________________________________
31248 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
31249         Log: Pass 1 at perldelta.pod: sort the section contents
31250              together, drop all but the 5.7.2 known problems,
31251              leave the 5.7.1 security note since that's the
31252              fullest explanation (update the date on that).
31253      Branch: perl
31254            ! pod/perldelta.pod
31255 ____________________________________________________________________________
31256 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
31257         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
31258              
31259              Tiny problem in the test for 20011113.110: I hope
31260              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
31261      Branch: perl
31262            ! pp.c t/op/repeat.t
31263 ____________________________________________________________________________
31264 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
31265         Log: All of syswrite/send/sendto need to return character counts,
31266              and character counts from the offset, not the beginning of
31267              the scalar.
31268      Branch: perl
31269            ! pp_sys.c
31270 ____________________________________________________________________________
31271 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
31272         Log: Integrate PerlIO: duping fixes.
31273      Branch: perl
31274           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31275           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
31276           !> perliol.h sv.c
31277 ____________________________________________________________________________
31278 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
31279         Log: syswrite() was still returning byte counts, not character counts.
31280      Branch: perl
31281            ! pp_sys.c t/io/utf8.t
31282 ____________________________________________________________________________
31283 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
31284         Log: Add test for sysread().
31285      Branch: perl
31286            ! t/io/utf8.t
31287 ____________________________________________________________________________
31288 [ 13072] By: nick                                  on 2001/11/18  16:15:31
31289         Log: Allow dup'ing of PerlIO::Scalar etc.
31290      Branch: perlio
31291            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31292            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
31293            ! perliol.h sv.c
31294 ____________________________________________________________________________
31295 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
31296         Log: Prepend a null byte to the test set.
31297      Branch: perl
31298            ! t/io/utf8.t
31299 ____________________________________________________________________________
31300 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
31301         Log: Document how "no utf8;" can become handy.
31302      Branch: perl
31303            ! lib/utf8.pm
31304 ____________________________________________________________________________
31305 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
31306         Log: Integrate perlio:
31307              
31308              [ 13068]
31309              embed.pl generated changes I forgot to include
31310              
31311              [ 13067]
31312              Force inclusion of both Perl_runops_* in perl itself,
31313              so they are available for Peek.xs etc.
31314              
31315              [ 12874]
31316              Keep It Simple and Stupid version of readonly hash support.
31317              - Test for SvREAONLY(hv) at a few spots in hv.c
31318              - add the error message to perldiag.pod
31319              - (dubious) add access::readonly() to univeral.c
31320              - add test using above
31321              - fixup ext/B/t/stash.t to account for access:: existing
31322      Branch: perl
31323           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
31324 ____________________________________________________________________________
31325 [ 13068] By: nick                                  on 2001/11/18  13:23:33
31326         Log: embed.pl generated changes I forgot to include
31327      Branch: perlio
31328            ! embedvar.h perlapi.h pod/perlapi.pod
31329 ____________________________________________________________________________
31330 [ 13067] By: nick                                  on 2001/11/18  12:50:19
31331         Log: Force inclusion of both Perl_runops_* in perl itself,
31332              so they are available for Peek.xs etc.
31333      Branch: perlio
31334            ! perlvars.h
31335 ____________________________________________________________________________
31336 [ 13066] By: nick                                  on 2001/11/18  11:00:34
31337         Log: Integrate mainline - a few Devel::Peak fails.
31338      Branch: perlio
31339           +> (branch 29 files)
31340            - ext/Thread/Thread.pm lib/Benchmark.t
31341            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
31342            - lib/Lingua/KO/Hangul/Util/README
31343            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
31344            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
31345            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
31346            - vms/ext/vmsish.pm vms/ext/vmsish.t
31347            ! hv.c
31348           !> (integrate 389 files)
31349 ____________________________________________________________________________
31350 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
31351         Log: Start working on perldelta.  This is not yet any sort of
31352              editing; just concatenating perl570delta, perl571delta,
31353              and perl572delta.  Any sorting not done, any duplicate
31354              removal not done, any removal or update of obsolete items
31355              not done, any changes since 5.7.2 not included.  So there.
31356      Branch: perl
31357            ! pod/perldelta.pod
31358 ____________________________________________________________________________
31359 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
31360         Log: Banish "use utf8".
31361      Branch: perl
31362            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
31363 ____________________________________________________________________________
31364 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
31365         Log: Tweak from Charles Lane.
31366      Branch: perl
31367            ! vms/vms.c
31368 ____________________________________________________________________________
31369 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
31370         Log: Integrate change #13058 from maintperl;
31371              change#12559 breaks things on Win9x because command.com doesn't
31372              grok dquotes at all; disable all the system() smarts for
31373              command.com
31374      Branch: perl
31375           !> win32/win32.c
31376 ____________________________________________________________________________
31377 [ 13061] By: ams                                   on 2001/11/17  13:46:11
31378         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
31379              From: Jonathan Stowe <gellyfish@gellyfish.com>
31380              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
31381              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
31382      Branch: perl
31383            ! lib/Term/Cap.pm
31384 ____________________________________________________________________________
31385 [ 13060] By: ams                                   on 2001/11/17  09:49:10
31386         Log: Subject: [PATCH9 File/Find.pm doc nits
31387              From: Tels <perl_dummy@bloodgate.com>
31388              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
31389      Branch: perl
31390            ! lib/File/Find.pm
31391 ____________________________________________________________________________
31392 [ 13059] By: ams                                   on 2001/11/17  09:38:38
31393         Log: Subject: [PATCH] Benchmark.pm nit
31394              From: Tels <perl_dummy@bloodgate.com>
31395              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
31396      Branch: perl
31397            ! lib/Benchmark.pm
31398 ____________________________________________________________________________
31399 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
31400         Log: change#12559 breaks things on Win9x because command.com doesn't
31401              grok dquotes at all; disable all the system() smarts for
31402              command.com
31403      Branch: maint-5.6/perl
31404            ! win32/win32.c
31405 ____________________________________________________________________________
31406 [ 13057] By: ams                                   on 2001/11/16  20:30:03
31407         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
31408              From: Andy Dougherty <doughera@lafayette.edu>
31409              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
31410              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
31411      Branch: perl
31412            ! lib/Unicode/UCD.t
31413 ____________________________________________________________________________
31414 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
31415         Log: Subject: [Patch Perl@13023] VMS system() warning
31416              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31417              Date: Fri, 16 Nov 2001 15:20:11 EST
31418              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
31419      Branch: perl
31420            ! vms/vms.c
31421 ____________________________________________________________________________
31422 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
31423         Log: It's neither-nor, and protect against the impossible.
31424      Branch: perl
31425            ! lib/Thread.pm
31426 ____________________________________________________________________________
31427 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
31428         Log: 5005threads didn't work because $Thread::VERSION wasn't
31429              visible.  Oops.
31430      Branch: perl
31431            ! ext/Thread/Makefile.PL lib/Thread.pm
31432 ____________________________________________________________________________
31433 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
31434         Log: Robustness against Linux using something else than gcc;
31435              based on
31436              
31437              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
31438              From: Charles Randall <cfriv@yahoo.com>
31439              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
31440              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
31441      Branch: perl
31442            ! ext/Errno/Errno_pm.PL
31443 ____________________________________________________________________________
31444 [ 13052] By: ams                                   on 2001/11/16  16:46:39
31445         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
31446              From: Russ Allbery <rra@stanford.edu>
31447              Date: 16 Nov 2001 09:44:21 -0800
31448              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
31449      Branch: perl
31450            ! lib/Pod/ParseLink.pm
31451 ____________________________________________________________________________
31452 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
31453         Log: Update perluniintro on the UTF-8 output matters
31454              (that -w will warn unless the stream is explicitly UTF-8-ified).
31455      Branch: perl
31456            ! pod/perluniintro.pod
31457 ____________________________________________________________________________
31458 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
31459         Log: Adding new files to MANIFEST is nice.
31460      Branch: perl
31461            ! MANIFEST
31462 ____________________________________________________________________________
31463 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
31464         Log: Update Changes.
31465      Branch: perl
31466            ! Changes patchlevel.h
31467 ____________________________________________________________________________
31468 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
31469         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
31470              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
31471              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
31472              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
31473      Branch: perl
31474            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
31475 ____________________________________________________________________________
31476 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
31477         Log: Rename perlunintro to perluniintro; regen toc.
31478      Branch: perl
31479            + pod/perluniintro.pod
31480            - pod/perlunintro.pod
31481            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31482 ____________________________________________________________________________
31483 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
31484         Log: Document the negated lookahead trick to emulate
31485              character class subtraction.
31486      Branch: perl
31487            ! pod/perlunicode.pod
31488 ____________________________________________________________________________
31489 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
31490         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
31491              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31492              Date: Fri, 16 Nov 2001 23:31:04 +0900
31493              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
31494              
31495              (with the tweak that Cntrl is not C, it's Cc)
31496      Branch: perl
31497            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
31498            ! lib/unicore/mktables
31499 ____________________________________________________________________________
31500 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
31501         Log: Subject: [PATCH current] runtime runops switch
31502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31503              Date: Fri, 16 Nov 2001 00:48:09 -0500
31504              Message-ID: <20011116004809.A934@math.ohio-state.edu>
31505      Branch: perl
31506            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
31507            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
31508            ! pod/perlintern.pod proto.h run.c
31509 ____________________________________________________________________________
31510 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
31511         Log: Further discourage old Thread code; tell how to tell
31512              the difference.
31513      Branch: perl
31514            ! lib/Thread.pm
31515 ____________________________________________________________________________
31516 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
31517         Log: A missing return; from Charles Lane.
31518      Branch: perl
31519            ! vms/vms.c
31520 ____________________________________________________________________________
31521 [ 13041] By: ams                                   on 2001/11/16  12:11:14
31522         Log: Subject: [PATCH] Doc spellcheck + podcheck
31523              From: Autrijus Tang <autrijus@egb.elixus.org>
31524              Date: Thu, 15 Nov 2001 22:49:05 -0800
31525              Message-Id: <20011116064905.GA44092@egb.elixus.org>
31526              
31527              Subject: [PATCH] podcheck+spellcheck, the rest of the story
31528              From: Autrijus Tang <autrijus@egb.elixus.org>
31529              Date: Fri, 16 Nov 2001 00:42:20 -0800
31530              Message-Id: <20011116084220.GA44295@egb.elixus.org>
31531              
31532              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
31533              From: Nicholas Clark <nick@ccl4.org>
31534              Date: Fri, 16 Nov 2001 10:32:01 +0000
31535              Message-Id: <20011116103200.F62891@plum.flirble.org>
31536              (Applied after suitable de-mangling.)
31537      Branch: perl
31538            ! README.aix README.dgux README.dos README.epoc README.hpux
31539            ! README.mint README.mpeix README.netware README.os2
31540            ! README.os390 README.plan9 README.qnx README.solaris
31541            ! README.threads doio.c pod/perl571delta.pod
31542            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
31543            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
31544            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
31545            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
31546            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
31547            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
31548 ____________________________________________________________________________
31549 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
31550         Log: Avoid redefinedness warning for now.
31551      Branch: perl
31552            ! lib/Thread.pm
31553 ____________________________________________________________________________
31554 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
31555         Log: use strict.
31556      Branch: perl
31557            ! lib/Thread.pm
31558 ____________________________________________________________________________
31559 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
31560         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
31561              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
31562              Date: Thu, 15 Nov 2001 22:54:47 EST 
31563              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
31564      Branch: perl
31565            ! vms/vms.c vms/vmspipe.com
31566 ____________________________________________________________________________
31567 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
31568         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
31569              From: "chromatic" <chromatic@rmci.net>
31570              Date: Thu, 15 Nov 2001 19:54:23 -0700
31571              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
31572      Branch: perl
31573            ! lib/File/stat.t
31574 ____________________________________________________________________________
31575 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
31576         Log: Make Thread a wrapper for both ithreads and 5005threads.
31577              Needs a lot of work and Arthur's eyeballing (and finishing
31578              few missing odds and ends of threads.pm).  Now Thread
31579              is an extension without its own .pm.
31580              
31581              If there are people who have experience working with
31582              either the 5005threads or the ithreads: cleaning up
31583              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
31584              and porting the various Thread::* modules, like Thread::Queue,
31585              to work also with ithreads, is needed.
31586              
31587              Removed the 5005threads requirement from the 5005 tests
31588              for easier testing (not all of them work yet since
31589              they use the Thread::* modules that have not been made
31590              to work with ithreads).  Leave the 5005 tests named as
31591              *.tx so that they are not run by "make test".
31592      Branch: perl
31593            + lib/Thread.pm
31594            - ext/Thread/Thread.pm
31595            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
31596            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
31597            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
31598            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
31599            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
31600            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
31601            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
31602 ____________________________________________________________________________
31603 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
31604         Log: $VERSION "a5" doesn't quite work.
31605      Branch: perl
31606            ! ext/B/Makefile.PL
31607 ____________________________________________________________________________
31608 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
31609         Log: Add the fruits of Larry Shatzer's version verifying script.
31610              (There are some straddlers, but they will be fixed in the
31611              upcoming releases of the modules.)
31612      Branch: perl
31613            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
31614            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
31615            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
31616            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
31617            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
31618            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
31619            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
31620            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
31621            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
31622            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
31623            ! wince/FindExt.pm
31624 ____________________________________________________________________________
31625 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
31626         Log: Add Larry Shatzer's VERSION verifying script.
31627      Branch: perl
31628            + Porting/checkVERSION.pl
31629            ! MANIFEST Porting/pumpkin.pod
31630 ____________________________________________________________________________
31631 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
31632         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
31633              From: Michael G Schwern <schwern@pobox.com>
31634              Date: Thu, 15 Nov 2001 19:26:40 -0500
31635              Message-ID: <20011115192640.R31399@blackrider>
31636      Branch: perl
31637            ! t/test.pl
31638 ____________________________________________________________________________
31639 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
31640         Log: Document the MY_CXT business; from Paul Marquess.
31641      Branch: perl
31642            ! pod/perlxs.pod
31643 ____________________________________________________________________________
31644 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
31645         Log: VMSCMD synch attempt.
31646      Branch: perl
31647            ! vms/vms.c vms/vmsish.h
31648 ____________________________________________________________________________
31649 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
31650         Log: Advise against -P as instructed by Schwern.
31651      Branch: perl
31652            ! pod/perlrun.pod
31653 ____________________________________________________________________________
31654 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
31655         Log: Subject: [PATCH] v-strings as Objects Step 1
31656              From: John Peacock <jpeacock@rowman.com>
31657              Date: Thu, 15 Nov 2001 12:41:04 -0500
31658              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
31659      Branch: perl
31660            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
31661            ! util.c
31662 ____________________________________________________________________________
31663 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
31664         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
31665              From: Michael G Schwern <schwern@pobox.com>
31666              Date: Thu, 15 Nov 2001 12:47:59 -0500
31667              Message-ID: <20011115124759.E31399@blackrider>
31668      Branch: perl
31669            + t/run/switchx.aux t/run/switchx.t
31670            ! MANIFEST t/run/switches.t
31671 ____________________________________________________________________________
31672 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
31673         Log: Upgrade to Getopt::Long 2.26_03.
31674      Branch: perl
31675            ! lib/Getopt/Long.pm
31676 ____________________________________________________________________________
31677 [ 13025] By: ams                                   on 2001/11/15  20:46:22
31678         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
31679              From: Michael G Schwern <schwern@pobox.com>
31680              Date: Thu, 15 Nov 2001 16:24:11 -0500
31681              Message-Id: <20011115162411.M31399@blackrider>
31682      Branch: perl
31683            ! vms/vms.c
31684 ____________________________________________________________________________
31685 [ 13024] By: ams                                   on 2001/11/15  19:32:06
31686         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
31687              From: rspier@pobox.com (Robert Spier)
31688              Date: Thu, 15 Nov 2001 11:19:21 -0800
31689              Message-Id: <15348.5433.732364.963687@rls.cx>
31690      Branch: perl
31691            ! op.c
31692 ____________________________________________________________________________
31693 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
31694         Log: Update Changes.
31695      Branch: perl
31696            ! Changes patchlevel.h
31697 ____________________________________________________________________________
31698 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
31699         Log: Subject: [PATCH] new tests for command-line switches
31700              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31701              Date: Thu, 15 Nov 2001 17:00:30 +0100
31702              Message-ID: <20011115170030.A14193@rafael>
31703      Branch: perl
31704            + t/run/switches.t
31705            ! MANIFEST
31706 ____________________________________________________________________________
31707 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
31708         Log: Upgrade to podlators 1.13.
31709      Branch: perl
31710            + lib/Pod/ParseLink.pm
31711            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
31712            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
31713            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
31714            ! t/pod/pod2usage.xr t/pod/podselect.xr
31715 ____________________________________________________________________________
31716 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
31717         Log: skip "might be used uninitialized".
31718      Branch: perl
31719            ! pp_sys.c
31720 ____________________________________________________________________________
31721 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
31722         Log: Fix for "perlio bug in koi8-r encoding".  The problem
31723              seemed to be that binmode() always flushed the handle,
31724              which is not so good when switching encodings.  Fixed,
31725              added Matt Sergeant's testcase, documented in perlfunc/binmode,
31726              also added a pointer about disciplines to perlfunc/open,
31727              and in general cleaned up and reformatted the open entry.
31728      Branch: perl
31729            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
31730 ____________________________________________________________________________
31731 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
31732         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
31733              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31734              Date: 15 Nov 2001 08:57:06 -0000
31735              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
31736              
31737              chop() and chomp() are not real list functions,
31738              so let's not have them overrideable.  (Casey will
31739              be confused since in #7071 he patched the other way.)
31740      Branch: perl
31741            ! pod/perlfunc.pod toke.c
31742 ____________________________________________________________________________
31743 [ 13017] By: ams                                   on 2001/11/15  12:56:49
31744         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
31745              From: Robin Barker <rmb1@cise.npl.co.uk>
31746              Date: Thu, 15 Nov 2001 13:48:34 GMT
31747              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
31748              (Applied with tweaks.)
31749      Branch: perl
31750            ! pod/perltrap.pod
31751 ____________________________________________________________________________
31752 [ 13016] By: ams                                   on 2001/11/15  09:12:48
31753         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
31754              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31755              Date: Thu, 15 Nov 2001 09:06:39 +0100
31756              Message-Id: <20011115090639.A13005@rafael>
31757      Branch: perl
31758            ! pod/perlrun.pod
31759 ____________________________________________________________________________
31760 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
31761         Log: "link =" from utils.lst was being processed oddly.
31762      Branch: perl
31763            ! installman
31764 ____________________________________________________________________________
31765 [ 13014] By: ams                                   on 2001/11/15  02:52:52
31766         Log: Subject: [PATCH current] CreateTTY in -d
31767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31768              Date: Wed, 14 Nov 2001 21:26:31 -0500
31769              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
31770      Branch: perl
31771            ! lib/perl5db.pl
31772 ____________________________________________________________________________
31773 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
31774         Log: Corify the Filter::Simple tests. 
31775      Branch: perl
31776            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
31777            ! lib/Filter/Simple/t/filter_only.t
31778 ____________________________________________________________________________
31779 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
31780         Log: Upgrade to Filter::Simple 0.70.
31781      Branch: perl
31782            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
31783            + t/lib/FilterOnlyTest.pm
31784            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
31785            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
31786            ! t/lib/FilterTest.pm
31787 ____________________________________________________________________________
31788 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
31789         Log: Cleanliness inspired by Cygwin.
31790      Branch: perl
31791            ! Makefile.SH x2p/Makefile.SH
31792 ____________________________________________________________________________
31793 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
31794         Log: Add perlunintro (formerly known as perlunitut); regen toc.
31795      Branch: perl
31796            + pod/perlunintro.pod
31797            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31798 ____________________________________________________________________________
31799 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
31800         Log: FAQ sync.
31801      Branch: perl
31802            ! pod/perlfaq6.pod
31803 ____________________________________________________________________________
31804 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
31805         Log: Quieten pgcc 2.91.66 worries.
31806      Branch: perl
31807            ! gv.c pp_ctl.c utf8.c
31808 ____________________________________________________________________________
31809 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
31810         Log: Upgrade to Switch 2.06.
31811      Branch: perl
31812            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
31813            ! lib/Switch/t/nested.t
31814 ____________________________________________________________________________
31815 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
31816         Log: Upgrade to Attribute::Handlers 0.76.
31817      Branch: perl
31818            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
31819            ! lib/Attribute/Handlers/README
31820            ! lib/Attribute/Handlers/demo/Demo.pm
31821            ! lib/Attribute/Handlers/demo/Descriptions.pm
31822            ! lib/Attribute/Handlers/demo/MyClass.pm
31823            ! lib/Attribute/Handlers/demo/demo_cycle.pl
31824            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
31825            ! lib/Attribute/Handlers/t/multi.t
31826 ____________________________________________________________________________
31827 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
31828         Log: Signedness nit.
31829      Branch: perl
31830            ! regexec.c
31831 ____________________________________________________________________________
31832 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
31833         Log: VERSIONize.
31834      Branch: perl
31835            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
31836            ! lib/integer.pm
31837 ____________________________________________________________________________
31838 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
31839         Log: No pod in internal Net::FTP classes.
31840      Branch: perl
31841            ! pod/buildtoc.PL
31842 ____________________________________________________________________________
31843 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
31844         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
31845              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
31846              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
31847              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
31848      Branch: perl
31849            ! regexec.c
31850 ____________________________________________________________________________
31851 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
31852         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
31853              Pudge correctly).
31854      Branch: perl
31855            ! t/test.pl
31856 ____________________________________________________________________________
31857 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
31858         Log: Add comments to mark where $^X is being handled.
31859      Branch: perl
31860            ! perl.c toke.c
31861 ____________________________________________________________________________
31862 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
31863         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
31864              From: Michael G Schwern <schwern@pobox.com>
31865              Date: Wed, 14 Nov 2001 16:38:25 -0500
31866              Message-ID: <20011114163825.D6519@blackrider>
31867      Branch: perl
31868            ! t/op/repeat.t
31869 ____________________________________________________________________________
31870 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
31871         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
31872              From: Michael G Schwern <schwern@pobox.com>
31873              Date: Wed, 14 Nov 2001 13:19:15 -0500
31874              Message-ID: <20011114131915.K5096@blackrider>
31875      Branch: perl
31876            ! t/op/die_exit.t
31877 ____________________________________________________________________________
31878 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
31879         Log: Subject: Re: [PATCH] new version of runperl()
31880              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31881              Date: Wed, 14 Nov 2001 15:39:12 EST
31882              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
31883              
31884              "VMS $^X pipes etc" patch.
31885      Branch: perl
31886            ! vms/vms.c
31887 ____________________________________________________________________________
31888 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
31889         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
31890              and add "verbose" option to show the final command.
31891      Branch: perl
31892            ! t/test.pl
31893 ____________________________________________________________________________
31894 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
31895         Log: Goof in some of the comment fields of #12994.
31896      Branch: perl
31897            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
31898            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
31899            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
31900            ! lib/unicore/In/9.pl
31901 ____________________________________________________________________________
31902 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
31903         Log: The First, Last ranges in the Unicode data weren't
31904              getting their general categories added properly;
31905              noticed by Jeffrey Friedl.
31906      Branch: perl
31907            ! lib/unicore/Category.pl lib/unicore/In/0.pl
31908            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
31909            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
31910            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
31911            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
31912            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
31913            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
31914            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
31915            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
31916            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
31917            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
31918            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
31919            ! lib/unicore/mktables
31920 ____________________________________________________________________________
31921 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
31922         Log: Subject: [PATCH] new version of runperl()
31923              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31924              Date: Wed, 14 Nov 2001 12:23:01 +0100
31925              Message-ID: <20011114122301.A29384@rafael>
31926      Branch: perl
31927            ! t/io/argv.t t/test.pl
31928 ____________________________________________________________________________
31929 [ 12992] By: ams                                   on 2001/11/14  13:40:39
31930         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
31931              From: Michael G Schwern <schwern@pobox.com>
31932              Date: Tue, 13 Nov 2001 23:17:54 -0500
31933              Message-Id: <20011113231754.S32567@blackrider>
31934      Branch: perl
31935            ! perl.c
31936 ____________________________________________________________________________
31937 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
31938         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
31939              From: Philip Newton <Philip.Newton@gmx.net>
31940              Date: Wed, 14 Nov 2001 10:59:53 +0100
31941              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
31942              
31943              plus a lot of paragraph reformatting because of long lines.
31944      Branch: perl
31945            ! pod/perlapio.pod
31946 ____________________________________________________________________________
31947 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
31948         Log: A bool is not a pointer.
31949      Branch: perl
31950            ! pp_sys.c
31951 ____________________________________________________________________________
31952 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
31953         Log: AUTHORS updates.
31954      Branch: perl
31955            ! AUTHORS
31956 ____________________________________________________________________________
31957 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
31958         Log: There are several MIME RFCs.
31959      Branch: perl
31960            ! ext/Encode/Encode.pm
31961 ____________________________________________________________________________
31962 [ 12987] By: ams                                   on 2001/11/14  01:09:28
31963         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
31964              From: Michael G Schwern <schwern@pobox.com>
31965              Date: Tue, 13 Nov 2001 20:59:13 -0500
31966              Message-Id: <20011113205913.H32567@blackrider>
31967      Branch: perl
31968            ! t/op/groups.t vms/test.com
31969 ____________________________________________________________________________
31970 [ 12986] By: ams                                   on 2001/11/14  01:07:06
31971         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
31972              From: Michael G Schwern <schwern@pobox.com>
31973              Date: Tue, 13 Nov 2001 20:51:34 -0500
31974              Message-Id: <20011113205134.F32567@blackrider>
31975      Branch: perl
31976            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
31977 ____________________________________________________________________________
31978 [ 12985] By: ams                                   on 2001/11/14  00:43:59
31979         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
31980              From: Michael G Schwern <schwern@pobox.com>
31981              Date: Tue, 13 Nov 2001 20:38:42 -0500
31982              Message-Id: <20011113203842.E32567@blackrider>
31983      Branch: perl
31984            ! pod/perlport.pod
31985 ____________________________________________________________________________
31986 [ 12984] By: ams                                   on 2001/11/14  00:32:15
31987         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
31988              From: Michael G Schwern <schwern@pobox.com>
31989              Date: Tue, 13 Nov 2001 20:27:02 -0500
31990              Message-Id: <20011113202702.D32567@blackrider>
31991      Branch: perl
31992            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
31993            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
31994            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
31995            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
31996 ____________________________________________________________________________
31997 [ 12983] By: ams                                   on 2001/11/14  00:00:27
31998         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
31999              From: Michael G Schwern <schwern@pobox.com>
32000              Date: Tue, 13 Nov 2001 19:51:59 -0500
32001              Message-Id: <20011113195159.B32567@blackrider>
32002      Branch: perl
32003            ! pod/perlport.pod
32004 ____________________________________________________________________________
32005 [ 12982] By: ams                                   on 2001/11/13  23:53:11
32006         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
32007              From: Larry Shatzer <fugazi@zippy.zyx.net>
32008              Date: Tue, 13 Nov 2001 17:27:59 -0700
32009              Message-Id: <20011113172759.E27768@zippy.zyx.net>
32010      Branch: perl
32011            ! pod/perlapio.pod
32012 ____________________________________________________________________________
32013 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
32014         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
32015              "large enough" Unicode characters returned more than one
32016              as their "Unicode size".
32017      Branch: perl
32018            ! pp_sys.c t/io/utf8.t
32019 ____________________________________________________________________________
32020 [ 12980] By: ams                                   on 2001/11/13  19:32:33
32021         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
32022              From: "Craig A. Berry" <craigberry@mac.com>
32023              Date: Tue, 13 Nov 2001 14:33:25 -0600
32024              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
32025      Branch: perl
32026            ! vms/gen_shrfls.pl
32027 ____________________________________________________________________________
32028 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
32029         Log: Subject: Minor patch to Encode.pm (detypo)
32030              From: "Philip Newton" <Philip.Newton@gmx.net>
32031              Date: Tue, 13 Nov 2001 20:11:01 +0100
32032              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
32033      Branch: perl
32034            ! ext/Encode/Encode.pm
32035 ____________________________________________________________________________
32036 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
32037         Log: Evil tabulators.
32038      Branch: perl
32039            ! ext/Encode/Encode.pm
32040 ____________________________________________________________________________
32041 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
32042         Log: Document the available encodings.
32043      Branch: perl
32044            ! ext/Encode/Encode.pm
32045 ____________________________________________________________________________
32046 [ 12976] By: ams                                   on 2001/11/13  17:14:07
32047         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
32048              From: Barrie Slaymaker <barries@slaysys.com>
32049              Date: Tue, 13 Nov 2001 12:41:36 -0500
32050              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
32051      Branch: perl
32052            ! t/op/universal.t
32053 ____________________________________________________________________________
32054 [ 12975] By: ams                                   on 2001/11/13  16:24:21
32055         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
32056              From: Barrie Slaymaker <barries@slaysys.com>
32057              Date: Tue, 13 Nov 2001 10:56:20 -0500
32058              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
32059              (Test applied with minor tweaks and ->isa("HASH") omission.)
32060      Branch: perl
32061            ! lib/UNIVERSAL.pm t/op/universal.t
32062 ____________________________________________________________________________
32063 [ 12974] By: ams                                   on 2001/11/13  15:46:07
32064         Log: Subject: [PATCH Benchmark.pm] docco tweaks
32065              From: Barrie Slaymaker <barries@slaysys.com>
32066              Date: Tue, 13 Nov 2001 11:34:45 -0500
32067              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
32068      Branch: perl
32069            ! lib/Benchmark.pm
32070 ____________________________________________________________________________
32071 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
32072         Log: Subject: [PATCH] Attack of the C loops, round 1
32073              From: Richard Soderberg <rs@oregonnet.com>
32074              Date: Mon, 12 Nov 2001 12:07:29 -0800
32075              Message-Id: <200111122007.MAA01994@oregonnet.com>
32076              
32077              Subject: [PATCH] bytecode.pl (tiny patch)
32078              From: Richard Soderberg <rs@oregonnet.com>
32079              Date: Mon, 12 Nov 2001 12:53:24 -0800
32080              Message-Id: <200111122053.MAA06272@oregonnet.com>
32081      Branch: perl
32082            ! bytecode.pl installhtml
32083 ____________________________________________________________________________
32084 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
32085         Log: Subject: [PATCH] Update to Filter::Util::Call
32086              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
32087              Date: Sun, 11 Nov 2001 22:33:33 -0000
32088              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
32089              
32090              Use the new CXT* macros.
32091      Branch: perl
32092            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
32093 ____________________________________________________________________________
32094 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
32095         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
32096              From: Michael G Schwern <schwern@pobox.com>
32097              Date: Mon, 12 Nov 2001 20:50:34 -0500
32098              Message-ID: <20011112205034.H2888@blackrider>
32099      Branch: perl
32100            + lib/vmsish.pm lib/vmsish.t
32101            - vms/ext/vmsish.pm vms/ext/vmsish.t
32102            ! MANIFEST vms/descrip_mms.template
32103 ____________________________________________________________________________
32104 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
32105         Log: :utf8 works only with perlio.
32106      Branch: perl
32107            ! lib/open.t
32108 ____________________________________________________________________________
32109 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
32110         Log: Subject: Re: @Config -"des" not quite working on VMS
32111              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32112              Date: Tue, 13 Nov 2001 08:35:13 EST 
32113              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
32114      Branch: perl
32115            ! configure.com
32116 ____________________________________________________________________________
32117 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
32118         Log: Subject: [PATCH] lib/charnames.pm 
32119              From: Jeffrey Friedl <jfriedl@yahoo.com>
32120              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
32121              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
32122      Branch: perl
32123            ! lib/charnames.pm
32124 ____________________________________________________________________________
32125 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
32126         Log: Docs for Mac::err.
32127      Branch: maint-5.6/macperl
32128            ! macos/ext/Mac/err/err.pm
32129 ____________________________________________________________________________
32130 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
32131         Log: Some cleanup; change some globals to references for
32132              possible persistence later.
32133      Branch: maint-5.6/macperl
32134            ! macos/lib/Mac/Glue.pm
32135 ____________________________________________________________________________
32136 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
32137         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
32138      Branch: maint-5.6/macperl
32139            ! macos/ext/Mac/Files/Files.pm
32140 ____________________________________________________________________________
32141 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
32142         Log: Get Mac::Navigation to compile (bug #464684).
32143      Branch: maint-5.6/macperl
32144            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
32145            ! macos/ext/Mac/Navigation/Makefile.PL
32146            ! macos/ext/Mac/Navigation/Navigation.xs
32147            ! macos/macperl/Makefile.mk
32148 ____________________________________________________________________________
32149 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
32150         Log: Add in modules and POD to help menu.
32151      Branch: maint-5.6/macperl
32152            ! macos/macperl/MacPerl.podhelp
32153 ____________________________________________________________________________
32154 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
32155         Log: Update bundled modules.
32156      Branch: maint-5.6/macperl
32157            + macos/bundled_ext/Filter/t/FilterTest.pm
32158            + macos/bundled_ext/List/Util/t/shuffle.t
32159            + macos/bundled_ext/Storable/t/compat06.t
32160            + macos/bundled_ext/Storable/t/st-dump.pl
32161            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
32162            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
32163            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
32164            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
32165            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
32166            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
32167            + macos/bundled_lib/blib/lib/lwpcook.pod
32168            + macos/bundled_lib/t/Filter/Simple/filter.t
32169            + macos/bundled_lib/t/Switch/t/given.t
32170            + macos/bundled_lib/t/Switch/t/nested.t
32171            + macos/bundled_lib/t/Switch/t/switch.t
32172            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
32173            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
32174            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
32175            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
32176            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
32177            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
32178            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
32179            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
32180            + macos/bundled_lib/t/URI/rfc2732.t
32181            + macos/bundled_lib/t/libnet/config.t
32182            + macos/bundled_lib/t/libnet/libnet_t.pl
32183            + macos/bundled_lib/t/libwww-perl/live/google.t
32184            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
32185            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
32186            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
32187            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
32188            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
32189            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
32190            + macos/bundled_lib/t/libwww-perl/live/validator.t
32191            - macos/bundled_ext/Filter/t/MyFilter.pm
32192            - macos/bundled_ext/Storable/t/compat-0.6.t
32193            - macos/bundled_ext/Storable/t/dump.pl
32194            - macos/bundled_ext/Time/Piece/Makefile.PL
32195            - macos/bundled_ext/Time/Piece/Piece.pm
32196            - macos/bundled_ext/Time/Piece/Piece.t
32197            - macos/bundled_ext/Time/Piece/Piece.xs
32198            - macos/bundled_ext/Time/Piece/README
32199            - macos/bundled_ext/Time/Piece/Seconds.pm
32200            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
32201            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
32202            - macos/bundled_lib/blib/lib/Net/PH.pm
32203            - macos/bundled_lib/blib/lib/Net/SNPP.pm
32204            - macos/bundled_lib/blib/lib/Text/Balanced.pod
32205            - macos/bundled_lib/t/Filter/Simple/test.pl
32206            - macos/bundled_lib/t/Switch/test.pl
32207            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
32208            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
32209            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
32210            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
32211            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
32212            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
32213            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
32214            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
32215            - macos/bundled_lib/t/libnet/ph.t
32216            ! (edit 125 files)
32217 ____________________________________________________________________________
32218 [ 12961] By: ams                                   on 2001/11/13  00:45:08
32219         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
32220              From: Michael G Schwern <schwern@pobox.com>
32221              Date: Mon, 12 Nov 2001 20:16:45 -0500
32222              Message-Id: <20011112201644.G2888@blackrider>
32223      Branch: perl
32224            ! pod/perlport.pod
32225 ____________________________________________________________________________
32226 [ 12960] By: ams                                   on 2001/11/12  23:54:00
32227         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
32228              Recoving dup tests for VMS
32229              From: Michael G Schwern <schwern@pobox.com>
32230              Date: Mon, 12 Nov 2001 19:35:33 -0500
32231              Message-Id: <20011112193533.D2888@blackrider>
32232      Branch: perl
32233            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
32234 ____________________________________________________________________________
32235 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
32236         Log: Update Changes.
32237      Branch: perl
32238            ! Changes patchlevel.h
32239 ____________________________________________________________________________
32240 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
32241         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
32242              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
32243              Date: Mon, 12 Nov 2001 12:35:18 EST 
32244              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
32245      Branch: perl
32246            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
32247            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
32248 ____________________________________________________________________________
32249 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
32250         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
32251              From: Barrie Slaymaker <barries@slaysys.com>
32252              Date: Mon, 12 Nov 2001 11:19:52 -0500
32253              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
32254      Branch: perl
32255            ! lib/File/Spec.t lib/File/Spec/Win32.pm
32256 ____________________________________________________________________________
32257 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
32258         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
32259              From: Barrie Slaymaker <barries@slaysys.com>
32260              Date: Mon, 12 Nov 2001 11:07:36 -0500
32261              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
32262      Branch: perl
32263            ! lib/Benchmark.pm
32264 ____________________________________________________________________________
32265 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
32266         Log: Misplaced test, noticed by Barrie Slaymaker.
32267              (We are missing Benchmark tests, then.)
32268      Branch: perl
32269            + ext/Devel/DProf/DProf.t
32270            - lib/Benchmark.t
32271            ! MANIFEST
32272 ____________________________________________________________________________
32273 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
32274         Log: Subject: [PATCH] a few typo fixes 
32275              From: Jeffrey Friedl <jfriedl@yahoo.com>
32276              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
32277              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
32278              
32279              Patching README.foo instead of pod/perlfoo.pod,
32280              not patching Math::BigInt (Tels will take care of that),
32281              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
32282              and perldoc.PL instead of libnetcfg and perldoc, patching
32283              ext/Digest/MD5/t/files.t since MD5.pm was changed.
32284      Branch: perl
32285            ! (edit 109 files)
32286 ____________________________________________________________________________
32287 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
32288         Log: Add a note about the dangers of bad UTF-8.
32289      Branch: perl
32290            ! pod/perlunicode.pod
32291 ____________________________________________________________________________
32292 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
32293         Log: NetWare Nit from Ananth Kesari.
32294      Branch: perl
32295            ! NetWare/config.wc
32296 ____________________________________________________________________________
32297 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
32298         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
32299      Branch: perl
32300            ! ext/Encode/Encode.pm
32301 ____________________________________________________________________________
32302 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
32303         Log: (retracted by #12951)
32304      Branch: perl
32305            ! ext/Encode/Encode.pm
32306 ____________________________________________________________________________
32307 [ 12949] By: ams                                   on 2001/11/12  06:40:18
32308         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
32309              From: Robert Spier <rspier@pobox.com>
32310              Date: Sun, 11 Nov 2001 18:50:18 -0800
32311              Message-Id: <15343.14570.121505.233336@rls.cx>
32312              
32313              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
32314              From: Rick Delaney <rick.delaney@home.com>
32315              Date: 12 Nov 2001 00:15:52 -0500
32316              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
32317      Branch: perl
32318            ! pp_hot.c t/op/taint.t
32319 ____________________________________________________________________________
32320 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
32321         Log: It seems that we actually have this detail implemented
32322              as for as Level 1 Support of Unicode regex support is
32323              concerned: at Level 1 only 1:1 support for loose
32324              (aka caseless, aka caseigoring ) matching is required.
32325      Branch: perl
32326            ! pod/perlunicode.pod
32327 ____________________________________________________________________________
32328 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
32329         Log: (retracted by #12951)
32330      Branch: perl
32331            ! ext/Encode/Encode.pm
32332 ____________________________________________________________________________
32333 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
32334         Log: BOM, bom, Bom.
32335      Branch: perl
32336            ! pod/perlunicode.pod
32337 ____________________________________________________________________________
32338 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
32339         Log: Upgrade to Math::BigInt 1.46.
32340      Branch: perl
32341            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32342            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
32343            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
32344            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
32345            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
32346 ____________________________________________________________________________
32347 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
32348         Log: Subject: Re: PERFORCE change 12943 for review
32349              From: "Philip Newton" <Philip.Newton@gmx.net>
32350              Date: Sun, 11 Nov 2001 20:53:36 +0100
32351              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
32352      Branch: perl
32353            ! pod/perlunicode.pod
32354 ____________________________________________________________________________
32355 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
32356         Log: Doc updates; make the Unicode discussions a little
32357              bit less alarming, and add information about encodings,
32358              surrogates, and BOMs.
32359      Branch: perl
32360            ! pod/perlunicode.pod
32361 ____________________________________________________________________________
32362 [ 12942] By: ams                                   on 2001/11/11  16:45:00
32363         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
32364              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
32365              Date: Mon, 12 Nov 2001 00:22:57 +0900
32366              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
32367      Branch: perl
32368            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32369            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
32370 ____________________________________________________________________________
32371 [ 12941] By: ams                                   on 2001/11/11  13:01:40
32372         Log: Subject: Re: PERFORCE change 12929 for review
32373              From: "Philip Newton" <Philip.Newton@gmx.net>
32374              Date: Sun, 11 Nov 2001 14:27:44 +0100
32375              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
32376      Branch: perl
32377            ! MANIFEST
32378 ____________________________________________________________________________
32379 [ 12940] By: ams                                   on 2001/11/11  05:06:43
32380         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
32381              From: Michael G Schwern <schwern@pobox.com>
32382              Date: Thu, 8 Nov 2001 22:56:45 -0500
32383              Message-Id: <20011108225645.H5587@blackrider>
32384      Branch: perl
32385            ! t/op/chdir.t
32386 ____________________________________________________________________________
32387 [ 12939] By: ams                                   on 2001/11/11  05:01:00
32388         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
32389              From: Michael G Schwern <schwern@pobox.com>
32390              Date: Sun, 11 Nov 2001 00:54:43 -0500
32391              Message-Id: <20011111005443.A24450@blackrider>
32392      Branch: perl
32393            ! ext/Cwd/t/cwd.t
32394 ____________________________________________________________________________
32395 [ 12938] By: ams                                   on 2001/11/11  03:25:13
32396         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
32397              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
32398              From: "chromatic" <chromatic@rmci.net>
32399              Date: Sat, 10 Nov 2001 21:03:20 -0700
32400              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
32401      Branch: perl
32402            ! lib/File/stat.pm lib/File/stat.t
32403 ____________________________________________________________________________
32404 [ 12937] By: ams                                   on 2001/11/11  02:05:23
32405         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
32406              From: "Craig A. Berry" <craigberry@mac.com>
32407              Date: Sat, 10 Nov 2001 17:23:52 -0600
32408              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
32409      Branch: perl
32410            ! t/op/magic.t
32411 ____________________________________________________________________________
32412 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
32413         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
32414      Branch: perl
32415            ! lib/open.pm lib/open.t
32416 ____________________________________________________________________________
32417 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
32418         Log: The Official name of ASCII.
32419      Branch: perl
32420            ! ext/Encode/Encode.pm
32421 ____________________________________________________________________________
32422 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
32423         Log: The KOI8-R example wasn't quite right.
32424      Branch: perl
32425            ! lib/open.pm lib/open.t
32426 ____________________________________________________________________________
32427 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
32428         Log: Enhance the open pragma to support :utf8, :locale,
32429              and :encoding directly as special cases, and rename
32430              the INOUT to IO.
32431      Branch: perl
32432            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
32433 ____________________________________________________________________________
32434 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
32435         Log: Document the UTF-16 surrogate encoding and decoding.
32436      Branch: perl
32437            ! ext/Encode/Encode.pm
32438 ____________________________________________________________________________
32439 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
32440         Log: A potential recursion breaker.
32441      Branch: perl
32442            ! sv.c
32443 ____________________________________________________________________________
32444 [ 12930] By: ams                                   on 2001/11/10  07:46:53
32445         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
32446              (was Re: perl@12892)
32447              From: "chromatic" <chromatic@rmci.net>
32448              Date: Sat, 10 Nov 2001 01:28:09 -0700
32449              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
32450      Branch: perl
32451            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
32452            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
32453            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
32454            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
32455 ____________________________________________________________________________
32456 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
32457         Log: Add a test for the bytes pragma.
32458      Branch: perl
32459            + lib/bytes.t
32460            ! MANIFEST
32461 ____________________________________________________________________________
32462 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
32463         Log: Doc update.
32464      Branch: perl
32465            ! lib/bytes.pm
32466 ____________________________________________________________________________
32467 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
32468         Log: Cease to exist.
32469      Branch: perl
32470            - lib/Unicode/Normalize.pm
32471 ____________________________________________________________________________
32472 [ 12926] By: ams                                   on 2001/11/10  03:23:16
32473         Log: Subject: [patch] my_setenv speedup + fixes
32474              From: Doug MacEachern <dougm@covalent.net>
32475              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
32476              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
32477      Branch: perl
32478            ! util.c
32479 ____________________________________________________________________________
32480 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
32481         Log: Newline trouble.
32482      Branch: perl
32483            ! lib/ExtUtils/Embed.t
32484 ____________________________________________________________________________
32485 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
32486         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
32487              From: "Craig A. Berry" <craigberry@mac.com>
32488              Date: Fri, 09 Nov 2001 18:13:16 -0600
32489              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
32490      Branch: perl
32491            ! vms/munchconfig.c
32492 ____________________________________________________________________________
32493 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
32494         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
32495              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32496              Date: Sat, 10 Nov 2001 00:10:45 +0100
32497              Message-ID: <20011110001045.A11945@rafael>
32498      Branch: perl
32499            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
32500            + t/run/switchn.t t/run/switchp.t
32501            ! MANIFEST
32502 ____________________________________________________________________________
32503 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
32504         Log: Subject: [PATCH] some tests not cleaning up properly               
32505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
32506              Date: Fri, 9 Nov 2001 22:13:10 +0100
32507              Message-ID: <20011109221310.A11115@rafael>
32508      Branch: perl
32509            ! ext/Cwd/t/cwd.t t/io/argv.t
32510 ____________________________________________________________________________
32511 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
32512         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
32513              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32514              Date: Fri, 9 Nov 2001 15:07:19 EST
32515              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
32516      Branch: perl
32517            ! lib/ExtUtils/Embed.t
32518 ____________________________________________________________________________
32519 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
32520         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
32521              have been copied so it shouldn't be freed in perl_destruct()
32522      Branch: perl
32523            ! perl.c
32524 ____________________________________________________________________________
32525 [ 12919] By: ams                                   on 2001/11/09  15:36:22
32526         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
32527              From: Michael G Schwern <schwern@pobox.com>
32528              Date: Fri, 9 Nov 2001 00:38:59 -0500
32529              Message-Id: <20011109003859.K5587@blackrider>
32530              (Applied with directory name changes suggested by Craig Berry.)
32531      Branch: perl
32532            ! ext/Cwd/t/cwd.t
32533 ____________________________________________________________________________
32534 [ 12918] By: ams                                   on 2001/11/09  15:29:15
32535         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
32536              From: Michael G Schwern <schwern@pobox.com>
32537              Date: Fri, 9 Nov 2001 01:44:14 -0500
32538              Message-Id: <20011109014414.N5587@blackrider>
32539      Branch: perl
32540            ! vms/ext/filespec.t
32541 ____________________________________________________________________________
32542 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
32543         Log: Update Changes.
32544      Branch: perl
32545            ! Changes patchlevel.h
32546 ____________________________________________________________________________
32547 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
32548         Log: Regen toc.
32549      Branch: perl
32550            ! pod/perltoc.pod
32551 ____________________________________________________________________________
32552 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
32553         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
32554              see http://www.jepstone.net/bjepson//jpl/cvs.html
32555      Branch: perl
32556            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32557 ____________________________________________________________________________
32558 [ 12914] By: ams                                   on 2001/11/09  14:05:12
32559         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
32560              From: Michael G Schwern <schwern@pobox.com>
32561              Date: Thu, 8 Nov 2001 22:05:49 -0500
32562              Message-Id: <20011108220549.F5587@blackrider>
32563      Branch: perl
32564            ! vms/test.com
32565 ____________________________________________________________________________
32566 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
32567         Log: NetWare update from Ananth Kesari.
32568      Branch: perl
32569            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
32570 ____________________________________________________________________________
32571 [ 12912] By: ams                                   on 2001/11/09  13:40:26
32572         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
32573              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32574              Date: Fri, 9 Nov 2001 14:32:28 +0100
32575              Message-Id: <20011109143228.A18996@rafael>
32576      Branch: perl
32577            ! perl.c
32578 ____________________________________________________________________________
32579 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
32580         Log: FAQ sync.
32581      Branch: perl
32582            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
32583            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
32584            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
32585 ____________________________________________________________________________
32586 [ 12910] By: ams                                   on 2001/11/09  07:33:49
32587         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
32588              From: Michael G Schwern <schwern@pobox.com>
32589              Date: Fri, 9 Nov 2001 00:41:56 -0500
32590              Message-Id: <20011109004156.L5587@blackrider>
32591      Branch: perl
32592            ! lib/File/Find/t/find.t
32593 ____________________________________________________________________________
32594 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
32595         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
32596              The CPAN distribution has both pm and XS implementations,
32597              and for performance reasons we choose the XS.
32598              Another reason to choose the XS is that it doesn't
32599              require Lingua::KO::Hangul::Util, which means that
32600              we can delete that-- which in turn means that Unicode::UCD
32601              cannot expect that: support it, but don't expect.
32602              Ditto Unicode::Collate.
32603              
32604              Note that Unicode::Normalize Makefile.PL and
32605              Normalize.xs have been modified from the CPAN 0.10
32606              versions: the first one to be simpler (no pm) and
32607              clean up the generated unf*.h files, the second one
32608              to quench compiler grumblings.  Must notify Sadahiro
32609              about these changes.
32610      Branch: perl
32611            + ext/Unicode/Normalize/Changes
32612            + ext/Unicode/Normalize/Makefile.PL
32613            + ext/Unicode/Normalize/Normalize.pm
32614            + ext/Unicode/Normalize/Normalize.pod
32615            + ext/Unicode/Normalize/Normalize.xs
32616            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
32617            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
32618            + ext/Unicode/Normalize/t/test.t
32619            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
32620            - lib/Lingua/KO/Hangul/Util/README
32621            - lib/Lingua/KO/Hangul/Util/t/test.t
32622            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
32623            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
32624            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
32625            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
32626            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
32627            ! win32/makefile.mk
32628 ____________________________________________________________________________
32629 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
32630         Log: Test miscounting.
32631      Branch: perl
32632            ! ext/POSIX/t/posix.t
32633 ____________________________________________________________________________
32634 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
32635         Log: Quote the variables in failures messages more nicely.
32636      Branch: perl
32637            ! t/test.pl
32638 ____________________________________________________________________________
32639 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
32640         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
32641              From: Michael G Schwern <schwern@pobox.com>
32642              Date: Thu, 8 Nov 2001 17:24:49 -0500
32643              Message-ID: <20011108172449.A5587@blackrider>
32644              
32645              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
32646              From: "Craig A. Berry" <craigberry@mac.com>
32647              Date: Thu, 8 Nov 2001 16:35:00 -0600
32648              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
32649      Branch: perl
32650            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
32651 ____________________________________________________________________________
32652 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
32653         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
32654              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
32655              Date: Thu, 8 Nov 2001 22:52:50 -0000
32656              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
32657      Branch: perl
32658            ! ext/DB_File/t/db-recno.t
32659 ____________________________________________________________________________
32660 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
32661         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
32662              (Probably not an EBCDIC issue the way one would think
32663              since no chr() et alia are used in UCD.pm.)
32664      Branch: perl
32665            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
32666 ____________________________________________________________________________
32667 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
32668         Log: Whether overwriting the $self->{...} values (see #12902)
32669              is a good policy or not is debatable, but let's at least
32670              be consistent.
32671      Branch: perl
32672            ! lib/ExtUtils/MM_Unix.pm
32673 ____________________________________________________________________________
32674 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
32675         Log: The MakeMaker argument () quoting patch that sneaked
32676              in at #12883 didn't handle make macros like this $(...).
32677              Leaning toothpicks, we've got them.
32678      Branch: perl
32679            ! lib/ExtUtils/MM_Unix.pm
32680 ____________________________________________________________________________
32681 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
32682         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
32683              From: Michael G Schwern <schwern@pobox.com>
32684              Date: Wed, 7 Nov 2001 02:02:29 -0500
32685              Message-ID: <20011107020229.K2858@blackrider>
32686      Branch: perl
32687            ! t/io/argv.t t/test.pl vms/test.com
32688 ____________________________________________________________________________
32689 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
32690         Log: Subject: [PATCH 20011106.084] -s on #! line 
32691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32692              Date: Wed, 7 Nov 2001 22:23:39 +0100
32693              Message-ID: <20011107222339.E729@rafael>
32694      Branch: perl
32695            ! embed.h embed.pl perl.c proto.h toke.c
32696 ____________________________________________________________________________
32697 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
32698         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
32699              From: Michael G Schwern <schwern@pobox.com>
32700              Date: Wed, 7 Nov 2001 16:52:49 -0500
32701              Message-ID: <20011107165249.I7346@blackrider>
32702      Branch: perl
32703            ! pod/perlhack.pod
32704 ____________________________________________________________________________
32705 [ 12898] By: ams                                   on 2001/11/08  13:02:19
32706         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
32707              From: Mark-Jason Dominus <mjd@plover.com>
32708              Date: Thu, 08 Nov 2001 08:59:02 -0500
32709              Message-Id: <20011108135902.2275.qmail@plover.com>
32710      Branch: perl
32711            ! INSTALL README README.amiga README.os2 README.vms
32712            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
32713            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
32714 ____________________________________________________________________________
32715 [ 12897] By: ams                                   on 2001/11/08  12:49:28
32716         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
32717              From: mjd@plover.com
32718              Date: 8 Nov 2001 13:33:18 -0000
32719              Message-Id: <20011108133318.1786.qmail@plover.com>
32720      Branch: perl
32721            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
32722            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
32723            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
32724            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
32725            ! pod/perlport.pod pod/perlvar.pod
32726 ____________________________________________________________________________
32727 [ 12896] By: ams                                   on 2001/11/08  11:22:12
32728         Log: open(FH, $file) should strip leading and trailing whitespace.
32729      Branch: perl
32730            ! doio.c
32731 ____________________________________________________________________________
32732 [ 12895] By: ams                                   on 2001/11/08  10:17:14
32733         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
32734              From: "Craig A. Berry" <craigberry@mac.com>
32735              Date: Wed, 07 Nov 2001 13:41:50 -0600
32736              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
32737      Branch: perl
32738            ! t/op/glob.t
32739 ____________________________________________________________________________
32740 [ 12894] By: ams                                   on 2001/11/08  08:32:20
32741         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
32742              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
32743              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
32744              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
32745      Branch: perl
32746            ! makedepend.SH
32747 ____________________________________________________________________________
32748 [ 12893] By: ams                                   on 2001/11/08  08:26:31
32749         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
32750              From: mjd@plover.com
32751              Date: 8 Nov 2001 08:08:07 -0000
32752              Message-Id: <20011108080807.30147.qmail@plover.com>
32753              
32754              Subject: bleadperl perl.pod
32755              From: mjd@plover.com
32756              Date: 8 Nov 2001 08:10:47 -0000
32757              Message-Id: <20011108081047.30178.qmail@plover.com>
32758              
32759              Subject: more bleadperl perl.pod
32760              From: mjd@plover.com
32761              Date: 8 Nov 2001 08:16:28 -0000
32762              Message-Id: <20011108081628.30229.qmail@plover.com>
32763      Branch: perl
32764            ! pod/perl.pod pod/perldebug.pod
32765 ____________________________________________________________________________
32766 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
32767         Log: Tweak for Cray-friendliness from Nicholas Clark.
32768      Branch: perl
32769            ! sv.c
32770 ____________________________________________________________________________
32771 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
32772         Log: VMS patch redo from Charles Lane.
32773      Branch: perl
32774            ! vms/gen_shrfls.pl
32775 ____________________________________________________________________________
32776 [ 12890] By: ams                                   on 2001/11/07  15:16:10
32777         Log: Subject: [ID 20011107.088] two perl pod nits
32778              From: lvirden@cas.org
32779              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
32780              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
32781      Branch: perl
32782            ! pod/perl.pod pod/perlfaq3.pod
32783 ____________________________________________________________________________
32784 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
32785         Log: Update Changes.
32786      Branch: perl
32787            ! Changes patchlevel.h
32788 ____________________________________________________________________________
32789 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
32790         Log: The (emulated) "no utf8" must be in a BEGIN block
32791              to be effective.
32792      Branch: perl
32793            ! lib/CGI/t/html.t
32794 ____________________________________________________________________________
32795 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
32796         Log: "v-strings" is the right term.
32797      Branch: perl
32798            ! pod/perltodo.pod
32799 ____________________________________________________________________________
32800 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
32801         Log: Add vstrings-as-objects need to perltodo.
32802      Branch: perl
32803            ! pod/perltodo.pod
32804 ____________________________________________________________________________
32805 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
32806         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
32807              From: Nicholas Clark <nick@ccl4.org>
32808              Date: Wed, 7 Nov 2001 14:36:32 +0000
32809              Message-ID: <20011107143631.I24980@plum.flirble.org>
32810      Branch: perl
32811            ! t/op/pack.t
32812 ____________________________________________________________________________
32813 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
32814         Log: The Embed test requires a major rewrite for VMS
32815              (plus it reveals a couple of annoying glitches
32816              in buffering), so skip the test for now; from
32817              Charles Lane.
32818      Branch: perl
32819            ! lib/ExtUtils/Embed.t
32820 ____________________________________________________________________________
32821 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
32822         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
32823              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32824              Date: Wed, 7 Nov 2001 09:23:28 EST
32825              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
32826              
32827              (Also i seems that an unrelated experimental patch
32828              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
32829      Branch: perl
32830            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
32831 ____________________________________________________________________________
32832 [ 12882] By: ams                                   on 2001/11/07  05:14:04
32833         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
32834              From: Mark-Jason Dominus <mjd@plover.com>
32835              Date: Wed, 07 Nov 2001 00:43:46 -0500
32836              Message-Id: <20011107054346.14428.qmail@plover.com>
32837      Branch: perl
32838            ! gv.c op.c toke.c
32839 ____________________________________________________________________________
32840 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
32841         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
32842              From: Michael G Schwern <schwern@pobox.com>             
32843              Date: Tue, 6 Nov 2001 22:04:39 -0500
32844              Message-ID: <20011106220439.D2858@blackrider>              
32845      Branch: perl
32846            ! lib/perl5db.pl
32847 ____________________________________________________________________________
32848 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
32849         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
32850              stress))
32851              From: Jonathan Stowe <gellyfish@gellyfish.com>
32852              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
32853              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
32854              
32855              (except for one hunk where indentation differs)
32856      Branch: perl
32857            ! lib/Term/Cap.t
32858 ____________________________________________________________________________
32859 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
32860         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
32861              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32862              Date: Tue, 6 Nov 2001 21:45:01 +0100
32863              Message-ID: <20011106214501.A704@rafael>
32864      Branch: perl
32865            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
32866            ! lib/File/Spec/Win32.pm
32867 ____________________________________________________________________________
32868 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
32869         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
32870              From: Michael G Schwern <schwern@pobox.com>              
32871              Date: Tue, 6 Nov 2001 20:58:45 -0500
32872              Message-ID: <20011106205845.G29411@blackrider>
32873      Branch: perl
32874            ! t/test.pl
32875 ____________________________________________________________________________
32876 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
32877         Log: Subject: making do_sprintf public       
32878              From: Doug MacEachern <dougm@covalent.net>    
32879              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
32880              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
32881      Branch: perl
32882            ! embed.h embed.pl global.sym
32883 ____________________________________________________________________________
32884 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
32885         Log: Update to CGI.pm 2.78.
32886              
32887              TODO: the test suite needs to be merged so that
32888              when in core, the core version is tested, and when
32889              using the CPAN version, testing the CPAN version.
32890              (the changes need to be sent to Lincoln, too...)
32891      Branch: perl
32892            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
32893            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
32894            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
32895            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
32896            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
32897            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
32898 ____________________________________________________________________________
32899 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
32900         Log: Integrate with perlio; (strictly) readonly hashes via XS.
32901      Branch: perl
32902           +> t/lib/access.t
32903           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
32904 ____________________________________________________________________________
32905 [ 12874] By: nick                                  on 2001/11/06  21:05:16
32906         Log: Keep It Simple and Stupid version of readonly hash support.
32907              - Test for SvREAONLY(hv) at a few spots in hv.c
32908              - add the error message to perldiag.pod
32909              - (dubious) add access::readonly() to univeral.c
32910              - add test using above
32911              - fixup ext/B/t/stash.t to account for access:: existing
32912      Branch: perlio
32913            + t/lib/access.t
32914            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
32915 ____________________________________________________________________________
32916 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
32917         Log: Fix incorrect warnings about broken globbing;
32918              from Andy Dougherty.
32919      Branch: perl
32920            ! hints/linux.sh
32921 ____________________________________________________________________________
32922 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
32923         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
32924              toggle-on from the encoding pragma.
32925      Branch: perl
32926            ! regcomp.c regexec.c
32927 ____________________________________________________________________________
32928 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
32929         Log: Retract #12824, doesn't help and is ignored
32930              by Configure anyway.
32931      Branch: perl
32932            ! hints/beos.sh
32933 ____________________________________________________________________________
32934 [ 12870] By: ams                                   on 2001/11/06  10:40:37
32935         Log: Subject: Cosmetic change
32936              From: H.Merijn Brand <h.m.brand@hccnet.nl>
32937              Date: Tue, 06 Nov 2001 12:30:52 +0100
32938              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
32939      Branch: perl
32940            ! README.hpux
32941 ____________________________________________________________________________
32942 [ 12869] By: nick                                  on 2001/11/06  08:26:40
32943         Log: Integrate mainline
32944      Branch: perlio
32945           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
32946           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
32947 ____________________________________________________________________________
32948 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
32949         Log: The parentheses are protected enough.
32950      Branch: perl
32951            ! hints/os390.sh
32952 ____________________________________________________________________________
32953 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
32954         Log: ccflags, not ldflags.
32955      Branch: perl
32956            ! hints/os390.sh
32957 ____________________________________________________________________________
32958 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
32959         Log: ... and the proto to go with #12865.
32960      Branch: perl
32961            ! proto.h
32962 ____________________________________________________________________________
32963 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
32964         Log: Oops.  Luckily nothing was using this symbol yet.
32965      Branch: perl
32966            ! global.sym
32967 ____________________________________________________________________________
32968 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
32969         Log: Implement the encoding pragma for regex literals.
32970      Branch: perl
32971            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
32972 ____________________________________________________________________________
32973 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
32974         Log: More UTF8 EXACT fixing.
32975      Branch: perl
32976            ! regexec.c
32977 ____________________________________________________________________________
32978 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
32979         Log: More re debugging.
32980      Branch: perl
32981            ! regexec.c
32982 ____________________________________________________________________________
32983 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
32984         Log: EXACT correction attempt.  Continued in #12863.
32985      Branch: perl
32986            ! regexec.c
32987 ____________________________________________________________________________
32988 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
32989         Log: Unterminated L<.
32990      Branch: perl
32991            ! ext/DB_File/DB_File.pm
32992 ____________________________________________________________________________
32993 [ 12859] By: nick                                  on 2001/11/05  19:15:17
32994         Log: Integrate mainline
32995      Branch: perlio
32996           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
32997           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
32998           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
32999           +> lib/Math/BigInt/t/sub_mbi.t
33000            - lib/Math/BigInt/t/Math/Subclass.pm
33001            - lib/Math/BigInt/t/subclass.t
33002           !> (integrate 30 files)
33003 ____________________________________________________________________________
33004 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
33005         Log: Regex debugging fixes from Hugo.
33006      Branch: perl
33007            ! regcomp.c regexec.c
33008 ____________________________________________________________________________
33009 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
33010         Log: IRIX: at some point the cc -version has started
33011              to output to stderr, not stdout any more.
33012      Branch: perl
33013            ! hints/irix_6.sh
33014 ____________________________________________________________________________
33015 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
33016         Log: Update Changes.
33017      Branch: perl
33018            ! Changes patchlevel.h
33019 ____________________________________________________________________________
33020 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
33021         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
33022      Branch: perl
33023            ! lib/File/Spec/Unix.pm
33024 ____________________________________________________________________________
33025 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
33026         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
33027              From: rgarciasuarez@free.fr
33028              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
33029              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
33030      Branch: perl
33031            ! lib/File/Spec/Unix.pm
33032 ____________________________________________________________________________
33033 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
33034         Log: Use config.arch in OS/390 where the combination of
33035              IEEE floats and ldflags is tricky.
33036      Branch: perl
33037            ! hints/os390.sh
33038 ____________________________________________________________________________
33039 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
33040         Log: Metaconfig unit change for #12851.
33041      Branch: metaconfig
33042            ! U/modified/Config_sh.U
33043 ____________________________________________________________________________
33044 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
33045         Log: Support a config.arch file, similar to config.over,
33046              but loaded just before it.
33047      Branch: perl
33048            ! Configure INSTALL
33049 ____________________________________________________________________________
33050 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
33051         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
33052              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33053              Date: Mon, 5 Nov 2001 14:26:24 +0100
33054              Message-ID: <20011105142624.C31977@rafael>
33055      Branch: perl
33056            ! lib/Symbol.pm lib/Symbol.t
33057 ____________________________________________________________________________
33058 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
33059         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
33060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33061              Date: Sun, 4 Nov 2001 22:28:57 +0100
33062              Message-ID: <20011104222857.C696@rafael>
33063      Branch: perl
33064            ! pod/perldebug.pod pod/perlpodspec.pod
33065 ____________________________________________________________________________
33066 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
33067         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
33068      Branch: perl
33069            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
33070 ____________________________________________________________________________
33071 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
33072         Log: Math::Big* test tweaks to work better with core:
33073              but the coast still not clear.
33074      Branch: perl
33075            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
33076            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
33077 ____________________________________________________________________________
33078 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
33079         Log: Protect against high load: measure how much wall
33080              clock time went by while sleeping.  Avoids some
33081              false negatives, while may introduce some false
33082              positives.  Life is hard.
33083      Branch: perl
33084            ! ext/Time/HiRes/HiRes.t
33085 ____________________________________________________________________________
33086 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
33087         Log: More forgotten from #12843.
33088      Branch: perl
33089            ! lib/Math/BigInt/t/bigfltpm.inc
33090 ____________________________________________________________________________
33091 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
33092         Log: Forgot from #12843.
33093      Branch: perl
33094            + lib/Math/BigInt/t/bigintpm.inc
33095            ! MANIFEST
33096 ____________________________________________________________________________
33097 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
33098         Log: Upgrade to Math::BigInt 1.45; from Tels.
33099              NOTE: some of the tests are failing but that's because
33100              the core integration is not yet done.
33101      Branch: perl
33102            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
33103            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
33104            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
33105            - lib/Math/BigInt/t/Math/Subclass.pm
33106            - lib/Math/BigInt/t/subclass.t
33107            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
33108            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
33109            ! lib/Math/BigInt/t/mbimbf.t
33110 ____________________________________________________________________________
33111 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
33112         Log: VMS: adds capability to control more configuration stuff with
33113              -D and -U switches; parsing config.sh to extract previous config
33114              info in VMS-form, and a rewrite of the "prompt/response" routine;
33115              from Charles Lane.
33116      Branch: perl
33117            ! configure.com
33118 ____________________________________________________________________________
33119 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
33120         Log: Subject: Typo correction in perldebguts.pod
33121              From: mjd@plover.com
33122              Date: 4 Nov 2001 16:20:05 -0000
33123              Message-ID: <20011104162005.16699.qmail@plover.com>
33124      Branch: perl
33125            ! pod/perldebguts.pod
33126 ____________________________________________________________________________
33127 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
33128         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
33129              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33130              Date: Sun, 4 Nov 2001 11:47:30 +0100
33131              Message-ID: <20011104114730.A715@rafael>
33132              
33133              Remove -T from the test, wrong place for that.
33134      Branch: perl
33135            ! lib/File/Temp/t/mktemp.t
33136 ____________________________________________________________________________
33137 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
33138         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
33139              From: Nicholas Clark <nick@ccl4.org>
33140              Date: Sun, 4 Nov 2001 10:41:24 +0000
33141              Message-ID: <20011104104123.U20123@plum.flirble.org>
33142      Branch: perl
33143            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
33144 ____________________________________________________________________________
33145 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
33146         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
33147              From: Michael G Schwern <schwern@pobox.com>
33148              Date: Sat, 3 Nov 2001 15:41:47 -0500
33149              Message-ID: <20011103154147.C600@blackrider>
33150      Branch: perl
33151            ! lib/Term/Cap.t
33152 ____________________________________________________________________________
33153 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
33154         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
33155              From: "Craig A. Berry" <craigberry@mac.com>     
33156              Date: Sat, 03 Nov 2001 16:02:28 -0600
33157              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
33158      Branch: perl
33159            ! ext/Time/HiRes/HiRes.t
33160 ____________________________________________________________________________
33161 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
33162         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
33163              From: "chromatic" <chromatic@rmci.net>
33164              Date: Sat, 03 Nov 2001 12:28:17 -0700
33165              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
33166      Branch: perl
33167            ! lib/Term/Cap.t
33168 ____________________________________________________________________________
33169 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
33170         Log: Don't bother doing POSIX charclass parsing if it
33171              possibly cannot be so.  Prepares way for charclass
33172              syntax like [[abc]||[def]] (or just [[abc][def]])
33173              for union, [[\w]&&[$a]] for intersection,
33174              and [[a-z]&&[^def]] for subtraction.
33175              
33176              Currently /[[a]/ (or /[a[]/) parses as a character
33177              class containing two characters, "[" and "a",
33178              this may have to be broken for the syntax described
33179              above, otherwise we would have to scan the whole pattern
33180              to find out whether the square brackets match pairwise.
33181              Luckily, the special case of "[" doesn't seem to be
33182              documented (as opposed to "]" and "-"), so we may have
33183              better story for breaking it...  One can always use \[
33184              if one wants a literal "[", so there.
33185      Branch: perl
33186            ! regcomp.c
33187 ____________________________________________________________________________
33188 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
33189         Log: Comment correction.
33190      Branch: perl
33191            ! regcomp.c
33192 ____________________________________________________________________________
33193 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
33194         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
33195              The latter is a RedHatism.
33196      Branch: perl
33197            ! lib/ExtUtils/MakeMaker.pm
33198 ____________________________________________________________________________
33199 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
33200         Log: Integrate perlio:
33201              
33202              [ 12830]
33203              Fix clone_leak problem.
33204              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
33205              as vestige of calling PerlLIO_dup().
33206              
33207              [ 12829]
33208              Tweaks attempting to locate Doug's clone_leak leak.
33209              - add some PerlIO_debug()
33210              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
33211              - Even if it closing stdout etc. do a fflush()
33212      Branch: perl
33213           !> perlio.c
33214 ____________________________________________________________________________
33215 [ 12831] By: nick                                  on 2001/11/03  11:42:15
33216         Log: Integrate mainline
33217      Branch: perlio
33218           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
33219           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
33220           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
33221           !> sv.c t/test.pl
33222 ____________________________________________________________________________
33223 [ 12830] By: nick                                  on 2001/11/03  10:27:34
33224         Log: Fix clone_leak problem.
33225              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
33226              as vestige of calling PerlLIO_dup().
33227      Branch: perlio
33228            ! perlio.c
33229 ____________________________________________________________________________
33230 [ 12829] By: nick                                  on 2001/11/03  09:40:46
33231         Log: Tweaks attempting to locate Doug's clone_leak leak.
33232              - add some PerlIO_debug()
33233              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
33234              - Even if it closing stdout etc. do a fflush()
33235      Branch: perlio
33236            ! perlio.c
33237 ____________________________________________________________________________
33238 [ 12828] By: nick                                  on 2001/11/03  08:34:31
33239         Log: Integrate mainline
33240      Branch: perlio
33241           !> (integrate 54 files)
33242 ____________________________________________________________________________
33243 [ 12827] By: ams                                   on 2001/11/03  03:45:19
33244         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
33245              remove this later). Based on a patch from Robert Spier in
33246              <15330.61459.14452.795263@rls.cx>.
33247      Branch: perl
33248            ! sv.c
33249 ____________________________________________________________________________
33250 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
33251         Log: microperl sync.
33252      Branch: perl
33253            ! doio.c perl.c perl.h perlio.c regexec.c
33254 ____________________________________________________________________________
33255 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
33256         Log: Definitions for the Unicode Newline Guidelines.
33257      Branch: perl
33258            ! perl.h
33259 ____________________________________________________________________________
33260 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
33261         Log: (retracted by #12871)
33262              
33263              There is no csh of any kind in default BeOS.
33264              For the purposes of miniperl globbing, bash
33265              will do.
33266      Branch: perl
33267            ! hints/beos.sh
33268 ____________________________________________________________________________
33269 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
33270         Log: Integrate change #12820 from macperl to maint and blead;
33271              
33272              Fix up (dynaloading) to work properly with multiplicity
33273      Branch: maint-5.6/perl
33274           !> ext/DynaLoader/dl_mac.xs
33275      Branch: perl
33276           !> ext/DynaLoader/dl_mac.xs
33277 ____________________________________________________________________________
33278 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
33279         Log: Several fixes for various exit problems and clearing out
33280              task queue, as well as another (incomplete) go at
33281              fixing error message handling
33282      Branch: maint-5.6/macperl
33283            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
33284 ____________________________________________________________________________
33285 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
33286         Log: Add source files for bleadperl builds
33287      Branch: maint-5.6/macperl
33288            ! macos/Makefile.mk
33289 ____________________________________________________________________________
33290 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
33291         Log: Fix up to work properly with multiplicity
33292      Branch: maint-5.6/macperl
33293            ! ext/DynaLoader/dl_mac.xs
33294 ____________________________________________________________________________
33295 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
33296         Log: Integrate with maintperl.
33297      Branch: maint-5.6/macperl
33298           +> t/op/system.t t/op/system_tests
33299           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
33300           !> pod/perltodo.pod util.c win32/win32.c
33301 ____________________________________________________________________________
33302 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
33303         Log: Locate _PATH_LOG if it's a socket even if not #defined
33304              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
33305              via Nick Clark.
33306      Branch: perl
33307            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
33308 ____________________________________________________________________________
33309 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
33310         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
33311              From: Michael G Schwern <schwern@pobox.com>
33312              Date: Fri, 2 Nov 2001 15:36:41 -0500
33313              Message-ID: <20011102153641.E23234@blackrider>
33314      Branch: perl
33315            ! t/test.pl
33316 ____________________________________________________________________________
33317 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
33318         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
33319              From: merlyn@stonehenge.com (Randal L. Schwartz)
33320              Date: 02 Nov 2001 09:33:34 -0800
33321              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
33322              
33323              (two of the changes)
33324              
33325              Better coexistence with extensions.
33326      Branch: perl
33327            ! ext/Errno/Errno_pm.PL hints/darwin.sh
33328 ____________________________________________________________________________
33329 [ 12815] By: ams                                   on 2001/11/02  16:47:43
33330         Log: Subject: Re: [PATCH] the the double double word word fix fix
33331              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
33332              Date: Fri, 02 Nov 2001 19:43:07 +0100
33333              Message-Id: <3BE2E93B.627C198E@alcatel.at>
33334      Branch: perl
33335            ! pod/perldebug.pod
33336 ____________________________________________________________________________
33337 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
33338         Log: Update Changes.
33339      Branch: perl
33340            ! Changes patchlevel.h
33341 ____________________________________________________________________________
33342 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
33343         Log: More encoding testing.
33344      Branch: perl
33345            ! lib/encoding.pm lib/encoding.t
33346 ____________________________________________________________________________
33347 [ 12812] By: ams                                   on 2001/11/02  15:07:11
33348         Log: Slight modification of #12811.
33349      Branch: perl
33350            ! op.c
33351 ____________________________________________________________________________
33352 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
33353         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
33354              From: Radu Greab <radu@netsoft.ro>
33355              Date: Fri, 2 Nov 2001 15:28:58 +0200
33356              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
33357      Branch: perl
33358            ! op.c t/op/stat.t
33359 ____________________________________________________________________________
33360 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
33361         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
33362              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33363              Date: Thu, 1 Nov 2001 22:35:50 +0100
33364              Message-ID: <20011101223550.A10849@rafael>
33365      Branch: perl
33366            ! lib/ExtUtils/Embed.t
33367 ____________________________________________________________________________
33368 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
33369         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
33370              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33371              Date: 2 Nov 2001 14:48:51 -0000
33372              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
33373      Branch: perl
33374            ! lib/File/Find.pm
33375 ____________________________________________________________________________
33376 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
33377         Log: Add documentation.
33378      Branch: perl
33379            ! embed.pl pod/perlapi.pod utf8.c
33380 ____________________________________________________________________________
33381 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
33382         Log: Unicode: add ToFold mapping.  Not used yet; but basically
33383              a more useful mapping for caseless aka case-ignoring than
33384              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
33385              algorithm for creating the foldings uses equivalence classes,
33386              see http://www.unicode.org/unicode/reports/tr21/
33387              Hopefully this feature will be used in //i.
33388              (The folding tables were introduced by #12689.)
33389      Branch: perl
33390            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
33391            ! utf8.c
33392 ____________________________________________________________________________
33393 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
33394         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
33395              From: "Craig A. Berry" <craigberry@mac.com>
33396              Date: Fri, 02 Nov 2001 00:03:52 -0600
33397              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
33398      Branch: perl
33399            ! lib/AutoSplit.t
33400 ____________________________________________________________________________
33401 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
33402         Log: Subject: Trivial doc patch
33403              From: andreas.koenig@anima.de (Andreas J. Koenig)
33404              Date: 02 Nov 2001 06:11:35 +0100
33405              Message-ID: <m37kt94v08.fsf@anima.de>
33406      Branch: perl
33407            ! pod/perlport.pod
33408 ____________________________________________________________________________
33409 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
33410         Log: Make encoding and charnames pragmas coexist.
33411      Branch: perl
33412            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
33413 ____________________________________________________________________________
33414 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
33415         Log: The basic character classes seem to go untested with Unicode.
33416      Branch: perl
33417            ! t/op/pat.t
33418 ____________________________________________________________________________
33419 [ 12802] By: ams                                   on 2001/11/02  00:39:36
33420         Log: Subject: [PATCH] the the double double word word fix fix
33421              From: Richard Soderberg <rs@oregonnet.com>
33422              Date: Thu, 1 Nov 2001 13:12:03 -0800
33423              Message-Id: <200111012112.NAA23288@oregonnet.com>
33424              
33425              Subject: Re: [PATCH] the the double double word word fix fix
33426              From: Mark-Jason Dominus <mjd@plover.com>
33427              Date: Thu, 01 Nov 2001 16:43:40 -0500
33428              Message-Id: <20011101214340.2044.qmail@plover.com>
33429              
33430              Subject: Re: [PATCH] the the double double word word fix fix
33431              From: Mark-Jason Dominus <mjd@plover.com>
33432              Date: Thu, 01 Nov 2001 16:51:39 -0500
33433              Message-Id: <20011101215139.2196.qmail@plover.com>
33434      Branch: perl
33435            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
33436            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
33437            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
33438            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
33439            ! pod/perltodo.pod pod/perlxstut.pod
33440 ____________________________________________________________________________
33441 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
33442         Log: Comment tweaks.
33443      Branch: perl
33444            ! toke.c
33445 ____________________________________________________________________________
33446 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
33447         Log: FAQ sync.
33448      Branch: perl
33449            ! pod/perlfaq9.pod
33450 ____________________________________________________________________________
33451 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
33452         Log: If an encoding is set by -M/-m, it must be in
33453              effect only for the actual script, not any other
33454              required/-M/-m'ed module, otherwise we enter a nasty
33455              recursion in regexec.c while trying to init the simple
33456              UTF-8 charclasses like PL_utf8_alnum.
33457      Branch: perl
33458            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
33459 ____________________________________________________________________________
33460 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
33461         Log: A bit more descriptive name.
33462      Branch: perl
33463            ! mg.c
33464 ____________________________________________________________________________
33465 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
33466         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
33467              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33468              Date: Wed, 31 Oct 2001 13:47:04 EST
33469              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
33470      Branch: perl
33471            ! ext/Time/HiRes/HiRes.t
33472 ____________________________________________________________________________
33473 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
33474         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
33475              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33476              Date: Wed, 31 Oct 2001 13:43:29 EST
33477              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
33478      Branch: perl
33479            ! mg.c
33480 ____________________________________________________________________________
33481 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
33482         Log: Subject: [PATCH] Various test cleanups
33483              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33484              Date: Tue, 30 Oct 2001 21:56:26 +0100
33485              Message-ID: <20011030215626.A28503@rafael>
33486      Branch: perl
33487            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
33488            ! ext/DB_File/t/db-recno.t ext/Encode.t
33489 ____________________________________________________________________________
33490 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
33491         Log: Update Changes.
33492      Branch: perl
33493            ! Changes patchlevel.h
33494 ____________________________________________________________________________
33495 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
33496         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
33497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
33498              Date: Wed, 31 Oct 2001 17:16:39 +0100
33499              Message-ID: <20011031171639.A32511@rafael>
33500      Branch: perl
33501            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
33502 ____________________________________________________________________________
33503 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
33504         Log: Skip message nit.
33505      Branch: perl
33506            ! t/io/fs.t
33507 ____________________________________________________________________________
33508 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
33509         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
33510              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33511              Date: 31 Oct 2001 14:49:37 -0000
33512              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
33513      Branch: perl
33514            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
33515 ____________________________________________________________________________
33516 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
33517         Log: Extend the effect of the encoding pragma to chr() and ord().
33518              
33519              TODO: regex literals, reentrancy problems with the utf8
33520              and charnames pragmas.
33521      Branch: perl
33522            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
33523 ____________________________________________________________________________
33524 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
33525         Log: Doc tweaks.
33526      Branch: perl
33527            ! lib/encoding.pm
33528 ____________________________________________________________________________
33529 [ 12788] By: nick                                  on 2001/10/31  08:59:56
33530         Log: Integrate mainline
33531      Branch: perlio
33532           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
33533           !> (integrate 49 files)
33534 ____________________________________________________________________________
33535 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
33536         Log: Forgot new proto.
33537      Branch: perl
33538            ! proto.h
33539 ____________________________________________________________________________
33540 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
33541         Log: Clarification: use encoding cannot be used to
33542              change the default encoding of "your whole script";
33543              only the default encoding of the *data*.  Also, it
33544              seems that "use encoding" does not mix with "use utf8"
33545              (a coredumping recursion ensues).  Should not be a huge
33546              problem since "use utf8" is pretty marginal nowadays.
33547      Branch: perl
33548            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
33549 ____________________________________________________________________________
33550 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
33551         Log: More documentation for the encode pragma.
33552      Branch: perl
33553            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
33554            ! pod/perlapi.pod pod/perlunicode.pod sv.c
33555 ____________________________________________________________________________
33556 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
33557         Log: Thinko in #12783.
33558      Branch: perl
33559            ! sv.c
33560 ____________________________________________________________________________
33561 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
33562         Log: Make sv_recode_to_utf8() a real API: the encoding
33563              is a parameter, instead of a global.  Document the
33564              PERL_ENCODING.
33565      Branch: perl
33566            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
33567            ! toke.c
33568 ____________________________________________________________________________
33569 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
33570         Log: Enable -Mencoding=foobar also for string literals.
33571      Branch: perl
33572            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
33573            ! pod/perlapi.pod proto.h sv.c toke.c
33574 ____________________________________________________________________________
33575 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
33576         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
33577              From: Andy Dougherty <doughera@lafayette.edu>
33578              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
33579              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
33580      Branch: perl
33581            ! ext/POSIX/hints/svr4.pl
33582 ____________________________________________________________________________
33583 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
33584         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
33585              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33586              Date: Mon, 29 Oct 2001 23:11:58 -0000
33587              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
33588              
33589              Add compat.h.
33590      Branch: perl
33591            ! lib/h2xs.t utils/h2xs.PL
33592 ____________________________________________________________________________
33593 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
33594         Log: Subject: PerlIOBuf_dup
33595              From: Nicholas Clark <nick@ccl4.org>              
33596              Date: Mon, 29 Oct 2001 21:52:35 +0000             
33597              Message-ID: <20011029215235.K41204@plum.flirble.org>
33598              
33599              Add prototype.
33600      Branch: perl
33601            ! perliol.h
33602 ____________________________________________________________________________
33603 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
33604         Log: Subject: [PATCH] Make malloc.c errors more useful
33605              From: Richard Soderberg <rs@oregonnet.com>
33606              Date: Mon, 29 Oct 2001 22:28:02 -0800
33607              Message-Id: <200110300628.WAA11025@oregonnet.com>
33608      Branch: perl
33609            ! malloc.c
33610 ____________________________________________________________________________
33611 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
33612         Log: Retract #12776 - the bug 19990906.001 is still valid.
33613      Branch: perl
33614            ! t/run/kill_perl.t
33615 ____________________________________________________________________________
33616 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
33617         Log: (Retracted by #12777)
33618              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
33619              From: Michael G Schwern <schwern@pobox.com> 
33620              Date: Mon, 29 Oct 2001 23:01:08 -0500
33621              Message-ID: <20011029230108.G18053@blackrider>
33622      Branch: perl
33623            ! t/run/kill_perl.t
33624 ____________________________________________________________________________
33625 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
33626         Log: Comment nits.
33627      Branch: perl
33628            ! lib/encoding.t
33629 ____________________________________________________________________________
33630 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
33631         Log: integrate change#12772 from mainline
33632              
33633              Subject: [PATCH] Mommy, what's a pointer cast?
33634      Branch: maint-5.6/perl
33635            ! perl.h
33636 ____________________________________________________________________________
33637 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
33638         Log: Subject: [PATCH] Mommy, what's a pointer cast?
33639              From: Richard Soderberg <rs@oregonnet.com>
33640              Date: Mon, 29 Oct 2001 17:01:10 -0800
33641              Message-Id: <200110300101.RAA31561@oregonnet.com>
33642              
33643              (threads* parts)
33644      Branch: perl
33645            ! ext/threads/shared/shared.xs ext/threads/threads.xs
33646 ____________________________________________________________________________
33647 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
33648         Log: Subject: [PATCH] Mommy, what's a pointer cast?
33649              From: Richard Soderberg <rs@oregonnet.com>
33650              Date: Mon, 29 Oct 2001 17:01:10 -0800
33651              Message-Id: <200110300101.RAA31561@oregonnet.com>
33652              
33653              (the perl.h part)
33654      Branch: perl
33655            ! perl.h
33656 ____________________________________________________________________________
33657 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
33658         Log: Subject: [PATCH] OpenBSD likes signal.h 
33659              From: Richard Soderberg <rs@oregonnet.com>
33660              Date: Mon, 29 Oct 2001 17:00:31 -0800
33661              Message-Id: <200110300100.RAA31533@oregonnet.com>
33662      Branch: perl
33663            ! unixish.h
33664 ____________________________________________________________________________
33665 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
33666         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
33667              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33668              Date: Mon, 29 Oct 2001 23:04:23 -0000
33669              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
33670      Branch: perl
33671            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
33672            ! ext/DB_File/t/db-recno.t
33673 ____________________________________________________________________________
33674 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
33675         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
33676              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
33677              Date: Mon, 29 Oct 2001 12:34:07 -0600
33678              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
33679      Branch: perl
33680            ! ext/Time/HiRes/HiRes.t
33681 ____________________________________________________________________________
33682 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
33683         Log: Update Changes.
33684      Branch: perl
33685            ! Changes patchlevel.h
33686 ____________________________________________________________________________
33687 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
33688         Log: AIX needs an explicit symbol export list.
33689      Branch: perl
33690            ! lib/ExtUtils/Embed.t
33691 ____________________________________________________________________________
33692 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
33693         Log: The test (and the module) would require some
33694              quality hacking time to work on EBCDIC.  Based on
33695              the test results nothing seems to be majorly broken,
33696              the module just seems to have strange assumptions:
33697              got: ''\226\225\205'
33698              expected: ''one'
33699              The \226\225\205 being, of course, 'one', in EBCDIC.
33700      Branch: perl
33701            ! lib/Dumpvalue.t
33702 ____________________________________________________________________________
33703 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
33704         Log: Mark the test known to be failing in EBCDIC.
33705      Branch: perl
33706            ! t/op/tr.t
33707 ____________________________________________________________________________
33708 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
33709         Log: None of the libnet modules are going to work in
33710              EBCDIC without the Convert::EBCDIC.
33711      Branch: perl
33712            ! t/lib/1_compile.t
33713 ____________________________________________________________________________
33714 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
33715         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
33716      Branch: perl
33717            ! t/op/pack.t
33718 ____________________________________________________________________________
33719 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
33720         Log: UTF-EBCDIC ain't UTF-8.
33721      Branch: perl
33722            ! t/op/pack.t
33723 ____________________________________________________________________________
33724 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
33725         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
33726      Branch: perl
33727            ! t/lib/1_compile.t
33728 ____________________________________________________________________________
33729 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
33730         Log: Let's not assume ASCII.
33731      Branch: perl
33732            ! t/op/lc.t
33733 ____________________________________________________________________________
33734 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
33735         Log: Call the new perlio symbols differently.
33736      Branch: perl
33737            ! makedef.pl
33738 ____________________________________________________________________________
33739 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
33740         Log: Don't expect ASCII ordering.
33741      Branch: perl
33742            ! lib/ExtUtils/Manifest.t
33743 ____________________________________________________________________________
33744 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
33745         Log: Forgot from #12756.
33746      Branch: perl
33747            ! perlio.h
33748 ____________________________________________________________________________
33749 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
33750         Log: BeOS tweaks:
33751              - fseeko and ftello can be found by Configure but
33752              we do not seem to have prototypes for them so
33753              let's make up some
33754              - BeOS didn't use to have real sockets (sockets as
33755              filedescriptors) but the BONE package is supposed
33756              to fix this.  I do not know how to detect BONEness,
33757              see hints/beos.sh for a spot that needs to fixed.
33758              - BeOS has O_TEXT != O_BINARY but has no setmode()
33759      Branch: perl
33760            ! hints/beos.sh perlio.c
33761 ____________________________________________________________________________
33762 [ 12755] By: sky                                   on 2001/10/29  12:56:12
33763         Log: Ugly fix to not die when a thread creator is holding locks.
33764      Branch: perl
33765            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
33766            ! ext/threads/threads.xs
33767 ____________________________________________________________________________
33768 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
33769         Log: Integrate change #12752 from maintperl;
33770              
33771              croak(Nullch) wasn't printing the contents of ERRSV if there was
33772              no outer eval (bug in change#6125)
33773      Branch: perl
33774           !> util.c
33775 ____________________________________________________________________________
33776 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
33777         Log: Subject: [PATCH h2xs] Use of static data in XS modules
33778              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33779              Date: Sun, 28 Oct 2001 21:19:07 -0000
33780              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
33781              
33782              with nits from Sarathy.
33783      Branch: perl
33784            ! utils/h2xs.PL
33785 ____________________________________________________________________________
33786 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
33787         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
33788              no outer eval (bug in change#6125)
33789      Branch: maint-5.6/perl
33790            ! util.c
33791 ____________________________________________________________________________
33792 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
33793         Log: More todo for the encoding pragma.
33794      Branch: perl
33795            ! lib/encoding.pm
33796 ____________________________________________________________________________
33797 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
33798         Log: Add the encoding pragma to control the "upgrade"
33799              from the native eight bit data to Unicode.
33800              
33801              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
33802      Branch: perl
33803            + lib/encoding.pm lib/encoding.t
33804            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
33805            ! pod/perlunicode.pod pod/perlvar.pod sv.c
33806 ____________________________________________________________________________
33807 [ 12749] By: sky                                   on 2001/10/28  21:02:33
33808         Log: Update documentation.
33809      Branch: perl
33810            ! ext/threads/shared/shared.pm
33811 ____________________________________________________________________________
33812 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
33813         Log: Integrate change #12747 from maintperl;
33814              
33815              finishing touches to system() fixes on windows:
33816              * detect cmd shell correctly even if it had full path in it
33817              * more quoting needed for single-arg system if the argument
33818              really had multiple quoted arguments within it
33819              * be smarter about not calling the shell when the executable
33820              has spaces, but otherwise does not need shell involvement
33821              * add a testsuite (windows-specific currently)
33822      Branch: perl
33823           +> t/op/system.t t/op/system_tests
33824            ! MANIFEST pod/perltodo.pod
33825           !> win32/win32.c
33826 ____________________________________________________________________________
33827 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
33828         Log: finishing touches to system() fixes on windows:
33829              * detect cmd shell correctly even if it had full path in it
33830              * more quoting needed for single-arg system if the argument
33831              really had multiple quoted arguments within it
33832              * be smarter about not calling the shell when the executable
33833              has spaces, but otherwise does not need shell involvement
33834              * add a testsuite (windows-specific currently)
33835      Branch: maint-5.6/perl
33836            + t/op/system.t t/op/system_tests
33837            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
33838 ____________________________________________________________________________
33839 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
33840         Log: Integrate perlio:
33841              
33842              [ 12745]
33843              Mingw32 fixup for Embed.t
33844              
33845              [ 12744]
33846              GCC vs MS 64-bit constant syntax
33847      Branch: perl
33848           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
33849 ____________________________________________________________________________
33850 [ 12745] By: nick                                  on 2001/10/28  16:08:14
33851         Log: Mingw32 fixup for Embed.t
33852      Branch: perlio
33853            ! lib/ExtUtils/Embed.t
33854 ____________________________________________________________________________
33855 [ 12744] By: nick                                  on 2001/10/28  15:54:14
33856         Log: GCC vs MS 64-bit constant syntax
33857      Branch: perlio
33858            ! ext/Time/HiRes/HiRes.xs
33859 ____________________________________________________________________________
33860 [ 12743] By: nick                                  on 2001/10/28  15:42:55
33861         Log: Integrate mainline
33862      Branch: perlio
33863           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
33864 ____________________________________________________________________________
33865 [ 12742] By: sky                                   on 2001/10/28  14:47:10
33866         Log: Manpage updates.
33867      Branch: perl
33868            ! ext/threads/threads.pm
33869 ____________________________________________________________________________
33870 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
33871         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
33872      Branch: perl
33873            ! lib/ExtUtils/Embed.t
33874 ____________________________________________________________________________
33875 [ 12740] By: nick                                  on 2001/10/28  14:14:24
33876         Log: Integrate mainline
33877      Branch: perlio
33878           !> lib/ExtUtils/Embed.t win32/win32.c
33879 ____________________________________________________________________________
33880 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
33881         Log: Need to be ./executed.
33882      Branch: perl
33883            ! lib/ExtUtils/Embed.t
33884 ____________________________________________________________________________
33885 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
33886         Log: Integrate perlio:
33887              
33888              [ 12737]
33889              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
33890              by gcc -xc++.
33891              
33892              [ 12736]
33893              Have :stdio layer update an honour the fd refcnt table.
33894              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
33895      Branch: perl
33896           !> perlio.c win32/win32.h
33897 ____________________________________________________________________________
33898 [ 12737] By: nick                                  on 2001/10/28  13:53:45
33899         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
33900              by gcc -xc++.
33901      Branch: perlio
33902            ! win32/win32.h
33903 ____________________________________________________________________________
33904 [ 12736] By: nick                                  on 2001/10/28  13:50:50
33905         Log: Have :stdio layer update an honour the fd refcnt table.
33906              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
33907      Branch: perlio
33908            ! perlio.c
33909 ____________________________________________________________________________
33910 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
33911         Log: Integrate changes #12724 and #12725 from maintperl;
33912              multiarg system now works.
33913      Branch: perl
33914           !> win32/win32.c
33915 ____________________________________________________________________________
33916 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
33917         Log: Integrate perlio:
33918              
33919              [ 12733]
33920              Use fd refcounts to solve the problem highlighted by new Embed.t, at
33921              least for PERLIO=perlio unthreaded case
33922              
33923              [ 12732]
33924              Typo in exe name
33925              
33926              [ 12730]
33927              Fixup Embed.t for Win32/VC++
33928              
33929              [ 12729]
33930              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
33931              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
33932              ExtUtils::Embed.
33933              
33934              [ 12711]
33935              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
33936              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
33937              
33938              [ 12557]
33939              All tests pass (legitimately) on ithreads
33940              
33941              [ 12555]
33942              Restore non-ithreads build. Interestingly binmode test passes
33943              non-ithreads - so crlf layer is not damaged and ithreads fail
33944              is a symptom ...
33945              
33946              [ 12552]
33947              Win32 PerlIO_cleanup special cases should no longer be required.
33948              
33949              [ 12551]
33950              Multiple win32io.o is fatal for GCC (and noise with VC++)
33951              
33952              [ 12547]
33953              Convert rest of PerlIO's memory tables to per-interp and add clone functions
33954              for them. Call explicit cleanup during destruct process.
33955              - one binmode test is failing
33956              - also ext/threads/t/basic.t fails under make test, and is noisy under
33957              harness. (Threads results are intermingled and don't match order expected.)
33958              
33959              [ 12544]
33960              PerlIO layer table as PL_perlio (per-interpreter)
33961              
33962              [ 12541]
33963              Fix typos in new locking on MemShared
33964              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
33965              - seems to make segfaults more deterministic - suspect they are 
33966              attempt to free() after Interp and Host have gone.
33967              
33968              [ 12540]
33969              Remove the MemShared re-#define (again)
33970              
33971              [ 12539]
33972              Use locks on MemShared
33973      Branch: perl
33974           +> lib/ExtUtils/Embed.t
33975           !> MANIFEST perlio.c
33976 ____________________________________________________________________________
33977 [ 12733] By: nick                                  on 2001/10/28  13:07:16
33978         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
33979              least for PERLIO=perlio unthreaded case
33980      Branch: perlio
33981            ! perlio.c
33982 ____________________________________________________________________________
33983 [ 12732] By: nick                                  on 2001/10/28  11:10:24
33984         Log: Typo in exe name
33985      Branch: perlio
33986            ! lib/ExtUtils/Embed.t
33987 ____________________________________________________________________________
33988 [ 12731] By: nick                                  on 2001/10/28  11:09:59
33989         Log: Integrate Mainline
33990      Branch: perlio
33991           !> Changes configure.com ext/DB_File/DB_File.pm
33992           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
33993           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
33994           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
33995           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
33996           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
33997           !> t/TEST t/op/regexp.t win32/buildext.pl
33998 ____________________________________________________________________________
33999 [ 12730] By: nick                                  on 2001/10/28  11:05:35
34000         Log: Fixup Embed.t for Win32/VC++
34001      Branch: perlio
34002            ! lib/ExtUtils/Embed.t
34003 ____________________________________________________________________________
34004 [ 12729] By: nick                                  on 2001/10/28  09:36:20
34005         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
34006              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
34007              ExtUtils::Embed.
34008      Branch: perlio
34009            + lib/ExtUtils/Embed.t
34010            ! MANIFEST
34011 ____________________________________________________________________________
34012 [ 12728] By: sky                                   on 2001/10/28  08:12:53
34013         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
34014              line manually!
34015      Branch: perl
34016            ! lib/ExtUtils/xsubpp
34017 ____________________________________________________________________________
34018 [ 12727] By: sky                                   on 2001/10/28  08:02:09
34019         Log: And here we use the prototypes.
34020      Branch: perl
34021            ! ext/threads/shared/shared.xs
34022 ____________________________________________________________________________
34023 [ 12726] By: sky                                   on 2001/10/28  08:00:48
34024         Log: Support [] style prototypes.
34025      Branch: perl
34026            ! lib/ExtUtils/xsubpp
34027 ____________________________________________________________________________
34028 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
34029         Log: yet another multi-arg system() fix on windows: batch files as the
34030              first argument (i.e. directly executed by CreateProcess()) need
34031              extra quoting to escape shell-shock
34032      Branch: maint-5.6/perl
34033            ! win32/win32.c
34034 ____________________________________________________________________________
34035 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
34036         Log: another multi-arg system() fix on windows: passing empty arguments
34037              now works
34038      Branch: maint-5.6/perl
34039            ! win32/win32.c
34040 ____________________________________________________________________________
34041 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
34042         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
34043              No final #else #error because we do not seem to
34044              be using #error?
34045      Branch: perl
34046            ! op.h
34047 ____________________________________________________________________________
34048 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
34049         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
34050              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
34051              Date: Sat, 27 Oct 2001 23:28:44 EST 
34052              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
34053      Branch: perl
34054            ! ext/Time/HiRes/HiRes.xs
34055 ____________________________________________________________________________
34056 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
34057         Log: Regen perlapi, perltoc.
34058      Branch: perl
34059            ! pod/perlapi.pod pod/perltoc.pod
34060 ____________________________________________________________________________
34061 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
34062         Log: Subject: [PATCH] sv.h documentation
34063              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
34064              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
34065              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
34066      Branch: perl
34067            ! sv.h
34068 ____________________________________________________________________________
34069 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
34070         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
34071              system("nmake -nologo", "clean") and there is no executable
34072              called "nmake -nologo"; this used to "work" pre-change#12559 due
34073              to bugs in multiarg system() that have since been fixed
34074      Branch: perl
34075            ! win32/buildext.pl
34076 ____________________________________________________________________________
34077 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
34078         Log: Update Changes.
34079      Branch: perl
34080            ! Changes patchlevel.h
34081 ____________________________________________________________________________
34082 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
34083         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
34084              From: Richard.Foley@t-online.de (Richard Foley)            
34085              Date: Sun, 28 Oct 2001 00:48:32 +0200
34086              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
34087      Branch: perl
34088            ! pod/perlhack.pod
34089 ____________________________________________________________________________
34090 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
34091         Log: Must store pointers with the right width.
34092      Branch: perl
34093            ! op.h
34094 ____________________________________________________________________________
34095 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
34096         Log: Integrate change #12711 from perlio;
34097              
34098              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
34099              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
34100      Branch: perl
34101           !> perlio.c
34102 ____________________________________________________________________________
34103 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
34104         Log: Subject: [PATCH] make minitest
34105              From: Nicholas Clark <nick@ccl4.org>
34106              Date: Sat, 27 Oct 2001 22:56:16 +0100
34107              Message-ID: <20011027225616.L20275@plum.flirble.org>
34108      Branch: perl
34109            ! t/TEST
34110 ____________________________________________________________________________
34111 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
34112         Log: Patch #12661 missed this.
34113      Branch: perl
34114            ! ext/DB_File/DB_File.pm
34115 ____________________________________________________________________________
34116 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
34117         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
34118              From: "Craig A. Berry" <craigberry@mac.com>
34119              Date: Sat, 27 Oct 2001 16:07:47 -0500
34120              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
34121      Branch: perl
34122            ! configure.com perlio.c
34123 ____________________________________________________________________________
34124 [ 12711] By: nick                                  on 2001/10/27  19:49:25
34125         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
34126              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
34127      Branch: perlio
34128            ! perlio.c
34129 ____________________________________________________________________________
34130 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
34131         Log: Let's not replace reason if there's one already supplied.
34132      Branch: perl
34133            ! t/op/regexp.t
34134 ____________________________________________________________________________
34135 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
34136         Log: is not good.
34137      Branch: perl
34138            ! t/op/regexp.t
34139 ____________________________________________________________________________
34140 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
34141         Log: ldlibpth can exist but be unset.
34142      Branch: perl
34143            ! t/TEST
34144 ____________________________________________________________________________
34145 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
34146         Log: Unicode: property alias naming cleanup.
34147      Branch: perl
34148            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
34149 ____________________________________________________________________________
34150 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
34151         Log: FAQ sync.
34152      Branch: perl
34153            ! pod/perlfaq4.pod
34154 ____________________________________________________________________________
34155 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
34156         Log: Integrate change #12703 from maintperl;
34157              
34158              typemap stuff intervenes before declaration, move it to PREINIT
34159              section
34160              
34161              (an empty integrate, but now the files are in sync
34162              between the branches)
34163      Branch: perl
34164           !> ext/ODBM_File/ODBM_File.xs
34165 ____________________________________________________________________________
34166 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
34167         Log: More PerlIO symbols.
34168      Branch: perl
34169            ! makedef.pl
34170 ____________________________________________________________________________
34171 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
34172         Log: typemap stuff intervenes before declaration, move it to PREINIT
34173              section
34174      Branch: maint-5.6/perl
34175            ! ext/ODBM_File/ODBM_File.xs
34176 ____________________________________________________________________________
34177 [ 12702] By: nick                                  on 2001/10/27  14:09:35
34178         Log: Integrate mainline
34179      Branch: perlio
34180           +> ext/threads/shared/t/av_simple.t
34181           +> ext/threads/shared/t/hv_refs.t
34182           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
34183           !> (integrate 109 files)
34184 ____________________________________________________________________________
34185 [ 12700] By: ams                                   on 2001/10/26  21:22:23
34186         Log: Subject: [PATCH] tweak divide
34187              From: Nicholas Clark <nick@ccl4.org>
34188              Date: Fri, 26 Oct 2001 22:52:17 +0100
34189              Message-Id: <20011026225217.B20275@plum.flirble.org>
34190      Branch: perl
34191            ! pp.c
34192 ____________________________________________________________________________
34193 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
34194         Log: Integrate a buncha things from maintperl.
34195      Branch: maint-5.6/macperl
34196           !> (integrate 32 files)
34197 ____________________________________________________________________________
34198 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
34199         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
34200              From: Andy Dougherty <doughera@lafayette.edu>
34201              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
34202              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
34203      Branch: perl
34204            ! hints/svr4.sh
34205 ____________________________________________________________________________
34206 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
34207         Log: When you're root, many things become writable.
34208      Branch: perl
34209            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
34210 ____________________________________________________________________________
34211 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
34212         Log: Update Changes.
34213      Branch: perl
34214            ! Changes patchlevel.h
34215 ____________________________________________________________________________
34216 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
34217         Log: Term/Cap.t attempts to access the floppy drive for no good reason
34218              on dosish systems
34219      Branch: perl
34220            ! lib/Term/Cap.t
34221 ____________________________________________________________________________
34222 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
34223         Log: fix misleading comment on known inadequacy in B::Terse, and skip
34224              it correctly
34225      Branch: perl
34226            ! ext/B/t/terse.t
34227 ____________________________________________________________________________
34228 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
34229         Log: fix spurious AutoSplit.t failure under windows
34230      Branch: perl
34231            ! lib/AutoSplit.t
34232 ____________________________________________________________________________
34233 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
34234         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
34235      Branch: perl
34236            ! ext/Time/HiRes/HiRes.t
34237 ____________________________________________________________________________
34238 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
34239         Log: More logical to use %04"UVXf" than %"UVuf" since
34240              the Unicode standard prefers hex.
34241      Branch: perl
34242            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
34243            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
34244            ! lib/unicore/mktables utf8.c
34245 ____________________________________________________________________________
34246 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
34247         Log: change#12065 seems to have broken Encode build on windows; fix
34248      Branch: perl
34249            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
34250 ____________________________________________________________________________
34251 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
34252         Log: Unicode: add the case folding table.
34253      Branch: perl
34254            + lib/unicore/To/Fold.pl
34255            ! MANIFEST lib/unicore/mktables
34256 ____________________________________________________________________________
34257 [ 12688] By: sky                                   on 2001/10/26  13:51:29
34258         Log: Get the new functions right, do not export lock since we use builtin lock.
34259              TODO: fix xsubpp to support the new prototypes
34260      Branch: perl
34261            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34262 ____________________________________________________________________________
34263 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
34264         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
34265              as suggested by Sarathy.
34266      Branch: perl
34267            ! mg.c
34268 ____________________________________________________________________________
34269 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
34270         Log: avoid compiler warning
34271      Branch: perl
34272            ! win32/win32.c
34273 ____________________________________________________________________________
34274 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
34275         Log: WinCE update from Rainer Keuchel.
34276      Branch: perl
34277            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
34278            ! wince/wince.c
34279 ____________________________________________________________________________
34280 [ 12684] By: sky                                   on 2001/10/26  13:34:33
34281         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
34282      Branch: perl
34283            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34284 ____________________________________________________________________________
34285 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
34286         Log: More fixes that were made to the core and not in the libnet src
34287      Branch: perl
34288            ! lib/Net/Domain.pm
34289 ____________________________________________________________________________
34290 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
34291         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
34292              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
34293              Date: Fri, 26 Oct 2001 13:55:21 +0200
34294              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
34295              
34296              (plus make the db-recno.t#59 accept both \n and \r\n)
34297      Branch: perl
34298            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
34299            ! ext/DB_File/t/db-recno.t
34300 ____________________________________________________________________________
34301 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
34302         Log: Fix tests to be able to run in the core and the CPAN dist
34303      Branch: perl
34304            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
34305            ! lib/Net/t/require.t lib/Net/t/smtp.t
34306 ____________________________________________________________________________
34307 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
34308         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
34309              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34310              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
34311              Date: Fri, 26 Oct 2001 08:34:46 EDT
34312      Branch: perl
34313            ! ext/Time/HiRes/HiRes.t
34314 ____________________________________________________________________________
34315 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
34316         Log: Sync libnet modules with what will be libnet-1.08
34317      Branch: perl
34318            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
34319            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
34320            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
34321            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
34322 ____________________________________________________________________________
34323 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
34324         Log: Integrate maintperl changes #12268 and #12669;
34325              
34326              final touches to the audit for statics and thread-unsafe code
34327              * make DB_File, ODBM_File thread-safe 
34328              * remove unnecessary/dangerous statics and protect others
34329              from not getting accidentally enabled under threaded perls
34330              
34331              windows support functions get_childdir() et al aren't exported
34332              correctly under vanilla build
34333              
34334              Testing under win32 appreciated since changes there had
34335              to be manually merged and I cannot test how badly did I do.
34336      Branch: perl
34337           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
34338           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
34339           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
34340           !> win32/vmem.h win32/win32.c win32/win32iop.h
34341 ____________________________________________________________________________
34342 [ 12677] By: sky                                   on 2001/10/26  12:37:17
34343         Log: More Config::threads to threads::threads changes
34344      Branch: perl
34345            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
34346 ____________________________________________________________________________
34347 [ 12676] By: sky                                   on 2001/10/26  12:31:46
34348         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
34349      Branch: perl
34350            ! ext/threads/threads.pm ext/threads/threads.xs
34351 ____________________________________________________________________________
34352 [ 12675] By: sky                                   on 2001/10/26  12:06:30
34353         Log: Allocing a TLS in runtime is not too hot.
34354      Branch: perl
34355            ! ext/threads/threads.xs
34356 ____________________________________________________________________________
34357 [ 12674] By: sky                                   on 2001/10/26  11:59:09
34358         Log: Don't display debug data.
34359      Branch: perl
34360            ! ext/threads/threads.pm
34361 ____________________________________________________________________________
34362 [ 12673] By: sky                                   on 2001/10/26  11:35:47
34363         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
34364              complete bar support for blessed objects.
34365              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
34366      Branch: perl
34367            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
34368 ____________________________________________________________________________
34369 [ 12672] By: sky                                   on 2001/10/26  11:15:28
34370         Log: Fix case where shared reference does not exist in current thread.
34371      Branch: perl
34372            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
34373 ____________________________________________________________________________
34374 [ 12671] By: sky                                   on 2001/10/26  08:48:52
34375         Log: Support for references in shared arrays.
34376      Branch: perl
34377            ! ext/threads/shared/shared.xs
34378 ____________________________________________________________________________
34379 [ 12670] By: sky                                   on 2001/10/26  08:30:11
34380         Log: Add tests for references in hashes.
34381      Branch: perl
34382            + ext/threads/shared/t/hv_refs.t
34383            ! MANIFEST
34384 ____________________________________________________________________________
34385 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
34386         Log: windows support functions get_childdir() et al aren't exported
34387              correctly under vanilla build
34388      Branch: maint-5.6/perl
34389            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
34390 ____________________________________________________________________________
34391 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
34392         Log: final touches to the audit for statics and thread-unsafe code
34393              * make DB_File, ODBM_File thread-safe 
34394              * remove unnecessary/dangerous statics and protect others
34395              from not getting accidentally enabled under threaded perls
34396      Branch: maint-5.6/perl
34397            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
34398            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
34399            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
34400            ! win32/win32.c
34401 ____________________________________________________________________________
34402 [ 12667] By: ams                                   on 2001/10/26  03:48:36
34403         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
34404              From: "Richard Soderberg" <rs@crystalflame.net>
34405              Date: Thu, 25 Oct 2001 23:42:50 -0400
34406              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
34407      Branch: perl
34408            ! sharedsv.c
34409 ____________________________________________________________________________
34410 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
34411         Log: Integrate change #12664 from maintperl;
34412              
34413              the newest GCCs don't seem to like C<"string1"##STRING2>
34414              so keep it as C<"string1" STRING2> (latter appears to
34415              work everywhere)
34416      Branch: perl
34417           !> ext/DynaLoader/dlutils.c
34418 ____________________________________________________________________________
34419 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
34420         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
34421              From: Chris Nandor <pudge@pobox.com>
34422              Date: Thu, 25 Oct 2001 22:15:03 -0400
34423              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
34424      Branch: perl
34425            ! perl.h
34426 ____________________________________________________________________________
34427 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
34428         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
34429              C<"string1" STRING2> (latter appears to work everywhere)
34430      Branch: maint-5.6/perl
34431            ! ext/DynaLoader/dlutils.c
34432 ____________________________________________________________________________
34433 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
34434         Log: AUTHORS update.
34435      Branch: perl
34436            ! AUTHORS
34437 ____________________________________________________________________________
34438 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
34439         Log: Integrate change #12660 from maintperl;
34440              
34441              make the dMY_CXT stuff available under all of
34442              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
34443      Branch: perl
34444           !> perl.h
34445 ____________________________________________________________________________
34446 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
34447         Log: Subject: [PATCH] DB_File-1.79
34448              From: "Paul Marquess" <paul.marquess@openwave.com>
34449              Date: Fri, 26 Oct 2001 00:03:54 +0100
34450              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
34451      Branch: perl
34452            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
34453            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
34454 ____________________________________________________________________________
34455 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
34456         Log: make the dMY_CXT stuff available under all of
34457              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
34458      Branch: maint-5.6/perl
34459            ! perl.h
34460 ____________________________________________________________________________
34461 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
34462         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
34463              From: Michael G Schwern <schwern@pobox.com>
34464              Date: Thu, 25 Oct 2001 18:28:12 -0400
34465              Message-ID: <20011025182812.M4811@blackrider>
34466      Branch: perl
34467            ! t/run/kill_perl.t
34468 ____________________________________________________________________________
34469 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
34470         Log: STRLEN != int.
34471      Branch: perl
34472            ! regcomp.c regexec.c
34473 ____________________________________________________________________________
34474 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
34475         Log: Subject: [PATCH] remove small IVop redundancy
34476              From: Nicholas Clark <nick@ccl4.org>
34477              Date: Thu, 25 Oct 2001 22:48:28 +0100
34478              Message-ID: <20011025224827.M66471@plum.flirble.org>
34479      Branch: perl
34480            ! pp.c pp_hot.c
34481 ____________________________________________________________________________
34482 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
34483         Log: Metaconfig unit change for #12655.
34484      Branch: metaconfig/U/perl
34485            ! Extensions.U
34486 ____________________________________________________________________________
34487 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
34488         Log: Subject: Re: Not OK @12650
34489              From: Andy Dougherty <doughera@lafayette.edu>
34490              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
34491              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
34492      Branch: perl
34493            ! Configure
34494 ____________________________________________________________________________
34495 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
34496         Log: Integrate changes #12652 and #12653 from maintperl;
34497              
34498              more tweaks to change#12626
34499              * move the boilerplate code over to perl.h and make DynaLoader
34500              use it
34501              * make re, Opcode, File::Glob and B threadsafe
34502              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
34503              C<no re;> anywhere)
34504              
34505              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
34506              
34507              File::Glob required a bit more work in bleadperl
34508              because of ExtUtils::Constant (see the Makefile.PL change)
34509      Branch: perl
34510            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
34511           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
34512           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
34513 ____________________________________________________________________________
34514 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
34515         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
34516      Branch: maint-5.6/perl
34517            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
34518            ! ext/Opcode/Opcode.xs ext/re/re.xs
34519 ____________________________________________________________________________
34520 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
34521         Log: more tweaks to change#12626
34522              * move the boilerplate code over to perl.h and make DynaLoader
34523              use it
34524              * make re, Opcode, File::Glob and B threadsafe
34525              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
34526              C<no re;> anywhere)
34527      Branch: maint-5.6/perl
34528            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
34529            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
34530 ____________________________________________________________________________
34531 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
34532         Log: Metaconfig unit change for #12650.
34533      Branch: metaconfig/U/perl
34534            ! Extensions.U
34535 ____________________________________________________________________________
34536 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
34537         Log: Subject: Re: ithreads doesn't like usedl=n
34538              From: Andy Dougherty <doughera@lafayette.edu>
34539              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
34540              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
34541              
34542              Special-case threads::shared.
34543      Branch: perl
34544            ! Configure
34545 ____________________________________________________________________________
34546 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
34547         Log: Getting fancier...
34548      Branch: perl
34549            ! t/TEST
34550 ____________________________________________________________________________
34551 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
34552         Log: csh - what a pain.
34553      Branch: perl
34554            ! t/TEST
34555 ____________________________________________________________________________
34556 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
34557         Log: Update Changes.
34558      Branch: perl
34559            ! Changes patchlevel.h
34560 ____________________________________________________________________________
34561 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
34562         Log: Allow resetting the locale system for the duration
34563              of the build (Mac OS X default setting LANG=En_US
34564              ist kaputt)
34565      Branch: perl
34566            ! Makefile.SH
34567 ____________________________________________________________________________
34568 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
34569         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
34570      Branch: perl
34571            ! ext/Digest/MD5/t/files.t
34572 ____________________________________________________________________________
34573 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
34574         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
34575              From: Andy Dougherty <doughera@lafayette.edu>
34576              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
34577              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
34578      Branch: perl
34579            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
34580            ! ext/threads/shared/Makefile.PL
34581 ____________________________________________________________________________
34582 [ 12643] By: sky                                   on 2001/10/25  12:28:26
34583         Log: Add support for reference members of hashes.
34584      Branch: perl
34585            ! ext/threads/shared/shared.xs
34586 ____________________________________________________________________________
34587 [ 12642] By: ams                                   on 2001/10/25  12:21:13
34588         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
34589              From: "Norton Allen" <nort@qnx.com>
34590              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
34591              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
34592      Branch: perl
34593            ! ext/Digest/MD5/MD5.xs
34594 ____________________________________________________________________________
34595 [ 12641] By: sky                                   on 2001/10/25  10:27:39
34596         Log: Tests shared hashes.
34597      Branch: perl
34598            + ext/threads/shared/t/hv_simple.t
34599            ! MANIFEST
34600 ____________________________________________________________________________
34601 [ 12640] By: sky                                   on 2001/10/25  10:18:23
34602         Log: Fix threadcounts for arrays and hashes.
34603      Branch: perl
34604            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34605 ____________________________________________________________________________
34606 [ 12639] By: sky                                   on 2001/10/25  10:17:26
34607         Log: Note to self, doing *src_ary++ in a macro that evaluates
34608              the value more than once is a good way to dump core.
34609      Branch: perl
34610            ! sharedsv.c
34611 ____________________________________________________________________________
34612 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
34613         Log: Integrate change #12636 from maintperl; more dl fixups.
34614      Branch: perl
34615           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
34616           !> ext/DynaLoader/dl_vms.xs
34617 ____________________________________________________________________________
34618 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
34619         Log: Like dl_hpux, like dl_dld.
34620      Branch: perl
34621            ! ext/DynaLoader/dl_dld.xs
34622 ____________________________________________________________________________
34623 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
34624         Log: followups to change#12635
34625      Branch: maint-5.6/perl
34626            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
34627            ! ext/DynaLoader/dl_vms.xs
34628 ____________________________________________________________________________
34629 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
34630         Log: add part of change#12634 to the two files that need it; dl_aix.xs
34631              in maint-5.6 doesn't have the branch that had the problem in
34632              mainline
34633      Branch: maint-5.6/perl
34634            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
34635 ____________________________________________________________________________
34636 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
34637         Log: Fixes for #12627.
34638      Branch: perl
34639            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
34640 ____________________________________________________________________________
34641 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
34642         Log: Since pv_uni_display and sv_uni_display are now used
34643              in the re extension, their symbols have to be exported.
34644      Branch: perl
34645            ! embed.pl global.sym
34646 ____________________________________________________________________________
34647 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
34648         Log: Subject:  Re: [PATCH Perl@12567] debug /list
34649              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34650              Date: Tue, 23 Oct 2001 21:40:33 EDT
34651              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
34652      Branch: perl
34653            ! configure.com
34654 ____________________________________________________________________________
34655 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
34656         Log: This takes care of some of the re 'debug' cases but
34657              not all cases since the information whether the pattern
34658              or the target are utf8 seems to be either lost or not
34659              spread widely enough, sigh.
34660      Branch: perl
34661            ! regcomp.c
34662 ____________________________________________________________________________
34663 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
34664         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
34665              From: John Peacock <jpeacock@rowman.com>
34666              Date: Wed, 24 Oct 2001 16:53:29 -0400
34667              Message-ID: <3BD72A49.1508D152@rowman.com>
34668      Branch: perl
34669            ! configure.com
34670 ____________________________________________________________________________
34671 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
34672         Log: Upgrade NetWare and WinCE as in #12626.
34673      Branch: perl
34674            ! NetWare/dl_netware.xs wince/dl_win32.xs
34675 ____________________________________________________________________________
34676 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
34677         Log: Tru64 compiler nit.
34678      Branch: perl
34679            ! ext/threads/shared/shared.xs
34680 ____________________________________________________________________________
34681 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
34682         Log: Integrate change #12626 from maintperl;
34683              make DynaLoader threadsafe by moving all statics into
34684              interpreter-local space
34685              
34686              TODO: Netware, OS/2, WinCE
34687      Branch: perl
34688           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
34689           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
34690           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
34691           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
34692           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
34693           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
34694           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
34695 ____________________________________________________________________________
34696 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
34697         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
34698              space
34699      Branch: maint-5.6/perl
34700            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
34701            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
34702            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
34703            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
34704            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
34705            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
34706            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
34707 ____________________________________________________________________________
34708 [ 12625] By: sky                                   on 2001/10/24  20:05:26
34709         Log: Change #12623 inflicted an infinite hang. Fixed.
34710      Branch: perl
34711            ! ext/threads/shared/shared.xs
34712 ____________________________________________________________________________
34713 [ 12624] By: sky                                   on 2001/10/24  19:06:55
34714         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
34715      Branch: perl
34716            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34717 ____________________________________________________________________________
34718 [ 12623] By: sky                                   on 2001/10/24  18:06:34
34719         Log: We need to do sharedsv_find in the original perl context.
34720      Branch: perl
34721            ! ext/threads/shared/shared.xs
34722 ____________________________________________________________________________
34723 [ 12622] By: sky                                   on 2001/10/24  17:26:51
34724         Log: Add support for basic support for AVs, references not supported yet.
34725              Add test for AVs.
34726              Add more tests to sv_refs
34727              Fix documentation issues.  
34728      Branch: perl
34729            + ext/threads/shared/t/av_simple.t
34730            ! MANIFEST ext/threads/shared/shared.pm
34731            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
34732 ____________________________________________________________________________
34733 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
34734         Log: Dump Unicode better for re 'debug'.  The regprop()
34735              is unfinished since have to figure out how to detect
34736              Unicodeness in there.
34737      Branch: perl
34738            ! regcomp.c regexec.c
34739 ____________________________________________________________________________
34740 [ 12620] By: sky                                   on 2001/10/24  13:18:07
34741         Log: Add support for finding shared arrays and hashes.
34742      Branch: perl
34743            ! sharedsv.c
34744 ____________________________________________________________________________
34745 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
34746         Log: Rewrite sv_uni_display() as pv_uni_display() as
34747              reimplement sv_uni_display() using that.
34748      Branch: perl
34749            ! dump.c embed.h embed.pl proto.h
34750 ____________________________________________________________________________
34751 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
34752         Log: Integrate change #12615 from maintperl;
34753              on Windows, IO::File::new_tmpfile() fails after being called
34754              32767 times because MSVCRT thinks stdio's TMP_MAX is a
34755              process-wide limit
34756      Branch: perl
34757           !> win32/win32.c
34758 ____________________________________________________________________________
34759 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
34760         Log: Don't try to print ints as IVs.
34761      Branch: perl
34762            ! ext/Time/HiRes/HiRes.xs
34763 ____________________________________________________________________________
34764 [ 12616] By: sky                                   on 2001/10/24  11:06:35
34765         Log: We only need to fetch the SV from the backend if the index
34766              is not the same as mg_private.     In theory this could be
34767              a problem if there are an exact multiple of U16 changes
34768              of a shared variable between two access in a given thread,
34769              we choose to avoid theory for now.
34770      Branch: perl
34771            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
34772 ____________________________________________________________________________
34773 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
34774         Log: on Windows, IO::File::new_tmpfile() fails after being called
34775              32767 times because MSVCRT thinks stdio's TMP_MAX is a
34776              process-wide limit
34777      Branch: maint-5.6/perl
34778            ! win32/win32.c
34779 ____________________________________________________________________________
34780 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
34781         Log: Negation and Unicode: sort of solves 20010303.010,
34782              except not quite like reported in the Subject
34783              (Perl_warner is still utf8-ignorant).
34784      Branch: perl
34785            ! pp.c t/lib/warnings/sv
34786 ____________________________________________________________________________
34787 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
34788         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
34789      Branch: perl
34790            ! sv.c t/lib/warnings/sv
34791 ____________________________________________________________________________
34792 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
34793         Log: sv_uni_display(): do not add the "...", let the caller
34794              do it if wanted, and be prepared for more display options.
34795      Branch: perl
34796            ! dump.c embed.h embed.pl proto.h
34797 ____________________________________________________________________________
34798 [ 12611] By: nick                                  on 2001/10/23  20:28:07
34799         Log: Integrate mainline
34800      Branch: perlio
34801           !> Changes configure.com cygwin/cygwin.c
34802           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
34803           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
34804           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
34805           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
34806           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
34807           !> utils/h2xs.PL utils/perldoc.PL
34808 ____________________________________________________________________________
34809 [ 12610] By: sky                                   on 2001/10/23  19:39:24
34810         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
34811              don't call themselves READONLY but still die with modification
34812              attempt. We only call bless for ext and umagic.
34813      Branch: perl
34814            ! sv.c
34815 ____________________________________________________________________________
34816 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
34817         Log: Croak() on negative time; doc tweaks.
34818      Branch: perl
34819            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
34820            ! ext/Time/HiRes/HiRes.xs
34821 ____________________________________________________________________________
34822 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
34823         Log: FAQ sync.
34824      Branch: perl
34825            ! pod/perlfaq4.pod pod/perlfaq7.pod
34826 ____________________________________________________________________________
34827 [ 12607] By: sky                                   on 2001/10/23  18:27:27
34828         Log: Call setmagic on the referent we are blessing.
34829      Branch: perl
34830            ! sv.c
34831 ____________________________________________________________________________
34832 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
34833         Log: Small test nits.
34834      Branch: perl
34835            ! t/op/lc.t
34836 ____________________________________________________________________________
34837 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
34838         Log: Update Changes.
34839      Branch: perl
34840            ! Changes patchlevel.h
34841 ____________________________________________________________________________
34842 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
34843         Log: Make the PerlIO_init() prototypes consistent.
34844      Branch: perl
34845            ! perlio.c
34846 ____________________________________________________________________________
34847 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
34848         Log: Upping the test count is a good idea.
34849      Branch: perl
34850            ! t/op/lc.t
34851 ____________________________________________________________________________
34852 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
34853         Log: Document the final sigma spot.
34854      Branch: perl
34855            ! pp.c
34856 ____________________________________________________________________________
34857 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
34858         Log: Fix multicharacter titlecase (ucfirst).
34859      Branch: perl
34860            ! pod/perlunicode.pod pp.c t/op/lc.t
34861 ____________________________________________________________________________
34862 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
34863         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
34864              From: Mikhail Zabaluev <mhz@alt-linux.org>
34865              Date: Tue, 23 Oct 2001 10:40:37 +0400
34866              Message-ID: <20011023104037.A12761@localhost.localdomain>
34867              
34868              (#12406 replaced with this)
34869      Branch: perl
34870            ! utils/perldoc.PL
34871 ____________________________________________________________________________
34872 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
34873         Log: MacOS Classic updates from Pudge.
34874      Branch: perl
34875            ! lib/File/Spec.t lib/File/Spec/Mac.pm
34876 ____________________________________________________________________________
34877 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
34878         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
34879              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34880              Date: Sun, 14 Oct 2001 23:14:46 +0200
34881              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
34882              
34883              except for the 2->4 changes.
34884      Branch: perl
34885            ! lib/AutoSplit.t
34886 ____________________________________________________________________________
34887 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
34888         Log: integrate macperl contents into maint-5.6
34889      Branch: maint-5.6/perl
34890            ! mg.c
34891           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
34892           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
34893           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
34894           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
34895           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
34896           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
34897           !> t/lib/filefind.t t/lib/filespec.t
34898 ____________________________________________________________________________
34899 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
34900         Log: At some point the #6234 has been lost from the mainline
34901              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
34902      Branch: perl
34903            ! lib/File/Spec/Win32.pm
34904 ____________________________________________________________________________
34905 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
34906         Log: Cygwin seems to round up (or closest, but not down)
34907              for time(), so half of the time (bad pun intended)
34908              Time::HiRes::time() is less than time(), half of
34909              the time it's more.  So let's try harder in the loop.
34910      Branch: perl
34911            ! ext/Time/HiRes/HiRes.t
34912 ____________________________________________________________________________
34913 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
34914         Log: MacOS Classic timeofday(), from Chris Nandor. 
34915      Branch: perl
34916            ! ext/Time/HiRes/HiRes.xs
34917 ____________________________________________________________________________
34918 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
34919         Log: Integrate changes #12580 and #12581 from macperl;
34920              
34921              Fix path construction.
34922              
34923              (Copyright) Nit.
34924      Branch: perl
34925           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
34926 ____________________________________________________________________________
34927 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
34928         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
34929              doesn't seem to help (the error being output to console, maybe?)
34930      Branch: perl
34931            ! lib/Net/Domain.pm
34932 ____________________________________________________________________________
34933 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
34934         Log: Taint the getcwd() result also in Cygwin.
34935              (TODO: which other platforms need the same thing?)
34936      Branch: perl
34937            ! cygwin/cygwin.c
34938 ____________________________________________________________________________
34939 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
34940         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
34941      Branch: perl
34942            ! t/op/taint.t
34943 ____________________________________________________________________________
34944 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
34945         Log: getpwuid() fragility continues.
34946      Branch: perl
34947            ! utils/h2xs.PL
34948 ____________________________________________________________________________
34949 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
34950         Log: getpwuid() might succeed but that's no guarantee
34951              that the $home will be defined.
34952      Branch: perl
34953            ! ext/File/Glob/t/basic.t
34954 ____________________________________________________________________________
34955 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
34956         Log: It's safer to to expand the variable, too... (see #12571)
34957      Branch: perl
34958            ! t/TEST
34959 ____________________________________________________________________________
34960 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
34961         Log: Integrate with maintperl.
34962      Branch: maint-5.6/macperl
34963           !> win32/bin/pl2bat.pl win32/win32.c
34964 ____________________________________________________________________________
34965 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
34966         Log: Oops, forgot to include Win32 ... just as well, since it
34967              seems in bleadperl, change #7764 was not included
34968              (adding C:\temp).  Re-added.  Rip it back out if it
34969              doesn't belong.  :-)
34970      Branch: maint-5.6/macperl
34971            ! lib/File/Spec/Win32.pm
34972 ____________________________________________________________________________
34973 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
34974         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
34975              From: "Craig A. Berry" <craigberry@mac.com>
34976              Date: Mon, 22 Oct 2001 15:25:19 -0500
34977              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
34978      Branch: perl
34979            ! configure.com
34980 ____________________________________________________________________________
34981 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
34982         Log: Add in lots of File::Spec changes, from Thomas Wegner,
34983              and sync with changes from bleadperl.
34984      Branch: maint-5.6/macperl
34985            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
34986            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34987            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34988            ! lib/File/Spec/Win32.pm t/lib/filespec.t
34989 ____________________________________________________________________________
34990 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
34991         Log: Sync with latest File::Find and tests from bleadperl.
34992      Branch: maint-5.6/macperl
34993            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
34994 ____________________________________________________________________________
34995 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
34996         Log: Nit.
34997      Branch: maint-5.6/macperl
34998            ! perl.c
34999 ____________________________________________________________________________
35000 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
35001         Log: Fix path construction.
35002      Branch: maint-5.6/macperl
35003            ! ext/DynaLoader/DynaLoader_pm.PL
35004 ____________________________________________________________________________
35005 [ 12579] By: nick                                  on 2001/10/22  19:08:35
35006         Log: Integrate mainline (for Arthurs thread.xs fix)
35007      Branch: perlio
35008           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
35009 ____________________________________________________________________________
35010 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
35011         Log: Fix up exported symbols, move relevant docs
35012              over from macperl.pod.
35013      Branch: maint-5.6/macperl
35014            ! macos/ext/MacPerl/MacPerl.pm
35015 ____________________________________________________________________________
35016 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
35017         Log: Make ADDRESS called optionally as a method.
35018      Branch: maint-5.6/macperl
35019            ! macos/lib/Mac/Glue.pm
35020 ____________________________________________________________________________
35021 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
35022         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
35023              Apple event.
35024      Branch: maint-5.6/macperl
35025            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
35026            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
35027            ! macos/macperl/MPTerminology.aete
35028 ____________________________________________________________________________
35029 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
35030         Log: Clean up some build utilities. Change Entab to Duplicate;
35031              fix docs and error reporting; improve macify() of paths;
35032              remove requirement for Exporter.pm presence.
35033      Branch: maint-5.6/macperl
35034            ! macos/InstallBLIB macos/MacPerlTests.cmd
35035            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
35036 ____________________________________________________________________________
35037 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
35038         Log: Sync Time::HiRes with bleadperl
35039      Branch: maint-5.6/macperl
35040            ! macos/bundled_ext/Time/HiRes/HiRes.pm
35041            ! macos/bundled_ext/Time/HiRes/HiRes.t
35042            ! macos/bundled_ext/Time/HiRes/HiRes.xs
35043 ____________________________________________________________________________
35044 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
35045         Log: Fix up Changes
35046      Branch: maint-5.6/macperl
35047            ! macos/Changes
35048 ____________________________________________________________________________
35049 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
35050         Log: A user might belong to only a single group
35051              (the group equal to the group id).
35052      Branch: perl
35053            ! t/op/groups.t
35054 ____________________________________________________________________________
35055 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
35056         Log: Prepending (instead of replacing with) the pwd is safer. 
35057      Branch: perl
35058            ! t/TEST
35059 ____________________________________________________________________________
35060 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
35061         Log: Be more robust if no hostname or domainname
35062              (especially the latter)
35063      Branch: perl
35064            ! lib/Net/Domain.pm
35065 ____________________________________________________________________________
35066 [ 12569] By: sky                                   on 2001/10/22  17:41:07
35067         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
35068      Branch: perl
35069            ! ext/threads/threads.xs
35070 ____________________________________________________________________________
35071 [ 12568] By: nick                                  on 2001/10/22  16:31:24
35072         Log: Integrate mainline
35073      Branch: perlio
35074           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
35075           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35076           +> ext/threads/shared/t/sv_refs.t
35077           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
35078            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
35079            - lib/unicore/To/SpecUpper.pl
35080           !> (integrate 42 files)
35081 ____________________________________________________________________________
35082 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
35083         Log: Update Changes.
35084      Branch: perl
35085            ! Changes patchlevel.h
35086 ____________________________________________________________________________
35087 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
35088         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
35089              From: Michael G Schwern <schwern@pobox.com>
35090              Date: Mon, 22 Oct 2001 03:48:38 -0400
35091              Message-ID: <20011022034838.B1676@blackrider>
35092      Branch: perl
35093            ! pod/perlvar.pod
35094 ____________________________________________________________________________
35095 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
35096         Log: Pod nits, as suggested by Stas Bekman.
35097      Branch: perl
35098            ! ext/threads/shared/shared.pm ext/threads/threads.pm
35099 ____________________________________________________________________________
35100 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
35101         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
35102              From: "Paul Marquess" <paul.marquess@openwave.com> 
35103              Date: Sun, 21 Oct 2001 21:11:15 +0100
35104              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
35105      Branch: perl
35106            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
35107            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
35108            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
35109            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
35110            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
35111            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
35112            ! ext/SDBM_File/sdbm.t
35113 ____________________________________________________________________________
35114 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
35115         Log: Integrate change #12559 from maintperl;
35116              various fixes for system() and backticks under windows
35117      Branch: perl
35118           !> win32/win32.c
35119 ____________________________________________________________________________
35120 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
35121         Log: Integrate change #12560 from maintperl;
35122              make pl2bat use %0 rather than "%0" (the latter fails to work
35123              in a lot of common cases)
35124      Branch: perl
35125           !> win32/bin/pl2bat.pl
35126 ____________________________________________________________________________
35127 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
35128         Log: Integrate changes #12549 and #12550 from maintperl;
35129              
35130              readline() doesn't work with our variables; it confuses them with
35131              my variables (change#4227 was incomplete)
35132      Branch: perl
35133            ! t/lib/strict/vars
35134           !> t/base/rs.t toke.c
35135 ____________________________________________________________________________
35136 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
35137         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
35138              in a lot of common cases)
35139      Branch: maint-5.6/perl
35140            ! win32/bin/pl2bat.pl
35141 ____________________________________________________________________________
35142 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
35143         Log: various fixes for system() and backticks under windows:
35144              
35145              * avoid munging whitespace that is passed within quotes
35146              * work around a cmd.exe misfeature that made multi-arg
35147              system() unreliable when there is more than one quoted
35148              argument
35149              * make multi-arg system() autoquote arguments as needed
35150              before passing them to the shell (this avoids having to
35151              second guess the shell quoting)
35152              * perl's -Dp switch can be used to trace the innards
35153      Branch: maint-5.6/perl
35154            ! win32/win32.c
35155 ____________________________________________________________________________
35156 [ 12558] By: nick                                  on 2001/10/22  08:58:42
35157         Log: Integrate ithreads buffer flush fix from perlio
35158      Branch: perl
35159           !> ext/threads/t/basic.t perl.c
35160 ____________________________________________________________________________
35161 [ 12557] By: nick                                  on 2001/10/22  08:35:09
35162         Log: All tests pass (legitimately) on ithreads
35163      Branch: perlio
35164            ! ext/threads/t/basic.t perl.c
35165 ____________________________________________________________________________
35166 [ 12556] By: nick                                  on 2001/10/22  06:51:22
35167         Log: Integrate non-ithreads fix to mainline
35168      Branch: perl
35169           !> perlio.c
35170 ____________________________________________________________________________
35171 [ 12555] By: nick                                  on 2001/10/22  06:48:33
35172         Log: Restore non-ithreads build. Interestingly binmode test passes
35173              non-ithreads - so crlf layer is not damaged and ithreads fail
35174              is a symptom ...
35175      Branch: perlio
35176            ! perlio.c
35177 ____________________________________________________________________________
35178 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
35179         Log: Integrate from perlio; restructuring.
35180      Branch: perl
35181           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
35182           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
35183           !> win32/perlhost.h
35184 ____________________________________________________________________________
35185 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
35186         Log: Integrate from maintperl
35187              (Changes 12350, 12496, 12548, 12549, 12550)
35188      Branch: maint-5.6/macperl
35189           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
35190           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
35191 ____________________________________________________________________________
35192 [ 12552] By: nick                                  on 2001/10/21  19:18:12
35193         Log: Win32 PerlIO_cleanup special cases should no longer be required.
35194      Branch: perlio
35195            ! perl.c
35196 ____________________________________________________________________________
35197 [ 12551] By: nick                                  on 2001/10/21  19:16:56
35198         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
35199      Branch: perlio
35200            ! win32/makefile.mk
35201 ____________________________________________________________________________
35202 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
35203         Log: change#12549 wasn't aware of strictures
35204      Branch: maint-5.6/perl
35205            ! t/pragma/strict-vars toke.c
35206 ____________________________________________________________________________
35207 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
35208         Log: readline() doesn't work with our variables; it confuses them with
35209              my variables (change#4227 was incomplete)
35210      Branch: maint-5.6/perl
35211            ! t/base/rs.t toke.c
35212 ____________________________________________________________________________
35213 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
35214         Log: change#12220 appears to have pulled in a mainline change that
35215              isn't applicable to maint-5.6 (some platforms don't taint
35216              cwd)
35217      Branch: maint-5.6/perl
35218            ! t/lib/filefind-taint.t
35219 ____________________________________________________________________________
35220 [ 12547] By: nick                                  on 2001/10/21  17:15:54
35221         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
35222              for them. Call explicit cleanup during destruct process.
35223              - one binmode test is failing
35224              - also ext/threads/t/basic.t fails under make test, and is noisy under
35225              harness. (Threads results are intermingled and don't match order expected.)
35226      Branch: perlio
35227            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
35228            ! perlio.h perliol.h pod/perlapi.pod sv.c
35229 ____________________________________________________________________________
35230 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
35231         Log: Implement multicharacter case mappings where a single
35232              Unicode character can be mapped into several.
35233      Branch: perl
35234            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
35235            - lib/unicore/To/SpecUpper.pl
35236            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
35237            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
35238            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
35239            ! proto.h t/op/lc.t utf8.c
35240 ____________________________________________________________________________
35241 [ 12545] By: sky                                   on 2001/10/21  15:25:16
35242         Log: First support of threads::shared, support shared svs and references.
35243      Branch: perl
35244            + ext/threads/shared/Makefile.PL ext/threads/shared/README
35245            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35246            + ext/threads/shared/t/sv_refs.t
35247            + ext/threads/shared/t/sv_simple.t
35248            ! MANIFEST sharedsv.c
35249 ____________________________________________________________________________
35250 [ 12544] By: nick                                  on 2001/10/21  14:52:35
35251         Log: PerlIO layer table as PL_perlio (per-interpreter)
35252      Branch: perlio
35253            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
35254            ! pod/perlapi.pod sv.c
35255 ____________________________________________________________________________
35256 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
35257         Log: Prettyprinting.
35258      Branch: perl
35259            ! pod/perlunicode.pod
35260 ____________________________________________________________________________
35261 [ 12542] By: ams                                   on 2001/10/21  03:50:25
35262         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
35263              From: "Sean M. Burke" <sburke@cpan.org>
35264              Date: Sat, 20 Oct 2001 17:51:09 -0600
35265              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
35266      Branch: perl
35267            + pod/perlpodspec.pod
35268            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
35269            ! pod/perltoc.pod
35270 ____________________________________________________________________________
35271 [ 12541] By: nick                                  on 2001/10/20  22:23:53
35272         Log: Fix typos in new locking on MemShared
35273              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
35274              - seems to make segfaults more deterministic - suspect they are 
35275              attempt to free() after Interp and Host have gone.
35276      Branch: perlio
35277            ! perlio.c win32/perlhost.h
35278 ____________________________________________________________________________
35279 [ 12540] By: nick                                  on 2001/10/20  21:50:46
35280         Log: Remove the MemShared re-#define (again)
35281      Branch: perlio
35282            ! perlio.c
35283 ____________________________________________________________________________
35284 [ 12539] By: nick                                  on 2001/10/20  21:49:06
35285         Log: Use locks on MemShared
35286      Branch: perlio
35287            ! win32/perlhost.h
35288 ____________________________________________________________________________
35289 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
35290         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
35291              From: "chromatic" <chromatic@rmci.net>
35292              Date: Sat, 20 Oct 2001 11:13:47 -0600
35293              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
35294      Branch: perl
35295            ! installhtml
35296 ____________________________________________________________________________
35297 [ 12537] By: nick                                  on 2001/10/20  16:44:03
35298         Log: Integrate mainline
35299      Branch: perlio
35300           !> (integrate 48 files)
35301 ____________________________________________________________________________
35302 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
35303         Log: Update Changes.
35304      Branch: perl
35305            ! Changes patchlevel.h
35306 ____________________________________________________________________________
35307 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
35308         Log: Upgrade to podlators 1.11, from Russ Allbery.
35309      Branch: perl
35310            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
35311            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
35312            ! pod/pod2man.PL pod/pod2text.PL
35313 ____________________________________________________________________________
35314 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
35315         Log: Integrate perlio:
35316              
35317              [ 12532]
35318              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
35319              Use for non-PERLIO fdupopen().
35320      Branch: perl
35321           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
35322 ____________________________________________________________________________
35323 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
35324         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
35325      Branch: perl
35326            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
35327 ____________________________________________________________________________
35328 [ 12532] By: nick                                  on 2001/10/20  14:25:37
35329         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
35330              Use for non-PERLIO fdupopen().
35331      Branch: perlio
35332            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
35333 ____________________________________________________________________________
35334 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
35335         Log: Integrate perlio:
35336              
35337              [ 12530]
35338              Fixed in two places - p4 resolve
35339              
35340              [ 12529]
35341              Fix for ithreads/stdio build
35342              
35343              [ 12525]
35344              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
35345              Perl_sv_setsv_flags directly.
35346              
35347              [ 12524]
35348              Add a new flag character 'm' to embed.pl set to represent
35349              "functions" which are really macros. Use it foe the troublesome
35350              sv_setsv() etc. macros in sv.h - changing latter to define
35351              sv_setsv rather than sv_setsv_macro etc.
35352              
35353              [ 12523]
35354              Add comments explaining why win32.h/embed.h are included where they are
35355              in perl.h 
35356              
35357              [ 12522]
35358              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
35359              being used yet.
35360              
35361              [ 12511]
35362              Fix gross win32 build issues
35363      Branch: perl
35364           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
35365           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
35366           !> proto.h sv.h win32/win32io.c
35367 ____________________________________________________________________________
35368 [ 12530] By: nick                                  on 2001/10/20  12:53:30
35369         Log: Fixed in two places - p4 resolve
35370      Branch: perlio
35371            ! perlsdio.h
35372 ____________________________________________________________________________
35373 [ 12529] By: nick                                  on 2001/10/20  12:51:05
35374         Log: Fix for ithreads/stdio build
35375      Branch: perlio
35376            ! perlio.c perlsdio.h
35377 ____________________________________________________________________________
35378 [ 12528] By: ams                                   on 2001/10/20  12:13:25
35379         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
35380              From: Michael G Schwern <schwern@pobox.com>
35381              Date: Sat, 20 Oct 2001 01:41:21 -0400
35382              Message-Id: <20011020014121.I3681@blackrider>
35383      Branch: perl
35384            ! installman
35385 ____________________________________________________________________________
35386 [ 12527] By: ams                                   on 2001/10/20  12:09:41
35387         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
35388              From: Michael G Schwern <schwern@pobox.com>
35389              Date: Sat, 20 Oct 2001 02:04:21 -0400
35390              Message-Id: <20011020020421.A11732@blackrider>
35391      Branch: perl
35392            ! lib/Pod/Checker.pm
35393 ____________________________________________________________________________
35394 [ 12526] By: ams                                   on 2001/10/20  11:59:41
35395         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
35396              From: "chromatic" <chromatic@rmci.net>
35397              Date: Fri, 19 Oct 2001 22:46:39 -0600
35398              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
35399      Branch: perl
35400            ! lib/Net/Config.pm
35401 ____________________________________________________________________________
35402 [ 12525] By: nick                                  on 2001/10/20  11:16:18
35403         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
35404              Perl_sv_setsv_flags directly.
35405      Branch: perlio
35406            ! ext/threads/threads.xs
35407 ____________________________________________________________________________
35408 [ 12524] By: nick                                  on 2001/10/20  10:28:17
35409         Log: Add a new flag character 'm' to embed.pl set to represent
35410              "functions" which are really macros. Use it foe the troublesome
35411              sv_setsv() etc. macros in sv.h - changing latter to define
35412              sv_setsv rather than sv_setsv_macro etc.
35413      Branch: perlio
35414            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
35415            ! pod/perlapi.pod proto.h sv.h
35416 ____________________________________________________________________________
35417 [ 12523] By: nick                                  on 2001/10/20  09:17:17
35418         Log: Add comments explaining why win32.h/embed.h are included where they are
35419              in perl.h 
35420      Branch: perlio
35421            ! perl.h
35422 ____________________________________________________________________________
35423 [ 12522] By: nick                                  on 2001/10/20  08:27:44
35424         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
35425              being used yet.
35426      Branch: perlio
35427            ! win32/win32io.c
35428 ____________________________________________________________________________
35429 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
35430         Log: Wording tweaks.
35431      Branch: perl
35432            ! t/TEST
35433 ____________________________________________________________________________
35434 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
35435         Log: Subject: IO module with nonblocking socket connect patch 
35436              From: Raul Dias <raul@dias.com.br>
35437              Date: Fri, 19 Oct 2001 22:45:32 -0300
35438              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
35439      Branch: perl
35440            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
35441 ____________________________________________________________________________
35442 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
35443         Log: Test vertical whitespace combined with /x in \p{}.
35444      Branch: perl
35445            ! t/op/pat.t
35446 ____________________________________________________________________________
35447 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
35448         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
35449              From: Gisle Aas <gisle@ActiveState.com> 
35450              Date: 19 Oct 2001 16:46:02 -0700
35451              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
35452      Branch: perl
35453            ! lib/ExtUtils/MakeMaker.pm
35454 ____________________________________________________________________________
35455 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
35456         Log: No more this symbol.
35457      Branch: perl
35458            ! makedef.pl
35459 ____________________________________________________________________________
35460 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
35461         Log: Integrate change #12511; fix gross win32 build issues.
35462      Branch: perl
35463           !> makedef.pl sv.c
35464 ____________________________________________________________________________
35465 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
35466         Log: Unpack in scalar context should return the first value
35467              returned in list context, as pointed out by Ton Hospel
35468              in 2001-05-21 (this is how it works already in blead,
35469              just adding the test).
35470      Branch: perl
35471            ! t/op/pack.t
35472 ____________________________________________________________________________
35473 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
35474         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
35475              From: "Craig A. Berry" <craigberry@mac.com>
35476              Date: Fri, 19 Oct 2001 16:59:30 -0500
35477              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
35478      Branch: perl
35479            ! utils/perldoc.PL
35480 ____________________________________________________________________________
35481 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
35482         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
35483              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35484              Date: Fri, 19 Oct 2001 17:45:23 EDT
35485              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
35486      Branch: perl
35487            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
35488            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
35489            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
35490            ! vms/vmsish.h
35491 ____________________________________________________________________________
35492 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
35493         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
35494              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35495              Date: Fri, 19 Oct 2001 17:26:35 EDT
35496              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
35497      Branch: perl
35498            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
35499 ____________________________________________________________________________
35500 [ 12511] By: nick                                  on 2001/10/19  19:55:36
35501         Log: Fix gross win32 build issues
35502      Branch: perlio
35503            ! makedef.pl sv.c
35504 ____________________________________________________________________________
35505 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
35506         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
35507              From: David Dyck <dcd@tc.fluke.com>
35508              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
35509              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
35510      Branch: perl
35511            ! lib/File/Find.pm
35512 ____________________________________________________________________________
35513 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
35514         Log: Subject: Re: PerlIO and Encode
35515              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35516              Date: Tue, 16 Oct 2001 01:50:16 +0900
35517              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
35518      Branch: perl
35519            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
35520            ! ext/Encode/Encode/Tcl.t
35521 ____________________________________________________________________________
35522 [ 12508] By: ams                                   on 2001/10/19  17:59:16
35523         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
35524              (See #12499)
35525      Branch: perl
35526            ! pod/perlintro.pod
35527 ____________________________________________________________________________
35528 [ 12507] By: nick                                  on 2001/10/19  16:30:43
35529         Log: Integrate mainline
35530      Branch: perlio
35531           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
35532           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
35533           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
35534           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
35535           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
35536           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
35537           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
35538           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
35539           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
35540           +> win32/config_H.win64
35541            - lib/Test/Utils.pm lib/unicore/mktables.PL
35542            - t/lib/Test/Simple/Catch/More.pm
35543           !> (integrate 84 files)
35544 ____________________________________________________________________________
35545 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
35546         Log: Retract the #10451 which seems to be the cause
35547              of the major leakage from while(){eval"sub{}"}
35548      Branch: perl
35549            ! op.c t/run/kill_perl.t
35550 ____________________________________________________________________________
35551 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
35552         Log: Regen toc.
35553      Branch: perl
35554            ! pod/perltoc.pod
35555 ____________________________________________________________________________
35556 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
35557         Log: Tiny tweaks.
35558      Branch: perl
35559            ! pod/perl.pod
35560 ____________________________________________________________________________
35561 [ 12503] By: ams                                   on 2001/10/19  13:34:24
35562         Log: Subject: Re: perlintro.pod
35563              From: Abe Timmerman <abe@ztreet.demon.nl>
35564              Date: Fri, 19 Oct 2001 14:12:40 +0200
35565              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
35566      Branch: perl
35567            ! pod/perlintro.pod
35568 ____________________________________________________________________________
35569 [ 12502] By: ams                                   on 2001/10/19  13:24:12
35570         Log: Slight reorganisation of references.
35571      Branch: perl
35572            ! pod/perl.pod
35573 ____________________________________________________________________________
35574 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
35575         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
35576              From: Kay Röpke <kroepke@dolphin-services.de>
35577              Date: Fri, 19 Oct 2001 14:04:01 +0200 
35578              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
35579      Branch: perl
35580            ! lib/ExtUtils/MakeMaker.pm
35581 ____________________________________________________________________________
35582 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
35583         Log: Unicode categories continue:
35584              implement Category=, Script=, Block=
35585              (these are based on an upcoming update of TR#18)
35586              Fix a bug where we got two In categories named "old italic",
35587              and another where shortcut for the Is categories wasn't taken.
35588      Branch: perl
35589            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
35590            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
35591            ! pod/perlunicode.pod t/op/pat.t
35592 ____________________________________________________________________________
35593 [ 12499] By: ams                                   on 2001/10/19  01:42:29
35594         Log: Subject: a small patch to perlintro.pod.
35595              From: Autrijus Tang <autrijus@autrijus.org>
35596              Date: Fri, 19 Oct 2001 01:45:51 +0800
35597              Message-Id: <20011019014551.A35625@not.autrijus.org>
35598              (Applied by hand with nits.)
35599      Branch: perl
35600            ! pod/perlintro.pod
35601 ____________________________________________________________________________
35602 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
35603         Log: Subject: [PATCH] OpenBSD hints for ithreads
35604              From: Andy Dougherty <doughera@lafayette.edu>
35605              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
35606              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
35607      Branch: perl
35608            ! hints/openbsd.sh
35609 ____________________________________________________________________________
35610 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
35611         Log: Retract #12446; the problem solved by #12474.
35612      Branch: perl
35613            ! hints/aix.sh
35614 ____________________________________________________________________________
35615 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
35616         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
35617              message and suppress line number info (from Steve Hay
35618              <Steve.Hay@uk.radan.com>)
35619      Branch: maint-5.6/perl
35620            ! lib/Carp/Heavy.pm
35621 ____________________________________________________________________________
35622 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
35623         Log: More documented In categories.
35624      Branch: perl
35625            ! pod/perlunicode.pod
35626 ____________________________________________________________________________
35627 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
35628         Log: Update Changes.
35629      Branch: perl
35630            ! Changes patchlevel.h
35631 ____________________________________________________________________________
35632 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
35633         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
35634      Branch: perl
35635            ! MANIFEST
35636 ____________________________________________________________________________
35637 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
35638         Log: Wrong skip() arguments.
35639      Branch: perl
35640            ! ext/B/t/terse.t
35641 ____________________________________________________________________________
35642 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
35643         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
35644              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35645              Date: Wed, 17 Oct 2001 09:10:53 EDT 
35646              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
35647      Branch: perl
35648            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
35649            ! pod/perlapi.pod vms/vms.c
35650 ____________________________________________________________________________
35651 [ 12490] By: ams                                   on 2001/10/18  09:31:00
35652         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
35653              From: Mark-Jason Dominus <mjd@plover.com>
35654              Date: Thu, 18 Oct 2001 06:25:35 -0400
35655              Message-Id: <20011018102535.19264.qmail@plover.com>
35656      Branch: perl
35657            ! pod/perl.pod
35658 ____________________________________________________________________________
35659 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
35660         Log: Prettyprinting.
35661      Branch: perl
35662            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
35663 ____________________________________________________________________________
35664 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
35665         Log: Regen toc.
35666      Branch: perl
35667            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35668 ____________________________________________________________________________
35669 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
35670         Log: Add perlintro, from Skud.
35671      Branch: perl
35672            + pod/perlintro.pod
35673            ! MANIFEST
35674 ____________________________________________________________________________
35675 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
35676         Log: FAQ sync.
35677      Branch: perl
35678            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
35679            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
35680            ! pod/perlfaq8.pod pod/perlfaq9.pod
35681 ____________________________________________________________________________
35682 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
35683         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
35684              in speed (upto 20% speedup in certain operations) but meanwhile
35685              regexps and arithmetics got slower (5-10%) (according to
35686              perlbench average speedup is negligible, and within measuring
35687              flutter, 1%).  Therefore retracting all the changes
35688              aimed at getting -std1 to compile cleanly:  #12475, #12476,
35689              #12479, #12480, #12481, #12482, #12483, #12484.
35690      Branch: perl
35691            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
35692            ! pp_hot.c pp_sys.c toke.c
35693 ____________________________________________________________________________
35694 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
35695         Log: (retracted by #12485)
35696              Strict ANSI doesn't like the third argument of main()
35697              so enable ignoring it if using ultra picky compiler.
35698      Branch: perl
35699            ! miniperlmain.c
35700 ____________________________________________________________________________
35701 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
35702         Log: (retracted by #12485)
35703              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
35704      Branch: perl
35705            ! perl.h
35706 ____________________________________________________________________________
35707 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
35708         Log: (retracted by #12485)
35709              Add explanatory comment.
35710      Branch: perl
35711            ! mg.c
35712 ____________________________________________________________________________
35713 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
35714         Log: (retracted by #12485)
35715              More dollar$hiding.
35716      Branch: perl
35717            ! doio.c perl.h pp_sys.c
35718 ____________________________________________________________________________
35719 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
35720         Log: (retracted by #12485)
35721              KISS.
35722      Branch: perl
35723            ! mg.c
35724 ____________________________________________________________________________
35725 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
35726         Log: (retracted by #12485)
35727              Thou shalt not #ifdef inside macro invocations,
35728              noticed by Rafael Garcia-Suarez.
35729      Branch: perl
35730            ! mg.c
35731 ____________________________________________________________________________
35732 [ 12478] By: ams                                   on 2001/10/17  18:50:55
35733         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
35734              From: Anton Berezin <tobez@tobez.org>
35735              Date: Wed, 17 Oct 2001 18:25:48 +0200
35736              Message-Id: <20011017182548.A12082@heechee.tobez.org>
35737      Branch: perl
35738            ! pp_sys.c
35739 ____________________________________________________________________________
35740 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
35741         Log: (retracted by #12485)
35742              Unterminated #ifdef.
35743      Branch: perl
35744            ! mg.c
35745 ____________________________________________________________________________
35746 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
35747         Log: (retracted by #12485)
35748              Avoid dollar signs in identifiers (in non-VMS) to
35749              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
35750      Branch: perl
35751            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
35752            ! toke.c
35753 ____________________________________________________________________________
35754 [ 12474] By: ams                                   on 2001/10/17  15:14:50
35755         Log: Subject: Two AIX patches
35756              From: H.Merijn Brand <h.m.brand@hccnet.nl>
35757              Date: Wed, 17 Oct 2001 18:04:35 +0200
35758              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
35759      Branch: perl
35760            ! hints/aix.sh makedef.pl
35761 ____________________________________________________________________________
35762 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
35763         Log: Limiting the Time::HiRes::sleep and usleep to
35764              one second is not a good policy if drop-in
35765              replacement is still a goal.
35766      Branch: perl
35767            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
35768            ! ext/Time/HiRes/HiRes.xs
35769 ____________________________________________________________________________
35770 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
35771         Log: Subject: [PATCH] Test::Simple 0.32
35772              From: Michael G Schwern <schwern@pobox.com> 
35773              Date: Wed, 17 Oct 2001 03:42:41 -0400
35774              Message-ID: <20011017034241.A25038@blackrider>
35775      Branch: perl
35776            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
35777            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
35778            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
35779            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
35780            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
35781            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
35782            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
35783            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
35784            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
35785            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
35786            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
35787            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
35788            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
35789            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
35790            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
35791            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
35792            ! t/lib/Test/Simple/Catch.pm
35793            ! t/lib/Test/Simple/sample_tests/five_fail.plx
35794 ____________________________________________________________________________
35795 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
35796         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
35797              From: Michael G Schwern <schwern@pobox.com> 
35798              Date: Wed, 17 Oct 2001 04:04:13 -0400
35799              Message-ID: <20011017040413.C25550@blackrider>
35800      Branch: perl
35801            ! t/TEST t/harness vms/test.com
35802 ____________________________________________________________________________
35803 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
35804         Log: Regen doc with perlmodstyle added.
35805      Branch: perl
35806            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35807 ____________________________________________________________________________
35808 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
35809         Log: Pod cleanup.
35810      Branch: perl
35811            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
35812 ____________________________________________________________________________
35813 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
35814         Log: Subject: perlmodstyle as a patch
35815              From: Kirrily Robert <skud@infotrope.net>
35816              Date: Tue, 16 Oct 2001 22:47:23 -0400
35817              Message-ID: <20011016224723.A20673@infotrope.net>
35818      Branch: perl
35819            + pod/perlmodstyle.pod
35820            ! MANIFEST
35821 ____________________________________________________________________________
35822 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
35823         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
35824              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
35825              Date: Thu, 6 Sep 2001 11:09:40 +0100
35826              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
35827              
35828              Mention also the develooper p5p archive.
35829      Branch: perl
35830            ! pod/perlhack.pod
35831 ____________________________________________________________________________
35832 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
35833         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
35834              From: Kay Röpke <kroepke@dolphin-services.de>
35835              Date: Tue, 16 Oct 2001 17:23:52 +0200
35836              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
35837      Branch: perl
35838            ! lib/ExtUtils/MakeMaker.pm
35839 ____________________________________________________________________________
35840 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
35841         Log: Add the special casing mappings (from SpecCase.txt)
35842              (except for the hyper special case mappings that have
35843              the condition list); the special casing mappings are
35844              unused for now.  Small tidying up on mktables.
35845      Branch: perl
35846            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
35847            + lib/unicore/To/SpecUpper.pl
35848            ! lib/unicore/mktables
35849 ____________________________________________________________________________
35850 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
35851         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
35852              From: "David H. Adler" <dha@panix.com>       
35853              Date: Tue, 16 Oct 2001 11:59:35 -0400
35854              Message-ID: <20011016115935.A13078@panix.com>
35855              
35856              Subject: [ PATCH ] perldata patch, revised
35857              From: "David H. Adler" <dha@panix.com>     
35858              Date: Tue, 16 Oct 2001 18:26:49 -0400
35859              Message-ID: <20011016182649.C23970@panix.com>
35860      Branch: perl
35861            ! pod/perldata.pod pod/perlop.pod
35862 ____________________________________________________________________________
35863 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
35864         Log: Integrate perlio:
35865              
35866              [ 12462]
35867              PerlIOXxxx_dups for all but Win32
35868              
35869              [ 12461]
35870              Implement PerlIOStdio_dup (explains core dumps - dup
35871              was not setting up a FILE * to be fclosed()).
35872              
35873              [ 12460]
35874              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
35875              overflow.
35876              
35877              [ 12456]
35878              Builds under ithreads (but fails all threads tests)
35879              
35880              [ 12451]
35881              Skeleton of "PerlIO_dup" coded.
35882              Still-passes all tests non-threaded (well it would wouldn't it!)
35883              
35884              [ 12447]
35885              Beginings of PerlIO_dup support (unstable)
35886              
35887              [ 11615]
35888              Avoid testing for (non-)existance of "encoding(xxxx)"
35889              layer is called "encoding" the (xxxx) is an argument.
35890      Branch: perl
35891           !> embed.h embed.pl ext/Encode/Encode.xs
35892           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
35893           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
35894           !> win32/win32io.c
35895 ____________________________________________________________________________
35896 [ 12462] By: nick                                  on 2001/10/16  19:11:30
35897         Log: PerlIOXxxx_dups for all but Win32
35898      Branch: perlio
35899            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
35900            ! ext/PerlIO/Via/Via.xs
35901 ____________________________________________________________________________
35902 [ 12461] By: nick                                  on 2001/10/16  18:28:48
35903         Log: Implement PerlIOStdio_dup (explains core dumps - dup
35904              was not setting up a FILE * to be fclosed()).
35905      Branch: perlio
35906            ! perlio.c
35907 ____________________________________________________________________________
35908 [ 12460] By: nick                                  on 2001/10/16  17:31:47
35909         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
35910              overflow.
35911      Branch: perlio
35912            ! perlio.c
35913 ____________________________________________________________________________
35914 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
35915         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
35916              From: "Craig A. Berry" <craigberry@mac.com>
35917              Date: Tue, 16 Oct 2001 13:08:38 -0500
35918              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
35919      Branch: perl
35920            ! configure.com
35921 ____________________________________________________________________________
35922 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
35923         Log: Can't expect too much accuracy from a sleep of one second.
35924              (I think this will also fail with high load.)
35925      Branch: perl
35926            ! ext/Time/HiRes/HiRes.t
35927 ____________________________________________________________________________
35928 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
35929         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
35930              From: "Werner, Randolf" <randolf.werner@sap.com>
35931              Date: Tue, 16 Oct 2001 18:33:02 +0200
35932              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
35933      Branch: perl
35934            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
35935            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
35936 ____________________________________________________________________________
35937 [ 12456] By: nick                                  on 2001/10/16  14:08:16
35938         Log: Builds under ithreads (but fails all threads tests)
35939      Branch: perlio
35940            ! hv.c perlio.c sv.c
35941 ____________________________________________________________________________
35942 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
35943         Log: I think the Perl_sortsv needs *not* be skipped?
35944      Branch: perl
35945            ! makedef.pl
35946 ____________________________________________________________________________
35947 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
35948         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
35949              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
35950              Date: Tue, 16 Oct 2001 15:32:44 +0200
35951              Message-ID: <3BCC531C.11494.3E433F@localhost>
35952      Branch: perl
35953            ! t/op/groups.t
35954 ____________________________________________________________________________
35955 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
35956         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
35957              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
35958              Date: Tue, 16 Oct 2001 15:01:04 +0200
35959              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
35960      Branch: perl
35961            ! t/io/fs.t
35962 ____________________________________________________________________________
35963 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
35964         Log: A forgotten deletion.
35965      Branch: perl
35966            - lib/unicore/mktables.PL
35967 ____________________________________________________________________________
35968 [ 12451] By: nick                                  on 2001/10/16  11:32:48
35969         Log: Skeleton of "PerlIO_dup" coded.
35970              Still-passes all tests non-threaded (well it would wouldn't it!)
35971      Branch: perlio
35972            ! embed.h embed.pl ext/Encode/Encode.xs
35973            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
35974            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
35975            ! win32/win32io.c
35976 ____________________________________________________________________________
35977 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
35978         Log: Document the problem with the swash_fetch() API that affects
35979              more complex case conversions.
35980      Branch: perl
35981            ! lib/utf8_heavy.pl utf8.c
35982 ____________________________________________________________________________
35983 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
35984         Log: Make Time::HiRes::sleep() and usleep() to return
35985              the number of seconds (a floating point value) and 
35986              microseconds (an integer) actually slept (well,
35987              modulo the time spent in measuring the time actually
35988              slept...), to be a better drop-in replacement for
35989              the builtin sleep().  Noticed by Chris Nandor.
35990              
35991              Also make usleep() to croak if fed illegal number
35992              of useconds (anything greater than 1_000_000).
35993      Branch: perl
35994            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
35995            ! ext/Time/HiRes/HiRes.xs
35996 ____________________________________________________________________________
35997 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
35998         Log: A missing SvREFCNT_dec.
35999      Branch: perl
36000            ! perl.c
36001 ____________________________________________________________________________
36002 [ 12447] By: nick                                  on 2001/10/15  20:27:53
36003         Log: Beginings of PerlIO_dup support (unstable)
36004      Branch: perlio
36005            ! perlio.c perliol.h
36006 ____________________________________________________________________________
36007 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
36008         Log: (retracted by #12497)
36009              In AIX vac 5 just can't seem to get regcomp right.
36010      Branch: perl
36011            ! hints/aix.sh
36012 ____________________________________________________________________________
36013 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
36014         Log: Bump the version number to agree with the maintperl one.
36015      Branch: perl
36016            ! lib/Tie/RefHash.pm
36017 ____________________________________________________________________________
36018 [ 12444] By: nick                                  on 2001/10/15  15:59:57
36019         Log: Integrate mainline
36020      Branch: perlio
36021           +> lib/Math/BigInt/t/Math/Subclass.pm
36022           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
36023           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
36024           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
36025           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
36026           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
36027           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
36028           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
36029           +> lib/unicore/mktables
36030            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
36031            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
36032            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
36033            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
36034            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
36035            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
36036            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
36037            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
36038            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
36039            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
36040            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
36041            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
36042            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
36043            - lib/unicore/syllables.txt
36044           !> (integrate 344 files)
36045 ____________________________________________________________________________
36046 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
36047         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
36048      Branch: perl
36049            ! ext/DB_File/DB_File.xs
36050 ____________________________________________________________________________
36051 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
36052         Log: Sync the skip() amounts with the number of tests.
36053      Branch: perl
36054            ! lib/Term/Complete.t
36055 ____________________________________________________________________________
36056 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
36057         Log: Update Changes.
36058      Branch: perl
36059            ! Changes patchlevel.h
36060 ____________________________________________________________________________
36061 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
36062         Log: MacOS Classic catdir() rewrite from Thomas Wegner
36063              (backward incompatibility, but a deliberate one,
36064              the old version simply is broken in its logic),
36065              also documentation updates, and as suggested replicated
36066              the File::Spec::Unix documentation updates also on the
36067              File::Spec documentation.
36068              
36069              TODO: there seems to be duplication of documentation
36070              between File::Spec and File::Spec::Unix.  I think
36071              the ::Unix should be left only with specific UNIXisms,
36072              and all the generic documentation should be in ::Spec.
36073      Branch: perl
36074            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
36075            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
36076            ! lib/File/Spec/Unix.pm
36077 ____________________________________________________________________________
36078 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
36079         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
36080              From: Blair Zajac <blair@orcaware.com>
36081              Date: Mon, 24 Sep 2001 11:48:58 -0700
36082              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
36083              
36084              (the skip() messages)
36085      Branch: perl
36086            ! t/op/magic.t
36087 ____________________________________________________________________________
36088 [ 12438] By: ams                                   on 2001/10/14  23:43:59
36089         Log: Subject: [PATCH] make PerlIO default on VMS
36090              From: "Craig A. Berry" <craigberry@mac.com>
36091              Date: Sun, 14 Oct 2001 15:27:18 -0500
36092              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
36093      Branch: perl
36094            ! configure.com
36095 ____________________________________________________________________________
36096 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
36097         Log: Retract #12436 (Abhijit already did this at #12426)
36098      Branch: perl
36099            ! lib/ExtUtils/MM_Unix.pm
36100 ____________________________________________________________________________
36101 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
36102         Log: (retracted by #12437)
36103              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
36104              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
36105              Date: Sat, 13 Oct 2001 20:33:55 +0200
36106              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
36107      Branch: perl
36108            ! lib/ExtUtils/MM_Unix.pm
36109 ____________________________________________________________________________
36110 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
36111         Log: Subject: h2xs grammar nit
36112              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36113              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
36114              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
36115      Branch: perl
36116            ! utils/h2xs.PL
36117 ____________________________________________________________________________
36118 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
36119         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
36120              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
36121              Date: Sun, 14 Oct 2001 11:25:08 +0100
36122              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
36123      Branch: perl
36124            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
36125            ! warnings.pl
36126 ____________________________________________________________________________
36127 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
36128         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
36129              for File::Spec::Mac::catfile)
36130      Branch: perl
36131            ! lib/h2xs.t
36132 ____________________________________________________________________________
36133 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
36134         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
36135              From: Nicholas Clark <nick@ccl4.org>
36136              Date: Sat, 13 Oct 2001 00:07:31 +0100
36137              Message-ID: <20011013000731.D67535@plum.flirble.org>
36138      Branch: perl
36139            ! lib/h2xs.t utils/h2xs.PL
36140 ____________________________________________________________________________
36141 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
36142         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
36143              before DEFINE and INC), and repent by taking DEFINE and
36144              INC away from PASTHRU.
36145      Branch: perl
36146            ! lib/ExtUtils/MM_Unix.pm
36147 ____________________________________________________________________________
36148 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
36149         Log: More MANIFEST anomalies.
36150      Branch: perl
36151            ! MANIFEST
36152 ____________________________________________________________________________
36153 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
36154         Log: Not that many.
36155      Branch: perl
36156            ! MANIFEST
36157 ____________________________________________________________________________
36158 [ 12428] By: sky                                   on 2001/10/13  20:59:27
36159         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
36160              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36161              Date: Sat, 13 Oct 2001 23:15:55 +0200
36162              Message-ID: <20011013231555.A18071@rafael>
36163      Branch: perl
36164            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
36165            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
36166 ____________________________________________________________________________
36167 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
36168         Log: Rewrite mktables from scratch.
36169              - Cleaner.
36170              - Faster: 15-20 seconds as opposed to several minutes.
36171              - More dynamic: the names of the various categories
36172              such as the linebreak ones are dynamic, not static.
36173              - Is.pl: long names for the general category properties
36174              are now available.
36175              - Ranges (<... ,First>, <..., Last>) from the general
36176              categories work now.
36177              - No more mktables.PL because the mktables.PL is not
36178              and never has been run to create a mktables.
36179              - syllables.txt and Is/Syl*.pl removed: non-standard
36180              (not part of the Unicode), and the whole concept is
36181              being reworked (http://syllabary.sourceforge.net/),
36182              the old way wouldn't even work with the new Syllables.txt
36183              (it would result in 1000+ new categories)
36184      Branch: perl
36185            + lib/unicore/In/163.pl lib/unicore/In/164.pl
36186            + lib/unicore/In/165.pl lib/unicore/In/166.pl
36187            + lib/unicore/In/167.pl lib/unicore/In/168.pl
36188            + lib/unicore/In/169.pl lib/unicore/In/170.pl
36189            + lib/unicore/In/171.pl lib/unicore/Is.pl
36190            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
36191            + lib/unicore/mktables
36192            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
36193            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
36194            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
36195            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
36196            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
36197            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
36198            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
36199            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
36200            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
36201            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
36202            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
36203            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
36204            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
36205            - lib/unicore/syllables.txt
36206            ! (edit 304 files)
36207 ____________________________________________________________________________
36208 [ 12426] By: ams                                   on 2001/10/13  18:05:36
36209         Log: ExtUtils::MM_Unix should ignore comments when searching for
36210              $VERSION.
36211      Branch: perl
36212            ! lib/ExtUtils/MM_Unix.pm
36213 ____________________________________________________________________________
36214 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
36215         Log: Subject: Re: New module XML::Clean
36216              From: andreas.koenig@anima.de (Andreas J. Koenig)
36217              Date: 13 Oct 2001 10:17:09 +0200
36218              Message-ID: <m37ku0t0my.fsf@anima.de>
36219      Branch: perl
36220            ! pod/perlnewmod.pod
36221 ____________________________________________________________________________
36222 [ 12424] By: sky                                   on 2001/10/13  09:39:59
36223         Log: Set thread stack size if needed.
36224      Branch: perl
36225            ! ext/threads/threads.xs
36226 ____________________________________________________________________________
36227 [ 12423] By: sky                                   on 2001/10/13  09:36:49
36228         Log: We do want to set the attribute to joinable even on modern posix
36229              platforms.
36230      Branch: perl
36231            ! ext/threads/threads.xs
36232 ____________________________________________________________________________
36233 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
36234         Log: Subject: [PATCH ext/Data/Dumper.xs]
36235              From: Brian Ingerson <ingy@ttul.org>
36236              Date: Fri, 12 Oct 2001 19:32:35 -0700
36237              Message-ID: <20011012193235.B889@ttul.org>
36238      Branch: perl
36239            ! ext/Data/Dumper/Dumper.xs
36240 ____________________________________________________________________________
36241 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
36242         Log: Update Changes.
36243      Branch: perl
36244            ! Changes patchlevel.h
36245 ____________________________________________________________________________
36246 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
36247         Log: FAQ sync.
36248      Branch: perl
36249            ! pod/perlfaq3.pod pod/perlfaq4.pod
36250 ____________________________________________________________________________
36251 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
36252         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
36253              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
36254              Date: Fri, 12 Oct 2001 11:51:05 -0700
36255              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
36256      Branch: perl
36257            ! lib/File/Copy.pm
36258 ____________________________________________________________________________
36259 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
36260         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
36261              From: "chromatic" <chromatic@rmci.net>     
36262              Date: Thu, 11 Oct 2001 10:57:55 -0600
36263              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
36264              
36265              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
36266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36267              Date: Thu, 11 Oct 2001 22:34:21 +0200
36268              Message-ID: <20011011223421.A693@rafael>     
36269              
36270              plus undef $Term::Complete::stty as suggested by Rafael.
36271      Branch: perl
36272            ! lib/Term/Complete.pm lib/Term/Complete.t
36273 ____________________________________________________________________________
36274 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
36275         Log: UUnndduupplleexx..
36276      Branch: perl
36277            ! perl.h
36278 ____________________________________________________________________________
36279 [ 12416] By: sky                                   on 2001/10/12  20:16:19
36280         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
36281              From: Andy Dougherty <doughera@lafayette.edu>
36282              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
36283              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
36284              (Potentially only band-aid)
36285      Branch: perl
36286            ! sv.c
36287 ____________________________________________________________________________
36288 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
36289         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
36290              mishandles kill(), and therefore the sigaction test
36291              should be skipped, from Charles Lane.
36292      Branch: perl
36293            ! ext/POSIX/t/sigaction.t
36294 ____________________________________________________________________________
36295 [ 12414] By: sky                                   on 2001/10/12  18:47:49
36296         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
36297      Branch: perl
36298            ! op.h
36299 ____________________________________________________________________________
36300 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
36301         Log: Upgrade to Math::BigInt 1.44 from Tels and
36302              further fixes from John Peacock.
36303      Branch: perl
36304            + lib/Math/BigInt/t/Math/Subclass.pm
36305            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
36306            + lib/Math/BigInt/t/subclass.t
36307            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
36308            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
36309            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
36310            ! lib/Math/BigInt/t/mbimbf.t
36311 ____________________________________________________________________________
36312 [ 12412] By: sky                                   on 2001/10/12  18:28:23
36313         Log: perhaps pthread_attr_t really needs to be set for the old api
36314      Branch: perl
36315            ! ext/threads/threads.xs
36316 ____________________________________________________________________________
36317 [ 12411] By: sky                                   on 2001/10/12  18:11:45
36318         Log: pthread_keycreate not pthread_key_create under the here be dragons API
36319      Branch: perl
36320            ! ext/threads/threads.h
36321 ____________________________________________________________________________
36322 [ 12410] By: sky                                   on 2001/10/12  18:07:37
36323         Log: Apperently OLD PTHREADS API is a bit retarded.
36324              This should fix another set of compile failures in HP-UX 10.20.
36325      Branch: perl
36326            ! ext/threads/threads.h ext/threads/threads.xs
36327 ____________________________________________________________________________
36328 [ 12409] By: nick                                  on 2001/10/12  15:30:01
36329         Log: Blind integrate of mainline
36330      Branch: perlio
36331           +> (branch 32 files)
36332            - lib/unicode/README
36333           !> (integrate 121 files)
36334 ____________________________________________________________________________
36335 [ 12408] By: sky                                   on 2001/10/12  14:55:08
36336         Log: Let us avoid being smart for now.
36337      Branch: perl
36338            ! ext/threads/threads.h
36339 ____________________________________________________________________________
36340 [ 12407] By: sky                                   on 2001/10/12  14:38:12
36341         Log: (void*) the argument to make sure we work with picky compilers
36342      Branch: perl
36343            ! ext/threads/threads.xs
36344 ____________________________________________________________________________
36345 [ 12406] By: ams                                   on 2001/10/12  13:26:04
36346         Log: (replaced with #12600)
36347              
36348              Subject: [PATCH 5.6.1 perldoc] use File::Temp
36349              From: Mikhail Zabaluev <mhz@alt-linux.org>
36350              Date: Fri, 12 Oct 2001 12:47:47 +0400
36351              Message-Id: <20011012124747.E13918@localhost.localdomain>
36352      Branch: perl
36353            ! utils/perldoc.PL
36354 ____________________________________________________________________________
36355 [ 12405] By: ams                                   on 2001/10/12  13:05:32
36356         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
36357              From: andreas.koenig@anima.de (Andreas J. Koenig)
36358              Date: 12 Oct 2001 11:12:07 +0200
36359              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
36360      Branch: perl
36361            ! lib/Memoize/t/speed.t
36362 ____________________________________________________________________________
36363 [ 12404] By: sky                                   on 2001/10/12  12:46:15
36364         Log: A) Support OLD_PTHREADS_API
36365              B) Change from using pthread_t to using a TLS to store the
36366              index of the thread in an hash, this is to avoid problems when
36367              in fact pthread_t was not a seralizable type.
36368              Both these changes are because of HP-UX 10.20
36369              This has not been tested on win32 but should work there.
36370              Need to add support for NetWare.
36371      Branch: perl
36372            ! ext/threads/threads.h ext/threads/threads.xs
36373 ____________________________________________________________________________
36374 [ 12403] By: ams                                   on 2001/10/12  07:34:19
36375         Log: Subject: Re: New module XML::Clean
36376              From: andreas.koenig@anima.de (Andreas J. Koenig)
36377              Date: 12 Oct 2001 10:20:35 +0200
36378              Message-Id: <m3elo9uv58.fsf@anima.de>
36379      Branch: perl
36380            ! pod/perlnewmod.pod
36381 ____________________________________________________________________________
36382 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
36383         Log: More HP model tweaks from Merijn.
36384      Branch: perl
36385            ! README.hpux
36386 ____________________________________________________________________________
36387 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
36388         Log: Update Changes.
36389      Branch: perl
36390            ! Changes patchlevel.h
36391 ____________________________________________________________________________
36392 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
36393         Log: HP-UX update from H.Merijn Brand.
36394      Branch: perl
36395            ! README.hpux
36396 ____________________________________________________________________________
36397 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
36398         Log: Subject: [PATCH] fix link rot in README.vms
36399              From: "Craig A. Berry" <craigberry@mac.com>
36400              Date: Wed, 10 Oct 2001 17:17:00 -0500
36401              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
36402      Branch: perl
36403            ! README.vms
36404 ____________________________________________________________________________
36405 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
36406         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
36407              From: "chromatic" <chromatic@rmci.net>
36408              Date: Wed, 10 Oct 2001 15:50:30 -0600
36409              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
36410      Branch: perl
36411            ! lib/Term/Complete.t
36412 ____________________________________________________________________________
36413 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
36414         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
36415              From: "chromatic" <chromatic@rmci.net>
36416              Date: Wed, 10 Oct 2001 15:45:42 -0600
36417              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
36418      Branch: perl
36419            + lib/ExtUtils/Packlist.t
36420            ! MANIFEST
36421 ____________________________________________________________________________
36422 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
36423         Log: VMS needs quotes around the -I option to keep it from
36424              being downcased, from Charles Lane.
36425      Branch: perl
36426            ! t/run/kill_perl.t
36427 ____________________________________________________________________________
36428 [ 12395] By: ams                                   on 2001/10/10  16:22:32
36429         Log: Subject: [PATCH lib/FindBin.pm]
36430              From: Stas Bekman <stas@stason.org>
36431              Date: Tue, 09 Oct 2001 23:57:10 +0800
36432              Message-Id: <3BC31E56.60805@stason.org>
36433      Branch: perl
36434            ! lib/FindBin.pm
36435 ____________________________________________________________________________
36436 [ 12394] By: ams                                   on 2001/10/10  16:09:53
36437         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
36438              From: Abhijit Menon-Sen <ams@wiw.org>
36439              Date: Wed, 10 Oct 2001 21:59:33 +0530
36440              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
36441      Branch: perl
36442            ! ext/Data/Dumper/Dumper.xs
36443 ____________________________________________________________________________
36444 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
36445         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
36446              from Charles Lane.
36447      Branch: perl
36448            ! lib/File/Spec/VMS.pm
36449 ____________________________________________________________________________
36450 [ 12392] By: ams                                   on 2001/10/10  14:49:43
36451         Log: Subject: [PATCH] two s/// bugfixes
36452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36453              Date: Wed, 10 Oct 2001 17:23:44 +0200
36454              Message-Id: <20011010172344.C22440@rafael>
36455      Branch: perl
36456            ! pp_ctl.c regexec.c t/op/subst.t
36457 ____________________________________________________________________________
36458 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
36459         Log: Fix/improve handling of the [000000] special "root"
36460              directory, by putting cwd in canonical form when doing
36461              abs2rel, and prepending a 000000 to directory "chunks"
36462              if missing from base or path.  Also adjust test to
36463              reflect the (improved) output from abs2rel.
36464              From Charles Lane.
36465      Branch: perl
36466            ! lib/File/Spec.t lib/File/Spec/VMS.pm
36467 ____________________________________________________________________________
36468 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
36469         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
36470              all of the extra VMSish attributes (such as "treat this logical
36471              as a device name") that are necessary to make programs run.
36472              A tainted %ENV does not hinder VMS.  From Charles Lane.
36473      Branch: perl
36474            ! lib/File/Find/t/taint.t
36475 ____________________________________________________________________________
36476 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
36477         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
36478              
36479              o  VMS is case-insensitive, RTL downcases filenames read
36480              by perl... so need to re-upcase filenames like MANIFEST
36481              and MANIFEST.SKIP
36482              
36483              o  Need to convert VMS-style to Unix-style filenames when comparing
36484              names in MANIFEST to names in filesystem.
36485              
36486              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
36487              since VMS won't let you (easily) delete non-empty directories.
36488              
36489              From Charles Lane.
36490      Branch: perl
36491            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
36492 ____________________________________________________________________________
36493 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
36494         Log: Unix and VMS agree on "*" as a "match any number of any chars"
36495              wildcards, but differ ("?"  vs.  "%") for their "match any single
36496              char" wildcard.  This patch changes "?"  chars to "%" before doing a
36497              VMS glob...at no loss of functionality, since "?"  isn't a valid
36498              filename char on VMS.  From Charles Lane.
36499      Branch: perl
36500            ! doio.c
36501 ____________________________________________________________________________
36502 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
36503         Log: (accidentally empty submit; new life as #12390)
36504      Branch: perl
36505            ! lib/File/Find/t/taint.t
36506 ____________________________________________________________________________
36507 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
36508         Log: Even more VMS tweakage from Charles Lane:
36509              
36510              Tweak #1:  splitdir only works on directory part of filespec,
36511              split off volume first
36512              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
36513              (it's a horrible kludge in the run-time library,
36514              improved in later versions). Check the
36515              $Config{'d_setenv'} flag before attempting to set it.
36516      Branch: perl
36517            ! t/op/chdir.t
36518 ____________________________________________________________________________
36519 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
36520         Log: VMS tweakage from Charles Lane.
36521              
36522              . command.com doubles an output line when prompting for extensions
36523              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
36524              . perl5db doesn't clean up after itself
36525      Branch: perl
36526            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
36527 ____________________________________________________________________________
36528 [ 12384] By: sky                                   on 2001/10/09  19:16:11
36529         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
36530              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36531              Date: Tue, 9 Oct 2001 22:10:26 +0200
36532              Message-ID: <20011009221026.A8579@rafael>
36533      Branch: perl
36534            ! pod/perldata.pod
36535 ____________________________________________________________________________
36536 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
36537         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
36538              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
36539              Date: 9 Oct 2001 15:15:06 -0000
36540              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
36541      Branch: perl
36542            ! t/op/subst.t
36543 ____________________________________________________________________________
36544 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
36545         Log: Update Changes.
36546      Branch: perl
36547            ! Changes patchlevel.h
36548 ____________________________________________________________________________
36549 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
36550         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
36551              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
36552              when a NULL is passed for the filename string pointer.
36553              From Charles Lane.
36554      Branch: perl
36555            ! vms/vms.c
36556 ____________________________________________________________________________
36557 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
36558         Log: Subject: HP systems update
36559              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36560              Date: Tue, 09 Oct 2001 15:59:22 +0200
36561              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
36562      Branch: perl
36563            ! README.hpux
36564 ____________________________________________________________________________
36565 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
36566         Log: CPAN::Nox does now have a test.
36567      Branch: perl
36568            ! t/lib/1_compile.t
36569 ____________________________________________________________________________
36570 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
36571         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
36572              From: David Dyck <dcd@tc.fluke.com>
36573              Date: Mon, 1 Oct 2001 12:17:36 -0700
36574              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
36575      Branch: perl
36576            ! installperl
36577 ____________________________________________________________________________
36578 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
36579         Log: NetWare update from Ananth Kesari.
36580      Branch: perl
36581            ! NetWare/nwperlsys.h makedef.pl
36582 ____________________________________________________________________________
36583 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
36584         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
36585              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36586              Date: Tue, 9 Oct 2001 08:40:57 EDT
36587              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
36588      Branch: perl
36589            ! lib/File/Find/t/find.t
36590 ____________________________________________________________________________
36591 [ 12374] By: ams                                   on 2001/10/09  05:31:45
36592         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
36593              ExtUtils::Mkbootstrap
36594              From: "chromatic" <chromatic@rmci.net>
36595              Date: Tue, 09 Oct 2001 00:08:37 -0600
36596              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
36597      Branch: perl
36598            + lib/ExtUtils/Mkbootstrap.t
36599            ! MANIFEST
36600 ____________________________________________________________________________
36601 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
36602         Log: Enable more debugging.
36603      Branch: perl
36604            ! lib/utf8_heavy.pl
36605 ____________________________________________________________________________
36606 [ 12372] By: ams                                   on 2001/10/09  02:11:59
36607         Log: #12370 forgot to modify is_gv_magical().
36608      Branch: perl
36609            ! gv.c
36610 ____________________________________________________________________________
36611 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
36612         Log: Make the toupper/lower/title API for Unicode not right
36613              but at least less wrong: prepare for the mapping being
36614              more than just one-character-to-one-character.
36615      Branch: perl
36616            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
36617            ! regexec.c utf8.c
36618 ____________________________________________________________________________
36619 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
36620         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
36621              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36622              Date: Mon, 8 Oct 2001 22:18:23 -0400
36623              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
36624      Branch: perl
36625            ! pod/perlvar.pod t/op/taint.t
36626 ____________________________________________________________________________
36627 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
36628         Log: FAQ sync.
36629      Branch: perl
36630            ! pod/perlfaq3.pod pod/perlfaq4.pod
36631 ____________________________________________________________________________
36632 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
36633         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
36634              From: "chromatic" <chromatic@rmci.net>
36635              Date: Mon, 08 Oct 2001 14:05:32 -0600
36636              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
36637      Branch: perl
36638            ! lib/Term/Cap.t
36639 ____________________________________________________________________________
36640 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
36641         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
36642              From: Michael G Schwern <schwern@pobox.com>
36643              Date: Mon, 8 Oct 2001 17:00:14 -0400
36644              Message-ID: <20011008170014.L17083@blackrider>
36645      Branch: perl
36646            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
36647 ____________________________________________________________________________
36648 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
36649         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
36650              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36651              Date: Mon, 8 Oct 2001 16:01:33 EDT
36652              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
36653      Branch: perl
36654            ! ext/Time/HiRes/HiRes.xs
36655 ____________________________________________________________________________
36656 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
36657         Log: Subject: [PATCH] Autosplit patch for VMS
36658              From: "Craig A. Berry" <craigberry@mac.com>
36659              Date: Mon, 08 Oct 2001 15:40:43 -0500
36660              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
36661      Branch: perl
36662            ! lib/AutoSplit.pm lib/AutoSplit.t
36663 ____________________________________________________________________________
36664 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
36665         Log: Don't assume that everybody is running OS X 10.1 yet;
36666              from Kay Röpke.
36667      Branch: perl
36668            ! hints/darwin.sh
36669 ____________________________________________________________________________
36670 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
36671         Log: Update Changes.
36672      Branch: perl
36673            ! Changes patchlevel.h
36674 ____________________________________________________________________________
36675 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
36676         Log: Retract #12358 for now.
36677      Branch: perl
36678            ! lib/Term/Cap.t
36679 ____________________________________________________________________________
36680 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
36681         Log: Can't figure out what this is testing.
36682              (If it is trying to catch SIGKILL, it should stop
36683              trying because that is by definition impossible.)
36684      Branch: perl
36685            ! lib/sigtrap.t
36686 ____________________________________________________________________________
36687 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
36688         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
36689              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36690              Date: Sun, 30 Sep 2001 21:15:13 +0200
36691              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
36692      Branch: perl
36693            ! lib/ExtUtils/MM_Win32.pm
36694 ____________________________________________________________________________
36695 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
36696         Log: Clarify the ldlibpth part and condense the overall text.
36697      Branch: perl
36698            ! t/TEST
36699 ____________________________________________________________________________
36700 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
36701         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
36702              From: "chromatic" <chromatic@rmci.net>
36703              Date: Sun, 07 Oct 2001 16:59:26 -0600
36704              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
36705      Branch: perl
36706            ! lib/Term/Cap.t
36707 ____________________________________________________________________________
36708 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
36709         Log: Update the list because fo #12265.
36710      Branch: perl
36711            ! t/lib/1_compile.t
36712 ____________________________________________________________________________
36713 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
36714         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
36715              From: Nicholas Clark <nick@ccl4.org>
36716              Date: Sun, 7 Oct 2001 20:53:33 +0100
36717              Message-ID: <20011007205333.S38756@plum.flirble.org>   
36718      Branch: perl
36719            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
36720            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
36721            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
36722            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
36723            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
36724            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
36725            ! lib/Switch/t/switch.t lib/Term/Complete.t
36726            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
36727            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
36728            ! t/op/my_stash.t
36729 ____________________________________________________________________________
36730 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
36731         Log: Integrate patch #12350 from maintperl; typo in
36732              IO::Seekable doc.
36733      Branch: perl
36734           !> ext/IO/lib/IO/Seekable.pm
36735 ____________________________________________________________________________
36736 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
36737         Log: Detypo.
36738      Branch: perl
36739            ! hints/darwin.sh
36740 ____________________________________________________________________________
36741 [ 12353] By: sky                                   on 2001/10/07  17:16:14
36742         Log: Change 12349 didn't really get it right.
36743      Branch: perl
36744            ! lib/Unicode/README
36745 ____________________________________________________________________________
36746 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
36747         Log: If running the harness the dynamic library search path
36748              may need setting.
36749      Branch: perl
36750            ! t/TEST
36751 ____________________________________________________________________________
36752 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
36753         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
36754              in ldflags.
36755      Branch: perl
36756            ! hints/darwin.sh
36757 ____________________________________________________________________________
36758 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
36759         Log: typo in IO::Seekable doc
36760      Branch: maint-5.6/perl
36761            ! ext/IO/lib/IO/Seekable.pm
36762 ____________________________________________________________________________
36763 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
36764         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
36765              doesn't work on Mac OS X 10.1 (when unpacking the tar the
36766              latter gets renamed as lib/unicode:1, assumedly for security
36767              reasons not to overwrite stuff)
36768      Branch: perl
36769            + lib/Unicode/README
36770            - lib/unicode/README
36771            ! MANIFEST
36772 ____________________________________________________________________________
36773 [ 12348] By: ams                                   on 2001/10/07  05:33:40
36774         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
36775              From: "chromatic" <chromatic@rmci.net>
36776              Date: Sat, 06 Oct 2001 21:42:03 -0600
36777              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
36778      Branch: perl
36779            + lib/CPAN/t/Nox.t
36780            ! MANIFEST
36781 ____________________________________________________________________________
36782 [ 12347] By: ams                                   on 2001/10/07  00:48:10
36783         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
36784              From: "chromatic" <chromatic@rmci.net>
36785              Date: Sat, 06 Oct 2001 18:52:10 -0600
36786              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
36787      Branch: perl
36788            + lib/sigtrap.t
36789            ! MANIFEST
36790 ____________________________________________________________________________
36791 [ 12346] By: ams                                   on 2001/10/06  23:14:01
36792         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
36793              h2xs write?)
36794              From: Nicholas Clark <nick@ccl4.org>
36795              Date: Sat, 6 Oct 2001 21:46:43 +0100
36796              Message-Id: <20011006214643.L38756@plum.flirble.org>
36797      Branch: perl
36798            ! utils/h2xs.PL
36799 ____________________________________________________________________________
36800 [ 12345] By: ams                                   on 2001/10/06  17:39:53
36801         Log: Subject: [PATCH] Memoize tests
36802              From: Nicholas Clark <nick@ccl4.org>
36803              Date: Sat, 6 Oct 2001 18:04:21 +0100
36804              Message-Id: <20011006180421.J38756@plum.flirble.org>
36805      Branch: perl
36806            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
36807            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
36808            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
36809            ! lib/Memoize/t/expire_module_n.t
36810            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
36811            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
36812            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
36813            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
36814            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
36815            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
36816 ____________________________________________________________________________
36817 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
36818         Log: Retract the latter part of #12343.
36819      Branch: perl
36820            ! ext/IO/lib/IO/Socket/INET.pm
36821 ____________________________________________________________________________
36822 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
36823         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
36824              From: David Dyck <dcd@tc.fluke.com>
36825              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
36826              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
36827              
36828              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
36829              From: David Dyck <dcd@tc.fluke.com>
36830              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
36831              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
36832      Branch: perl
36833            ! ext/IO/lib/IO/Socket/INET.pm
36834 ____________________________________________________________________________
36835 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
36836         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
36837              From: Robin Barker <rmb1@cise.npl.co.uk>
36838              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
36839              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
36840      Branch: perl
36841            ! t/TEST
36842 ____________________________________________________________________________
36843 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
36844         Log: Don't assume that %x is good for displaying UVs.
36845      Branch: perl
36846            ! dump.c
36847 ____________________________________________________________________________
36848 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
36849         Log: Update Changes.
36850      Branch: perl
36851            ! Changes patchlevel.h
36852 ____________________________________________________________________________
36853 [ 12339] By: ams                                   on 2001/10/05  10:22:34
36854         Log: Subject: [PATCH] perlfunc/select
36855              From: Nicholas Clark <nick@ccl4.org>
36856              Date: Fri, 5 Oct 2001 11:33:58 +0100
36857              Message-Id: <20011005113358.Z38756@plum.flirble.org>
36858      Branch: perl
36859            ! pod/perlfunc.pod
36860 ____________________________________________________________________________
36861 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
36862         Log: Retract #12313 and #12249.
36863      Branch: perl
36864            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
36865            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
36866            ! pod/perlebcdic.pod
36867 ____________________________________________________________________________
36868 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
36869         Log: Subject: [PATCH] perlvms.pod update
36870              From: "Craig A. Berry" <craigberry@mac.com>
36871              Date: Thu, 04 Oct 2001 12:55:52 -0500
36872              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
36873      Branch: perl
36874            ! vms/perlvms.pod
36875 ____________________________________________________________________________
36876 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
36877         Log: Subject: PATCH: Tie::SubstrHash
36878              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36879              Date: Thu, 04 Oct 2001 12:12:41 +0100
36880              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
36881      Branch: perl
36882            ! lib/Tie/SubstrHash.pm
36883 ____________________________________________________________________________
36884 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
36885         Log: Unicode properties saga continues.
36886      Branch: perl
36887            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
36888            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
36889 ____________________________________________________________________________
36890 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
36891         Log: Yet more Unicode properties.
36892      Branch: perl
36893            + lib/unicore/In/137.pl lib/unicore/In/138.pl
36894            + lib/unicore/In/139.pl lib/unicore/In/140.pl
36895            + lib/unicore/In/141.pl lib/unicore/In/142.pl
36896            + lib/unicore/In/143.pl lib/unicore/In/144.pl
36897            + lib/unicore/In/145.pl lib/unicore/In/146.pl
36898            + lib/unicore/In/147.pl lib/unicore/In/148.pl
36899            + lib/unicore/In/149.pl lib/unicore/In/150.pl
36900            + lib/unicore/In/151.pl lib/unicore/In/152.pl
36901            + lib/unicore/In/153.pl lib/unicore/In/154.pl
36902            + lib/unicore/In/155.pl lib/unicore/In/156.pl
36903            + lib/unicore/In/157.pl lib/unicore/In/158.pl
36904            + lib/unicore/In/159.pl lib/unicore/In/160.pl
36905            + lib/unicore/In/161.pl lib/unicore/In/162.pl
36906            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
36907            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
36908            ! pod/perlunicode.pod
36909 ____________________________________________________________________________
36910 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
36911         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
36912              From: "Craig A. Berry" <craigberry@mac.com>
36913              Date: Wed, 03 Oct 2001 17:45:25 -0500
36914              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
36915              
36916              (the lib/Term/Complete.t patched differently by #12332)
36917      Branch: perl
36918            ! lib/ExtUtils/Command.t
36919 ____________________________________________________________________________
36920 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
36921         Log: Restore only if something to restore.
36922      Branch: perl
36923            ! lib/Term/Complete.t
36924 ____________________________________________________________________________
36925 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
36926         Log: Update various resources for credits,
36927              minor icons fixes, and versions.
36928      Branch: maint-5.6/macperl
36929            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
36930            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
36931            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
36932 ____________________________________________________________________________
36933 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
36934         Log: Quiet the warnings about using undef value
36935      Branch: maint-5.6/macperl
36936            ! lib/File/Temp.pm
36937 ____________________________________________________________________________
36938 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
36939         Log: Fix up Ballon Help and Help menu docs (first pass);
36940              remove balloon rez file, and autogenerate with
36941              Balloon2Rez instead.
36942      Branch: maint-5.6/macperl
36943            + macos/macperl/macscripts/Balloon2Rez
36944            - macos/macperl/MPBalloons.r
36945            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
36946 ____________________________________________________________________________
36947 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
36948         Log: Allow overriding of defaults, for change #12327.
36949      Branch: maint-5.6/macperl
36950            ! perl.h
36951 ____________________________________________________________________________
36952 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
36953         Log: Override PerlProc_exit.
36954      Branch: maint-5.6/macperl
36955            ! macos/macish.h
36956 ____________________________________________________________________________
36957 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
36958         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
36959      Branch: maint-5.6/macperl
36960            + macos/bundled_lib/blib/lib/MD5.pm
36961            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
36962            + macos/lib/Mac/AETE/Dialect.pm
36963            + macos/lib/Mac/AETE/Format/Converter.pm
36964            + macos/lib/Mac/AETE/Format/Dictionary.pm
36965            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
36966            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
36967            + macos/lib/Mac/Toolbox.pod
36968            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
36969 ____________________________________________________________________________
36970 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
36971         Log: Sync up silly CVS headers ... I should commit CVS
36972              first to avoid this ...
36973      Branch: maint-5.6/macperl
36974            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
36975            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
36976            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
36977            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
36978 ____________________________________________________________________________
36979 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
36980         Log: Fix Matthias' address, and attributions.
36981      Branch: maint-5.6/macperl
36982            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
36983            ! pod/perlport.pod
36984 ____________________________________________________________________________
36985 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
36986         Log: Fix Matthias' address, and attributions.
36987      Branch: maint-5.6/macperl
36988            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
36989            ! macos/ext/Mac/Components/Components.pm
36990            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
36991            ! macos/ext/Mac/Dialogs/Dialogs.pm
36992            ! macos/ext/Mac/Events/Events.pm
36993            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
36994            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
36995            ! macos/ext/Mac/Gestalt/Gestalt.pm
36996            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
36997            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
36998            ! macos/ext/Mac/Menus/Menus.pm
36999            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
37000            ! macos/ext/Mac/Movies/Movies.pm
37001            ! macos/ext/Mac/Navigation/Navigation.pm
37002            ! macos/ext/Mac/Notification/Notification.pm
37003            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
37004            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
37005            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
37006            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
37007            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
37008            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
37009            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
37010            ! macos/ext/Mac/StandardFile/StandardFile.pm
37011            ! macos/ext/Mac/TextEdit/TextEdit.pm
37012            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
37013            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
37014            ! macos/lib/Mac/LowMem.pm
37015 ____________________________________________________________________________
37016 [ 12322] By: sky                                   on 2001/10/03  18:41:07
37017         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
37018              From: "Craig A. Berry" <craigberry@mac.com>
37019              Date: Wed, 03 Oct 2001 14:30:55 -0500
37020              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
37021      Branch: perl
37022            ! vms/vms.c
37023 ____________________________________________________________________________
37024 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
37025         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
37026              From: "Craig A. Berry" <craigberry@mac.com>
37027              Date: Wed, 03 Oct 2001 14:30:55 -0500
37028              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
37029      Branch: perl
37030            ! vms/vms.c
37031 ____________________________________________________________________________
37032 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
37033         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
37034              only IsL&) and Inherited (negative lookahead good);
37035              add tests for Common, Inherited, and L&.
37036      Branch: perl
37037            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
37038 ____________________________________________________________________________
37039 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
37040         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
37041              (The Unicode standard uses L& quite often.)
37042      Branch: perl
37043            ! lib/utf8_heavy.pl
37044 ____________________________________________________________________________
37045 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
37046         Log: Add the 'Common' Unicode property (code points not
37047              explicitly assigned to any other script).
37048      Branch: perl
37049            + lib/unicore/In/136.pl
37050            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
37051 ____________________________________________________________________________
37052 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
37053         Log: Skip the RV printing test under threads until fixed.
37054      Branch: perl
37055            ! ext/B/t/terse.t
37056 ____________________________________________________________________________
37057 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
37058         Log: Subject: 12309 / cygwin / win2k
37059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37060              Date: Wed, 03 Oct 2001 15:25:15 +0200
37061              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
37062      Branch: perl
37063            ! makedef.pl
37064 ____________________________________________________________________________
37065 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
37066         Log: Metaconfig unit change for #12314.
37067      Branch: metaconfig
37068            ! U/modified/Head.U
37069 ____________________________________________________________________________
37070 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
37071         Log: Subject: Both cygwin and djgpp on one machine
37072              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37073              Date: Wed, 03 Oct 2001 15:02:59 +0200
37074              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
37075      Branch: perl
37076            ! Configure
37077 ____________________________________________________________________________
37078 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
37079         Log: (retracted by #12338)
37080              
37081              Subject: [PATCH] Code clean up for perlboot.pod
37082              From: Casey West <casey@geeknest.com>
37083              Date: Tue, 2 Oct 2001 19:24:43 -0400
37084              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
37085              
37086              Subject: [PATCH] Code clean up for perlbot.diff
37087              From: Casey West <casey@geeknest.com>
37088              Date: Tue, 2 Oct 2001 19:25:22 -0400
37089              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
37090              
37091              Subject: [PATCH] Code clean up for perlcall.pod
37092              From: Casey West <casey@geeknest.com>
37093              Date: Tue, 2 Oct 2001 19:25:57 -0400
37094              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
37095              
37096              Subject: [PATCH] Code clean up for perldata.pod
37097              From: Casey West <casey@geeknest.com>
37098              Date: Tue, 2 Oct 2001 19:26:29 -0400
37099              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
37100              
37101              Subject: [PATCH] Code clean up for perldbmfilter.pod
37102              From: Casey West <casey@geeknest.com>
37103              Date: Tue, 2 Oct 2001 19:26:59 -0400
37104              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
37105              
37106              Subject: [PATCH] Code clean up for perlebcdic.pod
37107              From: Casey West <casey@geeknest.com>
37108              Date: Tue, 2 Oct 2001 19:27:37 -0400
37109              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
37110      Branch: perl
37111            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
37112            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
37113 ____________________________________________________________________________
37114 [ 12312] By: ams                                   on 2001/10/02  23:43:55
37115         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
37116              From: Michael G Schwern <schwern@pobox.com>
37117              Date: Tue, 2 Oct 2001 17:00:49 -0400
37118              Message-Id: <20011002170049.A9955@blackrider>
37119      Branch: perl
37120            ! lib/ExtUtils/MakeMaker.pm
37121 ____________________________________________________________________________
37122 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
37123         Log: FAQ sync.
37124      Branch: perl
37125            ! pod/perlfaq3.pod
37126 ____________________________________________________________________________
37127 [ 12310] By: nick                                  on 2001/10/02  16:09:49
37128         Log: Integrate mainline
37129      Branch: perlio
37130           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
37131           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
37132           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
37133           !> patchlevel.h t/op/pat.t
37134 ____________________________________________________________________________
37135 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
37136         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
37137              not just one single space.
37138      Branch: perl
37139            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
37140 ____________________________________________________________________________
37141 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
37142         Log: AUTHORS updates.
37143      Branch: perl
37144            ! AUTHORS
37145 ____________________________________________________________________________
37146 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
37147         Log: Update Changes.
37148      Branch: perl
37149            ! Changes patchlevel.h
37150 ____________________________________________________________________________
37151 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
37152         Log: Work around old buggy glibcs for langinfo constants,
37153              from Nicholas Clark and David Dyck.
37154      Branch: perl
37155            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
37156 ____________________________________________________________________________
37157 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
37158         Log: Eradicate Time::Piece; add an example.
37159      Branch: perl
37160            ! ext/I18N/Langinfo/Langinfo.pm
37161 ____________________________________________________________________________
37162 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
37163         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
37164              From: Robert Spier <rspier@pobox.com>
37165              Date: Mon, 1 Oct 2001 23:20:16 -0700
37166              Message-ID: <15289.23712.422087.878224@rls.cx>
37167      Branch: perl
37168            ! lib/Pod/Html.pm
37169 ____________________________________________________________________________
37170 [ 12303] By: sky                                   on 2001/10/02  10:40:57
37171         Log: Fixes obscure bug that manifests itself by.
37172              local $!=0;undef*STDOUT;#segfaults
37173              Has been around for a while. Possible other magic IO vars are
37174              possibly affected as well. Reported by Jos Boumans.
37175      Branch: perl
37176            ! mg.c
37177 ____________________________________________________________________________
37178 [ 12302] By: nick                                  on 2001/10/02  09:00:52
37179         Log: Integrate mainline
37180      Branch: perlio
37181           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
37182           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
37183           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
37184 ____________________________________________________________________________
37185 [ 12301] By: nick                                  on 2001/10/02  08:40:57
37186         Log: Integrate mainline + lib/open.t patch from Chromatic
37187      Branch: perlio
37188           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
37189            ! lib/open.t
37190           !> (integrate 29 files)
37191 ____________________________________________________________________________
37192 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
37193         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
37194              Until it has, better stop early if someone requests threads.
37195      Branch: perl
37196            ! hints/darwin.sh
37197 ____________________________________________________________________________
37198 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
37199         Log: Subject: [ID 20011001.011] redundant code in t/TEST
37200              From: David Dyck <dcd@tc.fluke.com>
37201              Date: Mon, 1 Oct 2001 12:56:24 -0700
37202              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
37203      Branch: perl
37204            ! t/TEST
37205 ____________________________________________________________________________
37206 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
37207         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
37208              From: "chromatic" <chromatic@rmci.net>
37209              Date: Mon, 01 Oct 2001 12:27:12 -0600
37210              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
37211      Branch: perl
37212            ! lib/Term/Cap.t
37213 ____________________________________________________________________________
37214 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
37215         Log: UNICOS testing patches from Nicholas Clark.
37216      Branch: perl
37217            ! t/op/arith.t t/op/pack.t
37218 ____________________________________________________________________________
37219 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
37220         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
37221              From: "chromatic" <chromatic@rmci.net>
37222              Date: Mon, 01 Oct 2001 10:21:51 -0600
37223              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
37224      Branch: perl
37225            ! lib/open.t
37226 ____________________________________________________________________________
37227 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
37228         Log: Make missing the RADIXCHAR a softer, gentler error.
37229      Branch: perl
37230            ! ext/I18N/Langinfo/Langinfo.t
37231 ____________________________________________________________________________
37232 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
37233         Log: Nuke also the LANG because of glibc.
37234      Branch: perl
37235            ! lib/open.t
37236 ____________________________________________________________________________
37237 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
37238         Log: Also the ^Is is optional.
37239      Branch: perl
37240            ! pod/perlunicode.pod t/op/pat.t
37241 ____________________________________________________________________________
37242 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
37243         Log: Be careful to pull chars from the varargs stack when
37244              formatting chars.
37245      Branch: perl
37246            ! regcomp.c
37247 ____________________________________________________________________________
37248 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
37249         Log: sortsv not in place anymore, noticed by John P. Linderman.
37250      Branch: perl
37251            ! pod/perlapi.pod pp_ctl.c
37252 ____________________________________________________________________________
37253 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
37254         Log: Make the diagnostic messages more neutral.
37255      Branch: perl
37256            ! ext/B/t/terse.t
37257 ____________________________________________________________________________
37258 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
37259         Log: Forgotten from #12288.
37260      Branch: perl
37261            ! ext/Data/Dumper/Dumper.pm
37262 ____________________________________________________________________________
37263 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
37264         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
37265              From: Brian Ingerson <ingy@ttul.org>
37266              Date: Sun, 30 Sep 2001 21:45:56 -0700
37267              Message-ID: <20010930214556.D26392@ttul.org>
37268              
37269              (remember also the #12289)
37270      Branch: perl
37271            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
37272 ____________________________________________________________________________
37273 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
37274         Log: More Unicode property tests for the abbreviated
37275              general properties.
37276      Branch: perl
37277            ! t/op/pat.t
37278 ____________________________________________________________________________
37279 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
37280         Log: Further tweaks to the Unicode properties.
37281      Branch: perl
37282            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
37283 ____________________________________________________________________________
37284 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
37285         Log: Retract #12284.
37286      Branch: perl
37287            ! lib/Term/Cap.t
37288 ____________________________________________________________________________
37289 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
37290         Log: (Retracted by #12285)
37291      Branch: perl
37292            ! lib/Term/Cap.t
37293 ____________________________________________________________________________
37294 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
37295         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
37296              From: "chromatic" <chromatic@rmci.net>  
37297              Date: Sun, 30 Sep 2001 16:10:02 -0600
37298              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
37299      Branch: perl
37300            + lib/Term/Cap.t
37301            ! MANIFEST
37302 ____________________________________________________________________________
37303 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
37304         Log: Use stty -g to restore the terminal state, do not even
37305              try to run the tests if stty -g is not available.
37306      Branch: perl
37307            ! lib/Term/Complete.t
37308 ____________________________________________________________________________
37309 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
37310         Log: Cleanup utf8_heavy; allow dropping the In prefix from
37311              Unicode script/block properties.
37312      Branch: perl
37313            ! lib/utf8_heavy.pl
37314 ____________________________________________________________________________
37315 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
37316         Log: Retract the #12259 for now.
37317      Branch: perl
37318            ! embed.h embed.pl sv.h
37319 ____________________________________________________________________________
37320 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
37321         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
37322      Branch: perl
37323            + lib/Text/TabsWrap/CHANGELOG
37324            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
37325 ____________________________________________________________________________
37326 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
37327         Log: #12272 wasn't right, it introduced an extra ().
37328      Branch: perl
37329            ! lib/utf8_heavy.pl
37330 ____________________________________________________________________________
37331 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
37332         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
37333              From: Jonathan Stowe <gellyfish@gellyfish.com>
37334              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
37335              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
37336      Branch: perl
37337            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
37338 ____________________________________________________________________________
37339 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
37340         Log: Subject: Patch to put qsortsv in the public API
37341              From: Brian Ingerson <ingy@ttul.org>
37342              Date: Sat, 29 Sep 2001 17:41:13 -0700
37343              Message-ID: <20010929174113.A30223@ttul.org>
37344      Branch: perl
37345            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
37346 ____________________________________________________________________________
37347 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
37348         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
37349              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37350              Date: Sat, 29 Sep 2001 23:54:48 +0200
37351              Message-ID: <20010929235448.A5017@rafael>
37352      Branch: perl
37353            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
37354 ____________________________________________________________________________
37355 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
37356         Log: FAQ sync.
37357      Branch: perl
37358            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37359            ! pod/perlfaq9.pod
37360 ____________________________________________________________________________
37361 [ 12273] By: bailey                                on 2001/09/29  23:43:46
37362         Log: Resync with mainline
37363      Branch: vmsperl
37364           +> (branch 1207 files)
37365            - (delete 324 files)
37366           !> (integrate 866 files)
37367 ____________________________________________________________________________
37368 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
37369         Log: Nasty recursion trap if one would match Unicode.
37370      Branch: perl
37371            ! lib/utf8_heavy.pl
37372 ____________________________________________________________________________
37373 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
37374         Log: More Unicode todo.
37375      Branch: perl
37376            ! pod/perltodo.pod
37377 ____________________________________________________________________________
37378 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
37379         Log: Explain a bit the new more flexible \p\P syntax.
37380      Branch: perl
37381            ! pod/perlunicode.pod
37382 ____________________________________________________________________________
37383 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
37384         Log: More leniency to the \p and \P: now can have whitespace
37385              between the property definition and the curlies; now can
37386              invert the property by having a caret between the open
37387              curly and the property.
37388      Branch: perl
37389            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
37390 ____________________________________________________________________________
37391 [ 12268] By: nick                                  on 2001/09/29  17:39:26
37392         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
37393              one test (lib/open.t) fails
37394      Branch: perlio
37395           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
37396           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
37397           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
37398           +> lib/Tie/Scalar.t lib/open.t
37399            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
37400            - ext/B/Stash.t
37401           !> (integrate 62 files)
37402 ____________________________________________________________________________
37403 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
37404         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
37405      Branch: perl
37406            ! t/op/chdir.t
37407 ____________________________________________________________________________
37408 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
37409         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
37410              From: "Craig A. Berry" <craigberry@mac.com> 
37411              Date: Sat, 29 Sep 2001 09:35:33 -0500
37412              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
37413      Branch: perl
37414            ! t/op/chdir.t
37415 ____________________________________________________________________________
37416 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
37417         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
37418              From: "chromatic" <chromatic@rmci.net>
37419              Date: Fri, 28 Sep 2001 21:20:12 -0600
37420              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
37421      Branch: perl
37422            + lib/Tie/Scalar.t
37423            ! MANIFEST lib/Tie/Scalar.pm
37424 ____________________________________________________________________________
37425 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
37426         Log: Allow for more flexibility in the \p{In...} names, now
37427              case doesn't matter, and any space or dash can be
37428              matched by any space, dash, underbar, or empty.
37429              (may be going too far on leniency)
37430      Branch: perl
37431            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
37432            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
37433            ! t/op/pat.t
37434 ____________________________________________________________________________
37435 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
37436         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
37437              From: "chromatic" <chromatic@rmci.net>
37438              Date: Fri, 28 Sep 2001 17:39:50 -0600
37439              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
37440      Branch: perl
37441            + lib/open.t
37442            ! MANIFEST
37443 ____________________________________________________________________________
37444 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
37445         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
37446              From: "Craig A. Berry" <craigberry@mac.com>
37447              Date: Fri, 28 Sep 2001 16:24:51 -0500
37448              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
37449      Branch: perl
37450            ! ext/File/Glob/t/basic.t
37451 ____________________________________________________________________________
37452 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
37453         Log: Subject: [DOC PATCH] Carp.pm pod typo
37454              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37455              Date: Fri, 28 Sep 2001 23:14:51 +0200
37456              Message-ID: <20010928231451.E16889@rafael>
37457      Branch: perl
37458            ! lib/Carp.pm
37459 ____________________________________________________________________________
37460 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
37461         Log: Subject: [PATCH] Allow an @INC hook to set %INC
37462              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37463              Date: Fri, 28 Sep 2001 22:18:13 +0200
37464              Message-ID: <20010928221813.A16889@rafael>
37465      Branch: perl
37466            ! pp_ctl.c
37467 ____________________________________________________________________________
37468 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
37469         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
37470              From: Nicholas Clark <nick@ccl4.org>
37471              Date: Fri, 28 Sep 2001 23:39:33 +0100
37472              Message-ID: <20010928233933.C23673@plum.flirble.org>
37473      Branch: perl
37474            ! embed.h embed.pl sv.h
37475 ____________________________________________________________________________
37476 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
37477         Log: Update Changes.
37478      Branch: perl
37479            ! Changes patchlevel.h
37480 ____________________________________________________________________________
37481 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
37482         Log: Move the B tests to B/t.
37483      Branch: perl
37484            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
37485            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
37486            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
37487            - ext/B/Showlex.t ext/B/Stash.t
37488            ! MANIFEST
37489 ____________________________________________________________________________
37490 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
37491         Log: Forgot from #12254.
37492      Branch: perl
37493            + ext/B/B/Terse.t
37494 ____________________________________________________________________________
37495 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
37496         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
37497              From: "chromatic" <chromatic@rmci.net>
37498              Date: Thu, 27 Sep 2001 23:22:17 -0600
37499              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
37500      Branch: perl
37501            ! MANIFEST
37502 ____________________________________________________________________________
37503 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
37504         Log: Test numbering mismatch.
37505      Branch: perl
37506            ! t/op/chdir.t
37507 ____________________________________________________________________________
37508 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
37509         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
37510              From: "Craig A. Berry" <craigberry@mac.com>
37511              Date: Wed, 26 Sep 2001 17:43:14 -0500
37512              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
37513      Branch: perl
37514            ! iperlsys.h t/op/chdir.t
37515 ____________________________________________________________________________
37516 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
37517         Log: Subject: [PATCH gv.c] make __ANON__ global
37518              From: Robin Barker <rmb1@cise.npl.co.uk>
37519              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
37520              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
37521      Branch: perl
37522            ! gv.c t/op/anonsub.t t/op/runlevel.t
37523 ____________________________________________________________________________
37524 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
37525         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
37526              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37527              Date: Thu, 27 Sep 2001 22:34:32 +0200
37528              Message-ID: <20010927223432.A1485@rafael>
37529      Branch: perl
37530            ! ext/B/B/Terse.pm
37531 ____________________________________________________________________________
37532 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
37533         Log: (retracted by #12338)
37534              
37535              Subject: [PATCH] Cleanup of perldsc.pod      
37536              From: Casey West <casey@geeknest.com>
37537              Date: Thu, 27 Sep 2001 11:13:17 -0400
37538              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
37539      Branch: perl
37540            ! pod/perldsc.pod
37541 ____________________________________________________________________________
37542 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
37543         Log: Not everyone is using ithreads...
37544      Branch: perl
37545            ! ext/Devel/Peek/Peek.t
37546 ____________________________________________________________________________
37547 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
37548         Log: Document the nss_delete core dump workaround for HP-UX
37549              and Solaris, bug IDs 20010805.018 and 20010629.004.
37550      Branch: perl
37551            ! README.hpux README.solaris
37552 ____________________________________________________________________________
37553 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
37554         Log: Dump Unicode hash keys also as Unicode,
37555              not just as a byte string.
37556      Branch: perl
37557            ! dump.c ext/Devel/Peek/Peek.t
37558 ____________________________________________________________________________
37559 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
37560         Log: Integrate changes #12241 and #12242 from macperl:
37561              
37562              Remove unneeded disabling of umask() calls
37563              
37564              Note (get|set)sockopt are available.
37565      Branch: perl
37566           !> lib/File/Temp.pm pod/perlport.pod
37567 ____________________________________________________________________________
37568 [ 12244] By: sky                                   on 2001/09/27  08:53:00
37569         Log: Flush buffers on thread closedown.
37570      Branch: perl
37571            ! ext/threads/threads.xs
37572 ____________________________________________________________________________
37573 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
37574         Log: Dump SvUTF8(sv)s also as \x{...}.
37575              
37576              TODO: dump the SvUTF8() hash keys similarly. 
37577      Branch: perl
37578            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
37579 ____________________________________________________________________________
37580 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
37581         Log: Note (get|set)sockopt are available.
37582      Branch: maint-5.6/macperl
37583            ! pod/perlport.pod
37584 ____________________________________________________________________________
37585 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
37586         Log: Remove unneeded disabling of umask() calls
37587      Branch: maint-5.6/macperl
37588            ! lib/File/Temp.pm
37589 ____________________________________________________________________________
37590 [ 12240] By: sky                                   on 2001/09/26  18:44:56
37591         Log: Documention update
37592      Branch: perl
37593            ! ext/threads/threads.pm
37594 ____________________________________________________________________________
37595 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
37596         Log: Update Changes.
37597      Branch: perl
37598            ! Changes patchlevel.h
37599 ____________________________________________________________________________
37600 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
37601         Log: Check that all environment variables are tainted.
37602      Branch: perl
37603            ! t/op/taint.t
37604 ____________________________________________________________________________
37605 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
37606         Log: Manual integration error in #12235.
37607      Branch: perl
37608            ! lib/File/DosGlob.t
37609 ____________________________________________________________________________
37610 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
37611         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
37612              From: "chromatic" <chromatic@rmci.net>
37613              Date: Tue, 25 Sep 2001 23:57:07 -0600
37614              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
37615      Branch: perl
37616            ! perlio.c
37617 ____________________________________________________________________________
37618 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
37619         Log: Integrate macperl changes from Chris Nandor:
37620              12192 11817 11815 11813 11778 11775
37621              
37622              Update CPAN.pm to work with new Mac::BuildTools instead
37623              of ExtUtils::MM_MacOS "orphan" functions
37624              
37625              Fix test
37626              
37627              Make syntax check report in MPW style, fix tests
37628              to use Mac::err=unix to get normal-style error
37629              messages.
37630              
37631              More module and test ports from Thomas Wegner et al
37632              
37633              Fix open of /dev/null for Mac OS
37634              
37635              Allow for platforms to override formatting of errors
37636              on output from Matthias Neeracher (core files)
37637      Branch: perl
37638            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
37639            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
37640            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
37641           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
37642           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
37643           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
37644 ____________________________________________________________________________
37645 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
37646         Log: grrr.
37647      Branch: perl
37648            ! t/op/gv.t
37649 ____________________________________________________________________________
37650 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
37651         Log: Retract #12232.
37652      Branch: perl
37653            ! t/op/gv.t
37654 ____________________________________________________________________________
37655 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
37656         Log: (Retracted by #12233.)
37657      Branch: perl
37658            ! t/op/gv.t
37659 ____________________________________________________________________________
37660 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
37661         Log: Detypo.
37662      Branch: perl
37663            ! ext/Encode/Makefile.PL
37664 ____________________________________________________________________________
37665 [ 12230] By: sky                                   on 2001/09/26  11:36:23
37666         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
37667              We are using a "delay" here because we do not want to depend on thread synchronization issues.
37668      Branch: perl
37669            + ext/threads/t/stress_cv.t
37670            ! MANIFEST ext/threads/t/stress_string.t
37671 ____________________________________________________________________________
37672 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
37673         Log: NetWare tweak from Ananth Kesari.
37674      Branch: perl
37675            ! NetWare/t/Readme.txt
37676 ____________________________________________________________________________
37677 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
37678         Log: Trick to fool case-blind filesystems.
37679      Branch: perl
37680            ! ext/Encode/Makefile.PL
37681 ____________________________________________________________________________
37682 [ 12227] By: sky                                   on 2001/09/26  11:06:50
37683         Log: Threads can start executing in a different order than they were
37684              created.... so we cannot ok() inside the threadstarter.
37685      Branch: perl
37686            ! ext/threads/t/stress_string.t
37687 ____________________________________________________________________________
37688 [ 12226] By: sky                                   on 2001/09/26  07:41:45
37689         Log: Add in stress_string.t to stress test threads a bit more.
37690      Branch: perl
37691            + ext/threads/t/stress_string.t
37692            ! MANIFEST
37693 ____________________________________________________________________________
37694 [ 12225] By: sky                                   on 2001/09/26  07:04:21
37695         Log: Fix negative refcount introduced by #12223.
37696      Branch: perl
37697            ! ext/threads/threads.xs
37698 ____________________________________________________________________________
37699 [ 12224] By: sky                                   on 2001/09/26  06:57:58
37700         Log: Update documentation to match change #12223
37701      Branch: perl
37702            ! sharedsv.c
37703 ____________________________________________________________________________
37704 [ 12223] By: sky                                   on 2001/09/26  06:54:32
37705         Log: Use a separate interpreter for the sharedsv space. Another
37706              negative sv leak. Sigh.
37707      Branch: perl
37708            ! sharedsv.c
37709 ____________________________________________________________________________
37710 [ 12222] By: sky                                   on 2001/09/26  05:58:35
37711         Log: Do the environ assignment in perl_contruct to match perl_destruct.
37712              Now we don't need to perl_parse/perl_run. However environ is a
37713              global....
37714      Branch: perl
37715            ! perl.c
37716 ____________________________________________________________________________
37717 [ 12221] By: sky                                   on 2001/09/26  05:41:02
37718         Log: Move the creation of PL_strtab to perl_construct so we can work
37719              with HV and HEs without running perl_parse.
37720      Branch: perl
37721            ! perl.c
37722 ____________________________________________________________________________
37723 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
37724         Log: integrate macperl changes into maint-5.6
37725      Branch: maint-5.6/perl
37726           !> (integrate 26 files)
37727 ____________________________________________________________________________
37728 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
37729         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
37730              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
37731      Branch: maint-5.6/macperl
37732            ! macos/ext/Mac/Fonts/Fonts.xs
37733            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
37734 ____________________________________________________________________________
37735 [ 12218] By: ams                                   on 2001/09/25  23:31:33
37736         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
37737              From: Nicholas Clark <nick@ccl4.org>
37738              Date: Wed, 26 Sep 2001 01:20:20 +0100
37739              Message-Id: <20010926012020.B48092@plum.flirble.org>
37740      Branch: perl
37741            ! lib/AutoSplit.t
37742 ____________________________________________________________________________
37743 [ 12217] By: ams                                   on 2001/09/25  22:33:05
37744         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
37745              From: "Craig A. Berry" <craigberry@mac.com>
37746              Date: Tue, 25 Sep 2001 18:08:42 -0500
37747              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
37748      Branch: perl
37749            ! vms/vms.c
37750 ____________________________________________________________________________
37751 [ 12216] By: ams                                   on 2001/09/25  21:41:01
37752         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
37753              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
37754              From: Michael G Schwern <schwern@pobox.com>
37755              Date: Wed, 26 Sep 2001 00:38:21 -0400
37756              Message-Id: <20010926003821.A627@blackrider>
37757      Branch: perl
37758            ! lib/AutoSplit.t
37759 ____________________________________________________________________________
37760 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
37761         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
37762              From: Michael G Schwern <schwern@pobox.com>
37763              Date: Tue, 25 Sep 2001 17:43:49 -0400
37764              Message-ID: <20010925174349.B19534@blackrider>
37765      Branch: perl
37766            ! lib/Test/Simple.pm lib/Test/Utils.pm
37767 ____________________________________________________________________________
37768 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
37769         Log: Integrate changes from bleadperl.
37770      Branch: maint-5.6/macperl
37771           !> pod/perlport.pod
37772 ____________________________________________________________________________
37773 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
37774         Log: skip($mess) should result in one skip.
37775      Branch: perl
37776            ! t/test.pl
37777 ____________________________________________________________________________
37778 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
37779         Log: Integrate change #12200 from maintperl.
37780      Branch: maint-5.6/macperl
37781           !> win32/perlhost.h
37782 ____________________________________________________________________________
37783 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
37784         Log: Fix file types to "apple"
37785      Branch: maint-5.6/macperl
37786            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
37787            ! macos/ext/Mac/SAT/t/Collision.rsrc
37788 ____________________________________________________________________________
37789 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
37790         Log: Fix rsrc file as snd file; fix path in t file.
37791      Branch: maint-5.6/macperl
37792            ! macos/ext/Mac/Notification/t/Notification.rsrc
37793            ! macos/ext/Mac/Notification/t/Notification.t
37794 ____________________________________________________________________________
37795 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
37796         Log: Sync up with File::Find from bleadperl.
37797      Branch: maint-5.6/macperl
37798            ! lib/File/Find.pm t/lib/filefind-taint.t
37799 ____________________________________________________________________________
37800 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
37801         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
37802              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
37803              of hundreds)
37804      Branch: maint-5.6/macperl
37805            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
37806            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
37807            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
37808 ____________________________________________________________________________
37809 [ 12207] By: nick                                  on 2001/09/25  19:04:36
37810         Log: Integrate mainline (untested while modem is up)
37811      Branch: perlio
37812           +> lib/AutoSplit.t t/test.pl
37813            - lib/warnings/register.t
37814           !> (integrate 28 files)
37815 ____________________________________________________________________________
37816 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
37817         Log: perldiag entry for #12205.
37818      Branch: perl
37819            ! pod/perldiag.pod
37820 ____________________________________________________________________________
37821 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
37822         Log: Subject: [PATCH] warning on v-string in use/require
37823              From: John Peacock <jpeacock@rowman.com>
37824              Date: Mon, 24 Sep 2001 17:29:03 -0400
37825              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
37826      Branch: perl
37827            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
37828 ____________________________________________________________________________
37829 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
37830         Log: perltooc et al updates.
37831      Branch: perl
37832            ! plan9/mkfile pod/roffitall
37833 ____________________________________________________________________________
37834 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
37835         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
37836              From: Michael G Schwern <schwern@pobox.com>
37837              Date: Sun, 23 Sep 2001 00:07:12 -0400
37838              Message-ID: <20010923000712.A7005@blackrider>
37839      Branch: perl
37840            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
37841 ____________________________________________________________________________
37842 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
37843         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
37844              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37845              Date: Wed, 26 Sep 2001 01:25:10 +0900
37846              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
37847      Branch: perl
37848            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
37849            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
37850            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
37851 ____________________________________________________________________________
37852 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
37853         Log: Integrate change #12200 from maintperl;
37854              on windows, virtualized environment could propagate deleted variables
37855              into children if they happen to be at the very end of the table
37856      Branch: perl
37857           !> win32/perlhost.h
37858 ____________________________________________________________________________
37859 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
37860         Log: on windows, virtualized environment could propagate deleted variables
37861              into children if they happen to be at the very end of the table
37862              (thanks for succinct test case from Johan Holmberg, and fix from
37863              Doug Lankshear)
37864      Branch: maint-5.6/perl
37865            ! win32/perlhost.h
37866 ____________________________________________________________________________
37867 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
37868         Log: avoid the use of ftime() (it does a useless, potentially
37869              expensive call to GetTimeZoneInformation()); this potentially
37870              also results in three more digits of precision from
37871              Time::HiRes::time()
37872      Branch: perl
37873            ! ext/Time/HiRes/HiRes.xs
37874 ____________________________________________________________________________
37875 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
37876         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
37877              
37878              Note: io/binmode is failing, have to figure out why.
37879      Branch: perl
37880            + t/test.pl
37881            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
37882            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
37883            ! t/run/exit.t
37884 ____________________________________________________________________________
37885 [ 12197] By: ams                                   on 2001/09/25  13:48:55
37886         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
37887              From: Nicholas Clark <nick@ccl4.org>
37888              Date: Tue, 25 Sep 2001 00:37:40 +0100
37889              Message-Id: <20010925003740.S4971@plum.flirble.org>
37890              (Further changes expected.)
37891      Branch: perl
37892            + lib/AutoSplit.t
37893            ! MANIFEST
37894 ____________________________________________________________________________
37895 [ 12196] By: sky                                   on 2001/09/25  13:37:12
37896         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
37897              _ftime to try and be more robust.
37898      Branch: perl
37899            ! ext/Time/HiRes/HiRes.xs
37900 ____________________________________________________________________________
37901 [ 12194] By: ams                                   on 2001/09/25  11:40:00
37902         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
37903              From: "Craig A. Berry" <craigberry@mac.com>
37904              Date: Mon, 24 Sep 2001 17:54:20 -0500
37905              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
37906      Branch: perl
37907            ! vms/descrip_mms.template
37908 ____________________________________________________________________________
37909 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
37910         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
37911              not working, cursor not spinning (Bug #422129); external
37912              editor problems (Bug #456329); escape/cmd-. not activating
37913              "Cancel" in Save dialog box (Bug #446960); Runtimes not
37914              executing on launch (Bug #464441).
37915      Branch: maint-5.6/macperl
37916            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
37917            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
37918            ! macos/macperl/MacPerl.r
37919 ____________________________________________________________________________
37920 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
37921         Log: Update CPAN.pm to work with new Mac::BuildTools instead
37922              of ExtUtils::MM_MacOS "orphan" functions
37923      Branch: maint-5.6/macperl
37924            ! lib/CPAN.pm
37925 ____________________________________________________________________________
37926 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
37927         Log: Fix up another xsubpp problem (Matthias Neeracher)
37928      Branch: maint-5.6/macperl
37929            ! macos/xsubpp
37930 ____________________________________________________________________________
37931 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
37932         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
37933      Branch: maint-5.6/macperl
37934            ! macos/lib/ExtUtils/MM_MacOS.pm
37935 ____________________________________________________________________________
37936 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
37937         Log: Fix up Makefiles for more Mac:: modules (and prepare for
37938              static build ...?)
37939      Branch: maint-5.6/macperl
37940            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
37941            ! macos/macperl/Makefile.mk
37942 ____________________________________________________________________________
37943 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
37944         Log: Fix up tests
37945      Branch: maint-5.6/macperl
37946            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
37947 ____________________________________________________________________________
37948 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
37949         Log: Make malloc smarter, fix bugs.  (Bug #404030)
37950      Branch: maint-5.6/macperl
37951            ! macos/icemalloc.c macos/icemalloc.h
37952 ____________________________________________________________________________
37953 [ 12186] By: nick                                  on 2001/09/24  19:18:17
37954         Log: Integrate mainline
37955      Branch: perlio
37956           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
37957           +> lib/filetest.t
37958           !> (integrate 30 files)
37959 ____________________________________________________________________________
37960 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
37961         Log: Retract #12136, the warnings::register is already
37962              tested by t/lib/warnings/9enabled, as pointed out
37963              by Paul Marquess.
37964      Branch: perl
37965            - lib/warnings/register.t
37966            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
37967 ____________________________________________________________________________
37968 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
37969         Log: fix Time::HiRes implementation of gettimeofday() on windows
37970              (HiRes.t#14 now passes)
37971      Branch: perl
37972            ! ext/Time/HiRes/HiRes.xs
37973 ____________________________________________________________________________
37974 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
37975         Log: File::Spec::catfile() canonifies everything to blackslashes on
37976              windows :-(
37977      Branch: perl
37978            ! lib/ExtUtils/Manifest.t
37979 ____________________________________________________________________________
37980 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
37981         Log: test number mismatch
37982      Branch: perl
37983            ! t/op/magic.t
37984 ____________________________________________________________________________
37985 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
37986         Log: ok().
37987      Branch: perl
37988            ! t/op/pack.t
37989 ____________________________________________________________________________
37990 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
37991         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
37992              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
37993      Branch: perl
37994            ! pp_pack.c t/op/pack.t
37995 ____________________________________________________________________________
37996 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
37997         Log: Update Changes.
37998      Branch: perl
37999            ! Changes patchlevel.h
38000 ____________________________________________________________________________
38001 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
38002         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
38003              From: Michael G Schwern <schwern@pobox.com>
38004              Date: Mon, 24 Sep 2001 11:12:13 -0400
38005              Message-ID: <20010924111213.G27885@blackrider>
38006      Branch: perl
38007            ! lib/ExtUtils/Manifest.pm
38008 ____________________________________________________________________________
38009 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
38010         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
38011              From: Michael G Schwern <schwern@pobox.com> 
38012              Date: Mon, 24 Sep 2001 11:02:07 -0400
38013              Message-ID: <20010924110207.E27885@blackrider>
38014      Branch: perl
38015            ! vms/test.com
38016 ____________________________________________________________________________
38017 [ 12176] By: ams                                   on 2001/09/24  14:01:59
38018         Log: Update Changes.
38019      Branch: perl
38020            ! Changes
38021 ____________________________________________________________________________
38022 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
38023         Log: Various cleanups.
38024      Branch: perl
38025            ! ext/threads/Makefile.PL ext/threads/threads.xs
38026 ____________________________________________________________________________
38027 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
38028         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
38029      Branch: maint-5.6/macperl
38030           !> (integrate 33 files)
38031 ____________________________________________________________________________
38032 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
38033         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
38034              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38035              Date: Mon, 24 Sep 2001 20:04:58 +0900
38036              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
38037      Branch: perl
38038            ! ext/Encode/Encode/gb2312.enc
38039 ____________________________________________________________________________
38040 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
38041         Log: Clarifying comment to #12164.
38042      Branch: perl
38043            ! lib/Cwd.pm
38044 ____________________________________________________________________________
38045 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
38046         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
38047              From: Nicholas Clark <nick@ccl4.org>
38048              Date: Sun, 23 Sep 2001 23:00:56 +0100
38049              Message-ID: <20010923230055.Y4971@plum.flirble.org>
38050              
38051              (with "sample_constants" changed to "fallback")
38052      Branch: perl
38053            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
38054            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
38055            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
38056            ! lib/h2xs.t utils/h2xs.PL
38057 ____________________________________________________________________________
38058 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
38059         Log: Metaconfig unit change for #12167.
38060      Branch: metaconfig
38061            ! U/modified/Cppsym.U
38062 ____________________________________________________________________________
38063 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
38064         Log: Add a few glibc cpp symbols to probe for.
38065      Branch: perl
38066            ! Configure
38067 ____________________________________________________________________________
38068 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
38069         Log: DJGPP tweaks for Laszlo Molnar.
38070      Branch: perl
38071            ! djgpp/djgppsed.sh dosish.h
38072 ____________________________________________________________________________
38073 [ 12165] By: ams                                   on 2001/09/24  10:07:08
38074         Log: Subject: [PATCH t/op/inccode.t] More tests
38075              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
38076              Date: 24 Sep 2001 10:01:44 -0000
38077              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
38078      Branch: perl
38079            ! t/op/inccode.t
38080 ____________________________________________________________________________
38081 [ 12164] By: ams                                   on 2001/09/24  09:43:29
38082         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
38083              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
38084              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
38085              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
38086      Branch: perl
38087            ! lib/Cwd.pm
38088 ____________________________________________________________________________
38089 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
38090         Log: 1_compile updates.
38091      Branch: perl
38092            ! t/lib/1_compile.t
38093 ____________________________________________________________________________
38094 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
38095         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
38096              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38097              Date: Wed, 19 Sep 2001 22:47:14 +0200
38098              Message-ID: <20010919224714.A6382@rafael>
38099      Branch: perl
38100            ! pod/perlvar.pod pp_ctl.c
38101 ____________________________________________________________________________
38102 [ 12161] By: ams                                   on 2001/09/23  17:40:02
38103         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
38104              filetest Pragma
38105              From: "chromatic" <chromatic@rmci.net>
38106              Date: Sun, 23 Sep 2001 12:07:25 -0600
38107              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
38108      Branch: perl
38109            + lib/filetest.t
38110            ! MANIFEST t/lib/1_compile.t
38111 ____________________________________________________________________________
38112 [ 12160] By: ams                                   on 2001/09/23  16:32:11
38113         Log: Additional minor chdir() tweak.
38114      Branch: perl
38115            ! pod/perlfunc.pod
38116 ____________________________________________________________________________
38117 [ 12159] By: ams                                   on 2001/09/23  16:25:01
38118         Log: Subject: PATCH lib/ExtUtils/Command.t
38119              From: Abe Timmerman <abe@ztreet.demon.nl>
38120              Date: Sun, 23 Sep 2001 19:11:44 +0200
38121              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
38122      Branch: perl
38123            ! lib/ExtUtils/Command.t
38124 ____________________________________________________________________________
38125 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
38126         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
38127              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
38128              Date: Sun, 23 Sep 2001 02:02:26 +0200
38129              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
38130      Branch: perl
38131            ! makedef.pl
38132 ____________________________________________________________________________
38133 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
38134         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
38135              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
38136              Date: Sat, 22 Sep 2001 12:54:39 -0500
38137              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
38138      Branch: perl
38139            ! t/op/study.t
38140 ____________________________________________________________________________
38141 [ 12156] By: nick                                  on 2001/09/23  07:48:44
38142         Log: Integrate mainline
38143      Branch: perlio
38144            - check83.pl
38145           !> ext/Encode/Encode/2022-cn.enc
38146 ____________________________________________________________________________
38147 [ 12155] By: nick                                  on 2001/09/23  07:48:01
38148         Log: Integrate mainline
38149      Branch: perlio
38150           +> (branch 64 files)
38151            - ext/Encode/Encode/cns11643-1.enc
38152            - ext/Encode/Encode/cns11643-2.enc
38153            - ext/Encode/Encode/iso2022-cn.enc
38154            - ext/Encode/Encode/iso2022-jp.enc
38155            - ext/Encode/Encode/iso2022-jp1.enc
38156            - ext/Encode/Encode/iso2022-jp2.enc
38157            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
38158            - ext/Encode/Encode/iso8859-1.enc
38159            - ext/Encode/Encode/iso8859-1.ucm
38160            - ext/Encode/Encode/iso8859-10.enc
38161            - ext/Encode/Encode/iso8859-10.ucm
38162            - ext/Encode/Encode/iso8859-13.enc
38163            - ext/Encode/Encode/iso8859-13.ucm
38164            - ext/Encode/Encode/iso8859-14.enc
38165            - ext/Encode/Encode/iso8859-14.ucm
38166            - ext/Encode/Encode/iso8859-15.enc
38167            - ext/Encode/Encode/iso8859-15.ucm
38168            - ext/Encode/Encode/iso8859-16.enc
38169            - ext/Encode/Encode/iso8859-16.ucm
38170            - ext/Encode/Encode/iso8859-2.enc
38171            - ext/Encode/Encode/iso8859-2.ucm
38172            - ext/Encode/Encode/iso8859-3.enc
38173            - ext/Encode/Encode/iso8859-3.ucm
38174            - ext/Encode/Encode/iso8859-4.enc
38175            - ext/Encode/Encode/iso8859-4.ucm
38176            - ext/Encode/Encode/iso8859-5.enc
38177            - ext/Encode/Encode/iso8859-5.ucm
38178            - ext/Encode/Encode/iso8859-6.enc
38179            - ext/Encode/Encode/iso8859-6.ucm
38180            - ext/Encode/Encode/iso8859-7.enc
38181            - ext/Encode/Encode/iso8859-7.ucm
38182            - ext/Encode/Encode/iso8859-8.enc
38183            - ext/Encode/Encode/iso8859-8.ucm
38184            - ext/Encode/Encode/iso8859-9.enc
38185            - ext/Encode/Encode/iso8859-9.ucm
38186            - ext/Encode/Encode/isoir-197.enc
38187            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
38188            - t/lib/sample-tests/header_at_end
38189            - t/lib/sample-tests/header_at_end_fail
38190           !> (integrate 174 files)
38191 ____________________________________________________________________________
38192 [ 12154] By: ams                                   on 2001/09/23  07:11:46
38193         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
38194              by Blair Zajac.
38195      Branch: perl
38196            ! pod/perlfunc.pod
38197 ____________________________________________________________________________
38198 [ 12153] By: ams                                   on 2001/09/23  06:56:32
38199         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
38200              Forgotten deprecation of *glob{FILEHANDLE}?
38201              From: "chromatic" <chromatic@rmci.net>
38202              Date: Sat, 22 Sep 2001 21:27:56 -0600
38203              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
38204      Branch: perl
38205            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
38206 ____________________________________________________________________________
38207 [ 12152] By: ams                                   on 2001/09/23  06:42:58
38208         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
38209              From: Michael G Schwern <schwern@pobox.com>
38210              Date: Sun, 23 Sep 2001 03:34:39 -0400
38211              Message-Id: <20010923033439.E7005@blackrider>
38212      Branch: perl
38213            ! lib/File/Find.pm
38214 ____________________________________________________________________________
38215 [ 12151] By: ams                                   on 2001/09/23  06:37:57
38216         Log: Subject: Re: t/op/magic.t missing tests on Win32
38217              From: Michael G Schwern <schwern@pobox.com>
38218              Date: Sat, 22 Sep 2001 20:29:09 -0400
38219              Message-Id: <20010922202909.I18223@blackrider>
38220      Branch: perl
38221            ! t/op/magic.t
38222 ____________________________________________________________________________
38223 [ 12150] By: ams                                   on 2001/09/23  06:36:26
38224         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
38225              Dumpvalue.pm
38226              From: "chromatic" <chromatic@rmci.net>
38227              Date: Sat, 22 Sep 2001 19:41:31 -0600
38228              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
38229      Branch: perl
38230            + lib/Dumpvalue.t
38231            ! MANIFEST lib/Dumpvalue.pm
38232 ____________________________________________________________________________
38233 [ 12149] By: ams                                   on 2001/09/23  06:25:35
38234         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
38235              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38236              Date: Sun, 23 Sep 2001 15:27:56 +0900
38237              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
38238      Branch: perl
38239            ! ext/Encode/Encode/2022-cn.enc
38240 ____________________________________________________________________________
38241 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
38242         Log: Manual eror in #12147.
38243      Branch: perl
38244            ! win32/win32.c
38245 ____________________________________________________________________________
38246 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
38247         Log: Integrate change #12146 from maintperl;
38248              win32_chdir() et al don't handle a NULL argument gracefully
38249      Branch: perl
38250           !> win32/perlhost.h win32/win32.c
38251 ____________________________________________________________________________
38252 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
38253         Log: win32_chdir() et al don't handle a NULL argument gracefully
38254      Branch: maint-5.6/perl
38255            ! win32/perlhost.h win32/win32.c
38256 ____________________________________________________________________________
38257 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
38258         Log: typo in change#12026
38259      Branch: maint-5.6/perl
38260            ! op.c
38261 ____________________________________________________________________________
38262 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
38263         Log: Subject: [PATCH] Re: scalar context unpack bugs
38264              From: Nicholas Clark <nick@ccl4.org>
38265              Date: Sat, 22 Sep 2001 23:07:56 +0100
38266              Message-ID: <20010922230755.O4971@plum.flirble.org>
38267      Branch: perl
38268            ! pp_pack.c t/op/pack.t
38269 ____________________________________________________________________________
38270 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
38271         Log: Try ExtUtils::Command.t everywhere, not just on Win32
38272              (as suggested by NI-S).  Also allow running it either
38273              in t/ or in the main directory.
38274      Branch: perl
38275            ! lib/ExtUtils/Command.t
38276 ____________________________________________________________________________
38277 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
38278         Log: Update the test on warnings/register.t.
38279      Branch: perl
38280            ! t/lib/1_compile.t
38281 ____________________________________________________________________________
38282 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
38283         Log: The code is now almost tidy enough to keep the IRIX cc happy.
38284      Branch: perl
38285            ! hints/irix_6.sh
38286 ____________________________________________________________________________
38287 [ 12140] By: ams                                   on 2001/09/22  17:26:32
38288         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
38289              use_ithreads
38290              From: "Craig A. Berry" <craigberry@mac.com>
38291              Date: Sat, 22 Sep 2001 13:15:32 -0500
38292              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
38293      Branch: perl
38294            ! configure.com
38295 ____________________________________________________________________________
38296 [ 12139] By: ams                                   on 2001/09/22  16:44:08
38297         Log: Do what perl_clone() does for sharedsv functions.
38298      Branch: perl
38299            ! embed.pl proto.h
38300 ____________________________________________________________________________
38301 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
38302         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
38303              (suggested by Sarathy, extensions shouldn't be dabbling with
38304              op structures, so binary backward compatibility should not be
38305              an issue.)
38306      Branch: perl
38307            ! hints/irix_6.sh op.h
38308 ____________________________________________________________________________
38309 [ 12137] By: ams                                   on 2001/09/22  16:21:05
38310         Log: More cleanups. (What's PERL_DECL_PROT?)
38311      Branch: perl
38312            ! embed.pl proto.h sharedsv.h
38313 ____________________________________________________________________________
38314 [ 12136] By: ams                                   on 2001/09/22  15:14:34
38315         Log: (Retracted by #12185)
38316              
38317              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
38318              Add Tests for warnings::register, Doc Update
38319              From: "chromatic" <chromatic@rmci.net>
38320              Date: Sat, 22 Sep 2001 09:43:20 -0600
38321              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
38322      Branch: perl
38323            + lib/warnings/register.t
38324            ! MANIFEST lib/warnings/register.pm
38325 ____________________________________________________________________________
38326 [ 12135] By: ams                                   on 2001/09/22  15:07:50
38327         Log: `@foo' should be @foo for consistency.
38328      Branch: perl
38329            ! pod/perldiag.pod
38330 ____________________________________________________________________________
38331 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
38332         Log: (Retracted by #12138)
38333              
38334              Add -woff (turn warning off) 3187:
38335              "A pointer is converted to a smaller integer."
38336              This happens when your pointers are 64-bit: then every case
38337              of converting pointers to PADOFFSETs (explicitly 32-bit)
38338              faces truncation (even explicit use of INT2PTR doesn't help).
38339              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
38340              Changing PADOFFSET from U32 to UV would help, but that
38341              would break binary backward compatibility of BASEOP and padop
38342              (assuming you have been using 64-bit pointers).
38343      Branch: perl
38344            ! hints/irix_6.sh
38345 ____________________________________________________________________________
38346 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
38347         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
38348              but the name comes from the inside the file, not from the file
38349              name, and Rumanian is the name of the language.
38350      Branch: perl
38351            + ext/Encode/Encode/macRumanian.enc
38352            - ext/Encode/Encode/macRomania.enc
38353            ! MANIFEST
38354 ____________________________________________________________________________
38355 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
38356         Log: Rename perltootc as perltooc for 8.3-friedliness.
38357      Branch: perl
38358            + pod/perltooc.pod
38359            - pod/perltootc.pod
38360            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
38361            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
38362            ! pod/perltoot.pod
38363 ____________________________________________________________________________
38364 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
38365         Log: Find more conflicts by lowercasing.
38366      Branch: perl
38367            + Porting/check83.pl
38368            - check83.pl
38369            ! MANIFEST
38370 ____________________________________________________________________________
38371 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
38372         Log: The AIX cc 5.0.0.0 is simply too buggy.
38373      Branch: perl
38374            ! hints/aix.sh
38375 ____________________________________________________________________________
38376 [ 12129] By: ams                                   on 2001/09/22  12:35:38
38377         Log: Uninteresting cleanup.
38378      Branch: perl
38379            ! form.h
38380 ____________________________________________________________________________
38381 [ 12128] By: ams                                   on 2001/09/22  12:28:48
38382         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
38383              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
38384              Date: Sat, 22 Sep 2001 14:29:13 +0100
38385              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
38386      Branch: perl
38387            ! cv.h
38388 ____________________________________________________________________________
38389 [ 12127] By: ams                                   on 2001/09/22  12:04:28
38390         Log: What's a backet?
38391      Branch: perl
38392            ! dump.c
38393 ____________________________________________________________________________
38394 [ 12126] By: ams                                   on 2001/09/22  10:02:34
38395         Log: Removed duplicated tests #19 and #20.
38396      Branch: perl
38397            ! t/op/do.t
38398 ____________________________________________________________________________
38399 [ 12125] By: ams                                   on 2001/09/22  03:58:41
38400         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
38401              From: Michael Carman <mjcarman@home.com>
38402              Date: Fri, 21 Sep 2001 17:54:05 -0500
38403              Message-Id: <3BABC50D.6040202@home.com>
38404              (Applied with some changes.)
38405      Branch: perl
38406            ! pod/perlmod.pod
38407 ____________________________________________________________________________
38408 [ 12124] By: ams                                   on 2001/09/22  03:44:19
38409         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
38410              From: Michael G Schwern <schwern@pobox.com>
38411              Date: Fri, 21 Sep 2001 19:20:40 -0400
38412              Message-Id: <20010921192040.E5494@blackrider>
38413      Branch: perl
38414            ! t/op/chdir.t
38415 ____________________________________________________________________________
38416 [ 12123] By: ams                                   on 2001/09/22  03:41:08
38417         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
38418              From: Blair Zajac <blair@orcaware.com>
38419              Date: Fri, 21 Sep 2001 15:13:04 -0700
38420              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
38421      Branch: perl
38422            ! t/op/chdir.t
38423 ____________________________________________________________________________
38424 [ 12122] By: ams                                   on 2001/09/22  03:37:07
38425         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
38426              20010920.007
38427              From: Michael G Schwern <schwern@pobox.com>
38428              Date: Fri, 21 Sep 2001 17:59:03 -0400
38429              Message-Id: <20010921175903.V5494@blackrider>
38430      Branch: perl
38431            ! t/op/do.t
38432 ____________________________________________________________________________
38433 [ 12121] By: ams                                   on 2001/09/22  03:30:38
38434         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
38435              suite on WinCE)
38436              From: Michael G Schwern <schwern@pobox.com>
38437              Date: Fri, 21 Sep 2001 19:41:03 -0400
38438              Message-Id: <20010921194103.G5494@blackrider>
38439      Branch: perl
38440            ! pod/perlport.pod
38441 ____________________________________________________________________________
38442 [ 12120] By: ams                                   on 2001/09/22  03:28:06
38443         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
38444              From: Michael G Schwern <schwern@pobox.com>
38445              Date: Fri, 21 Sep 2001 17:33:35 -0400
38446              Message-Id: <20010921173335.T5494@blackrider>
38447              ($ENV{FOO}=undef hunk not applied.)
38448      Branch: perl
38449            ! t/op/magic.t
38450 ____________________________________________________________________________
38451 [ 12119] By: ams                                   on 2001/09/22  03:02:26
38452         Log: Subject: [PATCH] perldiag.pod
38453              From: Peter Scott <Peter@PSDT.com>
38454              Date: Fri, 21 Sep 2001 18:54:50 -0700
38455              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
38456              (Moved to the right place.)
38457      Branch: perl
38458            ! pod/perldiag.pod
38459 ____________________________________________________________________________
38460 [ 12118] By: ams                                   on 2001/09/21  20:05:29
38461         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
38462              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38463              Date: Fri, 21 Sep 2001 22:36:54 +0200
38464              Message-Id: <20010921223654.A12742@rafael>
38465      Branch: perl
38466            ! t/op/do.t
38467 ____________________________________________________________________________
38468 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
38469         Log: Restore things as they were before
38470              the backward compatibility police notices.
38471      Branch: perl
38472            ! lib/Cwd.pm
38473 ____________________________________________________________________________
38474 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
38475         Log: More Cwd from Schwern: make also OS/2 and DOS
38476              Cwd agree with File::Spec (that is, native path
38477              syntax using \ instead of / -- backward compatibility
38478              polic warning) and stop Win32 from using bsd_realpath().
38479      Branch: perl
38480            ! lib/Cwd.pm
38481 ____________________________________________________________________________
38482 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
38483         Log: Subject: [PATCH @12110] RE: Untested libraries update
38484              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
38485              Date: Fri, 21 Sep 2001 18:21:07 +0100
38486              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
38487      Branch: perl
38488            ! lib/warnings/register.pm
38489 ____________________________________________________________________________
38490 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
38491         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
38492              From: Michael G Schwern <schwern@pobox.com>
38493              Date: Thu, 20 Sep 2001 22:54:02 -0400
38494              Message-ID: <20010920225402.A3611@blackrider>
38495      Branch: perl
38496            ! lib/Cwd.pm
38497 ____________________________________________________________________________
38498 [ 12113] By: ams                                   on 2001/09/21  17:08:24
38499         Log: Subject: [PATCH] avoid v-strings with require/use
38500              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38501              Date: Fri, 21 Sep 2001 12:34:40 -0400
38502              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
38503      Branch: perl
38504            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
38505            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
38506            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
38507            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
38508            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
38509            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
38510            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
38511            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
38512            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
38513            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
38514            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
38515            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
38516            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
38517            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
38518            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
38519            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
38520            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
38521            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
38522            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
38523 ____________________________________________________________________________
38524 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
38525         Log: Update Changes.
38526      Branch: perl
38527            ! Changes patchlevel.h
38528 ____________________________________________________________________________
38529 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
38530         Log: Make AIX and Tru64 compilers happy.  
38531      Branch: perl
38532            ! ext/threads/threads.h ext/threads/threads.xs
38533 ____________________________________________________________________________
38534 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
38535         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
38536              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
38537              Date: 21 Sep 2001 09:16:37 -0000
38538              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
38539      Branch: perl
38540            ! toke.c
38541 ____________________________________________________________________________
38542 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
38543         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
38544              From: Michael G Schwern <schwern@pobox.com>
38545              Date: Thu, 20 Sep 2001 21:21:34 -0400
38546              Message-ID: <20010920212134.Y28291@blackrider>
38547      Branch: perl
38548            ! pp_sys.c
38549 ____________________________________________________________________________
38550 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
38551         Log: Subject: Re: GDB Debugging Macros from mod_perl
38552              From: rspier@pobox.com (Robert Spier)
38553              Date: Thu, 20 Sep 2001 22:45:03 -0700
38554              Message-ID: <15274.54239.413929.49430@rls.cx>
38555      Branch: perl
38556            ! pod/perltodo.pod
38557 ____________________________________________________________________________
38558 [ 12105] By: sky                                   on 2001/09/21  10:33:34
38559         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
38560              timezone! GetSystemTime should be available on all Win32 
38561              platforms we support. Perhaps Time::HiRes should be extended to
38562              support WinCE and Novell?
38563      Branch: perl
38564            ! ext/Time/HiRes/HiRes.xs
38565 ____________________________________________________________________________
38566 [ 12104] By: sky                                   on 2001/09/21  08:12:39
38567         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
38568      Branch: perl
38569            ! ext/threads/threads.h ext/threads/threads.xs
38570 ____________________________________________________________________________
38571 [ 12103] By: sky                                   on 2001/09/21  07:57:41
38572         Log: Rename the *thread* functions to Perl_* to avoid clashes.
38573              Notably on AIX but could become a problem on other platforms.
38574      Branch: perl
38575            ! ext/threads/threads.h ext/threads/threads.xs
38576 ____________________________________________________________________________
38577 [ 12102] By: sky                                   on 2001/09/21  07:35:30
38578         Log: Add the shared sv space to the global vars.
38579              Fix problems compiling on win32.
38580      Branch: perl
38581            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
38582            ! sharedsv.c sharedsv.h
38583 ____________________________________________________________________________
38584 [ 12101] By: ams                                   on 2001/09/21  00:19:55
38585         Log: Subject: [PATCH] win32/Makefile warning fix
38586              From: Blair Zajac <blair@orcaware.com>
38587              Date: Thu, 20 Sep 2001 18:15:43 -0700
38588              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
38589      Branch: perl
38590            ! win32/Makefile
38591 ____________________________________________________________________________
38592 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
38593         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
38594              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
38595              Date: Thu, 20 Sep 2001 18:36:22 +0200
38596              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
38597      Branch: perl
38598            ! lib/ExtUtils/Command.t
38599 ____________________________________________________________________________
38600 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
38601         Log: Cant spl wirth a dam.
38602      Branch: perl
38603            ! intrpvar.h
38604 ____________________________________________________________________________
38605 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
38606         Log: Don't use C++ comments.
38607      Branch: perl
38608            ! ext/threads/threads.xs
38609 ____________________________________________________________________________
38610 [ 12097] By: ams                                   on 2001/09/20  21:42:07
38611         Log: Change #12044 didn't.
38612      Branch: perl
38613            ! lib/constant.pm
38614 ____________________________________________________________________________
38615 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
38616         Log: Metaconfig unit changes for #12095.
38617      Branch: metaconfig
38618            ! U/modified/Myinit.U U/modified/libs.U
38619 ____________________________________________________________________________
38620 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
38621         Log: Remove iconv references since we are not using it
38622              and not going to; regen perltoc, perlmodlib.
38623              (Some references still linger in perltoc, have to figure
38624              out where they are coming from.)
38625      Branch: perl
38626            ! Configure NetWare/config.wc NetWare/config_H.wc
38627            ! Porting/Glossary Porting/config.sh Porting/config_H
38628            ! config_h.SH configure.com epoc/config.sh perl.h
38629            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
38630            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38631            ! vos/config.ga.h win32/config.bc win32/config.gc
38632            ! win32/config.vc win32/config_H.bc win32/config_H.gc
38633            ! win32/config_H.vc wince/config.ce wince/config.h
38634            ! wince/config_H.ce
38635 ____________________________________________________________________________
38636 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
38637         Log: Subject: [PATCH docs] Re: ARGV and read
38638              From: Dave Mitchell <davem@fdgroup.co.uk>
38639              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
38640              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
38641      Branch: perl
38642            ! pod/perltodo.pod pod/perlvar.pod
38643 ____________________________________________________________________________
38644 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
38645         Log: Fresh copies from the cvs.perl.org perlfaq repository.
38646      Branch: perl
38647            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
38648            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
38649            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
38650            ! pod/perlfaq9.pod
38651 ____________________________________________________________________________
38652 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
38653         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
38654              From: Nicholas Clark <nick@ccl4.org>
38655              Date: Thu, 20 Sep 2001 14:27:08 +0100
38656              Message-ID: <20010920142708.X4971@plum.flirble.org>
38657      Branch: perl
38658            ! pp_pack.c t/op/pack.t
38659 ____________________________________________________________________________
38660 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
38661         Log: The sharedsv_space* are variables, not code.  Duh.
38662      Branch: perl
38663            ! intrpvar.h makedef.pl
38664 ____________________________________________________________________________
38665 [ 12090] By: ams                                   on 2001/09/20  11:26:06
38666         Log: Subject: [patch lib/lib_pm.PL]
38667              From: Stas Bekman <stas@stason.org>
38668              Date: Thu, 20 Sep 2001 18:48:53 +0800
38669              Message-Id: <3BA9C995.6010302@stason.org>
38670              (Applied by hand.)
38671      Branch: perl
38672            ! lib/lib_pm.PL
38673 ____________________________________________________________________________
38674 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
38675         Log: Only 21 tests, skipping or not.
38676      Branch: perl
38677            ! lib/ExtUtils/Command.t
38678 ____________________________________________________________________________
38679 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
38680         Log: New exported symbols.
38681      Branch: perl
38682            ! makedef.pl
38683 ____________________________________________________________________________
38684 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
38685         Log: Update Changes.
38686      Branch: perl
38687            ! Changes patchlevel.h
38688 ____________________________________________________________________________
38689 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
38690         Log: Correct numbering of the tests is useful.
38691      Branch: perl
38692            ! ext/threads/t/basic.t
38693 ____________________________________________________________________________
38694 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
38695         Log: More tests now too.
38696      Branch: perl
38697            ! lib/ExtUtils/Command.t
38698 ____________________________________________________________________________
38699 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
38700         Log: More tests now.
38701      Branch: perl
38702            ! ext/threads/t/basic.t
38703 ____________________________________________________________________________
38704 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
38705         Log: The test assumed 7-bit ASCII.  Now it "just"
38706              assumes 8-bit whatever.
38707      Branch: perl
38708            ! t/op/crypt.t
38709 ____________________________________________________________________________
38710 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
38711         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
38712              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38713              Date: Wed, 19 Sep 2001 11:45:28 +0200
38714              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
38715              
38716              Lvalue casts are not portable.
38717      Branch: perl
38718            ! ext/threads/threads.xs
38719 ____________________________________________________________________________
38720 [ 12081] By: sky                                   on 2001/09/19  10:17:52
38721         Log: Make the basic test contain only realy basic API tests
38722              Seems to be a problem with detach.
38723      Branch: perl
38724            ! ext/threads/t/basic.t
38725 ____________________________________________________________________________
38726 [ 12080] By: ams                                   on 2001/09/19  01:23:55
38727         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
38728              From: Michael G Schwern <schwern@pobox.com>
38729              Date: Tue, 18 Sep 2001 19:53:48 -0400
38730              Message-Id: <20010918195348.M585@blackrider>
38731              
38732              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
38733              From: Michael G Schwern <schwern@pobox.com>
38734              Date: Tue, 18 Sep 2001 22:07:13 -0400
38735              Message-Id: <20010918220713.B19616@blackrider>
38736      Branch: perl
38737            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
38738            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
38739            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
38740            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
38741            ! lib/Test/Tutorial.pod
38742 ____________________________________________________________________________
38743 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
38744         Log: Indent the test a bit.
38745      Branch: perl
38746            ! ext/threads/t/basic.t
38747 ____________________________________________________________________________
38748 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
38749         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
38750              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
38751              Date: Tue, 18 Sep 2001 18:06:44 +0200
38752              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
38753      Branch: perl
38754            ! win32/win32.c
38755 ____________________________________________________________________________
38756 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
38757         Log: Subject: stat access time is wrong on Win95
38758              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
38759              Date: Tue, 18 Sep 2001 21:59:24 +0200
38760              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
38761      Branch: perl
38762            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
38763 ____________________________________________________________________________
38764 [ 12076] By: ams                                   on 2001/09/18  22:11:25
38765         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
38766              From: Michael G Schwern <schwern@pobox.com>
38767              Date: Tue, 18 Sep 2001 18:47:14 -0400
38768              Message-Id: <20010918184714.I585@blackrider>
38769      Branch: perl
38770            ! t/op/crypt.t
38771 ____________________________________________________________________________
38772 [ 12075] By: sky                                   on 2001/09/18  19:29:37
38773         Log: two test failures
38774              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38775              Message-ID: <20010918221702.A17408@rafael>
38776              partly applied, #12074 already fixed half the patch
38777      Branch: perl
38778            ! ext/threads/t/basic.t
38779 ____________________________________________________________________________
38780 [ 12074] By: sky                                   on 2001/09/18  18:49:03
38781         Log: Fixes test case failure introduced by #12071, the warning is
38782              now correctly spelled :-)
38783      Branch: perl
38784            ! ext/IO/lib/IO/t/io_sel.t
38785 ____________________________________________________________________________
38786 [ 12073] By: sky                                   on 2001/09/18  18:46:22
38787         Log: Make the test behave properly!
38788      Branch: perl
38789            ! ext/threads/t/basic.t
38790 ____________________________________________________________________________
38791 [ 12072] By: ams                                   on 2001/09/18  18:44:59
38792         Log: OP_RCATLINE is an SVOP, not a BASEOP.
38793      Branch: perl
38794            ! opcode.h opcode.pl
38795 ____________________________________________________________________________
38796 [ 12071] By: ams                                   on 2001/09/18  18:06:27
38797         Log: Deprecate != Depreciate.
38798      Branch: perl
38799            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
38800            ! lib/Pod/ParseUtils.pm
38801 ____________________________________________________________________________
38802 [ 12070] By: ams                                   on 2001/09/18  15:14:58
38803         Log: Subject: [PATCH] Getopt::Std cleanup
38804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38805              Date: Tue, 18 Sep 2001 17:32:13 +0200
38806              Message-Id: <20010918173213.C777@rafael>
38807      Branch: perl
38808            ! lib/Getopt/Std.pm lib/Getopt/Std.t
38809 ____________________________________________________________________________
38810 [ 12069] By: sky                                   on 2001/09/18  14:56:33
38811         Log: Forgot the makefile
38812      Branch: perl
38813            + ext/threads/Makefile.PL
38814 ____________________________________________________________________________
38815 [ 12068] By: sky                                   on 2001/09/18  14:13:26
38816         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
38817              The test will fail because of Test.pm not knowing about threads. 
38818              basic needs to be manually tested
38819              compile time warnings on IV2PTR conversions need to be fixed
38820      Branch: perl
38821            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
38822            + ext/threads/threads.h ext/threads/threads.pm
38823            + ext/threads/threads.xs
38824            ! MANIFEST
38825 ____________________________________________________________________________
38826 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
38827         Log: DJGPP tweak from Laszlo Molnar.
38828      Branch: perl
38829            ! djgpp/config.over
38830 ____________________________________________________________________________
38831 [ 12066] By: sky                                   on 2001/09/18  10:24:31
38832         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
38833      Branch: perl
38834            ! sharedsv.c sharedsv.h
38835 ____________________________________________________________________________
38836 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
38837         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
38838              ditto ^cns.
38839      Branch: perl
38840            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
38841            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
38842            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
38843            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
38844            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
38845            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
38846            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
38847            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
38848            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
38849            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
38850            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
38851            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
38852            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
38853            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
38854            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
38855            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
38856            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
38857            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
38858            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
38859            + ext/Encode/Encode/ir-197.enc
38860            - ext/Encode/Encode/cns11643-1.enc
38861            - ext/Encode/Encode/cns11643-2.enc
38862            - ext/Encode/Encode/iso2022-cn.enc
38863            - ext/Encode/Encode/iso2022-jp.enc
38864            - ext/Encode/Encode/iso2022-jp1.enc
38865            - ext/Encode/Encode/iso2022-jp2.enc
38866            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
38867            - ext/Encode/Encode/iso8859-1.enc
38868            - ext/Encode/Encode/iso8859-1.ucm
38869            - ext/Encode/Encode/iso8859-10.enc
38870            - ext/Encode/Encode/iso8859-10.ucm
38871            - ext/Encode/Encode/iso8859-11.enc
38872            - ext/Encode/Encode/iso8859-11.ucm
38873            - ext/Encode/Encode/iso8859-13.enc
38874            - ext/Encode/Encode/iso8859-13.ucm
38875            - ext/Encode/Encode/iso8859-14.enc
38876            - ext/Encode/Encode/iso8859-14.ucm
38877            - ext/Encode/Encode/iso8859-15.enc
38878            - ext/Encode/Encode/iso8859-15.ucm
38879            - ext/Encode/Encode/iso8859-16.enc
38880            - ext/Encode/Encode/iso8859-16.ucm
38881            - ext/Encode/Encode/iso8859-2.enc
38882            - ext/Encode/Encode/iso8859-2.ucm
38883            - ext/Encode/Encode/iso8859-3.enc
38884            - ext/Encode/Encode/iso8859-3.ucm
38885            - ext/Encode/Encode/iso8859-4.enc
38886            - ext/Encode/Encode/iso8859-4.ucm
38887            - ext/Encode/Encode/iso8859-5.enc
38888            - ext/Encode/Encode/iso8859-5.ucm
38889            - ext/Encode/Encode/iso8859-6.enc
38890            - ext/Encode/Encode/iso8859-6.ucm
38891            - ext/Encode/Encode/iso8859-7.enc
38892            - ext/Encode/Encode/iso8859-7.ucm
38893            - ext/Encode/Encode/iso8859-8.enc
38894            - ext/Encode/Encode/iso8859-8.ucm
38895            - ext/Encode/Encode/iso8859-9.enc
38896            - ext/Encode/Encode/iso8859-9.ucm
38897            - ext/Encode/Encode/isoir-197.enc
38898            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
38899 ____________________________________________________________________________
38900 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
38901         Log: Must Uppercase.
38902      Branch: perl
38903            ! ext/Encode/Encode.pm
38904 ____________________________________________________________________________
38905 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
38906         Log: Add various encodings.
38907      Branch: perl
38908            + ext/Encode/Encode/iso8859-11.enc
38909            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
38910            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
38911            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
38912            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
38913            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
38914            + ext/Encode/Encode/viscii.ucm
38915            ! MANIFEST ext/Encode/Encode.pm
38916 ____________________________________________________________________________
38917 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
38918         Log: lib/unicode relic.
38919      Branch: perl
38920            ! ext/Encode/compile
38921 ____________________________________________________________________________
38922 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
38923         Log: Subject: [PATCH] Re: filename problems
38924              From: Michael G Schwern <schwern@pobox.com>
38925              Date: Mon, 17 Sep 2001 17:26:26 -0400
38926              Message-ID: <20010917172626.Q585@blackrider>
38927      Branch: perl
38928            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
38929            - t/lib/sample-tests/header_at_end
38930            - t/lib/sample-tests/header_at_end_fail
38931            ! MANIFEST lib/Test/Harness/t/test-harness.t
38932 ____________________________________________________________________________
38933 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
38934         Log: Explicitly explain the 1e9 seconds, not everybody
38935              is a C geek.
38936      Branch: perl
38937            ! ext/Time/HiRes/HiRes.pm
38938 ____________________________________________________________________________
38939 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
38940         Log: Explain an apparent bug reported by
38941              Richard J. Barbalace <rjbarbal@MIT.EDU>,
38942              with additional explanation from Gisle Aas.
38943      Branch: perl
38944            ! ext/Time/HiRes/HiRes.pm
38945 ____________________________________________________________________________
38946 [ 12058] By: ams                                   on 2001/09/17  19:52:01
38947         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
38948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38949              Date: Mon, 17 Sep 2001 22:48:05 +0200
38950              Message-Id: <20010917224805.C11744@rafael>
38951      Branch: perl
38952            ! t/lib/warnings/op t/lib/warnings/pp
38953 ____________________________________________________________________________
38954 [ 12057] By: ams                                   on 2001/09/17  16:51:18
38955         Log: Its a nit!
38956      Branch: perl
38957            ! sv.h
38958 ____________________________________________________________________________
38959 [ 12056] By: ams                                   on 2001/09/17  16:47:55
38960         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
38961              From: "Craig A. Berry" <craigberry@mac.com>
38962              Date: Mon, 17 Sep 2001 12:34:20 -0500
38963              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
38964      Branch: perl
38965            ! vms/vms.c
38966 ____________________________________________________________________________
38967 [ 12055] By: ams                                   on 2001/09/17  16:05:15
38968         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
38969              From: Gisle Aas <gisle@ActiveState.com>
38970              Date: 16 Apr 2001 16:20:34 -0700
38971              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
38972              (Applied by hand.)
38973      Branch: perl
38974            ! lib/CPAN.pm lib/CPAN/Nox.pm
38975 ____________________________________________________________________________
38976 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
38977         Log: Update Changes.
38978      Branch: perl
38979            ! Changes patchlevel.h
38980 ____________________________________________________________________________
38981 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
38982         Log: Adding new files to the MANIFEST is always nice.
38983      Branch: perl
38984            ! MANIFEST
38985 ____________________________________________________________________________
38986 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
38987         Log: Reindent the PerlIO files (suggested by NI-S), used
38988              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
38989              (GNU indent).  Note that wholesale re-indenting might
38990              be nice, but that would break nice formatting/alignment
38991              of assignments, equality testing, and complex boolean
38992              expressions with lots of &s and |s.
38993      Branch: perl
38994            ! perlio.c perlio.h perliol.h
38995 ____________________________________________________________________________
38996 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
38997         Log: Add a script for being 8.3-polite.
38998              The found conflicts are being worked on.
38999      Branch: perl
39000            + check83.pl
39001            ! MANIFEST Porting/pumpkin.pod
39002 ____________________________________________________________________________
39003 [ 12050] By: sky                                   on 2001/09/17  12:44:36
39004         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
39005              finding it.
39006      Branch: perl
39007            ! sv.c
39008 ____________________________________________________________________________
39009 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
39010         Log: Bump up versions because of #12041.
39011      Branch: perl
39012            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
39013            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
39014            ! lib/Time/localtime.pm
39015 ____________________________________________________________________________
39016 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
39017         Log: Bump the version number because of #12042.
39018      Branch: perl
39019            ! lib/CPAN/FirstTime.pm
39020 ____________________________________________________________________________
39021 [ 12047] By: ams                                   on 2001/09/17  11:21:40
39022         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
39023              From: Abhijit Menon-Sen <ams@wiw.org>
39024              Date: Mon, 17 Sep 2001 17:44:12 +0530
39025              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
39026      Branch: perl
39027            ! op.c
39028 ____________________________________________________________________________
39029 [ 12046] By: sky                                   on 2001/09/17  07:14:17
39030         Log: Subject: Re: t/op/ver.t using skip() improperly
39031              From: "chromatic" <chromatic@rmci.net>
39032              Date: Mon, 17 Sep 2001 00:22:29 -0600
39033              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
39034      Branch: perl
39035            ! t/op/ver.t
39036 ____________________________________________________________________________
39037 [ 12045] By: nick                                  on 2001/09/17  07:12:14
39038         Log: Integrate mainline
39039      Branch: perlio
39040           +> t/op/chdir.t
39041           !> (integrate 117 files)
39042 ____________________________________________________________________________
39043 [ 12044] By: ams                                   on 2001/09/17  05:49:53
39044         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
39045              From: Ilmari Karonen <iltzu@sci.fi>
39046              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
39047              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
39048              (And $VERSION = '1.05'.)
39049      Branch: perl
39050            ! lib/constant.pm
39051 ____________________________________________________________________________
39052 [ 12043] By: ams                                   on 2001/09/17  05:44:50
39053         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
39054              From: Michael G Schwern <schwern@pobox.com>
39055              Date: Mon, 17 Sep 2001 07:49:04 +0200
39056              Message-Id: <20010917074904.V1588@blackrider>
39057              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
39058      Branch: perl
39059            + t/op/chdir.t
39060            ! MANIFEST pp_sys.c
39061 ____________________________________________________________________________
39062 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
39063         Log: Subject: Re: CPAN.pm needs some hacking 
39064              From: "chromatic" <chromatic@rmci.net>
39065              Date: Sun, 16 Sep 2001 16:46:29 -0600
39066              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
39067      Branch: perl
39068            ! lib/CPAN/FirstTime.pm
39069 ____________________________________________________________________________
39070 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
39071         Log: Change use|require 5.005_64 to use|require 5.6.1.
39072      Branch: perl
39073            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
39074            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
39075            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
39076            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
39077            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
39078            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
39079            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
39080            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
39081            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
39082            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
39083            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
39084            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
39085            ! lib/base.pm lib/fields.pm
39086 ____________________________________________________________________________
39087 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
39088         Log: Bump up version numbers.
39089              
39090              TODO 1: double check that pre-5.6.1 CPAN.pm:s
39091              don't try to download 5.8.0 because of the
39092              version numbers.  Mainly this means using _00
39093              in the core version numbers.
39094              
39095              TODO 2: the "use 5.005_64" in many modules
39096              needs to be changed to, say, "use 5.6.1".
39097      Branch: perl
39098            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
39099            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
39100            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
39101            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
39102            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
39103            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
39104            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39105            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
39106            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
39107            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
39108            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
39109 ____________________________________________________________________________
39110 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
39111         Log: Use UCHARAT() as suggested by Inaba Hiroto.
39112      Branch: perl
39113            ! regexec.c
39114 ____________________________________________________________________________
39115 [ 12038] By: ams                                   on 2001/09/16  15:16:24
39116         Log: Subject: [PATCH] Re: Core module version numbers review
39117              From: Peter Scott <Peter@PSDT.com>
39118              Date: Sun, 16 Sep 2001 09:09:58 -0700
39119              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
39120      Branch: perl
39121            ! lib/perl5db.pl
39122 ____________________________________________________________________________
39123 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
39124         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
39125              not yet fully implemented.
39126      Branch: perl
39127            ! pod/perlfunc.pod pod/perlunicode.pod
39128 ____________________________________________________________________________
39129 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
39130         Log: Subject: [patch] plug PL_beginav_save leak
39131              From: Doug MacEachern <dougm@covalent.net>
39132              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
39133              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
39134      Branch: perl
39135            ! perl.c
39136 ____________________________________________________________________________
39137 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
39138         Log: (accidentally empty checkin)
39139      Branch: perl
39140            ! sv.c
39141 ____________________________________________________________________________
39142 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
39143         Log: Subject: [patch] ithreads+PL_beginav_save
39144              From: Doug MacEachern <dougm@covalent.net>
39145              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
39146              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
39147      Branch: perl
39148            ! sv.c
39149 ____________________________________________________________________________
39150 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
39151         Log: Subject: [PATCH] h2xs.PL with C::Scan
39152              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39153              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
39154              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
39155      Branch: perl
39156            ! utils/h2xs.PL
39157 ____________________________________________________________________________
39158 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
39159         Log: Elaborate (well, make more vague, really) #12030.
39160      Branch: perl
39161            ! pod/perltodo.pod pod/perlunicode.pod
39162 ____________________________________________________________________________
39163 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
39164         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
39165              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39166              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
39167              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
39168      Branch: perl
39169            ! regexec.c
39170 ____________________________________________________________________________
39171 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
39172         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
39173              are not yet complete.
39174      Branch: perl
39175            ! pod/perltodo.pod pod/perlunicode.pod
39176 ____________________________________________________________________________
39177 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
39178         Log: Document what's still to be done on the regular expression
39179              Unicode support, based on the UTR#18.
39180      Branch: perl
39181            ! pod/perltodo.pod pod/perlunicode.pod
39182 ____________________________________________________________________________
39183 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
39184         Log: Regen headers.
39185      Branch: perl
39186            ! embedvar.h perlapi.h
39187 ____________________________________________________________________________
39188 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
39189         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
39190              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
39191              Date: Sun, 09 Sep 2001 18:41:54 +0100
39192              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
39193      Branch: perl
39194            ! Porting/findvars ext/ByteLoader/bytecode.h
39195            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
39196            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
39197 ____________________________________________________________________________
39198 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
39199         Log: enable most warnings for windows build; fix the various typecasting
39200              nits that showed up (no bugfixes here)
39201      Branch: maint-5.6/perl
39202            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
39203            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
39204            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
39205            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
39206            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
39207            ! x2p/walk.c
39208 ____________________________________________________________________________
39209 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
39210         Log: Integrate change #12024 from maintperl
39211              (a local() precedence bug)
39212      Branch: perl
39213           !> lib/ExtUtils/Install.pm
39214 ____________________________________________________________________________
39215 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
39216         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
39217              change#8642
39218      Branch: maint-5.6/perl
39219            ! lib/ExtUtils/Install.pm
39220 ____________________________________________________________________________
39221 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
39222         Log: Update Changes.
39223      Branch: perl
39224            ! Changes patchlevel.h
39225 ____________________________________________________________________________
39226 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
39227         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
39228              From: "chromatic" <chromatic@rmci.net>
39229              Date: Fri, 14 Sep 2001 09:44:57 -0600 
39230              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
39231      Branch: perl
39232            ! lib/ExtUtils/Manifest.t
39233 ____________________________________________________________________________
39234 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
39235         Log: Hopefully better skipping of the Complete.t tests
39236              in case of not a tty. 
39237      Branch: perl
39238            ! lib/Term/Complete.t t/op/stat.t
39239 ____________________________________________________________________________
39240 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
39241         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
39242              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39243              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
39244              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
39245      Branch: perl
39246            ! regexec.c t/op/pat.t
39247 ____________________________________________________________________________
39248 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
39249         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
39250              From: Robin Barker <rmb1@cise.npl.co.uk>
39251              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
39252              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
39253      Branch: perl
39254            ! pod/perlport.pod
39255 ____________________________________________________________________________
39256 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
39257         Log: NetWare tweaks from Ananth Kesari.
39258      Branch: perl
39259            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
39260            ! NetWare/nwutil.h
39261 ____________________________________________________________________________
39262 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
39263         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
39264              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39265              Date: Fri, 14 Sep 2001 10:51:13 +0200
39266              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
39267      Branch: perl
39268            ! pod/perlport.pod
39269 ____________________________________________________________________________
39270 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
39271         Log: Subject: Re: [PATCH 2 pl2pm.PL]
39272              From: Joe Smith <Joe.Smith@inwap.com>
39273              Date: Fri, 14 Sep 2001 00:13:32 -0700
39274              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
39275              
39276              Eradicate qu.
39277      Branch: perl
39278            ! keywords.h keywords.pl utils/pl2pm.PL
39279 ____________________________________________________________________________
39280 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
39281         Log: Retract #12013, didn't go over too well in Tru64.
39282      Branch: perl
39283            ! embed.h embed.pl sv.h
39284 ____________________________________________________________________________
39285 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
39286         Log: Subject: [PATCH] Execute files of debugger commands
39287              From: Peter Scott <Peter@PSDT.com>
39288              Date: Thu, 13 Sep 2001 15:26:31 -0700
39289              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
39290      Branch: perl
39291            ! lib/perl5db.pl pod/perldebug.pod
39292 ____________________________________________________________________________
39293 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
39294         Log: (Retracted by #12015)
39295              Subject: [proposed PATCH] Re: perl@11920
39296              From: Nicholas Clark <nick@ccl4.org>
39297              Date: Wed, 12 Sep 2001 23:46:09 +0100
39298              Message-ID: <20010912234609.H4971@plum.flirble.org>     
39299      Branch: perl
39300            ! embed.h embed.pl sv.h
39301 ____________________________________________________________________________
39302 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
39303         Log: ucblib shouldn't be linked against in nonstop-ux,
39304              from Tom Bates.
39305      Branch: perl
39306            ! hints/nonstopux.sh
39307 ____________________________________________________________________________
39308 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
39309         Log: Do stty only if we have stty.
39310              
39311              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
39312      Branch: perl
39313            ! lib/Term/Complete.pm
39314 ____________________________________________________________________________
39315 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
39316         Log: Skip the test if not running on a tty.
39317      Branch: perl
39318            ! lib/Term/Complete.t
39319 ____________________________________________________________________________
39320 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
39321         Log: Regen headers.
39322      Branch: perl
39323            ! embed.h opcode.h pod/perlapi.pod proto.h
39324 ____________________________________________________________________________
39325 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
39326         Log: Subject: [PATCH op.c] Re: perl@12003
39327              From: Robin Barker <rmb1@cise.npl.co.uk>
39328              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
39329              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
39330      Branch: perl
39331            ! op.c
39332 ____________________________________________________________________________
39333 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
39334         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
39335              From: Robin Barker <rmb1@cise.npl.co.uk>
39336              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
39337              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
39338      Branch: perl
39339            ! sv.c
39340 ____________________________________________________________________________
39341 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
39342         Log: Upgrade to Memoize 0.66.
39343      Branch: perl
39344            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
39345            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
39346            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
39347 ____________________________________________________________________________
39348 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
39349         Log: Subject: [ID 20010912.007] substr reference core dump
39350              From: me-01@ton.iguana.be
39351              Date: 12 Sep 2001 14:11:16 -0000
39352              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
39353      Branch: perl
39354            ! mg.c
39355 ____________________________________________________________________________
39356 [ 12004] By: ams                                   on 2001/09/12  01:13:49
39357         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
39358              From: Ilmari Karonen <iltzu@sci.fi>
39359              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
39360              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
39361      Branch: perl
39362            ! pod/perlfaq4.pod
39363 ____________________________________________________________________________
39364 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
39365         Log: Update Changes.
39366      Branch: perl
39367            ! Changes patchlevel.h
39368 ____________________________________________________________________________
39369 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
39370         Log: NetWare update from Ananth Kesari.
39371      Branch: perl
39372            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
39373            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
39374 ____________________________________________________________________________
39375 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
39376         Log: Retract #11984: div() being redefined, and 1397
39377              failing on 64-bit platforms.
39378      Branch: perl
39379            ! lib/Math/BigInt/Calc.pm
39380 ____________________________________________________________________________
39381 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
39382         Log: Metaconfig unit change for #11999.
39383      Branch: metaconfig
39384            ! U/protos/d_lseekproto.U
39385 ____________________________________________________________________________
39386 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
39387         Log: The lseek fix (#11991) was no fix.
39388      Branch: perl
39389            ! Configure
39390 ____________________________________________________________________________
39391 [ 11998] By: sky                                   on 2001/09/11  07:52:06
39392         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
39393              From: Matt Sergeant <MSergeant@star.net.uk>
39394              Date: Tue, 11 Sep 2001 09:22:32 +0100
39395              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
39396      Branch: perl
39397            ! ext/Encode/Encode.pm
39398 ____________________________________________________________________________
39399 [ 11997] By: sky                                   on 2001/09/11  06:35:29
39400         Log: Sometimes dTHX is added because it is needed on non 
39401              gnuc platforms, but not needed there. This uses GCC
39402              to silence GCC specific warnings by marking pTHX as 
39403              unused.
39404      Branch: perl
39405            ! perl.h
39406 ____________________________________________________________________________
39407 [ 11996] By: nick                                  on 2001/09/11  06:25:27
39408         Log: Integrate mainline
39409      Branch: perlio
39410            - ext/POSIX/sigaction.t lib/File/Find/taint.t
39411           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
39412 ____________________________________________________________________________
39413 [ 11995] By: nick                                  on 2001/09/11  06:23:39
39414         Log: Part Integrate mainline
39415      Branch: perlio
39416           +> (branch 69 files)
39417            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
39418            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
39419            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
39420            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
39421            - lib/Switch/t/switch_case.t lib/Test/Harness.t
39422            - lib/Test/More/Changes lib/Test/More/t/More.t
39423            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
39424            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
39425            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
39426            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
39427            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
39428            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
39429            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
39430            - t/lib/Test/More/Catch.pm wince/perl.ico
39431           !> (integrate 197 files)
39432 ____________________________________________________________________________
39433 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
39434         Log: Subject: Re: [PATCH] Encode.pm docs fix
39435              From: Gisle Aas <gisle@ActiveState.com>
39436              Date: 10 Sep 2001 11:27:02 -0700
39437              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
39438      Branch: perl
39439            ! ext/Encode/Encode.pm
39440 ____________________________________________________________________________
39441 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
39442         Log: Fix unpack U to be the reverse of pack U
39443              (but implement unpack U0U as a backdoor to get
39444              the UTF-8 malformed warnings from un-UTF-8 data)
39445      Branch: perl
39446            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
39447 ____________________________________________________________________________
39448 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
39449         Log: Metaconfig unit change for #11991;
39450              delete an unused unit (d_strtoull.U is the one used)
39451      Branch: metaconfig
39452            ! U/protos/d_lseekproto.U
39453      Branch: metaconfig/U/perl
39454            - strtoull.U
39455 ____________________________________________________________________________
39456 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
39457         Log: Subject: [PATCH] Configure not recording lseek proto
39458              From: Blair Zajac <blair@orcaware.com>
39459              Date: Mon, 10 Sep 2001 17:52:37 -0700
39460              Message-ID: <3B9D6055.BA334A31@orcaware.com>
39461              
39462              plus regen Configure.
39463      Branch: perl
39464            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39465            ! config_h.SH uconfig.h
39466 ____________________________________________________________________________
39467 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
39468         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?)))                  
39469              From: Nicholas Clark <nick@ccl4.org>
39470              Date: Tue, 11 Sep 2001 00:00:31 +0100
39471              Message-ID: <20010911000031.G1512@plum.flirble.org>
39472      Branch: perl
39473            + t/op/qq.t
39474            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
39475 ____________________________________________________________________________
39476 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
39477         Log: Subject: [PATCH] Building on win32 w/o perlio
39478              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
39479              Date: Mon, 10 Sep 2001 23:38:46 +0200
39480              Message-ID: <3B9D4F06.14433.2C37644@localhost>
39481      Branch: perl
39482            ! perl.c win32/Makefile win32/makefile.mk
39483 ____________________________________________________________________________
39484 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
39485         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
39486              From: "chromatic" <chromatic@rmci.net>
39487              Date: Mon, 10 Sep 2001 15:14:01 -0600
39488              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
39489      Branch: perl
39490            + lib/CGI/t/push.t
39491            ! MANIFEST
39492 ____________________________________________________________________________
39493 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
39494         Log: Subject: avoiding hoardes of zombies
39495              From: Nicholas Clark <nick@ccl4.org>
39496              Date: Mon, 10 Sep 2001 22:00:40 +0100
39497              Message-ID: <20010910220040.C1512@plum.flirble.org>
39498      Branch: perl
39499            ! pod/perlipc.pod
39500 ____________________________________________________________________________
39501 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
39502         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
39503              From: John Peacock <jpeacock@rowman.com>
39504              Date: Mon, 10 Sep 2001 16:34:30 -0400
39505              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
39506      Branch: perl
39507            ! sv.c t/op/ver.t utf8.h
39508 ____________________________________________________________________________
39509 [ 11985] By: ams                                   on 2001/09/10  23:20:13
39510         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
39511      Branch: perl
39512            ! MANIFEST
39513 ____________________________________________________________________________
39514 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
39515         Log: (Retracted by #12001)
39516              Subject: Calc with USE_MUL/USE_DIV
39517              From: Tels <perl_dummy@bloodgate.com>
39518              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
39519              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
39520      Branch: perl
39521            ! lib/Math/BigInt/Calc.pm
39522 ____________________________________________________________________________
39523 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
39524         Log: Subject: [PATCH op.c] Re: perl@11978
39525              From: Robin Barker <rmb1@cise.npl.co.uk>
39526              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
39527              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
39528              
39529              Format errors.
39530      Branch: perl
39531            ! op.c
39532 ____________________________________________________________________________
39533 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
39534         Log: Switch PADOFFSET back to U32 both because of binary backward
39535              compatibility and because Arthur seems to have been fixing the
39536              problems with naughty integer-pointer casting.
39537      Branch: perl
39538            ! op.h
39539 ____________________________________________________________________________
39540 [ 11981] By: ams                                   on 2001/09/10  16:31:43
39541         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
39542              Fix Pod Typo, Add Test for ExtUtils::Command
39543              From: "chromatic" <chromatic@rmci.net>
39544              Date: Mon, 10 Sep 2001 11:20:56 -0600
39545              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
39546      Branch: perl
39547            + lib/ExtUtils/Command.t
39548            ! MANIFEST lib/ExtUtils/Command.pm
39549 ____________________________________________________________________________
39550 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
39551         Log: Subject: [PATCH] Encode.pm docs fix
39552              From: Matt Sergeant <MSergeant@star.net.uk>
39553              Date: Mon, 10 Sep 2001 15:24:01 +0100
39554              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
39555      Branch: perl
39556            ! ext/Encode/Encode.pm
39557 ____________________________________________________________________________
39558 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
39559         Log: Update Changes.
39560      Branch: perl
39561            ! Changes patchlevel.h
39562 ____________________________________________________________________________
39563 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
39564         Log: Revert #11973, the dTHX seems to be needed in there
39565              for threaded builds.
39566      Branch: perl
39567            ! perlio.c
39568 ____________________________________________________________________________
39569 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
39570         Log: Detypo.
39571      Branch: perl
39572            ! pod/perlguts.pod
39573 ____________________________________________________________________________
39574 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
39575         Log: Further Class::Struct patching from Damian.
39576              
39577              The new new semantics are:
39578              
39579              * If you pass an initializer for a nested object, it has to be:
39580              a) a reference to an object of that class, or      
39581              b) a reference to an object of a subclass of that class, or
39582              c) a reference to a hash of arguments to be passed to the
39583              class's constructor
39584              * If you pass no initializer for a nested object, the attribute
39585              is initialized to C<undef>
39586      Branch: perl
39587            ! lib/Class/Struct.pm
39588 ____________________________________________________________________________
39589 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
39590         Log: Skip the crypt test if no crypt.
39591      Branch: perl
39592            ! t/op/crypt.t
39593 ____________________________________________________________________________
39594 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
39595         Log: Warn against using bare v-strings as IP addresses
39596              (okay if using the wrappers from Socket)
39597      Branch: perl
39598            ! pod/perldata.pod pod/perlport.pod
39599 ____________________________________________________________________________
39600 [ 11973] By: sky                                   on 2001/09/10  11:57:58
39601         Log: Remove unused dTHX. Silenced another warning.
39602      Branch: perl
39603            ! perlio.c
39604 ____________________________________________________________________________
39605 [ 11972] By: sky                                   on 2001/09/10  11:54:25
39606         Log: Silence some more warnings INT2PTR.
39607      Branch: perl
39608            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
39609 ____________________________________________________________________________
39610 [ 11971] By: sky                                   on 2001/09/10  11:21:50
39611         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
39612      Branch: perl
39613            ! cop.h
39614 ____________________________________________________________________________
39615 [ 11970] By: sky                                   on 2001/09/10  11:17:25
39616         Log: Apply INT2PTR with force to silence warnings from
39617              PM_GETRE and friends. No more warnings with 64bit 
39618              IVs and 32bit pointers.    
39619      Branch: perl
39620            ! op.c op.h perl.c
39621 ____________________________________________________________________________
39622 [ 11969] By: sky                                   on 2001/09/10  10:13:02
39623         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
39624      Branch: perl
39625            ! pod/perlguts.pod
39626 ____________________________________________________________________________
39627 [ 11968] By: sky                                   on 2001/09/10  10:02:51
39628         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
39629              Rename to custop_op_name to Perl_custom_op_name to match perlapi
39630              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
39631              perl_clone.
39632      Branch: perl
39633            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
39634 ____________________________________________________________________________
39635 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
39636         Log: Using strlen() not good on embedded nul bytes.
39637      Branch: perl
39638            ! regcomp.c
39639 ____________________________________________________________________________
39640 [ 11966] By: ams                                   on 2001/09/09  21:06:13
39641         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
39642              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39643              Date: Mon, 13 Aug 2001 22:51:59 +0200
39644              Message-ID: <20010813225159.C6681@rafael>
39645              (Applied with several tweaks.)
39646      Branch: perl
39647            ! embed.h embed.pl proto.h toke.c
39648 ____________________________________________________________________________
39649 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
39650         Log: The exact error message is system-dependent.
39651      Branch: perl
39652            ! lib/ExtUtils/Manifest.t
39653 ____________________________________________________________________________
39654 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
39655         Log: Add Windows and Mac Sami support to Encode
39656              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
39657      Branch: perl
39658            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
39659            ! MANIFEST
39660 ____________________________________________________________________________
39661 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
39662         Log: Use the tried method.
39663      Branch: perl
39664            ! pod/perlport.pod
39665 ____________________________________________________________________________
39666 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
39667         Log: Can't count parentheses.
39668      Branch: perl
39669            ! ext/IO/lib/IO/Socket/INET.pm
39670 ____________________________________________________________________________
39671 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
39672         Log: perlport additions: 1 while unlink, add/delete directory
39673              entries and permissions, cygwin stat funkiness (from Michael
39674              Schwern and Nicholas Clark)
39675      Branch: perl
39676            ! pod/perlport.pod
39677 ____________________________________________________________________________
39678 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
39679         Log: blib does have a detectable test.
39680      Branch: perl
39681            ! t/lib/1_compile.t
39682 ____________________________________________________________________________
39683 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
39684         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
39685              From: "chromatic" <chromatic@rmci.net>
39686              Date: Sat, 08 Sep 2001 19:33:42 -0600
39687              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
39688      Branch: perl
39689            + lib/Term/Complete.t
39690            ! MANIFEST
39691 ____________________________________________________________________________
39692 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
39693         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
39694              From: Michael G Schwern <schwern@pobox.com> 
39695              Date: Sat, 8 Sep 2001 02:40:26 -0400
39696              Message-ID: <20010908024026.A26283@blackrider>
39697      Branch: perl
39698            + lib/Test/Tutorial.pod
39699            ! MANIFEST
39700 ____________________________________________________________________________
39701 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
39702         Log: Try to look up protocol (by name) only iff it has non-numbers:
39703              nice if the server is in a chrooted environment (no /etc/protocols,
39704              server code using hardcorded protocol numbers like 6 for tcp),
39705              suggested by John Holdsworth <coldwave@bigfoot.com>.
39706              In other words, if we are given a number, why look it up again
39707              (by number)?
39708      Branch: perl
39709            ! ext/IO/lib/IO/Socket/INET.pm
39710 ____________________________________________________________________________
39711 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
39712         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
39713              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39714              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
39715              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
39716              
39717              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
39718              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39719              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
39720              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
39721              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
39722              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39723              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
39724              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
39725      Branch: perl
39726            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
39727 ____________________________________________________________________________
39728 [ 11955] By: ams                                   on 2001/09/09  02:54:21
39729         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
39730              From: "Craig A. Berry" <craigberry@mac.com>
39731              Date: Sat, 08 Sep 2001 19:02:16 -0500
39732              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
39733      Branch: perl
39734            ! lib/CGI/t/carp.t
39735 ____________________________________________________________________________
39736 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
39737         Log: Documentation tweaks; think the IP address as an opaque string.
39738      Branch: perl
39739            ! ext/Socket/Socket.pm
39740 ____________________________________________________________________________
39741 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
39742         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
39743              From: Michael G Schwern <schwern@pobox.com>
39744              Date: Sat, 8 Sep 2001 19:45:46 -0400
39745              Message-ID: <20010908194546.C9193@blackrider>
39746      Branch: perl
39747            + lib/blib.t
39748            ! MANIFEST lib/blib.pm t/lib/1_compile.t
39749 ____________________________________________________________________________
39750 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
39751         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
39752              From: "chromatic" <chromatic@rmci.net>
39753              Date: Sat, 08 Sep 2001 12:31:44 -0600
39754              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
39755      Branch: perl
39756            + lib/CGI/t/fast.t
39757            ! MANIFEST
39758 ____________________________________________________________________________
39759 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
39760         Log: The Socket tests were wrong: they were assuming too much.
39761      Branch: perl
39762            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
39763 ____________________________________________________________________________
39764 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
39765         Log: Retract the portability changes since they
39766              seem to have opened a can of worms... will
39767              go back to UNICOS/mk and do the bare minimum
39768              required to get the tests working.
39769      Branch: perl
39770            ! ext/Socket/Socket.xs
39771 ____________________________________________________________________________
39772 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
39773         Log: PADOFFSET is used to cast pointers into integers,
39774              if pointers are 64 bits and U32 32 bits,
39775              bad things may happen, or at least warnings issued.
39776      Branch: perl
39777            ! op.h
39778 ____________________________________________________________________________
39779 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
39780         Log: Still more Socket portability tweaking.
39781              Now Socket.t seems to be happy in all of
39782              Linux/x86, Tru64/alpha, Solaris/sparc,
39783              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
39784              
39785              Addendum: it seems that io_multihomed, io_sock, and hostent
39786              were broken in little-endians (linux/x86 and tru64/alpha)
39787              because of this change.  Argh.
39788      Branch: perl
39789            ! ext/Socket/Socket.xs
39790 ____________________________________________________________________________
39791 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
39792         Log: More portability kicking on inet_ntoa().
39793      Branch: perl
39794            ! ext/Socket/Socket.xs
39795 ____________________________________________________________________________
39796 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
39797         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
39798              From: Michael G Schwern <schwern@pobox.com> 
39799              Date: Fri, 7 Sep 2001 23:06:51 -0400
39800              Message-ID: <20010907230651.R606@blackrider>
39801      Branch: perl
39802            + lib/ExtUtils/Manifest.t
39803            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
39804 ____________________________________________________________________________
39805 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
39806         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
39807              From: "chromatic" <chromatic@rmci.net>
39808              Date: Fri, 07 Sep 2001 17:53:15 -0600      
39809              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
39810      Branch: perl
39811            + lib/ExtUtils/testlib.t
39812            ! MANIFEST
39813 ____________________________________________________________________________
39814 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
39815         Log: Thinko.
39816      Branch: perl
39817            ! lib/integer.t
39818 ____________________________________________________________________________
39819 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
39820         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
39821              From: "Craig A. Berry" <craigberry@mac.com>
39822              Date: Fri, 07 Sep 2001 15:30:03 -0500
39823              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
39824      Branch: perl
39825            ! lib/CGI/Carp.pm
39826 ____________________________________________________________________________
39827 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
39828         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
39829              From: Michael G Schwern <schwern@pobox.com>
39830              Date: Fri, 7 Sep 2001 15:38:13 -0400
39831              Message-ID: <20010907153813.K606@blackrider>
39832      Branch: perl
39833            ! lib/ExtUtils/MM_Unix.pm
39834 ____________________________________________________________________________
39835 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
39836         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
39837              From: Robin Barker <rmb1@cise.npl.co.uk>
39838              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
39839              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
39840      Branch: perl
39841            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
39842 ____________________________________________________________________________
39843 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
39844         Log: Clean up 1_compile.t; move tests to more consistent
39845              places (t/ subdirectories); add integer.t (much of
39846              the pragma is tested elsewhere but there is no one
39847              centralized place)
39848      Branch: perl
39849            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
39850            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
39851            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
39852            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
39853            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
39854            - lib/File/Find/find.t lib/File/Find/taint.t
39855            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
39856 ____________________________________________________________________________
39857 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
39858         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
39859              From: "chromatic" <chromatic@rmci.net>
39860              Date: Fri, 07 Sep 2001 10:17:40 -0600
39861              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
39862      Branch: perl
39863            ! lib/File/Find/taint.t
39864 ____________________________________________________________________________
39865 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
39866         Log: Update Changes.
39867      Branch: perl
39868            ! Changes patchlevel.h
39869 ____________________________________________________________________________
39870 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
39871         Log: Rename the old threading tutorial, start a new one,
39872              regen toc.
39873      Branch: perl
39874            + pod/perlothrtut.pod
39875            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
39876            ! pod/perltoc.pod
39877 ____________________________________________________________________________
39878 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
39879         Log: vars very much has a test.
39880      Branch: perl
39881            ! t/lib/1_compile.t
39882 ____________________________________________________________________________
39883 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
39884         Log: Subject: Re: wince/perl.ico marked as binary
39885              From: Nicholas Clark <nick@ccl4.org>
39886              Date: Fri, 7 Sep 2001 13:54:40 +0100
39887              Message-ID: <20010907135439.D39150@plum.flirble.org>
39888              
39889              and wince/Makefile.ce change from Rainer Keuchel.
39890      Branch: perl
39891            + wince/makeico.pl
39892            ! MANIFEST wince/Makefile.ce
39893 ____________________________________________________________________________
39894 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
39895         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
39896              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39897              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
39898              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
39899      Branch: perl
39900            ! regexec.c
39901 ____________________________________________________________________________
39902 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
39903         Log: (Replaced by #11934)
39904              Subject: Re: [PATCH regexec.c] more general .* and .*?
39905              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39906              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
39907              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
39908      Branch: perl
39909            ! regexec.c
39910 ____________________________________________________________________________
39911 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
39912         Log: The #11931 patching misbehaved.
39913      Branch: perl
39914            ! lib/Test/Harness/t/test-harness.t
39915 ____________________________________________________________________________
39916 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
39917         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
39918              From: Michael G Schwern <schwern@pobox.com>
39919              Date: Fri, 7 Sep 2001 03:30:41 -0400
39920              Message-ID: <20010907033041.A2796@blackrider>
39921      Branch: perl
39922            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
39923            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
39924            + t/lib/sample-tests/header_at_end_fail
39925            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
39926            - lib/Test/Harness.t
39927            ! MANIFEST lib/Test/Harness.pm t/TEST
39928 ____________________________________________________________________________
39929 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
39930         Log: Subject: [PATCH] Digest::MD5 update
39931              From: Gisle Aas <gisle@ActiveState.com>
39932              Date: 06 Sep 2001 23:32:56 -0700
39933              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
39934      Branch: perl
39935            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
39936            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
39937 ____________________________________________________________________________
39938 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
39939         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
39940              From: "chromatic" <chromatic@rmci.net>
39941              Date: Thu, 06 Sep 2001 23:11:44 -0600
39942              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
39943      Branch: perl
39944            + lib/less.t
39945            ! MANIFEST t/lib/1_compile.t
39946 ____________________________________________________________________________
39947 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
39948         Log: The binary file must somehow differently stored.
39949      Branch: perl
39950            - wince/perl.ico
39951            ! MANIFEST
39952 ____________________________________________________________________________
39953 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
39954         Log: Add more modules to the list of modules that have tests,
39955              Schwern's wallet is getting more nervous.
39956              (Run t/lib/1_compile.t manually to see which modules
39957              are lacking tests, or the tests can't be run for some
39958              reason or another, such as the Net:: modules)
39959      Branch: perl
39960            ! t/lib/1_compile.t
39961 ____________________________________________________________________________
39962 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
39963         Log: Try to make Socket::inet_ntoa() more robust.
39964      Branch: perl
39965            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
39966 ____________________________________________________________________________
39967 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
39968         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
39969              From: chromatic <chromatic@rmci.net>       
39970              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
39971              Message-Id: <01090522580506.19590@firewheel>           
39972      Branch: perl
39973            ! lib/English.t
39974 ____________________________________________________________________________
39975 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
39976         Log: Subject: Re: perlvar manpage and localizing special vars
39977              From: Stas Bekman <stas@stason.org>
39978              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
39979              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
39980      Branch: perl
39981            ! pod/perlvar.pod
39982 ____________________________________________________________________________
39983 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
39984         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
39985              From: Robin Barker <rmb1@cise.npl.co.uk>
39986              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
39987              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
39988      Branch: perl
39989            ! lib/ExtUtils/MakeMaker.pm
39990 ____________________________________________________________________________
39991 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
39992         Log: Symbol missing; AIX unhappy.
39993      Branch: perl
39994            ! makedef.pl
39995 ____________________________________________________________________________
39996 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
39997         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
39998              Reported in 5.61, seems to work okay in blead.
39999      Branch: perl
40000            ! t/run/kill_perl.t
40001 ____________________________________________________________________________
40002 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
40003         Log: Update Changes.
40004      Branch: perl
40005            ! Changes patchlevel.h
40006 ____________________________________________________________________________
40007 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
40008         Log: Document the bad assumptions currently breaking
40009              the Socket.t tests 10, 11, and 13 in UNICOS.
40010      Branch: perl
40011            ! ext/Socket/Socket.xs
40012 ____________________________________________________________________________
40013 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
40014         Log: Subject: [PATCH x2p] make OPTIMIZE=...
40015              From: Robin Barker <rmb1@cise.npl.co.uk>
40016              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
40017              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
40018      Branch: perl
40019            ! x2p/Makefile.SH x2p/cflags.SH
40020 ____________________________________________________________________________
40021 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
40022         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
40023              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
40024              Date: Thu, 6 Sep 2001 11:09:40 +0100
40025              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
40026              
40027              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
40028              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40029              Date: 6 Sep 2001 10:14:38 -0000
40030              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
40031      Branch: perl
40032            ! pod/perlfaq1.pod pod/perlhack.pod
40033 ____________________________________________________________________________
40034 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
40035         Log: Subject: Extra NUL is Data::Dumper output - patch
40036              From: Tony Cook <tony@develop-help.com>
40037              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
40038              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
40039      Branch: perl
40040            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
40041 ____________________________________________________________________________
40042 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
40043         Log: Avoid redefinition warning
40044              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
40045              from
40046              perl -w -Ilib -MCwd -e ''
40047      Branch: perl
40048            ! lib/Cwd.pm
40049 ____________________________________________________________________________
40050 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
40051         Log: Update the is_tainted() example implementation.
40052      Branch: perl
40053            ! pod/perlsec.pod
40054 ____________________________________________________________________________
40055 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
40056         Log: Missing) in #11912.
40057      Branch: perl
40058            ! lib/Test/Simple/t/fail.t
40059 ____________________________________________________________________________
40060 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
40061         Log: Rewhack Test-Simple into core harness.
40062      Branch: perl
40063            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
40064            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
40065            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
40066            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
40067            ! lib/Test/Simple/t/skipall.t
40068 ____________________________________________________________________________
40069 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
40070         Log: Workaround for the new Exporter 'feature'.
40071      Branch: perl
40072            ! lib/Test/More.pm
40073 ____________________________________________________________________________
40074 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
40075         Log: Re-introduce pure-Perl fall-back for abs_path,
40076              re-introduce #11898.
40077      Branch: perl
40078            ! lib/Cwd.pm lib/File/Find.pm
40079 ____________________________________________________________________________
40080 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
40081         Log: More tests.
40082      Branch: perl
40083            ! lib/Exporter.t
40084 ____________________________________________________________________________
40085 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
40086         Log: Retract #11898 for now because it introduces
40087              a rather nasty depencency: when B is being built,
40088              MakeMaker is used.  MakeMaker uses File::Find.
40089              File::Find uses Cwd::getcwd()...which doesn't
40090              exist yet.
40091      Branch: perl
40092            ! lib/File/Find.pm
40093 ____________________________________________________________________________
40094 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
40095         Log: New test welcome.
40096      Branch: perl
40097            + lib/Test/Simple/t/simple.t
40098 ____________________________________________________________________________
40099 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
40100         Log: Old test begone.
40101      Branch: perl
40102            - lib/Attribute/Handlers/test.pl
40103 ____________________________________________________________________________
40104 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
40105         Log: Test-Simple syncup from Schwern.
40106      Branch: perl
40107            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
40108            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
40109            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
40110            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
40111            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
40112            - lib/Test/More/Changes lib/Test/More/t/More.t
40113            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
40114            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
40115            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
40116            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
40117            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
40118            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
40119            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
40120            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
40121            ! t/lib/Test/Simple/sample_tests/death.plx
40122            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
40123            ! t/lib/Test/Simple/sample_tests/extras.plx
40124            ! t/lib/Test/Simple/sample_tests/five_fail.plx
40125            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
40126            ! t/lib/Test/Simple/sample_tests/one_fail.plx
40127            ! t/lib/Test/Simple/sample_tests/require.plx
40128            ! t/lib/Test/Simple/sample_tests/success.plx
40129            ! t/lib/Test/Simple/sample_tests/too_few.plx
40130            ! t/lib/Test/Simple/sample_tests/two_fail.plx
40131 ____________________________________________________________________________
40132 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
40133         Log: Integrate File::Find changes from bleadperl
40134      Branch: maint-5.6/macperl
40135            ! lib/File/Find.pm t/lib/filefind-taint.t
40136 ____________________________________________________________________________
40137 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
40138         Log: Integrate 11847 from maint-5.6/perl
40139      Branch: maint-5.6/macperl
40140           !> sv.c
40141 ____________________________________________________________________________
40142 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
40143         Log: In UNICOS division yada yada.
40144      Branch: perl
40145            ! t/op/override.t
40146 ____________________________________________________________________________
40147 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
40148         Log: In UNICOS division is really lossy, better use
40149              a tolerance test.
40150      Branch: perl
40151            ! ext/Time/HiRes/HiRes.t
40152 ____________________________________________________________________________
40153 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
40154         Log: In UNICOS sigaction() sets an extra flag
40155              ("the signal has been registered for all the processes in
40156              a multitasking group.")
40157      Branch: perl
40158            ! ext/POSIX/sigaction.t
40159 ____________________________________________________________________________
40160 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
40161         Log: Documentation micropatch from Damian.
40162      Branch: perl
40163            ! lib/Attribute/Handlers.pm
40164 ____________________________________________________________________________
40165 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
40166         Log: (Retracted by #11908)
40167              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
40168              From: Michael G Schwern <schwern@pobox.com>
40169              Date: Wed, 5 Sep 2001 15:58:21 -0400
40170              Message-ID: <20010905155821.I632@blackrider>
40171      Branch: perl
40172            ! lib/File/Find.pm lib/File/Find/taint.t
40173 ____________________________________________________________________________
40174 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
40175         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
40176              From: Michael G Schwern <schwern@pobox.com>
40177              Date: Wed, 5 Sep 2001 19:16:31 -0400
40178              Message-ID: <20010905191631.E11386@blackrider>
40179      Branch: perl
40180            + lib/CGI/t/carp.t
40181            ! MANIFEST
40182 ____________________________________________________________________________
40183 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
40184         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
40185              From: chromatic <chromatic@rmci.net>
40186              Date: Wed, 5 Sep 2001 18:08:07 -0600
40187              Message-Id: <01090518080700.19590@firewheel>
40188      Branch: perl
40189            ! lib/English.pm
40190 ____________________________________________________________________________
40191 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
40192         Log: Fix a typo #11889 and add a test for the same.
40193      Branch: perl
40194            ! ext/Socket/Socket.t ext/Socket/Socket.xs
40195 ____________________________________________________________________________
40196 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
40197         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
40198              From: "Craig A. Berry" <craigberry@mac.com>
40199              Date: Wed, 05 Sep 2001 17:48:54 -0500
40200              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
40201      Branch: perl
40202            ! lib/warnings.t t/run/kill_perl.t
40203 ____________________________________________________________________________
40204 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
40205         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
40206              From: Michael G Schwern <schwern@pobox.com>
40207              Date: Wed, 5 Sep 2001 17:22:25 -0400
40208              Message-ID: <20010905172225.C11386@blackrider>
40209      Branch: perl
40210            ! t/run/kill_perl.t
40211 ____________________________________________________________________________
40212 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
40213         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
40214              From: Nicholas Clark <nick@ccl4.org>
40215              Date: Wed, 5 Sep 2001 20:54:24 +0100
40216              Message-ID: <20010905205424.C25120@plum.flirble.org>
40217      Branch: perl
40218            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
40219 ____________________________________________________________________________
40220 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
40221         Log: Forgotten thing.
40222      Branch: perl
40223            ! uconfig.h
40224 ____________________________________________________________________________
40225 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
40226         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
40227              From: chromatic <chromatic@rmci.net>               
40228              Date: Wed, 5 Sep 2001 13:22:08 -0600
40229              Message-Id: <01090513220807.10587@firewheel> 
40230      Branch: perl
40231            ! lib/English.pm
40232 ____________________________________________________________________________
40233 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
40234         Log: inet_ntoa() tweaks:
40235              - don't allow addresses with > 255 characters
40236              - indent the HP-UX workaround
40237              - don't leak memory
40238      Branch: perl
40239            ! ext/Socket/Socket.xs
40240 ____________________________________________________________________________
40241 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
40242         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
40243              <xwu@theeducationcenter.com>
40244      Branch: perl
40245            ! lib/File/Find.pm
40246 ____________________________________________________________________________
40247 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
40248         Log: Typo nits.
40249      Branch: perl
40250            ! lib/File/Find.pm
40251 ____________________________________________________________________________
40252 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
40253         Log: -Wall nit.
40254      Branch: perl
40255            ! op.c
40256 ____________________________________________________________________________
40257 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
40258         Log: Update to Scalar-List-Utils 1.05
40259      Branch: perl
40260            ! ext/List/Util/ChangeLog ext/List/Util/README
40261            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
40262 ____________________________________________________________________________
40263 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
40264         Log: Update Changes.
40265      Branch: perl
40266            ! Changes patchlevel.h
40267 ____________________________________________________________________________
40268 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
40269         Log: Update to Scalar-List-Utils 1.04
40270      Branch: perl
40271            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
40272            ! ext/List/Util/lib/List/Util.pm
40273            ! ext/List/Util/lib/Scalar/Util.pm
40274 ____________________________________________________________________________
40275 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
40276         Log: Metaconfigify #11724.
40277      Branch: metaconfig
40278            ! U/threads/archname.U
40279 ____________________________________________________________________________
40280 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
40281         Log: The MacOS reference is okay, no reason to hide it.
40282      Branch: perl
40283            ! lib/Cwd.pm
40284 ____________________________________________________________________________
40285 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
40286         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
40287              From: Michael G Schwern <schwern@pobox.com>
40288              Date: Tue, 4 Sep 2001 15:30:10 -0400
40289              Message-ID: <20010904153010.H26466@blackrider> 
40290              
40291              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
40292      Branch: perl
40293            ! ext/Cwd/Makefile.PL lib/Cwd.pm
40294 ____________________________________________________________________________
40295 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
40296         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.))
40297              From: Michael G Schwern <schwern@pobox.com>
40298              Date: Tue, 4 Sep 2001 17:39:13 -0400
40299              Message-ID: <20010904173913.C626@blackrider>
40300      Branch: perl
40301            ! lib/Cwd.pm
40302 ____________________________________________________________________________
40303 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
40304         Log: Subject: Re: Perl_pp_* in public API?
40305              From: "Craig A. Berry" <craigberry@mac.com>
40306              Date: Tue, 4 Sep 2001 21:51:29 -0500
40307              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
40308      Branch: perl
40309            ! ext/List/Util/Util.xs
40310 ____________________________________________________________________________
40311 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
40312         Log: From Damian: Class::Struct was unable to define
40313              recursive classes.  After the patch an object reference
40314              (rather than a hash) is required to initialize
40315              an object attribute.  If no such initializer is given to
40316              the constructor, object attributes are now default
40317              initialized to C<undef>.
40318      Branch: perl
40319            ! lib/Class/Struct.pm lib/Class/Struct.t
40320 ____________________________________________________________________________
40321 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
40322         Log: Subject: Re: sv_catpvfn and sv_setpvfn
40323              From: Richard Soderberg <rs@oregonnet.com>
40324              Date: Tue, 4 Sep 2001 15:16:47 -0700
40325              Message-Id: <200109042216.PAA17858@oregonnet.com>
40326      Branch: perl
40327            ! pod/perlclib.pod pod/perlguts.pod
40328 ____________________________________________________________________________
40329 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
40330         Log: NetWare updates from Ananth Kesari.
40331      Branch: perl
40332            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
40333            ! NetWare/nw5thread.h
40334 ____________________________________________________________________________
40335 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
40336         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?))
40337              From: Nicholas Clark <nick@ccl4.org>
40338              Date: Tue, 4 Sep 2001 22:42:50 +0100
40339              Message-ID: <20010904224250.P25120@plum.flirble.org>
40340      Branch: perl
40341            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
40342            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
40343            ! t/op/oct.t toke.c
40344 ____________________________________________________________________________
40345 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
40346         Log: Fix Cwd::getcwd() not being tainted, as noticed
40347              by Schwern.
40348      Branch: perl
40349            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
40350            - ext/Cwd/Cwd.t
40351            ! MANIFEST ext/Cwd/Cwd.xs util.c
40352 ____________________________________________________________________________
40353 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
40354         Log: Retract #11870 and volatilize the right destruct_level.
40355              Silly thinko pointed out by Sarathy.
40356      Branch: perl
40357            ! intrpvar.h perl.c
40358 ____________________________________________________________________________
40359 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
40360         Log: At least a temporary fix for the mysterious scope core dumps
40361              in Tru64 from Graham.
40362      Branch: perl
40363            ! ext/List/Util/Util.xs
40364 ____________________________________________________________________________
40365 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
40366         Log: (Retracted by #11872)
40367      Branch: perl
40368            ! intrpvar.h
40369 ____________________________________________________________________________
40370 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
40371         Log: Quench a -Wall gripe noticed by Robin Barker.
40372      Branch: perl
40373            ! op.c
40374 ____________________________________________________________________________
40375 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
40376         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
40377              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40378              Date: Wed, 05 Sep 2001 02:01:32 +0900
40379              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
40380      Branch: perl
40381            ! lib/Unicode/UCD.pm
40382 ____________________________________________________________________________
40383 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
40384         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
40385              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40386              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
40387              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
40388      Branch: perl
40389            ! gv.c
40390 ____________________________________________________________________________
40391 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
40392         Log: Update Changes.
40393      Branch: perl
40394            ! Changes patchlevel.h
40395 ____________________________________________________________________________
40396 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
40397         Log: Add the \[$@%&*] prototype support.
40398      Branch: perl
40399            ! op.c pod/perlsub.pod t/comp/proto.t
40400 ____________________________________________________________________________
40401 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
40402         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
40403              From: Michael G Schwern <schwern@pobox.com>
40404              Date: Mon, 3 Sep 2001 18:59:01 -0400
40405              Message-ID: <20010903185901.Z9233@blackrider>
40406      Branch: perl
40407            ! lib/CGI/t/form.t
40408 ____________________________________________________________________________
40409 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
40410         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
40411              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40412              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
40413              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
40414      Branch: perl
40415            ! gv.c
40416 ____________________________________________________________________________
40417 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
40418         Log: More srand entry tweakage based on Randal's suggestion.
40419      Branch: perl
40420            ! pod/perlfunc.pod
40421 ____________________________________________________________________________
40422 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
40423         Log: Subject: [PATCH] 'main' *is* a reserved word
40424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40425              Date: Mon, 3 Sep 2001 22:55:41 +0200
40426              Message-ID: <20010903225541.A24097@rafael>
40427      Branch: perl
40428            ! toke.c
40429 ____________________________________________________________________________
40430 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
40431         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
40432              From: Peter Prymmer <pvhp@best.com>
40433              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
40434              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
40435      Branch: perl
40436            ! README.vms configure.com
40437 ____________________________________________________________________________
40438 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
40439         Log: Subject: Re: A slightly better default seed?   
40440              From: Michael G Schwern <schwern@pobox.com>
40441              Date: Mon, 3 Sep 2001 18:08:15 -0400 
40442              Message-ID: <20010903180815.W9233@blackrider>
40443      Branch: perl
40444            ! t/op/srand.t
40445 ____________________________________________________________________________
40446 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
40447         Log: Add sharedsv.o to microperl object files.
40448      Branch: perl
40449            ! Makefile.micro
40450 ____________________________________________________________________________
40451 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
40452         Log: AUTHORS updates and
40453              
40454              Subject: [PATCH] Just some preening :-)        
40455              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
40456              Date: Tue, 4 Sep 2001 14:16:59 +0100
40457              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
40458      Branch: perl
40459            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
40460 ____________________________________________________________________________
40461 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
40462         Log: Typo fix and slight rewording.
40463      Branch: perl
40464            ! pod/perlfunc.pod
40465 ____________________________________________________________________________
40466 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
40467         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
40468      Branch: perl
40469            ! pod/perlfaq4.pod
40470 ____________________________________________________________________________
40471 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
40472         Log: The helper file changed name.
40473      Branch: perl
40474            ! MANIFEST
40475 ____________________________________________________________________________
40476 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
40477         Log: Update to Scalar-List-Utils 1.03
40478      Branch: perl
40479            + ext/List/Util/t/shuffle.t
40480            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
40481            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
40482            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
40483            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
40484            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
40485            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
40486            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
40487            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
40488 ____________________________________________________________________________
40489 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
40490         Log: Make crypt() do something more sane for Unicode
40491              (take crypt() of the low eight bits of the characters,
40492              instead of taking crypt() of the UTF-8 of the scalar);
40493              add a test for crypt().
40494      Branch: perl
40495            + t/op/crypt.t
40496            ! MANIFEST pod/perlfunc.pod pp.c
40497 ____________________________________________________________________________
40498 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
40499         Log: Reorganize the srand entry.
40500      Branch: perl
40501            ! pod/perlfunc.pod
40502 ____________________________________________________________________________
40503 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
40504         Log: Remove the tests that assume something about
40505              calling srand() without arguments multiple times.
40506      Branch: perl
40507            ! t/op/srand.t
40508 ____________________________________________________________________________
40509 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
40510         Log: Upgrade to Math::BigInt 1.42.
40511      Branch: perl
40512            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
40513            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
40514            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
40515            ! lib/Math/BigInt/t/mbimbf.t
40516 ____________________________________________________________________________
40517 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
40518         Log: integrate change#11847 from maint-5.6
40519              
40520              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
40521      Branch: perl
40522            ! sv.c
40523 ____________________________________________________________________________
40524 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
40525         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
40526      Branch: maint-5.6/perl
40527            ! sv.c
40528 ____________________________________________________________________________
40529 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
40530         Log: As far as I can tell these functions have been Unicodified.
40531      Branch: perl
40532            ! doop.c
40533 ____________________________________________________________________________
40534 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
40535         Log: Update to Storable 1.0.13.
40536      Branch: perl
40537            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40538            ! ext/Storable/Storable.xs
40539 ____________________________________________________________________________
40540 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
40541         Log: Patch the Filter::Simple test to work with
40542              the core test suite (since the FilterTest.pm
40543              is in t/lib, not in lib).
40544      Branch: perl
40545            ! lib/Filter/Simple/t/filter.t
40546 ____________________________________________________________________________
40547 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
40548         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
40549      Branch: perl
40550            + t/lib/FilterTest.pm
40551            - t/lib/MyFilter.pm
40552 ____________________________________________________________________________
40553 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
40554         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
40555              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
40556              Text::Balanced 1.86.
40557      Branch: perl
40558            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
40559            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
40560            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
40561            + lib/Switch/t/nested.t lib/Switch/t/switch.t
40562            + lib/Text/Balanced/Changes lib/Text/Balanced/README
40563            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
40564            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
40565            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
40566            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
40567            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
40568            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
40569            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
40570            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
40571            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
40572            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
40573            ! MANIFEST lib/Attribute/Handlers.pm
40574            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
40575            ! lib/Attribute/Handlers/demo/Demo.pm
40576            ! lib/Attribute/Handlers/demo/Descriptions.pm
40577            ! lib/Attribute/Handlers/demo/MyClass.pm
40578            ! lib/Attribute/Handlers/demo/demo.pl
40579            ! lib/Attribute/Handlers/demo/demo2.pl
40580            ! lib/Attribute/Handlers/demo/demo3.pl
40581            ! lib/Attribute/Handlers/demo/demo4.pl
40582            ! lib/Attribute/Handlers/demo/demo_call.pl
40583            ! lib/Attribute/Handlers/demo/demo_chain.pl
40584            ! lib/Attribute/Handlers/demo/demo_cycle.pl
40585            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
40586            ! lib/Attribute/Handlers/demo/demo_phases.pl
40587            ! lib/Attribute/Handlers/demo/demo_range.pl
40588            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
40589            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
40590            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
40591            ! lib/Text/Balanced.pm
40592 ____________________________________________________________________________
40593 [ 11841] By: sky                                   on 2001/09/03  11:04:15
40594         Log: Forgot to add a file with Change #11840
40595      Branch: perl
40596            + t/op/srand.t
40597 ____________________________________________________________________________
40598 [ 11840] By: sky                                   on 2001/09/03  11:02:04
40599         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
40600              From: Michael G Schwern <schwern@pobox.com>
40601              Date: Mon, 3 Sep 2001 07:43:00 -0400
40602              Message-ID: <20010903074300.E9233@blackrider>
40603      Branch: perl
40604            ! MANIFEST pod/perlfunc.pod t/op/rand.t
40605 ____________________________________________________________________________
40606 [ 11839] By: sky                                   on 2001/09/03  10:47:11
40607         Log: Document the changes with regards to running of END blocks.
40608              And DESTROY on global objects are called in perl_destruct()!
40609      Branch: perl
40610            ! pod/perl572delta.pod pod/perlembed.pod
40611 ____________________________________________________________________________
40612 [ 11838] By: sky                                   on 2001/09/03  09:34:44
40613         Log: Subject: [PATCH t/op/time.t] Partial cleanup
40614              From: Michael G Schwern <schwern@pobox.com>
40615              Date: Mon, 3 Sep 2001 06:29:42 -0400
40616              Message-ID: <20010903062942.C9233@blackrider>
40617      Branch: perl
40618            ! t/op/time.t
40619 ____________________________________________________________________________
40620 [ 11837] By: sky                                   on 2001/09/03  09:30:02
40621         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
40622              From: Michael G Schwern <schwern@pobox.com>
40623              Date: Mon, 3 Sep 2001 06:24:13 -0400
40624              Message-ID: <20010903062413.B9233@blackrider>
40625      Branch: perl
40626            ! t/op/rand.t
40627 ____________________________________________________________________________
40628 [ 11836] By: sky                                   on 2001/09/03  07:56:47
40629         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
40630              From: Michael G Schwern <schwern@pobox.com>
40631              Date: Sun, 2 Sep 2001 21:38:43 -0400
40632              Message-ID: <20010902213843.L2711@blackrider>
40633      Branch: perl
40634            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
40635            ! MANIFEST
40636 ____________________________________________________________________________
40637 [ 11835] By: nick                                  on 2001/09/03  06:20:06
40638         Log: Integrate mainline
40639      Branch: perlio
40640           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
40641            - t/op/misc.t
40642           !> (integrate 187 files)
40643 ____________________________________________________________________________
40644 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
40645         Log: Update Changes.
40646      Branch: perl
40647            ! Changes patchlevel.h
40648 ____________________________________________________________________________
40649 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
40650         Log: Slight tweaks.
40651      Branch: perl
40652            ! t/run/kill_perl.t
40653 ____________________________________________________________________________
40654 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
40655         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
40656      Branch: perl
40657            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40658 ____________________________________________________________________________
40659 [ 11831] By: sky                                   on 2001/09/02  12:10:42
40660         Log: Change #11828 wasn't complete, this updates to intest path
40661      Branch: perl
40662            ! t/run/kill_perl.t
40663 ____________________________________________________________________________
40664 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
40665         Log: 's's's.
40666      Branch: perl
40667            ! Changes
40668 ____________________________________________________________________________
40669 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
40670         Log: Update Changes.
40671      Branch: perl
40672            ! Changes patchlevel.h
40673 ____________________________________________________________________________
40674 [ 11828] By: sky                                   on 2001/09/02  11:53:56
40675         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
40676              From: Michael G Schwern <schwern@pobox.com>
40677              Date: Sat, 1 Sep 2001 20:18:58 -0400
40678              Message-ID: <20010901201858.X606@blackrider>
40679              +MANIFEST Fix
40680      Branch: perl
40681            + t/run/kill_perl.t
40682            - t/op/misc.t t/run/segfault.t
40683            ! MANIFEST
40684 ____________________________________________________________________________
40685 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
40686         Log: Subject: [PATCH] lib/Time/Local.pm
40687              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40688              Date: Sun, 2 Sep 2001 06:50:01 -0500
40689              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
40690      Branch: perl
40691            ! lib/Time/Local.pm
40692 ____________________________________________________________________________
40693 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
40694         Log: Tick off Unicode collation and the normalization from
40695              the todo list.
40696      Branch: perl
40697            ! pod/perltodo.pod
40698 ____________________________________________________________________________
40699 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
40700         Log: Update to Unicode 3.1.1.
40701      Branch: perl
40702            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
40703            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
40704            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
40705            ! lib/unicore/PropList.txt lib/unicore/README.perl
40706            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
40707            ! lib/unicore/rename lib/unicore/version
40708 ____________________________________________________________________________
40709 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
40710         Log: Slight doc tweaks for the module.
40711      Branch: perl
40712            ! lib/Unicode/UCD.pm
40713 ____________________________________________________________________________
40714 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
40715         Log: Rename the variable: it *used* to be (wrongly) that the
40716              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
40717              but that is no more the case: PL_reg_match_utf8 is better.
40718      Branch: perl
40719            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
40720            ! regexec.c sv.c thrdvar.h
40721 ____________________________________________________________________________
40722 [ 11822] By: ams                                   on 2001/09/02  02:54:50
40723         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
40724              From: Ilmari Karonen <iltzu@sci.fi>
40725              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
40726              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
40727              (op/sub_lval.t updated to take new error message into account.)
40728      Branch: perl
40729            ! op.c t/op/sub_lval.t
40730 ____________________________________________________________________________
40731 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
40732         Log: remove stray CRs in files; keep all files with UNIX line-ends
40733              (Porting/makerel adds CRs to the files that need it in the
40734              distribution)
40735      Branch: perl
40736            ! NetWare/t/NWScripts.pl README.dos
40737            ! ext/Encode/Encode/cns11643-1.enc
40738            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
40739            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
40740 ____________________________________________________________________________
40741 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
40742         Log: some remnants of change#11803
40743      Branch: perl
40744            ! ext/ByteLoader/byterun.h perl.h
40745 ____________________________________________________________________________
40746 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
40747         Log: Update to Unicode::Collate 0.08.
40748      Branch: perl
40749            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
40750            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
40751 ____________________________________________________________________________
40752 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
40753         Log: Test tweaks.
40754      Branch: perl
40755            ! t/op/pat.t
40756 ____________________________________________________________________________
40757 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
40758         Log: Fix test
40759      Branch: maint-5.6/macperl
40760            ! t/lib/b.t
40761 ____________________________________________________________________________
40762 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
40763         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
40764              warnings in Config.pm with -W; increase default and
40765              minimum RAM; bump version number.
40766      Branch: maint-5.6/macperl
40767            + macos/lib/Mac/LowMem.pm
40768            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
40769            ! macos/configpm macos/macperl/MacPerl.r
40770 ____________________________________________________________________________
40771 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
40772         Log: Make syntax check report in MPW style, fix tests
40773              to use Mac::err=unix to get normal-style error
40774              messages.
40775      Branch: maint-5.6/macperl
40776            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
40777            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
40778 ____________________________________________________________________________
40779 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
40780         Log: Make MPW-style errors optional (but the default); add
40781              MacPerl::ErrorFormat() function and Mac::err pragma
40782      Branch: maint-5.6/macperl
40783            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
40784            + macos/ext/Mac/err/err.xs
40785            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
40786            ! macos/macish.c macos/macish.h macos/macperl.sym
40787 ____________________________________________________________________________
40788 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
40789         Log: More module and test ports from Thomas Wegner et al
40790      Branch: maint-5.6/macperl
40791            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
40792            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
40793            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
40794            ! t/op/magic.t
40795 ____________________________________________________________________________
40796 [ 11812] By: sky                                   on 2001/09/01  17:19:30
40797         Log: Subject: [PATCH t/op/concat.t] cleanup
40798              From: Michael G Schwern <schwern@pobox.com>
40799              Date: Sat, 1 Sep 2001 14:06:28 -0400
40800              Message-ID: <20010901140628.C606@blackrider>
40801      Branch: perl
40802            ! t/op/concat.t
40803 ____________________________________________________________________________
40804 [ 11811] By: sky                                   on 2001/09/01  12:25:29
40805         Log: Change #11805 didn't update the MANIFEST
40806      Branch: perl
40807            ! MANIFEST
40808 ____________________________________________________________________________
40809 [ 11810] By: sky                                   on 2001/09/01  11:52:44
40810         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
40811              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40812              Date: Sat, 1 Sep 2001 14:50:14 +0200
40813              Message-ID: <20010901145014.A691@rafael>
40814      Branch: perl
40815            ! t/op/inccode.t
40816 ____________________________________________________________________________
40817 [ 11809] By: sky                                   on 2001/09/01  11:49:22
40818         Log: Subject: PATCH: ExtUtils::MakeMaker
40819              From: Tony Bowden <tony@kasei.com>
40820              Date: Sat, 1 Sep 2001 10:33:53 +0100
40821              Message-ID: <20010901103353.A13863@soto.kasei.com>
40822              Manually applied
40823      Branch: perl
40824            ! lib/ExtUtils/MakeMaker.pm
40825 ____________________________________________________________________________
40826 [ 11808] By: sky                                   on 2001/09/01  11:39:13
40827         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
40828              From: mike808@users.sourceforge.net
40829              Date: Sat, 1 Sep 101 11:27:50 GMT
40830              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
40831              With little tweak
40832      Branch: perl
40833            ! lib/Term/Cap.pm
40834 ____________________________________________________________________________
40835 [ 11807] By: ams                                   on 2001/09/01  11:31:16
40836         Log: Subject: oct() and hex()
40837              From: Nicholas Clark <nick@ccl4.org>
40838              Date: Fri, 31 Aug 2001 23:14:13 +0100
40839              Message-Id: <20010831231413.J4950@plum.flirble.org>
40840      Branch: perl
40841            ! pod/perlclib.pod
40842 ____________________________________________________________________________
40843 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
40844         Log: Integrate change 11801 from maintperl
40845      Branch: maint-5.6/macperl
40846            ! perl.c
40847 ____________________________________________________________________________
40848 [ 11805] By: sky                                   on 2001/08/31  21:35:10
40849         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
40850              From: Michael G Schwern <schwern@pobox.com>
40851              Date: Fri, 31 Aug 2001 15:36:28 -0400
40852              Message-ID: <20010831153628.B598@blackrider>
40853              Check for things which used to segfault
40854      Branch: perl
40855            + t/run/segfault.t
40856 ____________________________________________________________________________
40857 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
40858         Log: integrate change#11801 from maint-5.6
40859              
40860              remove age-old UNICOS "workaround" that introduces a static, and
40861              hence an egregious race condition for threaded builds (*sigh*
40862              beats me why this kludge wasn't guarded by a UNICOS-specific
40863              #define *sigh*)
40864      Branch: perl
40865            ! perl.c
40866 ____________________________________________________________________________
40867 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
40868         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
40869              working in 5.7.x
40870      Branch: perl
40871            - objXSUB.h
40872            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
40873            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
40874            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
40875            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
40876            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
40877            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
40878            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
40879            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
40880            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
40881            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
40882            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
40883            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
40884            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
40885            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
40886            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
40887            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
40888            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
40889            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
40890            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
40891            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
40892            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
40893            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
40894 ____________________________________________________________________________
40895 [ 11802] By: ams                                   on 2001/08/31  18:11:32
40896         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
40897              From: "Philip Newton" <Philip.Newton@gmx.net>
40898              Date: Fri, 31 Aug 2001 21:12:56 +0200
40899              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
40900      Branch: perl
40901            ! pod/perldiag.pod
40902 ____________________________________________________________________________
40903 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
40904         Log: remove age-old UNICOS "workaround" that introduces a static, and
40905              hence an egregious race condition for threaded builds (*sigh*
40906              beats me why this kludge wasn't guarded by a UNICOS-specific
40907              #define *sigh*)
40908      Branch: maint-5.6/perl
40909            ! perl.c
40910 ____________________________________________________________________________
40911 [ 11800] By: sky                                   on 2001/08/31  17:30:26
40912         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
40913              Might break on platforms where bool is larger than 8 bites ???
40914      Branch: perl
40915            ! regcomp.c
40916 ____________________________________________________________________________
40917 [ 11799] By: ams                                   on 2001/08/31  12:15:44
40918         Log: Integrate 11778 into mainline.
40919      Branch: perl
40920            ! t/base/term.t
40921 ____________________________________________________________________________
40922 [ 11798] By: sky                                   on 2001/08/31  11:31:44
40923         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
40924              supposed to happen.
40925      Branch: perl
40926            ! regcomp.c
40927 ____________________________________________________________________________
40928 [ 11797] By: sky                                   on 2001/08/31  11:28:17
40929         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
40930              From: "John P. Linderman" <jpl@research.att.com>
40931              Date: Fri, 31 Aug 2001 08:20:35 -0400
40932              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
40933              Fixes test 14 which could fail randomly in rare cases.
40934      Branch: perl
40935            ! ext/Time/HiRes/HiRes.t regcomp.c
40936 ____________________________________________________________________________
40937 [ 11796] By: ams                                   on 2001/08/31  01:13:07
40938         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
40939              From: Nicholas Clark <nick@ccl4.org>
40940              Date: Thu, 30 Aug 2001 23:21:50 +0100
40941              Message-Id: <20010830232150.D4950@plum.flirble.org>
40942      Branch: perl
40943            ! ext/Sys/Syslog/Makefile.PL
40944 ____________________________________________________________________________
40945 [ 11795] By: ams                                   on 2001/08/30  23:53:23
40946         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
40947              patching example
40948              From: Michael G Schwern <schwern@pobox.com>
40949              Date: Thu, 30 Aug 2001 17:02:08 -0400
40950              Message-Id: <20010830170208.M2318@blackrider>
40951      Branch: perl
40952            ! pod/perlhack.pod
40953 ____________________________________________________________________________
40954 [ 11794] By: ams                                   on 2001/08/30  19:35:36
40955         Log: Subject: [PATCH] pp_modulo
40956              From: Nicholas Clark <nick@ccl4.org>
40957              Date: Thu, 30 Aug 2001 18:20:54 +0100
40958              Message-Id: <20010830182053.A4950@plum.flirble.org>
40959      Branch: perl
40960            ! pp.c t/op/64bitint.t
40961 ____________________________________________________________________________
40962 [ 11793] By: sky                                   on 2001/08/30  13:02:48
40963         Log: 11792 wasn't complete
40964      Branch: perl
40965            ! makedef.pl regcomp.c
40966 ____________________________________________________________________________
40967 [ 11792] By: sky                                   on 2001/08/30  12:21:11
40968         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
40969      Branch: perl
40970            ! makedef.pl
40971 ____________________________________________________________________________
40972 [ 11791] By: sky                                   on 2001/08/30  10:08:02
40973         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
40974      Branch: perl
40975            ! config_h.SH
40976 ____________________________________________________________________________
40977 [ 11790] By: sky                                   on 2001/08/30  08:22:31
40978         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
40979              on the pad. Fixes coredumps in cleanups introduced by
40980              Change 11755  
40981      Branch: perl
40982            ! op.c perl.c sv.h
40983 ____________________________________________________________________________
40984 [ 11789] By: sky                                   on 2001/08/29  19:01:47
40985         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
40986              This is a replacement implmentation that works on HPUX.
40987              This bug should probably be fixed in GCC.
40988      Branch: perl
40989            ! ext/Socket/Socket.xs
40990 ____________________________________________________________________________
40991 [ 11788] By: ams                                   on 2001/08/29  17:35:33
40992         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
40993              From: Nicholas Clark <nick@ccl4.org>
40994              Date: Wed, 29 Aug 2001 18:21:56 +0100
40995              Message-Id: <20010829182156.O4950@plum.flirble.org>
40996      Branch: perl
40997            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
40998 ____________________________________________________________________________
40999 [ 11787] By: sky                                   on 2001/08/29  10:42:54
41000         Log: Added test for pack_addr_in and unpack_addr_in
41001              Nitpik in test 10
41002      Branch: perl
41003            ! ext/Socket/Socket.t
41004 ____________________________________________________________________________
41005 [ 11786] By: sky                                   on 2001/08/29  10:28:14
41006         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
41007              Trying to catch errors on HP-UX
41008      Branch: perl
41009            ! ext/Socket/Socket.t
41010 ____________________________________________________________________________
41011 [ 11785] By: sky                                   on 2001/08/29  09:07:03
41012         Log: make sure USE_THREADS is defined so external apps work
41013      Branch: perl
41014            ! config_h.SH
41015 ____________________________________________________________________________
41016 [ 11784] By: sky                                   on 2001/08/29  08:06:12
41017         Log: Subject: Re: The hitlist of untested modules.
41018              From: Jonathan Stowe <gellyfish@gellyfish.com>
41019              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
41020              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
41021              Start of tests for Shell.pm (make Schwern poorer!)
41022      Branch: perl
41023            + lib/Shell.t
41024            ! MANIFEST
41025 ____________________________________________________________________________
41026 [ 11783] By: sky                                   on 2001/08/29  07:37:50
41027         Log: END{} can change the return value even if we die from BEGIN{}
41028      Branch: perl
41029            ! miniperlmain.c
41030 ____________________________________________________________________________
41031 [ 11782] By: ams                                   on 2001/08/29  06:32:17
41032         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
41033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41034              Date: Wed, 29 Aug 2001 09:18:17 +0200
41035              Message-Id: <20010829091817.A4453@rafael>
41036      Branch: perl
41037            ! t/op/inccode.t
41038 ____________________________________________________________________________
41039 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
41040         Log: Delete xsubpp.patch, as full copy exists now
41041      Branch: maint-5.6/macperl
41042            - macos/xsubpp.patch
41043 ____________________________________________________________________________
41044 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
41045         Log: Add Changes file
41046      Branch: maint-5.6/macperl
41047            + macos/Changes
41048 ____________________________________________________________________________
41049 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
41050         Log: Add Mac version of xsubpp as separate file
41051      Branch: maint-5.6/macperl
41052            + macos/xsubpp
41053            ! macos/Makefile.mk
41054 ____________________________________________________________________________
41055 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
41056         Log: Fix open of /dev/null for Mac OS
41057      Branch: maint-5.6/macperl
41058            ! t/base/term.t
41059 ____________________________________________________________________________
41060 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
41061         Log: Various patches: enable more tests; skip CVS in PerlInstall;
41062              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
41063      Branch: maint-5.6/macperl
41064            ! macos/MacPerlTests.cmd macos/PerlInstall
41065            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
41066 ____________________________________________________________________________
41067 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
41068         Log: Allow for platforms to override formatting of errors
41069              on output from Matthias Neeracher (Mac files)
41070      Branch: maint-5.6/macperl
41071            ! macos/macish.c macos/macish.h
41072 ____________________________________________________________________________
41073 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
41074         Log: Allow for platforms to override formatting of errors
41075              on output from Matthias Neeracher (core files)
41076      Branch: maint-5.6/macperl
41077            ! perl.h pp_ctl.c util.c
41078 ____________________________________________________________________________
41079 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
41080         Log: Add some param checking, from reports by Kevin Reid.
41081      Branch: maint-5.6/macperl
41082            ! macos/ext/Mac/Controls/Controls.pm
41083            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
41084 ____________________________________________________________________________
41085 [ 11773] By: ams                                   on 2001/08/28  23:54:57
41086         Log: Subject: [PATCH] make coretest
41087              From: Paul Johnson <paul@pjcj.net>
41088              Date: Wed, 29 Aug 2001 00:11:38 +0200
41089              Message-Id: <20010829001138.B12169@pjcj.net>
41090              (Applied without the change to perlhack.pod. This should
41091              probably stay undocumented.)
41092      Branch: perl
41093            ! Makefile.SH t/TEST
41094 ____________________________________________________________________________
41095 [ 11772] By: sky                                   on 2001/08/28  13:01:20
41096         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
41097              From: Michael G Schwern <schwern@pobox.com>
41098              Date: Tue, 28 Aug 2001 09:57:39 -0400
41099              Message-ID: <20010828095738.E17775@blackrider>
41100      Branch: perl
41101            ! pod/perlhack.pod t/op/pack.t
41102 ____________________________________________________________________________
41103 [ 11771] By: sky                                   on 2001/08/28  11:20:13
41104         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
41105              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41106              Date: Tue, 28 Aug 2001 14:23:43 +0200
41107              Message-ID: <20010828142343.A19299@rafael>
41108      Branch: perl
41109            ! pod/perlvar.pod pp_ctl.c
41110 ____________________________________________________________________________
41111 [ 11770] By: ams                                   on 2001/08/28  10:13:21
41112         Log: Subject: [PATCH] odd typo in op.h
41113              From: Nicholas Clark <nick@ccl4.org>
41114              Date: Tue, 28 Aug 2001 12:10:26 +0100
41115              Message-Id: <20010828121026.V4950@plum.flirble.org>
41116      Branch: perl
41117            ! op.h
41118 ____________________________________________________________________________
41119 [ 11769] By: sky                                   on 2001/08/28  08:09:16
41120         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
41121              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
41122              Date: Tue, 28 Aug 2001 02:22:20 +0300
41123              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
41124      Branch: perl
41125            ! ext/B/B/Lint.pm
41126 ____________________________________________________________________________
41127 [ 11768] By: ams                                   on 2001/08/28  00:47:35
41128         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
41129              From: Michael G Schwern <schwern@pobox.com>
41130              Date: Mon, 27 Aug 2001 21:24:44 -0400
41131              Message-Id: <20010827212444.F12582@blackrider>
41132      Branch: perl
41133            ! pod/perlhack.pod t/op/pack.t
41134 ____________________________________________________________________________
41135 [ 11767] By: ams                                   on 2001/08/27  23:59:48
41136         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
41137              From: Michael G Schwern <schwern@pobox.com>
41138              Date: Mon, 27 Aug 2001 20:12:29 -0400
41139              Message-Id: <20010827201229.D12582@blackrider>
41140      Branch: perl
41141            ! pod/perlhack.pod t/op/pack.t
41142 ____________________________________________________________________________
41143 [ 11766] By: ams                                   on 2001/08/27  23:39:40
41144         Log: Update Changes.
41145      Branch: perl
41146            ! Changes
41147 ____________________________________________________________________________
41148 [ 11765] By: ams                                   on 2001/08/27  22:53:10
41149         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
41150              From: Michael G Schwern <schwern@pobox.com>
41151              Date: Mon, 27 Aug 2001 19:47:30 -0400
41152              Message-Id: <20010827194730.C12582@blackrider>
41153      Branch: perl
41154            ! t/op/inccode.t
41155 ____________________________________________________________________________
41156 [ 11764] By: ams                                   on 2001/08/27  22:46:21
41157         Log: Subject: [PATCH] new tests for the coderef-in-@INC
41158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41159              Date: Mon, 27 Aug 2001 22:36:27 +0200
41160              Message-Id: <20010827223627.C690@rafael>
41161              
41162              Subject: Re: [PATCH] new tests for the coderef-in-@INC
41163              From: Nicholas Clark <nick@ccl4.org>
41164              Date: Tue, 28 Aug 2001 00:02:46 +0100
41165              Message-Id: <20010828000245.R4950@plum.flirble.org>
41166      Branch: perl
41167            + t/op/inccode.t
41168            ! MANIFEST
41169 ____________________________________________________________________________
41170 [ 11763] By: ams                                   on 2001/08/27  22:41:09
41171         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
41172              bleadperl on fire, Win95+4NT)
41173              From: Michael G Schwern <schwern@pobox.com>
41174              Date: Mon, 27 Aug 2001 16:54:42 -0400
41175              Message-Id: <20010827165442.F9436@blackrider>
41176      Branch: perl
41177            ! lib/warnings.t
41178 ____________________________________________________________________________
41179 [ 11762] By: sky                                   on 2001/08/27  19:19:17
41180         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
41181              avaible at compile time. This broke the compilation of 
41182              Net/Ping.pm
41183      Branch: perl
41184            ! lib/Net/Ping.pm
41185 ____________________________________________________________________________
41186 [ 11761] By: sky                                   on 2001/08/27  18:34:48
41187         Log: Removed tripple definitions of CUSTOM_OP functions.
41188      Branch: perl
41189            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
41190 ____________________________________________________________________________
41191 [ 11760] By: sky                                   on 2001/08/27  18:21:27
41192         Log: Regen headers
41193      Branch: perl
41194            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
41195            ! perlapi.h proto.h
41196 ____________________________________________________________________________
41197 [ 11759] By: ams                                   on 2001/08/27  16:31:53
41198         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
41199              From: "chromatic" <chromatic@rmci.net>
41200              Date: Mon, 27 Aug 2001 11:17:09 -0600
41201              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
41202      Branch: perl
41203            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
41204 ____________________________________________________________________________
41205 [ 11758] By: sky                                   on 2001/08/27  15:16:42
41206         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
41207              Thanks to H. Merijn Brand for the patch.
41208              Some of the comments and or guards might be removable in perl.h now.
41209      Branch: perl
41210            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
41211            ! Porting/Glossary Porting/config_H README.threads config_h.SH
41212            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
41213            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
41214            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
41215            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
41216            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
41217            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
41218            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
41219            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
41220            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
41221            ! win32/config_H.vc win32/perllib.c win32/win32.h
41222            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
41223            ! wince/config.h wince/config_H.ce wince/win32.h
41224            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
41225 ____________________________________________________________________________
41226 [ 11757] By: sky                                   on 2001/08/27  13:39:16
41227         Log: Subject: GNU ld parses arguments different
41228              From: H.Merijn Brand <h.m.brand@hccnet.nl>
41229              Date: Mon, 27 Aug 2001 16:25:51 +0200
41230              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
41231      Branch: perl
41232            ! hints/hpux.sh
41233 ____________________________________________________________________________
41234 [ 11756] By: sky                                   on 2001/08/27  13:18:45
41235         Log: Subject: Custom Ops
41236              From: Simon Cozens <simon@netthink.co.uk>
41237              Date: Sat, 25 Aug 2001 17:45:09 +0100
41238              Message-ID: <20010825174509.A5752@netthink.co.uk>
41239              I also added a fix to Opcode.pm to quite test cases.
41240      Branch: perl
41241            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
41242            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
41243 ____________________________________________________________________________
41244 [ 11755] By: sky                                   on 2001/08/27  05:37:17
41245         Log: Plugs a memory leak on destruction of regular expressions
41246              introcued by #11274.
41247              PL_regex_padav now has an AV as it's first entry with a list
41248              of freed regex_padav slots that it will reuse on creating
41249              new PMOPs.
41250      Branch: perl
41251            ! op.c perl.c
41252 ____________________________________________________________________________
41253 [ 11754] By: ams                                   on 2001/08/26  14:38:52
41254         Log: Subject: [PATCH] t/io/binmode.t
41255              From: Nicholas Clark <nick@ccl4.org>
41256              Date: Sun, 26 Aug 2001 12:03:05 +0100
41257              Message-Id: <20010826120305.C4950@plum.flirble.org>
41258              
41259              (Also a nitpick in #11752 to t/op/universal.t)
41260      Branch: perl
41261            ! t/io/binmode.t t/op/universal.t
41262 ____________________________________________________________________________
41263 [ 11753] By: ams                                   on 2001/08/26  08:19:34
41264         Log: Subject: [PATCH] op/universal.t failing
41265              From: Nicholas Clark <nick@ccl4.org>
41266              Date: Sun, 26 Aug 2001 09:48:22 +0100
41267              Message-Id: <20010826094822.B4950@plum.flirble.org>
41268      Branch: perl
41269            ! t/op/universal.t
41270 ____________________________________________________________________________
41271 [ 11752] By: ams                                   on 2001/08/25  22:46:13
41272         Log: Subject: Re: 'can' with undefined subs
41273              From: Tony Bowden <tony@kasei.com>
41274              Date: Sat, 25 Aug 2001 14:58:17 +0100
41275              Message-Id: <20010825145817.A11788@soto.kasei.com>
41276              (Applied with minor modifications.)
41277      Branch: perl
41278            ! t/op/universal.t
41279 ____________________________________________________________________________
41280 [ 11751] By: ams                                   on 2001/08/25  18:28:43
41281         Log: Subject: Re: 'can' with undefined subs
41282              From: Tony Bowden <tony@kasei.com>
41283              Date: Sat, 25 Aug 2001 15:13:14 +0100
41284              Message-Id: <20010825151314.B11788@soto.kasei.com>
41285      Branch: perl
41286            ! lib/UNIVERSAL.pm
41287 ____________________________________________________________________________
41288 [ 11750] By: nick                                  on 2001/08/25  15:24:15
41289         Log: Integrate mainline
41290      Branch: perlio
41291           +> t/io/binmode.t
41292           !> (integrate 26 files)
41293 ____________________________________________________________________________
41294 [ 11749] By: nick                                  on 2001/08/25  14:55:41
41295         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
41296              From:  John Peacock <jpeacock@rowman.com>
41297              Date:  Wed, 22 Aug 2001 12:05:28 -0400
41298              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
41299      Branch: perl
41300            ! pod/perlhack.pod
41301 ____________________________________________________________________________
41302 [ 11748] By: nick                                  on 2001/08/25  14:53:04
41303         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
41304              From:  Michael G Schwern <schwern@pobox.com>
41305              Date:  Wed, 22 Aug 2001 19:22:45 -0400
41306              Message-Id:  <20010822192245.U619@blackrider>
41307      Branch: perl
41308            ! MANIFEST
41309 ____________________________________________________________________________
41310 [ 11747] By: nick                                  on 2001/08/25  14:52:33
41311         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
41312              From:  Nicholas Clark <nick@ccl4.org>
41313              Date:  Wed, 22 Aug 2001 23:29:06 +0100
41314              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
41315      Branch: perl
41316            + t/io/binmode.t
41317            ! perlio.c pod/perlfunc.pod
41318 ____________________________________________________________________________
41319 [ 11744] By: nick                                  on 2001/08/25  14:37:33
41320         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
41321              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
41322              Date:  Fri, 24 Aug 2001 22:10:42 +0200
41323              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
41324      Branch: perl
41325            ! x2p/a2py.c x2p/walk.c
41326 ____________________________________________________________________________
41327 [ 11743] By: nick                                  on 2001/08/25  14:32:47
41328         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
41329              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41330              Date:  Fri, 24 Aug 2001 23:34:13 +0200
41331              Message-Id:  <20010824233413.A1285@rafael>
41332      Branch: perl
41333            ! pod/perlfunc.pod pod/perlvar.pod
41334 ____________________________________________________________________________
41335 [ 11742] By: ams                                   on 2001/08/25  13:16:02
41336         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
41337              From: Nicholas Clark <nick@ccl4.org>
41338              Date: Sat, 25 Aug 2001 14:50:07 +0100
41339              Message-Id: <20010825145007.L41464@plum.flirble.org>
41340      Branch: perl
41341            ! pp_ctl.c
41342 ____________________________________________________________________________
41343 [ 11741] By: nick                                  on 2001/08/24  07:08:45
41344         Log: When applying patch via Porting/apply fails, do p4 refresh
41345              to get old files back.
41346      Branch: perl
41347            ! Porting/apply
41348 ____________________________________________________________________________
41349 [ 11740] By: ams                                   on 2001/08/24  04:47:24
41350         Log: #11739 was incomplete.
41351      Branch: perl
41352            ! pod/perldiag.pod
41353 ____________________________________________________________________________
41354 [ 11739] By: ams                                   on 2001/08/24  04:09:40
41355         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
41356              From: "Philip Newton" <Philip.Newton@gmx.net>
41357              Date: Fri, 24 Aug 2001 07:08:34 +0200
41358      Branch: perl
41359            ! pod/perldiag.pod
41360 ____________________________________________________________________________
41361 [ 11738] By: ams                                   on 2001/08/24  02:19:42
41362         Log: Fixed Doug Wilson's email address.
41363      Branch: perl
41364            ! AUTHORS
41365 ____________________________________________________________________________
41366 [ 11737] By: ams                                   on 2001/08/24  00:10:13
41367         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
41368              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41369              Date: Thu, 23 Aug 2001 22:22:58 +0200
41370              Message-Id: <20010823222258.A901@rafael>
41371      Branch: perl
41372            ! pod/perldiag.pod
41373 ____________________________________________________________________________
41374 [ 11736] By: ams                                   on 2001/08/24  00:05:02
41375         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
41376              From: "Craig A. Berry" <craigberry@mac.com>
41377              Date: Thu, 23 Aug 2001 19:07:45 -0500
41378              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
41379      Branch: perl
41380            ! configure.com
41381 ____________________________________________________________________________
41382 [ 11735] By: sky                                   on 2001/08/23  13:42:07
41383         Log: Backed out 11732, it breaks lib/strict.t 
41384      Branch: perl
41385            ! op.c
41386 ____________________________________________________________________________
41387 [ 11734] By: sky                                   on 2001/08/23  11:45:59
41388         Log: Removed toy from 17133 after Matt Sargeants request.
41389      Branch: perl
41390            ! pod/perlfaq4.pod
41391 ____________________________________________________________________________
41392 [ 11733] By: sky                                   on 2001/08/23  11:36:29
41393         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
41394              From: Robin Houston <robin@kitsite.com>
41395              Date: Wed, 22 Aug 2001 23:06:16 +0100
41396              Message-ID: <20010822230616.A254@robin.kitsite.com>
41397      Branch: perl
41398            ! pod/perlfaq4.pod
41399 ____________________________________________________________________________
41400 [ 11732] By: sky                                   on 2001/08/23  10:36:02
41401         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
41402              From: Simon Cozens <simon@netthink.co.uk>
41403              Date: Thu, 23 Aug 2001 12:06:36 +0100
41404              Message-ID: <20010823120636.A9961@netthink.co.uk>
41405      Branch: perl
41406            ! op.c
41407 ____________________________________________________________________________
41408 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
41409         Log: fix broken windows build
41410      Branch: perl
41411            ! perl.h
41412 ____________________________________________________________________________
41413 [ 11730] By: ams                                   on 2001/08/22  21:35:30
41414         Log: Subject: [PATCH] io/tell.t doesn't chdir t
41415              From: Nicholas Clark <nick@ccl4.org>
41416              Date: Wed, 22 Aug 2001 23:25:58 +0100
41417              Message-Id: <20010822232557.Y82818@plum.flirble.org>
41418      Branch: perl
41419            ! t/io/tell.t
41420 ____________________________________________________________________________
41421 [ 11729] By: ams                                   on 2001/08/22  20:32:21
41422         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
41423              questions)
41424              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41425              Date: Wed, 22 Aug 2001 17:09:04 -0400
41426              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
41427              (Oops, forgot File::Spec::Unix in the previous patch.)
41428      Branch: perl
41429            ! lib/File/Spec/Unix.pm
41430 ____________________________________________________________________________
41431 [ 11728] By: ams                                   on 2001/08/22  20:25:41
41432         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
41433              questions)
41434              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41435              Date: Wed, 22 Aug 2001 17:09:04 -0400
41436              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
41437      Branch: perl
41438            ! lib/File/Spec.pm
41439 ____________________________________________________________________________
41440 [ 11727] By: ams                                   on 2001/08/22  19:43:30
41441         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
41442              From: John Peacock <jpeacock@rowman.com>
41443              Date: Wed, 22 Aug 2001 12:35:52 -0400
41444              Message-Id: <3B83DF68.5D89DC81@rowman.com>
41445              (Adds proper tests for $], notwithstanding Subject. +nitpick)
41446      Branch: perl
41447            ! t/op/ver.t
41448 ____________________________________________________________________________
41449 [ 11726] By: ams                                   on 2001/08/22  19:36:39
41450         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
41451              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
41452              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
41453              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
41454      Branch: perl
41455            ! lib/diagnostics.pm lib/diagnostics.t
41456 ____________________________________________________________________________
41457 [ 11725] By: ams                                   on 2001/08/22  19:25:01
41458         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
41459              From: Nicholas Clark <nick@ccl4.org>
41460              Date: Wed, 22 Aug 2001 20:59:05 +0100
41461              Message-Id: <20010822205905.U82818@plum.flirble.org>
41462      Branch: perl
41463            ! pp.c t/op/64bitint.t t/op/arith.t
41464 ____________________________________________________________________________
41465 [ 11724] By: ams                                   on 2001/08/22  10:02:33
41466         Log: Subject: Configure blooper
41467              From: H.Merijn Brand <h.m.brand@hccnet.nl>
41468              Date: Wed, 22 Aug 2001 12:38:35 +0200
41469              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
41470      Branch: perl
41471            ! Configure
41472 ____________________________________________________________________________
41473 [ 11723] By: ams                                   on 2001/08/21  16:17:53
41474         Log: Subject: [PATCH] installperl -help
41475              From: Nicholas Clark <nick@ccl4.org>
41476              Date: Tue, 21 Aug 2001 17:34:23 +0100
41477              Message-Id: <20010821173423.F82818@plum.flirble.org>
41478      Branch: perl
41479            ! installperl
41480 ____________________________________________________________________________
41481 [ 11722] By: ams                                   on 2001/08/20  07:46:31
41482         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
41483              From: Ilmari Karonen <iltzu@sci.fi>
41484              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
41485              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
41486      Branch: perl
41487            ! pod/perlvar.pod
41488 ____________________________________________________________________________
41489 [ 11721] By: nick                                  on 2001/08/20  06:24:31
41490         Log: Integrate mainline
41491      Branch: perlio
41492           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
41493           +> lib/Lingua/KO/Hangul/Util/Changes
41494           +> lib/Lingua/KO/Hangul/Util/README
41495           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
41496           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
41497           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
41498           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
41499           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
41500           +> lib/Unicode/Normalize/t/test.t
41501            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
41502           !> (integrate 55 files)
41503 ____________________________________________________________________________
41504 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
41505         Log: Integrate Change #11599 from maint-5.6/perl
41506      Branch: maint-5.6/macperl
41507           !> README.win32
41508 ____________________________________________________________________________
41509 [ 11719] By: ams                                   on 2001/08/18  21:21:42
41510         Log: Add Porting/apply to MANIFEST.
41511      Branch: perl
41512            ! MANIFEST
41513 ____________________________________________________________________________
41514 [ 11718] By: sky                                   on 2001/08/18  14:38:01
41515         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
41516              Better solution would be to make 5005threaded perl use
41517              the same system as ithreads do
41518      Branch: perl
41519            ! perl.h
41520 ____________________________________________________________________________
41521 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
41522         Log: New try for ID 20010407.006: detach the semantics
41523              "was the last match target UTF8" into its own variable.
41524      Branch: perl
41525            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
41526            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
41527 ____________________________________________________________________________
41528 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
41529         Log: UTF8 flag should be meaningful only when POK.
41530      Branch: perl
41531            ! dump.c
41532 ____________________________________________________________________________
41533 [ 11715] By: sky                                   on 2001/08/18  11:45:16
41534         Log: USE_THREADS and USE_ITHREADS are never true at the same time
41535      Branch: perl
41536            ! perl.h
41537 ____________________________________________________________________________
41538 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
41539         Log: Retract #11712 for now.  The real fix would probably
41540              be something like making PL_reg_sv a copy (PV + UTF8)
41541              of the matched/substituted string (note: not just a SvPOK
41542              string, for example the stringified form of a ROK would
41543              be applicable)  Beware of leaks.
41544      Branch: perl
41545            ! pp_hot.c t/op/pat.t
41546 ____________________________________________________________________________
41547 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
41548         Log: UTF8 wasn't printing for PVMGs.
41549      Branch: perl
41550            ! dump.c
41551 ____________________________________________________________________________
41552 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
41553         Log: (Retracted by #11714)
41554              
41555              Okay analysis, debatable fix.  (The fix will inc
41556              the refcount of all temporary match objects,
41557              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
41558              which will then cause griping at untie() time
41559              ("inner references remain").
41560              
41561              Fix for ID 20010407.006: PL_reg_sv got wiped out
41562              by freetemps if the match target was a temporary
41563              (like function_call() =~ /.../), which in turn meant
41564              that the $1 et al stopped working if they had UTF-8
41565              in them.  Therefore bump up the refcount of PL_reg_sv.
41566      Branch: perl
41567            ! pp_hot.c t/op/pat.t
41568 ____________________________________________________________________________
41569 [ 11711] By: ams                                   on 2001/08/17  20:32:08
41570         Log: Subject: [PATCH] doesn't compile, was perl@11710
41571              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41572              Date: Fri, 17 Aug 2001 23:21:10 +0200
41573              Message-Id: <20010817232110.C7041@rafael> 
41574      Branch: perl
41575            ! sharedsv.c
41576 ____________________________________________________________________________
41577 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
41578         Log: Update Changes.
41579      Branch: perl
41580            ! Changes patchlevel.h
41581 ____________________________________________________________________________
41582 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
41583         Log: Upgrade to libnet 1.0704.
41584      Branch: perl
41585            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
41586            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
41587            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
41588            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
41589            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
41590            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
41591            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
41592 ____________________________________________________________________________
41593 [ 11708] By: sky                                   on 2001/08/17  13:34:04
41594         Log: Let perl_clone copy PL_exit_flags
41595      Branch: perl
41596            ! sv.c
41597 ____________________________________________________________________________
41598 [ 11707] By: sky                                   on 2001/08/17  12:28:41
41599         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
41600      Branch: perl
41601            ! sharedsv.c sharedsv.h
41602 ____________________________________________________________________________
41603 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
41604         Log: The metaconfig unit change for #11705.
41605      Branch: metaconfig/U/perl
41606            ! Extensions.U
41607 ____________________________________________________________________________
41608 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
41609         Log: Allow the threads extension to be found if present.
41610      Branch: perl
41611            ! Configure
41612 ____________________________________________________________________________
41613 [ 11704] By: nick                                  on 2001/08/17  11:47:54
41614         Log: Mail -> change script (pre-alpha)
41615      Branch: perl
41616            + Porting/apply
41617 ____________________________________________________________________________
41618 [ 11703] By: sky                                   on 2001/08/17  07:11:24
41619         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
41620              Thanks to Tom Hospel for pointing out my error.
41621      Branch: perl
41622            ! op.h
41623 ____________________________________________________________________________
41624 [ 11702] By: sky                                   on 2001/08/17  04:18:11
41625         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.
41626      Branch: perl
41627            ! embed.pl miniperlmain.c perl.c perl.h proto.h
41628 ____________________________________________________________________________
41629 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
41630         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
41631              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
41632      Branch: perl
41633            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
41634            + lib/Lingua/KO/Hangul/Util/README
41635            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
41636            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
41637            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
41638            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
41639            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
41640            + lib/Unicode/Normalize/t/test.t
41641            ! MANIFEST
41642 ____________________________________________________________________________
41643 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
41644         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
41645              Date: Thu, 16 Aug 2001 22:46:15 -0500
41646              From: "Craig A. Berry" <craigberry@mac.com>
41647              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
41648      Branch: perl
41649            ! configure.com numeric.c
41650 ____________________________________________________________________________
41651 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
41652         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
41653              of the usual suspects (like getpwent) but not for others
41654              (like localtime and rand).  The _r versions are available
41655              for all of them, so let's use them.
41656      Branch: perl
41657            ! perl.h
41658 ____________________________________________________________________________
41659 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
41660         Log: (Accidental apply; thankfully empty.)
41661      Branch: perl
41662            ! hints/os390.sh
41663 ____________________________________________________________________________
41664 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
41665         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
41666              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
41667              Date: Thu, 16 Aug 2001 16:27:49 +0100
41668              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
41669      Branch: perl
41670            ! regexec.c t/op/re_tests
41671 ____________________________________________________________________________
41672 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
41673         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
41674              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
41675              Date: Thu, 16 Aug 2001 18:50:01 +0100
41676              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
41677      Branch: perl
41678            ! pp_hot.c t/op/pat.t
41679 ____________________________________________________________________________
41680 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
41681         Log: Subject: [PATCH] *time_r again
41682              From: "Arthur Bergman" <arthur@contiller.se>
41683              Date: Thu, 16 Aug 2001 16:01:54 +0200
41684              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
41685      Branch: perl
41686            ! op.h
41687 ____________________________________________________________________________
41688 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
41689         Log: system() and backtick error handling cleanup from Craig A. Berry.
41690      Branch: perl
41691            ! vms/vms.c
41692 ____________________________________________________________________________
41693 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
41694         Log: change#10334 leaks memory, copies string when it doesn't
41695              need to
41696      Branch: perl
41697            ! perl.c
41698 ____________________________________________________________________________
41699 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
41700         Log: One more twist to the sprintf + utf8 testing.
41701      Branch: perl
41702            ! t/op/misc.t
41703 ____________________________________________________________________________
41704 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
41705         Log: Fix for 20010407.008 sprintf removes utf8-ness.
41706      Branch: perl
41707            ! pp.c t/op/misc.t
41708 ____________________________________________________________________________
41709 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
41710         Log: Subject: [PATCH] *time_r fixes
41711              From: "Arthur Bergman" <arthur@contiller.se>
41712              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
41713              Date: Thu, 16 Aug 2001 14:22:27 +0200
41714      Branch: perl
41715            ! op.h
41716 ____________________________________________________________________________
41717 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
41718         Log: Upgrade to CGI.pm 2.77.
41719      Branch: perl
41720            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
41721            ! lib/CGI/t/function.t
41722 ____________________________________________________________________________
41723 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
41724         Log: Document the bytes-to-Unicode upgrading.
41725      Branch: perl
41726            ! pod/perlunicode.pod
41727 ____________________________________________________________________________
41728 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
41729         Log: Add a test for Unicode sprintf.
41730      Branch: perl
41731            ! t/op/misc.t
41732 ____________________________________________________________________________
41733 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
41734         Log: Add Unicode tests for index/rindex.
41735      Branch: perl
41736            ! t/op/index.t
41737 ____________________________________________________________________________
41738 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
41739         Log: Document a bit the art of minimizing the installation,
41740              based on the p5p discussion.
41741      Branch: perl
41742            ! INSTALL
41743 ____________________________________________________________________________
41744 [ 11684] By: nick                                  on 2001/08/15  15:03:31
41745         Log: Integrate mainline
41746      Branch: perlio
41747           +> sharedsv.c sharedsv.h
41748           !> (integrate 53 files)
41749 ____________________________________________________________________________
41750 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
41751         Log: Update Changes.
41752      Branch: perl
41753            ! Changes patchlevel.h
41754 ____________________________________________________________________________
41755 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
41756         Log: The #11673 necessitated a test tweak.
41757      Branch: perl
41758            ! t/io/utf8.t
41759 ____________________________________________________________________________
41760 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
41761         Log: Also UNICOS is in the general case unable to silently
41762              handle fp overflows.
41763      Branch: perl
41764            ! numeric.c
41765 ____________________________________________________________________________
41766 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
41767         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
41768              NV_EPSILON #defined.
41769      Branch: perl
41770            ! perl.h
41771 ____________________________________________________________________________
41772 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
41773         Log: Re-establish the fp overflow detection for VAX VMS; there
41774              is no easy way to have the IEEE fp silent overflow semantics.
41775              (in Alpha VMS we still will use IEEE fp by default-- but it
41776              is still possible to configure Perl to use G_FLOAT)
41777      Branch: perl
41778            ! numeric.c
41779 ____________________________________________________________________________
41780 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
41781         Log: Subject: [PATCH] pp_lock 
41782              From: "Arthur Bergman" <arthur@contiller.se>
41783              Date: Wed, 15 Aug 2001 11:52:16 +0200
41784              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
41785      Branch: perl
41786            ! pp.c
41787 ____________________________________________________________________________
41788 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
41789         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
41790              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
41791              Date: Wed, 15 Aug 2001 11:32:11 +0100
41792              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
41793      Branch: perl
41794            ! regcomp.c t/op/re_tests
41795 ____________________________________________________________________________
41796 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
41797         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
41798              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
41799              Date: Wed, 15 Aug 2001 10:33:49 +0100
41800              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
41801      Branch: perl
41802            ! regexec.c t/op/re_tests
41803 ____________________________________________________________________________
41804 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
41805         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
41806              From: Barrie Slaymaker <barries@slaysys.com>
41807              Date: Tue, 14 Aug 2001 14:32:25 -0400
41808              Message-ID: <20010814143225.A19822@jester.slaysys.com>
41809      Branch: perl
41810            ! lib/File/Spec.t lib/File/Spec/Unix.pm
41811 ____________________________________________________________________________
41812 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
41813         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
41814              From: Peter Prymmer <pvhp@forte.com>
41815              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
41816              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
41817      Branch: perl
41818            ! README.vms configure.com
41819 ____________________________________________________________________________
41820 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
41821         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
41822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41823              Date: Tue, 14 Aug 2001 21:23:27 +0200
41824              Message-ID: <20010814212327.A1919@rafael>
41825      Branch: perl
41826            ! doio.c
41827 ____________________________________________________________________________
41828 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
41829         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
41830              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
41831              Date: Tue, 14 Aug 2001 22:30:11 +0200
41832              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
41833              
41834              Combination of nmake, quoting, and Perl expanded $( in here-doc.
41835      Branch: perl
41836            ! ext/SDBM_File/Makefile.PL
41837 ____________________________________________________________________________
41838 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
41839         Log: Todo updates.
41840      Branch: perl
41841            ! pod/perltodo.pod
41842 ____________________________________________________________________________
41843 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
41844         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
41845              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
41846              Date: Mon, 13 Aug 2001 23:15:01 +0200
41847              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
41848      Branch: perl
41849            ! sv.c
41850 ____________________________________________________________________________
41851 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
41852         Log: Subject: [PATCH] [b-]showlex.t
41853              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
41854              Date: Sun, 12 Aug 2001 22:24:51 +0200
41855              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
41856              
41857              The 4nt command shell will expand the % in command line
41858              no matter what quoting is attempted, changed the % to @.
41859      Branch: perl
41860            ! ext/B/Showlex.t
41861 ____________________________________________________________________________
41862 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
41863         Log: Subject: [PATCH] magic.t
41864              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
41865              Date: Sun, 12 Aug 2001 20:49:27 +0200
41866              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
41867      Branch: perl
41868            ! t/op/magic.t
41869 ____________________________________________________________________________
41870 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
41871         Log: Add sharedsv* to the DOSish platforms; plus add
41872              some WinCE files to the list of DOSish files.
41873      Branch: perl
41874            ! NetWare/Makefile Porting/makerel win32/Makefile
41875            ! win32/makefile.mk wince/Makefile.ce
41876 ____________________________________________________________________________
41877 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
41878         Log: More DOSish files.
41879      Branch: perl
41880            ! Porting/makerel
41881 ____________________________________________________________________________
41882 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
41883         Log: Strip CRs from the WinCE files.  Now we need to
41884              figure out in which CRs are really needed: probably
41885              Makefile.ce and the README files, at least, probably
41886              also the registry.bat.
41887      Branch: perl
41888            ! wince/Makefile.ce wince/README.compile wince/README.perlce
41889            ! wince/config.h wince/include/cectype.h wince/include/errno.h
41890            ! wince/include/sys/stat.h wince/include/sys/types.h
41891            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
41892            ! wince/perldll.def wince/registry.bat wince/wince.h
41893            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
41894 ____________________________________________________________________________
41895 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
41896         Log: Add some files to DOSish and writables.
41897      Branch: perl
41898            ! Porting/makerel
41899 ____________________________________________________________________________
41900 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
41901         Log: Compile failure message tidying.
41902      Branch: perl
41903            ! t/lib/1_compile.t
41904 ____________________________________________________________________________
41905 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
41906         Log: The new sharedsv* should be exported only if usethreads.
41907      Branch: perl
41908            ! makedef.pl
41909 ____________________________________________________________________________
41910 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
41911         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
41912              From: Peter Prymmer <pvhp@forte.com>
41913              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
41914              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
41915      Branch: perl
41916            ! README.os390
41917 ____________________________________________________________________________
41918 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
41919         Log: Update Changes.
41920      Branch: perl
41921            ! Changes patchlevel.h
41922 ____________________________________________________________________________
41923 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
41924         Log: Subject: [PATHC] sharedsv.[c|h]
41925              From: "Artur Bergman" <artur@contiller.se>
41926              Date: Mon, 13 Aug 2001 14:38:41 +0200
41927              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
41928              
41929              Subject: [PATCH] embed.pl
41930              From: Arthur Bergman <arthur@contiller.se>
41931              Date: Mon, 13 Aug 2001 14:38:14 +0200
41932              Message-ID: <B79D96D6.3088%arthur@contiller.se>
41933              
41934              Subject: [PATCH] sharedsv cleanups
41935              From: "Arthur Bergman" <arthur@contiller.se>
41936              Date: Mon, 13 Aug 2001 15:14:25 +0200
41937              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
41938              
41939              Plus few tweaks: _init needs to be Adp, the prototypes
41940              should not be revealed unless using ithreads, #endif FOO
41941              must be #endif /* FOO */, adding (parentheses) around
41942              do { } while doesn't work too well.
41943      Branch: perl
41944            + sharedsv.c sharedsv.h
41945            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
41946            ! perl.h perlapi.c pod/perlapi.pod proto.h
41947 ____________________________________________________________________________
41948 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
41949         Log: Subject: Re: END {} blocks run in perl_run
41950              From: Arthur Bergman <arthur@contiller.se>
41951              Date: Mon, 13 Aug 2001 11:11:30 +0200
41952              Message-ID: <B79D6661.3068%arthur@contiller.se>
41953      Branch: perl
41954            ! perl.c
41955 ____________________________________________________________________________
41956 [ 11657] By: nick                                  on 2001/08/13  09:03:02
41957         Log: Integrate mainline
41958      Branch: perlio
41959           +> (branch 326 files)
41960            - (delete 330 files)
41961           !> (integrate 85 files)
41962 ____________________________________________________________________________
41963 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
41964         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
41965              and the Perl will be built to do that by default (adding that
41966              will break scripts having non-UTF-8 binary data, such as Latin-1.)
41967      Branch: perl
41968            ! op.c toke.c utf8.h
41969 ____________________________________________________________________________
41970 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
41971         Log: Unnecessary downgrades.
41972      Branch: perl
41973            ! doop.c
41974 ____________________________________________________________________________
41975 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
41976         Log: Failure not true anymore (probably caused by my broken setup).
41977      Branch: perl
41978            ! t/op/pat.t
41979 ____________________________________________________________________________
41980 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
41981         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
41982              stopped working).
41983      Branch: perl
41984            ! op.h pp_ctl.c regcomp.c
41985 ____________________________________________________________________________
41986 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
41987         Log: There is no IN_UTF8.
41988      Branch: perl
41989            ! utf8.h
41990 ____________________________________________________________________________
41991 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
41992         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
41993      Branch: perl
41994            ! op.c op.h pp_ctl.c regcomp.c
41995 ____________________________________________________________________________
41996 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
41997         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
41998              and a test tweak.
41999      Branch: perl
42000            ! op.c t/pod/find.t
42001 ____________________________________________________________________________
42002 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
42003         Log: Todo updates and fixes.
42004      Branch: perl
42005            ! pod/perltodo.pod
42006 ____________________________________________________________________________
42007 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
42008         Log: Mark tests (and one module) having explicit Latin-1
42009              (and one file having explicit UTF-8) with an explicit
42010              'no utf8' (and one explicit 'use utf8').
42011              
42012              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
42013      Branch: perl
42014            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
42015            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
42016            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
42017 ____________________________________________________________________________
42018 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
42019         Log: Subject: SV: END {} blocks run in perl_run
42020              From: "Arthur Bergman" <arthur@contiller.se>
42021              Date: Sun, 12 Aug 2001 00:34:28 +0200 
42022              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
42023      Branch: perl
42024            ! miniperlmain.c perl.c
42025 ____________________________________________________________________________
42026 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
42027         Log: Typos in #11645.
42028      Branch: perl
42029            ! perl.h
42030 ____________________________________________________________________________
42031 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
42032         Log: On ithreads default to use_reentrant except on naturally
42033              threadsafe platforms.
42034      Branch: perl
42035            ! perl.h
42036 ____________________________________________________________________________
42037 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
42038         Log: (Hopefully) a fix for 20010723.004: make install needs
42039              write permission in build directory.  The problem was
42040              probably caused by overeager sprinkling of the lib/re.pm
42041              dependencies (which was done to guarantee lib/re.pm being
42042              uptodate for parallel makes: now solved by funneling that
42043              through an explicit recursive make in the preplibrary target).
42044      Branch: perl
42045            ! Makefile.SH
42046 ____________________________________________________________________________
42047 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
42048         Log: Dispell the "use utf8" superstition.
42049      Branch: perl
42050            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
42051            ! pod/perlunicode.pod
42052 ____________________________________________________________________________
42053 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
42054         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
42055              From: "Abigail" <abigail@foad.org> 
42056              Date: Sat, 11 Aug 2001 23:49:49 +0200
42057              Message-ID: <20010811214950.23255.qmail@foad.org>
42058      Branch: perl
42059            ! t/op/taint.t
42060 ____________________________________________________________________________
42061 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
42062         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
42063              From: Abhijit Menon-Sen <ams@wiw.org>
42064              Date: Sat, 11 Aug 2001 06:18:19 +0530
42065              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
42066      Branch: perl
42067            ! mg.c
42068 ____________________________________________________________________________
42069 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
42070         Log: Test for change #11639.
42071      Branch: perl
42072            ! t/op/tiehandle.t
42073 ____________________________________________________________________________
42074 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
42075         Log: Subject: Re: Can't localize *FH, then tie it
42076              From: Abhijit Menon-Sen <ams@wiw.org>
42077              Date: Sun, 12 Aug 2001 16:08:06 +0530
42078              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
42079      Branch: perl
42080            ! pp_hot.c pp_sys.c
42081 ____________________________________________________________________________
42082 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
42083         Log: Drop all the unnecessary "use utf8" clauses and some of
42084              the unnecessary "use bytes" ones.
42085              
42086              TODO: scour the documentation for unnecessary "use utf8"
42087              and prominently display it in perldelta when the time comes.
42088              ("use utf8" should be necessary ONLY if one wants the script
42089              to be in UTF-8.)  Also should be checked in some non-ASCII
42090              non-Latin-1 platform, like EBCDIC.
42091      Branch: perl
42092            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
42093            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
42094 ____________________________________________________________________________
42095 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
42096         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
42097              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
42098              in Unicode handling.
42099      Branch: perl
42100            + t/op/lc.t
42101            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
42102 ____________________________________________________________________________
42103 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
42104         Log: Thinko: we want the flags for native cc, not gcc.
42105      Branch: perl
42106            ! hints/dec_osf.sh
42107 ____________________________________________________________________________
42108 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
42109         Log: (retracted by 13077)
42110              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
42111              From: Robin Houston <robin@kitsite.com>
42112              Date: Fri, 10 Aug 2001 14:42:02 +0100
42113              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
42114      Branch: perl
42115            ! pp.c
42116 ____________________________________________________________________________
42117 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
42118         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
42119              From: Abhijit Menon-Sen <ams@wiw.org>
42120              Date: Sat, 11 Aug 2001 16:31:04 +0530
42121              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
42122      Branch: perl
42123            ! op.c
42124 ____________________________________________________________________________
42125 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
42126         Log: Get rid of indread, from Abhijit Menon-Sen.
42127      Branch: perl
42128            ! pp_sys.c
42129 ____________________________________________________________________________
42130 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
42131         Log: CRLFgngngn.
42132      Branch: perl
42133            ! win32/Makefile win32/makefile.mk
42134 ____________________________________________________________________________
42135 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
42136         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
42137      Branch: perl
42138            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
42139            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
42140            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
42141            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
42142            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
42143            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
42144            ! win32/Makefile win32/makefile.mk
42145 ____________________________________________________________________________
42146 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
42147         Log: Avoid #elif (less portable than #else #if).
42148      Branch: perl
42149            ! handy.h
42150 ____________________________________________________________________________
42151 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
42152         Log: Subject: patch for perlvar.pod
42153              From: mah@everybody.org (Mark A. Hershberger)
42154              Date: 08 Aug 2001 17:03:16 -0500
42155              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
42156      Branch: perl
42157            ! pod/perlvar.pod
42158 ____________________________________________________________________________
42159 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
42160         Log: cpp commands must start (the # must be) at the column #0.
42161      Branch: perl
42162            ! op.c
42163 ____________________________________________________________________________
42164 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
42165         Log: If using gcc -B/foo/bar makedepend would give
42166              unnecessary warnings about unused -B/foo/bar.
42167      Branch: perl
42168            ! makedepend.SH
42169 ____________________________________________________________________________
42170 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
42171         Log: Update Changes.
42172      Branch: perl
42173            ! Changes patchlevel.h
42174 ____________________________________________________________________________
42175 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
42176         Log: s/z/tz/
42177      Branch: perl
42178            ! pod/perlfaq2.pod
42179 ____________________________________________________________________________
42180 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
42181         Log: Article nit.
42182      Branch: perl
42183            ! pod/perlfaq2.pod
42184 ____________________________________________________________________________
42185 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
42186         Log: Rename lib/unicode files to lib/unicore to avoid
42187              conflicts between core lib/unicode and Unicode::
42188              files in case-ignoring filesystems.
42189      Branch: perl
42190            + (add 325 files)
42191            - (delete 324 files)
42192            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
42193 ____________________________________________________________________________
42194 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
42195         Log: Upgrade to Math::BigInt 1.41.
42196      Branch: perl
42197            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
42198 ____________________________________________________________________________
42199 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
42200         Log: Subject: [PATCH] remove PL_na from typemap
42201              From: James <james@rf.net>
42202              Date: Mon, 06 Aug 2001 20:23:15 -0700
42203              Message-ID: <3B6F5F23.A31A81B1@rf.net>
42204              
42205              (had to be manually applied)
42206      Branch: perl
42207            ! lib/ExtUtils/typemap
42208 ____________________________________________________________________________
42209 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
42210         Log: The metaconfig unit changes for #11618.
42211      Branch: metaconfig/U/perl
42212            + d_fpclassl.U i_fp.U
42213 ____________________________________________________________________________
42214 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
42215         Log: Forgot this from #11618.
42216              
42217              NOTE: wince/config_H.ce needs updating.
42218      Branch: perl
42219            ! wince/config.ce
42220 ____________________________________________________________________________
42221 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
42222         Log: Introduce more floating point classifying APIs;
42223              try to define (most importantly) Perl_is{inf,nan}(x).
42224              
42225              For this first cut, assume none such APIs exist in non-UNIXoid
42226              platforms-- this is of course too unkind: Win32 rumoredly has
42227              _fpclass() and _isnan(), and VMS/VOS very probably have some
42228              of the APIs available.     The only thing Perl uses at the moment
42229              is Perl_isnan() (has been in use for a while now).
42230              
42231              NOTE: the Win32 and NetWare config_h.?c need regenerating.
42232      Branch: perl
42233            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
42234            ! Porting/config_H config_h.SH configure.com epoc/config.sh
42235            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
42236            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42237            ! vos/config.ga.h win32/config.bc win32/config.gc
42238            ! win32/config.vc win32/config_H.bc win32/config_H.gc
42239            ! win32/config_H.vc wince/config.ce wince/config.h
42240 ____________________________________________________________________________
42241 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
42242         Log: Integrate change #11519 from perlio:
42243              
42244              Avoid testing for (non-)existance of "encoding(xxxx)"
42245              layer is called "encoding" the (xxxx) is an argument.
42246      Branch: perl
42247           !> lib/open.pm
42248 ____________________________________________________________________________
42249 [ 11616] By: nick                                  on 2001/08/09  07:50:24
42250         Log: Integrate mainline
42251      Branch: perlio
42252           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
42253           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
42254           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
42255           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
42256            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
42257            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
42258           !> (integrate 79 files)
42259 ____________________________________________________________________________
42260 [ 11615] By: nick                                  on 2001/08/09  06:23:44
42261         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
42262              layer is called "encoding" the (xxxx) is an argument.
42263      Branch: perlio
42264            ! lib/open.pm
42265 ____________________________________________________________________________
42266 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
42267         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
42268              From: Paul Johnson <paul@pjcj.net>
42269              Date: Wed, 8 Aug 2001 23:54:17 +0200
42270              Message-ID: <20010808235417.O1006@pjcj.net>
42271      Branch: perl
42272            ! ext/B/B/Concise.pm
42273 ____________________________________________________________________________
42274 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
42275         Log: Make VMS use IEEE math by default; reorder Tru64 hints
42276              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
42277              exception semantics) is always set if using (the new) cc.
42278      Branch: perl
42279            ! configure.com hints/dec_osf.sh
42280 ____________________________________________________________________________
42281 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
42282         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
42283              From: Abhijit Menon-Sen <ams@wiw.org>
42284              Date: Tue, 7 Aug 2001 17:16:05 +0530
42285              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
42286      Branch: perl
42287            ! pp_sys.c
42288 ____________________________________________________________________________
42289 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
42290         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
42291              From: "Craig A. Berry" <craigberry@mac.com>
42292              Date: Tue, 07 Aug 2001 22:27:47 -0500
42293              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
42294      Branch: perl
42295            ! t/run/exit.t
42296 ____________________________________________________________________________
42297 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
42298         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
42299              From: "Craig A. Berry" <craigberry@mac.com>
42300              Date: Tue, 07 Aug 2001 20:01:53 -0500
42301              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
42302      Branch: perl
42303            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
42304 ____________________________________________________________________________
42305 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
42306         Log: Update the magazine information.
42307      Branch: perl
42308            ! pod/perlfaq2.pod
42309 ____________________________________________________________________________
42310 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
42311         Log: Ignore SIGFPE everywhere.
42312      Branch: perl
42313            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
42314 ____________________________________________________________________________
42315 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
42316         Log: With permission, change the licensing of the docs by
42317              TomC (and Gnat) to comply with the rest of Perl.
42318      Branch: perl
42319            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
42320            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
42321            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
42322            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
42323            ! pod/perltootc.pod
42324 ____________________________________________________________________________
42325 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
42326         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
42327              From: Andy Dougherty <doughera@lafayette.edu>
42328              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
42329              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
42330      Branch: perl
42331            ! hints/openbsd.sh
42332 ____________________________________________________________________________
42333 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
42334         Log: Subject: [PATCH] Makefile.SH test_prep dependency
42335              From: Andy Dougherty <doughera@lafayette.edu>
42336              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
42337              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
42338      Branch: perl
42339            ! Makefile.SH
42340 ____________________________________________________________________________
42341 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
42342         Log: Don't autogenerate the headers et alia,
42343              make regen_headers explicitly.
42344      Branch: perl
42345            ! Makefile.SH
42346 ____________________________________________________________________________
42347 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
42348         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
42349              From: Gurusamy Sarathy <gsar@ActiveState.com> 
42350              Date: Tue, 07 Aug 2001 08:33:26 -0700
42351              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
42352              
42353              Unnecessary dependency.
42354      Branch: perl
42355            ! embed.pl
42356 ____________________________________________________________________________
42357 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
42358         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
42359              From: Abhijit Menon-Sen <ams@wiw.org>
42360              Date: Tue, 7 Aug 2001 09:10:54 +0530
42361              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
42362      Branch: perl
42363            ! pp_hot.c
42364 ____________________________________________________________________________
42365 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
42366         Log: Subject: [PATCH perl@11597] B && BEGIN handling
42367              From: "James A. Duncan" <jduncan@fotango.com>
42368              Date: Mon, 6 Aug 2001 17:29:11 +0100
42369              Message-ID: <20010806172911.A2071@fotango.com>
42370              
42371              (the intrpvar.h addition moved to the end for bincompat)
42372      Branch: perl
42373            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
42374 ____________________________________________________________________________
42375 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
42376         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
42377      Branch: perl
42378           !> README.win32
42379 ____________________________________________________________________________
42380 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
42381         Log: fix URLs for fcrypt.c
42382      Branch: maint-5.6/perl
42383            ! README.win32
42384 ____________________________________________________________________________
42385 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
42386         Log: Yet another way to say Infinity: HP-UX calls its "++".
42387      Branch: perl
42388            ! lib/Math/BigInt/t/bigintpm.t
42389 ____________________________________________________________________________
42390 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
42391         Log: Update Changes.
42392      Branch: perl
42393            ! Changes patchlevel.h
42394 ____________________________________________________________________________
42395 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
42396         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
42397      Branch: perl
42398            ! pod/perlfaq5.pod
42399 ____________________________________________________________________________
42400 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
42401         Log: The #11593 wasn't right.
42402      Branch: perl
42403            ! lib/Math/BigInt/t/bigintpm.t
42404 ____________________________________________________________________________
42405 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
42406         Log: Subject: [PATCH: perl@11564] introducing perlivp
42407              From: Prymmer/Kahn <pvhp@best.com>
42408              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
42409              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
42410              
42411              Subject: Re: [PATCH: perl@11564] introducing perlivp
42412              From: Prymmer/Kahn <pvhp@best.com>
42413              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
42414              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
42415      Branch: perl
42416            + utils/perlivp.PL
42417            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
42418            ! win32/Makefile win32/makefile.mk
42419 ____________________________________________________________________________
42420 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
42421         Log: libcs are confused what to call Infinity.
42422      Branch: perl
42423            ! lib/Math/BigInt/t/bigintpm.t
42424 ____________________________________________________________________________
42425 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
42426         Log: Avoid SIGFPE in Tru64.
42427      Branch: perl
42428            ! numeric.c
42429 ____________________________________________________________________________
42430 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
42431         Log: Upgrade to Math::BigInt 1.40.
42432              
42433              NOTE: this patch necessitates doing something about
42434              infinity handling since the new bigintpm.t tests use
42435              infinity, which causes SIGFPEs at least in Tru64.
42436      Branch: perl
42437            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42438            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
42439            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
42440            ! lib/Math/BigInt/t/mbimbf.t
42441 ____________________________________________________________________________
42442 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
42443         Log: remove hardcoded cmd shell in testsuite
42444      Branch: perl
42445            ! t/op/glob.t t/op/magic.t t/op/stat.t
42446 ____________________________________________________________________________
42447 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
42448         Log: 4-arg select() was busted on windows because change#8178 didn't
42449              make it into mainline
42450      Branch: perl
42451            ! perl.h win32/include/sys/socket.h
42452 ____________________________________________________________________________
42453 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
42454         Log: Rename the Getopt::Long tests to be as they are
42455              in the Getopt::Long official distribution.
42456      Branch: perl
42457            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
42458            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
42459            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
42460            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
42461            ! MANIFEST
42462 ____________________________________________________________________________
42463 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
42464         Log: Upgrade to Getopt::Long 2.26.
42465      Branch: perl
42466            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
42467            ! MANIFEST lib/Getopt/Long.pm
42468 ____________________________________________________________________________
42469 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
42470         Log: Retract #10874 (the hack should be unnecessary by now)
42471      Branch: perl
42472            ! lib/Test/Harness.pm
42473 ____________________________________________________________________________
42474 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
42475         Log: avoid temp file littering in tests
42476      Branch: perl
42477            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
42478 ____________________________________________________________________________
42479 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
42480         Log: Subject: warning in sv.c: double format, NV arg
42481              From: "Philip Newton" <Philip.Newton@gmx.net>
42482              Date: Sun, 5 Aug 2001 19:41:07 +0200
42483              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
42484      Branch: perl
42485            ! sv.c
42486 ____________________________________________________________________________
42487 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
42488         Log: fix POSIX.t#13 for windos
42489      Branch: perl
42490            ! ext/POSIX/POSIX.t
42491 ____________________________________________________________________________
42492 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
42493         Log: Add a test for PerlIO::Via.
42494      Branch: perl
42495            + ext/PerlIO/t/via.t
42496            ! MANIFEST ext/PerlIO/Via/Via.pm
42497 ____________________________________________________________________________
42498 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
42499         Log: flock() and link() are not available on Windows 9x
42500      Branch: perl
42501            ! win32/config_sh.PL
42502 ____________________________________________________________________________
42503 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
42504         Log: Some Tru64 C compilers have C++ components that confuse
42505              the ccversion parsing.
42506      Branch: perl
42507            ! hints/dec_osf.sh
42508 ____________________________________________________________________________
42509 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
42510         Log: (Reintroduce #11125)
42511              
42512              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
42513              From: Alan Burlison <Alan.Burlison@sun.com> 
42514              Date: Tue, 03 Jul 2001 15:20:13 +0100   
42515              Message-ID: <3B41D49D.A923D4F9@sun.com> 
42516      Branch: perl
42517            ! lib/ExtUtils/MM_Unix.pm
42518 ____________________________________________________________________________
42519 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
42520         Log: Little pointer juggling for HP-UX cc to avoid
42521              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
42522              followed by
42523              "error 1549: Modifiable lvalue required for assignment operator."
42524      Branch: perl
42525            ! hv.c
42526 ____________________________________________________________________________
42527 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
42528         Log: Continuation of #11575: SANY_SEEN completely deprecated,
42529              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
42530              plus a fix for the bug.
42531      Branch: perl
42532            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
42533 ____________________________________________________________________________
42534 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
42535         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
42536              From: Doug MacEachern <dougm@covalent.net>
42537              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
42538              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
42539      Branch: perl
42540            ! sv.c
42541 ____________________________________________________________________________
42542 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
42543         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
42544              the new CANY is the \C.  The problem reported and the
42545              test case supplied in
42546              
42547              Subject: UTF-8 bugs in string length & single line regex matches
42548              From: "Daniel P. Berrange" <dan@berrange.com>
42549              Date: Fri, 3 Aug 2001 11:39:33 +0100
42550              Message-ID: <20010803113932.A19318@berrange.com>
42551      Branch: perl
42552            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
42553            ! t/op/pat.t
42554 ____________________________________________________________________________
42555 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
42556         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
42557              From: Doug MacEachern <dougm@covalent.net>
42558              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
42559              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
42560      Branch: perl
42561            ! perl.c regexec.c
42562 ____________________________________________________________________________
42563 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
42564         Log: The #11572 didn't up the test count.
42565      Branch: perl
42566            ! t/op/length.t
42567 ____________________________________________________________________________
42568 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
42569         Log: Subject: UTF-8 bugs in string length & single line regex matches
42570              From: "Daniel P. Berrange" <dan@berrange.com>
42571              Date: Fri, 3 Aug 2001 11:39:33 +0100         
42572              Message-ID: <20010803113932.A19318@berrange.com>
42573              
42574              (the mg_length() fix)
42575      Branch: perl
42576            ! mg.c t/op/length.t
42577 ____________________________________________________________________________
42578 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
42579         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
42580              From: Abhijit Menon-Sen <ams@wiw.org>
42581              Date: Sat, 4 Aug 2001 16:56:35 +0530
42582              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
42583      Branch: perl
42584            ! hv.c
42585 ____________________________________________________________________________
42586 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
42587         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
42588              From: Abhijit Menon-Sen <ams@wiw.org>
42589              Date: Sat, 4 Aug 2001 16:16:03 +0530
42590              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
42591      Branch: perl
42592            ! hv.c
42593 ____________________________________________________________________________
42594 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
42595         Log: Subject: Re: [patch] refcount re ops
42596              From: Abhijit Menon-Sen <ams@wiw.org>
42597              Date: Sat, 4 Aug 2001 08:54:55 +0530
42598              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
42599      Branch: perl
42600            ! sv.c
42601 ____________________________________________________________________________
42602 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
42603         Log: Subject: [patch] refcount re ops
42604              From: Doug MacEachern <dougm@covalent.net>
42605              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
42606              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
42607      Branch: perl
42608            ! regcomp.c sv.c
42609 ____________________________________________________________________________
42610 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
42611         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
42612              From: Doug MacEachern <dougm@covalent.net>
42613              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
42614              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
42615      Branch: perl
42616            ! perl.c regexec.c
42617 ____________________________________________________________________________
42618 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
42619         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
42620              From: "Craig A. Berry" <craigberry@mac.com> 
42621              Date: Fri, 03 Aug 2001 16:16:16 -0500
42622              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
42623      Branch: perl
42624            ! t/op/misc.t
42625 ____________________________________________________________________________
42626 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
42627         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
42628              From: John Kristian <jmk2001@engineer.com>
42629              Date: Fri, 03 Aug 2001 00:59:08 -0700
42630              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
42631      Branch: perl
42632            ! win32/win32.c
42633 ____________________________________________________________________________
42634 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
42635         Log: Update Changes.
42636      Branch: perl
42637            ! Changes patchlevel.h
42638 ____________________________________________________________________________
42639 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
42640         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
42641              From: "Craig A. Berry" <craigberry@mac.com>
42642              Date: Thu, 02 Aug 2001 23:15:24 -0500
42643              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
42644      Branch: perl
42645            ! ext/B/Stash.t
42646 ____________________________________________________________________________
42647 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
42648         Log: Subject: [patch] plug PL_cshname leak
42649              From: Doug MacEachern <dougm@covalent.net>
42650              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
42651              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
42652      Branch: perl
42653            ! sv.c
42654 ____________________________________________________________________________
42655 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
42656         Log: Subject: [patch] plug PL_sh_path leak
42657              From: Doug MacEachern <dougm@covalent.net>
42658              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
42659              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
42660      Branch: perl
42661            ! sv.c
42662 ____________________________________________________________________________
42663 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
42664         Log: Subject: [patch] plug PL_regex_padav leaks
42665              From: Doug MacEachern <dougm@covalent.net>
42666              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
42667              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
42668      Branch: perl
42669            ! op.c op.h perl.c
42670 ____________________________________________________________________________
42671 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
42672         Log: Subject: [patch] plug PL_origargv leak
42673              From: Doug MacEachern <dougm@covalent.net>
42674              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
42675              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
42676      Branch: perl
42677            ! perl.c
42678 ____________________________________________________________________________
42679 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
42680         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
42681              From: Abhijit Menon-Sen <ams@wiw.org>
42682              Date: Fri, 3 Aug 2001 06:38:11 +0530
42683              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
42684      Branch: perl
42685            ! hv.c
42686 ____________________________________________________________________________
42687 [ 11557] By: nick                                  on 2001/08/03  08:17:38
42688         Log: Integrate mainline
42689      Branch: perlio
42690           +> (branch 47 files)
42691            - lib/Switch/test.pl
42692           !> (integrate 49 files)
42693 ____________________________________________________________________________
42694 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
42695         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
42696              From: "Craig A. Berry" <craigberry@mac.com>
42697              Date: Thu, 02 Aug 2001 12:56:19 -0500
42698              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
42699      Branch: perl
42700            ! ext/B/Showlex.t
42701 ____________________________________________________________________________
42702 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
42703         Log: Be more careful about non-existent files.
42704      Branch: perl
42705            ! lib/File/Copy.pm
42706 ____________________________________________________________________________
42707 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
42708         Log: Subject: [PATCH resend] deparse empty formats
42709              From: Robin Houston <robin@kitsite.com> 
42710              Date: Thu, 2 Aug 2001 14:32:36 +0100
42711              Message-ID: <20010802143236.A894@robin.kitsite.com>
42712      Branch: perl
42713            ! ext/B/B/Deparse.pm
42714 ____________________________________________________________________________
42715 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
42716         Log: Subject: [patch] ithreads + refto fix improvement
42717              From: Doug MacEachern <dougm@covalent.net>
42718              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
42719              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
42720      Branch: perl
42721            ! pp.c
42722 ____________________________________________________________________________
42723 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
42724         Log: Readability nit from Abhijit.
42725      Branch: perl
42726            ! op.c
42727 ____________________________________________________________________________
42728 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
42729         Log: setproctitle() API version nit from Anton Berezin.
42730      Branch: perl
42731            ! mg.c
42732 ____________________________________________________________________________
42733 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
42734         Log: Add PerlCE to the docs.
42735      Branch: perl
42736            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
42737            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
42738 ____________________________________________________________________________
42739 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
42740         Log: Integrate the PerlCE (WinCE Perl) port;
42741              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
42742      Branch: perl
42743            + README.ce wince/FindExt.pm wince/Makefile.ce
42744            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
42745            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
42746            + wince/bin/search.pl wince/config.ce wince/config.h
42747            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
42748            + wince/dl_win32.xs wince/include/arpa/inet.h
42749            + wince/include/cectype.h wince/include/errno.h
42750            + wince/include/netdb.h wince/include/sys/socket.h
42751            + wince/include/sys/stat.h wince/include/sys/types.h
42752            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
42753            + wince/perl.rc wince/perldll.def wince/perllib.c
42754            + wince/perlmain.c wince/registry.bat wince/runperl.c
42755            + wince/splittree.pl wince/win32.h wince/win32iop.h
42756            + wince/win32thread.c wince/win32thread.h wince/wince.c
42757            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
42758            + wince/xdistclean.ksh wince/xmakediffs.ksh
42759            ! MANIFEST perl.c perl.h perlio.c
42760 ____________________________________________________________________________
42761 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
42762         Log: setproctitle() made simpler.  (This assumes the string is
42763              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
42764              should be used.  Note len, not len + 1.)  BSD-fu from Anton
42765              Berezin.
42766      Branch: perl
42767            ! mg.c
42768 ____________________________________________________________________________
42769 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
42770         Log: Subject: [PATCH] -Wall cleanup: op.c
42771              From: Richard Soderberg <rs@oregonnet.com>
42772              Date: Thu, 2 Aug 2001 00:17:09 -0700
42773              Message-Id: <200108020717.AAA26895@oregonnet.com>
42774              
42775              Subject: [PATCH] -Wall cleanup: sv.c
42776              From: Richard Soderberg <rs@oregonnet.com>
42777              Date: Thu, 2 Aug 2001 00:49:21 -0700
42778              Message-Id: <200108020749.AAA27492@oregonnet.com>
42779      Branch: perl
42780            ! op.c sv.c
42781 ____________________________________________________________________________
42782 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
42783         Log: Update Changes.
42784      Branch: perl
42785            ! Changes patchlevel.h
42786 ____________________________________________________________________________
42787 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
42788         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
42789              From: Doug MacEachern <dougm@covalent.net>
42790              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
42791              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
42792      Branch: perl
42793            ! op.c
42794 ____________________________________________________________________________
42795 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
42796         Log: The #11541 didn't work under threads.
42797      Branch: perl
42798            ! op.c
42799 ____________________________________________________________________________
42800 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
42801         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
42802              From: Hugo <hv@crypt.compulink.co.uk>
42803              Date: Fri, 22 Jun 2001 01:19:08 +0100 
42804              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
42805              
42806              (Skip tests if accept() failed)
42807      Branch: perl
42808            ! ext/IO/lib/IO/t/io_unix.t
42809 ____________________________________________________________________________
42810 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
42811         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
42812              From: "Stian Seeberg" <sseeberg@nimsoft.no>
42813              Date: Mon, 30 Jul 2001 12:28:07 +0200
42814              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
42815      Branch: perl
42816            ! perl.h
42817 ____________________________________________________________________________
42818 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
42819         Log: Subject: Pluggable optimizer
42820              From: Simon Cozens <simon@netthink.co.uk>
42821              Date: Wed, 1 Aug 2001 13:57:02 -0700
42822              Message-ID: <20010801135702.I10442@netthink.co.uk>
42823      Branch: perl
42824            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
42825 ____________________________________________________________________________
42826 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
42827         Log: Subject: [ID 20010801.039] perlre.pod message typo
42828              From: Autrijus Tang <autrijus@geb.elixus.org>
42829              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
42830              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
42831      Branch: perl
42832            ! pod/perlre.pod
42833 ____________________________________________________________________________
42834 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
42835         Log: Test for change #11536.
42836      Branch: perl
42837            ! t/op/tiehandle.t
42838 ____________________________________________________________________________
42839 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
42840         Log: More test fixups for #11537.
42841      Branch: perl
42842            ! t/lib/warnings/4lint t/lib/warnings/9enabled
42843 ____________________________________________________________________________
42844 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
42845         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
42846              From: Doug MacEachern <dougm@covalent.net>
42847              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
42848              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
42849      Branch: perl
42850            ! op.c t/TestInit.pm
42851 ____________________________________________________________________________
42852 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
42853         Log: Subject: [patch] ithreads + refto bug
42854              From: Doug MacEachern <dougm@covalent.net>
42855              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
42856              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
42857              
42858              (Test in change #11539)
42859      Branch: perl
42860            ! pp.c
42861 ____________________________________________________________________________
42862 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
42863         Log: Subject: [PATCH: perl@11523] fixups for t/harness
42864              From: Prymmer/Kahn <pvhp@best.com>
42865              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
42866              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
42867      Branch: perl
42868            ! t/harness
42869 ____________________________________________________________________________
42870 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
42871         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
42872              From: Prymmer/Kahn <pvhp@best.com>
42873              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
42874              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
42875      Branch: perl
42876            ! win32/Makefile win32/makefile.mk
42877 ____________________________________________________________________________
42878 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
42879         Log: Need to know the number of tests.
42880      Branch: perl
42881            ! t/run/exit.t
42882 ____________________________________________________________________________
42883 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
42884         Log: Subject: Re: new exit tests on VMS
42885              From: "Craig A. Berry" <craigberry@mac.com>
42886              Date: Tue, 31 Jul 2001 12:19:29 -0500
42887              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
42888      Branch: perl
42889            ! t/run/exit.t
42890 ____________________________________________________________________________
42891 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
42892         Log: Retract #11530 (the dTHX is needed under threads)
42893      Branch: perl
42894            ! perlio.c
42895 ____________________________________________________________________________
42896 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
42897         Log: (Retracted by #11531)
42898      Branch: perl
42899            ! perlio.c
42900 ____________________________________________________________________________
42901 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
42902         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
42903              From: Richard Soderberg <rs@crystalflame.net>
42904              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
42905              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
42906      Branch: perl
42907            ! unixish.h
42908 ____________________________________________________________________________
42909 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
42910         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
42911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42912              Date: Tue, 31 Jul 2001 05:39:09 -0400
42913              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
42914              
42915              (with a note about the case of UV being equal to long long)
42916      Branch: perl
42917            ! utils/h2xs.PL
42918 ____________________________________________________________________________
42919 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
42920         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
42921              From: "Craig A. Berry" <craigberry@mac.com>
42922              Date: Tue, 31 Jul 2001 14:57:43 -0500
42923              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
42924      Branch: perl
42925            ! t/io/fs.t
42926 ____________________________________________________________________________
42927 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
42928         Log: Fix for
42929              
42930              Subject: [ID 20010116.001] File::Copy truncates orig file 
42931              From: arbor@al37al08.telecel.pt
42932              Date: Tue, 16 Jan 2001 11:43:02 GMT
42933              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
42934              
42935              (copy($foo, $foo) would truncate $foo)
42936      Branch: perl
42937            ! lib/File/Copy.pm lib/File/Copy.t
42938 ____________________________________________________________________________
42939 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
42940         Log: Metaconfig unit change for #11524.
42941      Branch: metaconfig/U/perl
42942            ! Extras.U
42943 ____________________________________________________________________________
42944 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
42945         Log: Multiple modules didn't work; plus typo fixes.
42946      Branch: perl
42947            ! Configure
42948 ____________________________________________________________________________
42949 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
42950         Log: Update Changes.
42951      Branch: perl
42952            ! Changes patchlevel.h
42953 ____________________________________________________________________________
42954 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
42955         Log: Regen perlapi.
42956      Branch: perl
42957            ! pod/perlapi.pod
42958 ____________________________________________________________________________
42959 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
42960         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
42961              From: Dave Mitchell <davem@fdgroup.co.uk>
42962              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
42963              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
42964      Branch: perl
42965            ! sv.c
42966 ____________________________________________________________________________
42967 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
42968         Log: Regen toc.
42969      Branch: perl
42970            ! pod/perltoc.pod
42971 ____________________________________________________________________________
42972 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
42973         Log: Regen Porting stuff.
42974      Branch: perl
42975            ! Porting/Glossary Porting/config.sh Porting/config_H
42976 ____________________________________________________________________________
42977 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
42978         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
42979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42980              Date: Tue, 31 Jul 2001 05:34:38 -0400
42981              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
42982      Branch: perl
42983            ! utils/h2xs.PL
42984 ____________________________________________________________________________
42985 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
42986         Log: Metaconfig unit change for #11516. 
42987      Branch: metaconfig/U/perl
42988            ! gccvers.U
42989 ____________________________________________________________________________
42990 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
42991         Log: Add -Wall in cflags, not in Configure.
42992              (This way -Wall affects only the core and the core XS,
42993              not user modules' XS.  Concern from Paul Marquess,
42994              implementation idea from Andy Dougherty.)
42995      Branch: perl
42996            ! Configure cflags.SH
42997 ____________________________________________________________________________
42998 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
42999         Log: Metaconfig unit changes for #11514.
43000      Branch: metaconfig
43001            + U/modified/sysman.U
43002            ! U/installdirs/man1dir.U
43003 ____________________________________________________________________________
43004 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
43005         Log: Subject: Configure's detection of system manual
43006              From: Sean Dague <sean@dague.net> 
43007              Date: Sun, 13 May 2001 15:53:15 -0400
43008              Message-ID: <20010513155315.A15833@underhill.dague.net>
43009      Branch: perl
43010            ! Configure
43011 ____________________________________________________________________________
43012 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
43013         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
43014              From: Autrijus Tang <autrijus@autrijus.org> 
43015              Date: Thu, 21 Jun 2001 23:56:48 +0800
43016              Message-Id: <20010621235648.A57340@not.autrijus.org>
43017      Branch: perl
43018            ! pod/perlobj.pod
43019 ____________________________________________________________________________
43020 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
43021         Log: Subject: Typo in DB_File.pm
43022              From: "Philip Newton" <Philip.Newton@gmx.net>
43023              Date: Tue, 31 Jul 2001 06:19:35 +0200
43024              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
43025      Branch: perl
43026            ! ext/DB_File/DB_File.pm
43027 ____________________________________________________________________________
43028 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
43029         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
43030              From: "Stephen P. Potter" <spp@spotter.yi.org>
43031              Date: Wed, 30 May 2001 13:59:34 -0400
43032              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
43033      Branch: perl
43034            ! pod/perlre.pod
43035 ____________________________________________________________________________
43036 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
43037         Log: eval "format foo=" would loop indefinitely; reported in
43038              
43039              Subject: A load of old rubbish
43040              From: Mike Guy <mjtg@cam.ac.uk>
43041              Date: Mon, 14 May 2001 16:12:22 +0100
43042              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
43043              
43044              (The core dumps reported in there already fixed.)
43045      Branch: perl
43046            ! toke.c
43047 ____________________________________________________________________________
43048 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
43049         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
43050      Branch: perl
43051            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
43052            + lib/Switch/t/switch_case.t
43053            - lib/Switch/test.pl
43054            ! MANIFEST lib/Switch.pm
43055 ____________________________________________________________________________
43056 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
43057         Log: Subject: [PATCH @11505] DB_File-1.78
43058              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
43059              Date: Mon, 30 Jul 2001 22:54:37 +0100
43060              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
43061      Branch: perl
43062            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43063            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
43064 ____________________________________________________________________________
43065 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
43066         Log: Explain in more detail why -pipe and -fno-common are good.
43067      Branch: perl
43068            ! hints/darwin.sh
43069 ____________________________________________________________________________
43070 [ 11506] By: nick                                  on 2001/07/30  14:32:23
43071         Log: Integrate mainline
43072      Branch: perlio
43073           !> INSTALL Makefile.SH doio.c hints/darwin.sh
43074 ____________________________________________________________________________
43075 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
43076         Log: Perl hasn't been putting man pages into $prefix/lib for
43077              a long time now; pointed out by Andy Dougherty. 
43078      Branch: perl
43079            ! hints/darwin.sh
43080 ____________________________________________________________________________
43081 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
43082         Log: Document the extras Configure option.
43083      Branch: perl
43084            ! INSTALL
43085 ____________________________________________________________________________
43086 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
43087         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
43088              everywhere.
43089      Branch: perl
43090           !> doio.c
43091 ____________________________________________________________________________
43092 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
43093         Log: Doubly guard against invoking CPAN if no extras defined,
43094              pointed out by H. Merijn Brand.
43095      Branch: perl
43096            ! Makefile.SH
43097 ____________________________________________________________________________
43098 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
43099         Log: Fix O_RDONLY check to check for O_RDONLY.
43100      Branch: maint-5.6/macperl
43101            ! doio.c
43102 ____________________________________________________________________________
43103 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
43104         Log: Integrate miscellaneous changes from maint-5.6/perl.
43105      Branch: maint-5.6/macperl
43106           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
43107 ____________________________________________________________________________
43108 [ 11499] By: nick                                  on 2001/07/30  06:52:42
43109         Log: Integrate mainline
43110      Branch: perlio
43111           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
43112           +> win32/sync_ext.pl
43113            - win32/sncfnmcs.pl
43114           !> (integrate 71 files)
43115 ____________________________________________________________________________
43116 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
43117         Log: Update Changes.
43118      Branch: perl
43119            ! Changes patchlevel.h
43120 ____________________________________________________________________________
43121 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
43122         Log: Now Configure -Dextras=Foo::Bar and "make install" will
43123              fetch and install Foo::Bar.
43124      Branch: perl
43125            ! Makefile.SH
43126 ____________________________________________________________________________
43127 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
43128         Log: Metaconfig unit change for #11495.
43129      Branch: metaconfig/U/perl
43130            ! Extras.U
43131 ____________________________________________________________________________
43132 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
43133         Log: extras.make, extras.test, and extras.install make targets.
43134      Branch: perl
43135            ! Configure Makefile.SH
43136 ____________________________________________________________________________
43137 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
43138         Log: Metaconfig unit change for #11493.
43139      Branch: metaconfig/U/perl
43140            ! Extras.U
43141 ____________________________________________________________________________
43142 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
43143         Log: Better to have the list of extras in $extras than 'define'.
43144      Branch: perl
43145            ! Configure
43146 ____________________________________________________________________________
43147 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
43148         Log: The metaconfig unit change for #11490.
43149      Branch: metaconfig/U/perl
43150            + Extras.U
43151 ____________________________________________________________________________
43152 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
43153         Log: Missed from #11490 (the required dependency).
43154      Branch: perl
43155            ! Makefile.SH
43156 ____________________________________________________________________________
43157 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
43158         Log: Add the support of asking for extra modules or bundles of modules
43159              to be fetched from the CPAN and installed as a part of the Perl
43160              build process.  None of this installation is yet really done;
43161              only the list is asked, and saved away in extras.lst for
43162              the build and installation process to worry about later.
43163      Branch: perl
43164            ! Configure
43165 ____________________________________________________________________________
43166 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
43167         Log: Beginnings of better Inf and NaN support.
43168              At least toke.c and sv.c still need quite a bit of work.
43169      Branch: perl
43170            ! numeric.c perl.h
43171 ____________________________________________________________________________
43172 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
43173         Log: Top-level Makefile didn't honour OPTIMIZE.
43174      Branch: perl
43175            ! Makefile.SH
43176 ____________________________________________________________________________
43177 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
43178         Log: Update Changes.
43179      Branch: perl
43180            ! Changes patchlevel.h
43181 ____________________________________________________________________________
43182 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
43183         Log: Use Search::Dict 1.02 interface for charinfo().
43184      Branch: perl
43185            ! lib/UnicodeCD.pm
43186 ____________________________________________________________________________
43187 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
43188         Log: Now also allow transforming the read lines before comparing them.
43189              (This will help UnicodeCD.) 
43190      Branch: perl
43191            ! lib/Search/Dict.pm
43192 ____________________________________________________________________________
43193 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
43194         Log: Remove tiehandle code.
43195      Branch: perl
43196            ! lib/UnicodeCD.pm
43197 ____________________________________________________________________________
43198 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
43199         Log: Allow specifying a comparison function for Search::Dict::look().
43200      Branch: perl
43201            ! lib/Search/Dict.pm
43202 ____________________________________________________________________________
43203 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
43204         Log: Small UnicodeCD tweaks.
43205      Branch: perl
43206            ! lib/UnicodeCD.pm lib/UnicodeCD.t
43207 ____________________________________________________________________________
43208 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
43209         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
43210              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
43211              Date: Tue, 24 Jul 2001 01:51:32 +0900
43212              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
43213      Branch: perl
43214            ! lib/UnicodeCD.pm lib/UnicodeCD.t
43215 ____________________________________________________________________________
43216 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
43217         Log: Subject: [PATCH] installperl
43218              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
43219              Date: Fri, 27 Jul 2001 19:05:04 -0700
43220              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
43221      Branch: perl
43222            ! installperl
43223 ____________________________________________________________________________
43224 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
43225         Log: Subject: [PATCH] Set proper compatibility versions in core
43226              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
43227              Date: Fri, 27 Jul 2001 20:01:49 -0700
43228              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
43229      Branch: perl
43230            ! Makefile.SH
43231 ____________________________________________________________________________
43232 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
43233         Log: Metaconfig unit change for #11477.
43234      Branch: metaconfig/U/perl
43235            ! dlsrc.U
43236 ____________________________________________________________________________
43237 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
43238         Log: Subject: [PATCH] Darwin: -fpic not so good
43239              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
43240              Date: Fri, 27 Jul 2001 18:57:38 -0700
43241              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
43242      Branch: perl
43243            ! Configure
43244 ____________________________________________________________________________
43245 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
43246         Log: Subject: [PATCH] Clean up Darwin hints
43247              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
43248              Date: Fri, 27 Jul 2001 19:13:15 -0700
43249              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
43250      Branch: perl
43251            ! hints/darwin.sh
43252 ____________________________________________________________________________
43253 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
43254         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
43255              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
43256              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
43257              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
43258      Branch: perl
43259            ! pod/perlfunc.pod pp.c t/op/split.t
43260 ____________________________________________________________________________
43261 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
43262         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
43263              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
43264              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
43265              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
43266      Branch: perl
43267            ! pod/perlvar.pod
43268 ____________________________________________________________________________
43269 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
43270         Log: Subject: [PATCH] fixes to constant.pm documentation
43271              From: Ilmari Karonen <iltzu@sci.fi>
43272              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
43273              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
43274      Branch: perl
43275            ! lib/constant.pm
43276 ____________________________________________________________________________
43277 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
43278         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
43279              From: "Philip Newton" <Philip.Newton@gmx.net>
43280              Date: Fri, 27 Jul 2001 07:51:10 +0200
43281              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
43282      Branch: perl
43283            ! pod/perlport.pod
43284 ____________________________________________________________________________
43285 [ 11471] By: nick                                  on 2001/07/26  06:23:32
43286         Log: Subject:  [PATCH] Doc fix for perlguts / threading
43287              From:  Arthur Bergman <arthur@contiller.se>
43288              Date:  Wed, 25 Jul 2001 11:28:23 +0200
43289              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
43290      Branch: perl
43291            ! pod/perlguts.pod
43292 ____________________________________________________________________________
43293 [ 11470] By: nick                                  on 2001/07/26  06:21:06
43294         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
43295              From:  Philip Newton <Philip.Newton@gmx.net>
43296              Date:  Wed, 25 Jul 2001 08:19:47 +0200
43297              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
43298      Branch: perl
43299            ! INSTALL
43300 ____________________________________________________________________________
43301 [ 11469] By: nick                                  on 2001/07/26  06:20:25
43302         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
43303              From:  Philip Newton <Philip.Newton@gmx.net>
43304              Date:  Wed, 25 Jul 2001 08:12:48 +0200
43305              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
43306      Branch: perl
43307            ! INSTALL
43308 ____________________________________________________________________________
43309 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
43310         Log: More +x.
43311      Branch: perl
43312            ! Porting/makerel
43313 ____________________________________________________________________________
43314 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
43315         Log: Update Changes.
43316      Branch: perl
43317            ! Changes patchlevel.h
43318 ____________________________________________________________________________
43319 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
43320         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
43321              From: "Philip Newton" <Philip.Newton@gmx.net>
43322              Date: Tue, 24 Jul 2001 06:45:55 +0200
43323              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
43324      Branch: perl
43325            ! os2/perlrexx.c
43326 ____________________________________________________________________________
43327 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
43328         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
43329              From: Peter Prymmer <pvhp@forte.com>
43330              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
43331              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
43332      Branch: perl
43333            ! pod/perlport.pod t/io/fs.t vms/test.com
43334 ____________________________________________________________________________
43335 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
43336         Log: Workaround on Cwd bootstrap problem.
43337      Branch: perl
43338            ! lib/ExtUtils/MakeMaker.pm
43339 ____________________________________________________________________________
43340 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
43341         Log: When in Rome, quote like the Romans do.
43342      Branch: perl
43343            ! cflags.SH
43344 ____________________________________________________________________________
43345 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
43346         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
43347              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43348              Date: Mon, 23 Jul 2001 19:29:49 -0400
43349              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
43350      Branch: perl
43351            + os2/perlrexx.c
43352            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
43353            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
43354            ! t/op/write.t
43355 ____________________________________________________________________________
43356 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
43357         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
43358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43359              Date: Mon, 23 Jul 2001 18:43:42 -0400
43360              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
43361      Branch: perl
43362            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
43363 ____________________________________________________________________________
43364 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
43365         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
43366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43367              Date: Mon, 23 Jul 2001 18:33:16 -0400
43368              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
43369      Branch: perl
43370            ! lib/ExtUtils/MakeMaker.pm
43371 ____________________________________________________________________________
43372 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
43373         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
43374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43375              Date: Mon, 23 Jul 2001 18:20:35 -0400
43376              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
43377      Branch: perl
43378            ! Makefile.SH cflags.SH
43379 ____________________________________________________________________________
43380 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
43381         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
43382              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
43383              Date: Mon, 23 Jul 2001 11:32:17 -0500
43384              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
43385      Branch: perl
43386            ! lib/ExtUtils/MakeMaker.pm
43387 ____________________________________________________________________________
43388 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
43389         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
43390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43391              Date: Mon, 23 Jul 2001 18:13:20 -0400
43392              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
43393      Branch: perl
43394            ! lib/perl5db.pl
43395 ____________________________________________________________________________
43396 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
43397         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
43398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43399              Date: Mon, 23 Jul 2001 18:07:40 -0400
43400              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
43401      Branch: perl
43402            ! op.c
43403 ____________________________________________________________________________
43404 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
43405         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
43406              From: "Craig A. Berry" <craigberry@mac.com>
43407              Date: Mon, 23 Jul 2001 15:35:06 -0500
43408              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
43409      Branch: perl
43410            ! util.c
43411 ____________________________________________________________________________
43412 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
43413         Log: Subject: [PATCH perlfaq9.pod typo]
43414              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
43415              Date: Mon, 23 Jul 2001 07:49:05 -0700
43416              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
43417      Branch: perl
43418            ! pod/perlfaq9.pod
43419 ____________________________________________________________________________
43420 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
43421         Log: Subject: win32\sncfnmcs.pl corrections
43422              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
43423              Date: Mon, 23 Jul 2001 12:56:54 +0200
43424              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
43425              
43426              Rename the script a little bit more sensibly.
43427      Branch: perl
43428            + win32/sync_ext.pl
43429            - win32/sncfnmcs.pl
43430            ! MANIFEST README.win32
43431 ____________________________________________________________________________
43432 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
43433         Log: Test tweak.
43434      Branch: perl
43435            ! ext/B/Deparse.t
43436 ____________________________________________________________________________
43437 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
43438         Log: Metaconfig unit tweak for #11450.
43439      Branch: metaconfig/U/perl
43440            ! Mksymlinks.U
43441 ____________________________________________________________________________
43442 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
43443         Log: Too volatile failsafe check.
43444      Branch: perl
43445            ! Configure
43446 ____________________________________________________________________________
43447 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
43448         Log: Further doc tweaks.
43449      Branch: perl
43450            ! lib/UnicodeCD.pm
43451 ____________________________________________________________________________
43452 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
43453         Log: Doc tweaks.
43454      Branch: perl
43455            ! lib/UnicodeCD.pm
43456 ____________________________________________________________________________
43457 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
43458         Log: Doc tweakery from Abhijit.
43459      Branch: perl
43460            ! Porting/repository.pod
43461 ____________________________________________________________________________
43462 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
43463         Log: An accidental empty line.
43464      Branch: perl
43465            ! MANIFEST
43466 ____________________________________________________________________________
43467 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
43468         Log: Missing MANIFESTations.
43469      Branch: perl
43470            ! MANIFEST
43471 ____________________________________________________________________________
43472 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
43473         Log: Update Changes.
43474      Branch: perl
43475            ! Changes patchlevel.h
43476 ____________________________________________________________________________
43477 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
43478         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
43479              From: Mike Guy <mjtg@cam.ac.uk>
43480              Date: Fri, 20 Jul 2001 16:12:49 +0100
43481              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
43482      Branch: perl
43483            ! Porting/pumpkin.pod
43484 ____________________________________________________________________________
43485 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
43486         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
43487              From: Peter Prymmer <pvhp@forte.com>
43488              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
43489              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
43490      Branch: perl
43491            ! pod/perlhack.pod
43492 ____________________________________________________________________________
43493 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
43494         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
43495              From: Michael G Schwern <schwern@pobox.com>
43496              Date: Fri, 20 Jul 2001 20:22:35 -0400
43497              Message-ID: <20010720202235.O4498@blackrider>
43498      Branch: perl
43499            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
43500            ! lib/Test/t/todo.t
43501 ____________________________________________________________________________
43502 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
43503         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
43504              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43505              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
43506              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
43507      Branch: perl
43508            ! ext/POSIX/POSIX.pod
43509 ____________________________________________________________________________
43510 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
43511         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
43512              From: Mark-Jason Dominus <mjd@plover.com>
43513              Date: Fri, 20 Jul 2001 23:16:54 -0400
43514              Message-ID: <20010721031654.21877.qmail@plover.com>
43515      Branch: perl
43516            ! ext/POSIX/POSIX.pod
43517 ____________________________________________________________________________
43518 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
43519         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
43520              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43521              Date: Sun, 22 Jul 2001 14:56:09 +0200
43522              Message-ID: <20010722145609.A766@rafael>
43523      Branch: perl
43524            ! ext/B/O.pm
43525 ____________________________________________________________________________
43526 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
43527         Log: Subject: regexec.c #define cleanup
43528              From: Mark-Jason Dominus <mjd@plover.com>
43529              Date: Sat, 21 Jul 2001 18:33:25 -0400
43530              Message-ID: <20010721223325.3069.qmail@plover.com>
43531      Branch: perl
43532            ! regexec.c
43533 ____________________________________________________________________________
43534 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
43535         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
43536              From: Prymmer/Kahn <pvhp@best.com>
43537              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
43538              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
43539      Branch: perl
43540            ! t/io/fs.t
43541 ____________________________________________________________________________
43542 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
43543         Log: Typo in #11432.
43544      Branch: perl
43545            ! ext/POSIX/POSIX.t
43546 ____________________________________________________________________________
43547 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
43548         Log: Integrate (manually) change #11424 from macperl.
43549      Branch: perl
43550            ! ext/Filter/t/call.t
43551 ____________________________________________________________________________
43552 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
43553         Log: Integrate change #11408 from macperl.
43554      Branch: perl
43555           !> README.macos pod/perlport.pod
43556 ____________________________________________________________________________
43557 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
43558         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
43559      Branch: perl
43560           +> macos/MacPerlTests.cmd macos/xsubpp.patch
43561            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
43562            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
43563            ! ext/POSIX/POSIX.t
43564 ____________________________________________________________________________
43565 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
43566         Log: pod/*.t tests not picked up by t/TEST either
43567      Branch: maint-5.6/perl
43568            ! t/TEST
43569 ____________________________________________________________________________
43570 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
43571         Log: better tweak for change#11429 (windows has both / and \ separated
43572              paths in @INC at that point)
43573      Branch: maint-5.6/perl
43574            ! t/pod/testp2pt.pl
43575 ____________________________________________________________________________
43576 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
43577         Log: MacOS pod test tweak needs \Escape
43578      Branch: maint-5.6/perl
43579            ! t/pod/testp2pt.pl
43580 ____________________________________________________________________________
43581 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
43582         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
43583              resulting duplicate output, but t/harness isn't)
43584      Branch: maint-5.6/perl
43585            ! t/run/runenv.t
43586 ____________________________________________________________________________
43587 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
43588         Log: t/harness wasn't picking up all the tests
43589      Branch: maint-5.6/perl
43590            ! t/harness
43591 ____________________________________________________________________________
43592 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
43593         Log: update MANIFEST for new file
43594      Branch: maint-5.6/perl
43595            ! MANIFEST
43596 ____________________________________________________________________________
43597 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
43598         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
43599              the exception of the macperl/macos/... tree
43600      Branch: maint-5.6/perl
43601           +> t/lib/filefind-taint.t
43602           !> (integrate 72 files)
43603 ____________________________________________________________________________
43604 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
43605         Log: Fix test.
43606      Branch: maint-5.6/macperl
43607            ! macos/bundled_ext/Filter/t/call.t
43608 ____________________________________________________________________________
43609 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
43610         Log: Make perl fork()-safe (in a slightly limited way) even on
43611              platforms that don't have pthread_atfork() (extension of
43612              the fix in change#11151).
43613              
43614              Note that this will not help extensions that call fork()
43615              directly in C, or that link to libraries that call fork()
43616              directly.  Such cases must be fixed to either call
43617              PerlProc_fork(), or call atfork_lock() in parent before the
43618              calling the function that forks and call atfork_unlock()
43619              in both parent and child immediately after the fork().
43620              (There are no worries if C code calls exec() in the child
43621              immediately after a fork().  Only cases where the child
43622              calls perl's API functions (including New()) after the
43623              fork() are problematic.)
43624              
43625              This change also eliminates the use of vfork() from perl,
43626              since all such uses were violating the severe restrictions
43627              on modifying the state of the process between the vfork()
43628              and the exec().
43629              
43630              This is a modified version of patches suggested by Abhijit
43631              Menon-Sen and Richard Soderberg.
43632      Branch: perl
43633            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
43634            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
43635 ____________________________________________________________________________
43636 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
43637         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
43638              Switch, and Text::Balanced.
43639      Branch: maint-5.6/macperl
43640            + macos/bundled_ext/Filter/Util/Call/Call.pm
43641            + macos/bundled_ext/Filter/Util/Call/Call.xs
43642            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
43643            + macos/bundled_ext/Filter/t/MyFilter.pm
43644            + macos/bundled_ext/Filter/t/call.t
43645            + macos/bundled_ext/Filter/t/filter-util.pl
43646            + macos/bundled_lib/blib/lib/Class/ISA.pm
43647            + macos/bundled_lib/blib/lib/Digest.pm
43648            + macos/bundled_lib/blib/lib/Filter/Simple.pm
43649            + macos/bundled_lib/blib/lib/Switch.pm
43650            + macos/bundled_lib/blib/lib/Text/Balanced.pm
43651            + macos/bundled_lib/blib/lib/Text/Balanced.pod
43652            + macos/bundled_lib/t/Class/ISA/test.pl
43653            + macos/bundled_lib/t/Digest/Digest.t
43654            + macos/bundled_lib/t/Filter/Simple/test.pl
43655            + macos/bundled_lib/t/Switch/test.pl
43656            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
43657            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
43658            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
43659            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
43660            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
43661            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
43662            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
43663            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
43664 ____________________________________________________________________________
43665 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
43666         Log: Add Filter::Util::Call to config/make files; edit utils
43667              to recognize the module (it was descended too far down).
43668              Bump version to 5.6.1a4.
43669      Branch: maint-5.6/macperl
43670            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
43671            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
43672            ! macos/macperl/Makefile.mk macos/xsubpp.patch
43673 ____________________________________________________________________________
43674 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
43675         Log: Make DB_File the default for MLDBM on MacOS.
43676      Branch: maint-5.6/macperl
43677            ! macos/bundled_lib/blib/lib/MLDBM.pm
43678 ____________________________________________________________________________
43679 [ 11419] By: nick                                  on 2001/07/20  14:51:03
43680         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
43681              From:  Simon Cozens <simon@netthink.co.uk>
43682              Date:  Fri, 20 Jul 2001 11:42:35 -0400
43683              Message-Id:  <20010720114235.A5235@netthink.co.uk>
43684      Branch: perl
43685            ! lib/UnicodeCD.pm
43686 ____________________________________________________________________________
43687 [ 11418] By: nick                                  on 2001/07/20  14:48:12
43688         Log: Subject:  [PATCH regcomp.h] adds a comment
43689              From:  Abhijit Menon-Sen <ams@wiw.org>
43690              Date:  Fri, 20 Jul 2001 21:05:37 +0530
43691              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
43692      Branch: perl
43693            ! regcomp.h
43694 ____________________________________________________________________________
43695 [ 11417] By: nick                                  on 2001/07/20  14:16:38
43696         Log: Subject:  [PATCH 5.7.2] INSTALL updates
43697              From:  Andy Dougherty <doughera@lafayette.edu>
43698              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
43699              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
43700      Branch: perl
43701            ! INSTALL
43702 ____________________________________________________________________________
43703 [ 11416] By: nick                                  on 2001/07/20  06:44:44
43704         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
43705              From:  Russ Allbery <rra@stanford.edu>
43706              Date:  19 Jul 2001 15:52:37 -0700
43707              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
43708      Branch: perl
43709            ! lib/Pod/Man.pm
43710 ____________________________________________________________________________
43711 [ 11415] By: nick                                  on 2001/07/20  06:35:11
43712         Log: Subject:  [PATCH] defer op_seq allocation
43713              From:  Abhijit Menon-Sen <ams@wiw.org>
43714              Date:  Thu, 19 Jul 2001 22:12:24 +0530
43715              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
43716      Branch: perl
43717            ! op.c
43718 ____________________________________________________________________________
43719 [ 11414] By: nick                                  on 2001/07/20  06:23:36
43720         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
43721              From:  Abhijit Menon-Sen <ams@wiw.org>
43722              Date:  Fri, 20 Jul 2001 01:18:50 +0530
43723              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
43724              (Private e-mail)
43725      Branch: perl
43726            ! ext/Time/HiRes/HiRes.xs
43727 ____________________________________________________________________________
43728 [ 11413] By: nick                                  on 2001/07/20  06:18:53
43729         Log: Integrate mainline
43730      Branch: perlio
43731           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
43732            - t/base/commonsense.t
43733           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
43734           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
43735           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
43736           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
43737           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
43738           !> win32/win32.c
43739 ____________________________________________________________________________
43740 [ 11412] By: nick                                  on 2001/07/19  06:44:27
43741         Log: Integrate win32/perlhost.h from maintenance branch.
43742              (Rest of $ENV{PATH} / system() fix.)
43743      Branch: perl
43744           !> win32/perlhost.h
43745 ____________________________________________________________________________
43746 [ 11411] By: nick                                  on 2001/07/19  06:41:34
43747         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
43748              From:  Philip Newton <Philip.Newton@gmx.net>
43749              Date:  Wed, 18 Jul 2001 21:43:57 +0200
43750              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
43751      Branch: perl
43752            ! pod/perlhack.pod
43753 ____________________________________________________________________________
43754 [ 11410] By: nick                                  on 2001/07/19  06:39:35
43755         Log: Subject:  Security hole in taint checking in open()
43756              From:  deekoo@tentacle.net
43757              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
43758              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
43759      Branch: perl
43760            ! doio.c
43761 ____________________________________________________________________________
43762 [ 11409] By: nick                                  on 2001/07/19  06:28:08
43763         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
43764              From:  Abhijit Menon-Sen <ams@wiw.org>
43765              Date:  Thu, 19 Jul 2001 04:30:43 +0530
43766              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
43767      Branch: perl
43768            ! ext/Time/HiRes/HiRes.xs
43769 ____________________________________________________________________________
43770 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
43771         Log: Update docs with latest implementation information and new URLs.
43772      Branch: maint-5.6/macperl
43773            ! README.macos pod/perlport.pod
43774 ____________________________________________________________________________
43775 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
43776         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
43777              Fix BuildRules to accept optimization variables.
43778      Branch: maint-5.6/macperl
43779            + macos/bundled_ext/Digest/MD5/Makefile.mk
43780            ! macos/BuildRules.mk macos/Makefile.mk
43781            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
43782            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
43783 ____________________________________________________________________________
43784 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
43785         Log: Integrate changes 11399,11401
43786      Branch: maint-5.6/macperl
43787           !> win32/perlhost.h win32/win32.c
43788 ____________________________________________________________________________
43789 [ 11405] By: nick                                  on 2001/07/18  06:50:33
43790         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
43791              from perl5.6*
43792      Branch: perl
43793           !> win32/perlhost.h win32/win32.c
43794 ____________________________________________________________________________
43795 [ 11404] By: nick                                  on 2001/07/18  06:43:59
43796         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
43797              From:  hv@crypt0.demon.co.uk
43798              Date:  Wed, 18 Jul 2001 05:58:46 +0100
43799              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
43800      Branch: perl
43801            ! ext/POSIX/POSIX.t
43802 ____________________________________________________________________________
43803 [ 11403] By: nick                                  on 2001/07/18  06:38:57
43804         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
43805              From:  hv@crypt0.demon.co.uk
43806              Date:  Wed, 18 Jul 2001 05:21:54 +0100
43807              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
43808      Branch: perl
43809            ! numeric.c t/op/arith.t
43810 ____________________________________________________________________________
43811 [ 11402] By: nick                                  on 2001/07/18  06:19:17
43812         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
43813              From:  mjd@plover.com
43814              Date:  17 Jul 2001 17:59:20 -0000
43815              Message-Id:  <20010717175920.8177.qmail@plover.com>
43816      Branch: perl
43817            ! pod/perlre.pod
43818 ____________________________________________________________________________
43819 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
43820         Log: thinko in change#11400 (duh)
43821      Branch: maint-5.6/perl
43822            ! win32/perlhost.h
43823 ____________________________________________________________________________
43824 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
43825         Log: change#11399 revealed another unrelated bug; this is just a temporary
43826              bandaid
43827      Branch: maint-5.6/perl
43828            ! win32/perlhost.h
43829 ____________________________________________________________________________
43830 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
43831         Log: fix bugs in handling of the virtualized environment under windows;
43832              there were bugs in propagating any changes to %ENV down to the real
43833              environment when such changes happened in the toplevel process
43834              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
43835              problem identification, and for a part of the fix)
43836      Branch: maint-5.6/perl
43837            ! win32/perlhost.h win32/win32.c
43838 ____________________________________________________________________________
43839 [ 11398] By: nick                                  on 2001/07/17  08:26:35
43840         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
43841              From: Peter Prymmer <pvhp@forte.com>
43842              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
43843              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
43844              
43845              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
43846              should not depend on existance of Config.pm
43847      Branch: perl
43848           +> t/lib/commonsense.t
43849            - t/base/commonsense.t
43850            ! MANIFEST t/README
43851 ____________________________________________________________________________
43852 [ 11397] By: nick                                  on 2001/07/17  08:09:58
43853         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
43854              From:  Michael G Schwern <schwern@pobox.com>
43855              Date:  Mon, 16 Jul 2001 18:20:31 -0400
43856              Message-Id:  <20010716182031.A1128@blackrider>
43857      Branch: perl
43858            ! pod/perlhack.pod
43859 ____________________________________________________________________________
43860 [ 11396] By: nick                                  on 2001/07/17  08:04:11
43861         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
43862              From:  Gwyn Judd <b.judd@xtra.co.nz>
43863              Date:  Tue, 17 Jul 2001 20:55:58 +1200
43864              Message-Id:  <20010717205558.A3107@thislove>
43865      Branch: perl
43866            ! pod/perlfunc.pod
43867 ____________________________________________________________________________
43868 [ 11395] By: nick                                  on 2001/07/17  08:02:22
43869         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
43870              From:  Peter Prymmer <pvhp@forte.com>
43871              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
43872              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
43873      Branch: perl
43874            ! t/op/sprintf.t
43875 ____________________________________________________________________________
43876 [ 11394] By: nick                                  on 2001/07/17  07:57:06
43877         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
43878              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
43879              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
43880              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
43881      Branch: perl
43882            ! gv.c
43883 ____________________________________________________________________________
43884 [ 11392] By: nick                                  on 2001/07/17  07:50:12
43885         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
43886              From:  Coral <coral@moonlight.crystalflame.net>
43887              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
43888              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
43889      Branch: perl
43890            ! pp_sys.c thread.h
43891 ____________________________________________________________________________
43892 [ 11391] By: nick                                  on 2001/07/17  07:34:28
43893         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
43894              From:  Jonathan Stowe <gellyfish@gellyfish.com>
43895              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
43896              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
43897      Branch: perl
43898            ! utils/h2xs.PL
43899 ____________________________________________________________________________
43900 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
43901         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
43902              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
43903              and Mac::Apps::Launch, which don't work, and Time::HiRes and
43904              Time::Piece, which don't yet work.
43905      Branch: maint-5.6/macperl
43906            + (add 154 files)
43907 ____________________________________________________________________________
43908 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
43909         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
43910              Also add hack to get around missing setenv for PERL5DB.
43911      Branch: maint-5.6/macperl
43912            ! macos/macish.c macos/macish.h
43913 ____________________________________________________________________________
43914 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
43915         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
43916      Branch: maint-5.6/macperl
43917            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
43918            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
43919 ____________________________________________________________________________
43920 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
43921         Log: Fix up some configuration and make options, add extra
43922              extensions.
43923      Branch: maint-5.6/macperl
43924            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
43925            ! macos/macperl/Makefile.mk
43926 ____________________________________________________________________________
43927 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
43928         Log: From Change 11374 in maintperl.
43929      Branch: maint-5.6/macperl
43930           !> utils/h2ph.PL
43931 ____________________________________________________________________________
43932 [ 11385] By: nick                                  on 2001/07/16  14:12:58
43933         Log: Back out change to h2xs till it passes its test.
43934      Branch: perl
43935            ! utils/h2xs.PL
43936 ____________________________________________________________________________
43937 [ 11384] By: nick                                  on 2001/07/16  14:00:10
43938         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
43939              From:  Jonathan Stowe <gellyfish@gellyfish.com>
43940              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
43941              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
43942      Branch: perl
43943            ! utils/h2xs.PL
43944 ____________________________________________________________________________
43945 [ 11383] By: nick                                  on 2001/07/16  13:53:12
43946         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
43947              From:  Robin Houston <robin@kitsite.com>
43948              Date:  Sun, 15 Jul 2001 18:22:31 +0100
43949              Message-Id:  <20010715182230.A11174@robin>
43950      Branch: perl
43951            ! hints/darwin.sh
43952 ____________________________________________________________________________
43953 [ 11382] By: nick                                  on 2001/07/16  13:52:49
43954         Log: Subject:  [PATCH perl@11372] re_dup
43955              From:  Radu Greab <radu@netsoft.ro>
43956              Date:  Sun, 15 Jul 2001 04:50:06 +0300
43957              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
43958      Branch: perl
43959            ! sv.c
43960 ____________________________________________________________________________
43961 [ 11379] By: nick                                  on 2001/07/16  13:35:39
43962         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
43963              From:  Robin Houston <robin@kitsite.com>
43964              Date:  Sat, 14 Jul 2001 14:28:50 +0100
43965              Message-Id:  <20010714142850.A10205@robin>
43966      Branch: perl
43967            ! ext/B/B/Deparse.pm
43968 ____________________________________________________________________________
43969 [ 11378] By: nick                                  on 2001/07/16  13:30:36
43970         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
43971              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
43972              Date:  Sat, 14 Jul 2001 22:17:42 +0900
43973              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
43974      Branch: perl
43975            + ext/Encode/Encode/euc-jp-0212.enc
43976            ! ext/Encode/Encode/Tcl.pm
43977 ____________________________________________________________________________
43978 [ 11377] By: nick                                  on 2001/07/16  13:17:28
43979         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
43980              From:  Andy Dougherty <doughera@lafayette.edu>
43981              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
43982              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
43983      Branch: perl
43984            ! hints/darwin.sh hints/rhapsody.sh
43985 ____________________________________________________________________________
43986 [ 11376] By: nick                                  on 2001/07/16  09:05:00
43987         Log: Integrate mainline
43988      Branch: perlio
43989           +> ext/Encode/Encode/7bit-greek.enc
43990           +> ext/Encode/Encode/7bit-latin1.enc
43991           +> ext/Encode/Encode/cns11643-1.enc
43992           +> ext/Encode/Encode/cns11643-2.enc
43993           +> ext/Encode/Encode/iso2022-cn.enc
43994           +> ext/Encode/Encode/iso2022-jp1.enc
43995           +> ext/Encode/Encode/iso2022-jp2.enc
43996           !> Changes Configure MANIFEST Makefile.SH
43997           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
43998           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
43999           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
44000           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
44001           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
44002 ____________________________________________________________________________
44003 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
44004         Log: integrate change#11374 from maint-5.6
44005              
44006              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
44007      Branch: perl
44008           !> utils/h2ph.PL
44009 ____________________________________________________________________________
44010 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
44011         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
44012      Branch: maint-5.6/perl
44013            ! utils/h2ph.PL
44014 ____________________________________________________________________________
44015 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
44016         Log: Update Changes.
44017      Branch: perl
44018            ! Changes patchlevel.h
44019 ____________________________________________________________________________
44020 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
44021         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
44022              From: Jonathan Stowe <gellyfish@gellyfish.com>
44023              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
44024              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
44025      Branch: perl
44026            ! utils/h2xs.PL
44027 ____________________________________________________________________________
44028 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
44029         Log: Subject: patch to add DEL to [:cntrl:]
44030              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44031              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
44032              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
44033      Branch: perl
44034            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
44035 ____________________________________________________________________________
44036 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
44037         Log: Metaconfig unit change for #11369; plus a dependency nit.
44038      Branch: metaconfig
44039            ! U/compline/nblock_io.U
44040      Branch: metaconfig/U/perl
44041            ! Extensions.U
44042 ____________________________________________________________________________
44043 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
44044         Log: #include <stdlib.h> so that exit() is prototyped,
44045              noticed by Hugo.
44046      Branch: perl
44047            ! Configure
44048 ____________________________________________________________________________
44049 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
44050         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
44051              From: Peter Prymmer <pvhp@forte.com>
44052              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
44053              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
44054      Branch: perl
44055            ! t/op/sprintf.t
44056 ____________________________________________________________________________
44057 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
44058         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
44059              From: Peter Prymmer <pvhp@forte.com>
44060              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
44061              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
44062      Branch: perl
44063            ! ext/Encode/Encode/Tcl.t
44064 ____________________________________________________________________________
44065 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
44066         Log: Add information about gcc 3.0 basic block profiling.
44067      Branch: perl
44068            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
44069 ____________________________________________________________________________
44070 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
44071         Log: Subject: Error in lib/PerlIO/Via.pm ?
44072              From: Mark-Jason Dominus <mjd@plover.com>
44073              Date: Fri, 13 Jul 2001 15:55:41 -0400
44074              Message-ID: <20010713195541.26751.qmail@plover.com>
44075      Branch: perl
44076            ! ext/PerlIO/Via/Via.pm
44077 ____________________________________________________________________________
44078 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
44079         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
44080              section from the Compiler section.
44081      Branch: perl
44082            ! myconfig.SH
44083 ____________________________________________________________________________
44084 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
44085         Log: Handle glibc style of constant definitions using enum
44086              with intervening #defines; from Brendan O'Dea.
44087      Branch: perl
44088            ! utils/h2ph.PL
44089 ____________________________________________________________________________
44090 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
44091         Log: Add LC_MESSAGES to the locale_h export tag (it already is
44092              in the Makefile.PL and thusly eligible for an XS constant)
44093              (see also maintperl #10543)
44094      Branch: perl
44095            ! ext/POSIX/POSIX.pm
44096 ____________________________________________________________________________
44097 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
44098         Log: Subject: Re: [patch] re_dup
44099              From: Abhijit Menon-Sen <ams@wiw.org>
44100              Date: Fri, 13 Jul 2001 21:41:09 +0530
44101              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
44102      Branch: perl
44103            ! sv.c
44104 ____________________________________________________________________________
44105 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
44106         Log: Subject: [patch] re_dup
44107              From: Doug MacEachern <dougm@covalent.net>
44108              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
44109              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
44110      Branch: perl
44111            ! sv.c
44112 ____________________________________________________________________________
44113 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
44114         Log: Update Changes.
44115      Branch: perl
44116            ! Changes patchlevel.h
44117 ____________________________________________________________________________
44118 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
44119         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
44120              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
44121              Date: Sat, 14 Jul 2001 00:06:30 +0900
44122              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
44123      Branch: perl
44124            + ext/Encode/Encode/7bit-greek.enc
44125            + ext/Encode/Encode/7bit-latin1.enc
44126            + ext/Encode/Encode/cns11643-1.enc
44127            + ext/Encode/Encode/cns11643-2.enc
44128            + ext/Encode/Encode/iso2022-cn.enc
44129            + ext/Encode/Encode/iso2022-jp1.enc
44130            + ext/Encode/Encode/iso2022-jp2.enc
44131            ! MANIFEST ext/Encode/Encode/Tcl.pm
44132            ! ext/Encode/Encode/iso2022-kr.enc
44133 ____________________________________________________________________________
44134 [ 11357] By: nick                                  on 2001/07/13  14:24:06
44135         Log: Blind integrate mainline (as of 5.7.2?)
44136      Branch: perlio
44137           !> AUTHORS Changes Porting/config.sh Porting/config_H
44138           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
44139           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
44140           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44141           !> win32/makefile.mk
44142 ____________________________________________________________________________
44143 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
44144         Log: Snip away the devel patchlevel.
44145      Branch: perl
44146            ! patchlevel.h
44147 ____________________________________________________________________________
44148 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
44149         Log: Bump the version to 5.7.2.
44150      Branch: perl
44151            ! Porting/config.sh Porting/config_H patchlevel.h
44152            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
44153            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44154            ! win32/makefile.mk
44155 ____________________________________________________________________________
44156 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
44157         Log: Update Changes.
44158      Branch: perl
44159            ! Changes
44160 ____________________________________________________________________________
44161 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
44162         Log: Reword.
44163      Branch: perl
44164            ! AUTHORS
44165 ____________________________________________________________________________
44166 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
44167         Log: AUTHORS update.
44168      Branch: perl
44169            ! AUTHORS
44170 ____________________________________________________________________________
44171 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
44172         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
44173              unless ithreads.
44174      Branch: perl
44175            ! makedef.pl
44176 ____________________________________________________________________________
44177 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
44178         Log: Integrate perlio:
44179              
44180              [ 11346]
44181              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
44182              to avoid /unicode vs /Unicode issues.
44183      Branch: perl
44184           !> win32/distclean.bat
44185 ____________________________________________________________________________
44186 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
44187         Log: Test the encoding transform only iff we have PerlIO,
44188              noticed by H. Merijn Brand.
44189      Branch: perl
44190            ! ext/PerlIO/t/encoding.t
44191 ____________________________________________________________________________
44192 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
44193         Log: README.netware tweaks from Ananth Kesari.
44194      Branch: perl
44195            ! README.netware
44196 ____________________________________________________________________________
44197 [ 11346] By: nick                                  on 2001/07/13  09:18:51
44198         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
44199              to avoid /unicode vs /Unicode issues.
44200      Branch: perlio
44201            ! win32/distclean.bat
44202 ____________________________________________________________________________
44203 [ 11345] By: nick                                  on 2001/07/13  06:24:18
44204         Log: Integrate mainline
44205      Branch: perlio
44206           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
44207            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
44208           !> (integrate 63 files)
44209 ____________________________________________________________________________
44210 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
44211         Log: Add d_bincompat5005 information to perl -V.
44212      Branch: perl
44213            ! myconfig.SH
44214 ____________________________________________________________________________
44215 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
44216         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
44217              From: Abhijit Menon-Sen <ams@wiw.org>
44218              Date: Fri, 13 Jul 2001 07:12:36 +0530
44219              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
44220      Branch: perl
44221            ! sv.c
44222 ____________________________________________________________________________
44223 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
44224         Log: Remove unicode::distinct, as per Inaba Hiroto.
44225      Branch: perl
44226            - lib/unicode/distinct.pm
44227            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
44228            ! t/lib/1_compile.t
44229 ____________________________________________________________________________
44230 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
44231         Log: Paging for Dr Octothorpe.
44232      Branch: perl
44233            ! pod/perlfaq4.pod
44234 ____________________________________________________________________________
44235 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
44236         Log: cut-n-paste error noticed by mjd.
44237      Branch: perl
44238            ! pod/perlfaq4.pod
44239 ____________________________________________________________________________
44240 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
44241         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
44242              From: Peter Prymmer <pvhp@forte.com>
44243              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
44244              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
44245      Branch: perl
44246            ! pod/perlfaq4.pod
44247 ____________________________________________________________________________
44248 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
44249         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
44250              From: Randall Gellens <randy@qualcomm.com>
44251              Date: Thu, 12 Jul 2001 16:56:23 -0700
44252              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
44253      Branch: perl
44254            ! Porting/repository.pod
44255 ____________________________________________________________________________
44256 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
44257         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
44258      Branch: perl
44259            ! thread.h
44260 ____________________________________________________________________________
44261 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
44262         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
44263              From: coral <coral@moonlight.crystalflame.net>
44264              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
44265              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
44266      Branch: perl
44267            ! thread.h
44268 ____________________________________________________________________________
44269 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
44270         Log: Metaconfig unit change for #11134.
44271      Branch: metaconfig
44272            + U/threads/d_pthread_atfork.U
44273 ____________________________________________________________________________
44274 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
44275         Log: Add HAS_PTHREAD_ATFORK.
44276      Branch: perl
44277            ! Configure NetWare/config.wc NetWare/config_H.wc
44278            ! Porting/Glossary Porting/config.sh Porting/config_H
44279            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
44280            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
44281            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44282            ! win32/config.gc win32/config.vc win32/config_H.bc
44283            ! win32/config_H.gc win32/config_H.vc
44284 ____________________________________________________________________________
44285 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
44286         Log: Subject: [PATCH] File::Copy fails on tied handles
44287              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
44288              Date: Thu, 12 Jul 2001 15:18:51 -0700
44289              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
44290      Branch: perl
44291            ! lib/File/Copy.pm
44292 ____________________________________________________________________________
44293 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
44294         Log: Subject: [PATCH] Langinfo.t
44295              From: Nicholas Clark <nick@ccl4.org>
44296              Date: Thu, 12 Jul 2001 23:55:38 +0100
44297              Message-ID: <20010712235538.M5827@plum.flirble.org>
44298      Branch: perl
44299            ! ext/I18N/Langinfo/Langinfo.t
44300 ____________________________________________________________________________
44301 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
44302         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
44303              From: Peter Prymmer <pvhp@forte.com>
44304              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
44305              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
44306      Branch: perl
44307            ! pod/perl572delta.pod
44308 ____________________________________________________________________________
44309 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
44310         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
44311              From: Abhijit Menon-Sen <ams@wiw.org>
44312              Date: Fri, 13 Jul 2001 05:21:16 +0530
44313              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
44314      Branch: perl
44315            ! sv.c
44316 ____________________________________________________________________________
44317 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
44318         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
44319              From: Abhijit Menon-Sen <ams@wiw.org>
44320              Date: Fri, 13 Jul 2001 03:04:25 +0530
44321              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
44322      Branch: perl
44323            ! av.c
44324 ____________________________________________________________________________
44325 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
44326         Log: s/^M$//g
44327      Branch: perl
44328            ! win32/Makefile win32/makefile.mk
44329 ____________________________________________________________________________
44330 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
44331         Log: Update Changes.
44332      Branch: perl
44333            ! Changes patchlevel.h
44334 ____________________________________________________________________________
44335 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
44336         Log: Typo spotted by Philip Newton.
44337      Branch: perl
44338            ! pod/perl572delta.pod
44339 ____________________________________________________________________________
44340 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
44341         Log: Subject: [PATCH] fixes perl_clone of perl_clone
44342              From: Artur Bergman <artur@contiller.se>
44343              Date: Thu, 12 Jul 2001 20:57:09 +0200
44344              Message-ID: <B773BFA4.236B%artur@contiller.se>
44345      Branch: perl
44346            ! sv.c
44347 ____________________________________________________________________________
44348 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
44349         Log: Add README.uts from Hal Morris.
44350      Branch: perl
44351            + README.uts
44352            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
44353            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
44354 ____________________________________________________________________________
44355 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
44356         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
44357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44358              Date: Thu, 12 Jul 2001 20:32:37 +0200
44359              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
44360      Branch: perl
44361            ! hints/aix.sh
44362 ____________________________________________________________________________
44363 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
44364         Log: Subject: Patch: document reg_data.what member
44365              From: Mark-Jason Dominus <mjd@plover.com>
44366              Message-ID: <20010712182532.14821.qmail@plover.com>
44367              Date: Thu, 12 Jul 2001 14:25:32 -0400
44368      Branch: perl
44369            ! regcomp.c regcomp.h
44370 ____________________________________________________________________________
44371 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
44372         Log: Subject: [PATCH] Perl_re_dup()
44373              From: Abhijit Menon-Sen <ams@wiw.org>
44374              Date: Thu, 12 Jul 2001 23:54:32 +0530
44375              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
44376      Branch: perl
44377            ! embed.h embed.pl perlapi.c proto.h sv.c
44378 ____________________________________________________________________________
44379 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
44380         Log: Regen Configure, modlib, toc.
44381      Branch: perl
44382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44383            ! pod/perlmodlib.pod pod/perltoc.pod
44384 ____________________________________________________________________________
44385 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
44386         Log: The problem seems to be in PerlIO::Layer::->find() not
44387              accepting the ":encoding(blurflur)" arguments.
44388      Branch: perl
44389            ! lib/PerlIO.pm lib/open.pm
44390 ____________________________________________________________________________
44391 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
44392         Log: AIX doc update.
44393      Branch: perl
44394            ! README.aix pod/perl572delta.pod
44395 ____________________________________________________________________________
44396 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
44397         Log: Subject: AIX README update
44398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44399              Date: Thu, 12 Jul 2001 19:28:30 +0200
44400              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
44401      Branch: perl
44402            ! README.aix
44403 ____________________________________________________________________________
44404 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
44405         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
44406              From: Norton Allen <allen@huarp.harvard.edu>
44407              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
44408              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
44409      Branch: perl
44410            ! ext/IO/lib/IO/t/io_unix.t
44411 ____________________________________________________________________________
44412 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
44413         Log: Subject: [PATCH README.qnx hints/qnx.sh]
44414              From: Norton Allen <allen@huarp.harvard.edu>
44415              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
44416              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
44417      Branch: perl
44418            ! README.qnx hints/qnx.sh
44419 ____________________________________________________________________________
44420 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
44421         Log: Subject: [patch] faster PM_GETRE
44422              From: Doug MacEachern <dougm@covalent.net>
44423              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
44424              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
44425      Branch: perl
44426            ! op.h
44427 ____________________________________________________________________________
44428 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
44429         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
44430              From: Doug MacEachern <dougm@covalent.net>
44431              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
44432              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
44433      Branch: perl
44434            ! op.c
44435 ____________________________________________________________________________
44436 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
44437         Log: Tell where the nice Estonian database is.
44438      Branch: perl
44439            ! lib/open.pm
44440 ____________________________________________________________________________
44441 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
44442         Log: Retract #11309 since #11310 is a better fix.
44443      Branch: perl
44444            ! t/lib/1_compile.t
44445 ____________________________________________________________________________
44446 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
44447         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
44448              change#11300 needs to return the status of failed win32_spawnvp())
44449              
44450              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
44451              splitting correctly; remove unused variables; 'require' at run time
44452              rather than 'use' at compile time for I18N::Langinfo, since it
44453              isn't everyware
44454      Branch: perl
44455            ! lib/open.pm win32/win32.c
44456 ____________________________________________________________________________
44457 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
44458         Log: Temporary workaround.
44459      Branch: perl
44460            ! t/lib/1_compile.t
44461 ____________________________________________________________________________
44462 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
44463         Log: UCD typo in #11306 and add also more known-to-be-tested
44464              modules to the skip list.
44465      Branch: perl
44466            ! t/lib/1_compile.t
44467 ____________________________________________________________________________
44468 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
44469         Log: Rename Unicode::UCD to UnicodeCD to avoid
44470              messups with case-insensitive filesystems.
44471      Branch: perl
44472            + lib/UnicodeCD.pm lib/UnicodeCD.t
44473            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
44474            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
44475 ____________________________________________________________________________
44476 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
44477         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
44478              From: daniel@biz.bitpusher.com
44479              Date: Wed, 11 Jul 2001 23:25:47 -0700
44480              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
44481      Branch: perl
44482            ! lib/Tie/Array.pm t/op/splice.t
44483 ____________________________________________________________________________
44484 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
44485         Log: Subject: [PATCH] More accurate line numbers in messages
44486              From: Paul Johnson <paul@pjcj.net>
44487              Date: Thu, 12 Jul 2001 04:14:11 +0200
44488              Message-ID: <20010712041411.A3467@pjcj.net>
44489              
44490              (With prototyping and multiplicity tweaks.)
44491      Branch: perl
44492            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
44493 ____________________________________________________________________________
44494 [ 11304] By: nick                                  on 2001/07/12  12:53:40
44495         Log: Integrate mainline
44496      Branch: perlio
44497           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
44498           !> regexec.c thread.h
44499 ____________________________________________________________________________
44500 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
44501         Log: Cut-and-pasto in #11298.
44502      Branch: perl
44503            ! ext/ByteLoader/bytecode.h
44504 ____________________________________________________________________________
44505 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
44506         Log: Update the AIX known problems section.
44507      Branch: perl
44508            ! pod/perl572delta.pod
44509 ____________________________________________________________________________
44510 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
44511         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
44512              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44513              Date: Thu, 12 Jul 2001 12:16:16 +0200
44514              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
44515      Branch: perl
44516            ! hints/aix.sh
44517 ____________________________________________________________________________
44518 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
44519         Log: Integrate perlio:
44520              
44521              [ 11296]
44522              Exclude reentrant_buffer from .def file
44523              
44524              [ 11295]
44525              Honour void-ness of my_exit()
44526      Branch: perl
44527           !> makedef.pl win32/win32.c
44528 ____________________________________________________________________________
44529 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
44530         Log: Subject: [PATCH] fix for PMOP threadness failures
44531              From: Artur Bergman <artur@contiller.se>
44532              Date: Thu, 12 Jul 2001 09:48:06 +0200
44533              Message-ID: <B77322D6.22DD%artur@contiller.se>
44534      Branch: perl
44535            ! regexec.c
44536 ____________________________________________________________________________
44537 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
44538         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
44539              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
44540              Date: Thu, 12 Jul 2001 09:09:48 +0200
44541              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
44542              
44543              More parentheses to keep bcc happy.
44544      Branch: perl
44545            ! ext/ByteLoader/bytecode.h
44546 ____________________________________________________________________________
44547 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
44548         Log: Subject: Re: [patch] pthread_atfork bandaid
44549              From: Doug MacEachern <dougm@covalent.net>
44550              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
44551              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
44552      Branch: perl
44553            ! thread.h
44554 ____________________________________________________________________________
44555 [ 11296] By: nick                                  on 2001/07/12  11:55:48
44556         Log: Exclude reentrant_buffer from .def file
44557      Branch: perlio
44558            ! makedef.pl
44559 ____________________________________________________________________________
44560 [ 11295] By: nick                                  on 2001/07/12  11:11:44
44561         Log: Honour void-ness of my_exit()
44562      Branch: perlio
44563            ! win32/win32.c
44564 ____________________________________________________________________________
44565 [ 11294] By: nick                                  on 2001/07/12  07:51:04
44566         Log: Integrate mainline
44567      Branch: perlio
44568           +> uts/sprintf_wrap.c
44569           !> (integrate 35 files)
44570 ____________________________________________________________________________
44571 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
44572         Log: Retract #11289.
44573      Branch: perl
44574            ! embed.h embed.pl perl.c proto.h thread.h
44575 ____________________________________________________________________________
44576 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
44577         Log: Now the :locale pseudolayer *almost* works...
44578      Branch: perl
44579            ! lib/open.pm
44580 ____________________________________________________________________________
44581 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
44582         Log: Locale encoding tweaks.
44583      Branch: perl
44584            ! lib/open.pm
44585 ____________________________________________________________________________
44586 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
44587         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
44588              From: Mark-Jason Dominus <mjd@plover.com>
44589              Date: Thu, 12 Jul 2001 00:59:31 -0400
44590              Message-ID: <20010712045931.8543.qmail@plover.com>
44591              
44592              Remove the chmod/umask leading zero warning.
44593      Branch: perl
44594            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
44595            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
44596 ____________________________________________________________________________
44597 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
44598         Log: (Retracted by #11289.)
44599      Branch: perl
44600            ! embed.h embed.pl perl.c proto.h thread.h
44601 ____________________________________________________________________________
44602 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
44603         Log: Needed by #11283.
44604      Branch: perl
44605            ! intrpvar.h
44606 ____________________________________________________________________________
44607 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
44608         Log: Metaconfig unit change for #11286.
44609      Branch: metaconfig/U/perl
44610            ! patchlevel.U
44611 ____________________________________________________________________________
44612 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
44613         Log: Subject: Re: [PATCH Configure] perl -V broken
44614              From: Andy Dougherty <doughera@lafayette.edu>
44615              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
44616              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
44617      Branch: perl
44618            ! Configure myconfig.SH
44619 ____________________________________________________________________________
44620 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
44621         Log: Retract #11166 (and #11237).
44622      Branch: perl
44623            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
44624            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
44625            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
44626 ____________________________________________________________________________
44627 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
44628         Log: UTS tweaks for Hal Morris.
44629      Branch: perl
44630            + uts/sprintf_wrap.c
44631            ! MANIFEST hints/uts.sh perl.h
44632 ____________________________________________________________________________
44633 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
44634         Log: Subject: [PATCH] Use reentrant API glibc
44635              From: Artur Bergman <artur@contiller.se>
44636              Date: Thu, 12 Jul 2001 00:58:21 +0200
44637              Message-ID: <B772A6AD.2288%artur@contiller.se>
44638      Branch: perl
44639            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
44640            ! sv.c
44641 ____________________________________________________________________________
44642 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
44643         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
44644              From: barries <barries@slaysys.com>
44645              Date: Wed, 11 Jul 2001 15:11:46 -0400
44646              Message-ID: <20010711151146.G24560@jester.slaysys.com>
44647      Branch: perl
44648            ! pp_sys.c t/lib/warnings/doio win32/win32.c
44649 ____________________________________________________________________________
44650 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
44651         Log: Subject: [patch] pthread_atfork bandaid
44652              From: Doug MacEachern <dougm@covalent.net>
44653              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
44654              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
44655      Branch: perl
44656            ! miniperlmain.c perl.c
44657 ____________________________________________________________________________
44658 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
44659         Log: Subject: [patch] perl_clone leaks
44660              From: Doug MacEachern <dougm@covalent.net>
44661              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
44662              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
44663      Branch: perl
44664            ! sv.c
44665 ____________________________________________________________________________
44666 [ 11279] By: nick                                  on 2001/07/11  15:49:38
44667         Log: Integrate mainline
44668      Branch: perlio
44669           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
44670           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
44671           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
44672           +> lib/Term/ANSIColor/README
44673           !> (integrate 54 files)
44674 ____________________________________________________________________________
44675 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
44676         Log: Update Changes.
44677      Branch: perl
44678            ! Changes patchlevel.h
44679 ____________________________________________________________________________
44680 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
44681         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
44682              From: Peter Prymmer <pvhp@forte.com>
44683              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
44684              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
44685              
44686              Backport of embed.pl to 5.003.
44687      Branch: perl
44688            ! embed.pl
44689 ____________________________________________________________________________
44690 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
44691         Log: Subject: Re: POSIX test #14 on UTS 
44692              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
44693              Date: Wed, 11 Jul 2001 03:02:14 +0100
44694              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
44695      Branch: perl
44696            ! ext/POSIX/POSIX.t
44697 ____________________________________________________________________________
44698 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
44699         Log: Make the I32 an IV to preserve structure alignment and size.
44700      Branch: perl
44701            ! op.h
44702 ____________________________________________________________________________
44703 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
44704         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
44705              From: "Artur Bergman" <artur@contiller.se>
44706              Date: Wed, 11 Jul 2001 14:23:37 +0200
44707              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
44708              
44709              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
44710      Branch: perl
44711            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
44712            ! pod/perlapi.pod sv.c
44713 ____________________________________________________________________________
44714 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
44715         Log: Tweak until Pod::Parser gets updated.
44716      Branch: perl
44717            ! t/pod/special_seqs.xr
44718 ____________________________________________________________________________
44719 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
44720         Log: File::Spec usage tweak.
44721      Branch: perl
44722            ! lib/ExtUtils.t
44723 ____________________________________________________________________________
44724 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
44725         Log: Integrate #11263 from macperl; macos and macosx updates.
44726      Branch: perl
44727           !> pod/perlport.pod
44728 ____________________________________________________________________________
44729 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
44730         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
44731              From: Peter Prymmer <pvhp@forte.com>
44732              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
44733              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
44734      Branch: perl
44735            + ext/Time/HiRes/hints/dynixptx.pl
44736            ! MANIFEST hints/dynixptx.sh
44737 ____________________________________________________________________________
44738 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
44739         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
44740              From: Nicholas Clark <nick@ccl4.org>
44741              Date: Tue, 10 Jul 2001 23:17:43 +0100
44742              Message-ID: <20010710231742.B59620@plum.flirble.org>
44743      Branch: perl
44744            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
44745 ____________________________________________________________________________
44746 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
44747         Log: Subject: [DOC PATCH] Pluggable runops
44748              From: Paul Johnson <paul@pjcj.net>
44749              Date: Tue, 10 Jul 2001 21:53:28 +0200
44750              Message-ID: <20010710215328.B26577@pjcj.net>
44751      Branch: perl
44752            ! pod/perlguts.pod
44753 ____________________________________________________________________________
44754 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
44755         Log: Subject: [PATCH] Authors
44756              From: Artur Bergman <artur@contiller.se>
44757              Date: Tue, 10 Jul 2001 20:39:12 +0200
44758              Message-ID: <B771186F.21CD%artur@contiller.se>
44759      Branch: perl
44760            ! AUTHORS
44761 ____________________________________________________________________________
44762 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
44763         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
44764              From: Doug MacEachern <dougm@covalent.net>
44765              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
44766              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
44767      Branch: perl
44768            ! pp_ctl.c
44769 ____________________________________________________________________________
44770 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
44771         Log: Subject: doc patch; times() in scalar context
44772              From: mjd@plover.com
44773              Date: 10 Jul 2001 18:01:17 -0000
44774              Message-ID: <20010710180117.12477.qmail@plover.com>
44775      Branch: perl
44776            ! pod/perlfunc.pod
44777 ____________________________________________________________________________
44778 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
44779         Log: Subject: [PATCH] Small fix to pp_gmtime
44780              From: Artur Bergman <artur@contiller.se>
44781              Date: Tue, 10 Jul 2001 19:54:52 +0200
44782              Message-ID: <B7710E0B.21C5%artur@contiller.se>
44783      Branch: perl
44784            ! pp_sys.c
44785 ____________________________________________________________________________
44786 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
44787         Log: Integrate changes from mainline perl, add notes about
44788              Mac OS X and Mac OS.
44789      Branch: maint-5.6/macperl
44790            ! pod/perlport.pod
44791 ____________________________________________________________________________
44792 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
44793         Log: A proof of the dangers of package; ?
44794      Branch: perl
44795            ! t/lib/warnings/op
44796 ____________________________________________________________________________
44797 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
44798         Log: Regen toc and modlib.
44799      Branch: perl
44800            ! pod/perlmodlib.pod pod/perltoc.pod
44801 ____________________________________________________________________________
44802 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
44803         Log: Add compexcl(), casefold(), and casespec() interfaces;
44804              and make all interfaces to return hash references instead
44805              of hashes. 
44806      Branch: perl
44807            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
44808 ____________________________________________________________________________
44809 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
44810         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
44811              From: "Philip Newton" <Philip.Newton@gmx.net>
44812              Date: Tue, 10 Jul 2001 09:55:59 +0200
44813              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
44814              
44815              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
44816              From: "Philip Newton" <Philip.Newton@gmx.net>
44817              Date: Tue, 10 Jul 2001 09:56:37 +0200
44818              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
44819      Branch: perl
44820            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44821            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
44822 ____________________________________________________________________________
44823 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
44824         Log: Subject: [patch] undef &xsub for 1,2
44825              From: Doug MacEachern <dougm@covalent.net>
44826              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
44827              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
44828              
44829              (This version of the patch with a comment from Gisle.)
44830      Branch: perl
44831            ! op.c
44832 ____________________________________________________________________________
44833 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
44834         Log: Mention package; deprecation and the Win32 problems.
44835      Branch: perl
44836            ! pod/perl572delta.pod
44837 ____________________________________________________________________________
44838 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
44839         Log: Subject: [PATCH] deprecate package with no arguments
44840              From: Robin Houston <robin@kitsite.com>
44841              Date: Tue, 10 Jul 2001 13:33:40 +0100
44842              Message-ID: <20010710133340.A13452@robin.kitsite.com>
44843      Branch: perl
44844            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
44845 ____________________________________________________________________________
44846 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
44847         Log: Upgrade to podlators 1.10.
44848      Branch: perl
44849            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
44850            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
44851            ! pod/pod2man.PL pod/pod2text.PL
44852 ____________________________________________________________________________
44853 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
44854         Log: Upgrade to Term::ANSIColor 1.04.
44855      Branch: perl
44856            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
44857            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
44858 ____________________________________________________________________________
44859 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
44860         Log: Integrate perlio:
44861              
44862              [ 11252]
44863              Fix open(...,"...:layer(xxx)",...)
44864              - use memEQ not strEQ as there is '(' not '\0'
44865              
44866              [ 11063]
44867              Quick for for #ifdef mess
44868      Branch: perl
44869           !> perlio.c
44870 ____________________________________________________________________________
44871 [ 11252] By: nick                                  on 2001/07/10  06:58:14
44872         Log: Fix open(...,"...:layer(xxx)",...)
44873              - use memEQ not strEQ as there is '(' not '\0'
44874      Branch: perlio
44875            ! perlio.c
44876 ____________________________________________________________________________
44877 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
44878         Log: Telling the number of tests helps.
44879      Branch: perl
44880            ! ext/PerlIO/t/encoding.t
44881 ____________________________________________________________________________
44882 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
44883         Log: Require I18N::Langinfo, not use.
44884      Branch: perl
44885            ! lib/open.pm
44886 ____________________________________________________________________________
44887 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
44888         Log: Add a test for for PerlIO ":encoding(...)" layer.
44889      Branch: perl
44890            + ext/PerlIO/t/encoding.t
44891            ! MANIFEST ext/Encode/Encode.pm
44892 ____________________________________________________________________________
44893 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
44894         Log: PerlIO ":encoding(foobar)" temporary fix.
44895              Not really correct, I think, since the change means
44896              that prefixes match.
44897      Branch: perl
44898            ! perlio.c
44899 ____________________________________________________________________________
44900 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
44901         Log: Update to Math::BigInt 1.36.  The biggest news is
44902              the separation of the backend; now the pure Perl
44903              implementation is in Math::BigInt::Calc, but one
44904              can plugin, say, Math::BigInt::BitVect, and get
44905              considerable speedup.
44906      Branch: perl
44907            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
44908            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
44909            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
44910            ! lib/Math/BigInt/t/mbimbf.t
44911 ____________________________________________________________________________
44912 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
44913         Log: Subject: Re: compatibility question
44914              From: Peter Prymmer <pvhp@forte.com>
44915              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
44916              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
44917      Branch: perl
44918            ! lib/ExtUtils/MM_VMS.pm
44919 ____________________________________________________________________________
44920 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
44921         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
44922              From: Norton Allen <allen@huarp.harvard.edu>
44923              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
44924              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
44925      Branch: perl
44926            ! ext/File/Glob/t/basic.t
44927 ____________________________________________________________________________
44928 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
44929         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
44930              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
44931              Date: Tue, 10 Jul 2001 00:29:55 +0900
44932              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
44933      Branch: perl
44934            + ext/Encode/Encode/HZ.enc
44935            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
44936            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
44937            ! ext/Encode/Encode/iso2022-jp.enc
44938            ! ext/Encode/Encode/iso2022-kr.enc
44939 ____________________________________________________________________________
44940 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
44941         Log: Add in all them there macos/ files.
44942      Branch: maint-5.6/macperl
44943            + (add 577 files)
44944 ____________________________________________________________________________
44945 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
44946         Log: Add the new modules to the list of having those own tests.
44947      Branch: perl
44948            ! t/lib/1_compile.t
44949 ____________________________________________________________________________
44950 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
44951         Log: Add INOUT to control both ways at the same time.
44952      Branch: perl
44953            ! lib/open.pm
44954 ____________________________________________________________________________
44955 [ 11240] By: nick                                  on 2001/07/09  16:33:50
44956         Log: Integrate mainline
44957      Branch: perlio
44958           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
44959           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
44960           !> (integrate 41 files)
44961 ____________________________________________________________________________
44962 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
44963         Log: More encoding mapping magic.
44964      Branch: perl
44965            ! lib/open.pm
44966 ____________________________________________________________________________
44967 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
44968         Log: Update Changes.
44969      Branch: perl
44970            ! Changes patchlevel.h
44971 ____________________________________________________________________________
44972 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
44973         Log: (Retracted by #11285).
44974              
44975              Subject: [PATCH] OPpCONST_OCTAL fixes
44976              From: Abhijit Menon-Sen <ams@wiw.org>
44977              Date: Mon, 9 Jul 2001 07:38:45 +0530
44978              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
44979      Branch: perl
44980            ! op.c
44981 ____________________________________________________________________________
44982 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
44983         Log: Add a pseudolayer ":locale" to the open pragma which
44984              will get the encoding from the locale.  Yet undocumented
44985              because I can't get the PerlIO :encoding(foobar) to work.
44986      Branch: perl
44987            ! ext/Encode/Encode.pm lib/open.pm
44988 ____________________________________________________________________________
44989 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
44990         Log: Add more encoding mappings.
44991      Branch: perl
44992            ! ext/Encode/Encode.pm
44993 ____________________________________________________________________________
44994 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
44995         Log: Document that using :encoding layer requires using Encode.
44996      Branch: perl
44997            ! ext/Encode/Encode.pm lib/PerlIO.pm
44998 ____________________________________________________________________________
44999 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
45000         Log: Netware tweak from Ananth Kesari.
45001      Branch: perl
45002            ! NetWare/netware.h
45003 ____________________________________________________________________________
45004 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
45005         Log: t/harness doesn't know about run/*.t
45006      Branch: perl
45007            ! t/harness
45008 ____________________________________________________________________________
45009 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
45010         Log: run/exit.t busted on windows
45011      Branch: perl
45012            ! t/run/exit.t
45013 ____________________________________________________________________________
45014 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
45015         Log: fix a couple of UCD.t tests that fail due to bad case
45016      Branch: perl
45017            ! lib/Unicode/UCD.t
45018 ____________________________________________________________________________
45019 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
45020         Log: test skip logic was broken
45021      Branch: perl
45022            ! ext/I18N/Langinfo/Langinfo.t
45023 ____________________________________________________________________________
45024 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
45025         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
45026              failure of ExtUtils.t#27 when built in debug mode)
45027      Branch: perl
45028            ! lib/ExtUtils/MM_Win32.pm
45029 ____________________________________________________________________________
45030 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
45031         Log: I18N::Langinfo is not available on windows
45032      Branch: perl
45033            ! win32/FindExt.pm
45034 ____________________________________________________________________________
45035 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
45036         Log: save a dTHX
45037      Branch: perl
45038            ! ext/POSIX/POSIX.xs
45039 ____________________________________________________________________________
45040 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
45041         Log: Update Changes.
45042      Branch: perl
45043            ! Changes patchlevel.h
45044 ____________________________________________________________________________
45045 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
45046         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
45047              as pointed out by Sarathy.
45048      Branch: perl
45049            ! ext/I18N/Langinfo/Langinfo.xs
45050 ____________________________________________________________________________
45051 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
45052         Log: Retract #11212.
45053      Branch: perl
45054            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
45055 ____________________________________________________________________________
45056 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
45057         Log: Bump up the VERSION of Cwd.xs.
45058      Branch: perl
45059            ! ext/Cwd/Makefile.PL
45060 ____________________________________________________________________________
45061 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
45062         Log: Retract #11220, the problem wasn't the missing leading zero.
45063              Here's the problem:
45064              $ ./perl -we 'chmod(oct("755"), ".")'
45065              Non-octal literal mode (493) specified at -e line 1.
45066              (Did you mean 0493 instead?)
45067      Branch: perl
45068            ! lib/ExtUtils/MM_Unix.pm
45069 ____________________________________________________________________________
45070 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
45071         Log: (Retracted by #11221)
45072              Change the PERM_RW and PERM_RWX to 0644 and 0755
45073              (add the leading zero).
45074      Branch: perl
45075            ! lib/ExtUtils/MM_Unix.pm
45076 ____________________________________________________________________________
45077 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
45078         Log: Integrate changes #11193, 11205, 11209 from macperl.
45079              
45080              Fix up AutoLoader to fudge for Mac paths in import().
45081              
45082              Allow symbols in try_symbol() to begin with "_".
45083              
45084              Small portability fix for Mac OS.
45085      Branch: perl
45086           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
45087 ____________________________________________________________________________
45088 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
45089         Log: Metaconfig unit change for #11217.
45090      Branch: metaconfig/U/perl
45091            ! Extensions.U
45092 ____________________________________________________________________________
45093 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
45094         Log: Detypo, problem noticed by Gerrit P. Haase.
45095      Branch: perl
45096            ! Configure config_h.SH
45097 ____________________________________________________________________________
45098 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
45099         Log: Cwd cleanups.
45100      Branch: perl
45101            ! ext/Cwd/Cwd.xs
45102 ____________________________________________________________________________
45103 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
45104         Log: Slight tweaks on #11213.
45105      Branch: perl
45106            ! toke.c
45107 ____________________________________________________________________________
45108 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
45109         Log: A missing dTHX noticed by Gerrit P. Haase.
45110      Branch: perl
45111            ! ext/POSIX/POSIX.xs
45112 ____________________________________________________________________________
45113 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
45114         Log: Subject: [PATCH toke.c] Simplify yytoke()
45115              From: Simon Cozens <simon@netthink.co.uk>
45116              Date: Sun, 8 Jul 2001 13:24:34 +0100
45117              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
45118              
45119              Split out pending_ident().
45120      Branch: perl
45121            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
45122 ____________________________________________________________________________
45123 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
45124         Log: (Retracted by #11223.)
45125              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
45126              Date: Wed, 05 Nov 1997 17:22:34 -0600
45127              From: Graham Barr <gbarr@ti.com>
45128              Message-Id: <3460FFBA.6DA51F46@ti.com>
45129      Branch: perl
45130            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
45131 ____________________________________________________________________________
45132 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
45133         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
45134      Branch: perl
45135            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
45136            ! pod/perllocale.pod
45137 ____________________________________________________________________________
45138 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
45139         Log: Really do the test under the C locale.
45140      Branch: perl
45141            ! ext/I18N/Langinfo/Langinfo.t
45142 ____________________________________________________________________________
45143 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
45144         Log: Small portability fix for Mac OS.
45145      Branch: maint-5.6/macperl
45146            ! lib/Cwd.pm
45147 ____________________________________________________________________________
45148 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
45149         Log: Metaconfig unit change for #11207.
45150      Branch: metaconfig/U/perl
45151            ! Extensions.U
45152 ____________________________________________________________________________
45153 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
45154         Log: Add I18N::Langinfo, which is basically a wrapper around
45155              nl_langinfo(), which is an additional way to query locale
45156              specific information.
45157      Branch: perl
45158            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
45159            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
45160            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
45161 ____________________________________________________________________________
45162 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
45163         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
45164              used in File::Find tests; replace with if.t.
45165      Branch: maint-5.6/macperl
45166            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
45167            ! t/pragma/warn/op
45168 ____________________________________________________________________________
45169 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
45170         Log: Allow symbols in try_symbol() to begin with "_".
45171      Branch: maint-5.6/macperl
45172            ! makedef.pl
45173 ____________________________________________________________________________
45174 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
45175         Log: Sync up the File::Find changes from the rewrite by
45176              Thomas Wegner, et al.
45177      Branch: maint-5.6/macperl
45178            + t/lib/filefind-taint.t
45179            ! lib/File/Find.pm t/lib/filefind.t
45180 ____________________________________________________________________________
45181 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
45182         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
45183              From: Thomas Wegner <wegner_thomas@yahoo.com>
45184              Date: Thu, 5 Jul 2001 20:31:25 +0200
45185              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
45186      Branch: maint-5.6/macperl
45187            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
45188 ____________________________________________________________________________
45189 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
45190         Log: Some more test portability fixes.
45191      Branch: maint-5.6/macperl
45192            ! t/lib/filecopy.t t/pragma/warn/pp_sys
45193 ____________________________________________________________________________
45194 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
45195         Log: The #11200 removed wrong (non-existent) target.  Duh.
45196      Branch: perl
45197            ! Makefile.SH
45198 ____________________________________________________________________________
45199 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
45200         Log: Zap the lib/re.pm before creating it.
45201      Branch: perl
45202            ! Makefile.SH
45203 ____________________________________________________________________________
45204 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
45205         Log: Another test.  Please ignore.
45206      Branch: maint-5.6/macperl
45207            ! README.macos
45208 ____________________________________________________________________________
45209 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
45210         Log: Portability fixes for a lot of tests, especially IO-related
45211              tests, and warnings, and the harness script.
45212      Branch: maint-5.6/macperl
45213            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
45214            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
45215            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
45216            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
45217            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
45218            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
45219            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
45220            ! t/pragma/warnings.t
45221 ____________________________________________________________________________
45222 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
45223         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
45224              From: Nicholas Clark <nick@ccl4.org>
45225              Date: Sat, 7 Jul 2001 21:00:17 +0100
45226              Message-ID: <20010707210017.H59620@plum.flirble.org>
45227      Branch: perl
45228            ! lib/h2xs.t
45229 ____________________________________________________________________________
45230 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
45231         Log: The UNICOS/mk SysV IPC problem has been fixed.
45232      Branch: perl
45233            ! pod/perl572delta.pod
45234 ____________________________________________________________________________
45235 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
45236         Log: Slight update tweaks on perlunicode.pod.
45237      Branch: perl
45238            ! pod/perlunicode.pod
45239 ____________________________________________________________________________
45240 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
45241         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
45242              From: Mark-Jason Dominus <mjd@plover.com>
45243              Date: Sat, 07 Jul 2001 13:04:04 -0400
45244              Message-ID: <20010707170404.32694.qmail@plover.com>
45245      Branch: perl
45246            ! ext/DB_File/DB_File.pm
45247 ____________________________________________________________________________
45248 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
45249         Log: Fix up AutoLoader to fudge for Mac paths in import().
45250      Branch: maint-5.6/macperl
45251            ! lib/AutoLoader.pm
45252 ____________________________________________________________________________
45253 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
45254         Log: Try to force the lib/re.pm to be there before entering
45255              the extensions builds, should help for parallel makes.
45256      Branch: perl
45257            ! Makefile.SH
45258 ____________________________________________________________________________
45259 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
45260         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
45261              From: Norton Allen <allen@huarp.harvard.edu>
45262              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
45263              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
45264      Branch: perl
45265            ! ext/POSIX/POSIX.xs
45266 ____________________________________________________________________________
45267 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
45268         Log: Subject: [PATCH] Re: op/arith.t
45269              From: Nicholas Clark <nick@ccl4.org>
45270              Date: Sat, 7 Jul 2001 13:04:54 +0100
45271              Message-ID: <20010707130454.D59620@plum.flirble.org>
45272      Branch: perl
45273            ! numeric.c toke.c
45274 ____________________________________________________________________________
45275 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
45276         Log: Subject: [PATCH] h2xs
45277              From: Nicholas Clark <nick@ccl4.org>
45278              Date: Fri, 6 Jul 2001 23:25:14 +0100
45279              Message-ID: <20010706232514.X59620@plum.flirble.org>
45280      Branch: perl
45281            ! utils/h2xs.PL
45282 ____________________________________________________________________________
45283 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
45284         Log: Subject: Re: bleedperl perl_alloc..free leakage
45285              From: Radu Greab <radu@netsoft.ro>
45286              Date: Fri, 6 Jul 2001 19:48:54 +0300
45287              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
45288              
45289              Leak-be-gone.
45290      Branch: perl
45291            ! op.c
45292 ____________________________________________________________________________
45293 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
45294         Log: Test again.  Please ignore.
45295      Branch: maint-5.6/macperl
45296            ! README.macos
45297 ____________________________________________________________________________
45298 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
45299         Log: Test.  Please ignore.
45300      Branch: maint-5.6/macperl
45301            ! README.macos
45302 ____________________________________________________________________________
45303 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
45304         Log: Include changes already sent in separately as patches,
45305              before branch was created.
45306      Branch: maint-5.6/macperl
45307            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
45308            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
45309            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
45310            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
45311            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
45312            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
45313            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
45314            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
45315            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
45316            ! t/pragma/strict.t
45317 ____________________________________________________________________________
45318 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
45319         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
45320              From: Norton Allen <allen@huarp.harvard.edu>
45321              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
45322              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
45323      Branch: perl
45324            ! utf8.h
45325 ____________________________________________________________________________
45326 [ 11183] By: nick                                  on 2001/07/06  16:27:40
45327         Log: Integrate mainline
45328      Branch: perlio
45329           +> (branch 42 files)
45330            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
45331            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
45332            - win32/bin/mdelete.bat
45333           !> (integrate 215 files)
45334 ____________________________________________________________________________
45335 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
45336         Log: The #11166 needed also these updated.
45337      Branch: perl
45338            ! lib/warnings.pm warnings.h
45339 ____________________________________________________________________________
45340 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
45341         Log: Update Changes.
45342      Branch: perl
45343            ! Changes patchlevel.h
45344 ____________________________________________________________________________
45345 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
45346         Log: Regen toc.
45347      Branch: perl
45348            ! pod/perltoc.pod
45349 ____________________________________________________________________________
45350 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
45351         Log: Nit from Abhijit.
45352      Branch: perl
45353            ! lib/CPAN.pm
45354 ____________________________________________________________________________
45355 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
45356         Log: Retract #11172.
45357      Branch: perl
45358            ! t/op/method.t
45359 ____________________________________________________________________________
45360 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
45361         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
45362              From: Norton Allen <allen@huarp.harvard.edu>
45363              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
45364              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
45365      Branch: perl
45366            ! lib/Cwd.pm
45367 ____________________________________________________________________________
45368 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
45369         Log: (Accidentally empty check-in.)
45370      Branch: perl
45371            ! utf8.h
45372 ____________________________________________________________________________
45373 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
45374         Log: Retract #11165 since Sarathy pointed out it'll not
45375              work properly under threads, the problem should be
45376              solved using "the savestack, either via SSNEW() or
45377              using a newSVpv()+SAVEFREESV() combo."
45378      Branch: perl
45379            ! ext/POSIX/POSIX.xs
45380 ____________________________________________________________________________
45381 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
45382         Log: Retract #11125 since NI-S pointed out it'll not work in
45383              cases where the extension has their own handcrafted INC
45384              et alia.
45385      Branch: perl
45386            ! lib/ExtUtils/MM_Unix.pm
45387 ____________________________________________________________________________
45388 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
45389         Log: Subject: RE: [PATCH] -I and MakeMaker again
45390              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45391              Date: Fri, 6 Jul 2001 09:18:29 +0200
45392              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
45393      Branch: perl
45394            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
45395            ! lib/ExtUtils/MM_Win32.pm
45396 ____________________________________________________________________________
45397 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
45398         Log: (Retracted by #11178)
45399              Subject: [PATCH t/op/method.t] SUPER:: strangeness
45400              From: Piers Cawley <pdcawley@iterative-software.com>
45401              Date: 06 Jul 2001 10:49:01 +0100
45402              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
45403      Branch: perl
45404            ! t/op/method.t
45405 ____________________________________________________________________________
45406 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
45407         Log: VOS README update from Paul Green.
45408      Branch: perl
45409            ! README.vos
45410 ____________________________________________________________________________
45411 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
45412         Log: Subject: [PATCH README.qnx hints/qnx.sh]
45413              From: Norton Allen <allen@huarp.harvard.edu>
45414              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
45415              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
45416      Branch: perl
45417            ! README.qnx hints/qnx.sh
45418 ____________________________________________________________________________
45419 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
45420         Log: Subject: [PATCH] Doc patch for Tie::Hash
45421              From: Artur Bergman <artur@contiller.se>
45422              Date: Thu, 05 Jul 2001 22:51:18 +0200
45423              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
45424      Branch: perl
45425            ! lib/Tie/Hash.pm
45426 ____________________________________________________________________________
45427 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
45428         Log: Subject: [PATCH] perlfaq4.pod
45429              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
45430              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
45431              Date: Thu, 5 Jul 2001 18:44:10 +0100 
45432      Branch: perl
45433            ! pod/perlfaq4.pod
45434 ____________________________________________________________________________
45435 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
45436         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
45437              From: Robin Houston <robin@kitsite.com>
45438              Date: Thu, 5 Jul 2001 18:33:21 +0100
45439              Message-ID: <20010705183321.A27345@robin.kitsite.com>
45440      Branch: perl
45441            ! ext/B/B/Deparse.pm
45442 ____________________________________________________________________________
45443 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
45444         Log: (Retracted by #11285.)
45445              
45446              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
45447              From: Abhijit Menon-Sen <ams@wiw.org>
45448              Date: Fri, 6 Jul 2001 01:26:32 +0530
45449              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
45450      Branch: perl
45451            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
45452            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
45453            ! warnings.pl
45454 ____________________________________________________________________________
45455 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
45456         Log: (Retracted by #11175)
45457              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
45458              From: Norton Allen <allen@huarp.harvard.edu>
45459              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
45460              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
45461      Branch: perl
45462            ! ext/POSIX/POSIX.xs
45463 ____________________________________________________________________________
45464 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
45465         Log: Unterminated C< (noticed by Richard Hatch), and few other
45466              small Unicode doc tweaks.
45467      Branch: perl
45468            ! pod/perlretut.pod
45469 ____________________________________________________________________________
45470 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
45471         Log: More flexible argument understanding; add charblocks() and
45472              charscripts(); make charblock() and charscript() two-way;
45473              add charinrange(); separate the $Unicode::UCD::VERSION and
45474              the version of the Unicode by adding UnicodeVersion().
45475      Branch: perl
45476            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
45477 ____________________________________________________________________________
45478 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
45479         Log: Update Unicode::UCD on \p{In...}.
45480      Branch: perl
45481            ! lib/Unicode/UCD.pm
45482 ____________________________________________________________________________
45483 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
45484         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
45485              From: Norton Allen <allen@huarp.harvard.edu>
45486              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
45487              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
45488      Branch: perl
45489            ! lib/ExtUtils/MM_Unix.pm
45490 ____________________________________________________________________________
45491 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
45492         Log: POSIX-BC tweaks from Thomas Dorner.
45493      Branch: perl
45494            ! hints/posix-bc.sh perlio.h
45495 ____________________________________________________________________________
45496 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
45497         Log: Module updates for the delta.
45498      Branch: perl
45499            ! pod/perl572delta.pod
45500 ____________________________________________________________________________
45501 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
45502         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
45503              From: Norton Allen <allen@huarp.harvard.edu>
45504              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
45505              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
45506      Branch: perl
45507            ! ext/IO/lib/IO/t/io_sock.t
45508 ____________________________________________________________________________
45509 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
45510         Log: Subject: [PATCH perldiag.pod] Quick fixes
45511              From: Simon Cozens <simon@netthink.co.uk>
45512              Date: Wed, 4 Jul 2001 20:22:12 +0100
45513              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
45514      Branch: perl
45515            ! pod/perldiag.pod
45516 ____________________________________________________________________________
45517 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
45518         Log: (retracted by #13533)
45519              
45520              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
45521              From: Radu Greab <radu@netsoft.ro>
45522              Date: Wed, 4 Jul 2001 22:13:31 +0300
45523              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
45524      Branch: perl
45525            ! op.c sv.c t/op/pos.t
45526 ____________________________________________________________________________
45527 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
45528         Log: Subject: [PATCH] -I and MakeMaker again
45529              From: Michael G Schwern <schwern@pobox.com>
45530              Date: Wed, 4 Jul 2001 15:03:07 -0400
45531              Message-ID: <20010704150307.I20340@blackrider>
45532              
45533              (and retract #11145)
45534      Branch: perl
45535            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
45536            ! lib/ExtUtils/MakeMaker.pm
45537 ____________________________________________________________________________
45538 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
45539         Log: Subject: Re: PERFORCE change 11142 for review
45540              From: "Philip Newton" <Philip.Newton@gmx.net>
45541              Date: Wed, 4 Jul 2001 20:46:26 +0200
45542              Message-Id: <200107041841.VAA25380@taas.iki.fi>
45543      Branch: perl
45544            ! lib/ExtUtils/MakeMaker.pm
45545 ____________________________________________________________________________
45546 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
45547         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
45548              From: Jonathan Stowe <gellyfish@gellyfish.com>
45549              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
45550              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
45551      Branch: perl
45552            ! utils/pl2pm.PL
45553 ____________________________________________________________________________
45554 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
45555         Log: fix the binary compatibility issue when building with/without
45556              usemymalloc by exporting Perl_malloc() et al as simple wrappers
45557              around the system functions (this allows most extensions built
45558              using one mode to coexist with perls built in the other mode)
45559              
45560              XXX the Perl_mfree() wrapper might need to do return(free()) on
45561              platforms where Free_t isn't "void"
45562      Branch: perl
45563            ! embed.h embed.pl makedef.pl proto.h util.c
45564 ____________________________________________________________________________
45565 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
45566         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
45567              since it doesn't ensure threads other than the one calling fork()
45568              aren't holding any locks; the fix is to use pthread_atfork() to
45569              hold global locks
45570              
45571              building perl with -Dusemymalloc exacerbates the problem since
45572              Perl_malloc() holds a mutex, and perl's exec() calls New()
45573              
45574              XXX the code in win32thread.h may be needed on platforms that have
45575              no pthread_atfork()
45576      Branch: perl
45577            ! perl.c thread.h win32/win32thread.h
45578 ____________________________________________________________________________
45579 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
45580         Log: Integrate #11009 from maintperl.
45581      Branch: maint-5.6/macperl
45582           !> lib/ExtUtils/Manifest.pm
45583 ____________________________________________________________________________
45584 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
45585         Log: Flexing my Perforce muscles.
45586      Branch: maint-5.6/macperl
45587            ! README.macos
45588 ____________________________________________________________________________
45589 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
45590         Log: Update Changes.
45591      Branch: perl
45592            ! Changes patchlevel.h
45593 ____________________________________________________________________________
45594 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
45595         Log: Metaconfig unit change for #11146.
45596      Branch: metaconfig/U/perl
45597            ! d_fcntl_can_lock.U
45598 ____________________________________________________________________________
45599 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
45600         Log: Somehow the #ifdefs of the added code (in #11093) made
45601              HP-UX to fail the fcntl locking test, without the ifdefs
45602              the test seems to be working again.  Reason unknown:
45603              HP-UX cc doesn't complain either way.
45604      Branch: perl
45605            ! Configure
45606 ____________________________________________________________________________
45607 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
45608         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
45609      Branch: perl
45610            ! lib/ExtUtils/MM_Unix.pm
45611 ____________________________________________________________________________
45612 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
45613         Log: gcc -Wall nit.
45614      Branch: perl
45615            ! pp_hot.c
45616 ____________________________________________________________________________
45617 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
45618         Log: When removing tests updating the test count is a good idea, too.
45619      Branch: perl
45620            ! lib/Net/t/require.t
45621 ____________________________________________________________________________
45622 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
45623         Log: Document #11134 and add the new symbols to the list of
45624              of MakeMaker known ones.
45625      Branch: perl
45626            ! lib/ExtUtils/MakeMaker.pm
45627 ____________________________________________________________________________
45628 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
45629         Log: Microperl update.
45630      Branch: perl
45631            ! uconfig.h
45632 ____________________________________________________________________________
45633 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
45634         Log: Update the libnet tests as per #11138.
45635      Branch: perl
45636            - lib/Net/t/ph.t
45637            ! MANIFEST lib/Net/t/require.t
45638 ____________________________________________________________________________
45639 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
45640         Log: Regen toc and modlib.
45641      Branch: perl
45642            ! pod/perlmodlib.pod pod/perltoc.pod
45643 ____________________________________________________________________________
45644 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
45645         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
45646              Graham's request.
45647      Branch: perl
45648            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
45649            ! MANIFEST
45650 ____________________________________________________________________________
45651 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
45652         Log: Add the OS/390 harness results to the delta.
45653      Branch: perl
45654            ! pod/perl572delta.pod
45655 ____________________________________________________________________________
45656 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
45657         Log: Avoid the two study tests in OS/390 until the bug has been solved.
45658      Branch: perl
45659            ! t/op/study.t
45660 ____________________________________________________________________________
45661 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
45662         Log: DOS/DJGPP tweaks from Laszlo Molnar.
45663      Branch: perl
45664            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
45665 ____________________________________________________________________________
45666 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
45667         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
45668              From: Michael G Schwern <schwern@pobox.com>
45669              Date: Wed, 4 Jul 2001 00:01:16 -0400
45670              Message-ID: <20010704000116.C591@blackrider>
45671      Branch: perl
45672            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
45673 ____________________________________________________________________________
45674 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
45675         Log: The #11132 missed singleton characters (not part
45676              of a unilo..unihi range) in Unicode scripts.
45677      Branch: perl
45678            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
45679            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
45680            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
45681            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
45682            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
45683            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
45684            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
45685            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
45686            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
45687            ! lib/unicode/mktables.PL t/op/pat.t
45688 ____________________________________________________________________________
45689 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
45690         Log: Support preferentially the Unicode 'scripts' definition
45691              in the \p{In...} notation since according to Unicode the
45692              scripts concept is more natural for matching than using
45693              the somewhat artificial block names.  The block names are
45694              still available, though, and if there's a name conflict,
45695              the scripts one wins and the blocks one has to do with
45696              'Block' appended to its name.  For more information see
45697              
45698              http://www.unicode.org/unicode/reports/tr24/
45699      Branch: perl
45700            + lib/unicode/In/100.pl lib/unicode/In/101.pl
45701            + lib/unicode/In/102.pl lib/unicode/In/103.pl
45702            + lib/unicode/In/104.pl lib/unicode/In/105.pl
45703            + lib/unicode/In/106.pl lib/unicode/In/107.pl
45704            + lib/unicode/In/108.pl lib/unicode/In/109.pl
45705            + lib/unicode/In/110.pl lib/unicode/In/111.pl
45706            + lib/unicode/In/112.pl lib/unicode/In/113.pl
45707            + lib/unicode/In/114.pl lib/unicode/In/115.pl
45708            + lib/unicode/In/116.pl lib/unicode/In/117.pl
45709            + lib/unicode/In/118.pl lib/unicode/In/119.pl
45710            + lib/unicode/In/120.pl lib/unicode/In/121.pl
45711            + lib/unicode/In/122.pl lib/unicode/In/123.pl
45712            + lib/unicode/In/124.pl lib/unicode/In/125.pl
45713            + lib/unicode/In/126.pl lib/unicode/In/127.pl
45714            + lib/unicode/In/128.pl lib/unicode/In/129.pl
45715            + lib/unicode/In/130.pl lib/unicode/In/131.pl
45716            + lib/unicode/In/132.pl lib/unicode/In/133.pl
45717            + lib/unicode/In/134.pl lib/unicode/In/135.pl
45718            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
45719            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
45720            ! (edit 106 files)
45721 ____________________________________________________________________________
45722 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
45723         Log: Better document the difference between a block and a script.
45724      Branch: perl
45725            ! lib/Unicode/UCD.pm
45726 ____________________________________________________________________________
45727 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
45728         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
45729              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45730              Date: Tue, 3 Jul 2001 15:04:23 -0500
45731              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
45732      Branch: perl
45733            ! lib/CPAN.pm
45734 ____________________________________________________________________________
45735 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
45736         Log: Add tests for charscript().
45737      Branch: perl
45738            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
45739 ____________________________________________________________________________
45740 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
45741         Log: Add charscript() to get the UTR#24 script names of characters.
45742      Branch: perl
45743            ! lib/Unicode/UCD.pm
45744 ____________________________________________________________________________
45745 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
45746         Log: Todo updates.
45747      Branch: perl
45748            ! pod/perltodo.pod
45749 ____________________________________________________________________________
45750 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
45751         Log: Unicode::UCD updates.
45752      Branch: perl
45753            ! lib/Unicode/UCD.pm
45754 ____________________________________________________________________________
45755 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
45756         Log: (Retracted by #11174)
45757              Subject: MakeMaker should pass through DEFINE and INC to subdirs
45758              From: Alan Burlison <Alan.Burlison@sun.com>
45759              Date: Tue, 03 Jul 2001 15:20:13 +0100
45760              Message-ID: <3B41D49D.A923D4F9@sun.com>
45761      Branch: perl
45762            ! lib/ExtUtils/MM_Unix.pm
45763 ____________________________________________________________________________
45764 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
45765         Log: Subject: Patch needed for UTS
45766              From: hom00@utsglobal.com (Hal Morris)
45767              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
45768              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
45769              
45770              Replace #11113 with a better version.
45771      Branch: perl
45772            ! perl.h
45773 ____________________________________________________________________________
45774 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
45775         Log: Subject: Re: POINTERRIGOR
45776              From: Andy Dougherty <doughera@lafayette.edu>
45777              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
45778              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
45779      Branch: perl
45780            ! util.c
45781 ____________________________________________________________________________
45782 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
45783         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
45784              From: "Philip Newton" <pnewton@gmx.de>
45785              Date: Tue, 3 Jul 2001 17:03:34 +0200
45786              Message-ID: <3B41FAE6.29564.660E117@localhost>
45787      Branch: perl
45788            ! pp_hot.c
45789 ____________________________________________________________________________
45790 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
45791         Log: Typos.
45792      Branch: perl
45793            ! INSTALL
45794 ____________________________________________________________________________
45795 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
45796         Log: Subject: [PATCH 5.6.1] debugger fixes
45797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45798              Date: Tue, 3 Jul 2001 03:38:18 -0400
45799              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
45800              
45801              The $^S is working again.
45802      Branch: perl
45803            ! lib/perl5db.pl
45804 ____________________________________________________________________________
45805 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
45806         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
45807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45808              Date: Tue, 3 Jul 2001 03:34:06 -0400
45809              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
45810      Branch: perl
45811            ! os2/OS2/Process/Process.pm
45812 ____________________________________________________________________________
45813 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
45814         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
45815              From: "Philip Newton" <Philip.Newton@gmx.net>
45816              Date: Tue, 3 Jul 2001 09:11:27 +0200
45817              Message-Id: <200107030706.KAA04596@taas.iki.fi>
45818      Branch: perl
45819            ! lib/FindBin.pm
45820 ____________________________________________________________________________
45821 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
45822         Log: Delta delta.
45823      Branch: perl
45824            ! pod/perl572delta.pod
45825 ____________________________________________________________________________
45826 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
45827         Log: Metaconfig unit change for 11115.
45828      Branch: metaconfig
45829            ! U/modified/libc.U
45830 ____________________________________________________________________________
45831 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
45832         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
45833              (from Richard Hatch) (this was the cause of pipes() and
45834              times() mysteriously not being found)
45835      Branch: perl
45836            ! Configure
45837 ____________________________________________________________________________
45838 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
45839         Log: Retract #10142, the real culprit found by Richard Hatch,
45840              coming soon to Configure near you.
45841      Branch: perl
45842            ! hints/aix.sh
45843 ____________________________________________________________________________
45844 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
45845         Log: (Replaced by #11124) UTS workaround from Hal Morris.
45846      Branch: perl
45847            ! perl.h
45848 ____________________________________________________________________________
45849 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
45850         Log: Subject: [PATCH] grok not grocking correctly
45851              From: Nicholas Clark <nick@ccl4.org>
45852              Date: Tue, 3 Jul 2001 00:19:08 +0100
45853              Message-ID: <20010703001908.H59620@plum.flirble.org>
45854      Branch: perl
45855            ! numeric.c
45856 ____________________________________________________________________________
45857 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
45858         Log: Subject: [PATCH Deparse.t] test just-posted patches
45859              From: Robin Houston <robin@kitsite.com>
45860              Date: Mon, 2 Jul 2001 23:46:15 +0100
45861              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
45862      Branch: perl
45863            ! ext/B/Deparse.t
45864 ____________________________________________________________________________
45865 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
45866         Log: Subject: [PATCH toke.c] autosplit into @F
45867              From: Robin Houston <robin@kitsite.com>
45868              Date: Mon, 2 Jul 2001 23:18:20 +0100
45869              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
45870      Branch: perl
45871            ! perl.c toke.c
45872 ____________________________________________________________________________
45873 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
45874         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
45875              From: Robin Houston <robin@kitsite.com>
45876              Date: Mon, 2 Jul 2001 23:00:48 +0100
45877              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
45878      Branch: perl
45879            ! ext/B/B/Deparse.pm
45880 ____________________________________________________________________________
45881 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
45882         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
45883              From: "Philip Newton" <Philip.Newton@gmx.net>
45884              Date: Mon, 2 Jul 2001 22:06:22 +0200
45885              (no Message-Id)
45886      Branch: perl
45887            ! ext/NDBM_File/hints/linux.pl
45888 ____________________________________________________________________________
45889 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
45890         Log: Subject: Re: Fixed pack problem - sort of
45891              From: Nicholas Clark <nick@ccl4.org>
45892              Date: Mon, 2 Jul 2001 20:59:20 +0100
45893              Message-ID: <20010702205919.F59620@plum.flirble.org>
45894      Branch: perl
45895            ! pp_pack.c t/op/pack.t
45896 ____________________________________________________________________________
45897 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
45898         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
45899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45900              Date: Mon, 2 Jul 2001 15:45:41 -0400
45901              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
45902      Branch: perl
45903            ! os2/os2.c
45904 ____________________________________________________________________________
45905 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
45906         Log: (Mistaken retraction)
45907      Branch: perl
45908            ! utils/pl2pm.PL
45909 ____________________________________________________________________________
45910 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
45911         Log: Detypo in #11103.
45912      Branch: perl
45913            ! utils/pl2pm.PL
45914 ____________________________________________________________________________
45915 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
45916         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
45917              From: Jonathan Stowe <gellyfish@gellyfish.com>
45918              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
45919              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
45920      Branch: perl
45921            ! utils/pl2pm.PL
45922 ____________________________________________________________________________
45923 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
45924         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
45925              From: "Craig A. Berry" <craigberry@mac.com>
45926              Date: Mon, 02 Jul 2001 14:11:23 -0500
45927              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
45928      Branch: perl
45929            ! lib/Unicode/UCD.pm
45930 ____________________________________________________________________________
45931 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
45932         Log: Subject: [PATCH] Re: op/numconvert.t failures
45933              From: Nicholas Clark <nick@ccl4.org>
45934              Date: Mon, 2 Jul 2001 20:10:48 +0100
45935              Message-ID: <20010702201048.E59620@plum.flirble.org>
45936      Branch: perl
45937            ! t/op/numconvert.t
45938 ____________________________________________________________________________
45939 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
45940         Log: Update Changes.
45941      Branch: perl
45942            ! Changes patchlevel.h
45943 ____________________________________________________________________________
45944 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
45945         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
45946              The real fix must be more involved.  The line of code all the leaky
45947              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
45948              line of Perl_newPMOP().
45949      Branch: perl
45950            ! op.h
45951 ____________________________________________________________________________
45952 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
45953         Log: Based on
45954              
45955              Subject: Re: sizeof(struct sembuf)
45956              From: Nicholas Clark <nick@ccl4.org>
45957              Date: Sun, 1 Jul 2001 22:26:48 +0100
45958              Message-ID: <20010701222648.W59620@plum.flirble.org>
45959              
45960              but do semop() always the slow way.
45961      Branch: perl
45962            ! doio.c
45963 ____________________________________________________________________________
45964 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
45965         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
45966              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45967              Date: Tue, 03 Jul 2001 00:56:30 +0900
45968              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
45969      Branch: perl
45970            ! ext/Encode/Encode/Tcl.t
45971 ____________________________________________________________________________
45972 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
45973         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
45974              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45975              Date: Tue, 03 Jul 2001 00:55:46 +0900
45976              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
45977      Branch: perl
45978            ! ext/Encode/Encode/Tcl.pm
45979 ____________________________________________________________________________
45980 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
45981         Log: Regen api and toc.
45982      Branch: perl
45983            ! pod/perlapi.pod pod/perltoc.pod
45984 ____________________________________________________________________________
45985 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
45986         Log: Metaconfig unit change for #11093.
45987      Branch: metaconfig/U/perl
45988            ! d_fcntl_can_lock.U
45989 ____________________________________________________________________________
45990 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
45991         Log: The fcntl locking test may hang if NFS locking messed up;
45992              break out with alarm(10).
45993      Branch: perl
45994            ! Configure
45995 ____________________________________________________________________________
45996 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
45997         Log: Move the mdelete.bat from win32/bin to win32.
45998      Branch: perl
45999            ! MANIFEST
46000 ____________________________________________________________________________
46001 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
46002         Log: Typo in #11083.
46003      Branch: perl
46004            ! ext/Time/Piece/Piece.t
46005 ____________________________________________________________________________
46006 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
46007         Log: Netware tweaks from Guruprasad.
46008      Branch: perl
46009            - NetWare/perlsdio.h
46010            ! MANIFEST NetWare/Makefile NetWare/interface.c
46011            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
46012            ! perlsdio.h
46013 ____________________________________________________________________________
46014 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
46015         Log: Subject: Re: [PATH] shared -> unique;
46016              From: Abhijit Menon-Sen <ams@wiw.org>
46017              Date: Wed, 27 Jun 2001 03:51:27 +0530
46018              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
46019      Branch: perl
46020            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
46021 ____________________________________________________________________________
46022 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
46023         Log: Subject: Re: AIX / gcc-3.0
46024              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46025              Date: Mon, 02 Jul 2001 15:20:21 +0200
46026              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
46027      Branch: perl
46028            ! hints/aix.sh
46029 ____________________________________________________________________________
46030 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
46031         Log: Subject: Re: Bug report: split splits on wrong pattern
46032              From: Abhijit Menon-Sen <ams@wiw.org>
46033              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
46034              Date: Mon, 2 Jul 2001 16:31:33 +0530
46035      Branch: perl
46036            ! pp_ctl.c
46037 ____________________________________________________________________________
46038 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
46039         Log: Subject: [PATCH 5.6.1] test harness
46040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46041              Date: Mon, 2 Jul 2001 06:29:21 -0400
46042              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
46043      Branch: perl
46044            ! lib/Test/Harness.pm
46045 ____________________________________________________________________________
46046 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
46047         Log: Subject: [PATCH 5.6.1] debugger goof
46048              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46049              Date: Mon, 2 Jul 2001 06:27:22 -0400
46050              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
46051      Branch: perl
46052            ! lib/perl5db.pl
46053 ____________________________________________________________________________
46054 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
46055         Log: Subject: [PATCH 5.6.1] OS/2 cwd
46056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46057              Date: Mon, 2 Jul 2001 06:21:17 -0400
46058              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
46059      Branch: perl
46060            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
46061 ____________________________________________________________________________
46062 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
46063         Log: Make #11082 more OS/2-specific.
46064      Branch: perl
46065            ! ext/Time/Piece/Piece.t
46066 ____________________________________________________________________________
46067 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
46068         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
46069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46070              Date: Mon, 2 Jul 2001 06:06:34 -0400
46071              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
46072      Branch: perl
46073            ! ext/Time/Piece/Piece.t
46074 ____________________________________________________________________________
46075 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
46076         Log: Subject: [PATCH B::Deparse] version number & changes
46077              From: Robin Houston <robin@kitsite.com>  
46078              Date: Sun, 1 Jul 2001 17:17:29 +0100
46079              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
46080      Branch: perl
46081            ! ext/B/B/Deparse.pm
46082 ____________________________________________________________________________
46083 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
46084         Log: Subject: a small fix.
46085              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46086              Date: Mon, 2 Jul 2001 12:17:53 +0200
46087              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
46088      Branch: perl
46089            ! ext/Thread/Thread.xs
46090 ____________________________________________________________________________
46091 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
46092         Log: Subject: RE: perl@10907
46093              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46094              Date: Mon, 2 Jul 2001 12:06:16 +0200
46095              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
46096              
46097              Borland C vs PerlIO.
46098      Branch: perl
46099            ! win32/config.bc win32/config_H.bc
46100 ____________________________________________________________________________
46101 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
46102         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
46103              From: "H.M. Brand" <merijn@l1.procura.nl>
46104              Date: Mon, 02 Jul 2001 11:18:57 +0200
46105              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
46106      Branch: perl
46107            ! t/op/write.t
46108 ____________________________________________________________________________
46109 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
46110         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
46111              From: Michael G Schwern <schwern@pobox.com>
46112              Date: Mon, 2 Jul 2001 00:26:24 -0400
46113              Message-ID: <20010702002624.A18302@blackrider>
46114      Branch: perl
46115            - ext/util/mkbootstrap
46116 ____________________________________________________________________________
46117 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
46118         Log: Subject: [PATCH op.h] v minor comment tweak
46119              From: Robin Houston <robin@puffinry.freeserve.co.uk>
46120              Date: Mon, 2 Jul 2001 00:42:01 +0100
46121              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
46122      Branch: perl
46123            ! op.h
46124 ____________________________________________________________________________
46125 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
46126         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
46127      Branch: perl
46128            ! pod/perlfunc.pod
46129 ____________________________________________________________________________
46130 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
46131         Log: Subject: Re: sizeof(struct sembuf)
46132              From: Nicholas Clark <nick@ccl4.org>
46133              Date: Sun, 1 Jul 2001 19:23:16 +0100
46134              Message-ID: <20010701192316.V59620@plum.flirble.org>
46135              
46136              s/signaling/signalling/
46137      Branch: perl
46138            ! pod/perlfunc.pod
46139 ____________________________________________________________________________
46140 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
46141         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
46142              From: "Philip Newton" <Philip.Newton@gmx.net>
46143              Date: Sun, 1 Jul 2001 09:37:56 +0200
46144              Message-Id: <200107010733.KAA03920@taas.iki.fi>
46145      Branch: perl
46146            ! pod/perlvar.pod
46147 ____________________________________________________________________________
46148 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
46149         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
46150              From: "Philip Newton" <Philip.Newton@gmx.net>
46151              Date: Sun, 1 Jul 2001 09:37:56 +0200
46152              Message-Id: <200107010733.KAA03925@taas.iki.fi>
46153      Branch: perl
46154            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
46155 ____________________________________________________________________________
46156 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
46157         Log: Metaconfig unit change for #11070.
46158      Branch: metaconfig
46159            ! U/compline/randfunc.U
46160 ____________________________________________________________________________
46161 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
46162         Log: Subject: [PATCH perlsnap] its --> it's --> its
46163              From: "Philip Newton" <Philip.Newton@gmx.net>
46164              Date: Sun, 1 Jul 2001 09:37:56 +0200
46165              Message-Id: <200107010733.KAA03914@taas.iki.fi>
46166      Branch: perl
46167            ! Porting/config_H
46168 ____________________________________________________________________________
46169 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
46170         Log: Sync with Sarathy; integrate with perlio.
46171      Branch: perl
46172           !> gv.c
46173 ____________________________________________________________________________
46174 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
46175         Log: regenerate win32/config_H.?c files
46176      Branch: perl
46177            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46178 ____________________________________________________________________________
46179 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
46180         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
46181              naming discipline
46182              
46183              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
46184              because of this)
46185              
46186              fix a warning about "fd" being used without being set in Cwd.xs
46187      Branch: perl
46188            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
46189            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
46190            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
46191            ! win32/config.vc
46192 ____________________________________________________________________________
46193 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
46194         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
46195              within macro arguments") and warnings ("unary minus applied to
46196              unsigned type", among others)
46197      Branch: perl
46198            ! gv.c hv.c op.c pp.c sv.c toke.c
46199 ____________________________________________________________________________
46200 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
46201         Log: win32 fixes: more spurious CRs
46202      Branch: perl
46203            ! win32/mdelete.bat
46204 ____________________________________________________________________________
46205 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
46206         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
46207              from win32/bin (or it gets deleted by distclean); don't delete
46208              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
46209              NT (should be made Win9x specific, and added to makefile.mk)
46210      Branch: perl
46211           +> win32/mdelete.bat
46212            - win32/bin/mdelete.bat
46213            ! win32/Makefile win32/makefile.mk
46214 ____________________________________________________________________________
46215 [ 11063] By: nick                                  on 2001/07/01  18:54:09
46216         Log: Quick for for #ifdef mess
46217      Branch: perlio
46218            ! gv.c
46219 ____________________________________________________________________________
46220 [ 11062] By: nick                                  on 2001/07/01  18:47:42
46221         Log: Raw integrate - does not build #if mess in gv.c
46222      Branch: perlio
46223           !> (integrate 29 files)
46224 ____________________________________________________________________________
46225 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
46226         Log: Make 'compile' target a little less broken.
46227              Still very broken, though: -Wall warnings from
46228              the generated code, boot_Foo prototypes missing,
46229              can't autoload Fcntl::SEEK_CUR et alia, ...
46230      Branch: perl
46231            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
46232            ! utils/perlcc.PL x2p/Makefile.SH
46233 ____________________________________________________________________________
46234 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
46235         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
46236      Branch: perl
46237            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
46238            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
46239 ____________________________________________________________________________
46240 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
46241         Log: Update Changes.
46242      Branch: perl
46243            ! Changes patchlevel.h
46244 ____________________________________________________________________________
46245 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
46246         Log: Still one typo, regen toc.
46247      Branch: perl
46248            ! lib/Unicode/UCD.pm pod/perltoc.pod
46249 ____________________________________________________________________________
46250 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
46251         Log: Detypos and regen toc.
46252      Branch: perl
46253            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
46254 ____________________________________________________________________________
46255 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
46256         Log: VERSION tweak.
46257      Branch: perl
46258            ! ext/List/Util/lib/List/Util.pm
46259 ____________________________________________________________________________
46260 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
46261         Log: Attempt at plugging the leak under ithreads detected by Doug.
46262      Branch: perl
46263            ! op.h
46264 ____________________________________________________________________________
46265 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
46266         Log: gcc -Wall lint after #11051.
46267      Branch: perl
46268            ! pp_sys.c
46269 ____________________________________________________________________________
46270 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
46271         Log: Integrate perlio:
46272              
46273              [ 11050]
46274              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
46275      Branch: perl
46276           !> lib/File/Find/taint.t
46277 ____________________________________________________________________________
46278 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
46279         Log: Don't use the v-strings for module VERSIONs.
46280      Branch: perl
46281            ! lib/Unicode/UCD.pm
46282 ____________________________________________________________________________
46283 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
46284         Log: Code cleanup based on turning off the -woffs in IRIX.
46285              Not all of the gripes cleaned up (hairy code in hv.c and
46286              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
46287              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
46288              to the IRIX hints)
46289      Branch: perl
46290            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
46291            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
46292            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
46293            ! regcomp.c sv.c
46294 ____________________________________________________________________________
46295 [ 11050] By: nick                                  on 2001/06/30  20:46:46
46296         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
46297      Branch: perlio
46298            ! lib/File/Find/taint.t
46299 ____________________________________________________________________________
46300 [ 11049] By: nick                                  on 2001/06/30  18:13:33
46301         Log: Integrate mainline
46302      Branch: perlio
46303           +> NetWare/nwstdio.h NetWare/perlsdio.h
46304           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
46305           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
46306           +> lib/Unicode/UCD.t t/run/exit.t
46307           !> (integrate 60 files)
46308 ____________________________________________________________________________
46309 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
46310         Log: Delta delta.
46311      Branch: perl
46312            ! pod/perl572delta.pod
46313 ____________________________________________________________________________
46314 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
46315         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
46316              by CPAN.pm, use rather _00.
46317      Branch: perl
46318            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
46319            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
46320            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
46321            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
46322            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
46323            ! lib/ExtUtils/Embed.pm lib/Test.pm
46324 ____________________________________________________________________________
46325 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
46326         Log: Add a simple Unicode character database interface, Unicode::UCD.
46327      Branch: perl
46328            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
46329            ! MANIFEST
46330 ____________________________________________________________________________
46331 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
46332         Log: Subject: [PATCH] op/numconver.t
46333              From: Nicholas Clark <nick@ccl4.org>
46334              Date: Sat, 30 Jun 2001 15:40:10 +0100
46335              Message-ID: <20010630154010.I59620@plum.flirble.org>
46336      Branch: perl
46337            ! t/op/numconvert.t
46338 ____________________________________________________________________________
46339 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
46340         Log: The $^N is now taken (by #11038).
46341      Branch: perl
46342            ! t/base/lex.t
46343 ____________________________________________________________________________
46344 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
46345         Log: The #11040 had slipped to a wrong function...
46346      Branch: perl
46347            ! sv.c
46348 ____________________________________________________________________________
46349 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
46350         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
46351              the Configure library symbol probe mysteriously finds all
46352              symbols but those of pipe() and times().
46353      Branch: perl
46354            ! hints/aix.sh
46355 ____________________________________________________________________________
46356 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
46357         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
46358              From: Nicholas Clark <nick@ccl4.org>
46359              Date: Fri, 29 Jun 2001 23:49:07 +0100
46360              Message-ID: <20010629234907.D59620@plum.flirble.org>
46361      Branch: perl
46362            ! lib/ExtUtils.t
46363 ____________________________________________________________________________
46364 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
46365         Log: Subject: [PATCH] weakref fix 2, not yet there
46366              From: Artur Bergman <artur@contiller.se>
46367              Date: Sat, 30 Jun 2001 01:18:16 +0200
46368              Message-ID: <B762D957.1CC9%artur@contiller.se>
46369      Branch: perl
46370            ! sv.c
46371 ____________________________________________________________________________
46372 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
46373         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
46374              From: Michael G Schwern <schwern@pobox.com>
46375              Date: Fri, 29 Jun 2001 19:39:11 -0400
46376              Message-ID: <20010629193910.D25304@blackrider>
46377      Branch: perl
46378            + t/run/exit.t
46379            ! MANIFEST
46380 ____________________________________________________________________________
46381 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
46382         Log: Add support for $^N, the most-recently closed group.
46383      Branch: perl
46384            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
46385            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
46386            ! thrdvar.h
46387 ____________________________________________________________________________
46388 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
46389         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
46390              From: lvirden@cas.org
46391              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
46392              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
46393              
46394              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
46395              From: lvirden@cas.org
46396              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
46397              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
46398      Branch: perl
46399            ! README.solaris
46400 ____________________________________________________________________________
46401 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
46402         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
46403              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46404              Date: Sat, 30 Jun 2001 07:33:37 +0900
46405              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
46406              
46407              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
46408              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46409              Date: Sat, 30 Jun 2001 21:38:14 +0900
46410              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
46411      Branch: perl
46412            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
46413            + ext/Encode/Encode/7bit-kr.enc
46414            ! MANIFEST ext/Encode/Encode/Tcl.pm
46415 ____________________________________________________________________________
46416 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
46417         Log: NetWare tweaks from Guruprasad.
46418      Branch: perl
46419            + NetWare/nwstdio.h NetWare/perlsdio.h
46420            ! MANIFEST NetWare/Makefile NetWare/config.wc
46421            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
46422            ! NetWare/t/Readme.txt
46423 ____________________________________________________________________________
46424 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
46425         Log: More module $VERSION bump-ups.
46426      Branch: perl
46427            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
46428            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
46429            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
46430 ____________________________________________________________________________
46431 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
46432         Log: Doc update due to #11032.
46433      Branch: perl
46434            ! pod/perl572delta.pod
46435 ____________________________________________________________________________
46436 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
46437         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
46438              From: Peter Prymmer <pvhp@forte.com>
46439              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
46440              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
46441      Branch: perl
46442            ! ext/Time/HiRes/HiRes.xs
46443 ____________________________________________________________________________
46444 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
46445         Log: -lpthreads missing in AIX.
46446      Branch: perl
46447            ! hints/aix.sh
46448 ____________________________________________________________________________
46449 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
46450         Log: Subject: [PATCH] CLONE && weakrefs
46451              From: Artur Bergman <artur@contiller.se>
46452              Date: Fri, 29 Jun 2001 17:02:00 +0200
46453              Message-ID: <B7626508.1CA0%artur@contiller.se>
46454      Branch: perl
46455            ! sv.c
46456 ____________________________________________________________________________
46457 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
46458         Log: Subject: Re: Bug report: split splits on wrong pattern
46459              From: Radu Greab <radu@netsoft.ro>
46460              Date: Wed, 27 Jun 2001 21:50:52 +0300
46461              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
46462      Branch: perl
46463            ! pp_ctl.c t/op/split.t
46464 ____________________________________________________________________________
46465 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
46466         Log: Metaconfig unit change for #11027.
46467      Branch: metaconfig/U/perl
46468            ! d_modfl.U
46469 ____________________________________________________________________________
46470 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
46471         Log: I thought this Configure glitch for AIX was just recently fixed?
46472      Branch: perl
46473            ! Configure
46474 ____________________________________________________________________________
46475 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
46476         Log: Update Changes.
46477      Branch: perl
46478            ! Changes patchlevel.h
46479 ____________________________________________________________________________
46480 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
46481         Log: Subject: Re: perl@10967, File::Find, and Cwd
46482              From: Mike Guy <mjtg@cam.ac.uk>
46483              Date: Fri, 29 Jun 2001 14:56:49 +0100
46484              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
46485      Branch: perl
46486            ! lib/File/Find/taint.t
46487 ____________________________________________________________________________
46488 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
46489         Log: Update the sv_pvprintify() spec.
46490      Branch: perl
46491            ! pod/perltodo.pod
46492 ____________________________________________________________________________
46493 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
46494         Log: Known test failures update.
46495      Branch: perl
46496            ! pod/perl572delta.pod
46497 ____________________________________________________________________________
46498 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
46499         Log: Based on
46500              
46501              Subject: [PATCH @11016] More );) fixes
46502              From: Richard Soderberg <rs@crystalflame.net>
46503              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
46504              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
46505      Branch: perl
46506            ! ext/Thread/Thread.xs ext/Thread/typemap
46507 ____________________________________________________________________________
46508 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
46509         Log: Subject: [PATCH @11016] Fixes compile errors in four files
46510              From: Richard Soderberg <rs@crystalflame.net>
46511              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
46512              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
46513      Branch: perl
46514            ! mg.c pp.c pp_hot.c util.c
46515 ____________________________________________________________________________
46516 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
46517         Log: AIX hints tweaking continues, from Merijn Brand.
46518      Branch: perl
46519            ! hints/aix.sh
46520 ____________________________________________________________________________
46521 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
46522         Log: HP-UX needs gccversion sooner, from Merijn Brand.
46523      Branch: perl
46524            ! hints/hpux.sh
46525 ____________________________________________________________________________
46526 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
46527         Log: Subject: [PATCH 5.6.1] OS/2 docs
46528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46529              Date: Fri, 29 Jun 2001 02:34:12 -0400
46530              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
46531      Branch: perl
46532            ! README.os2 os2/Changes
46533 ____________________________________________________________________________
46534 [ 11017] By: nick                                  on 2001/06/29  10:20:30
46535         Log: Integrate mainline
46536      Branch: perlio
46537           +> (branch 37 files)
46538            - ext/ODBM_File/sdbm.t
46539           !> (integrate 211 files)
46540 ____________________________________________________________________________
46541 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
46542         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
46543              the modules found using a script written by Larry Schatzer Jr.
46544      Branch: perl
46545            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
46546            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
46547            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
46548            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
46549            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
46550            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
46551            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
46552            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
46553            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
46554            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
46555            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
46556            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
46557            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
46558            ! lib/constant.pm lib/fields.pm lib/strict.pm
46559 ____________________________________________________________________________
46560 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
46561         Log: The latest JPL from the anoncvs.
46562      Branch: perl
46563            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
46564 ____________________________________________________________________________
46565 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
46566         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
46567      Branch: perl
46568            ! t/op/pat.t
46569 ____________________________________________________________________________
46570 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
46571         Log: Worrying about insecure directories now is a bit too late.
46572      Branch: perl
46573            ! lib/File/Find/taint.t
46574 ____________________________________________________________________________
46575 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
46576         Log: Cannot DIE() in a void function,
46577              from Richard Hatch <rhatch@austin.ibm.com>.
46578      Branch: perl
46579            ! ext/IPC/SysV/SysV.xs
46580 ____________________________________________________________________________
46581 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
46582         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
46583              From: Peter Prymmer <pvhp@forte.com>
46584              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
46585              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
46586              
46587              (unfinished: time/hires tests 3, 5, 14 failing, but better
46588              than wholesale failure)
46589      Branch: perl
46590            ! ext/Time/HiRes/HiRes.xs
46591 ____________________________________________________________________________
46592 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
46593         Log: Subject: [PATCH 5.6.1] OS/2 improvements
46594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46595              Date: Thu, 28 Jun 2001 16:03:14 -0400
46596              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
46597      Branch: perl
46598            + os2/os2_base.t
46599            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
46600            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
46601            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
46602            ! os2/os2ish.h
46603 ____________________________________________________________________________
46604 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
46605         Log: Subject: Incrementing Extutils::Manifest's $VERSION
46606              From: Michael G Schwern <schwern@pobox.com>
46607              Date: Thu, 28 Jun 2001 13:13:49 -0400
46608              Message-ID: <20010628131349.A14738@blackrider>
46609      Branch: maint-5.6/perl
46610            ! lib/ExtUtils/Manifest.pm
46611 ____________________________________________________________________________
46612 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
46613         Log: AIX tweak from Merijn Brand.
46614      Branch: perl
46615            ! hints/aix.sh
46616 ____________________________________________________________________________
46617 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
46618         Log: Create the macperl branch.
46619      Branch: maint-5.6/macperl
46620           +> (branch 1728 files)
46621 ____________________________________________________________________________
46622 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
46623         Log: Update Changes.
46624      Branch: perl
46625            ! Changes patchlevel.h
46626 ____________________________________________________________________________
46627 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
46628         Log: More Perforce lore.
46629      Branch: perl
46630            ! Porting/repository.pod
46631 ____________________________________________________________________________
46632 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
46633         Log: Metaconfig unit changes for #11003.
46634      Branch: metaconfig/U/perl
46635            + d_nl_langinfo.U i_langinfo.U
46636 ____________________________________________________________________________
46637 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
46638         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
46639              Expected not to exist in non-UNIX excepting in VMS, where
46640              according to a quick web survey they just might.
46641      Branch: perl
46642            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
46643            ! Porting/config_H config_h.SH configure.com epoc/config.sh
46644            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
46645            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
46646            ! win32/config.bc win32/config.gc win32/config.vc
46647 ____________________________________________________________________________
46648 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
46649         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
46650              in AIX is one is doing a 64-bit build.
46651      Branch: perl
46652            ! hints/aix.sh
46653 ____________________________________________________________________________
46654 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
46655         Log: Metaconfig unit changes for #11000.
46656      Branch: metaconfig/U/perl
46657            ! use64bits.U uselfs.U
46658 ____________________________________________________________________________
46659 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
46660         Log: Move use64bitint and use64bitall before uselargefiles.
46661      Branch: perl
46662            ! Configure
46663 ____________________________________________________________________________
46664 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
46665         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
46666              From: Robert Spier <rspier@pobox.com>
46667              Message-ID: <15162.41164.618712.841415@rls.cx>
46668              Date: Wed, 27 Jun 2001 23:13:16 -0400
46669      Branch: perl
46670            ! doio.c
46671 ____________________________________________________________________________
46672 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
46673         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
46674              From: Peter Prymmer <pvhp@forte.com>
46675              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
46676              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
46677      Branch: perl
46678            ! numeric.c
46679 ____________________________________________________________________________
46680 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
46681         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
46682              From: Peter Prymmer <pvhp@forte.com>
46683              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
46684              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
46685      Branch: perl
46686            ! configure.com ext/Digest/MD5/Makefile.PL
46687 ____________________________________________________________________________
46688 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
46689         Log: Update Changes.
46690      Branch: perl
46691            ! Changes patchlevel.h
46692 ____________________________________________________________________________
46693 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
46694         Log: Tiny EPOC updates.
46695      Branch: perl
46696            ! epoc/config.sh
46697 ____________________________________________________________________________
46698 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
46699         Log: The Test::More and Test::Simple tests required help
46700              thanks to our schizophrenic test scheme.
46701      Branch: perl
46702            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
46703            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
46704            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
46705            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
46706            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
46707 ____________________________________________________________________________
46708 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
46709         Log: Upgrade to Test::Simple 0.09.
46710      Branch: perl
46711            + lib/Test/Simple/Changes
46712            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
46713            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
46714            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
46715            ! lib/Test/Simple/t/plan_is_noplan.t
46716 ____________________________________________________________________________
46717 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
46718         Log: Upgrade to Test::More 0.07.
46719      Branch: perl
46720            + lib/Test/More/Changes
46721            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
46722            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
46723            ! lib/Test/More/t/skipall.t
46724 ____________________________________________________________________________
46725 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
46726         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
46727              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46728              Date: Wed, 27 Jun 2001 18:40:04 +0200
46729              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
46730      Branch: perl
46731            ! hints/hpux.sh
46732 ____________________________________________________________________________
46733 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
46734         Log: Subject: [PATCH README.qnx hints/qnx.sh]
46735              From: Norton Allen <allen@huarp.harvard.edu>
46736              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
46737              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
46738      Branch: perl
46739            ! README.qnx hints/qnx.sh
46740 ____________________________________________________________________________
46741 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
46742         Log: Subject: [PATCH] two little documentation nits
46743              From: Abhijit Menon-Sen <ams@wiw.org>
46744              Date: Wed, 27 Jun 2001 20:07:50 +0530
46745              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
46746      Branch: perl
46747            ! sv.c sv.h
46748 ____________________________________________________________________________
46749 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
46750         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
46751              From: Norton Allen <allen@huarp.harvard.edu>
46752              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
46753              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
46754      Branch: perl
46755            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
46756 ____________________________________________________________________________
46757 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
46758         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
46759              From: Michael G Schwern <schwern@pobox.com>
46760              Date: Wed, 27 Jun 2001 02:34:58 -0400
46761              Message-ID: <20010627023458.K23874@blackrider>
46762      Branch: perl
46763            ! vms/test.com
46764 ____________________________________________________________________________
46765 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
46766         Log: Add perl_clone_host() for Netware.
46767      Branch: perl
46768            ! NetWare/nw5.c
46769 ____________________________________________________________________________
46770 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
46771         Log: GCC 3.0 hints for HP-UX.
46772      Branch: perl
46773            ! hints/hpux.sh
46774 ____________________________________________________________________________
46775 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
46776         Log: In some Linux distributions the libndbm is broken
46777              (no null key support), therefore link with libgdbm
46778              (if available), since it has a working ndbm emulation,
46779              from Jonathan Stowe.
46780      Branch: perl
46781            + ext/NDBM_File/hints/linux.pl
46782            ! MANIFEST
46783 ____________________________________________________________________________
46784 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
46785         Log: Subject: [PATCH perl@10930] find.t hack for VMS
46786              From: "Craig A. Berry" <craigberry@mac.com>
46787              Date: Tue, 26 Jun 2001 23:40:25 -0500
46788              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
46789      Branch: perl
46790            ! lib/File/Find/find.t
46791 ____________________________________________________________________________
46792 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
46793         Log: AUTHORS updates.
46794      Branch: perl
46795            ! AUTHORS
46796 ____________________________________________________________________________
46797 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
46798         Log: Metaconfig unit change like #10980.
46799      Branch: metaconfig
46800            ! U/compline/d_stdstdio.U
46801 ____________________________________________________________________________
46802 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
46803         Log: "lose the it's", from Abhijit Menon-Sen.
46804              ("It's" not searched, pods not searched.)
46805      Branch: perl
46806            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
46807            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
46808            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
46809            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
46810            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46811            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
46812 ____________________________________________________________________________
46813 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
46814         Log: "lose the looses", from Abhijit Menon-Sen.
46815      Branch: perl
46816            ! ext/B/B/Assembler.pm gv.c
46817 ____________________________________________________________________________
46818 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
46819         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
46820      Branch: perl
46821            ! hints/os390.sh
46822 ____________________________________________________________________________
46823 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
46824         Log: DEC C 5.3 on the VAX simply doesn't seem to like
46825              compiling the MD5 extension, disable it there for now,
46826              from Peter Prymmer.
46827      Branch: perl
46828            ! configure.com
46829 ____________________________________________________________________________
46830 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
46831         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
46832              From: Jonathan Stowe <gellyfish@gellyfish.com>
46833              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
46834              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
46835      Branch: perl
46836            ! pod/perlfaq3.pod
46837 ____________________________________________________________________________
46838 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
46839         Log: Subject: [PATCH 5.6.1] perlxs misprints
46840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46841              Date: Tue, 26 Jun 2001 17:20:00 -0400
46842              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
46843      Branch: perl
46844            ! pod/perlxs.pod
46845 ____________________________________________________________________________
46846 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
46847         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
46848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46849              Date: Tue, 26 Jun 2001 17:27:07 -0400
46850              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
46851      Branch: perl
46852            ! lib/ExtUtils/MM_Unix.pm
46853 ____________________________________________________________________________
46854 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
46855         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
46856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46857              Date: Tue, 26 Jun 2001 17:23:24 -0400
46858              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
46859      Branch: perl
46860            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
46861 ____________________________________________________________________________
46862 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
46863         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
46864              by Olaf Flebbe.
46865      Branch: perl
46866            ! perl.h
46867 ____________________________________________________________________________
46868 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
46869         Log: Detypo.
46870      Branch: perl
46871            ! lib/Memoize/t/tie_sdbm.t
46872 ____________________________________________________________________________
46873 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
46874         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
46875      Branch: perl
46876            ! win32/perllib.c
46877 ____________________________________________________________________________
46878 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
46879         Log: Subject: [patch] perl_clone+CvFILE
46880              From: Doug MacEachern <dougm@covalent.net>
46881              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
46882              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
46883      Branch: perl
46884            ! sv.c
46885 ____________________________________________________________________________
46886 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
46887         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
46888              From: Mark-Jason Dominus <mjd@plover.com>
46889              Date: Tue, 26 Jun 2001 12:33:01 -0400
46890              Message-ID: <20010626163301.31298.qmail@plover.com>
46891      Branch: perl
46892            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
46893 ____________________________________________________________________________
46894 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
46895         Log: Update Changes.
46896      Branch: perl
46897            ! Changes patchlevel.h
46898 ____________________________________________________________________________
46899 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
46900         Log: Also catfile() needs now to explicitly exported.
46901      Branch: perl
46902            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
46903 ____________________________________________________________________________
46904 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
46905         Log: Regen toc.
46906      Branch: perl
46907            ! pod/perltoc.pod
46908 ____________________________________________________________________________
46909 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
46910         Log: Nonexistent pod command.
46911      Branch: perl
46912            ! pod/perl572delta.pod
46913 ____________________________________________________________________________
46914 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
46915         Log: Be more portable in the quest for tmpdir.
46916      Branch: perl
46917            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
46918 ____________________________________________________________________________
46919 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
46920         Log: Be more portable in finding out the home directory,
46921              and use File::Spec to do the concat.
46922              (Come to think of it, couldn't File::Spec provide
46923              for a ->homedir method?)
46924      Branch: perl
46925            ! lib/Net/Config.pm
46926 ____________________________________________________________________________
46927 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
46928         Log: Doc patch for #10959.
46929      Branch: perl
46930            ! pod/perlfunc.pod
46931 ____________________________________________________________________________
46932 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
46933         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
46934              From: "Philip Newton" <pnewton@gmx.de>
46935              Date: Tue, 26 Jun 2001 16:26:47 +0200
46936              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
46937      Branch: perl
46938            ! pod/perldata.pod
46939 ____________________________________________________________________________
46940 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
46941         Log: Subject: [PATH] shared -> unique;
46942              From: "Artur Bergman" <artur@contiller.se>
46943              Date: Tue, 26 Jun 2001 16:18:40 +0200
46944              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
46945              
46946              Because "shared" isn't: it's read-only.
46947      Branch: perl
46948            ! toke.c xsutils.c
46949 ____________________________________________________________________________
46950 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
46951         Log: Escape multiline croak messages.
46952      Branch: perl
46953            ! t/op/ver.t
46954 ____________________________________________________________________________
46955 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
46956         Log: No more pragma/*.t for minitest.
46957      Branch: perl
46958            ! Makefile.SH
46959 ____________________________________________________________________________
46960 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
46961         Log: AUTHORS updates.
46962      Branch: perl
46963            ! AUTHORS
46964 ____________________________________________________________________________
46965 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
46966         Log: delta updates.
46967      Branch: perl
46968            ! pod/perl572delta.pod
46969 ____________________________________________________________________________
46970 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
46971         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
46972              From: Artur Bergman <artur@contiller.se> 
46973              Date: Tue, 26 Jun 2001 15:32:53 +0200
46974              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
46975      Branch: perl
46976            ! makedef.pl sv.c sv.h win32/perllib.c
46977 ____________________________________________________________________________
46978 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
46979         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
46980              From: Jonathan Stowe <gellyfish@gellyfish.com>
46981              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
46982              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
46983              
46984              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
46985      Branch: perl
46986            + ext/Time/HiRes/hints/sco.pl
46987            ! MANIFEST
46988 ____________________________________________________________________________
46989 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
46990         Log: Subject: [PATCH 5.6.1] static build
46991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46992              Date: Tue, 26 Jun 2001 04:22:25 -0400
46993              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
46994      Branch: perl
46995            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
46996            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
46997 ____________________________________________________________________________
46998 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
46999         Log: DJGPP patches from Laszlo Molnar.
47000      Branch: perl
47001            ! djgpp/djgpp.c perl.c util.c
47002 ____________________________________________________________________________
47003 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
47004         Log: Netware patches from Ananth Kesari.
47005      Branch: perl
47006            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
47007            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
47008            ! NetWare/nwtinfo.h
47009 ____________________________________________________________________________
47010 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
47011         Log: Detypo.
47012      Branch: perl
47013            ! ext/Errno/Errno_pm.PL
47014 ____________________________________________________________________________
47015 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
47016         Log: There seems to be two ways of spelling the $^O in *STEP.
47017      Branch: perl
47018            ! ext/Errno/Errno_pm.PL
47019 ____________________________________________________________________________
47020 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
47021         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
47022              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
47023      Branch: perl
47024            ! ext/Errno/Errno_pm.PL
47025 ____________________________________________________________________________
47026 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
47027         Log: Known bugs update.
47028      Branch: perl
47029            ! pod/perl572delta.pod
47030 ____________________________________________________________________________
47031 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
47032         Log: The default installation of Cygwin has 500 as root's uid.
47033      Branch: perl
47034            ! lib/User/pwent.t
47035 ____________________________________________________________________________
47036 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
47037         Log: Be even more relaxed (re-allow having only one entry).
47038      Branch: perl
47039            ! t/op/grent.t t/op/pwent.t
47040 ____________________________________________________________________________
47041 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
47042         Log: Test failure updates.
47043      Branch: perl
47044            ! pod/perl572delta.pod
47045 ____________________________________________________________________________
47046 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
47047         Log: MPE/iX test tweaks from Mark Bixby.
47048      Branch: perl
47049            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
47050            ! t/io/fs.t t/op/stat.t
47051 ____________________________________________________________________________
47052 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
47053         Log: Microperl findings.
47054      Branch: perl
47055            ! perl.h pp_sys.c
47056 ____________________________________________________________________________
47057 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
47058         Log: Touch uconfig.h.
47059      Branch: perl
47060            ! uconfig.h
47061 ____________________________________________________________________________
47062 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
47063         Log: Subject: [PATCH] Proposed fix for Pod::Man
47064              From: Rob Napier <rnapier@employees.org>
47065              Date: Mon, 25 Jun 2001 15:49:24 -0400
47066              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
47067              
47068              Cater for Solaris nroff brokenness (shortchanges daisywheel
47069              printers, but hey, we also no more support PDPs.)
47070      Branch: perl
47071            ! lib/Pod/Man.pm
47072 ____________________________________________________________________________
47073 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
47074         Log: Typo in #10937.
47075      Branch: perl
47076            ! ext/POSIX/sigaction.t
47077 ____________________________________________________________________________
47078 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
47079         Log: SIGCONT not trappable in VMS.
47080      Branch: perl
47081            ! ext/POSIX/sigaction.t
47082 ____________________________________________________________________________
47083 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
47084         Log: Subject: [DRAFT] Encode-Tcl.t
47085              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47086              Date: Tue, 26 Jun 2001 03:38:08 +0900
47087              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
47088      Branch: perl
47089            + ext/Encode/Encode/Tcl.t
47090            ! MANIFEST ext/Encode/Encode/Tcl.pm
47091 ____________________________________________________________________________
47092 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
47093         Log: Because of #10932 retract also the perlfunc hunk of #10910.
47094      Branch: perl
47095            ! pod/perlfunc.pod
47096 ____________________________________________________________________________
47097 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
47098         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
47099              by Ilya Zakharevich in
47100              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
47101      Branch: perl
47102            ! XSUB.h
47103 ____________________________________________________________________________
47104 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
47105         Log: Typo in #10889.
47106      Branch: perl
47107            ! hints/uts.sh
47108 ____________________________________________________________________________
47109 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
47110         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
47111              From: Abhijit Menon-Sen <ams@wiw.org>
47112              Date: Mon, 25 Jun 2001 23:45:45 +0530
47113              Message-ID: <20010625234545.A5022@lustre.linux.in>
47114      Branch: perl
47115            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
47116 ____________________________________________________________________________
47117 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
47118         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
47119              From: Michael G Schwern <schwern@pobox.com>
47120              Date: Mon, 25 Jun 2001 14:35:51 -0400
47121              Message-ID: <20010625143551.H13819@blackrider>
47122      Branch: perl
47123            ! lib/Test.pm
47124 ____________________________________________________________________________
47125 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
47126         Log: Update Changes.
47127      Branch: perl
47128            ! Changes patchlevel.h
47129 ____________________________________________________________________________
47130 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
47131         Log: Regen toc and modlib.
47132      Branch: perl
47133            ! pod/perlmodlib.pod pod/perltoc.pod
47134 ____________________________________________________________________________
47135 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
47136         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
47137              for the benefit of C++ compilers, as suggested by Guruprasad.
47138      Branch: perl
47139            ! embed.pl proto.h
47140 ____________________________________________________________________________
47141 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
47142         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
47143              From: Jonathan Stowe <gellyfish@gellyfish.com>
47144              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
47145              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
47146      Branch: perl
47147            ! pod/perlfaq5.pod
47148 ____________________________________________________________________________
47149 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
47150         Log: Missed from #10925.
47151      Branch: perl
47152            ! gv.c
47153 ____________________________________________________________________________
47154 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
47155         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
47156              From: Robin Houston <robin@kitsite.com>
47157              Date: Sat, 19 May 2001 16:19:34 +0100
47158              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
47159      Branch: perl
47160            ! cv.h gv.h op.c
47161 ____________________________________________________________________________
47162 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
47163         Log: Netware README tweak.
47164      Branch: perl
47165            ! README.netware
47166 ____________________________________________________________________________
47167 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
47168         Log: Subject: [PATCH] Re: overload.t fails
47169              From: Abhijit Menon-Sen <ams@wiw.org>
47170              Date: Mon, 25 Jun 2001 14:52:20 +0530
47171              Message-ID: <20010625145220.A24114@lustre.linux.in>
47172      Branch: perl
47173            ! lib/overload.t
47174 ____________________________________________________________________________
47175 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
47176         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
47177              From: Mike Guy <mjtg@cam.ac.uk>
47178              Date: Mon, 25 Jun 2001 11:43:23 +0100
47179              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
47180      Branch: perl
47181            ! lib/Carp.pm
47182 ____________________________________________________________________________
47183 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
47184         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
47185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47186              Date: Sun, 24 Jun 2001 05:17:05 -0400
47187              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
47188      Branch: perl
47189            ! os2/os2ish.h
47190 ____________________________________________________________________________
47191 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
47192         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
47193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47194              Date: Mon, 25 Jun 2001 05:52:27 -0400
47195              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
47196      Branch: perl
47197            ! hints/os2.sh
47198 ____________________________________________________________________________
47199 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
47200         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
47201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47202              Date: Mon, 25 Jun 2001 05:23:35 -0400
47203              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
47204      Branch: perl
47205            ! os2/os2.c
47206 ____________________________________________________________________________
47207 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
47208         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
47209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47210              Date: Mon, 25 Jun 2001 05:04:32 -0400
47211              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
47212      Branch: perl
47213            ! os2/OS2/REXX/DLL/DLL.pm
47214 ____________________________________________________________________________
47215 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
47216         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
47217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47218              Date: Mon, 25 Jun 2001 05:02:36 -0400
47219              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
47220      Branch: perl
47221            ! mg.c os2/dl_os2.c os2/os2.c
47222 ____________________________________________________________________________
47223 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
47224         Log: Subject: Re: [PATCH 5.6.1] misprints
47225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47226              Date: Mon, 25 Jun 2001 04:50:50 -0400
47227              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
47228      Branch: perl
47229            ! os2/os2.c pp_sys.c
47230 ____________________________________________________________________________
47231 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
47232         Log: Add Test::More and Test::Simple to the delta.
47233      Branch: perl
47234            ! pod/perl572delta.pod
47235 ____________________________________________________________________________
47236 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
47237         Log: Add Test::More, from Michael G Schwern.
47238      Branch: perl
47239            + lib/Test/More.pm lib/Test/More/t/More.t
47240            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
47241            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
47242            + t/lib/Test/More/Catch.pm
47243            ! MANIFEST
47244 ____________________________________________________________________________
47245 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
47246         Log: Add Test::Simple from Michael G Schwern.
47247      Branch: perl
47248            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
47249            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
47250            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
47251            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
47252            + t/lib/Test/Simple/Catch.pm
47253            + t/lib/Test/Simple/sample_tests/death.plx
47254            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
47255            + t/lib/Test/Simple/sample_tests/extras.plx
47256            + t/lib/Test/Simple/sample_tests/five_fail.plx
47257            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
47258            + t/lib/Test/Simple/sample_tests/one_fail.plx
47259            + t/lib/Test/Simple/sample_tests/require.plx
47260            + t/lib/Test/Simple/sample_tests/success.plx
47261            + t/lib/Test/Simple/sample_tests/too_few.plx
47262            + t/lib/Test/Simple/sample_tests/two_fail.plx
47263            ! MANIFEST
47264 ____________________________________________________________________________
47265 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
47266         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
47267              From: "Craig A. Berry" <craigberry@mac.com>
47268              Date: Sun, 24 Jun 2001 23:41:36 -0500
47269              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
47270      Branch: perl
47271            ! pp_sys.c
47272 ____________________________________________________________________________
47273 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
47274         Log: Upgrade to Attribute::Handlers 0.70.
47275      Branch: perl
47276            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
47277            ! MANIFEST lib/Attribute/Handlers.pm
47278 ____________________________________________________________________________
47279 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
47280         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
47281              From: Abhijit Menon-Sen <ams@wiw.org>
47282              Date: Sat, 23 Jun 2001 05:17:44 +0530
47283              Message-ID: <20010623051744.A18583@lustre.linux.in>
47284              
47285              (Can't think of a good place to put tests.)
47286      Branch: perl
47287            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
47288 ____________________________________________________________________________
47289 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
47290         Log: Subject: [PATCH] t/op/pat.t typo fix
47291              From: Richard Soderberg <rs@crystalflame.net>
47292              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
47293              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
47294      Branch: perl
47295            ! t/op/pat.t
47296 ____________________________________________________________________________
47297 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
47298         Log: Move the pack warnings to their own file, as pointed
47299              out by Spider.
47300      Branch: perl
47301            + t/lib/warnings/pp_pack
47302            ! MANIFEST t/lib/warnings/pp
47303 ____________________________________________________________________________
47304 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
47305         Log: Update Changes.
47306      Branch: perl
47307            ! Changes patchlevel.h
47308 ____________________________________________________________________________
47309 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
47310         Log: Partially fix a problem noticed by IRIX compiler:
47311              the initialization of parse_start was bypassed by
47312              several gotos.  Now initialized to zero, which may
47313              not be the best choice.
47314      Branch: perl
47315            ! regcomp.c
47316 ____________________________________________________________________________
47317 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
47318         Log: Relax the group and password tests back to moaning only
47319              if no matches at all are found.  (Even with a small sample
47320              I could find many sites where there are, umm, anomalies in
47321              the said databases.)       
47322      Branch: perl
47323            ! t/op/grent.t t/op/pwent.t
47324 ____________________________________________________________________________
47325 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
47326         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
47327      Branch: perl
47328            ! pp_ctl.c
47329 ____________________________________________________________________________
47330 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
47331         Log: De-cut-and-pasto in #10902.
47332      Branch: perl
47333            ! pp_ctl.c
47334 ____________________________________________________________________________
47335 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
47336         Log: The #10771 didn't take?
47337      Branch: perl
47338            ! pp_ctl.c
47339 ____________________________________________________________________________
47340 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
47341         Log: Undo the filetests part of #10900, under multiplicity
47342              weird errors take place.
47343      Branch: perl
47344            ! pp_sys.c
47345 ____________________________________________________________________________
47346 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
47347         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
47348      Branch: perl
47349            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
47350 ____________________________________________________________________________
47351 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
47352         Log: (Replaced by #10922)
47353              
47354              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
47355              From: Tony Bowden <tony@kasei.com>
47356              Date: Sun, 24 Jun 2001 17:32:40 +0100
47357              Message-ID: <20010624173240.A16293@blackstar.co.uk>
47358              
47359              Document (well, mention) shortmess() and longmess()
47360              to rob people of their fun of reinventing the wheel.
47361      Branch: perl
47362            ! lib/Carp.pm
47363 ____________________________________________________________________________
47364 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
47365         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
47366              From: Brian Jepson <bjepson@oreilly.com>
47367              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
47368              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
47369      Branch: perl
47370            ! pp_sys.c
47371 ____________________________________________________________________________
47372 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
47373         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
47374              From: Robin Barker <rmb1@cise.npl.co.uk> 
47375              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
47376              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
47377      Branch: perl
47378            ! lib/CPAN.pm
47379 ____________________________________________________________________________
47380 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
47381         Log: Memoize patch from mjd.
47382      Branch: perl
47383            ! lib/Memoize/t/tie_storable.t
47384 ____________________________________________________________________________
47385 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
47386         Log: Spec the sv_pvprintify() a bit more.
47387      Branch: perl
47388            ! pod/perltodo.pod
47389 ____________________________________________________________________________
47390 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
47391         Log: Upgrade to Memoize 0.65.
47392      Branch: perl
47393            + lib/Memoize/t/array_confusion.t
47394            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
47395            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
47396            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
47397            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
47398            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
47399            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
47400            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
47401            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
47402            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
47403            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
47404            ! lib/Memoize/t/tie_storable.t
47405 ____________________________________________________________________________
47406 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
47407         Log: Metaconfig unit change for #10892.
47408      Branch: metaconfig
47409            ! U/modified/Options.U
47410 ____________________________________________________________________________
47411 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
47412         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
47413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47414              Date: Sun, 24 Jun 2001 05:24:40 -0400
47415              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
47416      Branch: perl
47417            ! Configure hints/os2.sh
47418 ____________________________________________________________________________
47419 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
47420         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
47421              From: Mike Guy <mjtg@cam.ac.uk>
47422              Date: Sun, 24 Jun 2001 15:28:39 +0100
47423              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
47424              
47425              Fix an ancient (5.002) bug.
47426      Branch: perl
47427            ! lib/Carp/Heavy.pm
47428 ____________________________________________________________________________
47429 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
47430         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
47431              variables.
47432      Branch: perl
47433            ! pp_sys.c
47434 ____________________________________________________________________________
47435 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
47436         Log: Make UTS as per #10888.
47437      Branch: perl
47438            ! hints/uts.sh
47439 ____________________________________________________________________________
47440 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
47441         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
47442      Branch: perl
47443            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
47444            ! mpeix/mpeixish.h perl.h unixish.h
47445 ____________________________________________________________________________
47446 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
47447         Log: AUTHORS update.
47448      Branch: perl
47449            ! AUTHORS
47450 ____________________________________________________________________________
47451 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
47452         Log: Subject: Encode::Tcl for multibyte doesnot work
47453              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47454              Date: Sun, 24 Jun 2001 22:48:21 +0900
47455              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
47456      Branch: perl
47457            ! ext/Encode/Encode/Tcl.pm
47458 ____________________________________________________________________________
47459 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
47460         Log: Subject: [PATCH] Remove tautology in error messages
47461              From: Mike Guy <mjtg@cam.ac.uk>
47462              Date: Sun, 24 Jun 2001 13:31:00 +0100
47463              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
47464      Branch: perl
47465            ! pp_sys.c
47466 ____________________________________________________________________________
47467 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
47468         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
47469      Branch: perl
47470            ! hints/darwin.sh
47471 ____________________________________________________________________________
47472 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
47473         Log: Subject: Re: [PATCH 5.6.1] test suite
47474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47475              Date: Sun, 24 Jun 2001 05:47:05 -0400
47476              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
47477              
47478              Test suite fixes.
47479      Branch: perl
47480            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
47481 ____________________________________________________________________________
47482 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
47483         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
47484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47485              Date: Sun, 24 Jun 2001 05:37:19 -0400
47486              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
47487      Branch: perl
47488            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
47489 ____________________________________________________________________________
47490 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
47491         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
47492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47493              Date: Sun, 24 Jun 2001 05:34:50 -0400
47494              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
47495              
47496              Pacify compiler warnings.
47497      Branch: perl
47498            ! pp_sys.c
47499 ____________________________________________________________________________
47500 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
47501         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
47502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47503              Date: Sun, 24 Jun 2001 05:21:18 -0400
47504              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
47505              
47506              Enable compression of executables during link time.
47507      Branch: perl
47508            ! hints/os2.sh
47509 ____________________________________________________________________________
47510 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
47511         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
47512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47513              Date: Sun, 24 Jun 2001 05:15:11 -0400
47514              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
47515              
47516              Add ordinals to the export list for Perl DLL.
47517              (Breaks intra-version DLL compatibility.)
47518      Branch: perl
47519            ! makedef.pl
47520 ____________________________________________________________________________
47521 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
47522         Log: Allow (displaying and) re-editing the Subject in perlbug.
47523              Also abstract the Subject quality control into a function.
47524      Branch: perl
47525            ! utils/perlbug.PL
47526 ____________________________________________________________________________
47527 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
47528         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
47529      Branch: perl
47530            ! utils/perlbug.PL
47531 ____________________________________________________________________________
47532 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
47533         Log: Regen toc and modlib.
47534      Branch: perl
47535            ! pod/perlmodlib.pod pod/perltoc.pod
47536 ____________________________________________________________________________
47537 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
47538         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
47539              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
47540              attribute semantics as much as possible, or 'ntsec' which uses
47541              native NTFS semantics.)  (See also #10877.)
47542      Branch: perl
47543            ! perl.c
47544 ____________________________________________________________________________
47545 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
47546         Log: (Retracted by #11586)
47547              
47548              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
47549      Branch: perl
47550            ! lib/Test/Harness.pm
47551 ____________________________________________________________________________
47552 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
47553         Log: Just zap the -uPerlio.
47554      Branch: perl
47555            ! ext/B/Stash.t
47556 ____________________________________________________________________________
47557 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
47558         Log: Do not test PerlIO if PerlIO not used.
47559      Branch: perl
47560            ! ext/PerlIO/PerlIO.t
47561 ____________________________________________________________________________
47562 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
47563         Log: Regen perlapi.
47564      Branch: perl
47565            ! pod/perlapi.pod
47566 ____________________________________________________________________________
47567 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
47568         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
47569              From: Nicholas Clark <nick@ccl4.org>
47570              Date: Sat, 23 Jun 2001 22:55:47 +0100
47571              Message-ID: <20010623225547.Z98663@plum.flirble.org>
47572      Branch: perl
47573            ! numeric.c
47574 ____________________________________________________________________________
47575 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
47576         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
47577              From: Prymmer/Kahn <pvhp@best.com>
47578              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
47579              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
47580      Branch: perl
47581            ! lib/h2xs.t
47582 ____________________________________________________________________________
47583 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
47584         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
47585              cygwin does not taint cwd, just like win32.
47586      Branch: perl
47587            ! lib/File/Find/taint.t t/op/taint.t
47588 ____________________________________________________________________________
47589 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
47590         Log: Retract #10865, the patch should be unnecessary.
47591              (But seemingly helpful in Cygwin?  Strange.)
47592      Branch: perl
47593            ! lib/Memoize/t/tie_ndbm.t
47594 ____________________________________________________________________________
47595 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
47596         Log: Misplaced test file; plus Cygwin filesystem semantics.
47597      Branch: perl
47598            + ext/SDBM_File/sdbm.t
47599            - ext/ODBM_File/sdbm.t
47600            ! MANIFEST
47601 ____________________________________________________________________________
47602 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
47603         Log: (Retracted by #10867.)
47604      Branch: perl
47605            ! lib/Memoize/t/tie_ndbm.t
47606 ____________________________________________________________________________
47607 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
47608         Log: Metaconfig unit change for #10863.
47609      Branch: metaconfig/U/perl
47610            ! Extensions.U
47611 ____________________________________________________________________________
47612 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
47613         Log: In Cygwin do not build NDBM_File and ODBM_File unless
47614              -lndbm and -ldbm are available.
47615      Branch: perl
47616            ! Configure config_h.SH
47617 ____________________________________________________________________________
47618 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
47619         Log: More Cygwin filesystem semantics.
47620      Branch: perl
47621            ! t/io/fs.t t/op/stat.t
47622 ____________________________________________________________________________
47623 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
47624         Log: More DOSish permission semantics for Cygwin.
47625      Branch: perl
47626            ! lib/AnyDBM_File.t
47627 ____________________________________________________________________________
47628 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
47629         Log: Cygwin too has different permission semantics.
47630      Branch: perl
47631            ! ext/GDBM_File/gdbm.t
47632 ____________________________________________________________________________
47633 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
47634         Log: The group (and assumedly passwd) databases can have
47635              only one entry (this is the case in cygwin).
47636      Branch: perl
47637            ! t/op/grent.t t/op/pwent.t
47638 ____________________________________________________________________________
47639 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
47640         Log: Also in Cygwin use Socket to figure out domainname
47641              (if any) (avoids trying to call external 'domainname',
47642              which doesn't at the moment exist in Cygwin)
47643      Branch: perl
47644            ! lib/Net/Domain.pm
47645 ____________________________________________________________________________
47646 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
47647         Log: Remove also the lib$Foo.def, not just $Foo.def.
47648      Branch: perl
47649            ! lib/ExtUtils/MM_Unix.pm
47650 ____________________________________________________________________________
47651 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
47652         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
47653      Branch: perl
47654            ! unixish.h
47655 ____________________________________________________________________________
47656 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
47657         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
47658              to match the whole isprint(), only the space character.
47659      Branch: perl
47660            ! handy.h pod/perlre.pod t/op/pat.t
47661 ____________________________________________________________________________
47662 [ 10854] By: nick                                  on 2001/06/23  08:09:33
47663         Log: Integrate mainline
47664      Branch: perlio
47665           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
47666           !> lib/ExtUtils.t lib/File/Find/taint.t
47667           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
47668           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
47669           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
47670 ____________________________________________________________________________
47671 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
47672         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
47673              with its floats    in os390 and s390 (UTS).
47674      Branch: perl
47675            ! lib/Math/BigInt/t/bigintpm.t
47676 ____________________________________________________________________________
47677 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
47678         Log: Add also UTS (s390) to the non-IEEE float platforms.
47679      Branch: perl
47680            ! t/op/sprintf.t
47681 ____________________________________________________________________________
47682 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
47683         Log: Subject: RFC: what are applicable standards for exponent sizes?
47684              From: Peter Prymmer <pvhp@forte.com>
47685              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
47686              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
47687      Branch: perl
47688            ! t/op/sprintf.t
47689 ____________________________________________________________________________
47690 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
47691         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
47692              From: Peter Prymmer <pvhp@forte.com>
47693              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
47694              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
47695      Branch: perl
47696            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
47697 ____________________________________________________________________________
47698 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
47699         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
47700              From: Peter Prymmer <pvhp@forte.com>
47701              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
47702              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
47703      Branch: perl
47704            ! lib/ExtUtils.t
47705 ____________________________________________________________________________
47706 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
47707         Log: Retract #10845.
47708      Branch: perl
47709            ! lib/File/Find/taint.t
47710 ____________________________________________________________________________
47711 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
47712         Log: Yet another error message.
47713      Branch: perl
47714            ! t/op/mkdir.t
47715 ____________________________________________________________________________
47716 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
47717         Log: The croak message for nonexistent socket functions may vary.
47718      Branch: perl
47719            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
47720 ____________________________________________________________________________
47721 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
47722         Log: (Retracted by #10848.)
47723      Branch: perl
47724            ! lib/File/Find/taint.t
47725 ____________________________________________________________________________
47726 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
47727         Log: Integrate perlio:
47728              
47729              [ 10843]
47730              Back out debug in taint.t
47731              
47732              [ 10841]
47733              Skip cwd test on Win32 ???
47734              
47735              [ 10836]
47736              Skip |- based op/write.t on Win32 as well as VMS
47737      Branch: perl
47738           !> lib/File/Find/taint.t t/op/write.t
47739 ____________________________________________________________________________
47740 [ 10843] By: nick                                  on 2001/06/22  21:24:51
47741         Log: Back out debug in taint.t
47742      Branch: perlio
47743            ! lib/File/Find/taint.t
47744 ____________________________________________________________________________
47745 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
47746         Log: setitimer() does not exist in Unicos, despite of what
47747              Configure thinks, from Mark P. Lutz.
47748      Branch: perl
47749            ! hints/unicos.sh
47750 ____________________________________________________________________________
47751 [ 10841] By: nick                                  on 2001/06/22  21:19:36
47752         Log: Skip cwd test on Win32 ???
47753      Branch: perlio
47754            ! lib/File/Find/taint.t
47755 ____________________________________________________________________________
47756 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
47757         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
47758              and Tru64 gcc -Wall happy.
47759      Branch: perl
47760            ! mg.c
47761 ____________________________________________________________________________
47762 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
47763         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
47764      Branch: perl
47765            ! ext/IPC/SysV/Semaphore.pm
47766 ____________________________________________________________________________
47767 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
47768         Log: Metaconfig unit change for #10837.
47769      Branch: metaconfig/U/perl
47770            ! Cross.U
47771 ____________________________________________________________________________
47772 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
47773         Log: Cleanup of the cross-compilation unit.
47774      Branch: perl
47775            ! Configure
47776 ____________________________________________________________________________
47777 [ 10836] By: nick                                  on 2001/06/22  20:45:12
47778         Log: Skip |- based op/write.t on Win32 as well as VMS
47779      Branch: perlio
47780            ! t/op/write.t
47781 ____________________________________________________________________________
47782 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
47783         Log: Integrate perlio:
47784              
47785              [ 10833]
47786              Patcho fix.
47787      Branch: perl
47788           !> util.c
47789 ____________________________________________________________________________
47790 [ 10834] By: nick                                  on 2001/06/22  20:41:54
47791         Log: Integrate mainline
47792      Branch: perlio
47793           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47794           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
47795           !> vos/config.ga.h
47796 ____________________________________________________________________________
47797 [ 10833] By: nick                                  on 2001/06/22  20:22:58
47798         Log: Patcho fix.
47799      Branch: perlio
47800            ! util.c
47801 ____________________________________________________________________________
47802 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
47803         Log: Metaconfig unit changes for #10831.
47804      Branch: metaconfig
47805            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
47806 ____________________________________________________________________________
47807 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
47808         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
47809              From: Andy Dougherty <doughera@lafayette.edu>
47810              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
47811              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
47812      Branch: perl
47813            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47814            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
47815 ____________________________________________________________________________
47816 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
47817         Log: MPE/iX prototype nits from Mark Bixby.
47818      Branch: perl
47819            ! pp_sys.c
47820 ____________________________________________________________________________
47821 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
47822         Log: Detypo.
47823      Branch: perl
47824            ! util.c
47825 ____________________________________________________________________________
47826 [ 10828] By: nick                                  on 2001/06/22  15:33:37
47827         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
47828      Branch: perlio
47829           +> lib/h2xs.t
47830           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
47831           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
47832           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
47833           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
47834           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
47835           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
47836           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
47837           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
47838           !> vms/vmsish.h
47839 ____________________________________________________________________________
47840 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
47841         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
47842              Date: Fri, 22 Jun 2001 10:08:35 -0500
47843              From: "Craig A. Berry" <craigberry@mac.com>
47844              Message-Id: <a05101001b75908704194@[192.168.56.145]>
47845      Branch: perl
47846            ! vms/vms.c vms/vmsish.h
47847 ____________________________________________________________________________
47848 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
47849         Log: NetWare scripts tweak from Ananth Kesari.
47850      Branch: perl
47851            ! NetWare/t/NWScripts.pl
47852 ____________________________________________________________________________
47853 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
47854         Log: Update Changes.
47855      Branch: perl
47856            ! Changes patchlevel.h
47857 ____________________________________________________________________________
47858 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
47859         Log: Add .i and .s targets.
47860      Branch: perl
47861            ! Makefile.SH
47862 ____________________________________________________________________________
47863 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
47864         Log: Upgrade to Locale::Maketext 1.03.
47865      Branch: perl
47866            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
47867            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
47868 ____________________________________________________________________________
47869 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
47870         Log: Upgrade to I18N::LangTags 0.26.
47871      Branch: perl
47872            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
47873            ! lib/I18N/LangTags/test.pl
47874 ____________________________________________________________________________
47875 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
47876         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
47877              Philip Newton.
47878      Branch: perl
47879            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
47880            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47881 ____________________________________________________________________________
47882 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
47883         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
47884              From: Prymmer/Kahn <pvhp@best.com>
47885              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
47886              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
47887      Branch: perl
47888            + lib/h2xs.t
47889            ! MANIFEST utils/h2xs.PL
47890 ____________________________________________________________________________
47891 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
47892         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
47893              From: Prymmer/Kahn <pvhp@best.com>
47894              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
47895              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
47896      Branch: perl
47897            ! lib/ExtUtils.t
47898 ____________________________________________________________________________
47899 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
47900         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
47901              From: Prymmer/Kahn <pvhp@best.com>
47902              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
47903              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
47904      Branch: perl
47905            ! t/pod/plainer.t
47906 ____________________________________________________________________________
47907 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
47908         Log: AUTHORS update.
47909      Branch: perl
47910            ! AUTHORS
47911 ____________________________________________________________________________
47912 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
47913         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
47914              From: "Craig A. Berry" <craigberry@mac.com>
47915              Date: Thu, 21 Jun 2001 18:20:38 -0500
47916              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
47917      Branch: perl
47918            ! ext/POSIX/POSIX.xs
47919 ____________________________________________________________________________
47920 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
47921         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
47922              From: "Craig A. Berry" <craigberry@mac.com>
47923              Date: Thu, 21 Jun 2001 09:58:52 -0500
47924              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
47925      Branch: perl
47926            ! ext/B/Deparse.t t/op/write.t
47927 ____________________________________________________________________________
47928 [ 10814] By: nick                                  on 2001/06/22  08:13:09
47929         Log: Integrate mainline.
47930      Branch: perlio
47931           !> (integrate 46 files)
47932 ____________________________________________________________________________
47933 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
47934         Log: Change the prefixes only if $prefix is unset,
47935              as originally patched by Marcel Grunauer.
47936      Branch: perl
47937            ! hints/darwin.sh hints/rhapsody.sh
47938 ____________________________________________________________________________
47939 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
47940         Log: Subject: Re: Patch for hints/darwin.sh
47941              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
47942              Date: Thu, 21 Jun 2001 11:23:46 -0700
47943              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
47944      Branch: perl
47945            ! hints/darwin.sh hints/rhapsody.sh
47946 ____________________________________________________________________________
47947 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
47948         Log: Add .PHONY targets for non-file targets,
47949              from Wilfredo Sánchez.  Should help saying
47950              "make install" on case-insensitive filesystems.
47951      Branch: perl
47952            ! Makefile.SH
47953 ____________________________________________________________________________
47954 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
47955         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
47956              From: Doug MacEachern <dougm@covalent.net>
47957              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
47958              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
47959              
47960              plus reword the getcwd() comment, plus use getcwd() buffer
47961              size minus one.
47962      Branch: perl
47963            ! util.c
47964 ____________________________________________________________________________
47965 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
47966         Log: More gprofing from Doug MacEachern.
47967      Branch: perl
47968            ! Makefile.SH
47969 ____________________________________________________________________________
47970 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
47971         Log: Metaconfig unit change for #10807.
47972      Branch: metaconfig/U/perl
47973            ! d_sfio.U
47974 ____________________________________________________________________________
47975 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
47976         Log: Tell that you are removing the unneeded -lsfio.
47977      Branch: perl
47978            ! Configure
47979 ____________________________________________________________________________
47980 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
47981         Log: More MPE/iX tweaks from Mark Bixby.
47982      Branch: perl
47983            ! perl.c t/op/magic.t
47984 ____________________________________________________________________________
47985 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
47986         Log: The fchdir() proto is supposed to live in <unistd.h>.
47987      Branch: perl
47988            ! ext/Cwd/Cwd.xs
47989 ____________________________________________________________________________
47990 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
47991         Log: This town is too small for the Cwd extension and me,
47992              it would seem...
47993      Branch: perl
47994            ! ext/Cwd/Cwd.xs
47995 ____________________________________________________________________________
47996 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
47997         Log: Metaconfig unit change for #10802.
47998      Branch: metaconfig/U/perl
47999            ! d_modfl.U
48000 ____________________________________________________________________________
48001 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
48002         Log: More d'ohs.
48003      Branch: perl
48004            ! Configure
48005 ____________________________________________________________________________
48006 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
48007         Log: Off-by-one.  I'm so classic.
48008      Branch: perl
48009            ! util.c
48010 ____________________________________________________________________________
48011 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
48012         Log: Update Changes.
48013      Branch: perl
48014            ! Changes patchlevel.h
48015 ____________________________________________________________________________
48016 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
48017         Log: Subject: Documentation patch for Net::FTP
48018              From: Marcel Grunauer <marcel@codewerk.com>
48019              Date: Wed, 20 Jun 2001 23:03:26 +0200
48020              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
48021      Branch: perl
48022            ! lib/Net/FTP.pm
48023 ____________________________________________________________________________
48024 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
48025         Log: Retract the #10417 mg.c and embed.pl parts because of
48026              strange SEGVs in 64bit x86 FreeBSD observed by
48027              Nicholas Clark.
48028      Branch: perl
48029            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
48030 ____________________________________________________________________________
48031 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
48032         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
48033      Branch: perl
48034            ! Configure NetWare/config.wc NetWare/config_H.wc
48035            ! Porting/Glossary Porting/config.sh Porting/config_H
48036            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
48037            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48038            ! vos/config.ga.h win32/config.bc win32/config.gc
48039            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48040            ! win32/config_H.vc
48041 ____________________________________________________________________________
48042 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
48043         Log: Cwd tweak from Doug MacEachern.
48044      Branch: perl
48045            ! ext/Cwd/Cwd.xs
48046 ____________________________________________________________________________
48047 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
48048         Log: Protect the fchdir() and lstat() with ifdefs.
48049              fchdir() needs a Configure probe.
48050      Branch: perl
48051            ! ext/Cwd/Cwd.xs
48052 ____________________________________________________________________________
48053 [ 10794] By: nick                                  on 2001/06/21  17:11:35
48054         Log: Integrate mainline
48055      Branch: perlio
48056           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
48057           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
48058           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
48059           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
48060           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
48061           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
48062           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
48063           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
48064            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
48065            - lib/File/Glob/case.t lib/File/Glob/global.t
48066            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
48067            - lib/File/Temp/posix.t lib/File/Temp/security.t
48068            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
48069            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
48070            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
48071            - lib/Text/Wrap/wrap.t
48072           !> (integrate 41 files)
48073 ____________________________________________________________________________
48074 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
48075         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
48076              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
48077              Date: Thu, 21 Jun 2001 13:04:54 -0500
48078              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
48079      Branch: perl
48080            ! ext/Cwd/Cwd.xs
48081 ____________________________________________________________________________
48082 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
48083         Log: Subject: [PATCH pod] overlong =item
48084              From: Robin Barker <rmb1@cise.npl.co.uk>
48085              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
48086              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
48087      Branch: perl
48088            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
48089            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48090 ____________________________________________________________________________
48091 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
48092         Log: Subject: [PATCH perlio.c] format 
48093              From: Robin Barker <rmb1@cise.npl.co.uk>
48094              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
48095              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
48096      Branch: perl
48097            ! perlio.c
48098 ____________________________________________________________________________
48099 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
48100         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
48101              From: Radu Greab <radu@netsoft.ro>
48102              Date: Thu, 21 Jun 2001 19:06:02 +0300
48103              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
48104      Branch: perl
48105            ! pod/perlapi.pod sv.c
48106 ____________________________________________________________________________
48107 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
48108         Log: The metaconfig unit changes for #10788.
48109      Branch: metaconfig/U/perl
48110            ! Cross.U fflushall.U
48111 ____________________________________________________________________________
48112 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
48113         Log: Cross-configuration changes: make $from to rm the files
48114              before copying them over (this means that he rm can be
48115              removed from the fflushall test), create $targetmkdir      
48116              (not documented in install since it is supposed to internal
48117              use only), make $run to copy over the executable only if
48118              a stamp file .xok doesn't already exist (to avoid unnecessary
48119              copying of the executable)
48120      Branch: perl
48121            ! Configure Makefile.SH
48122 ____________________________________________________________________________
48123 [ 10787] By: nick                                  on 2001/06/21  14:16:18
48124         Log: Integrate mainline
48125      Branch: perlio
48126           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
48127           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
48128           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
48129            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
48130           !> (integrate 34 files)
48131 ____________________________________________________________________________
48132 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
48133         Log: Re-add the files as text.
48134      Branch: perl
48135            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
48136 ____________________________________________________________________________
48137 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
48138         Log: Delete the binary files.
48139      Branch: perl
48140            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
48141 ____________________________________________________________________________
48142 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
48143         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
48144              From: Andy Dougherty <doughera@lafayette.edu>
48145              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
48146              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
48147      Branch: perl
48148            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
48149            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
48150            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
48151            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
48152 ____________________________________________________________________________
48153 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
48154         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
48155              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
48156              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
48157              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
48158              
48159              Setting umask to something friendlier.
48160      Branch: perl
48161            ! installman installperl
48162 ____________________________________________________________________________
48163 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
48164         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
48165              Resort MANIFEST with sort -f, looks much better.
48166      Branch: perl
48167            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
48168            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
48169            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
48170            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
48171            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
48172            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
48173            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
48174            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
48175            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
48176            - lib/File/Glob/case.t lib/File/Glob/global.t
48177            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
48178            - lib/File/Temp/posix.t lib/File/Temp/security.t
48179            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
48180            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
48181            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
48182            - lib/Text/Wrap/wrap.t
48183            ! MANIFEST
48184 ____________________________________________________________________________
48185 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
48186         Log: Upgrade to I18N::LangTags 0.25.
48187      Branch: perl
48188            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
48189            ! lib/I18N/LangTags/List.pm
48190 ____________________________________________________________________________
48191 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
48192         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
48193              From: Richard Soderberg <rs@crystalflame.net>
48194              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
48195              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
48196      Branch: perl
48197            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
48198            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
48199 ____________________________________________________________________________
48200 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
48201         Log: Test obsoleted by change #10777.
48202      Branch: perl
48203            ! t/op/sub_lval.t
48204 ____________________________________________________________________________
48205 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
48206         Log: Case of confused test numbering.
48207      Branch: perl
48208            ! t/op/pat.t
48209 ____________________________________________________________________________
48210 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
48211         Log: Subject: Re: Opinion on undef lvalue
48212              From: Abhijit Menon-Sen <ams@wiw.org>
48213              Date: Sun, 17 Jun 2001 13:04:46 +0530
48214              Message-ID: <20010617130446.B27925@lustre.linux.in>
48215              
48216              Allow lvalue subs to return undef in array context.
48217      Branch: perl
48218            ! pp_hot.c
48219 ____________________________________________________________________________
48220 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
48221         Log: Just a guess that using the same hack for cygwin as
48222              for win32 might help.
48223      Branch: perl
48224            ! lib/File/Find/find.t
48225 ____________________________________________________________________________
48226 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
48227         Log: NetWare tweaks from Guruprasad.
48228      Branch: perl
48229            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
48230            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
48231            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
48232            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
48233 ____________________________________________________________________________
48234 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
48235         Log: Subject: Re: perl@10722: Bogus warnings on REs 
48236              From: Hugo <hv@crypt.compulink.co.uk>
48237              Date: Thu, 21 Jun 2001 09:51:17 +0100
48238              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
48239              
48240              Unroll to avoid a UTS compiler bug.
48241      Branch: perl
48242            ! regcomp.c
48243 ____________________________________________________________________________
48244 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
48245         Log: Subject: Re: [PATCH] Make /o work under i?threads
48246              From: Artur Bergman <artur@contiller.se>
48247              Date: Thu, 21 Jun 2001 14:38:03 +0200
48248              Message-ID: <B757B74A.184D%artur@contiller.se>
48249      Branch: perl
48250            ! t/op/pat.t
48251 ____________________________________________________________________________
48252 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
48253         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
48254              From: Artur Bergman <artur@contiller.se> 
48255              Date: Thu, 21 Jun 2001 14:27:33 +0200
48256              Message-ID: <B757B4D4.1849%artur@contiller.se>
48257              
48258              Plus extra parentheses.
48259      Branch: perl
48260            ! op.h
48261 ____________________________________________________________________________
48262 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
48263         Log: Subject: [PATCH] Make /o work under i?threads
48264              From: Richard Soderberg <rs@crystalflame.net>
48265              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
48266              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
48267      Branch: perl
48268            ! pp_ctl.c
48269 ____________________________________________________________________________
48270 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
48271         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
48272              From: Artur Bergman <artur@contiller.se>
48273              Date: Thu, 21 Jun 2001 14:04:54 +0200
48274              Message-ID: <B757AF86.1842%artur@contiller.se>
48275      Branch: perl
48276            ! op.h
48277 ____________________________________________________________________________
48278 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
48279         Log: Subject: Re: perl@10765: sv.c not OK on win32
48280              From: Artur Bergman <artur@contiller.se>
48281              Date: Thu, 21 Jun 2001 10:31:06 +0200
48282              Message-ID: <B7577D69.182C%artur@contiller.se>
48283      Branch: perl
48284            ! sv.c
48285 ____________________________________________________________________________
48286 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
48287         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
48288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48289              Date: Thu, 21 Jun 2001 06:23:56 -0400
48290              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
48291              
48292              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
48293              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48294              Date: Thu, 21 Jun 2001 06:32:21 -0400
48295              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
48296      Branch: perl
48297            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
48298 ____________________________________________________________________________
48299 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
48300         Log: Subject: [PATCH] make syslog test more verbose
48301              From: Robert Spier <rspier@pobox.com>
48302              Date: Thu, 21 Jun 2001 00:54:32 -0400
48303              Message-ID: <15153.32264.295807.333073@rls.cx>
48304      Branch: perl
48305            ! ext/Sys/Syslog/syslog.t
48306 ____________________________________________________________________________
48307 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
48308         Log: Subject: op/study.t refinements
48309              From: Hugo <hv@crypt.compulink.co.uk>
48310              Date: Thu, 21 Jun 2001 00:29:07 +0100
48311              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
48312      Branch: perl
48313            ! t/op/study.t
48314 ____________________________________________________________________________
48315 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
48316         Log: Update Changes.
48317      Branch: perl
48318            ! Changes patchlevel.h
48319 ____________________________________________________________________________
48320 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
48321         Log: Subject: Re: [PATCH] djgpp updates
48322              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
48323              Date: Wed, 20 Jun 2001 10:05:15 +0200
48324              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
48325      Branch: perl
48326            ! djgpp/config.over
48327 ____________________________________________________________________________
48328 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
48329         Log: Fix for ID 20010619.002 "When building hash, hash keys that
48330              are function calls are not being called", from Abhijit.
48331      Branch: perl
48332            ! t/base/lex.t toke.c
48333 ____________________________________________________________________________
48334 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
48335         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
48336      Branch: perl
48337            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
48338            + lib/Locale/Maketext/test.pl
48339            - lib/Locale/Maketext.t
48340            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
48341            ! lib/Locale/Maketext/TPJ13.pod
48342 ____________________________________________________________________________
48343 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
48344         Log: Metaconfig unit change for #10760.
48345      Branch: metaconfig
48346            ! U/modified/Cppsym.U
48347 ____________________________________________________________________________
48348 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
48349         Log: Do not remove the ccsym* Cppsym* files since
48350              they are useful for metaconfig units coming after us.
48351              (This is the Configure nit mentioned in #10752.)
48352      Branch: perl
48353            ! Configure
48354 ____________________________________________________________________________
48355 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
48356         Log: Update to I18N::LangTags 0.24, from Sean Burke.
48357      Branch: perl
48358            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
48359            + lib/I18N/LangTags/README
48360            - lib/I18N/LangTags/List.pod
48361            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
48362 ____________________________________________________________________________
48363 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
48364         Log: Regen headers.
48365      Branch: perl
48366            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
48367            ! pod/perlapi.pod proto.h
48368 ____________________________________________________________________________
48369 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
48370         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
48371              From: Artur Bergman <artur@contiller.se>
48372              Date: Wed, 20 Jun 2001 11:31:32 +0200
48373              Message-ID: <B7563A14.17D8%artur@contiller.se>
48374      Branch: perl
48375            ! embed.pl hv.c intrpvar.h sv.c sv.h
48376 ____________________________________________________________________________
48377 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
48378         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
48379              From: Tim Sweetman <tim@aldigital.co.uk> 
48380              Date: Wed, 13 Jun 2001 14:25:17 +0100 
48381              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
48382      Branch: perl
48383            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
48384 ____________________________________________________________________________
48385 [ 10755] By: nick                                  on 2001/06/20  16:12:37
48386         Log: Integrate mainline
48387      Branch: perlio
48388           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
48389           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
48390           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
48391           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
48392           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
48393           !> t/op/study.t util.c
48394 ____________________________________________________________________________
48395 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
48396         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
48397              but not Makefile)
48398      Branch: maint-5.6/perl
48399            ! win32/Makefile
48400 ____________________________________________________________________________
48401 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
48402         Log: Security tweak on readlink().
48403      Branch: perl
48404            ! pp_sys.c
48405 ____________________________________________________________________________
48406 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
48407         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
48408      Branch: perl
48409            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
48410            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
48411            ! mpeix/relink t/op/pwent.t
48412 ____________________________________________________________________________
48413 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
48414         Log: Reinstate #10725 (with probe for alarm()).
48415      Branch: perl
48416            ! t/op/study.t
48417 ____________________________________________________________________________
48418 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
48419         Log: Replace our implementation of realpath() with OpenBSD's
48420              (src/lib/libc/stdlib/realpath.c 1.4).
48421      Branch: perl
48422            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
48423            ! pod/perldiag.pod proto.h util.c
48424 ____________________________________________________________________________
48425 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
48426         Log: Integrate perlio:
48427              
48428              [ 10747]
48429              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
48430      Branch: perl
48431           !> perlio.c
48432 ____________________________________________________________________________
48433 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
48434         Log: No point in going into memory-saving contortions
48435              with getcwd() since there's a danger of buffer overflow.
48436              Also make the POSIX extension to use sv_getcwd().
48437              Finally, a missed proto.h fragment.
48438      Branch: perl
48439            ! ext/POSIX/POSIX.xs proto.h util.c
48440 ____________________________________________________________________________
48441 [ 10747] By: nick                                  on 2001/06/20  12:38:26
48442         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
48443      Branch: perlio
48444            ! perlio.c
48445 ____________________________________________________________________________
48446 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
48447         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
48448              From: Graham Barr <gbarr@pobox.com>
48449              Date: Wed, 20 Jun 2001 11:05:49 +0100
48450              Message-ID: <20010620110549.I19188@pobox.com>
48451              
48452              reported in        
48453              
48454              Subject: Bug in IO::Socket::INET module (repeat)
48455              From: "Harmon S. Nine" <hnine@netarx.com>
48456              Date: Tue, 19 Jun 2001 09:41:35 -0400
48457              Message-ID: <3B2F568F.8080605@netarx.com>
48458              
48459              The bug was that the IO::Socket::INET constructor
48460              did not allow a 'LocalPort' of 0.
48461      Branch: perl
48462            ! ext/IO/lib/IO/Socket/INET.pm
48463 ____________________________________________________________________________
48464 [ 10745] By: nick                                  on 2001/06/20  08:56:39
48465         Log: Integrate mainline.
48466      Branch: perlio
48467           !> (integrate 37 files)
48468 ____________________________________________________________________________
48469 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
48470         Log: After some reading I don't think we can blindly
48471              use systems' realpath().  Too many security problems,
48472              too many buggy implementations.
48473              
48474              TODO: the realpath() emulation code in util.c doesn't
48475              seem fully operational?  (readlink(), for example?)
48476      Branch: perl
48477            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
48478            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
48479            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
48480            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
48481            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
48482            ! win32/config_H.gc win32/config_H.vc
48483 ____________________________________________________________________________
48484 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
48485         Log: Metaconfig unit change for #10738.
48486      Branch: metaconfig
48487            ! U/compline/d_gconvert.U
48488 ____________________________________________________________________________
48489 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
48490         Log: Integrate change #10739 from maintperl:
48491              
48492              C<eval "/x$\r\n/x"> fails to compile correctly 
48493      Branch: perl
48494           !> t/op/pat.t toke.c
48495 ____________________________________________________________________________
48496 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
48497         Log: Retract #10725 (Hugo asked NOT to apply the patch)
48498      Branch: perl
48499            ! t/op/study.t
48500 ____________________________________________________________________________
48501 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
48502         Log: The test.third results were funnily named because of the
48503              new test scheme.
48504      Branch: perl
48505            ! t/TEST
48506 ____________________________________________________________________________
48507 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
48508         Log: C<eval "/x$\r\n/x"> fails to compile correctly
48509      Branch: maint-5.6/perl
48510            ! t/op/pat.t toke.c
48511 ____________________________________________________________________________
48512 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
48513         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
48514              From: Spider Boardman <spider@Orb.Nashua.NH.US>
48515              Date: Tue, 19 Jun 2001 19:15:40 -0400
48516              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
48517              
48518              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
48519              because "1e+129" being expected but "1.e+129" being returned.
48520              The culprit (at least in Tru64) is the use of gcvt().
48521      Branch: perl
48522            ! Configure
48523 ____________________________________________________________________________
48524 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
48525         Log: Subject: [PATCH perl@10722] test hunting on VMS
48526              From: "Craig A. Berry" <craigberry@mac.com>
48527              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
48528              Date: Tue, 19 Jun 2001 18:59:01 -0500
48529      Branch: perl
48530            ! vms/test.com
48531 ____________________________________________________________________________
48532 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
48533         Log: Subject: [PATCH] s/typos//
48534              From: Abhijit Menon-Sen <ams@wiw.org>
48535              Date: Wed, 20 Jun 2001 02:15:02 +0530
48536              Message-ID: <20010620021502.A14541@lustre.linux.in>
48537              
48538              Without the op.h s/bearword/bareword/ hunk, see
48539              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
48540      Branch: perl
48541            ! util.c
48542 ____________________________________________________________________________
48543 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
48544         Log: Metaconfig unit change for #10732 and #10733.
48545      Branch: metaconfig/U/perl
48546            ! fflushall.U
48547 ____________________________________________________________________________
48548 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
48549         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
48550              From: "Craig A. Berry" <craigberry@mac.com>
48551              Date: Tue, 19 Jun 2001 17:19:48 -0500
48552              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
48553      Branch: perl
48554            ! configure.com vms/descrip_mms.template
48555 ____________________________________________________________________________
48556 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
48557         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
48558              From: Spider Boardman <spider@Orb.Nashua.NH.US>
48559              Date: Tue, 19 Jun 2001 16:48:07 -0400
48560              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
48561              
48562              Further fixes to fflush(NULL) detection.
48563      Branch: perl
48564            ! Configure
48565 ____________________________________________________________________________
48566 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
48567         Log: AIX test -s hangs with non-existent files?
48568              (A genuine logic bug in Configure, but AIX also broken?)
48569      Branch: perl
48570            ! Configure
48571 ____________________________________________________________________________
48572 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
48573         Log: AUTHORS updates.
48574      Branch: perl
48575            ! AUTHORS
48576 ____________________________________________________________________________
48577 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
48578         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
48579              From: Spider Boardman <spider@Orb.Nashua.NH.US>
48580              Date: Tue, 19 Jun 2001 15:33:25 -0400
48581              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
48582      Branch: perl
48583            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
48584            ! t/lib/warnings/pp
48585 ____________________________________________________________________________
48586 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
48587         Log: Integrate perlio:
48588              
48589              [ 10728]
48590              Hack File/Find/find.t to use File::Spec::Unix on Win32.
48591      Branch: perl
48592           !> lib/File/Find/find.t win32/distclean.bat
48593 ____________________________________________________________________________
48594 [ 10728] By: nick                                  on 2001/06/19  18:24:53
48595         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
48596      Branch: perlio
48597            ! lib/File/Find/find.t win32/distclean.bat
48598 ____________________________________________________________________________
48599 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
48600         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
48601              also add information how to find out whether one has PerlIO.
48602      Branch: perl
48603            ! pod/perlfunc.pod
48604 ____________________________________________________________________________
48605 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
48606         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
48607              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48608              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
48609              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
48610      Branch: perl
48611            ! pod/perlfunc.pod
48612 ____________________________________________________________________________
48613 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
48614         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
48615              From: Hugo <hv@crypt.compulink.co.uk>
48616              Date: Tue, 19 Jun 2001 12:37:30 +0100
48617              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
48618      Branch: perl
48619            ! t/op/study.t
48620 ____________________________________________________________________________
48621 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
48622         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
48623              From: Hugo <hv@crypt.compulink.co.uk>
48624              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
48625              Date: Tue, 19 Jun 2001 13:15:17 +0100
48626      Branch: perl
48627            ! util.c
48628 ____________________________________________________________________________
48629 [ 10723] By: nick                                  on 2001/06/19  14:46:15
48630         Log: Integrate mainline
48631      Branch: perlio
48632           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
48633           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
48634           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
48635           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
48636           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
48637           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
48638            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
48639            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
48640            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
48641            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
48642            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
48643            - ext/Thread/unsync4.t
48644           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
48645           !> djgpp/config.over djgpp/fixpmain
48646           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
48647           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
48648           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
48649 ____________________________________________________________________________
48650 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
48651         Log: Update Changes.
48652      Branch: perl
48653            ! Changes patchlevel.h
48654 ____________________________________________________________________________
48655 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
48656         Log: The existence shall be MANIFESted.
48657      Branch: perl
48658            ! MANIFEST
48659 ____________________________________________________________________________
48660 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
48661         Log: The old libnet.cfg is first searched from the current directory,
48662              only then from the module path.
48663      Branch: perl
48664            ! utils/libnetcfg.PL
48665 ____________________________________________________________________________
48666 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
48667         Log: NetWare tweaks from Guruprasad.
48668      Branch: perl
48669            ! NetWare/Makefile NetWare/config.wc
48670 ____________________________________________________________________________
48671 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
48672         Log: Subject: [PATCH] djgpp updates
48673              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
48674              Date: Tue, 19 Jun 2001 10:59:06 +0200
48675              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
48676      Branch: perl
48677            ! djgpp/config.over djgpp/fixpmain
48678 ____________________________________________________________________________
48679 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
48680         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
48681              From: Prymmer/Kahn <pvhp@best.com>
48682              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
48683              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
48684      Branch: perl
48685            ! win32/Makefile
48686 ____________________________________________________________________________
48687 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
48688         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
48689              to happen right after the inclusion of <inttypes.h>,
48690              from Edward Moy.
48691      Branch: perl
48692            ! handy.h perl.h
48693 ____________________________________________________________________________
48694 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
48695         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
48696              From: Doug MacEachern <dougm@covalent.net>
48697              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
48698              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
48699      Branch: perl
48700            ! ext/DynaLoader/DynaLoader_pm.PL
48701 ____________________________________________________________________________
48702 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
48703         Log: Revert #10656 for performance reasons but leave in the
48704              use of Hv*() macros -- in comments, so that grepping the
48705              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
48706              suggested by Sarathy, also by Abhijit.)
48707      Branch: perl
48708            ! hv.c
48709 ____________________________________________________________________________
48710 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
48711         Log: Subject: [patch] .s MakeMaker suffix
48712              From: Doug MacEachern <dougm@covalent.net>
48713              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
48714              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
48715      Branch: perl
48716            ! lib/ExtUtils/MM_Unix.pm
48717 ____________________________________________________________________________
48718 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
48719         Log: One test lost in the big shuffle restored.
48720      Branch: perl
48721            + ext/IPC/SysV/ipcsysv.t
48722            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
48723 ____________________________________________________________________________
48724 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
48725         Log: Rename the old non-standard threads tests so that
48726              they won't be invoked.
48727      Branch: perl
48728            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
48729            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
48730            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
48731            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
48732            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
48733            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
48734            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
48735            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
48736            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
48737            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
48738            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
48739            - ext/Thread/unsync4.t
48740            ! MANIFEST
48741 ____________________________________________________________________________
48742 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
48743         Log: Integrate perlio:
48744              
48745              [ 10708]
48746              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
48747              
48748              [ 10678]
48749              Integrate mainline (part2 - the deletes)
48750      Branch: perl
48751           !> win32/config_sh.PL
48752 ____________________________________________________________________________
48753 [ 10709] By: nick                                  on 2001/06/19  08:18:18
48754         Log: Integrate mainline
48755      Branch: perlio
48756           +> (branch 40 files)
48757            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
48758            - lib/strict/subs lib/strict/vars lib/warnings/1global
48759            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
48760            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
48761            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
48762            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
48763            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
48764            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
48765            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
48766            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
48767            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
48768            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
48769            - lib/warnings/utf8 lib/warnings/util
48770           !> (integrate 57 files)
48771 ____________________________________________________________________________
48772 [ 10708] By: nick                                  on 2001/06/19  07:57:10
48773         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
48774      Branch: perlio
48775            ! win32/config_sh.PL
48776 ____________________________________________________________________________
48777 [ 10707] By: nick                                  on 2001/06/19  07:05:07
48778         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
48779      Branch: perl
48780            ! perly.c perly.y perly_c.diff vms/perly_c.vms
48781 ____________________________________________________________________________
48782 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
48783         Log: More perl572delta tweaks.
48784      Branch: perl
48785            ! pod/perl572delta.pod
48786 ____________________________________________________________________________
48787 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
48788         Log: Update perl572delta.
48789      Branch: perl
48790            ! pod/perl572delta.pod
48791 ____________________________________________________________________________
48792 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
48793         Log: VOS updates from Paul Green.
48794      Branch: perl
48795            ! vos/Changes vos/build.cm vos/perl.bind
48796 ____________________________________________________________________________
48797 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
48798         Log: Update the vos/config.*.* files.
48799      Branch: perl
48800            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48801            ! vos/config.ga.h
48802 ____________________________________________________________________________
48803 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
48804         Log: Add a makefile for more painless adding of symbols to the
48805              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
48806              takes care of the adding)
48807      Branch: perl
48808            + vos/Makefile
48809 ____________________________________________________________________________
48810 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
48811         Log: Make libnetcfg by default display the libnet configuration,
48812              -c to change, add -i for old config, document all options,
48813              regen toc.
48814      Branch: perl
48815            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
48816 ____________________________________________________________________________
48817 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
48818         Log: gcc -Wall sweep.
48819      Branch: perl
48820            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
48821 ____________________________________________________________________________
48822 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
48823         Log: So there.
48824      Branch: perl
48825            ! universal.c
48826 ____________________________________________________________________________
48827 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
48828         Log: Document the need for sv_printify().
48829              
48830              Document that 'use utf8' has been considered.
48831              
48832              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
48833      Branch: perl
48834            ! pod/perltodo.pod universal.c
48835 ____________________________________________________________________________
48836 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
48837         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
48838              From: Nicholas Clark <nick@ccl4.org>
48839              Date: Mon, 18 Jun 2001 23:29:23 +0100
48840              Message-ID: <20010618232923.I98663@plum.flirble.org>
48841      Branch: perl
48842            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
48843            ! ext/Sys/Syslog/Makefile.PL
48844 ____________________________________________________________________________
48845 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
48846         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
48847              From: Scott.L.Miller@Compaq.com
48848              Date: Mon, 18 Jun 2001 10:12:27 -0500
48849              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
48850      Branch: perl
48851            ! lib/perl5db.pl pod/perldebug.pod
48852 ____________________________________________________________________________
48853 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
48854         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
48855              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
48856              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
48857              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
48858      Branch: perl
48859            ! lib/Carp/Heavy.pm
48860 ____________________________________________________________________________
48861 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
48862         Log: Subject: [PATCH] Documentation changes for CLONE
48863              From: Artur Bergman <artur@contiller.se>
48864              Date: Mon, 18 Jun 2001 22:06:37 +0200
48865              Message-ID: <B7542BEC.1719%artur@contiller.se>
48866      Branch: perl
48867            ! pod/perlmod.pod pod/perlsub.pod
48868 ____________________________________________________________________________
48869 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
48870         Log: Subject: Re: configure.com
48871              From: "Craig A. Berry" <craigberry@mac.com>
48872              Date: Mon, 18 Jun 2001 16:04:38 -0500
48873              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
48874      Branch: perl
48875            ! configure.com
48876 ____________________________________________________________________________
48877 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
48878         Log: Subject: PL_nullstash + perl_clone()
48879              From: Doug MacEachern <dougm@covalent.net>
48880              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
48881              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
48882      Branch: perl
48883            ! sv.c
48884 ____________________________________________________________________________
48885 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
48886         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
48887              From: davem@fdgroup.co.uk
48888              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
48889              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
48890      Branch: perl
48891            ! embed.pl pod/perlapi.pod
48892 ____________________________________________________________________________
48893 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
48894         Log: More cross-compilation defaults gleaned from -Dcc
48895              if it is CPU-OS-gcc.
48896      Branch: metaconfig
48897            ! U/modified/libc.U
48898      Branch: metaconfig/U/perl
48899            ! Cross.U
48900      Branch: perl
48901            ! Configure INSTALL
48902 ____________________________________________________________________________
48903 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
48904         Log: Update Changes.
48905      Branch: perl
48906            ! Changes patchlevel.h
48907 ____________________________________________________________________________
48908 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
48909         Log: Subject: [PATCH 5.7.1] sv.c documentation
48910              From: davem@fdgroup.co.uk
48911              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
48912              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
48913      Branch: perl
48914            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
48915            ! sv.c sv.h
48916 ____________________________________________________________________________
48917 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
48918         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
48919              From: "Jon Gunnip" <jongunnip@hotmail.com>
48920              Date: Sun, 17 Jun 2001 18:24:29 -0400
48921              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
48922      Branch: perl
48923            ! pod/perlvar.pod
48924 ____________________________________________________________________________
48925 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
48926         Log: Move the locale/strict/warnings helper files back
48927              under the t/lib; this way the amount of non-installabled
48928              stuff under lib/ stays smaller.
48929      Branch: perl
48930            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
48931            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
48932            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
48933            + t/lib/warnings/5nolint t/lib/warnings/6default
48934            + t/lib/warnings/7fatal t/lib/warnings/8signal
48935            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
48936            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
48937            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
48938            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
48939            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
48940            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
48941            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
48942            + t/lib/warnings/taint t/lib/warnings/toke
48943            + t/lib/warnings/universal t/lib/warnings/utf8
48944            + t/lib/warnings/util
48945            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
48946            - lib/strict/subs lib/strict/vars lib/warnings/1global
48947            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
48948            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
48949            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
48950            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
48951            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
48952            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
48953            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
48954            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
48955            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
48956            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
48957            - lib/warnings/utf8 lib/warnings/util
48958            ! MANIFEST installperl lib/locale.t lib/strict.t
48959 ____________________________________________________________________________
48960 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
48961         Log: Split off the pack/unpack code, from Nicholas Clark.
48962      Branch: perl
48963            + pp_pack.c
48964            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
48965            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
48966            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
48967 ____________________________________________________________________________
48968 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
48969         Log: Guard the SysV IPC tests against being invoked in
48970              SysV-IPC-less places.
48971      Branch: perl
48972            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
48973 ____________________________________________________________________________
48974 [ 10683] By: nick                                  on 2001/06/18  12:24:42
48975         Log: Integrate mainline (new test scheme now ok on Linux).
48976      Branch: perlio
48977           +> lib/warnings.t
48978           !> dump.c sv.c
48979 ____________________________________________________________________________
48980 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
48981         Log: Add the locale.c and numeric.c to the microperl sources.
48982      Branch: perl
48983            ! Makefile.micro win32/Makefile
48984 ____________________________________________________________________________
48985 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
48986         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
48987              From: Abhijit Menon-Sen <ams@wiw.org>
48988              Date: Mon, 18 Jun 2001 14:23:44 +0530
48989              Message-ID: <20010618142344.A13136@lustre.linux.in>
48990      Branch: perl
48991            ! dump.c
48992 ____________________________________________________________________________
48993 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
48994         Log: Subject: Re: [PATCH] more anonymous stash cleanups
48995              From: Abhijit Menon-Sen <ams@wiw.org>
48996              Date: Mon, 18 Jun 2001 15:50:32 +0530
48997              Message-ID: <20010618155032.A13223@lustre.linux.in>
48998              
48999              Plus the comment left in as suggested by NI-S.
49000      Branch: perl
49001            ! sv.c
49002 ____________________________________________________________________________
49003 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
49004         Log: One missed file.
49005      Branch: perl
49006            + lib/warnings.t
49007 ____________________________________________________________________________
49008 [ 10678] By: nick                                  on 2001/06/18  08:05:29
49009         Log: Integrate mainline (part2 - the deletes)
49010      Branch: perlio
49011            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
49012            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
49013            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
49014            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
49015            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
49016            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
49017            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
49018            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
49019            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
49020            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
49021            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
49022 ____________________________________________________________________________
49023 [ 10677] By: nick                                  on 2001/06/18  08:04:44
49024         Log: Integrate mainline (part1)
49025      Branch: perlio
49026           +> (branch 376 files)
49027            - (delete 219 files)
49028           !> (integrate 151 files)
49029 ____________________________________________________________________________
49030 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
49031         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
49032              No doubt I made some mistakes like missed some files or
49033              misnamed some files.  The naming rules were more or less:
49034              (1) if the module is from CPAN, follows its ways, be it
49035              t/*.t or test.pl.
49036              (2) otherwise if there are multiple tests for a module
49037              put them in a t/
49038              (3) otherwise if there's only one test put it in Module.t
49039              (4) helper files go to module/ (locale, strict, warnings)
49040              (5) use longer filenames now that we can (but e.g. the
49041              compat-0.6.t and the Text::Balanced test files still
49042              were renamed to be more civil against the 8.3 people)
49043              installperl was updated appropriately not to install the
49044              *.t files or the help files from under lib.
49045              
49046              TODO: some helper files still remain under t/ that could
49047              follow their 'masters'.  UPDATE: On second thoughts, why
49048              should they.  They can continue to live under t/lib, and
49049              in fact the locale/strict/warnings helpers that were moved
49050              could be moved back.  This way the amount of non-installable
49051              stuff under lib/ stays smaller.
49052      Branch: perl
49053            + (add 253 files)
49054            - (delete 254 files)
49055            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
49056 ____________________________________________________________________________
49057 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
49058         Log: The warning no more comes from util.c, it comes from numeric.c.
49059      Branch: perl
49060            ! README.tru64
49061 ____________________________________________________________________________
49062 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
49063         Log: Subject: Re: anyone good at casting spells?
49064              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49065              Date: Sun, 17 Jun 2001 21:21:04 -0400
49066              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
49067      Branch: perl
49068            ! ext/POSIX/POSIX.xs hv.h
49069 ____________________________________________________________________________
49070 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
49071         Log: Protect the (original) thread tests against testing if no 5.005
49072              threads have been configured.
49073      Branch: perl
49074            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
49075            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
49076            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
49077            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
49078            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
49079            ! ext/Thread/unsync4.t
49080 ____________________________________________________________________________
49081 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
49082         Log: Try the new test scanning scheme on Text::Abbrev.
49083      Branch: perl
49084            + lib/Text/Abbrev.t
49085            - lib/Text/Abbrev/t/abbrev.t
49086            ! MANIFEST
49087 ____________________________________________________________________________
49088 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
49089         Log: Change the scan policy of the *.t and test.pl files,
49090              now the *.t do not need to live in a t/ directory.
49091      Branch: perl
49092            ! t/TEST t/harness
49093 ____________________________________________________________________________
49094 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
49095         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
49096              From: Ilmari Karonen <iltzu@sci.fi>
49097              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
49098              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
49099      Branch: perl
49100            ! pod/perlfaq7.pod
49101 ____________________________________________________________________________
49102 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
49103         Log: Quench the warnings from Tru64; the HP-UX is still
49104              broken because it really, REALLY, doesn't like the
49105              HvARRAY() being lvalue:
49106              
49107              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
49108              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
49109      Branch: perl
49110            ! hv.c
49111 ____________________________________________________________________________
49112 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
49113         Log: Integrate change #10667 from maintperl:
49114              
49115              change#10449 broke the special-case that makes lexicals inside the
49116              eval"" within DB::DB() visible
49117      Branch: perl
49118           !> op.c
49119 ____________________________________________________________________________
49120 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
49121         Log: change#10449 broke the special-case that makes lexicals inside the
49122              eval"" within DB::DB() visible
49123      Branch: maint-5.6/perl
49124            ! op.c
49125 ____________________________________________________________________________
49126 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
49127         Log: Still spurious output; indent the code a bit.
49128              
49129              TODO1: separate the utility functions like MkDir
49130              into a helper script?
49131              
49132              TODO2: I see a lot of repetition in the filepath()
49133              and dirpath() calls.
49134      Branch: perl
49135            ! t/lib/filefind.t t/lib/findtaint.t
49136 ____________________________________________________________________________
49137 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
49138         Log: Regen modlib, toc.
49139      Branch: perl
49140            ! pod/perlmodlib.pod pod/perltoc.pod
49141 ____________________________________________________________________________
49142 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
49143         Log: Add libnetcfg to perlutil.
49144      Branch: perl
49145            ! pod/perlutil.pod
49146 ____________________________________________________________________________
49147 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
49148         Log: Initial integration of libnet-1.0703.
49149              The Configure script renamed as libnetcfg, will be
49150              installed along other utilities.
49151      Branch: perl
49152            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
49153            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
49154            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
49155            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
49156            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
49157            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
49158            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
49159            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
49160            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
49161            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
49162            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
49163            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
49164            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
49165            + utils/libnetcfg.PL
49166            ! MANIFEST utils.lst utils/Makefile
49167 ____________________________________________________________________________
49168 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
49169         Log: Less potentially test-harness-confusing output.
49170      Branch: perl
49171            ! lib/Memoize/t/expire_module_t.t
49172 ____________________________________________________________________________
49173 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
49174         Log: The final print annoys make test.
49175      Branch: perl
49176            ! t/lib/filefind.t t/lib/findtaint.t
49177 ____________________________________________________________________________
49178 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
49179         Log: Add an option for handling dangling symbolic links.
49180      Branch: perl
49181            ! lib/File/Find.pm t/lib/filefind.t
49182 ____________________________________________________________________________
49183 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
49184         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
49185              From: Thomas Wegner <wegner_thomas@yahoo.com>
49186              Date: Sun, 17 Jun 2001 14:43:11 +0200
49187              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
49188      Branch: perl
49189            + t/lib/findtaint.t
49190            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
49191 ____________________________________________________________________________
49192 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
49193         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
49194              From: Jonathan Stowe <gellyfish@gellyfish.com>
49195              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
49196              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
49197      Branch: perl
49198            ! lib/ExtUtils/MM_Unix.pm
49199 ____________________________________________________________________________
49200 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
49201         Log: Subject: [PATCH] more anonymous stash cleanups
49202              From: Abhijit Menon-Sen <ams@wiw.org>
49203              Date: Sun, 17 Jun 2001 11:44:06 +0530
49204              Message-ID: <20010617114406.A25203@lustre.linux.in>
49205      Branch: perl
49206            ! op.c
49207 ____________________________________________________________________________
49208 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
49209         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
49210              From: Abhijit Menon-Sen <ams@wiw.org>
49211              Date: Sun, 17 Jun 2001 08:02:59 +0530
49212              Message-ID: <20010617080259.A28776@lustre.linux.in>
49213              
49214              Subject: [PATCH #2/7] xhv_eiter
49215              From: Abhijit Menon-Sen <ams@wiw.org>
49216              Date: Sun, 17 Jun 2001 08:13:18 +0530
49217              Message-ID: <20010617081318.B28776@lustre.linux.in>
49218              
49219              Subject: [PATCH #3/7] xhv_fill
49220              From: Abhijit Menon-Sen <ams@wiw.org>
49221              Date: Sun, 17 Jun 2001 08:25:16 +0530
49222              Message-ID: <20010617082516.C28776@lustre.linux.in>
49223              
49224              Subject: [PATCH #4/7] xhv_keys
49225              From: Abhijit Menon-Sen <ams@wiw.org>
49226              Date: Sun, 17 Jun 2001 08:36:17 +0530
49227              Message-ID: <20010617083617.D28776@lustre.linux.in>
49228              
49229              Subject: [PATCH #5/7] xhv_max
49230              From: Abhijit Menon-Sen <ams@wiw.org>
49231              Date: Sun, 17 Jun 2001 08:39:48 +0530
49232              Message-ID: <20010617083948.E28776@lustre.linux.in>
49233              
49234              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
49235              From: Abhijit Menon-Sen <ams@wiw.org>
49236              Date: Sun, 17 Jun 2001 08:51:11 +0530
49237              Message-ID: <20010617085111.F28776@lustre.linux.in>
49238      Branch: perl
49239            ! hv.c
49240 ____________________________________________________________________________
49241 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
49242         Log: Update Changes.
49243      Branch: perl
49244            ! Changes patchlevel.h
49245 ____________________________________________________________________________
49246 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
49247         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
49248              From: Abhijit Menon-Sen <ams@wiw.org>
49249              Date: Sat, 16 Jun 2001 07:41:19 +0530
49250              Message-ID: <20010616074119.A24720@lustre.linux.in>
49251      Branch: perl
49252            ! hv.c perl.c vms/vmsish.h win32/win32.h
49253 ____________________________________________________________________________
49254 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
49255         Log: Document tests failing when threaded, since we now have more.
49256      Branch: perl
49257            ! pod/perl572delta.pod
49258 ____________________________________________________________________________
49259 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
49260         Log: -Wall cleanup.
49261      Branch: perl
49262            ! ext/Thread/Thread.xs
49263 ____________________________________________________________________________
49264 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
49265         Log: pthread_attr_setstacksize() isn't absolutely necessary
49266              to call, only iff THREAD_CREATE_NEEDS_STACK.
49267      Branch: perl
49268            ! ext/Thread/Thread.xs
49269 ____________________________________________________________________________
49270 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
49271         Log: -Wall strays.
49272      Branch: perl
49273            ! perl.c util.c
49274 ____________________________________________________________________________
49275 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
49276         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
49277              (and INT64_MIN) brokenness.
49278      Branch: perl
49279            ! hints/darwin.sh perl.h
49280 ____________________________________________________________________________
49281 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
49282         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
49283              From: Nicholas Clark <nick@ccl4.org>
49284              Date: Sun, 17 Jun 2001 00:16:05 +0100
49285              Message-ID: <20010617001605.V98663@plum.flirble.org>
49286      Branch: perl
49287            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
49288            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
49289            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
49290 ____________________________________________________________________________
49291 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
49292         Log: Add perlnetware to docs; regen toc; supply skeleton
49293              docs for some Memoize submodules.
49294      Branch: perl
49295            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
49296            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49297            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
49298            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
49299            ! win32/Makefile win32/makefile.mk
49300 ____________________________________________________________________________
49301 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
49302         Log: pod cleanup.
49303      Branch: perl
49304            ! README.netware
49305 ____________________________________________________________________________
49306 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
49307         Log: Integrate Memoize 0.64.  Few tweaks were required in
49308              the test scripts.  Note that the speed and expire*
49309              tests take several dozen seconds to run.
49310      Branch: perl
49311            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
49312            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
49313            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49314            + lib/Memoize/README lib/Memoize/SDBM_File.pm
49315            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
49316            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
49317            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
49318            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
49319            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
49320            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
49321            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
49322            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
49323            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
49324            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
49325            ! MANIFEST t/lib/1_compile.t
49326 ____________________________________________________________________________
49327 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
49328         Log: Document the cross-compilation options.
49329      Branch: perl
49330            ! Cross/README INSTALL
49331 ____________________________________________________________________________
49332 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
49333         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
49334      Branch: perl
49335            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
49336            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
49337            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
49338            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
49339            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
49340            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
49341            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
49342            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
49343            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
49344            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
49345            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
49346            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
49347            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
49348            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
49349            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
49350            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
49351            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
49352            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
49353            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
49354            + lib/ExtUtils/MM_NW5.pm
49355            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
49356            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
49357            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
49358            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
49359            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
49360            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
49361            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
49362            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
49363            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
49364            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
49365            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
49366            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
49367            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
49368            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
49369            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
49370            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
49371            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
49372            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
49373            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
49374            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
49375            ! util.h x2p/a2py.c
49376 ____________________________________________________________________________
49377 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
49378         Log: Resort MANIFEST.
49379      Branch: perl
49380            ! MANIFEST
49381 ____________________________________________________________________________
49382 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
49383         Log: Integrate perlio:
49384              
49385              [ 10640]
49386              Disable :win32 layer as default till I get it working
49387              
49388              [ 10632]
49389              Work-in-progress win32 layer semi-functional, checking 
49390              for UNIX breakage.
49391              
49392              [ 10627]
49393              Work in progress UNIX-side edit of win32 PerLIO layer
49394      Branch: perl
49395           +> win32/win32io.c
49396           !> MANIFEST perlio.c perliol.h win32/makefile.mk
49397 ____________________________________________________________________________
49398 [ 10640] By: nick                                  on 2001/06/16  18:38:31
49399         Log: Disable :win32 layer as default till I get it working
49400      Branch: perlio
49401            ! MANIFEST perlio.c
49402 ____________________________________________________________________________
49403 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
49404         Log: Try the new scheme by moving the Text::Abbrev test
49405              to a new place under lib.
49406      Branch: perl
49407            + lib/Text/Abbrev/t/abbrev.t
49408            - t/lib/abbrev.t
49409            ! MANIFEST
49410 ____________________________________________________________________________
49411 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
49412         Log: Make the code even more dynamical so that testname
49413              suffix length can change.
49414      Branch: perl
49415            ! lib/Test/Harness.pm t/TEST
49416 ____________________________________________________________________________
49417 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
49418         Log: Allow for deeper t/ and also a single test.pl.
49419      Branch: perl
49420            ! t/TEST t/harness
49421 ____________________________________________________________________________
49422 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
49423         Log: #define fix from Nicholas Clark.
49424      Branch: perl
49425            ! ext/POSIX/POSIX.xs
49426 ____________________________________________________________________________
49427 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
49428         Log: Initialization is nice.
49429      Branch: perl
49430            ! lib/Test/Harness.pm
49431 ____________________________________________________________________________
49432 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
49433         Log: Make t/TEST and t/harness to test also the t/ tests
49434              under the main lib/ and ext/ directories.  Fix Test::Harness
49435              to dynamically change the width of its "foo/bar....ok" output.
49436      Branch: perl
49437            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
49438 ____________________________________________________________________________
49439 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
49440         Log: Subject: [PATCH] Re: perl@10611 
49441              From: Nicholas Clark <nick@ccl4.org>
49442              Date: Sat, 16 Jun 2001 16:52:47 +0100
49443              Message-ID: <20010616165247.O98663@plum.flirble.org>
49444              
49445              The .xs parts, too.
49446      Branch: perl
49447            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
49448            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
49449 ____________________________________________________________________________
49450 [ 10632] By: nick                                  on 2001/06/16  16:44:35
49451         Log: Work-in-progress win32 layer semi-functional, checking 
49452              for UNIX breakage.
49453      Branch: perlio
49454            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
49455 ____________________________________________________________________________
49456 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
49457         Log: Subject: [PATCH] Re: perl@10611 
49458              From: Nicholas Clark <nick@ccl4.org>
49459              Date: Sat, 16 Jun 2001 16:52:47 +0100
49460              Message-ID: <20010616165247.O98663@plum.flirble.org>
49461      Branch: perl
49462            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
49463            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
49464            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
49465            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
49466            ! lib/ExtUtils/Constant.pm
49467 ____________________________________________________________________________
49468 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
49469         Log: Metaconfig unit change for #10629.
49470      Branch: metaconfig
49471            ! U/modified/Finish.U
49472 ____________________________________________________________________________
49473 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
49474         Log: The extraction changed directories.
49475      Branch: perl
49476            ! Configure
49477 ____________________________________________________________________________
49478 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
49479         Log: Math::BigInt 1.35 from Tels.
49480      Branch: perl
49481            + t/lib/mbimbf.t
49482            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
49483            ! t/lib/bigfltpm.t t/lib/bigintpm.t
49484 ____________________________________________________________________________
49485 [ 10627] By: nick                                  on 2001/06/16  14:54:52
49486         Log: Work in progress UNIX-side edit of win32 PerLIO layer
49487      Branch: perlio
49488            + win32/win32io.c
49489            ! perlio.c win32/makefile.mk
49490 ____________________________________________________________________________
49491 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
49492         Log: Subject: [PATCH 5.6.1] os2/diff-configure
49493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49494              Date: Fri, 15 Jun 2001 01:19:36 -0400
49495              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
49496              
49497              Empty all of it because I think #10624 made even the
49498              last patch hunk unnecessary.
49499      Branch: perl
49500            ! os2/diff.configure
49501 ____________________________________________________________________________
49502 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
49503         Log: Metaconfig unit change for 10624.
49504      Branch: metaconfig
49505            ! U/modified/libc.U
49506      Branch: perl
49507            ! config_h.SH
49508 ____________________________________________________________________________
49509 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
49510         Log: Move the initialization of libnames to the beginning so
49511              that can one 'seed' it (as OS/2 does.)
49512      Branch: perl
49513            ! Configure
49514 ____________________________________________________________________________
49515 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
49516         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
49517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49518              Date: Fri, 15 Jun 2001 19:10:57 -0400
49519              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
49520      Branch: perl
49521            ! os2/OS2/REXX/DLL/DLL.pm
49522 ____________________________________________________________________________
49523 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
49524         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
49525              From: "Craig A. Berry" <craigberry@mac.com>
49526              Date: Fri, 15 Jun 2001 17:00:03 -0500
49527              Message-Id: <a05101007b750342599be@[172.16.52.1]>
49528      Branch: perl
49529            ! vms/descrip_mms.template
49530 ____________________________________________________________________________
49531 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
49532         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
49533              From: "Craig A. Berry" <craigberry@mac.com>
49534              Date: Fri, 15 Jun 2001 18:39:42 -0500
49535              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
49536      Branch: perl
49537            ! lib/File/Spec/VMS.pm t/lib/extutils.t
49538 ____________________________________________________________________________
49539 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
49540         Log: Integrate perlio:
49541              
49542              [ 10619]
49543              Generated files
49544              
49545              [ 10618]
49546              Fix open.pm to work via XS-implemented method calls rather
49547              than *open::layers variables which caused all the HV/AV hassle.
49548      Branch: perl
49549           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
49550           !> t/io/utf8.t t/lib/io_scalar.t
49551 ____________________________________________________________________________
49552 [ 10619] By: nick                                  on 2001/06/15  21:05:19
49553         Log: Generated files
49554      Branch: perlio
49555            ! embed.h proto.h
49556 ____________________________________________________________________________
49557 [ 10618] By: nick                                  on 2001/06/15  20:27:42
49558         Log: Fix open.pm to work via XS-implemented method calls rather
49559              than *open::layers variables which caused all the HV/AV hassle.
49560      Branch: perlio
49561            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
49562            ! t/lib/io_scalar.t
49563 ____________________________________________________________________________
49564 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
49565         Log: Integrate perlio:
49566              
49567              [ 10616]
49568              pTHX_ / aTHX_ for ExtUtils/Constant.pm
49569      Branch: perl
49570           !> lib/ExtUtils/Constant.pm
49571 ____________________________________________________________________________
49572 [ 10616] By: nick                                  on 2001/06/15  18:46:47
49573         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
49574      Branch: perlio
49575            ! lib/ExtUtils/Constant.pm
49576 ____________________________________________________________________________
49577 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
49578         Log: Integrate perlio:
49579              
49580              [ 10614]
49581              MULTIPLICITY fix for Socket.xs
49582      Branch: perl
49583           !> ext/Socket/Socket.xs
49584 ____________________________________________________________________________
49585 [ 10614] By: nick                                  on 2001/06/15  18:33:37
49586         Log: MULTIPLICITY fix for Socket.xs
49587      Branch: perlio
49588            ! ext/Socket/Socket.xs
49589 ____________________________________________________________________________
49590 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
49591         Log: Subject: Re: perl@10611
49592              From: Doug MacEachern <dougm@covalent.net>
49593              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
49594              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
49595      Branch: perl
49596            ! ext/Socket/Socket.xs
49597 ____________________________________________________________________________
49598 [ 10612] By: nick                                  on 2001/06/15  16:14:38
49599         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
49600      Branch: perlio
49601           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
49602           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
49603           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
49604           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
49605           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
49606           !> utils/h2ph.PL
49607 ____________________________________________________________________________
49608 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
49609         Log: Update Changes.
49610      Branch: perl
49611            ! Changes patchlevel.h
49612 ____________________________________________________________________________
49613 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
49614         Log: Upping the test count.
49615      Branch: perl
49616            ! t/lib/filefind.t
49617 ____________________________________________________________________________
49618 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
49619         Log: Integrate perlio:
49620              
49621              [ 10606]
49622              regen_config_h for Win32.
49623      Branch: perl
49624           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49625 ____________________________________________________________________________
49626 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
49627         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
49628              From: andreas.koenig@anima.de (Andreas J. Koenig)
49629              Date: 15 Jun 2001 13:30:39 +0200
49630              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
49631              
49632              Record the grim history.
49633      Branch: perl
49634            ! lib/File/Find.pm
49635 ____________________________________________________________________________
49636 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
49637         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
49638              From: Brian McCauley <nobull@mail.com>
49639              Date: 15 Jun 2001 07:51:26 +0100
49640              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
49641      Branch: perl
49642            ! lib/File/Find.pm t/lib/filefind.t
49643 ____________________________________________________________________________
49644 [ 10606] By: nick                                  on 2001/06/15  14:00:08
49645         Log: regen_config_h for Win32.
49646      Branch: perlio
49647            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49648 ____________________________________________________________________________
49649 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
49650         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
49651              From: Peter Prymmer <pvhp@forte.com>
49652              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
49653              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
49654      Branch: perl
49655            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
49656 ____________________________________________________________________________
49657 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
49658         Log: Some filesystems require writability for rename/unlink.
49659      Branch: perl
49660            ! opcode.pl
49661 ____________________________________________________________________________
49662 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
49663         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
49664              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
49665              Date: Fri, 15 Jun 2001 12:08:53 +0200
49666              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
49667      Branch: perl
49668            ! perlio.c
49669 ____________________________________________________________________________
49670 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
49671         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
49672              From: Mike Guy <mjtg@cam.ac.uk>
49673              Date: Fri, 15 Jun 2001 14:11:49 +0100
49674              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
49675      Branch: perl
49676            ! opcode.pl
49677 ____________________________________________________________________________
49678 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
49679         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
49680              From: Nicholas Clark <nick@ccl4.org>
49681              Date: Thu, 14 Jun 2001 23:52:56 +0100
49682              Message-ID: <20010614235256.G98663@plum.flirble.org>
49683      Branch: perl
49684            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
49685            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
49686 ____________________________________________________________________________
49687 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
49688         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
49689              From: Russ Allbery <rra@stanford.edu>
49690              Date: 14 Jun 2001 13:24:43 -0700
49691              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
49692      Branch: perl
49693            ! ext/GDBM_File/GDBM_File.pm
49694 ____________________________________________________________________________
49695 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
49696         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
49697              From: Nicholas Clark <nick@ccl4.org>
49698              Date: Thu, 14 Jun 2001 20:37:47 +0100
49699              Message-ID: <20010614203747.F98663@plum.flirble.org>
49700      Branch: perl
49701            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
49702            ! t/lib/gdbm.t
49703 ____________________________________________________________________________
49704 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
49705         Log: Integrate perlio:
49706              
49707              [ 10597]
49708              Check that HVs with HvNAME() != NULL are really stashes before
49709              treating them as such. Also be more defensive on the GvCV.
49710              Win32 fork and dprof now working again. 
49711              
49712              [ 10595]
49713              Skip Perl_my_bcopy in .def file as we do not provide it.
49714              - Win32 (VC++) now builds but fails:
49715              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
49716              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
49717              write.t    - open(...,"|-") not implemented on Win32 
49718      Branch: perl
49719           !> makedef.pl sv.c
49720 ____________________________________________________________________________
49721 [ 10597] By: nick                                  on 2001/06/15  11:08:13
49722         Log: Check that HVs with HvNAME() != NULL are really stashes before
49723              treating them as such. Also be more defensive on the GvCV.
49724              Win32 fork and dprof now working again. 
49725      Branch: perlio
49726            ! sv.c
49727 ____________________________________________________________________________
49728 [ 10596] By: nick                                  on 2001/06/15  10:11:20
49729         Log: Integrate mainline.
49730      Branch: perlio
49731           +> Cross/README
49732           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
49733           !> Porting/config_H config_h.SH configure.com epoc/config.sh
49734           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
49735           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49736           !> vos/config.ga.h win32/config.bc win32/config.gc
49737           !> win32/config.vc win32/config_H.bc win32/config_H.gc
49738           !> win32/config_H.vc
49739 ____________________________________________________________________________
49740 [ 10595] By: nick                                  on 2001/06/15  09:37:17
49741         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
49742              - Win32 (VC++) now builds but fails:
49743              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
49744              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
49745              write.t    - open(...,"|-") not implemented on Win32 
49746      Branch: perlio
49747            ! makedef.pl
49748 ____________________________________________________________________________
49749 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
49750         Log: Integrate perlio:
49751              
49752              [ 10591]
49753              Steps along the road toward Win32 building again.
49754      Branch: perl
49755           !> perlio.c win32/makefile.mk
49756 ____________________________________________________________________________
49757 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
49758         Log: Metaconfig unit changes for #10592.
49759      Branch: metaconfig
49760            + U/modified/i_varhdr.U U/modified/startsh.U
49761            - U/a_dvisory/crosscompile.U U/target/Target.U
49762            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
49763            ! U/compline/bitpbyte.U U/compline/byteorder.U
49764            ! U/compline/ccflags.U U/compline/charsize.U
49765            ! U/compline/d_casti32.U U/compline/d_castneg.U
49766            ! U/compline/d_closedir.U U/compline/d_fd_set.U
49767            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
49768            ! U/compline/d_keepsig.U U/compline/d_open3.U
49769            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
49770            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
49771            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
49772            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
49773            ! U/compline/doublesize.U U/compline/floatsize.U
49774            ! U/compline/nblock_io.U U/compline/orderlib.U
49775            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
49776            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
49777            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
49778            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
49779            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
49780            ! U/modified/spitshell.U U/threads/archname.U
49781            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
49782            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
49783            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
49784            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
49785            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
49786      Branch: metaconfig/U/perl
49787            + Cross.U
49788            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
49789            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
49790            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
49791            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
49792            ! stdio_streams.U uselfs.U
49793 ____________________________________________________________________________
49794 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
49795         Log: The first steps towards cross-compilation.
49796              
49797              Abstract execution of compiled test executables with $run,
49798              and abstract transfer of files with $to and $from.
49799              
49800              Under cross-compilation the $run, $to, and $from will point
49801              to appropriate wrapper scripts, by default ssh and scp,
49802              but also rsh, rcp, and cp are supported.  If not
49803              cross-compiling, they will be set to '', ':', and ':',
49804              respectively.
49805              
49806              With these patches I was able to get Configure for
49807              iPAQ ARM Linux on an Intel Linux about 95% right
49808              (only a few tests failed to execute or they produced
49809              incorrect results), and I was able to compile
49810              a functional miniperl.
49811              
49812              The symbol crosscompile renamed to be usecrosscompile,
49813              the corresponding C symbol from CROSSCOMPILE to
49814              USE_CROSS_COMPILE.
49815      Branch: perl
49816            ! Configure Cross/README Makefile.SH Porting/Glossary
49817            ! Porting/config.sh Porting/config_H config_h.SH configure.com
49818            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
49819            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
49820            ! vos/config.ga.def vos/config.ga.h win32/config.bc
49821            ! win32/config.gc win32/config.vc win32/config_H.bc
49822            ! win32/config_H.gc win32/config_H.vc
49823 ____________________________________________________________________________
49824 [ 10591] By: nick                                  on 2001/06/14  20:00:12
49825         Log: Steps along the road toward Win32 building again.
49826      Branch: perlio
49827            ! perlio.c win32/makefile.mk
49828 ____________________________________________________________________________
49829 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
49830         Log: Integrate perlio:
49831              
49832              [ 10589]
49833              Routine regen_config_h for Win32
49834      Branch: perl
49835           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49836 ____________________________________________________________________________
49837 [ 10589] By: nick                                  on 2001/06/14  13:54:07
49838         Log: Routine regen_config_h for Win32
49839      Branch: perlio
49840            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49841 ____________________________________________________________________________
49842 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
49843         Log: Integrate perlio:
49844              
49845              [ 10586]
49846              Add new step to run_byacc which:
49847              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
49848              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
49849              
49850              [ 10584]
49851              Hack to remove insecure directories from PATH so test will run.
49852      Branch: perl
49853           +> perlyline.pl
49854           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
49855 ____________________________________________________________________________
49856 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
49857         Log: A placeholder.
49858      Branch: perl
49859            + Cross/README
49860 ____________________________________________________________________________
49861 [ 10586] By: nick                                  on 2001/06/14  08:25:07
49862         Log: Add new step to run_byacc which:
49863              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
49864              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
49865      Branch: perlio
49866            + perlyline.pl
49867            ! MANIFEST Makefile.SH perly.c
49868 ____________________________________________________________________________
49869 [ 10585] By: nick                                  on 2001/06/14  08:22:29
49870         Log: Integrate mainline
49871      Branch: perlio
49872           +> locale.c numeric.c
49873           !> Changes cygwin/Makefile.SHs embed.h embed.pl
49874           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
49875           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
49876           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
49877           !> x2p/Makefile.SH
49878 ____________________________________________________________________________
49879 [ 10584] By: nick                                  on 2001/06/14  08:05:53
49880         Log: Hack to remove insecure directories from PATH so test will run.
49881      Branch: perlio
49882            ! t/lib/filefind.t
49883 ____________________________________________________________________________
49884 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
49885         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
49886      Branch: perl
49887            - t/lib/mbimbf.t
49888            ! MANIFEST
49889 ____________________________________________________________________________
49890 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
49891         Log: Detypo.
49892      Branch: perl
49893            ! x2p/Makefile.SH
49894 ____________________________________________________________________________
49895 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
49896         Log: de-$CONFIG continues.
49897      Branch: perl
49898            ! cygwin/Makefile.SHs x2p/Makefile.SH
49899 ____________________________________________________________________________
49900 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
49901         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
49902              From: Nicholas Clark <nick@ccl4.org>
49903              Date: Wed, 13 Jun 2001 21:20:13 +0100
49904              Message-ID: <20010613212013.D98663@plum.flirble.org>
49905      Branch: perl
49906            ! opcode.pl
49907 ____________________________________________________________________________
49908 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
49909         Log: Subject: splitting util.c
49910              From: Hugo <hv@crypt.compulink.co.uk>
49911              Date: Thu, 14 Jun 2001 00:41:08 +0100
49912              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
49913      Branch: perl
49914            + locale.c numeric.c
49915            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
49916            ! pod/perlapi.pod proto.h util.c
49917 ____________________________________________________________________________
49918 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
49919         Log: Upgrade to Math::BigInt 1.34 from Tels.
49920      Branch: perl
49921            + t/lib/mbimbf.t
49922            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
49923            ! t/lib/bigfltpm.t t/lib/bigintpm.t
49924 ____________________________________________________________________________
49925 [ 10577] By: nick                                  on 2001/06/13  19:02:48
49926         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
49927      Branch: perlio
49928           !> (integrate 125 files)
49929 ____________________________________________________________________________
49930 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
49931         Log: Update Changes.
49932      Branch: perl
49933            ! Changes patchlevel.h
49934 ____________________________________________________________________________
49935 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
49936         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
49937              From: "Craig A. Berry" <craigberry@mac.com>
49938              Date: Wed, 13 Jun 2001 13:24:28 -0500
49939              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
49940      Branch: perl
49941            ! ext/re/Makefile.PL
49942 ____________________________________________________________________________
49943 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
49944         Log: Mc.u.c. for #10573.
49945      Branch: metaconfig
49946            ! U/threads/usethreads.U
49947 ____________________________________________________________________________
49948 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
49949         Log: It would be also be good if I could type.
49950      Branch: perl
49951            ! Configure
49952 ____________________________________________________________________________
49953 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
49954         Log: Metaconfig unit change for #10571.
49955      Branch: metaconfig
49956            ! U/threads/usethreads.U
49957 ____________________________________________________________________________
49958 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
49959         Log: A non-empty default is a good thing.
49960      Branch: perl
49961            ! Configure
49962 ____________________________________________________________________________
49963 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
49964         Log: Metaconfig unit change for #10569.
49965      Branch: metaconfig
49966            ! U/threads/usethreads.U
49967 ____________________________________________________________________________
49968 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
49969         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
49970              extremely experimental, not even prompted for.
49971      Branch: perl
49972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49973            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
49974            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
49975            ! win32/config.bc win32/config.gc win32/config.vc
49976 ____________________________________________________________________________
49977 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
49978         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
49979      Branch: perl
49980            ! pod/perlfaq6.pod
49981 ____________________________________________________________________________
49982 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
49983         Log: Integrate perlio:
49984              
49985              [ 10564]
49986              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
49987              and using that instead (name lookups are sequential search for now).
49988      Branch: perl
49989           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
49990           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
49991 ____________________________________________________________________________
49992 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
49993         Log: Subject: Re: ext/ + -Wall
49994              From: Doug MacEachern <dougm@covalent.net>
49995              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
49996              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
49997      Branch: perl
49998            ! XSUB.h lib/ExtUtils/xsubpp perl.h
49999 ____________________________________________________________________________
50000 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
50001         Log: Similar logic as DB_File.xs, using the modern macros and
50002              defines them to older ones for older Perls where PERL_VERSION
50003              is not defined, from Doug MacEachern.
50004      Branch: perl
50005            ! ext/Storable/Storable.xs
50006 ____________________________________________________________________________
50007 [ 10564] By: nick                                  on 2001/06/13  15:22:01
50008         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
50009              and using that instead (name lookups are sequential search for now).
50010      Branch: perlio
50011            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
50012            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
50013 ____________________________________________________________________________
50014 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
50015         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
50016              From: "Richard Soderberg" <rs@crystalflame.net>
50017              Date: Sat, 26 May 2001 06:44:20 -0700
50018              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
50019      Branch: perl
50020            ! sv.c t/op/glob.t
50021 ____________________________________________________________________________
50022 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
50023         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
50024              From: "Craig A. Berry" <craigberry@mac.com>
50025              Date: Tue, 12 Jun 2001 23:55:26 -0500
50026              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
50027      Branch: perl
50028            ! ext/re/Makefile.PL ext/re/re.xs
50029 ____________________________________________________________________________
50030 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
50031         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
50032              suggested by NI-S.
50033      Branch: perl
50034            ! XSUB.h malloc.c perl.h
50035 ____________________________________________________________________________
50036 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
50037         Log: Regen toc.
50038      Branch: perl
50039            ! pod/perltoc.pod
50040 ____________________________________________________________________________
50041 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
50042         Log: Subject: [patch] perl.gprof control
50043              From: Doug MacEachern <dougm@covalent.net>
50044              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
50045              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
50046      Branch: perl
50047            ! miniperlmain.c perl.h
50048 ____________________________________________________________________________
50049 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
50050         Log: Subject: Re: ext/ + -Wall
50051              From: Doug MacEachern <dougm@covalent.net>
50052              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
50053              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
50054              
50055              Document ax and break up dXSARGS.
50056      Branch: perl
50057            ! XSUB.h pod/perlapi.pod
50058 ____________________________________________________________________________
50059 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
50060         Log: More AIX tweakage from Merijn.
50061      Branch: perl
50062            ! hints/aix.sh
50063 ____________________________________________________________________________
50064 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
50065         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
50066              From: "Craig A. Berry" <craigberry@mac.com>
50067              Date: Tue, 12 Jun 2001 22:57:45 -0500
50068              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
50069      Branch: perl
50070            ! vms/descrip_mms.template
50071 ____________________________________________________________________________
50072 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
50073         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
50074              From: "Craig A. Berry" <craigberry@mac.com>
50075              Date: Tue, 12 Jun 2001 22:21:39 -0500
50076              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
50077      Branch: perl
50078            ! configure.com util.c
50079 ____________________________________________________________________________
50080 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
50081         Log: New AIX dynaloading code from Jens-Uwe Mager.
50082              Does break binary compatibility.
50083      Branch: perl
50084            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
50085 ____________________________________________________________________________
50086 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
50087         Log: VMS DEC C compiler found nits by Peter Prymmer.
50088      Branch: perl
50089            ! util.c
50090 ____________________________________________________________________________
50091 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
50092         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
50093              From: Peter Prymmer <pvhp@forte.com>
50094              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
50095              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
50096      Branch: perl
50097            ! t/lib/filecomp.t
50098 ____________________________________________________________________________
50099 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
50100         Log: I wonder how many $CONFIGs still lurk in the shadows.
50101      Branch: perl
50102            ! pod/Makefile.SH x2p/cflags.SH
50103 ____________________________________________________________________________
50104 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
50105         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
50106      Branch: perl
50107            ! pod/checkpods.PL
50108 ____________________________________________________________________________
50109 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
50110         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
50111      Branch: perl
50112            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
50113 ____________________________________________________________________________
50114 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
50115         Log: Subject: [patch] rid local_patches warnings
50116              From: Doug MacEachern <dougm@covalent.net>
50117              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
50118              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
50119      Branch: perl
50120            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
50121 ____________________________________________________________________________
50122 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
50123         Log: Subject: Re: ext/ + -Wall
50124              From: Doug MacEachern <dougm@covalent.net>
50125              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
50126              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
50127      Branch: perl
50128            ! ext/attrs/attrs.xs
50129 ____________________________________________________________________________
50130 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
50131         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
50132              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
50133              Date: Tue, 12 Jun 2001 14:36:20 -0400
50134              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
50135      Branch: perl
50136            ! pod/perlretut.pod
50137 ____________________________________________________________________________
50138 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
50139         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
50140              From: Mike Guy <mjtg@cam.ac.uk>
50141              Date: Tue, 12 Jun 2001 19:10:31 +0100
50142              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
50143              
50144              Subject: Re: [ID 20010612.001] out of memory during regex compilation
50145              From: Mike Guy <mjtg@cam.ac.uk>
50146              Date: Tue, 12 Jun 2001 19:21:01 +0100
50147              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
50148      Branch: perl
50149            ! pod/perlop.pod
50150 ____________________________________________________________________________
50151 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
50152         Log: AIX tweaks from Merijn H. Brand.
50153      Branch: perl
50154            ! hints/aix.sh
50155 ____________________________________________________________________________
50156 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
50157         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
50158              From: "Brendan O'Dea" <bod@compusol.com.au>
50159              Date: Wed, 13 Jun 2001 05:16:47 +1000
50160              Message-ID: <20010613051647.A8945@compusol.com.au>
50161      Branch: maint-5.6/perl
50162            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
50163 ____________________________________________________________________________
50164 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
50165         Log: Subject: Small bcopy cleanup
50166              From: Andy Dougherty <doughera@lafayette.edu>
50167              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
50168              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
50169      Branch: perl
50170            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
50171 ____________________________________________________________________________
50172 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
50173         Log: Subject: [PATCH] Re: ext/ + -Wall
50174              From: Nicholas Clark <nick@ccl4.org>
50175              Date: Wed, 13 Jun 2001 00:04:30 +0100
50176              Message-ID: <20010613000430.M5901@plum.flirble.org>
50177      Branch: perl
50178            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
50179 ____________________________________________________________________________
50180 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
50181         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
50182              From: Nicholas Clark <nick@ccl4.org>
50183              Date: Tue, 12 Jun 2001 23:53:07 +0100
50184              Message-ID: <20010612235307.L5901@plum.flirble.org>
50185      Branch: perl
50186            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50187 ____________________________________________________________________________
50188 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
50189         Log: MPE/iX tweaks from Mark Bixby.
50190      Branch: perl
50191            ! hints/mpeix.sh mpeix/mpeixish.h util.c
50192 ____________________________________________________________________________
50193 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
50194         Log: Update Changes.
50195      Branch: perl
50196            ! Changes patchlevel.h
50197 ____________________________________________________________________________
50198 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
50199         Log: One less -Wall whine (found under DEBUGGING).
50200      Branch: perl
50201            ! x2p/Makefile.SH x2p/a2p.c
50202 ____________________________________________________________________________
50203 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
50204         Log: s/case-independent/case-insensitive/g
50205      Branch: perl
50206            ! pod/perldebug.pod
50207 ____________________________________________________________________________
50208 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
50209         Log: As suggested in    
50210              
50211              Subject: Re: ext/ + -Wall
50212              From: Gurusamy Sarathy <gsar@ActiveState.com>
50213              Date: Mon, 11 Jun 2001 23:34:31 -0700
50214              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
50215      Branch: perl
50216            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
50217            ! perl.h
50218 ____________________________________________________________________________
50219 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
50220         Log: Subject: ext/ + -Wall
50221              From: Doug MacEachern <dougm@covalent.net>
50222              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
50223              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
50224      Branch: perl
50225            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
50226            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
50227            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
50228            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
50229            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
50230            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
50231            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
50232            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
50233            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
50234            ! lib/ExtUtils/xsubpp
50235 ____________________________________________________________________________
50236 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
50237         Log: Subject: [PATCH] anonymous stashes
50238              From: Abhijit Menon-Sen <ams@wiw.org>
50239              Date: Tue, 12 Jun 2001 12:47:04 +0530
50240              Message-ID: <20010612124704.A29029@lustre.linux.in>
50241      Branch: perl
50242            ! dump.c gv.c sv.c xsutils.c
50243 ____________________________________________________________________________
50244 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
50245         Log: One more test for $^S.
50246      Branch: perl
50247            ! t/op/magic.t
50248 ____________________________________________________________________________
50249 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
50250         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
50251              From: Abhijit Menon-Sen <ams@wiw.org>
50252              Date: Tue, 12 Jun 2001 17:35:55 +0530
50253              Message-ID: <20010612173555.A32426@lustre.linux.in>
50254      Branch: perl
50255            ! mg.c t/op/magic.t
50256 ____________________________________________________________________________
50257 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
50258         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
50259              From: Mike Guy <mjtg@cam.ac.uk>
50260              Date: Tue, 12 Jun 2001 13:14:15 +0100
50261              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
50262      Branch: perl
50263            ! pod/perlop.pod
50264 ____________________________________________________________________________
50265 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
50266         Log: AUTHORS updates.
50267      Branch: perl
50268            ! AUTHORS
50269 ____________________________________________________________________________
50270 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
50271         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
50272              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
50273              Content-Transfer-Encoding: 7bit
50274              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
50275      Branch: perl
50276            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
50277 ____________________________________________________________________________
50278 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
50279         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
50280              From: "Philip Newton" <Philip.Newton@gmx.net>
50281              Date: Mon, 11 Jun 2001 07:08:03 +0200
50282              Message-Id: <200106120802.LAA08992@taas.iki.fi>
50283      Branch: perl
50284            ! t/base/term.t
50285 ____________________________________________________________________________
50286 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
50287         Log: Cleanup the a2p.c for -Wall.
50288      Branch: perl
50289            ! x2p/Makefile.SH x2p/a2p.c
50290 ____________________________________________________________________________
50291 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
50292         Log: File::Find update for MacOS from Chris Nandor.
50293      Branch: perl
50294            ! lib/File/Find.pm t/lib/filefind.t
50295 ____________________________________________________________________________
50296 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
50297         Log: gcc -Wall nits picked out by a non-UNIX system
50298              (courtesy of Mark Bixby)
50299      Branch: perl
50300            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
50301            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
50302            ! pp_sys.c util.c
50303 ____________________________________________________________________________
50304 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
50305         Log: Metaconfig unit change for #10522.  (The d_modfl changes
50306              placate metalint.)
50307      Branch: metaconfig/U/perl
50308            ! d_modfl.U d_u32align.U
50309 ____________________________________________________________________________
50310 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
50311         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
50312              be "./try 2>&1 >/dev/null".
50313      Branch: perl
50314            ! Configure
50315 ____________________________________________________________________________
50316 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
50317         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
50318              From: "Craig A. Berry" <craigberry@mac.com>
50319              Date: Mon, 11 Jun 2001 14:00:32 -0500
50320              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
50321      Branch: perl
50322            ! configure.com
50323 ____________________________________________________________________________
50324 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
50325         Log: Move the full \p\P lists to perlunicode.
50326      Branch: perl
50327            ! pod/perlretut.pod pod/perlunicode.pod
50328 ____________________________________________________________________________
50329 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
50330         Log: VOS build tweak for 5.6.1 from Paul Green.
50331      Branch: maint-5.6/perl
50332            ! vos/build.cm
50333 ____________________________________________________________________________
50334 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
50335         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
50336              From: "Craig A. Berry" <craigberry@mac.com>
50337              Date: Fri, 8 Jun 2001 18:08:18 -0500
50338              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
50339      Branch: perl
50340            ! vms/vms.c
50341 ____________________________________________________________________________
50342 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
50343         Log: Update Changes.
50344      Branch: perl
50345            ! Changes patchlevel.h
50346 ____________________________________________________________________________
50347 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
50348         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
50349      Branch: perl
50350            ! vos/config.alpha.h vos/config.ga.h
50351 ____________________________________________________________________________
50352 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
50353         Log: VOS updates from Paul Green for @10476.
50354      Branch: perl
50355            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
50356            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50357            ! vos/config.ga.h vos/configure_perl.cm
50358 ____________________________________________________________________________
50359 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
50360         Log: Subject: [PATCH] Not many people know this ...
50361              From: Mike Guy <mjtg@cam.ac.uk>
50362              Date: Mon, 11 Jun 2001 14:55:15 +0100
50363              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
50364      Branch: perl
50365            ! pod/perldebug.pod
50366 ____________________________________________________________________________
50367 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
50368         Log: Add final commas to lists as suggested by Philip Newton.
50369      Branch: perl
50370            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50371 ____________________________________________________________________________
50372 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
50373         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
50374              Date: Sun, 10 Jun 2001 23:35:38 -0400
50375              From: Chris Nandor <pudge@pobox.com>
50376              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
50377      Branch: perl
50378            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
50379            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
50380            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
50381            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
50382            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
50383            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
50384            ! t/op/write.t t/pragma/strict.t
50385 ____________________________________________________________________________
50386 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
50387         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
50388              From: Chris Nandor <pudge@pobox.com>
50389              Date: Mon, 11 Jun 2001 08:24:28 -0400
50390              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
50391      Branch: perl
50392            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
50393            ! t/lib/io_dir.t
50394 ____________________________________________________________________________
50395 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
50396         Log: One more run_byacc (a hand-tweaked version had slipped in).
50397      Branch: perl
50398            ! perly.c vms/perly_c.vms
50399 ____________________________________________________________________________
50400 [ 10509] By: nick                                  on 2001/06/11  07:49:15
50401         Log: Integrate mainline
50402      Branch: perlio
50403           !> Makefile.SH embed.h embed.pl global.sym
50404           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
50405           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
50406           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
50407           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
50408 ____________________________________________________________________________
50409 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
50410         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
50411              From: Mike Guy <mjtg@cam.ac.uk>
50412              Reply-To: mjtg@cam.ac.uk
50413              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
50414      Branch: perl
50415            ! lib/ExtUtils/Manifest.pm
50416 ____________________________________________________________________________
50417 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
50418         Log: Subject: [PATCH] ExtUtils::Constant
50419              From: Nicholas Clark <nick@ccl4.org>
50420              Date: Sun, 10 Jun 2001 23:25:41 +0100
50421              Message-ID: <20010610232540.C76396@plum.flirble.org>
50422      Branch: perl
50423            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50424 ____________________________________________________________________________
50425 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
50426         Log: Integrate perlio:
50427              
50428              [ 10504]
50429              Fix (valid) -Wall warnings in perlio.c
50430      Branch: perl
50431           !> iperlsys.h
50432 ____________________________________________________________________________
50433 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
50434         Log: Move the grok_number and its lieutenant grok_numeric_radix
50435              from sv.c statics to util.c and public.
50436      Branch: perl
50437            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
50438            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
50439 ____________________________________________________________________________
50440 [ 10504] By: nick                                  on 2001/06/10  17:47:06
50441         Log: Fix (valid) -Wall warnings in perlio.c
50442      Branch: perlio
50443            ! iperlsys.h
50444 ____________________________________________________________________________
50445 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
50446         Log: Update perly_c.diff, update perly.fixer to edit away
50447              some of the -Wall noise.
50448      Branch: perl
50449            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
50450 ____________________________________________________________________________
50451 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
50452         Log: Check the version of byacc.
50453      Branch: perl
50454            ! Makefile.SH
50455 ____________________________________________________________________________
50456 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
50457         Log: Subject: [PATCH] perly.y overhaul
50458              From: Simon Cozens <simon@netthink.co.uk>
50459              Date: Sun, 10 Jun 2001 16:56:54 +0100
50460              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
50461              
50462              Plus make run_byacc.
50463      Branch: perl
50464            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
50465 ____________________________________________________________________________
50466 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
50467         Log: Integrate perlio:
50468              
50469              [ 10497]
50470              Paper over a crack or two with USE_SFIO
50471      Branch: perl
50472           !> perlio.c perlsfio.h
50473 ____________________________________________________________________________
50474 [ 10499] By: nick                                  on 2001/06/10  15:01:08
50475         Log: Integrate mainline
50476      Branch: perlio
50477           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
50478           !> t/pragma/locale.t util.c
50479 ____________________________________________________________________________
50480 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
50481         Log: Put some meat on the perl572delta bones.  The list of
50482              selected bug fixes needs more work, as does still the
50483              whole document.
50484      Branch: perl
50485            ! pod/perl572delta.pod
50486 ____________________________________________________________________________
50487 [ 10497] By: nick                                  on 2001/06/10  12:27:51
50488         Log: Paper over a crack or two with USE_SFIO
50489      Branch: perlio
50490            ! perlio.c perlsfio.h
50491 ____________________________________________________________________________
50492 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
50493         Log: Update Changes.
50494      Branch: perl
50495            ! Changes patchlevel.h
50496 ____________________________________________________________________________
50497 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
50498         Log: Subject: Re: pragma/locale.t #107
50499              From: Hugo <hv@crypt.compulink.co.uk>
50500              Date: Sun, 10 Jun 2001 11:23:30 +0100
50501              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
50502              
50503              Encapsulate the scan of the decimal radix separator.
50504      Branch: perl
50505            ! embed.h embed.pl proto.h sv.c
50506 ____________________________________________________________________________
50507 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
50508         Log: Try to grok numbers both with the locale specific separator
50509              and with the usual "." (if different from the lss); add a test
50510              to locale.t to do also a little bit of math in addition to just
50511              equalness testing; remove extraneous logic as suggested in
50512              
50513              Subject: Re: pragma/locale.t #107
50514              From: Nicholas Clark <nick@ccl4.org>
50515              Date: Sat, 9 Jun 2001 22:37:36 +0100
50516              Message-ID: <20010609223735.Y76396@plum.flirble.org>
50517      Branch: perl
50518            ! sv.c t/pragma/locale.t
50519 ____________________________________________________________________________
50520 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
50521         Log: Metaconfig unit change for #10492.
50522      Branch: metaconfig/U/perl
50523            ! Extensions.U
50524 ____________________________________________________________________________
50525 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
50526         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
50527              From: Artur Bergman <artur@contiller.se> 
50528              Date: Sat, 09 Jun 2001 21:03:51 +0200
50529              Message-ID: <B7483FB6.1398%artur@contiller.se>
50530      Branch: perl
50531            ! Configure
50532 ____________________________________________________________________________
50533 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
50534         Log: Integrate perlio:
50535              
50536              [ 10489]
50537              Make XS/Typemap compile (but fail) with sfio
50538      Branch: perl
50539           !> perlsfio.h
50540 ____________________________________________________________________________
50541 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
50542         Log: Do locale specific separator if only in locale.
50543      Branch: perl
50544            ! util.c
50545 ____________________________________________________________________________
50546 [ 10489] By: nick                                  on 2001/06/09  19:13:25
50547         Log: Make XS/Typemap compile (but fail) with sfio
50548      Branch: perlio
50549            ! perlsfio.h
50550 ____________________________________________________________________________
50551 [ 10488] By: nick                                  on 2001/06/09  19:12:51
50552         Log: Re-integrate mainline
50553      Branch: perlio
50554           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
50555           !> proto.h sv.c util.c
50556 ____________________________________________________________________________
50557 [ 10487] By: nick                                  on 2001/06/09  16:26:29
50558         Log: Integrate mainline
50559      Branch: perlio
50560           !> (integrate 31 files)
50561 ____________________________________________________________________________
50562 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
50563         Log: Subject: [PATCH] New attempt to clone callack
50564              From: Artur Bergman <artur@contiller.se> 
50565              Date: Thu, 07 Jun 2001 11:52:16 +0200
50566              Message-ID: <B7451B6F.12B7%artur@contiller.se>
50567      Branch: perl
50568            ! embedvar.h intrpvar.h perlapi.h sv.c
50569 ____________________________________________________________________________
50570 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
50571         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
50572      Branch: perl
50573            ! embed.h embed.pl perl.h proto.h sv.c util.c
50574 ____________________________________________________________________________
50575 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
50576         Log: Subject: Re: pragma/locale.t #107
50577              From: Nicholas Clark <nick@ccl4.org>
50578              Date: Sat, 9 Jun 2001 16:26:10 +0100
50579              Message-ID: <20010609162609.V76396@plum.flirble.org>
50580              
50581              A missing NVification.
50582      Branch: perl
50583            ! sv.c
50584 ____________________________________________________________________________
50585 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
50586         Log: Redo the #10482, there already was a test script for formats.
50587      Branch: perl
50588            - t/io/format.t
50589            ! MANIFEST t/op/write.t
50590 ____________________________________________________________________________
50591 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
50592         Log: Twisted format testing, from Merijn.
50593      Branch: perl
50594            + t/io/format.t
50595            ! MANIFEST
50596 ____________________________________________________________________________
50597 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
50598         Log: More \p{In...} testing, combined with \N{...}.
50599      Branch: perl
50600            ! lib/utf8_heavy.pl t/op/pat.t
50601 ____________________________________________________________________________
50602 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
50603         Log: Metaconfig changes for #10479.
50604      Branch: metaconfig
50605            ! U/Glossary.patch
50606      Branch: metaconfig/U/perl
50607            ! d_modfl.U
50608 ____________________________________________________________________________
50609 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
50610         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
50611      Branch: perl
50612            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50613            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
50614            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
50615            ! win32/config.bc win32/config.gc win32/config.vc
50616 ____________________________________________________________________________
50617 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
50618         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
50619              From: "Craig A. Berry" <craigberry@mac.com>
50620              Date: Thu, 7 Jun 2001 14:27:20 -0500
50621              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
50622      Branch: perl
50623            ! vms/perlvms.pod
50624 ____________________________________________________________________________
50625 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
50626         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
50627              From: Gisle Aas <gisle@ActiveState.com>
50628              Date: 07 Jun 2001 17:04:29 -0700
50629              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
50630      Branch: perl
50631            ! ext/re/re.xs
50632 ____________________________________________________________________________
50633 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
50634         Log: Update Changes.
50635      Branch: perl
50636            ! Changes patchlevel.h
50637 ____________________________________________________________________________
50638 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
50639         Log: Regen Glossary et alia.
50640      Branch: perl
50641            ! Porting/Glossary Porting/config.sh Porting/config_H
50642 ____________________________________________________________________________
50643 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
50644         Log: Metaconfig unit changes for #10473.
50645      Branch: metaconfig/U/perl
50646            ! d_modfl.U
50647 ____________________________________________________________________________
50648 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
50649         Log: Harumph, also AIX will spill its guts (i.e. dump core)
50650              if an executable contains modfl() but it hasn't been
50651              compiled right (in the case of AIX, with cc -qlongdouble).
50652      Branch: perl
50653            ! Configure
50654 ____________________________________________________________________________
50655 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
50656         Log: integrate change#10471 from mainline
50657              
50658              in change#10451, check that CvOUTSIDE is a CV before looking in
50659              (it can apparently be SVt_NULL during global destruction)
50660      Branch: maint-5.6/perl
50661           !> op.c
50662 ____________________________________________________________________________
50663 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
50664         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
50665              (it can apparently be SVt_NULL during global destruction)
50666      Branch: perl
50667            ! op.c
50668 ____________________________________________________________________________
50669 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
50670         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
50671              From: Robin Barker <rmb1@cise.npl.co.uk>
50672              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
50673              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
50674      Branch: perl
50675            ! lib/diagnostics.pm pod/perldiag.pod
50676 ____________________________________________________________________________
50677 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
50678         Log: Subject: [PATCH perl@10439] long =item
50679              From: Robin Barker <rmb1@cise.npl.co.uk>
50680              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
50681              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
50682      Branch: perl
50683            ! README.amiga lib/Attribute/Handlers.pm
50684            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
50685 ____________________________________________________________________________
50686 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
50687         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
50688              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
50689              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
50690              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
50691      Branch: perl
50692            ! pod/perlguts.pod
50693 ____________________________________________________________________________
50694 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
50695         Log: Integrate perlio:
50696              
50697              [ 10466]
50698              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
50699              whitespace tweaks.
50700              Still coredumps in pragma/overload.t - what a nice hard fail that is...
50701      Branch: perl
50702           !> sv.c
50703 ____________________________________________________________________________
50704 [ 10466] By: nick                                  on 2001/06/07  10:25:40
50705         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
50706              whitespace tweaks.
50707              Still coredumps in pragma/overload.t - what a nice hard fail that is...
50708      Branch: perlio
50709            ! sv.c
50710 ____________________________________________________________________________
50711 [ 10465] By: nick                                  on 2001/06/07  08:41:58
50712         Log: Raw integrate of mainline for S_grok_number debug
50713              (sv.c has MULTIPLICITY issues as well as whatever else ...)
50714      Branch: perlio
50715            - plan9/perlplan9.doc plan9/perlplan9.pod
50716           !> (integrate 46 files)
50717 ____________________________________________________________________________
50718 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
50719         Log: The proper prototyping for #10463.
50720      Branch: perl
50721            ! embed.h embed.pl proto.h sv.c
50722 ____________________________________________________________________________
50723 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
50724         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
50725              From: Nicholas Clark <nick@ccl4.org>
50726              Date: Thu, 7 Jun 2001 00:29:59 +0100
50727              Message-ID: <20010607002959.Z76396@plum.flirble.org>
50728      Branch: perl
50729            ! sv.c
50730 ____________________________________________________________________________
50731 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
50732         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
50733              From: "Craig A. Berry" <craigberry@mac.com>
50734              Date: Wed, 06 Jun 2001 17:54:30 -0500
50735              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
50736      Branch: perl
50737            ! vms/perlvms.pod
50738 ____________________________________________________________________________
50739 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
50740         Log: Podify the remaining README.platform files;
50741              merge README.plan9 and plan9/perlplan9.pod;
50742              delete plan9/perlplan9.* (the perlplan.doc needs to
50743              be regenerated in Plan 9); make the =head1 and =head2
50744              in the README.platform to be a little more verbose
50745              (skipped README.os2 not to anger Ilya) so that they
50746              look better in the toc; regen toc.
50747      Branch: perl
50748            - plan9/perlplan9.doc plan9/perlplan9.pod
50749            ! MANIFEST README.aix README.amiga README.apollo README.beos
50750            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
50751            ! README.hpux README.hurd README.machten README.macos
50752            ! README.micro README.mint README.mpeix README.os390
50753            ! README.plan9 README.qnx README.solaris README.threads
50754            ! README.tru64 README.vmesa README.vms README.vos README.win32
50755            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
50756            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
50757 ____________________________________________________________________________
50758 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
50759         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
50760              From: Mike Guy <mjtg@cam.ac.uk>
50761              Reply-To: mjtg@cam.ac.uk
50762              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
50763      Branch: perl
50764            ! pod/perlguts.pod
50765 ____________________________________________________________________________
50766 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
50767         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
50768              From: Mike Guy <mjtg@cam.ac.uk>
50769              Reply-To: mjtg@cam.ac.uk
50770              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
50771      Branch: perl
50772            ! pod/perlsec.pod
50773 ____________________________________________________________________________
50774 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
50775         Log: Disable long doubles from pre-5.0 Tru64s.
50776      Branch: perl
50777            ! README.tru64 hints/dec_osf.sh
50778 ____________________________________________________________________________
50779 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
50780         Log: The #10455 exposed that modfl() is fundamentally busted
50781              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
50782              testing it.
50783      Branch: perl
50784            ! hints/dec_osf.sh
50785 ____________________________________________________________________________
50786 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
50787         Log: Metaconfig unit change for #10455.
50788      Branch: metaconfig/U/perl
50789            ! d_modfl.U
50790 ____________________________________________________________________________
50791 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
50792         Log: Configure check for geborken modfl(), inspired by
50793              
50794              Subject: Re: [20010118.017] op/int.t failure 
50795              From: Hugo <hv@crypt.compulink.co.uk>
50796              Date: Tue, 05 Jun 2001 13:43:27 +0100
50797              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
50798      Branch: perl
50799            ! Configure
50800 ____________________________________________________________________________
50801 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
50802         Log: Integrate changes #10450 and #10451 from maintperl:
50803              
50804              optimize change#10448 slightly (don't repeat search in eval""s lexical
50805              scope, since that has already been searched)
50806              
50807              change#9108 needs subtler treatment for case of closures created
50808              within eval""
50809      Branch: perl
50810           !> op.c t/op/misc.t
50811 ____________________________________________________________________________
50812 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
50813         Log: MakeMaker magic to compile (when no dynamic loading)
50814              List/Util.xsc as (ListUtil.c and) ListUtil.o since
50815              POSIX-BC (BS2000) linker has an evil limitation of
50816              being unable to include in the same executable several
50817              object files with the same name - case-insensitively -
50818              because otherwise we conflict with util.c.
50819              Strictly speaking currently required only in POSIX-BC
50820              but probably will do no harm elsewhere where static
50821              linking is required.
50822      Branch: perl
50823            ! ext/List/Util/Makefile.PL
50824 ____________________________________________________________________________
50825 [ 10452] By: nick                                  on 2001/06/06  08:59:51
50826         Log: Integrate mainline.
50827      Branch: perlio
50828           +> lib/Attribute/Handlers/demo/Demo.pm
50829           +> lib/Attribute/Handlers/demo/Descriptions.pm
50830           +> lib/Attribute/Handlers/demo/MyClass.pm
50831           +> lib/Attribute/Handlers/demo/demo.pl
50832           +> lib/Attribute/Handlers/demo/demo2.pl
50833           +> lib/Attribute/Handlers/demo/demo3.pl
50834           +> lib/Attribute/Handlers/demo/demo4.pl
50835           +> lib/Attribute/Handlers/demo/demo_call.pl
50836           +> lib/Attribute/Handlers/demo/demo_chain.pl
50837           +> lib/Attribute/Handlers/demo/demo_cycle.pl
50838           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
50839           +> lib/Attribute/Handlers/demo/demo_phases.pl
50840           +> lib/Attribute/Handlers/demo/demo_range.pl
50841           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
50842           +> uts/strtol_wrap.c
50843           !> (integrate 91 files)
50844 ____________________________________________________________________________
50845 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
50846         Log: change#9108 needs subtler treatment for case of closures created
50847              within eval""
50848      Branch: maint-5.6/perl
50849            ! op.c t/op/misc.t
50850 ____________________________________________________________________________
50851 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
50852         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
50853              scope, since that has already been searched)
50854      Branch: maint-5.6/perl
50855            ! op.c
50856 ____________________________________________________________________________
50857 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
50858         Log: Integrate change #10448 from maintperl; lexicals
50859              outside an eval"" weren't resolved correctly inside a subroutine
50860              definition inside the eval"" if they were not already referenced
50861              in the toplevel of the eval""-ed code
50862      Branch: perl
50863           !> cop.h op.c pp_ctl.c t/op/misc.t
50864 ____________________________________________________________________________
50865 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
50866         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
50867              outside an eval"" weren't resolved correctly inside a subroutine
50868              definition inside the eval"" if they were not already referenced
50869              in the toplevel of the eval""-ed code
50870      Branch: maint-5.6/perl
50871            ! cop.h op.c pp_ctl.c t/op/misc.t
50872 ____________________________________________________________________________
50873 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
50874         Log: Subject: [PATCH] perl570delta.pod
50875              From: Peter Scott <Peter@PSDT.com> 
50876              Date: Tue, 05 Jun 2001 18:51:02 -0700
50877              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
50878      Branch: perl
50879            ! pod/perl570delta.pod
50880 ____________________________________________________________________________
50881 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
50882         Log: The fudge factor is no more needed.  I hope.
50883      Branch: perl
50884            ! t/lib/posix.t
50885 ____________________________________________________________________________
50886 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
50887         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
50888              From: Hugo <hv@crypt.compulink.co.uk>
50889              Date: Tue, 05 Jun 2001 12:58:19 +0100
50890              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
50891      Branch: perl
50892            ! util.c
50893 ____________________________________________________________________________
50894 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
50895         Log: Make up prototypes only for those who have the functions
50896              but not the prototypes.
50897      Branch: perl
50898            ! perl.h
50899 ____________________________________________________________________________
50900 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
50901         Log: Subject: Re: Not OK: perl@10439 on win32 
50902              From: Prymmer/Kahn <pvhp@best.com> 
50903              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
50904              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
50905      Branch: perl
50906            ! perl.h util.c
50907 ____________________________________________________________________________
50908 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
50909         Log: The metaconfig units changes for #10441.
50910      Branch: metaconfig
50911            ! U/modified/Extract.U U/modified/Extractall.U
50912            ! U/modified/Finish.U
50913 ____________________________________________________________________________
50914 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
50915         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
50916      Branch: perl
50917            ! Configure
50918 ____________________________________________________________________________
50919 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
50920         Log: Unnecessary fuzziness undone, noted by Mike Guy.
50921      Branch: perl
50922            ! t/op/tr.t
50923 ____________________________________________________________________________
50924 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
50925         Log: Update Changes.
50926      Branch: perl
50927            ! Changes patchlevel.h
50928 ____________________________________________________________________________
50929 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
50930         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
50931              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
50932              leakage patch.
50933      Branch: perl
50934            ! t/op/misc.t
50935 ____________________________________________________________________________
50936 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
50937         Log: Test case for #10433/#10424.
50938      Branch: perl
50939            ! t/op/misc.t
50940 ____________________________________________________________________________
50941 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
50942         Log: Subject: One fix for strtoul not setting errno
50943              From: hom00@utsglobal.com (Hal Morris)
50944              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
50945              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
50946      Branch: perl
50947            + uts/strtol_wrap.c
50948            ! MANIFEST hints/uts.sh
50949 ____________________________________________________________________________
50950 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
50951         Log: Metaconfig units changes for #10434.
50952      Branch: metaconfig
50953            ! U/modified/Cppsym.U
50954      Branch: metaconfig/U/perl
50955            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
50956            + d_syscallproto.U d_usleepproto.U
50957            ! longdblfio.U quadfio.U
50958 ____________________________________________________________________________
50959 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
50960         Log: Configure tweaks; add prototype probes, make the cpp symbols
50961              probe to cast, not whine; test for %Ld and %Lf before %lld and
50962              %llf because the L is the ANSI way.
50963      Branch: perl
50964            ! Configure config_h.SH configure.com epoc/config.sh
50965            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
50966            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
50967            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
50968 ____________________________________________________________________________
50969 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
50970         Log: Sigh.  This is what #10424 was supposed to check in.
50971      Branch: perl
50972            ! op.c sv.c sv.h
50973 ____________________________________________________________________________
50974 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
50975         Log: More verbose failure.
50976      Branch: perl
50977            ! t/op/ver.t
50978 ____________________________________________________________________________
50979 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
50980         Log: The .pm changes to go with #10428.
50981      Branch: perl
50982            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
50983            ! ext/Sys/Syslog/Syslog.pm
50984 ____________________________________________________________________________
50985 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
50986         Log: On second thoughts show to utf8 skippage message only
50987              on failures, it's too confusing otherwise,
50988      Branch: perl
50989            ! t/pragma/locale.t
50990 ____________________________________________________________________________
50991 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
50992         Log: Do not import anything from Encode.
50993      Branch: perl
50994            ! ext/MIME/Base64/QuotedPrint.pm
50995 ____________________________________________________________________________
50996 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
50997         Log: The #10402 didn't take.  Weird.
50998      Branch: perl
50999            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
51000            ! ext/Sys/Syslog/Syslog.xs
51001 ____________________________________________________________________________
51002 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
51003         Log: Eradicate traces of 'asciirange' re subpragma.
51004      Branch: perl
51005            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
51006            ! pod/perldiag.pod
51007 ____________________________________________________________________________
51008 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
51009         Log: use is a compile-time thing.
51010      Branch: perl
51011            ! ext/MIME/Base64/QuotedPrint.pm
51012 ____________________________________________________________________________
51013 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
51014         Log: Subject: [PATCH perl@10419] -Wall casting patch
51015              From: Robin Barker <rmb1@cise.npl.co.uk>
51016              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
51017              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
51018      Branch: perl
51019            ! ext/Devel/DProf/DProf.xs mg.c
51020 ____________________________________________________________________________
51021 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
51022         Log: Subject: [PATCH #2] introducing SVpad_TYPED
51023              From: Abhijit Menon-Sen <ams@wiw.org>
51024              Date: Mon, 4 Jun 2001 12:26:02 +0530
51025              Message-ID: <20010604122602.A5775@lustre.linux.in>
51026      Branch: perl
51027            ! op.c sv.c sv.h
51028 ____________________________________________________________________________
51029 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
51030         Log: testsuite for change#10192 (from Gisle Aas)
51031      Branch: perl
51032            + t/op/override.t
51033            ! MANIFEST
51034 ____________________________________________________________________________
51035 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
51036         Log: integrate changes#10414-10416 from mainline
51037              
51038              Potential buffer overrun if the radix separator is more than
51039              one byte.  Also, under locales, prefer the locale-specific
51040              separator over the old boring ".".
51041              
51042              "10.", that is, decimal numbers can have no decimal part at all.
51043              
51044              The non-locale places need love, too.
51045      Branch: maint-5.6/perl
51046           !> perl.h sv.c
51047 ____________________________________________________________________________
51048 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
51049         Log: Missed from #10420.
51050      Branch: perl
51051            ! epoc/config.sh
51052 ____________________________________________________________________________
51053 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
51054         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
51055              often this prototype goes with HAS_SETRESUID_PROTO.
51056      Branch: perl
51057            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51058            ! config_h.SH configure.com perl.h uconfig.h
51059 ____________________________________________________________________________
51060 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
51061         Log: Update Changes.
51062      Branch: perl
51063            ! Changes patchlevel.h
51064 ____________________________________________________________________________
51065 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
51066         Log: -Wall "subscript has type `char'" cleanup.
51067      Branch: perl
51068            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
51069 ____________________________________________________________________________
51070 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
51071         Log: Various "cast to pointer from integer of different size"
51072              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
51073              wide but I32 (int) only 32 bits wide).
51074              
51075              WARNING: the classnum and tagnum changes in Storable.xs
51076              may not be wise, they may be breaking binary compatibility
51077              (in 64-bit platforms), asked Raphael Manfredi about the changes.
51078      Branch: perl
51079            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
51080            ! mg.c proto.h
51081 ____________________________________________________________________________
51082 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
51083         Log: The non-locale places need love, too.
51084      Branch: perl
51085            ! perl.h
51086 ____________________________________________________________________________
51087 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
51088         Log: "10.", that is, decimal numbers can have no decimal part at all.
51089      Branch: perl
51090            ! perl.h
51091 ____________________________________________________________________________
51092 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
51093         Log: Potential buffer overrun if the radix separator is more than
51094              one byte.  Also, under locales, prefer the locale-specific
51095              separator over the old boring ".".
51096      Branch: perl
51097            ! perl.h sv.c
51098 ____________________________________________________________________________
51099 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
51100         Log: Integrate change #10412 from maintperl; locale is now
51101              per-cop, not per-op; plus retweak the locale.t to always
51102              list the skipped utf8 locales.
51103      Branch: perl
51104            ! t/pragma/locale.t
51105           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
51106           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
51107 ____________________________________________________________________________
51108 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
51109         Log: rationalize locale handling to fix the bugs uncovered by change#10394
51110              
51111              the major issue was that the runtime was looking at PL_hints rather
51112              than op_private to notice whether locale was enabled
51113              
51114              the secondary issue was that many locale-sensitive numeric ops didn't
51115              have HINT_LOCALE propagated into their op_private
51116              
51117              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
51118              instead of per-op, just like HINT_BYTE and the hints for lexical
51119              warnings (this makes the hint available to every op via PL_curcop)
51120              
51121              pragma/locale.t may need to be reworked with these fixes in mind
51122              (it currently passes its tests)
51123      Branch: maint-5.6/perl
51124            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
51125            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
51126 ____________________________________________________________________________
51127 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
51128         Log: More verbose debugging.
51129      Branch: perl
51130            ! t/pragma/locale.t
51131 ____________________________________________________________________________
51132 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
51133         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
51134              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
51135              Date: Sat, 2 Jun 2001 22:53:33 +0100
51136              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
51137      Branch: perl
51138            ! regcomp.c t/pragma/warn/regcomp
51139 ____________________________________________________________________________
51140 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
51141         Log: Mention that lexicalizing $a or $b is a bad idea if one
51142              wants to use sort().
51143      Branch: perl
51144            ! pod/perlvar.pod
51145 ____________________________________________________________________________
51146 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
51147         Log: Tweak the test to be happy if the accuracy is 'good enough'.
51148      Branch: perl
51149            ! t/lib/posix.t
51150 ____________________________________________________________________________
51151 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
51152         Log: Upgrade to Attribute::Handlers 0.70.
51153              
51154              NOTE: this unearthed the "too late for CHECK block" bug,
51155              that's why the 1_compile.t change.
51156      Branch: perl
51157            + lib/Attribute/Handlers/demo/Demo.pm
51158            + lib/Attribute/Handlers/demo/Descriptions.pm
51159            + lib/Attribute/Handlers/demo/MyClass.pm
51160            + lib/Attribute/Handlers/demo/demo.pl
51161            + lib/Attribute/Handlers/demo/demo2.pl
51162            + lib/Attribute/Handlers/demo/demo3.pl
51163            + lib/Attribute/Handlers/demo/demo4.pl
51164            + lib/Attribute/Handlers/demo/demo_call.pl
51165            + lib/Attribute/Handlers/demo/demo_chain.pl
51166            + lib/Attribute/Handlers/demo/demo_cycle.pl
51167            + lib/Attribute/Handlers/demo/demo_hashdir.pl
51168            + lib/Attribute/Handlers/demo/demo_phases.pl
51169            + lib/Attribute/Handlers/demo/demo_range.pl
51170            + lib/Attribute/Handlers/demo/demo_rawdata.pl
51171            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
51172            ! t/lib/attrhand.t
51173 ____________________________________________________________________________
51174 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
51175         Log: One less -Wall whine.
51176      Branch: perl
51177            ! regcomp.c
51178 ____________________________________________________________________________
51179 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
51180         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
51181      Branch: perl
51182           !> t/op/eval.t
51183 ____________________________________________________________________________
51184 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
51185         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
51186              aren't "normally" visible inside eval""s contained in subs unless
51187              a cloned reference to them already exists)
51188              
51189              strangely enough, t/harness didn't show this up as a failure
51190              (harness needs fixing?)
51191      Branch: maint-5.6/perl
51192            ! t/op/eval.t
51193 ____________________________________________________________________________
51194 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
51195         Log: Update to Text::Balanced 1.85.
51196      Branch: perl
51197            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
51198 ____________________________________________________________________________
51199 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
51200         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
51201              From: Nicholas Clark <nick@ccl4.org>
51202              Date: Sun, 3 Jun 2001 17:54:36 +0100
51203              Message-ID: <20010603175436.E76396@plum.flirble.org> 
51204      Branch: perl
51205            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
51206            ! ext/Sys/Syslog/Syslog.xs
51207 ____________________________________________________________________________
51208 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
51209         Log: Unused variables.
51210      Branch: perl
51211            ! util.c
51212 ____________________________________________________________________________
51213 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
51214         Log: Subject: [PATCH] APIfy op_clear 
51215              From: Simon Cozens <simon@netthink.co.uk>
51216              Date: Sun, 3 Jun 2001 13:51:46 +0100
51217              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
51218              
51219              (despite the subject line, op_null is APIfied by the patch)
51220      Branch: perl
51221            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51222 ____________________________________________________________________________
51223 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
51224         Log: Subject: [PATCH] t/lib/extutils.t
51225              From: Nicholas Clark <nick@ccl4.org>
51226              Date: Sat, 2 Jun 2001 23:57:05 +0100
51227              Message-ID: <20010602235705.Q12698@plum.flirble.org>
51228      Branch: perl
51229            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51230 ____________________________________________________________________________
51231 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
51232         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
51233              From: Prymmer/Kahn <pvhp@best.com>
51234              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
51235              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
51236      Branch: perl
51237            ! win32/Makefile win32/makefile.mk
51238 ____________________________________________________________________________
51239 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
51240         Log: Subject: Re: 'decimal digits' macro? 
51241              From: Hugo <hv@crypt.compulink.co.uk>
51242              Date: Sun, 03 Jun 2001 04:26:36 +0100
51243              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
51244      Branch: perl
51245            ! handy.h t/lib/posix.t t/op/tr.t
51246 ____________________________________________________________________________
51247 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
51248         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
51249              From: Hugo <hv@crypt.compulink.co.uk>
51250              Date: Sun, 03 Jun 2001 14:56:30 +0100
51251              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
51252      Branch: perl
51253            ! util.c
51254 ____________________________________________________________________________
51255 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
51256         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
51257      Branch: perl
51258           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
51259           !> vms/perly_c.vms
51260 ____________________________________________________________________________
51261 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
51262         Log: fix leakage of lexicals at file scope into subroutines that were
51263              declared before them; this appears to be a longstanding bug that
51264              meant that lexicals at file scope were never "deintroduced", meaning
51265              their scope range was never properly closed, and their visibility
51266              extended to all subsequent eval""s or requires
51267              
51268              added a test case
51269              
51270              seems to also fix a case of bogus duplicate warnings
51271      Branch: maint-5.6/perl
51272            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
51273            ! vms/perly_c.vms
51274 ____________________________________________________________________________
51275 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
51276         Log: More VMS tweaks from Craig A. Berry.
51277      Branch: perl
51278            ! configure.com t/lib/extutils.t
51279 ____________________________________________________________________________
51280 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
51281         Log: -Wall cleanup continues.
51282      Branch: perl
51283            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
51284            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
51285            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
51286            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
51287            ! run.c toke.c util.c
51288 ____________________________________________________________________________
51289 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
51290         Log: The metaconfig unit change for #10390.
51291      Branch: metaconfig/U/perl
51292            ! gccvers.U
51293 ____________________________________________________________________________
51294 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
51295         Log: Drop the -ansi from the default gcc flags.
51296              
51297              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
51298              that struct cannot be compared with a flat integer, such as STRLEN.
51299              The -ansi will also cause a lot of noise in Solaris because of:
51300              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
51301      Branch: perl
51302            ! Configure
51303 ____________________________________________________________________________
51304 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
51305         Log: Integrate perlio:
51306              
51307              [ 10387]
51308              Tweak util.c's atof2 for MULTIPLICITY
51309      Branch: perl
51310           !> pod/perlapi.pod util.c
51311 ____________________________________________________________________________
51312 [ 10388] By: nick                                  on 2001/06/02  08:01:12
51313         Log: Integrate mainline
51314      Branch: perlio
51315           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
51316           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
51317           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
51318           !> t/lib/1_compile.t t/lib/mimeqp.t
51319 ____________________________________________________________________________
51320 [ 10387] By: nick                                  on 2001/06/02  07:39:17
51321         Log: Tweak util.c's atof2 for MULTIPLICITY
51322      Branch: perlio
51323            ! util.c
51324 ____________________________________________________________________________
51325 [ 10386] By: nick                                  on 2001/06/02  07:38:33
51326         Log: Integrate mainline
51327      Branch: perlio
51328           !> (integrate 41 files)
51329 ____________________________________________________________________________
51330 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
51331         Log: Add Attribute::Handlers 0.61 from Damian Conway.
51332      Branch: perl
51333            + lib/Attribute/Handlers.pm t/lib/attrhand.t
51334            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
51335 ____________________________________________________________________________
51336 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
51337         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
51338              From: Peter Prymmer <pvhp@forte.com>
51339              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
51340              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
51341      Branch: perl
51342            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
51343 ____________________________________________________________________________
51344 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
51345         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
51346              From: Jeff Pinyan <jeffp@crusoe.net>
51347              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
51348              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
51349      Branch: perl
51350            ! lib/File/Find.pm
51351 ____________________________________________________________________________
51352 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
51353         Log: Subject: [PATCH perl@10381] configure.com tweaks
51354              From: "Craig A. Berry" <craigberry@mac.com>
51355              Date: Fri, 1 Jun 2001 13:55:43 -0500
51356              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
51357      Branch: perl
51358            ! configure.com
51359 ____________________________________________________________________________
51360 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
51361         Log: Update Changes.
51362      Branch: perl
51363            ! Changes patchlevel.h
51364 ____________________________________________________________________________
51365 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
51366         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
51367              From: Mike Guy <mjtg@cam.ac.uk>
51368              Date: Fri, 01 Jun 2001 18:17:02 +0100
51369              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
51370      Branch: perl
51371            ! lib/perl5db.pl
51372 ____________________________________________________________________________
51373 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
51374         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
51375              From: Hugo <hv@crypt.compulink.co.uk>
51376              Date: Thu, 31 May 2001 20:49:48 +0100
51377              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
51378      Branch: perl
51379            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
51380            ! util.c
51381 ____________________________________________________________________________
51382 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
51383         Log: Zero() is not available in x2p (or, rather, some of its
51384              implementations like memzero() might not be available.)
51385      Branch: perl
51386            ! x2p/hash.c
51387 ____________________________________________________________________________
51388 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
51389         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
51390              From: Michael G Schwern <schwern@pobox.com>
51391              Date: Fri, 1 Jun 2001 12:00:29 +0100
51392              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
51393              
51394              (But use Zero() instead of memset.)
51395      Branch: perl
51396            ! x2p/hash.c
51397 ____________________________________________________________________________
51398 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
51399         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
51400              From: Jeff Pinyan <jeffp@crusoe.net>
51401              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
51402              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
51403      Branch: perl
51404            ! pod/perldiag.pod regcomp.c t/op/pat.t
51405 ____________________________________________________________________________
51406 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
51407         Log: Retract #10324 and #10333; not needed.
51408      Branch: perl
51409            ! hints/irix_6.sh hints/linux.sh
51410 ____________________________________________________________________________
51411 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
51412         Log: The #10370 wasn't quite right.
51413      Branch: perl
51414            ! ext/XS/Typemap/Typemap.xs
51415 ____________________________________________________________________________
51416 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
51417         Log: The metaconfig units changes for #10372.
51418      Branch: metaconfig/U/perl
51419            + d_realpath.U d_sresgproto.U d_sresuproto.U
51420            ! gccvers.U i_db.U
51421 ____________________________________________________________________________
51422 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
51423         Log: Configure tweaks; record the Berkeley DB version,
51424              probe for realpath(), for setresuid() and setresgid()
51425              prototypes; use realpath() (try to be paranoid enough),
51426              use the setres[ug]id prototypes because glibc has the functions
51427              but not their prototypes; add -Wall -ansi to gcc ccflags;
51428              regen toc.
51429      Branch: perl
51430            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51431            ! config_h.SH configure.com epoc/config.sh
51432            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
51433            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
51434            ! vos/config.ga.def win32/config.bc win32/config.gc
51435            ! win32/config.vc
51436 ____________________________________________________________________________
51437 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
51438         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
51439              From: Michael G Schwern <schwern@pobox.com>
51440              Date: Fri, 1 Jun 2001 11:28:14 +0100
51441              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
51442      Branch: perl
51443            ! lib/attributes.pm xsutils.c
51444 ____________________________________________________________________________
51445 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
51446         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
51447              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51448              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
51449              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
51450      Branch: perl
51451            ! ext/XS/Typemap/Typemap.xs
51452 ____________________________________________________________________________
51453 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
51454         Log: Subject: [patch] Cwd.xs optimizations/abstraction
51455              From: Doug MacEachern <dougm@covalent.net>
51456              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
51457              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
51458      Branch: perl
51459            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
51460            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
51461 ____________________________________________________________________________
51462 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
51463         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!])
51464              From: Nicholas Clark <nick@ccl4.org>
51465              Date: Thu, 31 May 2001 23:56:40 +0100
51466              Message-ID: <20010531235640.F12698@plum.flirble.org>
51467              
51468              Make the test work also under only static extensions
51469              (sh Configure -Uusedl fakes this nicely)
51470      Branch: perl
51471            ! t/lib/extutils.t
51472 ____________________________________________________________________________
51473 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
51474         Log: Subject: [PATCH hv.c] Eliminating trigraph
51475              From: Michael G Schwern <schwern@pobox.com>
51476              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
51477              Date: Fri, 1 Jun 2001 11:49:56 +0100
51478      Branch: perl
51479            ! hv.c
51480 ____________________________________________________________________________
51481 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
51482         Log: Subject: Re: [PATCH] Tests for File::Compare 
51483              From: "Philip Newton" <Philip.Newton@gmx.net>
51484              Date: Thu, 31 May 2001 19:44:05 +0200
51485              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
51486              
51487              Unnecessary "quotation marks".
51488      Branch: perl
51489            ! t/lib/filecomp.t
51490 ____________________________________________________________________________
51491 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
51492         Log: Integrate perlio:
51493              
51494              [ 10364]
51495              Cleanup dll.base and dll.exp created by GCC builds.
51496              
51497              [ 10363]
51498              Make filecomp test work on CRLF platforms by adding binmode.
51499      Branch: perl
51500           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
51501 ____________________________________________________________________________
51502 [ 10364] By: nick                                  on 2001/06/01  10:13:31
51503         Log: Cleanup dll.base and dll.exp created by GCC builds.
51504      Branch: perlio
51505            ! lib/ExtUtils/MM_Win32.pm
51506 ____________________________________________________________________________
51507 [ 10363] By: nick                                  on 2001/06/01  10:02:17
51508         Log: Make filecomp test work on CRLF platforms by adding binmode.
51509      Branch: perlio
51510            ! t/lib/filecomp.t
51511 ____________________________________________________________________________
51512 [ 10362] By: nick                                  on 2001/06/01  08:37:17
51513         Log: Integrate mainline
51514      Branch: perlio
51515           !> Changes Configure patchlevel.h perlio.c
51516 ____________________________________________________________________________
51517 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
51518         Log: panic:claustrophobia.
51519      Branch: perl
51520            ! perlio.c
51521 ____________________________________________________________________________
51522 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
51523         Log: Update Changes.
51524      Branch: perl
51525            ! Changes patchlevel.h
51526 ____________________________________________________________________________
51527 [ 10359] By: nick                                  on 2001/05/31  12:35:50
51528         Log: Integrate mainline.
51529      Branch: perlio
51530           +> t/lib/filecomp.t
51531           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
51532           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
51533 ____________________________________________________________________________
51534 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
51535         Log: Integrate perlio:
51536              
51537              [ 10350]
51538              win32 - dmake regen_config_h
51539              
51540              [ 10348]
51541              Tolerate Win32 numerics
51542      Branch: perl
51543           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
51544           !> win32/config_H.vc
51545 ____________________________________________________________________________
51546 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
51547         Log: Metaconfig unit change for #10356.
51548      Branch: metaconfig
51549            ! U/installdirs/inc_version_list.U
51550 ____________________________________________________________________________
51551 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
51552         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
51553              (idea from Sarathy; implementation from Andy)
51554      Branch: perl
51555            ! Configure
51556 ____________________________________________________________________________
51557 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
51558         Log: More AUTHORS.
51559      Branch: perl
51560            ! AUTHORS
51561 ____________________________________________________________________________
51562 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
51563         Log: Subject: Re: [PATCH] Tests for File::Compare
51564              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
51565              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
51566              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
51567      Branch: perl
51568            + t/lib/filecomp.t
51569            ! MANIFEST t/lib/1_compile.t
51570 ____________________________________________________________________________
51571 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
51572         Log: Subject: [PATCH] DEBUG_* macro cleanups
51573              From: Abhijit Menon-Sen <ams@wiw.org>
51574              Date: Thu, 31 May 2001 12:16:22 +0530
51575              Message-ID: <20010531121622.B4829@lustre.linux.in>
51576              
51577              Subject: Re: [PATCH] DEBUG_* macro cleanups
51578              From: Abhijit Menon-Sen <ams@wiw.org>
51579              Date: Thu, 31 May 2001 13:57:01 +0530
51580              Message-ID: <20010531135701.A21775@lustre.linux.in>
51581              
51582              (The DEBUG_ definitions in perl.h changed to use the
51583              STMT_START and STMT_END.)
51584      Branch: perl
51585            ! perl.h pp_ctl.c sv.c toke.c
51586 ____________________________________________________________________________
51587 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
51588         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
51589              From: Abhijit Menon-Sen <ams@wiw.org>
51590              Date: Thu, 31 May 2001 08:27:55 +0530
51591              Message-ID: <20010531082755.A10018@lustre.linux.in>
51592      Branch: perl
51593            ! ext/Storable/Storable.xs gv.c perl.c
51594 ____________________________________________________________________________
51595 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
51596         Log: Subject: [PATCH] AUTHORS
51597              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51598              Date: Thu, 31 May 2001 01:27:59 -0500
51599              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
51600              
51601              Subject: Re: [PATCH] AUTHORS
51602              From: "Philip Newton" <Philip.Newton@gmx.net>
51603              Date: Thu, 31 May 2001 10:08:06 +0200
51604              (Message-Id missing?)
51605      Branch: perl
51606            ! AUTHORS
51607 ____________________________________________________________________________
51608 [ 10350] By: nick                                  on 2001/05/31  11:40:43
51609         Log: win32 - dmake regen_config_h
51610      Branch: perlio
51611            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51612 ____________________________________________________________________________
51613 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
51614         Log: Subject: Re: [PATCH util.c] More warning cleanups.
51615              From: "Philip Newton" <Philip.Newton@gmx.net>
51616              Date: Thu, 31 May 2001 07:41:36 +0200
51617              Message-Id: <200105310538.IAA25458@taku.hut.fi>
51618              
51619              Undo C++-ism that snekt in.
51620      Branch: perl
51621            ! util.c
51622 ____________________________________________________________________________
51623 [ 10348] By: nick                                  on 2001/05/31  11:36:46
51624         Log: Tolerate Win32 numerics
51625      Branch: perlio
51626            ! t/pragma/warn/toke
51627 ____________________________________________________________________________
51628 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
51629         Log: Integrate perlio:
51630              
51631              [ 10346]
51632              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
51633              perlio.c change 10255.
51634              
51635              [ 10345]
51636              Conditionally put back some "unused" dTHX which are used
51637              with PERL_IMPLICIT_SYS
51638              
51639              [ 10344]
51640              Fix Win32 for new spelling IN_BYTES 
51641              
51642              [ 10343]
51643              perlio.c -Wall cleaner under MULTIPLICITY
51644              - still minor noise with linux stdio
51645      Branch: perl
51646           !> perlio.c win32/win32.h
51647 ____________________________________________________________________________
51648 [ 10346] By: nick                                  on 2001/05/31  10:54:55
51649         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
51650              perlio.c change 10255.
51651      Branch: perlio
51652            ! perlio.c
51653 ____________________________________________________________________________
51654 [ 10345] By: nick                                  on 2001/05/31  10:01:57
51655         Log: Conditionally put back some "unused" dTHX which are used
51656              with PERL_IMPLICIT_SYS
51657      Branch: perlio
51658            ! perlio.c
51659 ____________________________________________________________________________
51660 [ 10344] By: nick                                  on 2001/05/31  10:00:59
51661         Log: Fix Win32 for new spelling IN_BYTES 
51662      Branch: perlio
51663            ! win32/win32.h
51664 ____________________________________________________________________________
51665 [ 10343] By: nick                                  on 2001/05/31  08:01:32
51666         Log: perlio.c -Wall cleaner under MULTIPLICITY
51667              - still minor noise with linux stdio
51668      Branch: perlio
51669            ! perlio.c
51670 ____________________________________________________________________________
51671 [ 10342] By: nick                                  on 2001/05/31  07:52:23
51672         Log: Integrate mainline.
51673      Branch: perlio
51674           !> (integrate 42 files)
51675 ____________________________________________________________________________
51676 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
51677         Log: AUTHORS updates.
51678      Branch: perl
51679            ! AUTHORS
51680 ____________________________________________________________________________
51681 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
51682         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
51683              From: Peter Prymmer <pvhp@forte.com>
51684              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
51685              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
51686      Branch: perl
51687            ! t/lib/md5-file.t
51688 ____________________________________________________________________________
51689 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
51690         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
51691              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
51692              to match the pragma name; various robustness cleanups.
51693      Branch: perl
51694            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
51695            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
51696 ____________________________________________________________________________
51697 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
51698         Log: More -Wall sweeping.
51699      Branch: perl
51700            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
51701            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
51702            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
51703            ! regcomp.c sv.c toke.c utf8.c
51704 ____________________________________________________________________________
51705 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
51706         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
51707              From: Nicholas Clark <nick@ccl4.org>
51708              Date: Wed, 30 May 2001 22:34:41 +0100
51709              Message-ID: <20010530223441.Y86445@plum.flirble.org>
51710      Branch: perl
51711            ! t/op/cmp.t
51712 ____________________________________________________________________________
51713 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
51714         Log: It's is not, it isn't ain't, and it's it's, not its,
51715              if you mean it is. If you don't, it's its. Then too,
51716              it's hers. It isn't her's. It isn't our's either.
51717              It's ours, and likewise yours and theirs.
51718              -- Oxford University Press, Edpress News
51719      Branch: perl
51720            ! lib/autouse.pm
51721 ____________________________________________________________________________
51722 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
51723         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
51724      Branch: perl
51725            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
51726            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
51727            ! x2p/str.c x2p/walk.c xsutils.c
51728 ____________________________________________________________________________
51729 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
51730         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
51731              From: Michael G Schwern <schwern@pobox.com>
51732              Date: Wed, 30 May 2001 17:10:38 +0100
51733              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
51734              
51735              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
51736              From: Abhijit Menon-Sen <ams@wiw.org>
51737              Date: Wed, 30 May 2001 23:16:13 +0530
51738              Message-ID: <20010530231613.A31933@lustre.linux.in>
51739      Branch: perl
51740            ! perl.c t/run/runenv.t
51741 ____________________________________________________________________________
51742 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
51743         Log: (Retracted by #10375.)
51744              
51745              IRIX hints patch from Merijn Broeren.
51746              
51747              TODO: (this and the earlier Linux hints patch) should be solved
51748              at Configure level.  Merijn: -ldb should not be used on any platform
51749              for perl, just when linking DBFile itself. Trying to be helpful here
51750              is counterproductive.
51751      Branch: perl
51752            ! hints/irix_6.sh
51753 ____________________________________________________________________________
51754 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
51755         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
51756              From: Nicholas Clark <nick@ccl4.org>
51757              Date: Wed, 30 May 2001 23:20:58 +0100
51758              Message-ID: <20010530232058.B86445@plum.flirble.org>
51759      Branch: perl
51760            ! doop.c
51761 ____________________________________________________________________________
51762 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
51763         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
51764              From: Michael G Schwern <schwern@pobox.com> 
51765              Date: Wed, 30 May 2001 15:24:20 +0100
51766              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
51767      Branch: perl
51768            ! t/pragma/autouse.t
51769 ____________________________________________________________________________
51770 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
51771         Log: The regex trick wasn't a good idea.
51772      Branch: perl
51773            ! pod/perlfaq4.pod
51774 ____________________________________________________________________________
51775 [ 10329] By: nick                                  on 2001/05/30  18:34:35
51776         Log: Integrate mainline
51777      Branch: perlio
51778           !> (integrate 40 files)
51779 ____________________________________________________________________________
51780 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
51781         Log: Update Changes.
51782      Branch: perl
51783            ! Changes patchlevel.h
51784 ____________________________________________________________________________
51785 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
51786         Log: The metaconfig unit change for #10325.
51787      Branch: metaconfig
51788            + U/modified/afs.U
51789 ____________________________________________________________________________
51790 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
51791         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
51792              is now wrong.
51793      Branch: perl
51794            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
51795 ____________________________________________________________________________
51796 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
51797         Log: Introduce $Config{afsroot}.
51798      Branch: perl
51799            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51800            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
51801            ! win32/config.gc win32/config.vc
51802 ____________________________________________________________________________
51803 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
51804         Log: (Retracted by #10375.)
51805              
51806              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
51807      Branch: perl
51808            ! hints/linux.sh
51809 ____________________________________________________________________________
51810 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
51811         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
51812              (Also Configure tweaks needed; coming up soon.)
51813      Branch: perl
51814            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
51815 ____________________________________________________________________________
51816 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
51817         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
51818              From: Michael G Schwern <schwern@pobox.com>
51819              Date: Sun, 27 May 2001 10:29:43 +0100
51820              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
51821      Branch: perl
51822            ! lib/perl5db.pl
51823 ____________________________________________________________________________
51824 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
51825         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
51826              and Abhijit Menon-Sen.
51827      Branch: perl
51828            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
51829            ! perl.c pp_sys.c regcomp.c
51830 ____________________________________________________________________________
51831 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
51832         Log: Fix the BOOT section to call myU2time properly.
51833      Branch: perl
51834            ! ext/Time/HiRes/HiRes.xs
51835 ____________________________________________________________________________
51836 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
51837         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
51838              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
51839              Date: Wed, 30 May 2001 09:44:29 -0400
51840              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
51841              
51842              Detypo; plus add one more trick.
51843      Branch: perl
51844            ! pod/perlfaq4.pod
51845 ____________________________________________________________________________
51846 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
51847         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)
51848              From: Michael G Schwern <schwern@pobox.com>
51849              Date: Wed, 30 May 2001 14:39:06 +0100
51850              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
51851      Branch: perl
51852            ! lib/autouse.pm t/pragma/autouse.t
51853 ____________________________________________________________________________
51854 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
51855         Log: Subject: Re: AIX and gcc (moving targets)
51856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51857              Date: Wed, 30 May 2001 15:25:08 +0200
51858              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
51859      Branch: perl
51860            ! ext/Time/HiRes/HiRes.xs
51861 ____________________________________________________________________________
51862 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
51863         Log: Subject: [PATCH t/TEST] sorting tests
51864              From: Michael G Schwern <schwern@pobox.com>
51865              Date: Wed, 30 May 2001 10:24:02 +0100
51866              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
51867      Branch: perl
51868            ! t/TEST
51869 ____________________________________________________________________________
51870 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
51871         Log: Subject: [ID 20010529.002] typos in man page perlre
51872              From: bart@cg681574-a.adubn1.nj.home.com 
51873              Date: Tue, 29 May 2001 13:58:59 -0500
51874              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
51875      Branch: perl
51876            ! pod/perlre.pod
51877 ____________________________________________________________________________
51878 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
51879         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
51880              From: "Craig A. Berry" <craigberry@mac.com>
51881              Date: Tue, 29 May 2001 23:23:45 -0500
51882              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
51883      Branch: perl
51884            ! t/lib/extutils.t t/pragma/autouse.t
51885 ____________________________________________________________________________
51886 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
51887         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)
51888              From: David Dyck <dcd@tc.fluke.com>
51889              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
51890              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
51891      Branch: perl
51892            ! t/lib/filefind.t
51893 ____________________________________________________________________________
51894 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
51895         Log: AIX hints update for gcc from Merijn H. Brand.
51896      Branch: perl
51897            ! hints/aix.sh
51898 ____________________________________________________________________________
51899 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
51900         Log: Retract #10295 and #10296: a more generic solution
51901              is needed (there's something funny with gcc on AIX).
51902      Branch: perl
51903            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
51904 ____________________________________________________________________________
51905 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
51906         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
51907              From: Hugo <hv@crypt.compulink.co.uk>
51908              Date: Wed, 30 May 2001 11:59:19 +0100
51909              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
51910              
51911              localizing $@ has unfortunate semantics - if you die past
51912              a local $@, the die message is lost.
51913      Branch: perl
51914            ! lib/utf8_heavy.pl
51915 ____________________________________________________________________________
51916 [ 10309] By: nick                                  on 2001/05/30  08:23:02
51917         Log: Integrate mainline (autouse works again.)
51918      Branch: perlio
51919           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
51920           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
51921           !> pod/perlvar.pod t/op/cmp.t
51922 ____________________________________________________________________________
51923 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
51924         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
51925              From: David Dyck <dcd@tc.fluke.com>
51926              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
51927              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
51928      Branch: perl
51929            ! lib/File/Find.pm
51930 ____________________________________________________________________________
51931 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
51932         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
51933              From: Nicholas Clark <nick@ccl4.org>
51934              Date: Tue, 29 May 2001 23:16:09 +0100
51935              Message-ID: <20010529231609.U86445@plum.flirble.org>
51936              
51937              Make the test output slightly clearer by distinguishing
51938              between '' and undef.
51939      Branch: perl
51940            ! t/op/cmp.t
51941 ____________________________________________________________________________
51942 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
51943         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
51944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51945              Date: Tue, 29 May 2001 19:15:19 -0400
51946              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
51947      Branch: perl
51948            ! hints/os2.sh
51949 ____________________________________________________________________________
51950 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
51951         Log: Subject: perlvar.pod addition
51952              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
51953              Date: Fri, 25 May 2001 20:23:12 +0200
51954              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
51955              
51956              Subject: Re: perlvar.pod addition
51957              From: "Abigail" <abigail@foad.org> 
51958              Date: Fri, 25 May 2001 22:00:39 +0200
51959              Message-ID: <20010525200039.28029.qmail@foad.org>
51960              
51961              Mention $a and $b in perlvar.
51962      Branch: perl
51963            ! pod/perlvar.pod
51964 ____________________________________________________________________________
51965 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
51966         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
51967              From: Jeff Pinyan <jeffp@crusoe.net>
51968              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
51969              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
51970      Branch: perl
51971            ! pod/perlvar.pod
51972 ____________________________________________________________________________
51973 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
51974         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
51975              From: Jeff Pinyan <jeffp@crusoe.net>
51976              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
51977              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
51978      Branch: perl
51979            ! pod/perlfaq6.pod
51980 ____________________________________________________________________________
51981 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
51982         Log: Mention Time::localtime and Time::gmtime.
51983      Branch: perl
51984            ! ext/Time/Piece/Piece.pm
51985 ____________________________________________________________________________
51986 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
51987         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
51988              From: Michael G Schwern <schwern@pobox.com>
51989              Date: Tue, 29 May 2001 18:51:32 +0100
51990              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
51991      Branch: perl
51992            ! pod/perlfaq4.pod
51993 ____________________________________________________________________________
51994 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
51995         Log: Retract #10243.
51996      Branch: perl
51997            ! lib/autouse.pm
51998 ____________________________________________________________________________
51999 [ 10299] By: nick                                  on 2001/05/29  18:41:19
52000         Log: Post weekend integrate mainline (fails one test pragma/autouse).
52001      Branch: perlio
52002           +> (branch 29 files)
52003           !> (integrate 91 files)
52004 ____________________________________________________________________________
52005 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
52006         Log: Update Changes.
52007      Branch: perl
52008            ! Changes patchlevel.h
52009 ____________________________________________________________________________
52010 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
52011         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
52012              before Perl_load_module/Perl_call_method and restore the value
52013              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
52014      Branch: perl
52015            ! utf8.c
52016 ____________________________________________________________________________
52017 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
52018         Log: Subject: Re: AIX and gcc (moving targets)
52019              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52020              Date: Tue, 29 May 2001 17:59:40 +0200
52021              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
52022      Branch: perl
52023            ! ext/Storable/Makefile.PL
52024 ____________________________________________________________________________
52025 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
52026         Log: Subject: Re: AIX and gcc (moving targets)
52027              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52028              Date: Tue, 29 May 2001 12:32:57 +0200
52029              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
52030      Branch: perl
52031            ! ext/POSIX/Makefile.PL
52032 ____________________________________________________________________________
52033 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
52034         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
52035              From: Michael G Schwern <schwern@pobox.com>
52036              Date: Tue, 29 May 2001 09:53:29 +0100
52037              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
52038              
52039              (#10280 retracted)
52040      Branch: perl
52041            ! lib/Test/Harness.pm t/lib/test-harness.t
52042 ____________________________________________________________________________
52043 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
52044         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
52045              From: Michael G Schwern <schwern@pobox.com>
52046              Date: Tue, 29 May 2001 09:19:52 +0100
52047              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
52048      Branch: perl
52049            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
52050            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
52051            + t/lib/Test/todo.t
52052            ! MANIFEST lib/Test.pm t/TEST
52053 ____________________________________________________________________________
52054 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
52055         Log: From: Michael G Schwern <schwern@pobox.com>
52056              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
52057              Date: Tue, 29 May 2001 08:26:09 +0100
52058              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
52059      Branch: perl
52060            ! t/TEST
52061 ____________________________________________________________________________
52062 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
52063         Log: Add tests for Time::gmtime and Time::localtime.
52064      Branch: perl
52065            + t/lib/time-gmtime.t t/lib/time-localtime.t
52066            ! MANIFEST t/lib/1_compile.t
52067 ____________________________________________________________________________
52068 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
52069         Log: Add test for File::stat.
52070      Branch: perl
52071            + t/lib/filestat.t
52072            ! MANIFEST t/lib/1_compile.t
52073 ____________________________________________________________________________
52074 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
52075         Log: Add test for Net::servent.
52076      Branch: perl
52077            + t/lib/net-sent.t
52078            ! MANIFEST t/lib/1_compile.t
52079 ____________________________________________________________________________
52080 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
52081         Log: Add test for Net::protoent.
52082      Branch: perl
52083            + t/lib/net-pent.t
52084            ! MANIFEST t/lib/1_compile.t
52085 ____________________________________________________________________________
52086 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
52087         Log: Add test for Net::netent.
52088      Branch: perl
52089            + t/lib/net-nent.t
52090            ! MANIFEST t/lib/1_compile.t
52091 ____________________________________________________________________________
52092 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
52093         Log: Add test for User::grent.  Portability doubtful.
52094      Branch: perl
52095            + t/lib/user-grent.t
52096            ! MANIFEST t/lib/1_compile.t
52097 ____________________________________________________________________________
52098 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
52099         Log: Add test for User::pwent.
52100              Probably will fall down somewhere for portability reasons.
52101      Branch: perl
52102            + t/lib/user-pwent.t
52103            ! MANIFEST t/lib/1_compile.t
52104 ____________________________________________________________________________
52105 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
52106         Log: Metaconfig units changes for #10283.
52107      Branch: metaconfig
52108            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
52109            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
52110            ! U/installdirs/sitescript.U U/modified/Signal.U
52111 ____________________________________________________________________________
52112 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
52113         Log: Subject: [PATCH 5.6.1] signal names in Configure
52114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52115              Date: Tue, 29 May 2001 03:52:25 -0400
52116              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
52117              
52118              Subject: [PATCH 5.6.1] older perl in Configure
52119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52120              Date: Tue, 29 May 2001 03:55:40 -0400
52121              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
52122              
52123              Subject: [PATCH 5.6.1] goofs in Configure
52124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52125              Date: Tue, 29 May 2001 04:13:07 -0400
52126              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
52127              
52128              Configure portability tweaks.
52129      Branch: perl
52130            ! Configure
52131 ____________________________________________________________________________
52132 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
52133         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
52134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52135              Date: Tue, 29 May 2001 04:07:06 -0400
52136              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
52137      Branch: perl
52138            ! os2/os2.c
52139 ____________________________________________________________________________
52140 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
52141         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
52142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52143              Date: Tue, 29 May 2001 04:01:38 -0400
52144              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
52145      Branch: perl
52146            ! hints/os2.sh os2/Makefile.SHs
52147 ____________________________________________________________________________
52148 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
52149         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
52150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52151              Date: Tue, 29 May 2001 03:50:18 -0400
52152              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
52153      Branch: perl
52154            ! lib/Test/Harness.pm
52155 ____________________________________________________________________________
52156 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
52157         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
52158      Branch: perl
52159            ! lib/utf8_heavy.pl
52160 ____________________________________________________________________________
52161 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
52162         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
52163              From: Hugo <hv@crypt.compulink.co.uk>
52164              Date: Tue, 29 May 2001 03:03:45 +0100
52165              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
52166              
52167              Explanation why the $@ always gets the UTF8 flag when under use utf8--
52168              because we told it to have the flag when under use utf8.
52169      Branch: perl
52170            ! pp_ctl.c
52171 ____________________________________________________________________________
52172 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
52173         Log: At least a partial fix for 20010528.004.
52174      Branch: perl
52175            ! lib/utf8_heavy.pl
52176 ____________________________________________________________________________
52177 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
52178         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
52179              From: Nicholas Clark <nick@ccl4.org> 
52180              Date: Mon, 28 May 2001 23:39:38 +0100
52181              Message-ID: <20010528233938.M86445@plum.flirble.org>
52182              
52183              More portable non-zero UV.
52184      Branch: perl
52185            ! t/lib/extutils.t
52186 ____________________________________________________________________________
52187 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
52188         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
52189              From: Nicholas Clark <nick@ccl4.org>
52190              Date: Mon, 28 May 2001 22:46:09 +0100
52191              Message-ID: <20010528224608.L86445@plum.flirble.org>
52192              
52193              Test also "make clean".
52194      Branch: perl
52195            ! t/lib/extutils.t
52196 ____________________________________________________________________________
52197 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
52198         Log: Subject: Re: Would -Wno-unused -Wall be better?
52199              From: Michael G Schwern <schwern@pobox.com>
52200              Date: Tue, 29 May 2001 00:55:54 +0100
52201              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
52202      Branch: perl
52203            ! pp.h
52204 ____________________________________________________________________________
52205 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
52206         Log: Add a test for 20010528.007, fixed in #10272.
52207      Branch: perl
52208            ! t/op/misc.t toke.c
52209 ____________________________________________________________________________
52210 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
52211         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
52212              From: Hugo <hv@crypt.compulink.co.uk>
52213              Date: Tue, 29 May 2001 00:23:23 +0100
52214              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
52215      Branch: perl
52216            ! toke.c
52217 ____________________________________________________________________________
52218 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
52219         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
52220              From: Michael G Schwern <schwern@pobox.com>
52221              Date: Tue, 29 May 2001 00:42:59 +0100
52222              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
52223      Branch: perl
52224            ! t/pragma/autouse.t
52225 ____________________________________________________________________________
52226 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
52227         Log: Some shells seemingly arrange the signal handlers differently
52228              (bug id 20010521.004).
52229      Branch: perl
52230            ! t/lib/sigaction.t
52231 ____________________________________________________________________________
52232 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
52233         Log: Regen perlmodlib.
52234      Branch: perl
52235            ! pod/perlmodlib.pod
52236 ____________________________________________________________________________
52237 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
52238         Log: Update Changes.
52239      Branch: perl
52240            ! Changes patchlevel.h
52241 ____________________________________________________________________________
52242 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
52243         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
52244              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
52245              Date: Mon, 28 May 2001 14:56:35 -0500
52246              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
52247      Branch: perl
52248            ! pod/perlnewmod.pod
52249 ____________________________________________________________________________
52250 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
52251         Log: Regen toc.
52252      Branch: perl
52253            ! pod/perltoc.pod
52254 ____________________________________________________________________________
52255 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
52256         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
52257              From: "Richard Soderberg" <rs@crystalflame.net>
52258              Date: Mon, 28 May 2001 12:31:23 -0700
52259              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
52260      Branch: perl
52261            ! t/op/splice.t
52262 ____________________________________________________________________________
52263 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
52264         Log: The #10260 was too bold: locales and utf8 still do not mix.
52265      Branch: perl
52266            ! t/pragma/locale.t
52267 ____________________________________________________________________________
52268 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
52269         Log: Subject: [PATCH] Pod nitpicks
52270              From: "Richard Soderberg" <rs@crystalflame.net>
52271              Date: Mon, 28 May 2001 10:08:58 -0700
52272              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
52273      Branch: perl
52274            ! pod/perl571delta.pod pod/perlapi.pod sv.h
52275 ____________________________________________________________________________
52276 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
52277         Log: Upgrade to I18N::LangTags 0.22.
52278      Branch: perl
52279            + lib/I18N/LangTags/List.pod
52280            ! MANIFEST lib/I18N/LangTags.pm
52281 ____________________________________________________________________________
52282 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
52283         Log: A slightly more serious bug found by -Mutf8; op/misc and
52284              lib/complex dumped core.
52285      Branch: perl
52286            ! regexec.c
52287 ____________________________________________________________________________
52288 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
52289         Log: Various buglets shaken out by -Mutf8.
52290      Branch: perl
52291            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
52292            ! t/pragma/locale.t
52293 ____________________________________________________________________________
52294 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
52295         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
52296      Branch: perl
52297            ! t/lib/carp.t
52298 ____________________________________________________________________________
52299 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
52300         Log: Subject: [PATCH] todo patch
52301              From: Artur Bergman <artur@contiller.se> 
52302              Date: Mon, 28 May 2001 17:03:51 +0200
52303              Message-ID: <B7383577.F34%artur@contiller.se>
52304      Branch: perl
52305            ! pod/perltodo.pod
52306 ____________________________________________________________________________
52307 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
52308         Log: Subject: typo in perlguts.pod
52309              From: "John P. Linderman" <jpl@research.att.com>
52310              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
52311              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
52312      Branch: perl
52313            ! pod/perlguts.pod
52314 ____________________________________________________________________________
52315 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
52316         Log: Subject: AIX and gcc (moving targets)
52317              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52318              Date: Mon, 28 May 2001 12:54:04 +0200
52319              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
52320      Branch: perl
52321            ! hints/aix.sh
52322 ____________________________________________________________________________
52323 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
52324         Log: Subject: Re: perlio + multiple perl_alloc..destruct
52325              From: Doug MacEachern <dougm@covalent.net>
52326              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
52327              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
52328      Branch: perl
52329            ! perlio.c
52330 ____________________________________________________________________________
52331 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
52332         Log: The #10251 wasn't quite up-to-the-code.
52333      Branch: perl
52334            ! t/op/misc.t
52335 ____________________________________________________________________________
52336 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
52337         Log: Test case for bug 20010526.004, fixed in #10252.
52338      Branch: perl
52339            ! t/op/taint.t
52340 ____________________________________________________________________________
52341 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
52342         Log: Subject: Re: [ID 20010526.004] Taint looses value
52343              From: Hugo <hv@crypt.compulink.co.uk>
52344              Date: Sun, 27 May 2001 20:39:32 +0100
52345              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
52346      Branch: perl
52347            ! sv.c
52348 ____________________________________________________________________________
52349 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
52350         Log: Test case for 20010422.005, fixed by #10250.
52351      Branch: perl
52352            ! t/op/misc.t
52353 ____________________________________________________________________________
52354 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
52355         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
52356              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52357              Date: Mon, 28 May 2001 06:39:12 -0400
52358              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
52359      Branch: perl
52360            ! toke.c
52361 ____________________________________________________________________________
52362 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
52363         Log: Linerewrapping.
52364      Branch: perl
52365            ! lib/open.pm
52366 ____________________________________________________________________________
52367 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
52368         Log: Updates on the modules list.
52369      Branch: perl
52370            ! t/lib/1_compile.t
52371 ____________________________________________________________________________
52372 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
52373         Log: Add a test for PerlIO.
52374              
52375              (I probably got the crlf/raw thing wrong for clrfy platforms...)
52376      Branch: perl
52377            + t/lib/perlio.t
52378            ! MANIFEST lib/PerlIO.pm
52379 ____________________________________________________________________________
52380 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
52381         Log: Add a test for carp et alia.
52382      Branch: perl
52383            + t/lib/carp.t
52384            ! MANIFEST
52385 ____________________________________________________________________________
52386 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
52387         Log: Adding the new test would be swell.
52388      Branch: perl
52389            + t/pragma/autouse.t
52390 ____________________________________________________________________________
52391 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
52392         Log: Add a test for the autouse pragma.
52393      Branch: perl
52394            ! MANIFEST
52395 ____________________________________________________________________________
52396 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
52397         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
52398              From: dLux <dlux@spam.sch.bme.hu>
52399              Date: Sun, 27 May 2001 16:14:26 +0200
52400              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
52401      Branch: perl
52402            ! lib/autouse.pm
52403 ____________________________________________________________________________
52404 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
52405         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
52406              From: "Richard Soderberg" <rs@crystalflame.net>
52407              Date: Mon, 28 May 2001 03:56:36 -0700
52408              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
52409      Branch: perl
52410            ! utils/dprofpp.PL
52411 ____________________________________________________________________________
52412 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
52413         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
52414              From: "Stephen P. Potter" <spp@spotter.yi.org>
52415              Date: Tue, 22 May 2001 11:40:25 -0400
52416              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
52417              
52418              Subject: Re: [ID 20010522.003] Time::Local module bug
52419              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
52420              Date: Tue, 22 May 2001 11:50:19 -0400
52421              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
52422      Branch: perl
52423            ! lib/Time/Local.pm
52424 ____________________________________________________________________________
52425 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
52426         Log: The PERL_DL_NONLAZY can have whitespace in front.
52427      Branch: perl
52428            ! t/lib/extutils.t
52429 ____________________________________________________________________________
52430 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
52431         Log: Document strftime() and strptime().
52432      Branch: perl
52433            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
52434 ____________________________________________________________________________
52435 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
52436         Log: Make Time::Piece::strptime() to be a function, not a method.
52437      Branch: perl
52438            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
52439 ____________________________________________________________________________
52440 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
52441         Log: Tweak the test to be more portable.
52442      Branch: perl
52443            ! t/lib/extutils.t
52444 ____________________________________________________________________________
52445 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
52446         Log: Subject: PATCH: Re: Re: Attributes that tie
52447              From: Leon Brocard <acme@astray.com>
52448              Date: Sun, 27 May 2001 12:37:29 +0100
52449              Message-ID: <20010527123729.A22663@ns0.astray.com>
52450              
52451              Document that variable attributes are not currently usable
52452              for tieing.  (An ugly limitation that should be fixed.)
52453      Branch: perl
52454            ! lib/attributes.pm
52455 ____________________________________________________________________________
52456 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
52457         Log: Microperl tweaks.
52458      Branch: perl
52459            ! Makefile.micro uconfig.h uconfig.sh
52460 ____________________________________________________________________________
52461 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
52462         Log: Add make target for microperl (kind of silly, but convenient).
52463      Branch: perl
52464            ! Makefile.SH
52465 ____________________________________________________________________________
52466 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
52467         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
52468              for microperl.)
52469      Branch: perl
52470            ! doio.c
52471 ____________________________________________________________________________
52472 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
52473         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
52474              From: rspier@pobox.com (Robert Spier)
52475              Date: Sat, 26 May 2001 20:05:23 -0400
52476              Message-ID: <15120.17603.148648.12430@rls.cx>
52477              
52478              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
52479              From: rspier@pobox.com (Robert Spier)
52480              Date: Sun, 27 May 2001 00:23:12 -0400
52481              Message-ID: <15120.33072.511966.767230@rls.cx>
52482      Branch: perl
52483            ! doio.c pod/perlfunc.pod
52484 ____________________________________________________________________________
52485 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
52486         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
52487      Branch: perl
52488            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52489 ____________________________________________________________________________
52490 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
52491         Log: Add README.tru64.
52492      Branch: perl
52493            + README.tru64
52494 ____________________________________________________________________________
52495 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
52496         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
52497      Branch: perl
52498            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
52499            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
52500            ! MANIFEST
52501 ____________________________________________________________________________
52502 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
52503         Log: Integrate I18N::LangTags from Sean Burke.
52504              
52505              TODO: the language list from RFC 3066 needs to be integrated
52506              and made available somehow.  The list is included in the
52507              I18N-LangTags 0.21 distribution, but it is undocumented
52508              and unconnected to the module.
52509      Branch: perl
52510            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
52511            ! MANIFEST
52512 ____________________________________________________________________________
52513 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
52514         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
52515              envisioned by Sarathy.
52516      Branch: perl
52517            ! t/op/ver.t toke.c
52518 ____________________________________________________________________________
52519 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
52520         Log: Subject: [ID 20010525.001] Pod typo nits fixed
52521              From: lvirden@cas.org
52522              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
52523              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
52524              
52525              minus the perlsolaris decimation plus the
52526              
52527              Subject: Re: [ID 20010525.001] Pod typo nits fixed
52528              From: "Philip Newton" <Philip.Newton@gmx.net>
52529              Date: Fri, 25 May 2001 18:05:55 +0200
52530              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
52531      Branch: perl
52532            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
52533            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
52534            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
52535            ! pod/perlutil.pod pod/perlxstut.pod
52536 ____________________________________________________________________________
52537 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
52538         Log: return clauses are nice.
52539      Branch: perl
52540            ! sv.c
52541 ____________________________________________________________________________
52542 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
52543         Log: Subject: change 10199 backwards?
52544              From: Doug MacEachern <dougm@covalent.net>
52545              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
52546              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
52547      Branch: perl
52548            ! sv.c
52549 ____________________________________________________________________________
52550 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
52551         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
52552              From: Hugo <hv@crypt.compulink.co.uk>
52553              Date: Sat, 26 May 2001 17:05:12 +0100
52554              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
52555      Branch: perl
52556            + t/op/gmagic.t
52557            ! MANIFEST doop.c embed.h embed.pl global.sym
52558            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
52559            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
52560 ____________________________________________________________________________
52561 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
52562         Log: Regen headers for #10221.
52563      Branch: perl
52564            ! global.sym objXSUB.h perlapi.c
52565 ____________________________________________________________________________
52566 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
52567         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
52568              From: Juha Laiho <juha.laiho@Elma.Net>
52569              Date: Thu, 3 May 2001 09:51:30 +0300
52570              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
52571      Branch: perl
52572            ! embed.pl
52573 ____________________________________________________________________________
52574 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
52575         Log: Subject: Re: [PATCH] Re: stability of sort()?
52576              From: "John P. Linderman" <jpl@research.att.com>
52577              Date: Sat, 26 May 2001 13:27:19 -0400
52578              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
52579      Branch: perl
52580            ! pod/perlfunc.pod
52581 ____________________________________________________________________________
52582 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
52583         Log: Integrate perlio:
52584              
52585              [ 10212]
52586              Change perlguts docs to not suggest PUSHi etc. for multiple results,
52587              add a few more notes there on use of mortals on the stack.
52588      Branch: perl
52589           !> pod/perlguts.pod
52590 ____________________________________________________________________________
52591 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
52592         Log: Subject: [PATCH perl@10210] PerlIO for VMS
52593              From: "Craig A. Berry" <craigberry@mac.com>
52594              Date: Sat, 26 May 2001 09:34:11 -0500
52595              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
52596      Branch: perl
52597            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
52598            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
52599            ! vms/vmsish.h
52600 ____________________________________________________________________________
52601 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
52602         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
52603              From: David Dyck <dcd@tc.fluke.com>
52604              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
52605              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
52606      Branch: perl
52607            ! lib/perl5db.pl
52608 ____________________________________________________________________________
52609 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
52610         Log: Subject: utf8 regexp tests
52611              From: Hugo <hv@crypt.compulink.co.uk>
52612              Date: Fri, 25 May 2001 22:35:01 +0100
52613              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
52614      Branch: perl
52615            ! t/op/regexp.t
52616 ____________________________________________________________________________
52617 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
52618         Log: Subject: [PATCH] Re: stability of sort()?
52619              From: Nicholas Clark <nick@ccl4.org>
52620              Date: Fri, 25 May 2001 22:40:19 +0100
52621              Message-ID: <20010525224019.B86445@plum.flirble.org>
52622      Branch: perl
52623            ! pod/perlfunc.pod
52624 ____________________________________________________________________________
52625 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
52626         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
52627              From: John Peacock <jpeacock@rowman.com>
52628              Date: Thu, 24 May 2001 22:14:01 -0400
52629              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
52630      Branch: perl
52631            ! mg.c scope.c sv.c
52632 ____________________________________________________________________________
52633 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
52634         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
52635              From: Nicholas Clark <nick@ccl4.org>
52636              Date: Sun, 20 May 2001 19:24:13 +0100
52637              Message-ID: <20010520192413.G83222@plum.flirble.org>
52638      Branch: perl
52639            + lib/ExtUtils/Constant.pm t/lib/extutils.t
52640            ! MANIFEST utils/h2xs.PL
52641 ____________________________________________________________________________
52642 [ 10212] By: nick                                  on 2001/05/26  09:49:28
52643         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
52644              add a few more notes there on use of mortals on the stack.
52645      Branch: perlio
52646            ! pod/perlguts.pod
52647 ____________________________________________________________________________
52648 [ 10211] By: nick                                  on 2001/05/26  09:05:36
52649         Log: Integrate mainline
52650      Branch: perlio
52651           +> t/lib/fcntl.t t/pragma/vars.t
52652           !> (integrate 49 files)
52653 ____________________________________________________________________________
52654 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
52655         Log: Update Changes.
52656      Branch: perl
52657            ! Changes patchlevel.h
52658 ____________________________________________________________________________
52659 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
52660         Log: Based on
52661              
52662              Subject: [PATCH pp.c] Wrapping pack("C",256)
52663              From: Simon Cozens <simon@netthink.co.uk>
52664              Date: Sat, 12 May 2001 17:58:41 +0100
52665              Message-ID: <20010512175841.A6132@netthink.co.uk>
52666      Branch: perl
52667            ! pod/perldiag.pod pp.c t/pragma/warn/pp
52668 ____________________________________________________________________________
52669 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
52670         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
52671              From: "Brendan O'Dea" <bod@compusol.com.au>
52672              Date: Fri, 25 May 2001 11:18:29 +1000
52673              Message-ID: <20010525111829.A28411@compusol.com.au>
52674              
52675              (Slightly modified.)
52676      Branch: perl
52677            ! lib/Term/Cap.pm
52678 ____________________________________________________________________________
52679 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
52680         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
52681              From: Hugo <hv@crypt.compulink.co.uk>
52682              Date: Fri, 25 May 2001 02:13:25 +0100
52683              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
52684      Branch: perl
52685            ! t/op/misc.t
52686 ____________________________________________________________________________
52687 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
52688         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
52689              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
52690              Date: Fri, 25 May 2001 10:25:36 +0900
52691              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
52692      Branch: perl
52693            ! regcomp.c regexec.c
52694 ____________________________________________________________________________
52695 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
52696         Log: Subject: [PATCH #2] stash autovivification and method call error messages
52697              From: Ilmari Karonen <iltzu@sci.fi>
52698              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
52699              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
52700      Branch: perl
52701            ! gv.c pp_hot.c t/op/method.t
52702 ____________________________________________________________________________
52703 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
52704         Log: Add make target and documentation for gprof profiling.
52705      Branch: perl
52706            ! Makefile.SH pod/perlhack.pod
52707 ____________________________________________________________________________
52708 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
52709         Log: Subject: Don't think about UTF8 
52710              From: Mike Guy <mjtg@cam.ac.uk> 
52711              Date: Tue, 22 May 2001 14:35:39 +0100
52712              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
52713      Branch: perl
52714            ! sv.h
52715 ____________________________________________________________________________
52716 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
52717         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
52718              From: Geraint A Edwards <gedge@serf.org> 
52719              Date: Thu, 24 May 2001 22:51:24 +0100
52720              Message-Id: <20010524225124.A34981@cymru.serf.org>
52721      Branch: perl
52722            ! x2p/find2perl.PL
52723 ____________________________________________________________________________
52724 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
52725         Log: DB_File has its own attribute story.
52726      Branch: perl
52727            ! ext/DB_File/DB_File.xs
52728 ____________________________________________________________________________
52729 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
52730         Log: Subject: Re: Making perl with -Wall
52731              From: Andy Dougherty <doughera@lafayette.edu>
52732              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
52733              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
52734      Branch: perl
52735            ! perl.h
52736 ____________________________________________________________________________
52737 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
52738         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
52739              From: "Richard Soderberg" <rs@crystalflame.net>
52740              Date: Thu, 24 May 2001 08:58:16 -0700
52741              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
52742      Branch: perl
52743            ! sv.c
52744 ____________________________________________________________________________
52745 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
52746         Log: IV/UV casting fixes from Nicholas Clark.
52747      Branch: perl
52748            ! perl.h pp_sys.c util.c
52749 ____________________________________________________________________________
52750 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
52751         Log: Subject: Re: Making perl with -Wall
52752              From: Michael G Schwern <schwern@pobox.com>
52753              Date: Thu, 24 May 2001 15:40:28 +0100
52754              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
52755      Branch: perl
52756            ! malloc.c perl.h
52757 ____________________________________________________________________________
52758 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
52759         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
52760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52761              Date: Tue, 22 May 2001 11:49:37 +0200
52762              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
52763      Branch: metaconfig
52764            ! U/modified/Oldsym.U
52765      Branch: metaconfig/U/perl
52766            ! patchlevel.U
52767      Branch: perl
52768            ! Configure config_h.SH myconfig.SH
52769 ____________________________________________________________________________
52770 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
52771         Log: Under versiononly install also the scripts with the version suffix.
52772              (e.g. .../bin/h2xs5.7.1)
52773      Branch: perl
52774            ! installperl
52775 ____________________________________________________________________________
52776 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
52777         Log: Subject: [PATCH] Stop segfault in mg.c:636
52778              From: "Richard Soderberg" <rs@crystalflame.net>
52779              Date: Thu, 24 May 2001 05:51:52 -0700
52780              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
52781      Branch: perl
52782            ! mg.c
52783 ____________________________________________________________________________
52784 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
52785         Log: Iteration continues; hopefully convergently.
52786      Branch: perl
52787            ! t/lib/b-stash.t
52788 ____________________________________________________________________________
52789 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
52790         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
52791              From: Gisle Aas <gisle@ActiveState.com>
52792              Date: 23 May 2001 16:13:10 -0700
52793              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
52794      Branch: perl
52795            ! op.c toke.c
52796 ____________________________________________________________________________
52797 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
52798         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
52799              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52800              Date: Thu, 24 May 2001 05:05:22 -0500
52801              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
52802      Branch: perl
52803            ! lib/dumpvar.pl lib/perl5db.pl
52804 ____________________________________________________________________________
52805 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
52806         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
52807              From: David Dyck <dcd@tc.fluke.com>
52808              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
52809              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
52810      Branch: perl
52811            ! lib/perl5db.pl
52812 ____________________________________________________________________________
52813 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
52814         Log: Tiny pod nits on READMEs, mostly whitespace issues.
52815      Branch: perl
52816            ! README.amiga README.dos README.macos README.mpeix README.vmesa
52817            ! README.win32
52818 ____________________________________________________________________________
52819 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
52820         Log: The DG/UX part of the 20010521.005.
52821      Branch: perl
52822            ! README.dgux
52823 ____________________________________________________________________________
52824 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
52825         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
52826              From: Hugo <hv@crypt.compulink.co.uk>
52827              Date: Mon, 21 May 2001 16:32:02 +0100
52828              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
52829      Branch: perl
52830            ! regcomp.c t/op/misc.t
52831 ____________________________________________________________________________
52832 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
52833         Log: Subject: [PATCH] Extra UNIVERSAL tests
52834              From: Mike Guy <mjtg@cam.ac.uk>
52835              Date: Wed, 23 May 2001 12:29:20 +0100
52836              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
52837      Branch: perl
52838            ! t/op/universal.t
52839 ____________________________________________________________________________
52840 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
52841         Log: Subject: [PATCH] Remove EQ keyword
52842              From: Mike Guy <mjtg@cam.ac.uk>
52843              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
52844              Date: Wed, 23 May 2001 11:17:29 +0100
52845      Branch: perl
52846            ! keywords.h keywords.pl
52847 ____________________________________________________________________________
52848 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
52849         Log: Subject: [PATCH] lib/perl5db.pl
52850              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52851              Date: Wed, 23 May 2001 02:18:03 -0500
52852              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
52853      Branch: perl
52854            ! lib/perl5db.pl
52855 ____________________________________________________________________________
52856 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
52857         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
52858              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52859              Date: Tue, 22 May 2001 23:34:41 -0500
52860              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
52861      Branch: perl
52862            ! lib/Term/Cap.pm
52863 ____________________________________________________________________________
52864 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
52865         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
52866              From: davem@fdgroup.co.uk
52867              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
52868              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
52869      Branch: perl
52870            ! emacs/e2ctags.pl
52871 ____________________________________________________________________________
52872 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
52873         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
52874              From: Michael G Schwern <schwern@pobox.com>
52875              Date: Tue, 22 May 2001 14:15:09 +0100
52876              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
52877      Branch: perl
52878            ! lib/vars.pm
52879 ____________________________________________________________________________
52880 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
52881         Log: Subject: [PATCH lib/vars.pm] Odd code nit
52882              From: Michael G Schwern <schwern@pobox.com>
52883              Date: Tue, 22 May 2001 14:14:28 +0100
52884              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
52885      Branch: perl
52886            ! lib/vars.pm
52887 ____________________________________________________________________________
52888 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
52889         Log: Use the new use vars feature.
52890      Branch: perl
52891            ! t/lib/b-stash.t
52892 ____________________________________________________________________________
52893 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
52894         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
52895              From: Mike Guy <mjtg@cam.ac.uk>
52896              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52897              Date: Tue, 22 May 2001 13:11:39 +0100
52898      Branch: perl
52899            + t/pragma/vars.t
52900            ! MANIFEST lib/vars.pm t/lib/1_compile.t
52901 ____________________________________________________________________________
52902 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
52903         Log: -qlongdouble considered harmful by Merijn.
52904      Branch: perl
52905            ! hints/aix.sh
52906 ____________________________________________________________________________
52907 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
52908         Log: Update Changes.
52909      Branch: perl
52910            ! Changes patchlevel.h
52911 ____________________________________________________________________________
52912 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
52913         Log: Add a test of its very own for Fcntl.  Hopefully portable.
52914      Branch: perl
52915            + t/lib/fcntl.t
52916            ! MANIFEST
52917 ____________________________________________________________________________
52918 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
52919         Log: Must be trickier for 'minitest' not to die.
52920      Branch: perl
52921            ! t/op/taint.t
52922 ____________________________________________________________________________
52923 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
52924         Log: Can't declare other people's variables.
52925      Branch: perl
52926            ! t/lib/b-stash.t
52927 ____________________________________________________________________________
52928 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
52929         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
52930      Branch: perl
52931            ! doio.c t/op/taint.t
52932 ____________________________________________________________________________
52933 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
52934         Log: The OS/2 variable needs to be declared.
52935      Branch: perl
52936            ! t/lib/b-stash.t
52937 ____________________________________________________________________________
52938 [ 10170] By: nick                                  on 2001/05/20  16:48:29
52939         Log: Integrate mainline
52940      Branch: perlio
52941           !> (integrate 41 files)
52942 ____________________________________________________________________________
52943 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
52944         Log: Small perlsec updates: clarify the taintedness of filename
52945              globbing; suggest using Scalar::Util::tainted().
52946      Branch: perl
52947            ! pod/perlsec.pod
52948 ____________________________________________________________________________
52949 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
52950         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
52951              From: Dave Mitchell <davem@fdgroup.co.uk>
52952              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
52953              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
52954      Branch: perl
52955            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
52956            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
52957            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
52958            ! xsutils.c
52959 ____________________________________________________________________________
52960 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
52961         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
52962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52963              Date: Sat, 19 May 2001 04:08:46 -0400
52964              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
52965      Branch: perl
52966            ! lib/ExtUtils/Mksymlists.pm makedef.pl
52967 ____________________________________________________________________________
52968 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
52969         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
52970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52971              Date: Sat, 19 May 2001 04:30:45 -0400
52972              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
52973      Branch: perl
52974            ! os2/os2.c
52975 ____________________________________________________________________________
52976 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
52977         Log: Subject: [PATCH 5.6.1] build bugs OS/2
52978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52979              Date: Sat, 19 May 2001 04:35:28 -0400
52980              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
52981      Branch: perl
52982            ! os2/Makefile.SHs os2/os2.c
52983 ____________________________________________________________________________
52984 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
52985         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
52986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52987              Date: Sat, 19 May 2001 04:04:23 -0400
52988              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
52989              
52990              (In bleadperl patched b-stash.t instead of b.t)
52991      Branch: perl
52992            ! t/lib/b-stash.t t/lib/bigfltpm.t
52993 ____________________________________________________________________________
52994 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
52995         Log: Subject: [PATCH 5.6.1] perl5db
52996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52997              Date: Sat, 19 May 2001 03:49:09 -0400
52998              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
52999      Branch: perl
53000            ! lib/perl5db.pl
53001 ____________________________________________________________________________
53002 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
53003         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
53004              From: Gisle Aas <gisle@ActiveState.com>
53005              Date: 18 May 2001 14:24:51 -0700
53006              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
53007      Branch: perl
53008            ! pp_ctl.c
53009 ____________________________________________________________________________
53010 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
53011         Log: Subject: [PATCH] Chomp should not always stringify
53012              From: Gisle Aas <gisle@ActiveState.com>
53013              Date: 18 May 2001 07:55:25 -0700
53014              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
53015      Branch: perl
53016            ! doop.c t/op/chop.t
53017 ____________________________________________________________________________
53018 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
53019         Log: Integrate perlio:
53020              
53021              [ 10159]
53022              Document some more of open's features.
53023      Branch: perl
53024           !> pod/perlfunc.pod
53025 ____________________________________________________________________________
53026 [ 10159] By: nick                                  on 2001/05/20  09:39:46
53027         Log: Document some more of open's features.
53028      Branch: perlio
53029            ! pod/perlfunc.pod
53030 ____________________________________________________________________________
53031 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
53032         Log: back out change#10153 (it has compatibility issues such as the
53033              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
53034              benefit for 5.6.x doesn't seem worth the risk)
53035      Branch: maint-5.6/perl
53036            ! toke.c
53037 ____________________________________________________________________________
53038 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
53039         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
53040      Branch: perl
53041            ! x2p/s2p.PL
53042 ____________________________________________________________________________
53043 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
53044         Log: Update Changes.
53045      Branch: perl
53046            ! Changes patchlevel.h
53047 ____________________________________________________________________________
53048 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
53049         Log: Integrate change #10144 from maintperl.
53050              
53051              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
53052      Branch: perl
53053           !> win32/config.bc win32/config.gc win32/config.vc
53054           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
53055 ____________________________________________________________________________
53056 [ 10154] By: nick                                  on 2001/05/18  07:23:03
53057         Log: Integrate mainline.
53058      Branch: perlio
53059           +> README.dgux t/lib/i18n-collate.t utils.lst
53060           !> (integrate 49 files)
53061 ____________________________________________________________________________
53062 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
53063         Log: Integrate change #7224 from mainline into maintperl.
53064              
53065              Allow @+ and @- to be doublequoted, from Simon Cozens. 
53066              (Approved by Larry, see Tom's comment in 20000830.005.)
53067      Branch: maint-5.6/perl
53068           !> toke.c
53069 ____________________________________________________________________________
53070 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
53071         Log: Subject: [PATCH bleadperl] small lookbehind fix
53072              From: Hugo <hv@crypt.compulink.co.uk>
53073              Date: Fri, 18 May 2001 00:07:19 +0100
53074              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
53075      Branch: perl
53076            ! regexec.c
53077 ____________________________________________________________________________
53078 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
53079         Log: Detypos.
53080      Branch: perl
53081            ! installman utils.lst
53082 ____________________________________________________________________________
53083 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
53084         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
53085              in 20001222.001.
53086      Branch: perl
53087            ! t/lib/glob-basic.t
53088 ____________________________________________________________________________
53089 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
53090         Log: Subject: [PATCH] Test for bug 20010515.004
53091              From: Benjamin Sugars <bsugars@canoe.ca>
53092              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
53093              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
53094      Branch: perl
53095            ! t/op/misc.t
53096 ____________________________________________________________________________
53097 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
53098         Log: Integrate #10145 from maintperl.
53099              
53100              fix for ID 20010515.004 (needs test)
53101      Branch: perl
53102           !> pp_hot.c
53103 ____________________________________________________________________________
53104 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
53105         Log: Thinko noticed by Doug MacEachern.
53106      Branch: perl
53107            ! thread.h
53108 ____________________________________________________________________________
53109 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
53110         Log: Subject: Re: [PATCH] HERE mark in regex
53111              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
53112              Date: Thu, 17 May 2001 12:20:33 -0400
53113              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
53114      Branch: perl
53115            ! t/op/re_tests
53116 ____________________________________________________________________________
53117 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
53118         Log: fix for ID 20010515.004 (needs test)
53119      Branch: maint-5.6/perl
53120            ! pp_hot.c
53121 ____________________________________________________________________________
53122 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
53123         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
53124      Branch: maint-5.6/perl
53125            ! win32/config.bc win32/config.gc win32/config.vc
53126            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53127 ____________________________________________________________________________
53128 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
53129         Log: Macrofy the getspecific (and use it also in util.c)
53130      Branch: perl
53131            ! thread.h util.c
53132 ____________________________________________________________________________
53133 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
53134         Log: Use the unchecked thread-specific key fetch also in Tru64.
53135      Branch: perl
53136            ! thread.h
53137 ____________________________________________________________________________
53138 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
53139         Log: Subject: [PATCH 5.6.1]Quick thread speedup
53140              From: Dan Sugalski <dan@sidhe.org> 
53141              Date: Wed, 16 May 2001 18:05:19 -0400
53142              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
53143      Branch: perl
53144            ! thread.h util.c
53145 ____________________________________________________________________________
53146 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
53147         Log: I think this is quite enough testing for a deprecated feature.
53148      Branch: perl
53149            + t/lib/i18n-collate.t
53150            ! MANIFEST t/lib/1_compile.t
53151 ____________________________________________________________________________
53152 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
53153         Log: More HP-UX lore from Jeff Okamoto.
53154      Branch: perl
53155            ! README.hpux
53156 ____________________________________________________________________________
53157 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
53158         Log: Sort utils.lst for easier maintenance.
53159      Branch: perl
53160            ! utils.lst
53161 ____________________________________________________________________________
53162 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
53163         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
53164              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53165              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
53166              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
53167              
53168              Add pod2latex to utils.lst.
53169      Branch: perl
53170            ! MANIFEST utils.lst
53171 ____________________________________________________________________________
53172 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
53173         Log: Subject: Re: [PATCH] HERE mark in regex
53174              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
53175              Date: Wed, 16 May 2001 13:04:43 -0400
53176              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
53177      Branch: perl
53178            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
53179            ! t/op/regmesg.t t/pragma/warn/regcomp
53180 ____________________________________________________________________________
53181 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
53182         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
53183              From: Simon Cozens <simon@netthink.co.uk>
53184              Date: Wed, 16 May 2001 18:02:08 +0100
53185              Message-ID: <20010516180208.A6458@netthink.co.uk>
53186      Branch: perl
53187            ! installman utils.lst
53188 ____________________________________________________________________________
53189 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
53190         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
53191              From: "Philip Newton" <pnewton@gmx.de>
53192              Date: Tue, 15 May 2001 15:09:30 +0200
53193              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
53194              
53195              Test case for #10128.
53196      Branch: perl
53197            ! t/pragma/warn/pp_hot
53198 ____________________________________________________________________________
53199 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
53200         Log: Update Changes.
53201      Branch: perl
53202            ! Changes patchlevel.h
53203 ____________________________________________________________________________
53204 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
53205         Log: Deprecate pseudo-hashes.
53206      Branch: perl
53207            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
53208 ____________________________________________________________________________
53209 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
53210         Log: HP-UX hints update from Merijn.
53211      Branch: perl
53212            ! hints/hpux.sh
53213 ____________________________________________________________________________
53214 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
53215         Log: README.hpux update from Merijn.
53216      Branch: perl
53217            ! README.hpux
53218 ____________________________________________________________________________
53219 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
53220         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
53221              From: Simon Cozens <simon@netthink.co.uk>
53222              Date: Wed, 16 May 2001 15:57:55 +0100
53223              Message-ID: <20010516155755.A4728@netthink.co.uk>
53224      Branch: perl
53225            + utils.lst
53226            ! MANIFEST installman installperl
53227 ____________________________________________________________________________
53228 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
53229         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
53230              From: "Philip Newton" <pnewton@gmx.de>
53231              Date: Tue, 15 May 2001 16:31:05 +0200
53232              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
53233              
53234              Fix PERL_Y2KWARN test to check before rather than after appending.
53235      Branch: perl
53236            ! pp_hot.c
53237 ____________________________________________________________________________
53238 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
53239         Log: Regen Porting stuff.
53240      Branch: perl
53241            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53242            ! config_h.SH
53243 ____________________________________________________________________________
53244 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
53245         Log: Metaconfig unit change for #10125.
53246      Branch: metaconfig
53247            ! U/modified/Oldconfig.U
53248 ____________________________________________________________________________
53249 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
53250         Log: Use OSVERS.
53251      Branch: perl
53252            ! Configure config_h.SH perl.c
53253 ____________________________________________________________________________
53254 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
53255         Log: Regen toc.
53256      Branch: perl
53257            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53258 ____________________________________________________________________________
53259 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
53260         Log: Adding the README.dgux to the MANIFEST would be a good idea.
53261      Branch: perl
53262            ! MANIFEST
53263 ____________________________________________________________________________
53264 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
53265         Log: Move the stack desire definition to thread.h.
53266      Branch: perl
53267            ! ext/Thread/Thread.xs thread.h
53268 ____________________________________________________________________________
53269 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
53270         Log: DG-UX threading patches, including a README.dgux,
53271              from Takis Psarogiannakopoulos.
53272      Branch: perl
53273            + README.dgux
53274            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
53275 ____________________________________________________________________________
53276 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
53277         Log: Subject: [PATCH B::Deparse] More on /x regexes
53278              From: Robin Houston <robin@kitsite.com>
53279              Date: Tue, 15 May 2001 19:09:35 +0100
53280              Message-ID: <20010515190935.A27268@penderel>
53281      Branch: perl
53282            ! ext/B/B/Deparse.pm
53283 ____________________________________________________________________________
53284 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
53285         Log: Document that the core time() may be rounding rather
53286              than truncating, would have saved at least my confusion.
53287      Branch: perl
53288            ! ext/Time/HiRes/HiRes.pm
53289 ____________________________________________________________________________
53290 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
53291         Log: Subject: perl-current/t/time-hires.t
53292              From: John Peacock <jpeacock@rowman.com>
53293              Date: Fri, 11 May 2001 14:09:41 -0400
53294              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
53295      Branch: perl
53296            ! t/lib/time-hires.t
53297 ____________________________________________________________________________
53298 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
53299         Log: Subject: [PATCH dump.c] Op private flags
53300              From: Simon Cozens <simon@netthink.co.uk>
53301              Date: Sun, 13 May 2001 20:20:36 +0100
53302              Message-ID: <20010513202036.A21896@netthink.co.uk>
53303      Branch: perl
53304            ! dump.c
53305 ____________________________________________________________________________
53306 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
53307         Log: Upgrade to Switch 2.03.
53308      Branch: perl
53309            ! lib/Switch.pm
53310 ____________________________________________________________________________
53311 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
53312         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
53313              to PERL_CONFIG_SH and use it consistently.
53314      Branch: maint-5.6/perl
53315           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
53316           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
53317           !> myconfig.SH writemain.SH
53318 ____________________________________________________________________________
53319 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
53320         Log: Metaconfig units changes for #10113.
53321      Branch: metaconfig
53322            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
53323 ____________________________________________________________________________
53324 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
53325         Log: The problem described in 20010514.031 still wasn't
53326              fully cured, there were remnants of $CONFIG when
53327              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
53328              to avoid future conflicts.
53329      Branch: perl
53330            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
53331            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
53332            ! myconfig.SH writemain.SH
53333 ____________________________________________________________________________
53334 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
53335         Log: Half of #10107 got lost.
53336      Branch: perl
53337            ! ext/B/B/Deparse.pm
53338 ____________________________________________________________________________
53339 [ 10111] By: nick                                  on 2001/05/15  08:39:14
53340         Log: Integrate mainline.
53341      Branch: perlio
53342           +> ext/POSIX/hints/uts.pl
53343            - Todo Todo-5.6 t/camel-III/vstring.t
53344           !> (integrate 48 files)
53345 ____________________________________________________________________________
53346 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
53347         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
53348              From: Robin Houston <robin@kitsite.com>
53349              Date: Mon, 14 May 2001 22:27:08 +0100
53350              Message-ID: <20010514222708.A22963@penderel>
53351      Branch: perl
53352            ! t/TestInit.pm
53353 ____________________________________________________________________________
53354 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
53355         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
53356              From: Robin Houston <robin@kitsite.com>
53357              Date: Mon, 14 May 2001 22:16:43 +0100
53358              Message-ID: <20010514221643.A22437@penderel>
53359      Branch: perl
53360            ! ext/B/B/Deparse.pm
53361 ____________________________________________________________________________
53362 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
53363         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
53364              From: Robin Houston <robin@kitsite.com>
53365              Date: Mon, 14 May 2001 22:03:44 +0100
53366              Message-ID: <20010514220344.A20643@penderel>
53367      Branch: perl
53368            ! ext/B/B/Deparse.pm
53369 ____________________________________________________________________________
53370 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
53371         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
53372              From: Robin Houston <robin@kitsite.com>
53373              Date: Mon, 14 May 2001 22:10:07 +0100
53374              Message-ID: <20010514221007.A21118@penderel>
53375      Branch: perl
53376            ! ext/B/B/Deparse.pm
53377 ____________________________________________________________________________
53378 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
53379         Log: Fix for 20010514.037; substr() didn't invalidate the locale
53380              collation magic.
53381      Branch: perl
53382            ! pp.c
53383 ____________________________________________________________________________
53384 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
53385         Log: Update Changes.
53386      Branch: perl
53387            ! Changes patchlevel.h
53388 ____________________________________________________________________________
53389 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
53390         Log: Retract #10094.
53391      Branch: perl
53392            ! lib/Pod/Text.pm
53393 ____________________________________________________________________________
53394 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
53395         Log: Integrate change #10100 from maintperl.
53396              
53397              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
53398              bug ID 20010514.027)
53399      Branch: perl
53400           !> mg.c pp_ctl.c
53401 ____________________________________________________________________________
53402 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
53403         Log: Document the deprecatedness of suidperl.
53404      Branch: perl
53405            ! INSTALL pod/perlfaq1.pod
53406 ____________________________________________________________________________
53407 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
53408         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
53409              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
53410              Date: Mon, 14 May 2001 09:38:59 -0400
53411              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
53412      Branch: perl
53413            ! lib/ExtUtils/MM_Unix.pm
53414 ____________________________________________________________________________
53415 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
53416         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
53417              bug ID 20010514.027)
53418              
53419              TODO: this needs a testsuite addition
53420      Branch: maint-5.6/perl
53421            ! mg.c pp_ctl.c
53422 ____________________________________________________________________________
53423 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
53424         Log: More DWIMminess for Class::Struct: calling the array or hash
53425              accessors only with one argument, an array or a hash reference,
53426              sets the underlying array or hash.  This mirrors nicely also
53427              the usage in the constructor.
53428              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
53429      Branch: perl
53430            ! lib/Class/Struct.pm t/lib/class-struct.t
53431 ____________________________________________________________________________
53432 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
53433         Log: Reference cmp'ing should go through the whole stringification
53434              process shebang, as pointed out by Sarathy in #10091.
53435      Branch: perl
53436            ! pp.c
53437 ____________________________________________________________________________
53438 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
53439         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
53440              From: Simon Cozens <simon@netthink.co.uk>
53441              Date: Sat, 12 May 2001 16:36:27 +0100
53442              Message-ID: <20010512163627.A5522@netthink.co.uk>
53443              
53444              with some additions salvaged from Todo and Todo-5.6 before
53445              retiring them.
53446      Branch: perl
53447            - Todo Todo-5.6
53448            ! MANIFEST pod/perltodo.pod
53449 ____________________________________________________________________________
53450 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
53451         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
53452              From: "Golubev I. N." <gin@mo.msk.ru>
53453              Date: Mon, 07 May 2001 14:33:34 (GMT)
53454              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
53455      Branch: perl
53456            ! perl.h
53457 ____________________________________________________________________________
53458 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
53459         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
53460              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
53461              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
53462              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
53463      Branch: perl
53464            ! lib/ExtUtils/MM_Unix.pm
53465 ____________________________________________________________________________
53466 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
53467         Log: (Retracted by #10104.)
53468              
53469              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
53470              From: barries <barries@slaysys.com>
53471              Date: Sat, 12 May 2001 01:28:10 -0400
53472              Message-ID: <20010512012810.B26358@jester.slaysys.com>
53473      Branch: perl
53474            ! lib/Pod/Text.pm
53475 ____________________________________________________________________________
53476 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
53477         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
53478              From: Mike Guy <mjtg@cam.ac.uk>
53479              Date: Sat, 12 May 2001 19:24:33 +0100
53480              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
53481      Branch: perl
53482            ! lib/AutoSplit.pm
53483 ____________________________________________________________________________
53484 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
53485         Log: Yet another HP-UX hints tweak from Merijn.
53486      Branch: perl
53487            ! hints/hpux.sh
53488 ____________________________________________________________________________
53489 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
53490         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
53491              isn't defined (changes#9366,9368,9370 from mainline without the
53492              pp_scmp() change)
53493      Branch: maint-5.6/perl
53494            ! pp.c pp.h pp_hot.c
53495 ____________________________________________________________________________
53496 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
53497         Log: The sorting seems to happen now automatically.
53498      Branch: perl
53499            ! t/lib/glob-basic.t
53500 ____________________________________________________________________________
53501 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
53502         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
53503              From: Benjamin Sugars <bsugars@canoe.ca>
53504              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
53505              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
53506      Branch: perl
53507            ! pod/perlfunc.pod
53508 ____________________________________________________________________________
53509 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
53510         Log: Subject: Re: undef(&foo) does not work for XS functions
53511              From: Doug MacEachern <dougm@covalent.net>
53512              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
53513              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
53514      Branch: perl
53515            ! op.c
53516 ____________________________________________________________________________
53517 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
53518         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
53519              From: Peter Prymmer <pvhp@forte.com>
53520              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
53521              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
53522      Branch: perl
53523            ! t/op/append.t
53524 ____________________________________________________________________________
53525 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
53526         Log: Update Changes.
53527      Branch: perl
53528            ! Changes patchlevel.h
53529 ____________________________________________________________________________
53530 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
53531         Log: Remove the 'asciir' re subpragma.  Should instead implement
53532              the 'physical vs logical' range scheme:
53533              
53534              \xAA-\xCC is a native physical range, you want that range of
53535              codepoints in your native encoding.  In EBCDIC the codepoints
53536              in the gaps (between i-j and r-s) should be included.
53537              
53538              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
53539              codepoints in Unicode.
53540              
53541              a-z is a logical range, you want that range of 'logical' codepoints
53542              in your native encoding.  In EBCDIC the codepoints in the gaps
53543              (between i-j and r-s) should not be included.
53544              
53545              Mixed cases (a-\xAA, etc) should either be errors, or maybe
53546              the 'logical' endpoints should be converted to native/Unicode
53547              codepoints, and the range handled as a physical range.
53548              
53549              'Logical endpoints' are to be recognized only in the A-Z, a-z,
53550              and 0-9 ranges.  Probably a warning should be given for mixed
53551              cases like A-z or a-9 (since such expressions are encoding
53552              dependent), with a recommendation to use physical ranges.
53553      Branch: perl
53554            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
53555            ! t/op/regexp.t
53556 ____________________________________________________________________________
53557 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
53558         Log: Make the test to cleanup the test directory tree
53559              both before and after the testing so that we always
53560              have a clean slate to work with.
53561      Branch: perl
53562            ! t/lib/filefind.t
53563 ____________________________________________________________________________
53564 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
53565         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
53566              From: Jon Eveland <jweveland@yahoo.com>
53567              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
53568              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
53569      Branch: perl
53570            ! pod/perlfunc.pod
53571 ____________________________________________________________________________
53572 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
53573         Log: Merge the camel-III/vstring.t with op/ver.t.
53574      Branch: perl
53575            - t/camel-III/vstring.t
53576            ! MANIFEST t/TEST t/harness t/op/ver.t
53577 ____________________________________________________________________________
53578 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
53579         Log: Add test.deparse make target.
53580      Branch: perl
53581            ! Makefile.SH
53582 ____________________________________________________________________________
53583 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
53584         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
53585              From: Robin Houston <robin@kitsite.com>
53586              Date: Fri, 11 May 2001 12:02:22 +0100
53587              Message-ID: <20010511120222.A11529@penderel>
53588      Branch: perl
53589            ! ext/B/B/Deparse.pm t/op/method.t
53590 ____________________________________________________________________________
53591 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
53592         Log: A nicely working combination for UTS from Hal Morris.
53593      Branch: perl
53594            + ext/POSIX/hints/uts.pl
53595            ! MANIFEST hints/uts.sh
53596 ____________________________________________________________________________
53597 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
53598         Log: i_ieeefp=undef for UTS.
53599      Branch: perl
53600            ! hints/uts.sh
53601 ____________________________________________________________________________
53602 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
53603         Log: Subject: RE: rand(0) is rand(1)
53604              From: Larry Shatzer <lshatzer@islanddata.com>
53605              Date: Thu, 10 May 2001 11:09:27 -0700
53606              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
53607      Branch: perl
53608            ! pod/perlfunc.pod
53609 ____________________________________________________________________________
53610 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
53611         Log: Subject: [patch] make op_{clear,null} public
53612              From: Doug MacEachern <dougm@covalent.net>
53613              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
53614              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
53615      Branch: perl
53616            ! embed.h embed.pl op.c proto.h
53617 ____________________________________________________________________________
53618 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
53619         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
53620              From: Robin Houston <robin@kitsite.com>
53621              Date: Thu, 10 May 2001 18:54:59 +0100
53622              Message-ID: <20010510185459.A5995@penderel>
53623      Branch: perl
53624            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
53625 ____________________________________________________________________________
53626 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
53627         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
53628              From: Robin Houston <robin@kitsite.com>
53629              Date: Thu, 10 May 2001 12:56:39 +0100
53630              Message-ID: <20010510125639.A2119@penderel>
53631      Branch: perl
53632            ! ext/B/B/Deparse.pm
53633 ____________________________________________________________________________
53634 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
53635         Log: Retract #10070, not ready yet.
53636      Branch: perl
53637            ! ext/B/B/Deparse.pm
53638 ____________________________________________________________________________
53639 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
53640         Log: The metaconfig unit change for #10071.
53641      Branch: metaconfig
53642            ! U/modified/mallocsrc.U
53643 ____________________________________________________________________________
53644 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
53645         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
53646      Branch: perl
53647            ! Configure
53648 ____________________________________________________________________________
53649 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
53650         Log: (Retracted by #10073)
53651              
53652              Subject: Re: [PATCH t/TEST] B::Deparse tester 
53653              From: Hugo <hv@crypt.compulink.co.uk>
53654              Date: Thu, 10 May 2001 05:48:09 +0100
53655              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
53656      Branch: perl
53657            ! ext/B/B/Deparse.pm
53658 ____________________________________________________________________________
53659 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
53660         Log: Add a for(func()) test.
53661      Branch: perl
53662            ! t/cmd/for.t
53663 ____________________________________________________________________________
53664 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
53665         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
53666              From: Robin Houston <robin@kitsite.com>
53667              Date: Thu, 10 May 2001 13:50:08 +0100
53668              Message-ID: <20010510135008.A2454@penderel>
53669      Branch: perl
53670            ! ext/B/B/Deparse.pm
53671 ____________________________________________________________________________
53672 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
53673         Log: A thinko in #10065.
53674      Branch: perl
53675            ! hv.c
53676 ____________________________________________________________________________
53677 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
53678         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
53679              From: Robin Houston <robin@kitsite.com>
53680              Date: Thu, 10 May 2001 02:10:34 +0100
53681              Message-ID: <20010510021034.A19421@penderel>
53682      Branch: perl
53683            ! ext/B/B.xs ext/B/B/Deparse.pm
53684 ____________________________________________________________________________
53685 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
53686         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
53687              From: Doug MacEachern <dougm@covalent.net>
53688              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
53689              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
53690      Branch: perl
53691            ! hv.c
53692 ____________________________________________________________________________
53693 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
53694         Log: One more workaround for the UTS compiler from Hal Morris.
53695      Branch: perl
53696            ! perl.h
53697 ____________________________________________________________________________
53698 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
53699         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
53700              From: Robin Houston <robin@kitsite.com>
53701              Date: Thu, 10 May 2001 01:02:08 +0100
53702              Message-ID: <20010510010208.A18200@penderel>
53703      Branch: perl
53704            ! ext/B/B/Debug.pm
53705 ____________________________________________________________________________
53706 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
53707         Log: Subject: [PATCH] Simplify deb_curcv() a bit
53708              From: Benjamin Sugars <bsugars@canoe.ca>
53709              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
53710              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
53711      Branch: perl
53712            ! run.c
53713 ____________________________________________________________________________
53714 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
53715         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
53716              From: Benjamin Sugars <bsugars@canoe.ca>
53717              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
53718              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
53719      Branch: perl
53720            ! t/lib/io_scalar.t
53721 ____________________________________________________________________________
53722 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
53723         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
53724              From: Peter Prymmer <pvhp@forte.com>
53725              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
53726              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
53727      Branch: perl
53728            ! t/lib/md5-file.t
53729 ____________________________________________________________________________
53730 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
53731         Log: Subject: [PATCH t/TEST] B::Deparse tester
53732              From: Robin Houston <robin@kitsite.com>
53733              Date: Wed, 9 May 2001 19:17:50 +0100
53734              Message-ID: <20010509191750.A16940@penderel>
53735      Branch: perl
53736            ! ext/B/O.pm t/TEST
53737 ____________________________________________________________________________
53738 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
53739         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
53740              From: Jeff Pinyan <jeffp@crusoe.net>
53741              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
53742              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
53743      Branch: perl
53744            ! lib/Pod/Html.pm
53745 ____________________________________________________________________________
53746 [ 10057] By: nick                                  on 2001/05/09  18:37:56
53747         Log: Integrate mainline.
53748      Branch: perlio
53749           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
53750           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
53751 ____________________________________________________________________________
53752 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
53753         Log: Update Changes.
53754      Branch: perl
53755            ! Changes patchlevel.h
53756 ____________________________________________________________________________
53757 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
53758         Log: Integrate perlio:
53759              
53760              [ 10050]
53761              win32, regen_config_h
53762      Branch: perl
53763           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
53764 ____________________________________________________________________________
53765 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
53766         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
53767              From: Benjamin Sugars <bsugars@canoe.ca>
53768              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
53769              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
53770      Branch: perl
53771            ! perlio.c
53772 ____________________________________________________________________________
53773 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
53774         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
53775              From: Benjamin Sugars <bsugars@canoe.ca>
53776              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
53777              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
53778      Branch: perl
53779            ! ext/PerlIO/Scalar/Scalar.xs
53780 ____________________________________________________________________________
53781 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
53782         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
53783              From: Jeff Pinyan <jeffp@crusoe.net>
53784              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
53785              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
53786      Branch: perl
53787            ! lib/Pod/Html.pm
53788 ____________________________________________________________________________
53789 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
53790         Log: EPOC tweak from Olaf Flebbe.
53791      Branch: perl
53792            ! epoc/epocish.h
53793 ____________________________________________________________________________
53794 [ 10050] By: nick                                  on 2001/05/09  14:37:57
53795         Log: win32, regen_config_h
53796      Branch: perlio
53797            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53798 ____________________________________________________________________________
53799 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
53800         Log: Integrate perlio:
53801              
53802              [ 10048]
53803              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
53804              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
53805      Branch: perl
53806           !> pp_sys.c
53807 ____________________________________________________________________________
53808 [ 10048] By: nick                                  on 2001/05/09  11:59:50
53809         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
53810              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
53811      Branch: perlio
53812            ! pp_sys.c
53813 ____________________________________________________________________________
53814 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
53815         Log: Integrate perlio:
53816              
53817              [ 10045]
53818              MULTIPLICITY/DEBUGGING build fix.
53819      Branch: perl
53820           !> run.c
53821 ____________________________________________________________________________
53822 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
53823         Log: Subject: Re: Less warnings during configure
53824              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53825              Date: Wed, 09 May 2001 13:12:49 +0200
53826              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
53827      Branch: perl
53828            ! hints/hpux.sh
53829 ____________________________________________________________________________
53830 [ 10045] By: nick                                  on 2001/05/09  09:56:59
53831         Log: MULTIPLICITY/DEBUGGING build fix.
53832      Branch: perlio
53833            ! run.c
53834 ____________________________________________________________________________
53835 [ 10044] By: nick                                  on 2001/05/09  09:46:37
53836         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
53837      Branch: perlio
53838           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
53839            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
53840           !> (integrate 65 files)
53841 ____________________________________________________________________________
53842 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
53843         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
53844              From: Robin Houston <robin@kitsite.com>
53845              Date: Tue, 8 May 2001 19:38:00 +0100
53846              Message-ID: <20010508193800.A4389@penderel>
53847              
53848              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
53849              From: Robin Houston <robin@kitsite.com>
53850              Date: Tue, 8 May 2001 20:03:57 +0100
53851              Message-ID: <20010508200357.A4614@penderel>
53852              
53853              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
53854              From: Robin Houston <robin@kitsite.com>
53855              Date: Wed, 9 May 2001 00:12:05 +0100
53856              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
53857      Branch: perl
53858            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
53859 ____________________________________________________________________________
53860 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
53861         Log: Retract #10031.
53862      Branch: perl
53863            ! pod/perlfunc.pod
53864 ____________________________________________________________________________
53865 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
53866         Log: The metaconfig unit changes for #10040.
53867      Branch: metaconfig/U/perl
53868            ! Checkcc.U d_dlsymun.U dlsrc.U
53869 ____________________________________________________________________________
53870 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
53871         Log: The Configure half of
53872              
53873              Subject: Less warnings during configure
53874              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53875              Date: Tue, 08 May 2001 08:44:02 +0200
53876              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
53877      Branch: perl
53878            ! Configure
53879 ____________________________________________________________________________
53880 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
53881         Log: Subject: Less warnings during configure
53882              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53883              Date: Tue, 08 May 2001 08:44:02 +0200
53884              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
53885      Branch: perl
53886            ! hints/hpux.sh
53887 ____________________________________________________________________________
53888 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
53889         Log: Don't forget to whine about \d__\d.
53890      Branch: perl
53891            ! t/pragma/warn/toke toke.c
53892 ____________________________________________________________________________
53893 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
53894         Log: Allow underscores also in the exponent part.
53895      Branch: perl
53896            ! t/pragma/warn/toke toke.c
53897 ____________________________________________________________________________
53898 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
53899         Log: CodeMagicCD doesn't look like an *I*DE.
53900      Branch: perl
53901            ! pod/perlfaq3.pod
53902 ____________________________________________________________________________
53903 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
53904         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
53905              to be consistently down).
53906      Branch: perl
53907            ! pod/perlfaq3.pod
53908 ____________________________________________________________________________
53909 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
53910         Log: Upgrade to Text::Balanced 1.84.
53911      Branch: perl
53912            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
53913 ____________________________________________________________________________
53914 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
53915         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
53916              From: Benjamin Sugars <bsugars@canoe.ca>
53917              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
53918              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
53919      Branch: perl
53920            ! run.c
53921 ____________________________________________________________________________
53922 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
53923         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
53924              From: Peter Prymmer <pvhp@forte.com>
53925              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
53926              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
53927      Branch: perl
53928            ! t/pod/plainer.t
53929 ____________________________________________________________________________
53930 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
53931         Log: (Retracted by #10042)
53932              
53933              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
53934              From: "Philip Newton" <pnewton@gmx.de>
53935              Date: Tue, 8 May 2001 09:18:10 +0200
53936              Message-ID: <3AF7B9D2.28861.603732@localhost>
53937      Branch: perl
53938            ! pod/perlfunc.pod
53939 ____________________________________________________________________________
53940 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
53941         Log: Subject: [PATCH B::Deparse] Document known bugs
53942              From: Robin Houston <robin@kitsite.com>
53943              Date: Tue, 8 May 2001 01:53:34 +0100
53944              Message-ID: <20010508015334.A32394@penderel>
53945      Branch: perl
53946            ! ext/B/B/Deparse.pm
53947 ____________________________________________________________________________
53948 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
53949         Log: Subject: Re: Perl book, magazine and website updates.
53950              From: "Philip Newton" <pnewton@gmx.de>
53951              Date: Mon, 7 May 2001 17:03:58 +0200
53952              Message-ID: <3AF6D57E.5387.1E29930@localhost>
53953      Branch: perl
53954            ! pod/perlfaq2.pod
53955 ____________________________________________________________________________
53956 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
53957         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
53958              From: Peter Prymmer <pvhp@forte.com>
53959              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
53960              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
53961      Branch: perl
53962            ! t/io/fflush.t
53963 ____________________________________________________________________________
53964 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
53965         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
53966              From: Robin Houston <robin@kitsite.com>
53967              Date: Tue, 8 May 2001 01:14:55 +0100
53968              Message-ID: <20010508011455.A32162@penderel>
53969      Branch: perl
53970            ! ext/B/B/Deparse.pm
53971 ____________________________________________________________________________
53972 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
53973         Log: Typo in #10025.
53974      Branch: perl
53975            ! hints/uts.sh
53976 ____________________________________________________________________________
53977 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
53978         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
53979      Branch: perl
53980            ! hints/uts.sh
53981 ____________________________________________________________________________
53982 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
53983         Log: Subject: Re: [ID 20010506.045] question about hash syntax
53984              From: Peter Scott <Peter@PSDT.com>
53985              Date: Sun, 06 May 2001 13:10:40 -0700
53986              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
53987      Branch: perl
53988            ! pod/perl56delta.pod
53989 ____________________________________________________________________________
53990 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
53991         Log: Configure should figure out the list of dynamic extensions
53992              just fine in UTS-- and in fact it does, as reported by Hal Morris.
53993      Branch: perl
53994            ! hints/uts.sh
53995 ____________________________________________________________________________
53996 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
53997         Log: Update Changes.
53998      Branch: perl
53999            ! Changes patchlevel.h
54000 ____________________________________________________________________________
54001 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
54002         Log: Subject: [PATCH regcomp.c] Insecure regexes
54003              From: Robin Houston <robin@kitsite.com>
54004              Date: Mon, 7 May 2001 21:56:12 +0100
54005              Message-ID: <20010507215612.A31114@penderel>
54006      Branch: perl
54007            ! regcomp.c
54008 ____________________________________________________________________________
54009 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
54010         Log: Drop the foobar.perl.com references for now until Simon
54011              gets them sorted out.
54012      Branch: perl
54013            ! pod/perlfaq2.pod
54014 ____________________________________________________________________________
54015 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
54016         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
54017              From: Prymmer/Kahn <pvhp@best.com>
54018              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
54019              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
54020      Branch: perl
54021            ! lib/Devel/SelfStubber.pm
54022 ____________________________________________________________________________
54023 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
54024         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
54025              From: Prymmer/Kahn <pvhp@best.com>
54026              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
54027              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
54028      Branch: perl
54029            ! win32/Makefile
54030 ____________________________________________________________________________
54031 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
54032         Log: s/WebTechnique's/WebTechniques/
54033      Branch: perl
54034            ! pod/perlfaq2.pod
54035 ____________________________________________________________________________
54036 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
54037         Log: Llama 3 updates from Randal.
54038      Branch: perl
54039            ! pod/perlfaq2.pod
54040 ____________________________________________________________________________
54041 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
54042         Log: Subject: [PATCH] Help -Dt show correct pad variables
54043              From: Benjamin Sugars <ben.sugars@home.com>
54044              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
54045              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
54046      Branch: perl
54047            ! embed.h embed.pl proto.h run.c
54048 ____________________________________________________________________________
54049 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
54050         Log: Subject: [PATCH] Document C<our $foo : shared>
54051              From: Benjamin Sugars <ben.sugars@home.com>
54052              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
54053              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
54054      Branch: perl
54055            ! pod/perlfunc.pod
54056 ____________________________________________________________________________
54057 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
54058         Log: Subject: [PATCH B::Deparse] undefined folded constants
54059              From: Robin Houston <robin@kitsite.com>
54060              Date: Sun, 6 May 2001 17:19:09 +0100
54061              Message-ID: <20010506171909.A7046@penderel>
54062      Branch: perl
54063            ! ext/B/B/Deparse.pm
54064 ____________________________________________________________________________
54065 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
54066         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
54067              From: Robin Houston <robin@kitsite.com>
54068              Message-ID: <20010506164654.A6848@penderel>
54069              Date: Sun, 6 May 2001 16:46:54 +0100
54070      Branch: perl
54071            ! ext/B/B/Deparse.pm
54072 ____________________________________________________________________________
54073 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
54074         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
54075              From: Robin Houston <robin@kitsite.com>
54076              Date: Sun, 6 May 2001 14:47:02 +0100
54077              Message-ID: <20010506144702.A6308@penderel>
54078      Branch: perl
54079            ! t/op/my_stash.t
54080 ____________________________________________________________________________
54081 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
54082         Log: Subject: Perl book, magazine and website updates.
54083              From: Simon Cozens <simon@netthink.co.uk>
54084              Date: Sun, 6 May 2001 16:55:36 +0100
54085              Message-ID: <20010506165536.A1795@netthink.co.uk>
54086      Branch: perl
54087            ! pod/perlbook.pod pod/perlfaq2.pod
54088 ____________________________________________________________________________
54089 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
54090         Log: Tweaks on the Tru64 prof options.
54091      Branch: perl
54092            ! pod/perlhack.pod
54093 ____________________________________________________________________________
54094 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
54095         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
54096              From: Robin Houston <robin@kitsite.com>
54097              Date: Sun, 6 May 2001 14:40:51 +0100
54098              Message-ID: <20010506144051.A6279@penderel>
54099      Branch: perl
54100            ! t/pod/testp2pt.pl
54101 ____________________________________________________________________________
54102 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
54103         Log: Subject: [PATCH B::Deparse] scoping
54104              From: Robin Houston <robin@kitsite.com>
54105              Date: Sun, 6 May 2001 14:36:56 +0100
54106              Message-ID: <20010506143656.A4006@penderel>
54107      Branch: perl
54108            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
54109 ____________________________________________________________________________
54110 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
54111         Log: Document the undefinedness of bitshifting out of range.
54112      Branch: perl
54113            ! pod/perlop.pod
54114 ____________________________________________________________________________
54115 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
54116         Log: Retract #10003 and update the IDE descriptions a bit.
54117      Branch: perl
54118            ! pod/perlfaq3.pod
54119 ____________________________________________________________________________
54120 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
54121         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
54122              From: Prymmer/Kahn <pvhp@best.com>
54123              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
54124              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
54125      Branch: perl
54126            ! win32/Makefile win32/buildext.pl win32/config.bc
54127            ! win32/config.gc win32/config.vc
54128 ____________________________________________________________________________
54129 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
54130         Log: (Retracted by #10005.)
54131      Branch: perl
54132            ! pod/perlfaq3.pod
54133 ____________________________________________________________________________
54134 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
54135         Log: It's "psed", not "sed".
54136      Branch: perl
54137            ! x2p/s2p.PL
54138 ____________________________________________________________________________
54139 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
54140         Log: Update Changes.
54141      Branch: perl
54142            ! Changes patchlevel.h
54143 ____________________________________________________________________________
54144 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
54145         Log: Subject: Re: bleadperl make install fails due to "psed"
54146              From: andreas.koenig@anima.de (Andreas J. Koenig)
54147              Date: 05 May 2001 18:23:28 +0200
54148              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
54149      Branch: perl
54150            ! x2p/Makefile.SH x2p/s2p.PL
54151 ____________________________________________________________________________
54152 [  9999] By: jhi                                   on 2001/05/05  18:28:09
54153         Log: AUTHORS updates.
54154      Branch: perl
54155            ! AUTHORS
54156 ____________________________________________________________________________
54157 [  9998] By: jhi                                   on 2001/05/05  18:16:00
54158         Log: Updates on the pods related to the modules included since 5.6.
54159              
54160              TODO: perltodo really could use major updating.
54161      Branch: perl
54162            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
54163            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
54164            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
54165            ! pod/perlsyn.pod pod/perltodo.pod
54166 ____________________________________________________________________________
54167 [  9997] By: jhi                                   on 2001/05/05  17:35:17
54168         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
54169              from Kurt Skauen.
54170      Branch: perl
54171            + hints/atheos.sh
54172            ! MANIFEST
54173 ____________________________________________________________________________
54174 [  9996] By: jhi                                   on 2001/05/05  17:25:00
54175         Log: Add preemptive #undefs for some of the shorter and more prone
54176              to collision regcomp.h #defines.  (Background: the MASK collided
54177              with a system header #define in Rhapsody.)
54178      Branch: perl
54179            ! regcomp.h
54180 ____________________________________________________________________________
54181 [  9995] By: jhi                                   on 2001/05/05  13:24:21
54182         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
54183              From: Nicholas Clark <nick@ccl4.org>
54184              Date: Sat, 5 May 2001 14:46:39 +0100
54185              Message-ID: <20010505144639.O53513@plum.flirble.org>
54186              
54187              Add a test for the constants (if any) being processed correctly.
54188      Branch: perl
54189            ! utils/h2xs.PL
54190 ____________________________________________________________________________
54191 [  9994] By: jhi                                   on 2001/05/05  02:11:03
54192         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
54193              From: Peter Prymmer <pvhp@forte.com>
54194              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
54195              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
54196      Branch: perl
54197            ! t/lib/b-stash.t
54198 ____________________________________________________________________________
54199 [  9993] By: jhi                                   on 2001/05/05  02:03:49
54200         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
54201              From: Peter Prymmer <pvhp@forte.com>
54202              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
54203              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
54204      Branch: perl
54205            ! perlio.c vms/vmsish.h
54206 ____________________________________________________________________________
54207 [  9992] By: jhi                                   on 2001/05/04  17:21:12
54208         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
54209              From: Robin Barker <rmb1@cise.npl.co.uk>
54210              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
54211              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
54212      Branch: perl
54213            + t/pod/plainer.t
54214            ! MANIFEST
54215 ____________________________________________________________________________
54216 [  9991] By: jhi                                   on 2001/05/04  16:47:45
54217         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
54218              From: Robin Barker <rmb1@cise.npl.co.uk>
54219              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
54220              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
54221      Branch: perl
54222            ! regcomp.c
54223 ____________________________________________________________________________
54224 [  9990] By: jhi                                   on 2001/05/04  14:37:20
54225         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
54226              From: Prymmer/Kahn <pvhp@best.com>
54227              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
54228              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
54229      Branch: perl
54230            ! t/lib/b-stash.t
54231 ____________________________________________________________________________
54232 [  9989] By: jhi                                   on 2001/05/04  14:03:58
54233         Log: Introduce perl572delta, update Todo, add the missing
54234              mention about signal safety since 5.7.1 (though this
54235              requires verification and more details.)
54236      Branch: perl
54237            + pod/perl572delta.pod
54238            ! MANIFEST Todo pod/perl571delta.pod
54239 ____________________________________________________________________________
54240 [  9988] By: jhi                                   on 2001/05/04  12:41:51
54241         Log: Subject: [PATCH perl@9944] long =item
54242              From: Robin Barker <rmb1@cise.npl.co.uk>
54243              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
54244              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
54245      Branch: perl
54246            ! ext/Time/HiRes/HiRes.pm
54247 ____________________________________________________________________________
54248 [  9987] By: jhi                                   on 2001/05/04  12:39:19
54249         Log: The #9901 had removed one line essential for EBCDIC.
54250      Branch: perl
54251            ! regcomp.c
54252 ____________________________________________________________________________
54253 [  9986] By: jhi                                   on 2001/05/04  12:30:23
54254         Log: Subject: cygwin/Makefile.SHs INSTALL patch
54255              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
54256              Date: Mon, 08 Jan 2001 04:59:21 +0200
54257              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
54258      Branch: perl
54259            ! cygwin/Makefile.SHs
54260 ____________________________________________________________________________
54261 [  9985] By: jhi                                   on 2001/05/04  03:51:39
54262         Log: Encode/IO doc tweaks.
54263      Branch: perl
54264            ! ext/Encode/Encode.pm
54265 ____________________________________________________________________________
54266 [  9984] By: jhi                                   on 2001/05/04  03:29:34
54267         Log: Remove GDBM_File from the dynamic extensions for UTS,
54268              GDBM is not a standard feature.
54269      Branch: perl
54270            ! hints/uts.sh
54271 ____________________________________________________________________________
54272 [  9983] By: jhi                                   on 2001/05/04  03:22:59
54273         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
54274      Branch: perl
54275            ! pod/perlretut.pod
54276 ____________________________________________________________________________
54277 [  9982] By: jhi                                   on 2001/05/03  23:21:03
54278         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
54279              From: Benjamin Sugars <bsugars@canoe.ca>
54280              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
54281              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
54282      Branch: perl
54283            ! dump.c
54284 ____________________________________________________________________________
54285 [  9981] By: jhi                                   on 2001/05/03  23:20:05
54286         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
54287              From: Benjamin Sugars <bsugars@canoe.ca>
54288              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
54289              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
54290      Branch: perl
54291            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54292 ____________________________________________________________________________
54293 [  9980] By: jhi                                   on 2001/05/03  23:15:29
54294         Log: Integrate perlio:
54295              
54296              [  9976]
54297              Allow $answer = encode($object,$text); like it says in docs.
54298              
54299              [  9975]
54300              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
54301              to be in scope (fair enough), and also a package variable (our) for eval to see it.
54302      Branch: perl
54303           !> ext/Encode/Encode.pm
54304 ____________________________________________________________________________
54305 [  9979] By: jhi                                   on 2001/05/03  16:54:59
54306         Log: Install psed man page.
54307      Branch: perl
54308            ! installman
54309 ____________________________________________________________________________
54310 [  9978] By: jhi                                   on 2001/05/03  16:45:58
54311         Log: Remove unused files; noted by Sarathy.
54312      Branch: perl
54313            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
54314            ! MANIFEST
54315 ____________________________________________________________________________
54316 [  9977] By: jhi                                   on 2001/05/03  16:42:30
54317         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
54318              From: Andy Dougherty <doughera@lafayette.edu>
54319              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
54320              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
54321      Branch: perl
54322            ! INSTALL
54323 ____________________________________________________________________________
54324 [  9976] By: nick                                  on 2001/05/03  16:40:42
54325         Log: Allow $answer = encode($object,$text); like it says in docs.
54326      Branch: perlio
54327            ! ext/Encode/Encode.pm
54328 ____________________________________________________________________________
54329 [  9975] By: nick                                  on 2001/05/03  16:22:30
54330         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
54331              to be in scope (fair enough), and also a package variable (our) for eval to see it.
54332      Branch: perlio
54333            ! ext/Encode/Encode.pm
54334 ____________________________________________________________________________
54335 [  9974] By: nick                                  on 2001/05/03  15:48:17
54336         Log: Integrate mainline.
54337      Branch: perlio
54338           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
54339           +> t/lib/filter-simple.t t/lib/next.t
54340           !> (integrate 70 files)
54341 ____________________________________________________________________________
54342 [  9973] By: jhi                                   on 2001/05/03  13:09:09
54343         Log: Update Changes.
54344      Branch: perl
54345            ! Changes patchlevel.h
54346 ____________________________________________________________________________
54347 [  9972] By: jhi                                   on 2001/05/03  12:58:33
54348         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
54349              From: Prymmer/Kahn <pvhp@best.com>
54350              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
54351              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
54352      Branch: perl
54353            ! t/io/fflush.t
54354 ____________________________________________________________________________
54355 [  9971] By: jhi                                   on 2001/05/03  12:57:26
54356         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
54357              From: Prymmer/Kahn <pvhp@best.com>
54358              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
54359              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
54360      Branch: perl
54361            ! win32/FindExt.pm
54362 ____________________________________________________________________________
54363 [  9970] By: jhi                                   on 2001/05/03  02:42:46
54364         Log: Can't croak sans thread context, from Doug MacEachern.
54365      Branch: perl
54366            ! toke.c
54367 ____________________________________________________________________________
54368 [  9969] By: jhi                                   on 2001/05/03  01:23:48
54369         Log: Subject: Random input test and Perl
54370              From: Ilya Zakharevich <ilya@math.berkeley.edu>
54371              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
54372              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
54373      Branch: perl
54374            ! toke.c
54375 ____________________________________________________________________________
54376 [  9968] By: jhi                                   on 2001/05/02  22:17:21
54377         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
54378              From: Peter Prymmer <pvhp@forte.com>
54379              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
54380              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
54381      Branch: perl
54382            ! pod/perlfunc.pod pod/perlport.pod
54383 ____________________________________________________________________________
54384 [  9967] By: jhi                                   on 2001/05/02  20:12:45
54385         Log: Workaround for UTS compiler casting bug from Hal Morris.
54386      Branch: perl
54387            ! perl.h
54388 ____________________________________________________________________________
54389 [  9966] By: jhi                                   on 2001/05/02  18:31:37
54390         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
54391              From: Dan Sugalski <dan@sidhe.org>
54392              Date: Wed, 02 May 2001 15:23:22 -0400
54393              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
54394      Branch: perl
54395            ! perl.c vms/vms.c
54396 ____________________________________________________________________________
54397 [  9965] By: jhi                                   on 2001/05/02  18:21:29
54398         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
54399      Branch: perl
54400            ! pod/perlfunc.pod
54401 ____________________________________________________________________________
54402 [  9964] By: jhi                                   on 2001/05/02  18:15:01
54403         Log: Document large files in INSTALL, document also the %x
54404              limitation if not use64bitint, closes bug 20010326.007.
54405      Branch: perl
54406            ! INSTALL
54407 ____________________________________________________________________________
54408 [  9963] By: jhi                                   on 2001/05/02  17:24:47
54409         Log: perlmodlib tweaks; regen pods.
54410      Branch: perl
54411            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
54412            ! pod/perltoc.pod
54413 ____________________________________________________________________________
54414 [  9962] By: jhi                                   on 2001/05/02  17:14:00
54415         Log: Fix for a segfault, from Marc Lehmann.
54416      Branch: perl
54417            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
54418 ____________________________________________________________________________
54419 [  9961] By: jhi                                   on 2001/05/02  15:55:53
54420         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
54421              From: "Philip Newton" <pnewton@gmx.de>
54422              Date: Wed, 2 May 2001 18:39:03 +0200
54423              Message-ID: <3AF05447.15525.173B588@localhost>
54424      Branch: perl
54425            ! pod/perlop.pod
54426 ____________________________________________________________________________
54427 [  9960] By: jhi                                   on 2001/05/02  15:35:37
54428         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
54429              From: Dan Sugalski <dan@sidhe.org>
54430              Date: Wed, 02 May 2001 11:37:27 -0400
54431              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
54432      Branch: perl
54433            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
54434            ! thread.h vms/vms.c vms/vmsish.h
54435 ____________________________________________________________________________
54436 [  9959] By: jhi                                   on 2001/05/02  15:21:08
54437         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
54438              From: Benjamin Sugars <bsugars@canoe.ca>
54439              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
54440              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
54441      Branch: perl
54442            ! ext/PerlIO/Scalar/Scalar.xs
54443 ____________________________________________________________________________
54444 [  9958] By: jhi                                   on 2001/05/02  15:15:53
54445         Log: Bug in #9915, spotted by Mike Guy.
54446      Branch: perl
54447            ! installperl
54448 ____________________________________________________________________________
54449 [  9957] By: jhi                                   on 2001/05/02  13:26:01
54450         Log: Add a test for not griping about references as array
54451              indices if the reference has magic in it (overloaded
54452              methods).
54453      Branch: perl
54454            ! pod/perldiag.pod t/pragma/warn/pp_hot
54455 ____________________________________________________________________________
54456 [  9956] By: jhi                                   on 2001/05/02  13:07:01
54457         Log: Retracted a bit too much in #9952.
54458      Branch: perl
54459            ! t/pragma/sub_lval.t
54460 ____________________________________________________________________________
54461 [  9955] By: jhi                                   on 2001/05/02  13:05:38
54462         Log: Test for #9952.
54463      Branch: perl
54464            ! t/op/tie.t
54465 ____________________________________________________________________________
54466 [  9954] By: jhi                                   on 2001/05/02  11:48:18
54467         Log: Additional note on the encoding example: one cannot
54468              convert string constants in-place.
54469      Branch: perl
54470            ! ext/Encode/Encode.pm
54471 ____________________________________________________________________________
54472 [  9953] By: jhi                                   on 2001/05/02  11:43:51
54473         Log: Note that if you have recent enough Perl you already
54474              have Filter::Util::Call.
54475      Branch: perl
54476            ! lib/Filter/Simple.pm
54477 ____________________________________________________________________________
54478 [  9952] By: jhi                                   on 2001/05/02  11:31:53
54479         Log: Retract changes #8254 and #8255, causes coredump in
54480              'tie FH, "main"', reported by Abigail, culprit found by
54481              Benjamin Sugars.  Mirrors maintperl change #9950.
54482      Branch: perl
54483            ! op.c t/pragma/sub_lval.t
54484 ____________________________________________________________________________
54485 [  9951] By: jhi                                   on 2001/05/02  11:14:29
54486         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
54487      Branch: perl
54488            + t/lib/MyFilter.pm
54489 ____________________________________________________________________________
54490 [  9950] By: gsar                                  on 2001/05/02  03:17:11
54491         Log: revert integration of changes#8254,8255 in change#8620 (causes
54492              a coredump in C<tie FH, 'foo'>; the idea itself may need better
54493              rationalization)
54494      Branch: maint-5.6/perl
54495            ! op.c t/pragma/sub_lval.t
54496 ____________________________________________________________________________
54497 [  9949] By: gsar                                  on 2001/05/02  02:56:32
54498         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
54499              
54500              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
54501              
54502              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
54503      Branch: maint-5.6/perl
54504           !> hints/svr5.sh
54505 ____________________________________________________________________________
54506 [  9948] By: gsar                                  on 2001/05/02  02:49:15
54507         Log: pod/find.t breaks on VMS (from Craig Berry)
54508      Branch: maint-5.6/perl
54509            ! t/pod/find.t
54510 ____________________________________________________________________________
54511 [  9947] By: jhi                                   on 2001/05/02  02:43:09
54512         Log: Add an encoding conversion example.
54513      Branch: perl
54514            ! ext/Encode/Encode.pm
54515 ____________________________________________________________________________
54516 [  9946] By: jhi                                   on 2001/05/02  01:34:22
54517         Log: Another coat of paint but still nowhere finished.
54518              Need to decide on the semantics of strptime(): should
54519              strptime() be a function instead of a method?  To do
54520              the week/monthname-strptiming the i18n/l10n bullet needs
54521              to be bitten with gusto.
54522      Branch: perl
54523            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
54524 ____________________________________________________________________________
54525 [  9945] By: jhi                                   on 2001/05/01  23:40:52
54526         Log: Update Changes.
54527      Branch: perl
54528            ! Changes patchlevel.h
54529 ____________________________________________________________________________
54530 [  9944] By: jhi                                   on 2001/05/01  23:33:37
54531         Log: Add known-to-be-tested modules to the list-to-be-skipped.
54532      Branch: perl
54533            ! t/lib/1_compile.t
54534 ____________________________________________________________________________
54535 [  9943] By: jhi                                   on 2001/05/01  23:24:40
54536         Log: Subject: BorlandC++ fix
54537              From: "Vadim Konovalov" <watman@inbox.ru>
54538              Date: Mon, 30 Apr 2001 20:12:26 -0700
54539              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
54540      Branch: perl
54541            ! win32/makefile.mk
54542 ____________________________________________________________________________
54543 [  9942] By: jhi                                   on 2001/05/01  23:18:02
54544         Log: Update to Filter::Simple 0.60, create a test for it.
54545      Branch: perl
54546            + t/lib/filter-simple.t
54547            ! MANIFEST lib/Filter/Simple.pm
54548 ____________________________________________________________________________
54549 [  9941] By: jhi                                   on 2001/05/01  19:47:24
54550         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
54551              From: Hugo <hv@crypt.compulink.co.uk>
54552              Date: Tue, 01 May 2001 20:12:20 +0100
54553              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
54554      Branch: perl
54555            ! pp_hot.c t/op/re_tests
54556 ____________________________________________________________________________
54557 [  9940] By: jhi                                   on 2001/05/01  19:42:16
54558         Log: Integrate perlio:
54559              
54560              [  9936]
54561              Fix for base.pm clobbering $VERSION
54562              
54563              [  9935]
54564              Test for base.pm clobbering $VERSION.
54565      Branch: perl
54566           !> lib/base.pm t/lib/fields.t
54567 ____________________________________________________________________________
54568 [  9939] By: jhi                                   on 2001/05/01  19:39:51
54569         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
54570              From: Benjamin Sugars <bsugars@canoe.ca>
54571              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
54572              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
54573      Branch: perl
54574            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54575 ____________________________________________________________________________
54576 [  9938] By: jhi                                   on 2001/05/01  19:34:09
54577         Log: Add NEXT, a pseudo-class for method redispatching.
54578              <Damian>NEXT.pm probably offers more bang-for-buck
54579              than anything else I've ever written.</Damian>
54580      Branch: perl
54581            + lib/NEXT.pm t/lib/next.t
54582            ! MANIFEST
54583 ____________________________________________________________________________
54584 [  9937] By: jhi                                   on 2001/05/01  19:21:41
54585         Log: Update to Switch 2.02.
54586      Branch: perl
54587            ! lib/Switch.pm t/lib/switch.t
54588 ____________________________________________________________________________
54589 [  9936] By: nick                                  on 2001/05/01  19:09:21
54590         Log: Fix for base.pm clobbering $VERSION
54591      Branch: perlio
54592            ! lib/base.pm
54593 ____________________________________________________________________________
54594 [  9935] By: nick                                  on 2001/05/01  18:54:38
54595         Log: Test for base.pm clobbering $VERSION.
54596      Branch: perlio
54597            ! t/lib/fields.t
54598 ____________________________________________________________________________
54599 [  9934] By: jhi                                   on 2001/05/01  18:39:10
54600         Log: Add information about Scalar::Util::blessed.
54601      Branch: perl
54602            ! pod/perlobj.pod
54603 ____________________________________________________________________________
54604 [  9933] By: jhi                                   on 2001/05/01  18:33:51
54605         Log: Subject: Extra UNIVERSAL documentation
54606              From: Mike Guy <mjtg@cam.ac.uk>
54607              Date: Tue, 01 May 2001 20:12:11 +0100
54608              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
54609      Branch: perl
54610            ! pod/perlobj.pod
54611 ____________________________________________________________________________
54612 [  9932] By: jhi                                   on 2001/05/01  18:26:54
54613         Log: Subject: Autoflush in tests as appropriate
54614              From: Mike Guy <mjtg@cam.ac.uk>
54615              Date: Tue, 01 May 2001 20:05:31 +0100
54616              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
54617      Branch: perl
54618            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
54619            ! t/op/taint.t
54620 ____________________________________________________________________________
54621 [  9931] By: jhi                                   on 2001/05/01  18:02:29
54622         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
54623              From: Benjamin Sugars <bsugars@canoe.ca>
54624              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
54625              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
54626      Branch: perl
54627            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54628 ____________________________________________________________________________
54629 [  9930] By: jhi                                   on 2001/05/01  15:12:26
54630         Log: Subject: Re: Finally got a round tuit
54631              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54632              Date: Tue, 01 May 2001 14:14:10 +0200
54633              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
54634              
54635              The -DP part, slightly modified.
54636      Branch: perl
54637            ! perl.c
54638 ____________________________________________________________________________
54639 [  9929] By: jhi                                   on 2001/05/01  14:17:15
54640         Log: Subject: Re: Finally got a round tuit
54641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54642              Date: Tue, 01 May 2001 16:34:06 +0200
54643              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
54644              
54645              cpp and optimization tweaks for HP-UX.
54646      Branch: perl
54647            ! hints/hpux.sh
54648 ____________________________________________________________________________
54649 [  9928] By: jhi                                   on 2001/05/01  13:24:20
54650         Log: Tune the scan_num() comments to reality.
54651      Branch: perl
54652            ! toke.c
54653 ____________________________________________________________________________
54654 [  9927] By: jhi                                   on 2001/05/01  13:14:01
54655         Log: Subject: [PATCH B::Deparse] optimised sort
54656              From: Robin Houston <robin@kitsite.com>
54657              Date: Tue, 1 May 2001 14:07:12 +0100
54658              Message-ID: <20010501140712.A4266@penderel>
54659      Branch: perl
54660            ! ext/B/B/Deparse.pm
54661 ____________________________________________________________________________
54662 [  9926] By: jhi                                   on 2001/05/01  13:10:53
54663         Log: Subject: [PATCH t/lib/b-deparse.t] 
54664              From: Robin Houston <robin@kitsite.com>
54665              Date: Tue, 1 May 2001 13:37:42 +0100
54666              Message-ID: <20010501133742.A4082@penderel>
54667      Branch: perl
54668            ! t/lib/b-deparse.t
54669 ____________________________________________________________________________
54670 [  9925] By: jhi                                   on 2001/05/01  13:10:13
54671         Log: Subject: [PATCH B::Deparse] for(;;), sort
54672              From: Robin Houston <robin@kitsite.com>
54673              Date: Tue, 1 May 2001 13:35:00 +0100
54674              Message-ID: <20010501133500.A4061@penderel>
54675      Branch: perl
54676            ! ext/B/B/Deparse.pm
54677 ____________________________________________________________________________
54678 [  9924] By: jhi                                   on 2001/05/01  13:09:22
54679         Log: Subject: [PATCH B::Deparse] do, warn, use
54680              From: Robin Houston <robin@kitsite.com>
54681              Date: Tue, 1 May 2001 13:31:03 +0100
54682              Message-ID: <20010501133103.A4041@penderel>
54683      Branch: perl
54684            ! ext/B/B/Deparse.pm
54685 ____________________________________________________________________________
54686 [  9923] By: jhi                                   on 2001/05/01  11:45:36
54687         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
54688              From: Benjamin Sugars <ben.sugars@home.com>
54689              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
54690              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
54691      Branch: perl
54692            + t/io/fflush.t
54693            ! MANIFEST
54694 ____________________________________________________________________________
54695 [  9922] By: jhi                                   on 2001/05/01  11:35:42
54696         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
54697              From: Peter Prymmer <pvhp@forte.com>
54698              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
54699              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
54700      Branch: perl
54701            ! t/lib/selfstubber.t
54702 ____________________________________________________________________________
54703 [  9921] By: jhi                                   on 2001/04/30  16:34:33
54704         Log: Subject: [PATCH B::Concise] suppress warning
54705              From: Robin Houston <robin@kitsite.com>
54706              Date: Mon, 30 Apr 2001 16:09:49 +0100
54707              Message-ID: <20010430160949.A25086@penderel>
54708      Branch: perl
54709            ! ext/B/B/Concise.pm
54710 ____________________________________________________________________________
54711 [  9920] By: jhi                                   on 2001/04/30  13:56:04
54712         Log: Strip the *markers* from #9919.
54713      Branch: perl
54714            ! pod/perlfaq.pod pod/perlfaq5.pod
54715 ____________________________________________________________________________
54716 [  9919] By: jhi                                   on 2001/04/30  13:54:04
54717         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
54718              From: Gwyn Judd <b.judd@xtra.co.nz>
54719              Date: Sun, 29 Apr 2001 01:47:49 +1200
54720              Message-ID: <20010429014749.A4418@thislove>
54721      Branch: perl
54722            ! pod/perlfaq.pod pod/perlfaq5.pod
54723 ____________________________________________________________________________
54724 [  9918] By: jhi                                   on 2001/04/30  13:13:54
54725         Log: More_tweakage.
54726      Branch: perl
54727            ! pod/perldata.pod pod/perldiag.pod
54728 ____________________________________________________________________________
54729 [  9917] By: jhi                                   on 2001/04/30  13:01:27
54730         Log: Update Changes.
54731      Branch: perl
54732            ! Changes patchlevel.h
54733 ____________________________________________________________________________
54734 [  9916] By: jhi                                   on 2001/04/30  12:57:03
54735         Log: T_w_e_a_k_a_g_e.
54736      Branch: perl
54737            ! pod/perldata.pod pod/perldiag.pod
54738 ____________________________________________________________________________
54739 [  9915] By: jhi                                   on 2001/04/30  12:39:29
54740         Log: Install s2p also as psed.
54741              
54742              TODO: psed documentation?
54743      Branch: perl
54744            ! installperl
54745 ____________________________________________________________________________
54746 [  9914] By: jhi                                   on 2001/04/30  12:29:21
54747         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
54748              From: Jens Hamisch <jens@Strawberry.COM>
54749              Date: Fri, 27 Apr 2001 17:00:36 +0200
54750              Message-ID: <20010427170036.K1372@Strawberry.COM>
54751              
54752              SOCKS5_VERSION_NAME is the right symbol to detect
54753              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
54754              function called socks5_init() is available, and even that is
54755              not universal, most SOCKS5 installations use SOCKSinit()).
54756      Branch: perl
54757            ! perlio.c
54758 ____________________________________________________________________________
54759 [  9913] By: jhi                                   on 2001/04/30  12:22:15
54760         Log: Allow a zero timeout on IO::Socket accept and connect--
54761              though one really shouldn't do that.  Based on
54762              
54763              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
54764              From: "John Holdsworth" <coldwave@bigfoot.com>
54765              Date: Sun, 4 Feb 2001 12:48:18 +0100
54766              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
54767      Branch: perl
54768            ! ext/IO/lib/IO/Socket.pm
54769 ____________________________________________________________________________
54770 [  9912] By: jhi                                   on 2001/04/30  11:27:27
54771         Log: Save the spot of regprev (see #9911) for binary compatibility;
54772              regen API.
54773      Branch: perl
54774            ! embedvar.h perlapi.h thrdvar.h
54775 ____________________________________________________________________________
54776 [  9911] By: jhi                                   on 2001/04/30  11:22:03
54777         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
54778              From: Hugo <hv@crypt.compulink.co.uk>
54779              Date: Sun, 29 Apr 2001 17:09:30 +0100
54780              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
54781      Branch: perl
54782            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
54783 ____________________________________________________________________________
54784 [  9910] By: jhi                                   on 2001/04/30  11:15:12
54785         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
54786              a dummy for PL_numeric_radix); no pressing reason to break
54787              binary compatibility; regen API.
54788      Branch: perl
54789            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
54790            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
54791 ____________________________________________________________________________
54792 [  9909] By: jhi                                   on 2001/04/30  10:56:08
54793         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
54794              From: Walt Mankowski <waltman@netaxs.com>
54795              Date: Sun, 29 Apr 2001 21:53:48 -0400
54796              Message-ID: <20010429215348.A3971@netaxs.com>
54797      Branch: perl
54798            ! pod/perlfunc.pod
54799 ____________________________________________________________________________
54800 [  9908] By: jhi                                   on 2001/04/30  10:49:40
54801         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
54802      Branch: perl
54803            ! t/lib/selfstubber.t
54804 ____________________________________________________________________________
54805 [  9907] By: nick                                  on 2001/04/30  09:26:50
54806         Log: Integrate mainline.
54807      Branch: perlio
54808           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
54809 ____________________________________________________________________________
54810 [  9906] By: jhi                                   on 2001/04/29  23:24:20
54811         Log: Abigail spotted a thinko in #9905.
54812      Branch: perl
54813            ! pod/perldiag.pod
54814 ____________________________________________________________________________
54815 [  9905] By: jhi                                   on 2001/04/29  15:55:39
54816         Log: Changed the underscore/undebar syntax in numeric constants;
54817              now any grouping will do, as long as the underscores are not
54818              consecutive (so "zero-grouping" is out), and they do not begin
54819              or end the integer or fractional parts.
54820      Branch: perl
54821            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
54822 ____________________________________________________________________________
54823 [  9904] By: nick                                  on 2001/04/29  15:43:22
54824         Log: Integrate mainline.
54825      Branch: perlio
54826           +> (branch 98 files)
54827            - lib/unicode/Block.pl
54828            - lib/unicode/In/AlphabeticPresentationForms.pl
54829            - lib/unicode/In/Arabic.pl
54830            - lib/unicode/In/ArabicPresentationForms-A.pl
54831            - lib/unicode/In/ArabicPresentationForms-B.pl
54832            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
54833            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
54834            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
54835            - lib/unicode/In/BopomofoExtended.pl
54836            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
54837            - lib/unicode/In/CJKCompatibility.pl
54838            - lib/unicode/In/CJKCompatibilityForms.pl
54839            - lib/unicode/In/CJKCompatibilityIdeographs.pl
54840            - lib/unicode/In/CJKRadicalsSupplement.pl
54841            - lib/unicode/In/CJKSymbolsandPunctuation.pl
54842            - lib/unicode/In/CJKUnifiedIdeographs.pl
54843            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
54844            - lib/unicode/In/Cherokee.pl
54845            - lib/unicode/In/CombiningDiacriticalMarks.pl
54846            - lib/unicode/In/CombiningHalfMarks.pl
54847            - lib/unicode/In/CombiningMarksforSymbols.pl
54848            - lib/unicode/In/ControlPictures.pl
54849            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
54850            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
54851            - lib/unicode/In/EnclosedAlphanumerics.pl
54852            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
54853            - lib/unicode/In/Ethiopic.pl
54854            - lib/unicode/In/GeneralPunctuation.pl
54855            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
54856            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
54857            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
54858            - lib/unicode/In/HalfwidthandFullwidthForms.pl
54859            - lib/unicode/In/HangulCompatibilityJamo.pl
54860            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
54861            - lib/unicode/In/Hebrew.pl
54862            - lib/unicode/In/HighPrivateUseSurrogates.pl
54863            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
54864            - lib/unicode/In/IPAExtensions.pl
54865            - lib/unicode/In/IdeographicDescriptionCharacters.pl
54866            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
54867            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
54868            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
54869            - lib/unicode/In/Latin-1Supplement.pl
54870            - lib/unicode/In/LatinExtended-A.pl
54871            - lib/unicode/In/LatinExtended-B.pl
54872            - lib/unicode/In/LatinExtendedAdditional.pl
54873            - lib/unicode/In/LetterlikeSymbols.pl
54874            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
54875            - lib/unicode/In/MathematicalOperators.pl
54876            - lib/unicode/In/MiscellaneousSymbols.pl
54877            - lib/unicode/In/MiscellaneousTechnical.pl
54878            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
54879            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
54880            - lib/unicode/In/OpticalCharacterRecognition.pl
54881            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
54882            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
54883            - lib/unicode/In/SmallFormVariants.pl
54884            - lib/unicode/In/SpacingModifierLetters.pl
54885            - lib/unicode/In/Specials.pl
54886            - lib/unicode/In/SuperscriptsandSubscripts.pl
54887            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
54888            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
54889            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
54890            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
54891            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
54892           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
54893           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
54894           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
54895           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
54896           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
54897           !> utf8.c win32/Makefile
54898 ____________________________________________________________________________
54899 [  9903] By: jhi                                   on 2001/04/29  14:30:53
54900         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
54901              From: Prymmer/Kahn <pvhp@best.com>
54902              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
54903              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
54904      Branch: perl
54905            ! win32/Makefile
54906 ____________________________________________________________________________
54907 [  9902] By: jhi                                   on 2001/04/29  02:52:44
54908         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
54909              From: "Abigail" <abigail@foad.org>
54910              Date: Sun, 29 Apr 2001 03:14:25 +0200
54911              Message-ID: <20010429011425.24503.qmail@foad.org>
54912      Branch: perl
54913            ! ext/IO/lib/IO/Seekable.pm
54914 ____________________________________________________________________________
54915 [  9901] By: jhi                                   on 2001/04/29  02:04:46
54916         Log: In character classes one couldn't have 0x80..0xff characters
54917              at the left hand side if there were 0x100.. characters in the
54918              character class.
54919      Branch: perl
54920            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
54921            ! t/op/pat.t utf8.c
54922 ____________________________________________________________________________
54923 [  9900] By: jhi                                   on 2001/04/28  22:55:04
54924         Log: Forgot the latest mktables.PL from #9899.
54925      Branch: perl
54926            ! lib/unicode/mktables.PL
54927 ____________________________________________________________________________
54928 [  9899] By: jhi                                   on 2001/04/28  22:53:28
54929         Log: Explain the \p{} and \P{} error message better and
54930              have prettier prettyprint in In.pl.
54931      Branch: perl
54932            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
54933            ! pod/perldiag.pod
54934 ____________________________________________________________________________
54935 [  9898] By: jhi                                   on 2001/04/28  21:03:34
54936         Log: Add one possible explanation for the "Invalid [] range" error.
54937      Branch: perl
54938            ! pod/perldiag.pod
54939 ____________________________________________________________________________
54940 [  9897] By: jhi                                   on 2001/04/28  17:18:26
54941         Log: Add a level of indirection to the implementation of \p{InFoo}
54942              so that we don't have to have long filenames.  (Nothing changes
54943              in the user interface.)   The indirection is defined in
54944              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
54945              Also rename some the character classes by removing '-' from
54946              the classnames, and finally renamed Block.pl as Blocks.pl.
54947      Branch: perl
54948            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
54949            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
54950            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
54951            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
54952            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
54953            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
54954            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
54955            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
54956            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
54957            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
54958            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
54959            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
54960            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
54961            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
54962            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
54963            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
54964            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
54965            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
54966            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
54967            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
54968            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
54969            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
54970            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
54971            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
54972            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
54973            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
54974            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
54975            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
54976            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
54977            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
54978            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
54979            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
54980            + lib/unicode/In/94.pl lib/unicode/In/95.pl
54981            - lib/unicode/Block.pl
54982            - lib/unicode/In/AlphabeticPresentationForms.pl
54983            - lib/unicode/In/Arabic.pl
54984            - lib/unicode/In/ArabicPresentationForms-A.pl
54985            - lib/unicode/In/ArabicPresentationForms-B.pl
54986            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
54987            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
54988            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
54989            - lib/unicode/In/BopomofoExtended.pl
54990            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
54991            - lib/unicode/In/CJKCompatibility.pl
54992            - lib/unicode/In/CJKCompatibilityForms.pl
54993            - lib/unicode/In/CJKCompatibilityIdeographs.pl
54994            - lib/unicode/In/CJKRadicalsSupplement.pl
54995            - lib/unicode/In/CJKSymbolsandPunctuation.pl
54996            - lib/unicode/In/CJKUnifiedIdeographs.pl
54997            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
54998            - lib/unicode/In/Cherokee.pl
54999            - lib/unicode/In/CombiningDiacriticalMarks.pl
55000            - lib/unicode/In/CombiningHalfMarks.pl
55001            - lib/unicode/In/CombiningMarksforSymbols.pl
55002            - lib/unicode/In/ControlPictures.pl
55003            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
55004            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
55005            - lib/unicode/In/EnclosedAlphanumerics.pl
55006            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
55007            - lib/unicode/In/Ethiopic.pl
55008            - lib/unicode/In/GeneralPunctuation.pl
55009            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
55010            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
55011            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
55012            - lib/unicode/In/HalfwidthandFullwidthForms.pl
55013            - lib/unicode/In/HangulCompatibilityJamo.pl
55014            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
55015            - lib/unicode/In/Hebrew.pl
55016            - lib/unicode/In/HighPrivateUseSurrogates.pl
55017            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
55018            - lib/unicode/In/IPAExtensions.pl
55019            - lib/unicode/In/IdeographicDescriptionCharacters.pl
55020            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
55021            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
55022            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
55023            - lib/unicode/In/Latin-1Supplement.pl
55024            - lib/unicode/In/LatinExtended-A.pl
55025            - lib/unicode/In/LatinExtended-B.pl
55026            - lib/unicode/In/LatinExtendedAdditional.pl
55027            - lib/unicode/In/LetterlikeSymbols.pl
55028            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
55029            - lib/unicode/In/MathematicalOperators.pl
55030            - lib/unicode/In/MiscellaneousSymbols.pl
55031            - lib/unicode/In/MiscellaneousTechnical.pl
55032            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
55033            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
55034            - lib/unicode/In/OpticalCharacterRecognition.pl
55035            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
55036            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
55037            - lib/unicode/In/SmallFormVariants.pl
55038            - lib/unicode/In/SpacingModifierLetters.pl
55039            - lib/unicode/In/Specials.pl
55040            - lib/unicode/In/SuperscriptsandSubscripts.pl
55041            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
55042            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
55043            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
55044            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
55045            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
55046            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
55047            ! pod/perlunicode.pod
55048 ____________________________________________________________________________
55049 [  9896] By: jhi                                   on 2001/04/28  14:33:17
55050         Log: Update the information on shared library path on HP-UX.
55051      Branch: perl
55052            ! INSTALL
55053 ____________________________________________________________________________
55054 [  9895] By: jhi                                   on 2001/04/28  14:32:30
55055         Log: Because #9894 seems to do the trick, this workaround can be removed.
55056      Branch: perl
55057            ! t/lib/selfstubber.t
55058 ____________________________________________________________________________
55059 [  9894] By: jhi                                   on 2001/04/28  14:26:13
55060         Log: For PerlIO flush the children's file handles (on fork/exec/system).
55061      Branch: perl
55062            ! perl.h
55063 ____________________________________________________________________________
55064 [  9893] By: jhi                                   on 2001/04/28  14:23:15
55065         Log: Test tweak for #9891.
55066      Branch: perl
55067            ! t/lib/b-deparse.t
55068 ____________________________________________________________________________
55069 [  9892] By: jhi                                   on 2001/04/28  14:10:13
55070         Log: New HP-UX hints from Merijn.
55071      Branch: perl
55072            ! hints/hpux.sh
55073 ____________________________________________________________________________
55074 [  9891] By: jhi                                   on 2001/04/28  14:07:27
55075         Log: Subject: [PATCH B::Deparse] non-block scopes
55076              From: Robin Houston <robin@kitsite.com>
55077              Date: Fri, 27 Apr 2001 19:15:14 +0100
55078              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
55079      Branch: perl
55080            ! ext/B/B/Deparse.pm
55081 ____________________________________________________________________________
55082 [  9890] By: nick                                  on 2001/04/27  19:41:25
55083         Log: Integrate mainline
55084      Branch: perlio
55085           +> t/lib/selfstubber.t
55086           !> (integrate 50 files)
55087 ____________________________________________________________________________
55088 [  9889] By: jhi                                   on 2001/04/27  18:23:46
55089         Log: Subject: Re: selfstubber test fail on bleadperl
55090              From: Mike Guy <mjtg@cam.ac.uk>
55091              Date: Fri, 27 Apr 2001 19:31:18 +0100
55092              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
55093      Branch: perl
55094            ! t/lib/selfstubber.t
55095 ____________________________________________________________________________
55096 [  9888] By: jhi                                   on 2001/04/27  16:20:54
55097         Log: Test tweak for #9886.
55098      Branch: perl
55099            ! t/lib/b-deparse.t
55100 ____________________________________________________________________________
55101 [  9887] By: jhi                                   on 2001/04/27  16:16:33
55102         Log: Buffering issue at least in Solaris (even with perlio).
55103      Branch: perl
55104            ! t/lib/selfstubber.t
55105 ____________________________________________________________________________
55106 [  9886] By: jhi                                   on 2001/04/27  14:59:23
55107         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
55108              From: Robin Houston <robin@kitsite.com>
55109              Date: Fri, 27 Apr 2001 16:53:20 +0100
55110              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
55111      Branch: perl
55112            ! ext/B/B/Deparse.pm
55113 ____________________________________________________________________________
55114 [  9885] By: jhi                                   on 2001/04/27  14:23:51
55115         Log: Update Changes.
55116      Branch: perl
55117            ! Changes patchlevel.h
55118 ____________________________________________________________________________
55119 [  9884] By: jhi                                   on 2001/04/27  14:14:12
55120         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
55121              From: "Philip Newton" <pnewton@gmx.de>
55122              Date: Fri, 27 Apr 2001 16:40:13 +0200
55123              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
55124      Branch: perl
55125            ! pod/perldata.pod
55126 ____________________________________________________________________________
55127 [  9883] By: jhi                                   on 2001/04/27  13:28:19
55128         Log: Add LOG_PERROR; prettify the "removed".
55129      Branch: perl
55130            ! ext/Sys/Syslog/Syslog.xs
55131 ____________________________________________________________________________
55132 [  9882] By: jhi                                   on 2001/04/27  13:13:18
55133         Log: h2xs tweaks: use NV instead of double, "quote" the removed
55134              prefixes for clarity (especially when nothing is removed),
55135              slight pod reformats.
55136      Branch: perl
55137            ! utils/h2xs.PL
55138 ____________________________________________________________________________
55139 [  9881] By: jhi                                   on 2001/04/27  12:58:48
55140         Log: Don't bother creating existing directories.
55141      Branch: perl
55142            ! utils/h2xs.PL
55143 ____________________________________________________________________________
55144 [  9880] By: jhi                                   on 2001/04/27  12:45:39
55145         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
55146              From: Mike Schilli <m@perlmeister.com>
55147              Date: Wed, 25 Apr 2001 01:29:21 -0700
55148              Message-id: <3AE68AE1.6A981723@perlmeister.com>
55149      Branch: perl
55150            ! utils/h2xs.PL
55151 ____________________________________________________________________________
55152 [  9879] By: jhi                                   on 2001/04/27  12:40:55
55153         Log: break is not yet Perl.  Added the template license also to README.
55154      Branch: perl
55155            ! utils/h2xs.PL
55156 ____________________________________________________________________________
55157 [  9878] By: jhi                                   on 2001/04/27  03:08:20
55158         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
55159              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55160              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
55161              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
55162      Branch: perl
55163            ! t/lib/xs-typemap.t
55164 ____________________________________________________________________________
55165 [  9877] By: jhi                                   on 2001/04/26  23:54:40
55166         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
55167              From: "Abigail" <abigail@foad.org>
55168              Date: Fri, 27 Apr 2001 01:44:28 +0200
55169              Message-ID: <20010426234428.19786.qmail@foad.org>
55170      Branch: perl
55171            ! utils/h2xs.PL
55172 ____________________________________________________________________________
55173 [  9876] By: jhi                                   on 2001/04/26  23:52:06
55174         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
55175              From: Peter Prymmer <pvhp@forte.com>
55176              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
55177              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
55178      Branch: perl
55179            ! t/lib/selfstubber.t
55180 ____________________________________________________________________________
55181 [  9875] By: jhi                                   on 2001/04/26  23:48:10
55182         Log: Deparse nits.
55183      Branch: perl
55184            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
55185 ____________________________________________________________________________
55186 [  9874] By: jhi                                   on 2001/04/26  22:46:05
55187         Log: Document ANYOF_CLASS.
55188      Branch: perl
55189            ! regcomp.h
55190 ____________________________________________________________________________
55191 [  9873] By: jhi                                   on 2001/04/26  22:35:03
55192         Log: Subject: Re: [PATCH @9846] dumping ANYOF
55193              From: Hugo <hv@crypt.compulink.co.uk>
55194              Date: Thu, 26 Apr 2001 23:33:38 +0100
55195              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
55196      Branch: perl
55197            ! regcomp.c regcomp.h
55198 ____________________________________________________________________________
55199 [  9872] By: jhi                                   on 2001/04/26  22:34:31
55200         Log: Subject: [PATCH] more for Devel::SelfStubber
55201              From: Nicholas Clark <nick@ccl4.org>
55202              Date: Fri, 27 Apr 2001 00:13:52 +0100
55203              Message-ID: <20010427001351.K88186@plum.flirble.org>
55204      Branch: perl
55205            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
55206 ____________________________________________________________________________
55207 [  9871] By: jhi                                   on 2001/04/26  21:59:17
55208         Log: Subject: [PATCH B::Deparse] formats must be flush left
55209              From: Robin Houston <robin@kitsite.com>
55210              Date: Thu, 26 Apr 2001 23:54:29 +0100
55211              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
55212      Branch: perl
55213            ! ext/B/B/Deparse.pm
55214 ____________________________________________________________________________
55215 [  9870] By: jhi                                   on 2001/04/26  21:57:37
55216         Log: If some of the constants are prefixes of others,
55217              the prefixes may never get recognized.  (See 20010426.006.)
55218      Branch: perl
55219            ! utils/h2xs.PL
55220 ____________________________________________________________________________
55221 [  9869] By: jhi                                   on 2001/04/26  21:50:42
55222         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
55223              From: Chris Bongaarts <cab@tc.umn.edu>
55224              Date: Thu, 26 Apr 2001 17:10:31 -0500
55225              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
55226      Branch: perl
55227            ! ext/Sys/Syslog/Syslog.xs
55228 ____________________________________________________________________________
55229 [  9868] By: jhi                                   on 2001/04/26  21:35:12
55230         Log: Further cuts and more docs from Graham Barr.
55231      Branch: perl
55232            ! ext/List/Util/lib/List/Util.pm
55233            ! ext/List/Util/lib/Scalar/Util.pm
55234 ____________________________________________________________________________
55235 [  9867] By: jhi                                   on 2001/04/26  21:18:57
55236         Log: Subject: [PATCH 5.7.1] DB_File-1.77
55237              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
55238              Date: Thu, 26 Apr 2001 22:37:53 +0100
55239              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
55240      Branch: perl
55241            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
55242            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
55243 ____________________________________________________________________________
55244 [  9866] By: jhi                                   on 2001/04/26  21:12:31
55245         Log: Subject: [PATCH B::Deparse] fix easy bugs
55246              From: Robin Houston <robin@kitsite.com>
55247              Date: Thu, 26 Apr 2001 23:03:33 +0100
55248              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
55249      Branch: perl
55250            ! ext/B/B/Deparse.pm
55251 ____________________________________________________________________________
55252 [  9865] By: jhi                                   on 2001/04/26  20:26:13
55253         Log: Update Changes.
55254      Branch: perl
55255            ! Changes patchlevel.h
55256 ____________________________________________________________________________
55257 [  9864] By: jhi                                   on 2001/04/26  19:27:48
55258         Log: Dethinko from Robin Houston.
55259      Branch: perl
55260            ! ext/B/B/Deparse.pm
55261 ____________________________________________________________________________
55262 [  9863] By: jhi                                   on 2001/04/26  19:10:35
55263         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
55264              From: Robin Houston <robin@kitsite.com>
55265              Date: Thu, 26 Apr 2001 21:08:32 +0100
55266              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
55267      Branch: perl
55268            ! ext/B/B/Deparse.pm
55269 ____________________________________________________________________________
55270 [  9862] By: jhi                                   on 2001/04/26  19:04:23
55271         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
55272              From: Robin Houston <robin@kitsite.com>
55273              Date: Thu, 26 Apr 2001 20:52:50 +0100
55274              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
55275      Branch: perl
55276            ! ext/B/B/Deparse.pm
55277 ____________________________________________________________________________
55278 [  9861] By: jhi                                   on 2001/04/26  18:56:14
55279         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
55280              From: Mike Guy <mjtg@cam.ac.uk>
55281              Date: Thu, 26 Apr 2001 14:22:40 +0100
55282              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
55283      Branch: perl
55284            ! pod/perlobj.pod
55285 ____________________________________________________________________________
55286 [  9860] By: jhi                                   on 2001/04/26  18:46:42
55287         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
55288              From: Robin Houston <robin@kitsite.com>
55289              Date: Thu, 26 Apr 2001 20:34:29 +0100
55290              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
55291              
55292              Hashes do not interpolate.
55293      Branch: perl
55294            ! ext/B/B/Deparse.pm
55295 ____________________________________________________________________________
55296 [  9859] By: jhi                                   on 2001/04/26  18:43:51
55297         Log: Subject: The Time::Piece conspiracy unmasked!!!
55298              From: Mike Guy <mjtg@cam.ac.uk>
55299              Date: Thu, 26 Apr 2001 19:02:50 +0100
55300              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
55301              
55302              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
55303              From: Mike Guy <mjtg@cam.ac.uk>
55304              Date: Thu, 26 Apr 2001 19:08:21 +0100
55305              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
55306              
55307              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
55308              From: Graham Barr <gbarr@pobox.com>
55309              Date: Thu, 26 Apr 2001 19:12:03 +0100
55310              Message-ID: <20010426191203.A70835@pobox.com>
55311              
55312              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
55313      Branch: perl
55314            ! ext/List/Util/lib/List/Util.pm
55315            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
55316 ____________________________________________________________________________
55317 [  9858] By: jhi                                   on 2001/04/26  18:17:42
55318         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
55319              From: Robin Houston <robin@kitsite.com>
55320              Date: Thu, 26 Apr 2001 16:09:35 +0100
55321              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
55322      Branch: perl
55323            ! t/comp/proto.t
55324 ____________________________________________________________________________
55325 [  9857] By: jhi                                   on 2001/04/26  18:04:59
55326         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
55327              From: barries <barries@slaysys.com>
55328              Date: Thu, 26 Apr 2001 12:01:10 -0400
55329              Message-ID: <20010426120110.E29698@jester.slaysys.com>
55330      Branch: perl
55331            ! pod/perldiag.pod
55332 ____________________________________________________________________________
55333 [  9856] By: jhi                                   on 2001/04/26  18:03:33
55334         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
55335              Date: Thu, 26 Apr 2001 17:13:41 +0100
55336              From: Robin Houston <robin@kitsite.com>
55337              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
55338              
55339              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
55340              From: Robin Houston <robin@kitsite.com>
55341              Date: Thu, 26 Apr 2001 18:44:29 +0100
55342              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
55343      Branch: perl
55344            ! ext/B/B/Deparse.pm
55345 ____________________________________________________________________________
55346 [  9855] By: jhi                                   on 2001/04/26  17:56:04
55347         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
55348              From: Robin Houston <robin@kitsite.com>
55349              Date: Thu, 26 Apr 2001 17:04:08 +0100
55350              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
55351      Branch: perl
55352            ! ext/B/B/Deparse.pm
55353 ____________________________________________________________________________
55354 [  9854] By: jhi                                   on 2001/04/26  17:47:26
55355         Log: Subject: Re: Short test case for undef %stash:: crash
55356              From: Benjamin Sugars <bsugars@canoe.ca> 
55357              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
55358              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
55359              Changed and moved the perldiag entry.
55360      Branch: perl
55361            ! gv.c pod/perldiag.pod
55362 ____________________________________________________________________________
55363 [  9853] By: jhi                                   on 2001/04/26  14:35:16
55364         Log: Beginnings of strptime().  Do not touch the wet paint.
55365      Branch: perl
55366            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
55367 ____________________________________________________________________________
55368 [  9852] By: jhi                                   on 2001/04/26  13:17:21
55369         Log: Retract #9851, core dumps from pod2man.
55370      Branch: perl
55371            ! regcomp.c
55372 ____________________________________________________________________________
55373 [  9851] By: jhi                                   on 2001/04/26  11:54:41
55374         Log: (Retracted by #9852.)
55375              
55376              Subject: [PATCH @9846] dumping ANYOF
55377              From: Hugo <hv@crypt.compulink.co.uk>
55378              Date: Thu, 26 Apr 2001 05:32:38 +0100
55379              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
55380      Branch: perl
55381            ! regcomp.c
55382 ____________________________________________________________________________
55383 [  9850] By: jhi                                   on 2001/04/26  02:34:44
55384         Log: If ccflags was empty the _previous_ $* containing all the
55385              environment variables and Configure variables was used,
55386              which lead, among other bad things, into $ccflags being your
55387              uname -a output, which lead into test compile with cc failing,
55388              which lead into gcc being selected, which didn't work that well
55389              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
55390              with large files, et cetera.
55391      Branch: perl
55392            ! hints/hpux.sh
55393 ____________________________________________________________________________
55394 [  9849] By: jhi                                   on 2001/04/26  01:44:57
55395         Log: Make selfstubber test more portable.
55396      Branch: perl
55397            ! t/lib/selfstubber.t
55398 ____________________________________________________________________________
55399 [  9848] By: jhi                                   on 2001/04/26  00:50:26
55400         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
55401              From: Benjamin Sugars <ben.sugars@home.com>
55402              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
55403              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
55404      Branch: perl
55405            ! ext/Cwd/Cwd.xs
55406 ____________________________________________________________________________
55407 [  9847] By: jhi                                   on 2001/04/26  00:46:58
55408         Log: Subject: [PATCH: perl@9841] VMS updates
55409              From: Peter Prymmer <pvhp@forte.com>
55410              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
55411              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
55412      Branch: perl
55413            ! README.vms configure.com vms/descrip_mms.template
55414            ! vms/ext/filespec.t
55415 ____________________________________________________________________________
55416 [  9846] By: jhi                                   on 2001/04/26  00:11:56
55417         Log: re 'debug' was broken by #9084.
55418      Branch: perl
55419            ! ext/re/re.xs
55420 ____________________________________________________________________________
55421 [  9845] By: jhi                                   on 2001/04/25  22:33:17
55422         Log: Subject: [PATCH] test for Devel::SelfStubber
55423              From: Nicholas Clark <nick@ccl4.org>
55424              Date: Thu, 26 Apr 2001 00:00:54 +0100
55425              Message-ID: <20010426000054.D89026@plum.flirble.org>
55426      Branch: perl
55427            + t/lib/selfstubber.t
55428            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
55429 ____________________________________________________________________________
55430 [  9844] By: jhi                                   on 2001/04/25  22:29:32
55431         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
55432              From: Paul Johnson <paul@pjcj.net>
55433              Date: Thu, 26 Apr 2001 00:46:08 +0200
55434              Message-ID: <20010426004608.H2338@pjcj.net>
55435      Branch: perl
55436            ! ext/B/B/Concise.pm
55437 ____________________________________________________________________________
55438 [  9843] By: jhi                                   on 2001/04/25  22:28:28
55439         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
55440              From: Peter Prymmer <pvhp@forte.com>
55441              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
55442              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
55443      Branch: perl
55444            ! ext/Cwd/Cwd.xs
55445 ____________________________________________________________________________
55446 [  9842] By: jhi                                   on 2001/04/25  20:58:12
55447         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
55448              From: John Peacock <jpeacock@rowman.com>
55449              Date: Wed, 25 Apr 2001 17:30:26 -0400
55450              Message-ID: <3AE741F2.B3217464@rowman.com>
55451      Branch: perl
55452            ! lib/Math/BigInt.pm t/lib/bigintpm.t
55453 ____________________________________________________________________________
55454 [  9841] By: jhi                                   on 2001/04/25  20:07:05
55455         Log: Update Changes.
55456      Branch: perl
55457            ! Changes patchlevel.h
55458 ____________________________________________________________________________
55459 [  9840] By: jhi                                   on 2001/04/25  19:56:51
55460         Log: Yet another HP-UX hints version from Merijn.
55461      Branch: perl
55462            ! hints/hpux.sh
55463 ____________________________________________________________________________
55464 [  9839] By: jhi                                   on 2001/04/25  19:53:04
55465         Log: abs_path() didn't terminate the filename correctly,
55466              in DIRNAMLENless systems like HP-UX this would fail.
55467      Branch: perl
55468            ! ext/Cwd/Cwd.xs
55469 ____________________________________________________________________________
55470 [  9838] By: jhi                                   on 2001/04/25  16:37:26
55471         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
55472              From: Mike Guy <mjtg@cam.ac.uk>
55473              Date: Wed, 25 Apr 2001 18:31:47 +0100
55474              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
55475      Branch: perl
55476            ! op.c
55477 ____________________________________________________________________________
55478 [  9837] By: jhi                                   on 2001/04/25  16:21:53
55479         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
55480              From: Jon Eveland <jweveland@yahoo.com>
55481              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
55482              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
55483      Branch: perl
55484            ! lib/perl5db.pl
55485 ____________________________________________________________________________
55486 [  9836] By: jhi                                   on 2001/04/25  14:17:50
55487         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
55488              From: "Philip Newton" <pnewton@gmx.de>
55489              Date: Wed, 25 Apr 2001 17:05:58 +0200
55490              Message-ID: <3AE703F6.3234.1833C45@localhost>
55491      Branch: perl
55492            ! Porting/patching.pod
55493 ____________________________________________________________________________
55494 [  9835] By: jhi                                   on 2001/04/25  13:58:07
55495         Log: It would seem that both ar and full_ar need to be overridden
55496              for HP-UX to avoid the GNU ar.
55497      Branch: perl
55498            ! hints/hpux.sh
55499 ____________________________________________________________________________
55500 [  9834] By: jhi                                   on 2001/04/25  13:50:40
55501         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
55502              From: "Philip Newton" <pnewton@gmx.de>
55503              Date: Wed, 25 Apr 2001 16:09:23 +0200
55504              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
55505              
55506              Detypo.
55507      Branch: perl
55508            ! t/op/misc.t
55509 ____________________________________________________________________________
55510 [  9833] By: jhi                                   on 2001/04/25  12:36:11
55511         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
55512      Branch: perl
55513            ! hints/hpux.sh
55514 ____________________________________________________________________________
55515 [  9832] By: jhi                                   on 2001/04/25  12:33:36
55516         Log: New version of HP-UX hints from Merijn.
55517      Branch: perl
55518            ! hints/hpux.sh
55519 ____________________________________________________________________________
55520 [  9831] By: jhi                                   on 2001/04/25  03:39:45
55521         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
55522      Branch: perl
55523            ! hints/hpux.sh
55524 ____________________________________________________________________________
55525 [  9830] By: jhi                                   on 2001/04/25  02:53:25
55526         Log: The tzname[] bit is not needed by util.c -- and causes
55527              heartburn in VMS (and it missing was probably the cause of
55528              the Mac OS X trouble).  Ouch.
55529      Branch: perl
55530            ! ext/POSIX/POSIX.xs util.c
55531 ____________________________________________________________________________
55532 [  9829] By: jhi                                   on 2001/04/25  00:10:06
55533         Log: Metaconfig unit change for #9828.
55534      Branch: metaconfig
55535            ! U/compline/ccflags.U
55536 ____________________________________________________________________________
55537 [  9828] By: jhi                                   on 2001/04/25  00:04:18
55538         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
55539              (which is actually the reason for the change, we need to pass
55540              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
55541              EP/IX, OS/2, and TitanOS, based on the hints files.
55542      Branch: perl
55543            ! Configure config_h.SH
55544 ____________________________________________________________________________
55545 [  9827] By: jhi                                   on 2001/04/24  23:49:20
55546         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
55547              the $cat must have an absolute path.
55548      Branch: perl
55549            ! makedepend.SH
55550 ____________________________________________________________________________
55551 [  9826] By: jhi                                   on 2001/04/24  23:40:53
55552         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
55553      Branch: perl
55554            ! README.amiga
55555 ____________________________________________________________________________
55556 [  9825] By: jhi                                   on 2001/04/24  23:35:35
55557         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
55558              From: "Philip Newton" <pnewton@gmx.de>
55559              Date: Tue, 24 Apr 2001 18:52:49 +0200
55560              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
55561      Branch: perl
55562            ! x2p/find2perl.PL
55563 ____________________________________________________________________________
55564 [  9824] By: jhi                                   on 2001/04/24  23:33:07
55565         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
55566              Some gcc specifics dropped out due to extensive rewriting;
55567              will be put back later as needed.
55568      Branch: perl
55569            ! hints/hpux.sh
55570 ____________________________________________________________________________
55571 [  9823] By: jhi                                   on 2001/04/24  23:27:57
55572         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
55573      Branch: perl
55574            ! ext/POSIX/POSIX.xs
55575 ____________________________________________________________________________
55576 [  9822] By: jhi                                   on 2001/04/24  23:25:21
55577         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
55578              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55579              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
55580              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
55581      Branch: perl
55582            ! ext/XS/Typemap/Typemap.xs
55583 ____________________________________________________________________________
55584 [  9821] By: jhi                                   on 2001/04/24  23:24:10
55585         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
55586              From: "Abigail" <abigail@foad.org>
55587              Date: Tue, 24 Apr 2001 23:12:03 +0200
55588              Message-ID: <20010424211203.7901.qmail@foad.org>
55589      Branch: perl
55590            ! pod/perlport.pod
55591 ____________________________________________________________________________
55592 [  9820] By: jhi                                   on 2001/04/24  23:23:15
55593         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
55594              From: Matt Sergeant <matt@sergeant.org>
55595              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
55596              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
55597      Branch: perl
55598            ! pod/perlfaq4.pod
55599 ____________________________________________________________________________
55600 [  9819] By: nick                                  on 2001/04/24  18:49:43
55601         Log: Integrate mainline.
55602      Branch: perlio
55603           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
55604           !> (integrate 37 files)
55605 ____________________________________________________________________________
55606 [  9818] By: jhi                                   on 2001/04/24  14:35:23
55607         Log: Update Changes.
55608      Branch: perl
55609            ! Changes patchlevel.h
55610 ____________________________________________________________________________
55611 [  9817] By: jhi                                   on 2001/04/24  14:09:17
55612         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
55613              From: "Philip Newton" <pnewton@gmx.de>
55614              Date: Tue, 24 Apr 2001 12:58:12 +0200
55615              Message-ID: <3AE57864.8304.B77A0A@localhost> 
55616              
55617              plus add CPAN to the list of modules that have their own tests.
55618      Branch: perl
55619            ! t/lib/1_compile.t
55620 ____________________________________________________________________________
55621 [  9816] By: jhi                                   on 2001/04/24  14:07:03
55622         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
55623              From: Michael G Schwern <schwern@pobox.com>
55624              Date: Sat, 21 Apr 2001 22:35:00 +0100
55625              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
55626      Branch: perl
55627            ! t/lib/1_compile.t
55628 ____________________________________________________________________________
55629 [  9815] By: jhi                                   on 2001/04/24  13:54:32
55630         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
55631              From: Robin Houston <robin@kitsite.com>
55632              Date: Tue, 24 Apr 2001 15:51:18 +0100
55633              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
55634      Branch: perl
55635            ! ext/B/B/Deparse.pm
55636 ____________________________________________________________________________
55637 [  9814] By: jhi                                   on 2001/04/24  13:17:34
55638         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
55639              From: Bill Glicker <billg@burrelles.com>
55640              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
55641              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
55642      Branch: perl
55643            ! hints/svr5.sh
55644 ____________________________________________________________________________
55645 [  9813] By: jhi                                   on 2001/04/24  12:54:23
55646         Log: Prevent path disclosure (probing for existence of filenames)
55647              using suidperl; bug id 20010322.218.
55648      Branch: perl
55649            ! perl.c pod/perldiag.pod
55650 ____________________________________________________________________________
55651 [  9812] By: jhi                                   on 2001/04/24  12:08:36
55652         Log: Retract #9811.
55653      Branch: perl
55654            ! ext/POSIX/POSIX.xs
55655 ____________________________________________________________________________
55656 [  9811] By: jhi                                   on 2001/04/24  11:57:35
55657         Log: (Retracted by #9812.)
55658      Branch: perl
55659            ! ext/POSIX/POSIX.xs
55660 ____________________________________________________________________________
55661 [  9810] By: jhi                                   on 2001/04/24  03:32:35
55662         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
55663      Branch: perl
55664            ! util.c
55665 ____________________________________________________________________________
55666 [  9809] By: jhi                                   on 2001/04/24  03:16:13
55667         Log: The Math::BigFloat::import() was broken.
55668              (Fixes bug id 20010422.002.)
55669      Branch: perl
55670            ! lib/Math/BigFloat.pm
55671 ____________________________________________________________________________
55672 [  9808] By: jhi                                   on 2001/04/24  01:11:40
55673         Log: Additional dependencies; should help for parallel makes
55674              not to fail on missing lib/lib.pm or lib/re.pm.
55675      Branch: perl
55676            ! Makefile.SH
55677 ____________________________________________________________________________
55678 [  9807] By: jhi                                   on 2001/04/24  00:57:01
55679         Log: Update the test failure disclaimer.
55680      Branch: perl
55681            ! t/pragma/warn/pp_hot
55682 ____________________________________________________________________________
55683 [  9806] By: jhi                                   on 2001/04/24  00:54:04
55684         Log: Add make target "install-all" which is alias for "install"
55685              to cater for case-preserving filesystems like HFS+.
55686      Branch: perl
55687            ! INSTALL Makefile.SH
55688 ____________________________________________________________________________
55689 [  9805] By: jhi                                   on 2001/04/24  00:47:28
55690         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
55691              From: Peter Prymmer <pvhp@forte.com>
55692              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
55693              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
55694              
55695              (Ken William's message forwarded from macosx@perl.org)
55696      Branch: perl
55697            ! hints/darwin.sh
55698 ____________________________________________________________________________
55699 [  9804] By: jhi                                   on 2001/04/23  23:57:35
55700         Log: Cut-and-pasto.
55701      Branch: perl
55702            ! perlio.c
55703 ____________________________________________________________________________
55704 [  9803] By: jhi                                   on 2001/04/23  23:52:25
55705         Log: More PerlIO robustness.
55706      Branch: perl
55707            ! perlio.c
55708 ____________________________________________________________________________
55709 [  9802] By: jhi                                   on 2001/04/23  23:43:35
55710         Log: Make the "STD* opened only for ..." errors more consistent.
55711      Branch: perl
55712            ! doio.c
55713 ____________________________________________________________________________
55714 [  9801] By: jhi                                   on 2001/04/23  23:34:26
55715         Log: Test case for #9800.
55716      Branch: perl
55717            ! t/op/misc.t
55718 ____________________________________________________________________________
55719 [  9800] By: jhi                                   on 2001/04/23  23:14:43
55720         Log: Avoid coredump on 'close STDERR; die' by making
55721              the PerlIO calls more robust.  Also use SETERRNO()
55722              instead of errno = to be more VMS-ready.
55723      Branch: perl
55724            ! perlio.c
55725 ____________________________________________________________________________
55726 [  9799] By: jhi                                   on 2001/04/23  21:41:10
55727         Log: Subject: test for ID 20010423.002
55728              From: Robin Houston <robin@kitsite.com>
55729              Date: Mon, 23 Apr 2001 16:52:21 +0100
55730              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
55731      Branch: perl
55732            ! t/op/avhv.t
55733 ____________________________________________________________________________
55734 [  9798] By: jhi                                   on 2001/04/23  21:40:07
55735         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
55736              From: David Dyck <dcd@tc.fluke.com>
55737              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
55738              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
55739      Branch: perl
55740            ! installperl
55741 ____________________________________________________________________________
55742 [  9797] By: jhi                                   on 2001/04/23  21:37:56
55743         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
55744              From: Benjamin Sugars <bsugars@canoe.ca>
55745              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
55746              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
55747      Branch: perl
55748            ! ext/Cwd/Cwd.xs lib/Cwd.pm
55749 ____________________________________________________________________________
55750 [  9796] By: jhi                                   on 2001/04/23  21:29:24
55751         Log: Synchronize h2xs and pod2man some more on the documentation
55752              templates they propose.
55753      Branch: perl
55754            ! pod/pod2man.PL utils/h2xs.PL
55755 ____________________________________________________________________________
55756 [  9795] By: jhi                                   on 2001/04/23  17:30:40
55757         Log: Add one more naughty test for base64; make encoding logic cleaner.
55758      Branch: perl
55759            ! t/lib/mimeb64.t
55760 ____________________________________________________________________________
55761 [  9794] By: jhi                                   on 2001/04/23  13:51:32
55762         Log: Update Changes.
55763      Branch: perl
55764            ! Changes patchlevel.h
55765 ____________________________________________________________________________
55766 [  9793] By: jhi                                   on 2001/04/23  13:44:18
55767         Log: Duplicate lines.
55768      Branch: perl
55769            ! MANIFEST
55770 ____________________________________________________________________________
55771 [  9792] By: jhi                                   on 2001/04/23  13:39:13
55772         Log: Subject: Re: PATCH 5.7.1
55773              From: Mark-Jason Dominus <mjd@plover.com>
55774              Date: Mon, 23 Apr 2001 10:30:21 -0400
55775              Message-ID: <20010423143021.17335.qmail@plover.com>
55776      Branch: perl
55777            ! perl.h sv.c
55778 ____________________________________________________________________________
55779 [  9791] By: jhi                                   on 2001/04/23  13:32:40
55780         Log: Add the CPAN.pm 1.59_54 tests.
55781      Branch: perl
55782            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
55783            ! MANIFEST
55784 ____________________________________________________________________________
55785 [  9790] By: jhi                                   on 2001/04/23  13:21:55
55786         Log: Subject: Deparse nit
55787              From: Robin Houston <robin@kitsite.com>
55788              Date: Mon, 23 Apr 2001 12:38:20 +0100
55789              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
55790      Branch: perl
55791            ! ext/B/B/Deparse.pm
55792 ____________________________________________________________________________
55793 [  9789] By: jhi                                   on 2001/04/23  13:19:07
55794         Log: Subject: [PATCH] bug 20010423.002
55795              From: Robin Houston <robin@kitsite.com>
55796              Date: Mon, 23 Apr 2001 13:12:30 +0100
55797              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
55798      Branch: perl
55799            ! pp.c
55800 ____________________________________________________________________________
55801 [  9788] By: jhi                                   on 2001/04/23  13:02:49
55802         Log: Subject: PATCH [5.7.1] hv.c unused #define
55803              From: Mark-Jason Dominus <mjd@plover.com>
55804              Date: Sun, 22 Apr 2001 14:17:49 -0400
55805              Message-ID: <20010422181749.26976.qmail@plover.com>
55806      Branch: perl
55807            ! hv.c
55808 ____________________________________________________________________________
55809 [  9787] By: jhi                                   on 2001/04/23  13:02:02
55810         Log: Subject: PATCH 5.7.1
55811              From: Mark-Jason Dominus <mjd@plover.com>
55812              Date: Sun, 22 Apr 2001 15:12:57 -0400
55813              Message-ID: <20010422191258.6539.qmail@plover.com>
55814              
55815              plus Sarathy's STMT_START + STMT_END suggestion.
55816      Branch: perl
55817            ! perl.h
55818 ____________________________________________________________________________
55819 [  9786] By: jhi                                   on 2001/04/23  12:53:25
55820         Log: Fix for
55821              
55822              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
55823              From: dLux <dlux@spam.sch.bme.hu>
55824              Date: Mon, 23 Apr 2001 01:25:26 +0200
55825              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
55826              
55827              (SvGROW really does return a char *.)
55828      Branch: perl
55829            ! pod/perlapi.pod sv.h
55830 ____________________________________________________________________________
55831 [  9785] By: jhi                                   on 2001/04/23  04:34:04
55832         Log: Time::Piece work continues.  $t->day removed since
55833              I think it's too confusing.  Now has normal and
55834              abbreviated length weekday names and month names,
55835              the names change with _names(), not _list().
55836              Now has strftime() in Perl, _strftime() is
55837              the libc version (to which strftime() falls back
55838              if it doesn't know the format.  To do: the reverse
55839              of strftime, strptime(), and the localisation of both.
55840      Branch: perl
55841            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
55842            ! t/lib/time-piece.t
55843 ____________________________________________________________________________
55844 [  9784] By: jhi                                   on 2001/04/23  02:41:46
55845         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
55846              From: andreas.koenig@anima.de (Andreas J. Koenig)
55847              Date: 23 Apr 2001 05:20:55 +0200
55848              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
55849      Branch: perl
55850            ! t/pragma/overload.t
55851 ____________________________________________________________________________
55852 [  9783] By: jhi                                   on 2001/04/22  23:32:42
55853         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
55854              From: Robin Houston <robin@kitsite.com>
55855              Date: Mon, 23 Apr 2001 00:38:18 +0100
55856              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
55857      Branch: perl
55858            ! ext/B/B/Deparse.pm
55859 ____________________________________________________________________________
55860 [  9782] By: jhi                                   on 2001/04/22  20:55:43
55861         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
55862              From: Simon Cozens <simon@netthink.co.uk>
55863              Date: Sun, 22 Apr 2001 18:47:25 +0100
55864              Message-ID: <20010422184725.A14411@netthink.co.uk>
55865      Branch: perl
55866            ! sv.c t/pragma/overload.t
55867 ____________________________________________________________________________
55868 [  9781] By: jhi                                   on 2001/04/22  20:52:13
55869         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
55870              From: Robin Houston <robin@kitsite.com>
55871              Date: Sun, 22 Apr 2001 22:14:50 +0100
55872              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
55873      Branch: perl
55874            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
55875 ____________________________________________________________________________
55876 [  9780] By: nick                                  on 2001/04/22  20:40:31
55877         Log: Integrate mainline.
55878      Branch: perlio
55879           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
55880           +> t/lib/b-stash.t
55881           !> (integrate 38 files)
55882 ____________________________________________________________________________
55883 [  9779] By: jhi                                   on 2001/04/22  15:16:03
55884         Log: Subject: IO::Socket::INET patch
55885              From: andrew deryabin <djsf@technarchy.ru>
55886              Date: Sat, 21 Apr 2001 17:46:52 +0400
55887              Message-ID: <20010421174652.B1426@technarchy>
55888      Branch: perl
55889            ! ext/IO/lib/IO/Socket/INET.pm
55890 ____________________________________________________________________________
55891 [  9778] By: jhi                                   on 2001/04/22  15:14:33
55892         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
55893              From: Mark-Jason Dominus <mjd@plover.com>
55894              Date: Sat, 21 Apr 2001 21:27:49 -0400
55895              Message-ID: <20010422012749.27024.qmail@plover.com>
55896      Branch: perl
55897            ! regcomp.c
55898 ____________________________________________________________________________
55899 [  9777] By: jhi                                   on 2001/04/22  15:10:51
55900         Log: Subject: Re: Regex debugger patch 
55901              From: Mark-Jason Dominus <mjd@plover.com>
55902              Date: Sat, 21 Apr 2001 21:48:51 -0400
55903              Message-ID: <20010422014851.27165.qmail@plover.com>
55904      Branch: perl
55905            ! pod/perldebguts.pod
55906 ____________________________________________________________________________
55907 [  9776] By: jhi                                   on 2001/04/22  15:09:48
55908         Log: Subject: Re: Regex debugger patch
55909              From: Mark-Jason Dominus <mjd@plover.com>
55910              Date: Sat, 21 Apr 2001 14:24:39 -0400
55911              Message-ID: <20010421182439.16508.qmail@plover.com>
55912              
55913              Regex debugger backend.
55914      Branch: perl
55915            ! regcomp.c regexp.h
55916 ____________________________________________________________________________
55917 [  9775] By: jhi                                   on 2001/04/21  16:45:40
55918         Log: Subject: [PATCH] Typo in utf8.h
55919              From: Jesús Quiroga <jquiroga@pobox.com>
55920              Date: Sat, 21 Apr 2001 19:25:33 +0200
55921              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
55922      Branch: perl
55923            ! utf8.h
55924 ____________________________________________________________________________
55925 [  9774] By: jhi                                   on 2001/04/21  16:43:52
55926         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
55927              From: Joe Orton <jorton@redhat.com>
55928              Date: Tue, 17 Apr 2001 15:50:43 +0100
55929              Message-Id: <20010417155043.D19132@eu.c2.net>
55930      Branch: perl
55931            ! hints/svr5.sh
55932 ____________________________________________________________________________
55933 [  9773] By: jhi                                   on 2001/04/21  15:30:15
55934         Log: Subject: Patch utils/h2xs.PL
55935              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
55936              Date: Sat, 21 Apr 2001 10:32:16 -0500
55937              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
55938              
55939              Add MAILING list and LICENSE templates.
55940      Branch: perl
55941            ! utils/h2xs.PL
55942 ____________________________________________________________________________
55943 [  9772] By: jhi                                   on 2001/04/21  15:28:36
55944         Log: Subject: perlfaq2.patch for 5.7.1
55945              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
55946              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
55947              Date: Fri, 20 Apr 2001 16:42:19 -0500
55948              
55949              rm an extra tab, a blurb about the xx.cpan to clarify
55950              which countries actually have that and dejanews is history
55951              as well as most of that nonsensical entry.
55952      Branch: perl
55953            ! pod/perlfaq2.pod
55954 ____________________________________________________________________________
55955 [  9771] By: jhi                                   on 2001/04/21  15:27:17
55956         Log: Subject: perlfaq1.patch for 5.7.1
55957              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
55958              Date: Fri, 20 Apr 2001 16:57:36 -0500
55959              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
55960              
55961              Evil URLs must die. Especially when they are broken.
55962      Branch: perl
55963            ! pod/perlfaq1.pod
55964 ____________________________________________________________________________
55965 [  9770] By: jhi                                   on 2001/04/21  15:23:38
55966         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
55967              From: Michael G Schwern <schwern@pobox.com>
55968              Date: Sat, 21 Apr 2001 16:11:12 +0100
55969              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
55970      Branch: perl
55971            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
55972            + t/lib/b-stash.t
55973            ! MANIFEST ext/B/B.pm t/lib/b.t
55974 ____________________________________________________________________________
55975 [  9769] By: jhi                                   on 2001/04/21  15:03:32
55976         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
55977              From: Michael G Schwern <schwern@pobox.com>
55978              Date: Sat, 21 Apr 2001 09:48:00 +0100
55979              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
55980      Branch: perl
55981            ! utils/h2ph.PL
55982 ____________________________________________________________________________
55983 [  9768] By: jhi                                   on 2001/04/21  14:33:49
55984         Log: PerlIO and Encode doc cleanup and tweaks.
55985      Branch: perl
55986            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
55987            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
55988 ____________________________________________________________________________
55989 [  9767] By: jhi                                   on 2001/04/21  12:40:16
55990         Log: Integrate perlio:
55991              
55992              [  9766]
55993              Avoid core dump on
55994              open(STDOUT,">",\$foo);
55995      Branch: perl
55996           !> doio.c
55997 ____________________________________________________________________________
55998 [  9766] By: nick                                  on 2001/04/20  18:28:35
55999         Log: Avoid core dump on
56000              open(STDOUT,">",\$foo);
56001      Branch: perlio
56002            ! doio.c
56003 ____________________________________________________________________________
56004 [  9765] By: jhi                                   on 2001/04/20  13:23:43
56005         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
56006              From: Robin Houston <robin@kitsite.com>
56007              Date: Fri, 20 Apr 2001 14:29:22 +0100
56008              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
56009      Branch: perl
56010            ! ext/B/B.pm ext/B/B/Deparse.pm
56011 ____________________________________________________________________________
56012 [  9764] By: jhi                                   on 2001/04/20  13:19:33
56013         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
56014              From: Peter Prymmer <pvhp@forte.com>
56015              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
56016              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
56017      Branch: perl
56018            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
56019            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
56020            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
56021            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
56022 ____________________________________________________________________________
56023 [  9763] By: jhi                                   on 2001/04/20  12:36:39
56024         Log: Subject: Re: A new PerlIO coredump
56025              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56026              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
56027              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
56028      Branch: perl
56029            ! doio.c
56030 ____________________________________________________________________________
56031 [  9762] By: jhi                                   on 2001/04/19  23:02:30
56032         Log: Update Changes.
56033      Branch: perl
56034            ! Changes patchlevel.h
56035 ____________________________________________________________________________
56036 [  9761] By: jhi                                   on 2001/04/19  22:59:19
56037         Log: More cleanup cleanup.
56038      Branch: perl
56039            ! Makefile.SH win32/Makefile win32/makefile.mk
56040 ____________________________________________________________________________
56041 [  9760] By: jhi                                   on 2001/04/19  22:50:31
56042         Log: lib/Time is non-empty, let's not rmdir it.
56043      Branch: perl
56044            ! Makefile.SH
56045 ____________________________________________________________________________
56046 [  9759] By: jhi                                   on 2001/04/19  22:36:51
56047         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
56048              From: Robin Houston <robin@kitsite.com>
56049              Date: Fri, 20 Apr 2001 00:18:53 +0100
56050              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
56051      Branch: perl
56052            ! ext/B/B/Deparse.pm
56053 ____________________________________________________________________________
56054 [  9758] By: jhi                                   on 2001/04/19  22:36:00
56055         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
56056              From: Peter Prymmer <pvhp@forte.com>
56057              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
56058              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
56059      Branch: perl
56060            ! ext/Cwd/Cwd.xs
56061 ____________________________________________________________________________
56062 [  9757] By: nick                                  on 2001/04/19  18:53:54
56063         Log: Blind (untested) integrate of mainline.
56064      Branch: perlio
56065           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
56066           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
56067           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
56068           !> (integrate 53 files)
56069 ____________________________________________________________________________
56070 [  9756] By: jhi                                   on 2001/04/19  16:59:23
56071         Log: Document and test Time::Piece.
56072      Branch: perl
56073            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
56074            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
56075 ____________________________________________________________________________
56076 [  9755] By: jhi                                   on 2001/04/19  12:13:29
56077         Log: A better fix for the \x{12345678} trouble from NI-S.
56078      Branch: perl
56079            ! utf8.c
56080 ____________________________________________________________________________
56081 [  9754] By: jhi                                   on 2001/04/19  11:56:07
56082         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
56083              From: Robin Houston <robin@kitsite.com>
56084              Date: Wed, 18 Apr 2001 17:58:33 +0100
56085              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
56086      Branch: perl
56087            ! ext/B/B/Deparse.pm op.c
56088 ____________________________________________________________________________
56089 [  9753] By: jhi                                   on 2001/04/19  04:21:52
56090         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
56091              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
56092              Date: Thu, 19 Apr 2001 01:11:41 -0400
56093              Message-ID: <20010419011141.A5798@cpan.org>
56094      Branch: perl
56095            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
56096 ____________________________________________________________________________
56097 [  9752] By: jhi                                   on 2001/04/19  02:41:10
56098         Log: The new time utils need to be thread-aware, too.
56099      Branch: perl
56100            ! util.c
56101 ____________________________________________________________________________
56102 [  9751] By: jhi                                   on 2001/04/19  02:26:47
56103         Log: Compilation nit noticed by AIX compiler.
56104      Branch: perl
56105            ! perlio.c
56106 ____________________________________________________________________________
56107 [  9750] By: jhi                                   on 2001/04/19  02:20:06
56108         Log: The new time utils need to be public.
56109      Branch: perl
56110            ! embed.pl
56111 ____________________________________________________________________________
56112 [  9749] By: jhi                                   on 2001/04/19  01:42:39
56113         Log: Regen toc.
56114      Branch: perl
56115            ! pod/perltoc.pod
56116 ____________________________________________________________________________
56117 [  9748] By: jhi                                   on 2001/04/19  01:41:10
56118         Log: Add Time::Piece, a slight rewrite of Time::Object,
56119              from Matt Sergeant.
56120      Branch: perl
56121            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
56122            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
56123            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
56124            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
56125            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
56126            ! win32/makefile.mk
56127 ____________________________________________________________________________
56128 [  9747] By: jhi                                   on 2001/04/19  00:55:35
56129         Log: The new metaconfig unit from strftime.
56130      Branch: metaconfig/U/perl
56131            + d_strftime.U
56132 ____________________________________________________________________________
56133 [  9746] By: jhi                                   on 2001/04/19  00:54:54
56134         Log: Move the strftime() wrapper from POSIX.xs to util.c
56135              as my_strftime(), requires HAS_STRFTIME.
56136      Branch: perl
56137            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56138            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
56139            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
56140            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56141            ! vos/config.ga.h win32/config.bc win32/config.gc
56142            ! win32/config.vc
56143 ____________________________________________________________________________
56144 [  9745] By: jhi                                   on 2001/04/18  23:11:03
56145         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
56146              in preparation of Time::Piece.
56147      Branch: perl
56148            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
56149 ____________________________________________________________________________
56150 [  9744] By: jhi                                   on 2001/04/18  22:33:12
56151         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
56152              From: Peter Prymmer <pvhp@forte.com>
56153              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
56154              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
56155      Branch: perl
56156            ! t/lib/exporter.t
56157 ____________________________________________________________________________
56158 [  9743] By: jhi                                   on 2001/04/18  22:32:23
56159         Log: Subject: Fwd: pod2html leaves cache files lying around?
56160              From: Rajesh Vaidheeswarran <rv@gnu.org>
56161              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
56162              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
56163      Branch: perl
56164            ! lib/Pod/Html.pm
56165 ____________________________________________________________________________
56166 [  9742] By: jhi                                   on 2001/04/18  20:31:49
56167         Log: Update Changes.
56168      Branch: perl
56169            ! Changes patchlevel.h
56170 ____________________________________________________________________________
56171 [  9741] By: jhi                                   on 2001/04/18  20:23:02
56172         Log: Declare hints only if needed.
56173      Branch: perl
56174            ! ext/B/B/Deparse.pm
56175 ____________________________________________________________________________
56176 [  9740] By: jhi                                   on 2001/04/18  19:06:05
56177         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
56178              bug noticed by Robin Houston; basically the code of detecting
56179              value wraparound was acting differently under different compilers
56180              and platforms.  The workaround is to remove the overflow check
56181              for now, a real fix would be to do the overflow (portably) right.
56182      Branch: perl
56183            ! t/op/pat.t utf8.c
56184 ____________________________________________________________________________
56185 [  9739] By: jhi                                   on 2001/04/18  19:01:23
56186         Log: Subject: [PATCH B::Deparse] some pragma support
56187              From: Robin Houston <robin@kitsite.com>
56188              Date: Wed, 18 Apr 2001 19:32:12 +0100
56189              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
56190      Branch: perl
56191            ! ext/B/B/Deparse.pm
56192 ____________________________________________________________________________
56193 [  9738] By: jhi                                   on 2001/04/18  15:16:37
56194         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
56195              From: Benjamin Sugars <bsugars@canoe.ca>
56196              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
56197              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
56198      Branch: perl
56199            ! t/op/glob.t
56200 ____________________________________________________________________________
56201 [  9737] By: jhi                                   on 2001/04/18  13:24:50
56202         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
56203              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56204              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
56205              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
56206      Branch: perl
56207            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
56208            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
56209 ____________________________________________________________________________
56210 [  9736] By: jhi                                   on 2001/04/18  04:15:14
56211         Log: The #9735 also changes the subtest 12.
56212      Branch: perl
56213            ! t/lib/b.t
56214 ____________________________________________________________________________
56215 [  9735] By: jhi                                   on 2001/04/18  03:55:17
56216         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
56217              From: David Dyck <dcd@tc.fluke.com>
56218              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
56219              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
56220      Branch: perl
56221            ! ext/B/B/Deparse.pm
56222 ____________________________________________________________________________
56223 [  9734] By: jhi                                   on 2001/04/18  03:54:11
56224         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
56225              From: Gisle Aas <gisle@ActiveState.com>
56226              Date: 17 Apr 2001 19:06:45 -0700
56227              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
56228      Branch: perl
56229            ! pp_hot.c t/op/misc.t
56230 ____________________________________________________________________________
56231 [  9733] By: jhi                                   on 2001/04/17  22:25:22
56232         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
56233              From: "Abigail" <abigail@foad.org>
56234              Date: Wed, 18 Apr 2001 01:17:46 +0200
56235              Message-ID: <20010417231746.21657.qmail@foad.org>
56236      Branch: perl
56237            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
56238 ____________________________________________________________________________
56239 [  9732] By: jhi                                   on 2001/04/17  20:47:56
56240         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
56241              From: Robin Houston <robin@kitsite.com>
56242              Date: Tue, 17 Apr 2001 22:37:42 +0100
56243              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
56244      Branch: perl
56245            ! ext/B/B/Deparse.pm
56246 ____________________________________________________________________________
56247 [  9731] By: nick                                  on 2001/04/17  20:46:35
56248         Log: Re-sync for t/lib/b.t fix
56249      Branch: perlio
56250           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
56251 ____________________________________________________________________________
56252 [  9730] By: jhi                                   on 2001/04/17  20:45:29
56253         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
56254              From: Robin Houston <robin@kitsite.com>
56255              Date: Tue, 17 Apr 2001 22:29:36 +0100
56256              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
56257      Branch: perl
56258            ! ext/B/B.xs ext/B/B/Deparse.pm
56259 ____________________________________________________________________________
56260 [  9729] By: jhi                                   on 2001/04/17  20:43:11
56261         Log: Subject: Deparse - parenthesise args to undeclared subs
56262              From: Robin Houston <robin@kitsite.com>
56263              Date: Tue, 17 Apr 2001 21:31:05 +0100
56264              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
56265      Branch: perl
56266            ! ext/B/B/Deparse.pm
56267 ____________________________________________________________________________
56268 [  9728] By: jhi                                   on 2001/04/17  18:57:30
56269         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
56270              From: Benjamin Sugars <ben.sugars@home.com>
56271              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
56272              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
56273      Branch: perl
56274            ! t/lib/cwd.t
56275 ____________________________________________________________________________
56276 [  9727] By: jhi                                   on 2001/04/17  18:20:20
56277         Log: Subject: [PATCH B::Deparse] ambient pragmas
56278              From: Robin Houston <robin@kitsite.com>
56279              Date: Tue, 17 Apr 2001 20:01:59 +0100
56280              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
56281      Branch: perl
56282            ! ext/B/B/Deparse.pm t/lib/b.t
56283 ____________________________________________________________________________
56284 [  9726] By: nick                                  on 2001/04/17  16:33:51
56285         Log: Integrate mainline (t/lib/b.t fails test 2...)
56286      Branch: perlio
56287           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
56288           +> ext/List/Util/README ext/List/Util/Util.xs
56289           +> ext/List/Util/lib/List/Util.pm
56290           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
56291           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
56292           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
56293           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
56294           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
56295           !> (integrate 31 files)
56296 ____________________________________________________________________________
56297 [  9725] By: jhi                                   on 2001/04/17  12:14:24
56298         Log: Subject: multiple B::* changes
56299              From: Robin Houston <robin@kitsite.com>
56300              Date: Thu, 12 Apr 2001 20:12:27 +0100
56301              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
56302      Branch: perl
56303            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
56304 ____________________________________________________________________________
56305 [  9724] By: jhi                                   on 2001/04/17  11:59:05
56306         Log: Thread-awareness from Doug MacEachern.
56307      Branch: perl
56308            ! ext/List/Util/Util.xs
56309 ____________________________________________________________________________
56310 [  9723] By: jhi                                   on 2001/04/17  11:57:41
56311         Log: Make the test more portable.
56312      Branch: perl
56313            ! t/lib/cwd.t
56314 ____________________________________________________________________________
56315 [  9722] By: jhi                                   on 2001/04/17  11:53:50
56316         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
56317              From: Benjamin Sugars <ben.sugars@home.com>
56318              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
56319              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
56320      Branch: perl
56321            ! t/lib/cwd.t
56322 ____________________________________________________________________________
56323 [  9721] By: jhi                                   on 2001/04/17  11:52:17
56324         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
56325              From: Benjamin Sugars <bsugars@canoe.ca>
56326              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
56327              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
56328      Branch: perl
56329            ! op.c
56330 ____________________________________________________________________________
56331 [  9720] By: jhi                                   on 2001/04/17  11:35:42
56332         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
56333              From: Chris Nandor <pudge@pobox.com>
56334              Date: Tue, 17 Apr 2001 00:30:49 -0400
56335              Message-Id: <p05100207b701768712de@[10.0.1.177]>
56336      Branch: perl
56337            ! ext/File/Glob/bsd_glob.c gv.c
56338 ____________________________________________________________________________
56339 [  9719] By: jhi                                   on 2001/04/17  11:32:13
56340         Log: Subject: [PATCH] Tweten->West
56341              From: Casey West <casey@geeknest.com>
56342              Date: Mon, 16 Apr 2001 12:11:22 -0400
56343              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
56344      Branch: perl
56345            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
56346            ! pod/perltie.pod
56347 ____________________________________________________________________________
56348 [  9718] By: jhi                                   on 2001/04/16  03:22:52
56349         Log: Update Changes.
56350      Branch: perl
56351            ! Changes patchlevel.h
56352 ____________________________________________________________________________
56353 [  9717] By: jhi                                   on 2001/04/16  03:06:28
56354         Log: Regen toc.
56355      Branch: perl
56356            ! pod/perltoc.pod
56357 ____________________________________________________________________________
56358 [  9716] By: jhi                                   on 2001/04/16  02:58:42
56359         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
56360              From: Prymmer/Kahn <pvhp@best.com>
56361              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
56362              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
56363      Branch: perl
56364            ! utf8.c
56365 ____________________________________________________________________________
56366 [  9715] By: jhi                                   on 2001/04/15  23:40:35
56367         Log: Subject: Re: Net::Ping patch, adds stream protocol
56368              From: bronson@rinspin.com (Scott Bronson)
56369              Date: Tue, 10 Apr 2001 23:58:33 -0700
56370              Message-ID: <20010410235833.N29719@rinspin.com>
56371      Branch: perl
56372            ! lib/Net/Ping.pm
56373 ____________________________________________________________________________
56374 [  9714] By: jhi                                   on 2001/04/15  23:31:46
56375         Log: Printing out the ok messages helps successful testing.
56376      Branch: perl
56377            ! t/lib/time-hires.t
56378 ____________________________________________________________________________
56379 [  9713] By: jhi                                   on 2001/04/15  21:43:24
56380         Log: Update Douglas Wegscheid's email.
56381      Branch: perl
56382            ! AUTHORS
56383 ____________________________________________________________________________
56384 [  9712] By: jhi                                   on 2001/04/15  21:40:41
56385         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
56386              From: Michael G Schwern <schwern@pobox.com>
56387              Date: Sat, 14 Apr 2001 22:40:50 +0100
56388              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
56389      Branch: perl
56390            + t/lib/exporter.t
56391            ! MANIFEST lib/Exporter/Heavy.pm
56392 ____________________________________________________________________________
56393 [  9711] By: jhi                                   on 2001/04/15  21:39:21
56394         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
56395              From: Michael G Schwern <schwern@pobox.com>
56396              Date: Sat, 14 Apr 2001 22:13:59 +0100
56397              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
56398      Branch: perl
56399            ! t/op/loopctl.t
56400 ____________________________________________________________________________
56401 [  9710] By: jhi                                   on 2001/04/15  21:30:19
56402         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
56403              From: Michael G Schwern <schwern@pobox.com>
56404              Date: Sat, 14 Apr 2001 22:05:32 +0100
56405              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
56406      Branch: perl
56407            ! t/pragma/warnings.t
56408 ____________________________________________________________________________
56409 [  9709] By: jhi                                   on 2001/04/15  19:34:09
56410         Log: Integrate changes #9706,9707 from maintperl into mainline.
56411              
56412              change#7210 broke .packlist generation
56413              
56414              ExtUtils::Installed doesn't quote regex metacharacters in paths
56415              before using them in match; also make it work for dosish platforms
56416      Branch: perl
56417           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
56418 ____________________________________________________________________________
56419 [  9708] By: jhi                                   on 2001/04/15  19:31:01
56420         Log: Test also the scalar aspect of getitimer().
56421      Branch: perl
56422            ! t/lib/time-hires.t
56423 ____________________________________________________________________________
56424 [  9707] By: gsar                                  on 2001/04/15  17:24:20
56425         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
56426              before using them in match; also make it work for dosish platforms
56427      Branch: maint-5.6/perl
56428            ! lib/ExtUtils/Installed.pm
56429 ____________________________________________________________________________
56430 [  9706] By: gsar                                  on 2001/04/15  17:21:59
56431         Log: change#7210 broke .packlist generation (listed only filename
56432              rather than fully qualified path name)
56433      Branch: maint-5.6/perl
56434            ! lib/ExtUtils/Install.pm
56435 ____________________________________________________________________________
56436 [  9705] By: jhi                                   on 2001/04/15  12:36:33
56437         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
56438      Branch: perl
56439            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
56440            ! t/lib/time-hires.t
56441 ____________________________________________________________________________
56442 [  9704] By: jhi                                   on 2001/04/15  10:49:08
56443         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
56444              From: Prymmer/Kahn <pvhp@best.com>
56445              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
56446              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
56447      Branch: perl
56448            ! lib/utf8.pm pod/perlebcdic.pod
56449 ____________________________________________________________________________
56450 [  9703] By: jhi                                   on 2001/04/15  02:26:26
56451         Log: I keep forgetting to sort MANIFEST.
56452      Branch: perl
56453            ! MANIFEST
56454 ____________________________________________________________________________
56455 [  9702] By: jhi                                   on 2001/04/15  02:07:47
56456         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
56457              Now we have blessed, reftype, tainted, first, reduce, ...
56458      Branch: perl
56459            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
56460            + ext/List/Util/README ext/List/Util/Util.xs
56461            + ext/List/Util/lib/List/Util.pm
56462            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
56463            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
56464            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
56465            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
56466            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
56467            ! MANIFEST
56468 ____________________________________________________________________________
56469 [  9701] By: jhi                                   on 2001/04/14  15:05:25
56470         Log: Subject: RE: dprofpp.pl updates 
56471              From: Carl Eklof <CEklof@endeca.com>
56472              Date: Thu, 12 Apr 2001 18:45:46 -0400
56473              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
56474      Branch: perl
56475            ! utils/dprofpp.PL
56476 ____________________________________________________________________________
56477 [  9700] By: jhi                                   on 2001/04/14  14:44:55
56478         Log: Do not just blindly add CR.
56479      Branch: perl
56480            ! Porting/makerel
56481 ____________________________________________________________________________
56482 [  9699] By: jhi                                   on 2001/04/13  13:17:01
56483         Log: Update Changes.
56484      Branch: perl
56485            ! Changes patchlevel.h
56486 ____________________________________________________________________________
56487 [  9698] By: jhi                                   on 2001/04/13  12:44:48
56488         Log: Integrate perlio:
56489              
56490              [  9696]
56491              Fix core dump on binmode($fh,'Scalar')
56492      Branch: perl
56493           !> ext/PerlIO/Scalar/Scalar.xs
56494 ____________________________________________________________________________
56495 [  9697] By: jhi                                   on 2001/04/13  12:29:15
56496         Log: Add more debug output to the test.
56497      Branch: perl
56498            ! t/lib/cwd.t
56499 ____________________________________________________________________________
56500 [  9696] By: nick                                  on 2001/04/13  10:14:29
56501         Log: Fix core dump on binmode($fh,'Scalar')
56502      Branch: perlio
56503            ! ext/PerlIO/Scalar/Scalar.xs
56504 ____________________________________________________________________________
56505 [  9695] By: nick                                  on 2001/04/13  09:05:42
56506         Log: Integrate mainline
56507      Branch: perlio
56508           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
56509           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
56510           +> t/lib/time-hires.t
56511           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
56512           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
56513           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
56514           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
56515           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
56516           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
56517           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
56518 ____________________________________________________________________________
56519 [  9694] By: jhi                                   on 2001/04/12  22:23:35
56520         Log: Integrate change #9693 from maintperl into mainline.
56521              
56522              $VERSION and Version() on the same line provokes a warning from
56523              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
56524      Branch: perl
56525           !> lib/Devel/SelfStubber.pm
56526 ____________________________________________________________________________
56527 [  9693] By: gsar                                  on 2001/04/12  21:55:56
56528         Log: $VERSION and Version() on the same line provokes a warning from
56529              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
56530      Branch: maint-5.6/perl
56531            ! lib/Devel/SelfStubber.pm
56532 ____________________________________________________________________________
56533 [  9692] By: jhi                                   on 2001/04/12  13:54:00
56534         Log: This is at least 5.005.
56535      Branch: perl
56536            ! ext/Time/HiRes/HiRes.xs
56537 ____________________________________________________________________________
56538 [  9691] By: jhi                                   on 2001/04/12  13:37:20
56539         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
56540      Branch: perl
56541            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
56542            ! win32/Makefile win32/makefile.mk
56543 ____________________________________________________________________________
56544 [  9690] By: jhi                                   on 2001/04/12  01:34:46
56545         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
56546      Branch: perl
56547            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
56548            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
56549            + t/lib/time-hires.t
56550            ! MANIFEST
56551 ____________________________________________________________________________
56552 [  9689] By: jhi                                   on 2001/04/12  00:28:39
56553         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
56554              From: Gisle Aas <gisle@ActiveState.com>
56555              Date: 11 Apr 2001 16:36:11 -0700
56556              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
56557      Branch: perl
56558            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
56559 ____________________________________________________________________________
56560 [  9688] By: jhi                                   on 2001/04/12  00:27:39
56561         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
56562              From: Gisle Aas <gisle@ActiveState.com>
56563              Date: 11 Apr 2001 11:13:24 -0700
56564              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
56565      Branch: perl
56566            ! ext/MIME/Base64/Base64.xs
56567 ____________________________________________________________________________
56568 [  9687] By: jhi                                   on 2001/04/11  19:51:47
56569         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
56570      Branch: perl
56571            ! Todo-5.6
56572 ____________________________________________________________________________
56573 [  9686] By: jhi                                   on 2001/04/11  16:54:25
56574         Log: Subject: [PATCH opcode.pl] Documentation of table format
56575              From: Simon Cozens <simon@netthink.co.uk>
56576              Date: Wed, 11 Apr 2001 12:59:31 +0100
56577              Message-ID: <20010411125931.A25681@netthink.co.uk>
56578      Branch: perl
56579            ! opcode.pl
56580 ____________________________________________________________________________
56581 [  9685] By: jhi                                   on 2001/04/11  16:53:15
56582         Log: Subject: [PATCH] prototype("CORE::recv")
56583              From: Simon Cozens <simon@netthink.co.uk>
56584              Date: Wed, 11 Apr 2001 13:24:35 +0100
56585              Message-ID: <20010411132435.A26169@netthink.co.uk>
56586      Branch: perl
56587            ! pp.c t/comp/proto.t
56588 ____________________________________________________________________________
56589 [  9684] By: jhi                                   on 2001/04/11  16:47:13
56590         Log: FAQ (and AUTHORS) update from Dan Carson: the information
56591              was several years obsolete, Term::Readkey has been updated
56592              to have the functionality.
56593      Branch: perl
56594            ! AUTHORS pod/perlfaq5.pod
56595 ____________________________________________________________________________
56596 [  9683] By: jhi                                   on 2001/04/11  12:15:46
56597         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
56598              From: Calle Dybedahl <calle@lysator.liu.se>
56599              Date: 10 Apr 2001 16:44:16 +0200
56600              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
56601      Branch: perl
56602            ! ext/MIME/Base64/Base64.xs
56603 ____________________________________________________________________________
56604 [  9682] By: jhi                                   on 2001/04/11  12:12:26
56605         Log: A more minimal fix for 20010410.006 from Hugo.
56606      Branch: perl
56607            ! regexec.c
56608 ____________________________________________________________________________
56609 [  9681] By: jhi                                   on 2001/04/11  11:34:23
56610         Log: Integrate changes #9678,9679 from maintline into mainperl.
56611              
56612              addendum to change#9676
56613              
56614              up $File::Glob::VERSION; add a note pointing out the version of
56615              the OpenBSD glob bsd_glob.c resembles
56616      Branch: perl
56617           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
56618           !> ext/File/Glob/bsd_glob.h
56619 ____________________________________________________________________________
56620 [  9680] By: jhi                                   on 2001/04/11  11:30:38
56621         Log: Bad test numbering in integrate in #9677.
56622              Fixes ID 20010411.001.
56623      Branch: perl
56624            ! t/op/pat.t
56625 ____________________________________________________________________________
56626 [  9679] By: gsar                                  on 2001/04/11  03:38:40
56627         Log: up $File::Glob::VERSION; add a note pointing out the version of
56628              the OpenBSD glob bsd_glob.c resembles
56629      Branch: maint-5.6/perl
56630            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
56631            ! ext/File/Glob/bsd_glob.h
56632 ____________________________________________________________________________
56633 [  9678] By: gsar                                  on 2001/04/11  03:09:48
56634         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
56635              revision 1.8.10.1 found here:
56636              
56637              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
56638      Branch: maint-5.6/perl
56639            ! ext/File/Glob/bsd_glob.c
56640 ____________________________________________________________________________
56641 [  9677] By: jhi                                   on 2001/04/11  02:54:39
56642         Log: Integrate changes #9675,9676 from maintperl into mainline.
56643              
56644              fix for bug 20010410.006, undo change#7115
56645              
56646              port the OpenBSD glob() security patch
56647      Branch: perl
56648           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
56649           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
56650           !> t/op/pat.t
56651 ____________________________________________________________________________
56652 [  9676] By: gsar                                  on 2001/04/11  02:19:02
56653         Log: port the glob() security patch found at:
56654              
56655              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
56656              
56657              CERT advisory for the issue is here:
56658              
56659              http://www.cert.org/advisories/CA-2001-07.html
56660              
56661              Note that the security scare is only relevant for those who are
56662              foolish enough to build suidperl (which is now officially discouraged)
56663      Branch: maint-5.6/perl
56664            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
56665            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
56666 ____________________________________________________________________________
56667 [  9675] By: gsar                                  on 2001/04/10  23:52:11
56668         Log: fix for bug 20010410.006
56669              
56670              undo change#7115 (came into maint-5.6 as change#8156)
56671              
56672              add tests to keep it from coming back
56673      Branch: maint-5.6/perl
56674            ! regexec.c t/op/pat.t
56675 ____________________________________________________________________________
56676 [  9674] By: nick                                  on 2001/04/10  20:39:31
56677         Log: Integrate mainline
56678      Branch: perlio
56679           +> Porting/testall.atom
56680           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
56681           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
56682           !> t/lib/lc-uk.t t/pod/find.t
56683 ____________________________________________________________________________
56684 [  9673] By: nick                                  on 2001/04/10  18:46:14
56685         Log: Integrate against change 9670 aka perl-5.7.1
56686      Branch: perlio
56687           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
56688           !> (integrate 53 files)
56689 ____________________________________________________________________________
56690 [  9672] By: jhi                                   on 2001/04/10  13:45:01
56691         Log: Add a script for doing cumulative profile of the test suite.
56692              (Requires ATOM, that is, Tru64.)
56693      Branch: perl
56694            + Porting/testall.atom
56695            ! MANIFEST
56696 ____________________________________________________________________________
56697 [  9671] By: jhi                                   on 2001/04/10  12:38:53
56698         Log: Missing std block.
56699      Branch: perl
56700            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
56701            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
56702            ! t/pod/find.t
56703 ____________________________________________________________________________
56704 [  9670] By: jhi                                   on 2001/04/10  01:25:58
56705         Log: This is 5.7.1.
56706      Branch: perl
56707            ! patchlevel.h
56708 ____________________________________________________________________________
56709 [  9669] By: jhi                                   on 2001/04/10  01:09:14
56710         Log: Update Changes.
56711      Branch: perl
56712            ! Changes patchlevel.h
56713 ____________________________________________________________________________
56714 [  9668] By: jhi                                   on 2001/04/10  01:00:38
56715         Log: Regen toc.
56716      Branch: perl
56717            ! pod/perltoc.pod
56718 ____________________________________________________________________________
56719 [  9667] By: jhi                                   on 2001/04/10  00:52:16
56720         Log: Update perlhist.
56721      Branch: perl
56722            ! pod/perlhist.pod
56723 ____________________________________________________________________________
56724 [  9666] By: jhi                                   on 2001/04/09  23:38:59
56725         Log: Slight wording tweaks from Damian to #9658.
56726      Branch: perl
56727            ! pod/perlobj.pod
56728 ____________________________________________________________________________
56729 [  9665] By: jhi                                   on 2001/04/09  19:56:06
56730         Log: Subject: [PATCH perlutil.pod] Nit
56731              From: Simon Cozens <simon@netthink.co.uk>
56732              Date: Mon, 9 Apr 2001 20:29:44 +0100
56733              Message-ID: <20010409202944.A14796@the.earth.li>
56734      Branch: perl
56735            ! pod/perlutil.pod
56736 ____________________________________________________________________________
56737 [  9664] By: jhi                                   on 2001/04/09  19:54:42
56738         Log: Subject: Re: perl571delta.pod@9631
56739              From: Mike Guy <mjtg@cam.ac.uk>
56740              Date: Mon, 09 Apr 2001 18:09:14 +0100
56741              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
56742      Branch: perl
56743            ! pod/perl571delta.pod
56744 ____________________________________________________________________________
56745 [  9663] By: jhi                                   on 2001/04/09  13:43:35
56746         Log: Update Changes.
56747      Branch: perl
56748            ! Changes patchlevel.h
56749 ____________________________________________________________________________
56750 [  9662] By: jhi                                   on 2001/04/09  13:24:46
56751         Log: tweak tweak.
56752      Branch: perl
56753            ! AUTHORS pod/perl571delta.pod
56754 ____________________________________________________________________________
56755 [  9661] By: jhi                                   on 2001/04/09  13:15:13
56756         Log: Thinko in manual patch applying.
56757      Branch: perl
56758            ! sv.c
56759 ____________________________________________________________________________
56760 [  9660] By: jhi                                   on 2001/04/09  13:07:53
56761         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
56762              From: Robin Barker <rmb1@cise.npl.co.uk> 
56763              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
56764              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
56765              
56766              (This corrects the case where the "isn't numeric" string contains \0s
56767              and is longer than the temporary buffer, and contains \0 at the point
56768              the string would be truncated by "...".) 
56769      Branch: perl
56770            ! sv.c
56771 ____________________________________________________________________________
56772 [  9659] By: jhi                                   on 2001/04/09  12:57:41
56773         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
56774      Branch: perl
56775            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
56776            ! t/lib/cgi-function.t t/lib/cgi-html.t
56777 ____________________________________________________________________________
56778 [  9658] By: jhi                                   on 2001/04/09  12:48:47
56779         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
56780              From: Ilmari Karonen <iltzu@sci.fi>
56781              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
56782              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
56783              
56784              Rearrange and rewrite the Method Invocation section
56785              to explain the concepts in nicer order.
56786      Branch: perl
56787            ! pod/perlobj.pod
56788 ____________________________________________________________________________
56789 [  9657] By: jhi                                   on 2001/04/09  12:35:58
56790         Log: Upgrade to podlators 1.09, from Russ Allbery.
56791      Branch: perl
56792            ! lib/Pod/Man.pm lib/Pod/Text.pm
56793 ____________________________________________________________________________
56794 [  9656] By: jhi                                   on 2001/04/09  12:31:53
56795         Log: perl571delta.
56796      Branch: perl
56797            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
56798 ____________________________________________________________________________
56799 [  9655] By: jhi                                   on 2001/04/09  12:20:09
56800         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
56801              From: Prymmer/Kahn <pvhp@best.com>
56802              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
56803              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
56804      Branch: perl
56805            ! lib/utf8.pm pod/perlunicode.pod
56806 ____________________________________________________________________________
56807 [  9654] By: gsar                                  on 2001/04/09  03:38:33
56808         Log: here lies 5.6.1
56809      Branch: maint-5.6/perl
56810            ! Changes
56811 ____________________________________________________________________________
56812 [  9653] By: jhi                                   on 2001/04/09  03:25:24
56813         Log: Update perlhist.
56814      Branch: perl
56815            ! pod/perlhist.pod
56816 ____________________________________________________________________________
56817 [  9652] By: jhi                                   on 2001/04/09  03:18:49
56818         Log: perl571delta tweaking continues.
56819      Branch: perl
56820            ! pod/perl571delta.pod
56821 ____________________________________________________________________________
56822 [  9651] By: gsar                                  on 2001/04/09  03:11:19
56823         Log: update Changes, patchlevel.h &c.
56824      Branch: maint-5.6/perl
56825            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
56826            ! pod/perltoc.pod
56827 ____________________________________________________________________________
56828 [  9650] By: jhi                                   on 2001/04/09  02:40:24
56829         Log: Integrate the perlfork half of #9513 from maintperl into mainline
56830              (the perlunicode half is obsolete)
56831      Branch: perl
56832            ! pod/perlfork.pod
56833 ____________________________________________________________________________
56834 [  9649] By: gsar                                  on 2001/04/09  02:35:43
56835         Log: tweak perldelta as suggested by Jarkko
56836      Branch: maint-5.6/perl
56837            ! pod/perldelta.pod
56838 ____________________________________________________________________________
56839 [  9648] By: jhi                                   on 2001/04/09  02:13:04
56840         Log: Integrate change #9646 from maintperl into mainline.
56841              
56842              add note about ithreads and Thread.pm
56843      Branch: perl
56844           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
56845 ____________________________________________________________________________
56846 [  9647] By: jhi                                   on 2001/04/09  02:10:18
56847         Log: Bad assumption that shortsize == 2.
56848      Branch: perl
56849            ! t/lib/xs-typemap.t
56850 ____________________________________________________________________________
56851 [  9646] By: gsar                                  on 2001/04/09  00:48:04
56852         Log: add note about ithreads and Thread.pm (too many people are
56853              confused by the fact that Thread.pm is built and installed
56854              under non-5005threads but doesn't work)
56855      Branch: maint-5.6/perl
56856            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
56857 ____________________________________________________________________________
56858 [  9645] By: gsar                                  on 2001/04/09  00:19:03
56859         Log: update perldelta.pod for changes in 5.6.1
56860      Branch: maint-5.6/perl
56861            ! Changes pod/perldelta.pod
56862 ____________________________________________________________________________
56863 [  9644] By: jhi                                   on 2001/04/08  20:37:00
56864         Log: Integrate change #9639 from maintperl into mainline:
56865              on windows, many of the README.* pods were being copied to
56866              the wrong location
56867      Branch: perl
56868           !> win32/Makefile win32/makefile.mk
56869 ____________________________________________________________________________
56870 [  9643] By: jhi                                   on 2001/04/08  20:07:11
56871         Log: Integrate change #9624 from maintperl into mainline:
56872              the pod tests were not okay.  (t/pod/find.t changes ignored)
56873      Branch: perl
56874           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
56875           !> t/pod/include.t t/pod/included.t t/pod/lref.t
56876           !> t/pod/multiline_items.t t/pod/nested_items.t
56877           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
56878           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
56879 ____________________________________________________________________________
56880 [  9642] By: jhi                                   on 2001/04/08  19:57:17
56881         Log: Integrate change #9638 from maintperl into mainline:
56882              update to latest JPL from the anoncvs repository
56883      Branch: perl
56884           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
56885           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
56886           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
56887 ____________________________________________________________________________
56888 [  9641] By: jhi                                   on 2001/04/08  19:53:30
56889         Log: perl571delta updates.
56890      Branch: perl
56891            ! lib/Filter/Simple.pm pod/perl571delta.pod
56892 ____________________________________________________________________________
56893 [  9640] By: gsar                                  on 2001/04/08  19:20:46
56894         Log: integrate change#9634 from mainline
56895              
56896              Fix the perlmodlib generation (didn't understand separate .pod
56897              files; didn't understand -- as the name-thing separator).
56898              Update the CPAN mirrors list.
56899      Branch: maint-5.6/perl
56900            ! pod/perlmodlib.pod
56901           !> pod/perlmodlib.PL
56902 ____________________________________________________________________________
56903 [  9639] By: gsar                                  on 2001/04/08  18:57:31
56904         Log: on windows, many of the README.* pods were being copied to the wrong
56905              location
56906      Branch: maint-5.6/perl
56907            ! win32/Makefile win32/makefile.mk
56908 ____________________________________________________________________________
56909 [  9638] By: gsar                                  on 2001/04/08  18:38:25
56910         Log: update to latest JPL from the anoncvs repository
56911      Branch: maint-5.6/perl
56912            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
56913            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
56914            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
56915 ____________________________________________________________________________
56916 [  9637] By: jhi                                   on 2001/04/08  17:53:53
56917         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
56918      Branch: perl
56919            ! pod/perl571delta.pod
56920 ____________________________________________________________________________
56921 [  9636] By: jhi                                   on 2001/04/08  17:18:32
56922         Log: Regen toc.
56923      Branch: perl
56924            ! pod/perltoc.pod
56925 ____________________________________________________________________________
56926 [  9635] By: jhi                                   on 2001/04/08  17:16:33
56927         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
56928              From: "Craig A. Berry" <craigberry@mac.com>
56929              Date: Sun, 08 Apr 2001 12:30:16 -0500
56930              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
56931      Branch: perl
56932            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
56933 ____________________________________________________________________________
56934 [  9634] By: jhi                                   on 2001/04/08  17:09:19
56935         Log: Fix the perlmodlib generation (didn't understand separate .pod
56936              files; didn't understand -- as the name-thing separator).
56937              
56938              Update the CPAN mirrors list.
56939      Branch: perl
56940            ! pod/perlmodlib.PL pod/perlmodlib.pod
56941 ____________________________________________________________________________
56942 [  9633] By: jhi                                   on 2001/04/08  16:49:17
56943         Log: Sort MANIFEST.
56944      Branch: perl
56945            ! MANIFEST
56946 ____________________________________________________________________________
56947 [  9632] By: gsar                                  on 2001/04/08  16:36:06
56948         Log: add $Tie::RefHash::VERSION
56949      Branch: maint-5.6/perl
56950            ! lib/Tie/RefHash.pm
56951 ____________________________________________________________________________
56952 [  9631] By: jhi                                   on 2001/04/08  16:10:15
56953         Log: perl571delta updates based on p5p feedback; still needs
56954              lots of examples.
56955      Branch: perl
56956            ! pod/perl571delta.pod
56957 ____________________________________________________________________________
56958 [  9630] By: jhi                                   on 2001/04/08  15:59:13
56959         Log: Update the list of supported platforms to talk about 5.7.1
56960              (and 5.6.1)
56961      Branch: perl
56962            ! pod/perlport.pod
56963 ____________________________________________________________________________
56964 [  9629] By: jhi                                   on 2001/04/08  15:55:41
56965         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
56966              from maintperl into mainline: perlport updates.
56967      Branch: perl
56968            ! pod/perlport.pod
56969 ____________________________________________________________________________
56970 [  9628] By: jhi                                   on 2001/04/08  15:53:17
56971         Log: perlsolaris.pod copied to wrong directory.
56972      Branch: perl
56973            ! win32/makefile.mk
56974 ____________________________________________________________________________
56975 [  9627] By: jhi                                   on 2001/04/08  14:48:18
56976         Log: Subject: Typos in perl571delta.pod
56977              From: "Stephen P. Potter" <spp@spotter.yi.org>
56978              Date: Sat, 07 Apr 2001 20:37:05 -0400
56979              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
56980      Branch: perl
56981            ! pod/perl571delta.pod
56982 ____________________________________________________________________________
56983 [  9626] By: jhi                                   on 2001/04/08  14:39:04
56984         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
56985      Branch: perl
56986            ! gv.c
56987 ____________________________________________________________________________
56988 [  9625] By: nick                                  on 2001/04/08  10:14:23
56989         Log: Integrate mainline
56990      Branch: perlio
56991           +> pod/perl570delta.pod pod/perl571delta.pod
56992           !> (integrate 27 files)
56993 ____________________________________________________________________________
56994 [  9624] By: gsar                                  on 2001/04/08  06:08:17
56995         Log: test in t/pod/* were busted
56996              
56997              these tests are still not enabled in t/{harness,TEST}
56998      Branch: maint-5.6/perl
56999            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
57000            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
57001            ! t/pod/multiline_items.t t/pod/nested_items.t
57002            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
57003            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
57004 ____________________________________________________________________________
57005 [  9623] By: gsar                                  on 2001/04/08  03:37:01
57006         Log: integrate change#9470 from mainline
57007              
57008              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
57009      Branch: maint-5.6/perl
57010           !> ext/Socket/Socket.xs
57011 ____________________________________________________________________________
57012 [  9622] By: jhi                                   on 2001/04/07  22:40:47
57013         Log: Update Changes.
57014      Branch: perl
57015            ! Changes patchlevel.h
57016 ____________________________________________________________________________
57017 [  9621] By: jhi                                   on 2001/04/07  22:34:16
57018         Log: Update AUTHORS.
57019      Branch: perl
57020            ! AUTHORS
57021 ____________________________________________________________________________
57022 [  9620] By: jhi                                   on 2001/04/07  22:12:47
57023         Log: Forgot to bump the number of tests in #9164.
57024      Branch: perl
57025            ! t/op/array.t
57026 ____________________________________________________________________________
57027 [  9619] By: jhi                                   on 2001/04/07  22:09:50
57028         Log: Bump patchlevel to 5.7.1.
57029      Branch: perl
57030            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57031            ! config_h.SH patchlevel.h
57032 ____________________________________________________________________________
57033 [  9618] By: jhi                                   on 2001/04/07  22:02:41
57034         Log: Populate perl571delta.
57035      Branch: perl
57036            ! pod/perl571delta.pod
57037 ____________________________________________________________________________
57038 [  9617] By: jhi                                   on 2001/04/07  22:01:23
57039         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
57040              to forget it later; do not change patchlevel.h yet or regenerate
57041              Configure yet.
57042      Branch: perl
57043            ! epoc/config.sh win32/Makefile win32/config_H.bc
57044            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
57045 ____________________________________________________________________________
57046 [  9616] By: jhi                                   on 2001/04/07  17:46:33
57047         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
57048      Branch: perl
57049            ! pod/perl571delta.pod
57050 ____________________________________________________________________________
57051 [  9615] By: jhi                                   on 2001/04/07  17:33:21
57052         Log: Change the toc configuration.
57053      Branch: perl
57054            ! pod/buildtoc.PL pod/perl.pod
57055 ____________________________________________________________________________
57056 [  9614] By: jhi                                   on 2001/04/07  17:29:47
57057         Log: Subject: PATCH: $[
57058              From: Robin Houston <robin@kitsite.com>
57059              Date: Fri, 6 Apr 2001 18:10:14 +0100
57060              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
57061      Branch: perl
57062            ! op.c t/op/array.t
57063 ____________________________________________________________________________
57064 [  9613] By: jhi                                   on 2001/04/07  17:28:26
57065         Log: Subject: [PATCH perl@9424] isn't numeric warning
57066              From: Robin Barker <rmb1@cise.npl.co.uk>
57067              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
57068              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
57069      Branch: perl
57070            ! sv.c t/pragma/warn/sv
57071 ____________________________________________________________________________
57072 [  9612] By: jhi                                   on 2001/04/07  17:26:45
57073         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
57074              From: Mike Guy <mjtg@cam.ac.uk>
57075              Date: Fri, 06 Apr 2001 12:47:06 +0100
57076              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
57077      Branch: perl
57078            ! dump.c t/lib/peek.t
57079 ____________________________________________________________________________
57080 [  9611] By: jhi                                   on 2001/04/07  17:21:35
57081         Log: Create perl571delta and seed it off with the perldelta changes
57082              since 5.7.0; remove those changes from perldelta and rename it
57083              as perl570delta; recreate perldelta but leave it almost empty.
57084      Branch: perl
57085            + pod/perl570delta.pod pod/perl571delta.pod
57086            ! MANIFEST pod/perldelta.pod
57087 ____________________________________________________________________________
57088 [  9610] By: jhi                                   on 2001/04/07  16:56:32
57089         Log: Denit.
57090      Branch: perl
57091            ! pod/perldelta.pod
57092 ____________________________________________________________________________
57093 [  9609] By: jhi                                   on 2001/04/07  16:38:32
57094         Log: Retract #9523: needs more thought.
57095      Branch: perl
57096            ! Makefile.SH
57097 ____________________________________________________________________________
57098 [  9608] By: jhi                                   on 2001/04/07  14:59:20
57099         Log: atmark() code cleanaup.
57100      Branch: perl
57101            ! ext/IO/IO.xs
57102 ____________________________________________________________________________
57103 [  9607] By: jhi                                   on 2001/04/07  14:48:14
57104         Log: Integrate change #9605 from maintperl into mainline.
57105              
57106              can't optimize away scope entry if tr/// is present
57107      Branch: perl
57108           !> op.c t/op/tr.t
57109 ____________________________________________________________________________
57110 [  9606] By: jhi                                   on 2001/04/07  14:43:59
57111         Log: Integrate perlio:
57112              
57113              [  9604]
57114              Split out extension finding code from buildext.pl into FindExt.pm
57115              Use it to get Config.pm's idea of available extensions in line
57116              with what is built.
57117              
57118              [  9603]
57119              Cleanup correction for failed :Via() layer, also set an error code.
57120              
57121              [  9602]
57122              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
57123              style. So don't use binmode() on the handles so that Win32 etc. see
57124              same sequence and produce same digests.
57125              
57126              [  9601]
57127              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
57128              Else it complains and so crlf layer (say) does not get pushed.
57129              
57130              [  9599]
57131              Quote $VERSION in Encode.pm.
57132              regen_config_h as requested.
57133      Branch: perl
57134           +> win32/FindExt.pm
57135           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
57136           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
57137 ____________________________________________________________________________
57138 [  9605] By: gsar                                  on 2001/04/07  11:52:40
57139         Log: can't optimize away scope entry if tr/// is present
57140      Branch: maint-5.6/perl
57141            ! op.c t/op/tr.t
57142 ____________________________________________________________________________
57143 [  9604] By: nick                                  on 2001/04/07  11:39:45
57144         Log: Split out extension finding code from buildext.pl into FindExt.pm
57145              Use it to get Config.pm's idea of available extensions in line
57146              with what is built.
57147      Branch: perlio
57148            + win32/FindExt.pm
57149            ! MANIFEST win32/buildext.pl win32/config_sh.PL
57150            ! win32/makefile.mk
57151 ____________________________________________________________________________
57152 [  9603] By: nick                                  on 2001/04/07  09:11:38
57153         Log: Cleanup correction for failed :Via() layer, also set an error code.
57154      Branch: perlio
57155            ! ext/PerlIO/Via/Via.xs
57156 ____________________________________________________________________________
57157 [  9602] By: nick                                  on 2001/04/07  08:38:04
57158         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
57159              style. So don't use binmode() on the handles so that Win32 etc. see
57160              same sequence and produce same digests.
57161      Branch: perlio
57162            ! t/lib/md5-file.t
57163 ____________________________________________________________________________
57164 [  9601] By: nick                                  on 2001/04/07  08:36:26
57165         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
57166              Else it complains and so crlf layer (say) does not get pushed.
57167      Branch: perlio
57168            ! perlio.c
57169 ____________________________________________________________________________
57170 [  9600] By: jhi                                   on 2001/04/06  23:00:09
57171         Log: Integrate change #9599 from perlio into mainline.
57172      Branch: perl
57173           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
57174           !> win32/config_H.vc
57175 ____________________________________________________________________________
57176 [  9599] By: nick                                  on 2001/04/06  21:42:43
57177         Log: Quote $VERSION in Encode.pm.
57178              regen_config_h as requested.
57179      Branch: perlio
57180            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
57181            ! win32/config_H.vc
57182 ____________________________________________________________________________
57183 [  9598] By: nick                                  on 2001/04/06  20:34:59
57184         Log: Integrate mainline
57185      Branch: perlio
57186           +> README.macos
57187           !> (integrate 39 files)
57188 ____________________________________________________________________________
57189 [  9597] By: gsar                                  on 2001/04/06  18:06:35
57190         Log: integrate change#9464 from mainline (addendum to change#8313)
57191              
57192              Subject: [PATCH @9452] Better peep()ing for foreach() loops
57193      Branch: maint-5.6/perl
57194           !> op.c
57195 ____________________________________________________________________________
57196 [  9596] By: jhi                                   on 2001/04/06  17:26:03
57197         Log: The d_casti32=undef is good for you even when not use64bitall.
57198      Branch: perl
57199            ! hints/hpux.sh
57200 ____________________________________________________________________________
57201 [  9595] By: gsar                                  on 2001/04/06  14:57:17
57202         Log: add a low-impact fix to accommodate darwin-ism
57203      Branch: maint-5.6/perl
57204            ! ext/Errno/Errno_pm.PL
57205 ____________________________________________________________________________
57206 [  9594] By: jhi                                   on 2001/04/06  14:55:14
57207         Log: Integrate changes #9528,9593 from mainline into maintperl;
57208              tweaking the editor/IDE/shell list.
57209      Branch: maint-5.6/perl
57210           !> pod/perlfaq3.pod
57211 ____________________________________________________________________________
57212 [  9593] By: jhi                                   on 2001/04/06  14:51:39
57213         Log: Make the editor/IDE/shell list a little bit airier.
57214      Branch: perl
57215            ! pod/perlfaq3.pod
57216 ____________________________________________________________________________
57217 [  9592] By: gsar                                  on 2001/04/06  14:45:18
57218         Log: integrate change#9477 from mainline (base.pm doc tweak)
57219              
57220              missing doc entry for fmod()
57221      Branch: maint-5.6/perl
57222            ! lib/Math/BigFloat.pm
57223           !> lib/base.pm
57224 ____________________________________________________________________________
57225 [  9591] By: jhi                                   on 2001/04/06  13:55:48
57226         Log: Regen toc.
57227      Branch: perl
57228            ! pod/perltoc.pod
57229 ____________________________________________________________________________
57230 [  9590] By: jhi                                   on 2001/04/06  13:54:52
57231         Log: Math::BigFloat patches from John Peacock.  The equivalent
57232              of #9586 from maintperl but reworked by John to work with
57233              the bleadperl.
57234      Branch: perl
57235            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
57236 ____________________________________________________________________________
57237 [  9589] By: jhi                                   on 2001/04/06  13:42:23
57238         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
57239      Branch: perl
57240            ! ext/Digest/MD5/Makefile.PL
57241 ____________________________________________________________________________
57242 [  9588] By: jhi                                   on 2001/04/06  13:31:45
57243         Log: Integrate changes #9584,9587 from maintperl into mainline.
57244              
57245              keep eval"" CVs alive until the end of the statement in which
57246              they're called
57247              
57248              add README.macos (from Chris Nandor)
57249              
57250              tyop in change#9555
57251      Branch: perl
57252           +> README.macos
57253           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
57254           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
57255           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
57256           !> win32/makefile.mk
57257 ____________________________________________________________________________
57258 [  9587] By: gsar                                  on 2001/04/06  07:31:30
57259         Log: add README.macos (from Chris Nandor)
57260              
57261              tyop in change#9555
57262      Branch: maint-5.6/perl
57263            + README.macos
57264            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
57265            ! win32/Makefile win32/makefile.mk
57266 ____________________________________________________________________________
57267 [  9586] By: gsar                                  on 2001/04/06  07:08:54
57268         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
57269      Branch: maint-5.6/perl
57270            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
57271 ____________________________________________________________________________
57272 [  9585] By: gsar                                  on 2001/04/06  06:58:44
57273         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
57274              from mainline
57275              
57276              Subject: [PATCH] Base64 update to perlfaq9.pod
57277              
57278              Subject: [PATCH AUTHORS] Housekeeping
57279              
57280              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
57281              Mac OS X (Darwin) has extra pwent fields.
57282              
57283              Subject: [PATCH B::*] print control-character vars readably
57284              Needs EBCDICification.
57285              
57286              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
57287              
57288              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
57289              
57290              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
57291              
57292              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
57293              
57294              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
57295              
57296              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
57297              
57298              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
57299              
57300              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
57301              
57302              FreeBSD hints tweak from Anton Berezin.
57303              
57304              Subject: [PATCH foolperl & bleadperl] README.vms update
57305              
57306              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
57307      Branch: maint-5.6/perl
57308           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
57309           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
57310           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
57311 ____________________________________________________________________________
57312 [  9584] By: gsar                                  on 2001/04/06  04:09:00
57313         Log: keep eval"" CVs alive until the end of the statement in which
57314              they're called; this avoids a coredump ensuing from search for
57315              lexicals in code such as:
57316              
57317              sub bug {
57318              my $s = @_;
57319              eval q[sub { eval 'sub { &$s }' }];
57320              }
57321              bug("x")->()->();
57322              
57323              this code still doesn't work as intended (as it has remained
57324              since time immemorial), but it doesn't provoke a coredump anymore
57325      Branch: maint-5.6/perl
57326            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
57327            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
57328 ____________________________________________________________________________
57329 [  9583] By: jhi                                   on 2001/04/05  23:52:51
57330         Log: Update Changes.
57331      Branch: perl
57332            ! Changes patchlevel.h
57333 ____________________________________________________________________________
57334 [  9582] By: jhi                                   on 2001/04/05  23:11:23
57335         Log: Slight doc tweak.
57336      Branch: perl
57337            ! pod/perlunicode.pod
57338 ____________________________________________________________________________
57339 [  9581] By: jhi                                   on 2001/04/05  23:04:11
57340         Log: Integrate perlio:
57341              
57342              [  9569]
57343              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
57344              
57345              [  9549]
57346              Downgrade "Wide character in print" to a warning.
57347      Branch: perl
57348           !> pod/perlunicode.pod
57349 ____________________________________________________________________________
57350 [  9580] By: jhi                                   on 2001/04/05  23:03:29
57351         Log: Test for #9579.
57352      Branch: perl
57353            ! t/op/do.t
57354 ____________________________________________________________________________
57355 [  9579] By: jhi                                   on 2001/04/05  22:54:17
57356         Log: Subject: [PATCH] Propagate calling context for do '...'
57357              From: Gisle Aas <gisle@ActiveState.com>
57358              Date: 04 Apr 2001 20:17:29 -0700
57359              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
57360      Branch: perl
57361            ! pod/perlfunc.pod pp_ctl.c
57362 ____________________________________________________________________________
57363 [  9578] By: jhi                                   on 2001/04/05  22:52:51
57364         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
57365              From: Peter Prymmer <pvhp@forte.com>
57366              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
57367              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
57368      Branch: perl
57369            ! README.vms
57370 ____________________________________________________________________________
57371 [  9577] By: jhi                                   on 2001/04/05  22:48:22
57372         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
57373              From: "Craig A. Berry" <craigberry@mac.com>
57374              Date: Thu, 5 Apr 2001 13:43:28 -0500
57375              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
57376      Branch: perl
57377            ! README.vms
57378 ____________________________________________________________________________
57379 [  9576] By: jhi                                   on 2001/04/05  22:31:38
57380         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
57381              From: Michael G Schwern <schwern@pobox.com>
57382              Date: Thu, 5 Apr 2001 21:53:21 +0100
57383              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
57384      Branch: perl
57385            ! lib/base.pm t/lib/fields.t
57386 ____________________________________________________________________________
57387 [  9575] By: jhi                                   on 2001/04/05  22:26:10
57388         Log: FreeBSD hints tweak from Anton Berezin.
57389      Branch: perl
57390            ! hints/freebsd.sh
57391 ____________________________________________________________________________
57392 [  9574] By: jhi                                   on 2001/04/05  22:24:03
57393         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
57394              From: David Dyck <dcd@tc.fluke.com>
57395              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
57396              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
57397      Branch: perl
57398            ! t/op/oct.t
57399 ____________________________________________________________________________
57400 [  9573] By: jhi                                   on 2001/04/05  22:23:06
57401         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
57402              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
57403              From: David Dyck <dcd@tc.fluke.com>
57404              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
57405      Branch: perl
57406            ! pp.c
57407 ____________________________________________________________________________
57408 [  9572] By: jhi                                   on 2001/04/05  22:14:47
57409         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
57410              From: Robin Houston <robin@kitsite.com>
57411              Date: Thu, 5 Apr 2001 20:56:48 +0100
57412              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
57413      Branch: perl
57414            ! ext/B/B/Deparse.pm
57415 ____________________________________________________________________________
57416 [  9571] By: jhi                                   on 2001/04/05  22:12:53
57417         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
57418              From: Robin Houston <robin@kitsite.com>
57419              Date: Thu, 5 Apr 2001 19:55:51 +0100
57420              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
57421      Branch: perl
57422            ! ext/B/B/Deparse.pm
57423 ____________________________________________________________________________
57424 [  9570] By: jhi                                   on 2001/04/05  22:11:06
57425         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
57426              From: Robin Houston <robin@kitsite.com>
57427              Date: Thu, 5 Apr 2001 20:16:29 +0100
57428              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
57429      Branch: perl
57430            ! ext/B/B/Deparse.pm
57431 ____________________________________________________________________________
57432 [  9569] By: nick                                  on 2001/04/05  21:32:26
57433         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
57434      Branch: perlio
57435            ! pod/perlunicode.pod
57436 ____________________________________________________________________________
57437 [  9568] By: nick                                  on 2001/04/05  19:38:09
57438         Log: Integrate mainline
57439      Branch: perlio
57440           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
57441           !> (integrate 35 files)
57442 ____________________________________________________________________________
57443 [  9567] By: jhi                                   on 2001/04/05  18:31:45
57444         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
57445              From: Robin Houston <robin@kitsite.com>
57446              Date: Thu, 5 Apr 2001 18:03:23 +0100
57447              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
57448      Branch: perl
57449            ! ext/B/B/Deparse.pm
57450 ____________________________________________________________________________
57451 [  9566] By: jhi                                   on 2001/04/05  18:29:35
57452         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
57453              From: Robin Houston <robin@kitsite.com>
57454              Date: Thu, 5 Apr 2001 16:45:18 +0100
57455              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
57456      Branch: perl
57457            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
57458 ____________________________________________________________________________
57459 [  9565] By: jhi                                   on 2001/04/05  18:24:23
57460         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
57461              From: Robin Houston <robin@kitsite.com>
57462              Date: Thu, 5 Apr 2001 14:50:09 +0100
57463              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
57464      Branch: perl
57465            ! ext/B/B/Deparse.pm
57466 ____________________________________________________________________________
57467 [  9564] By: jhi                                   on 2001/04/05  18:23:03
57468         Log: Subject: [PATCH B::*] print control-character vars readably
57469              From: Robin Houston <robin@kitsite.com>
57470              Date: Thu, 5 Apr 2001 14:27:38 +0100
57471              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
57472              
57473              Needs EBCDICification.
57474      Branch: perl
57475            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
57476            ! ext/B/B/Terse.pm
57477 ____________________________________________________________________________
57478 [  9563] By: jhi                                   on 2001/04/05  18:20:32
57479         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
57480              Date: Thu, 5 Apr 2001 13:21:42 -0400
57481              From: Paul Schinder <schinder@pobox.com>
57482              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
57483              
57484              Mac OS X (Darwin) has extra pwent fields.
57485      Branch: perl
57486            ! t/op/pwent.t
57487 ____________________________________________________________________________
57488 [  9562] By: jhi                                   on 2001/04/05  17:57:51
57489         Log: Regen toc.
57490      Branch: perl
57491            ! pod/perltoc.pod
57492 ____________________________________________________________________________
57493 [  9561] By: jhi                                   on 2001/04/05  17:47:33
57494         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
57495      Branch: metaconfig
57496            ! U/Glossary.patch
57497      Branch: metaconfig/U/perl
57498            + d_u32align.U
57499            ! d_cmsghdr_s.U d_msghdr_s.U
57500 ____________________________________________________________________________
57501 [  9560] By: jhi                                   on 2001/04/05  17:47:01
57502         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
57503              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
57504              Introduce probes for struct msghdr, struct cmsghdr,
57505              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
57506              ualarm, usleep, for possible later extension work.
57507      Branch: perl
57508            + t/lib/md5-align.t
57509            ! Configure MANIFEST Porting/Glossary Porting/config.sh
57510            ! Porting/config_H config_h.SH configure.com epoc/config.sh
57511            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
57512            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57513            ! vos/config.ga.h win32/config.bc win32/config.gc
57514            ! win32/config.vc
57515 ____________________________________________________________________________
57516 [  9559] By: jhi                                   on 2001/04/05  13:03:04
57517         Log: Be traditional in your cpp (for the Errno extension).
57518      Branch: perl
57519            ! hints/darwin.sh
57520 ____________________________________________________________________________
57521 [  9558] By: jhi                                   on 2001/04/05  13:00:05
57522         Log: Add $Config{cppflags} to the gcc incantation.
57523      Branch: perl
57524            ! ext/Errno/Errno_pm.PL
57525 ____________________________________________________________________________
57526 [  9557] By: jhi                                   on 2001/04/05  04:22:39
57527         Log: Introduce Sean Burke's Class::ISA 0.32.
57528      Branch: perl
57529            + lib/Class/ISA.pm t/lib/class-isa.t
57530            ! MANIFEST
57531 ____________________________________________________________________________
57532 [  9556] By: jhi                                   on 2001/04/05  04:09:50
57533         Log: Subject: [PATCH AUTHORS] Housekeeping
57534              From: Paul Johnson <paul@pjcj.net> 
57535              Date: Wed, 4 Apr 2001 22:45:47 +0200
57536              Message-ID: <20010404224547.D9548@pjcj.net>
57537      Branch: perl
57538            ! AUTHORS
57539 ____________________________________________________________________________
57540 [  9555] By: jhi                                   on 2001/04/05  04:06:33
57541         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
57542              From: Gisle Aas <gisle@ActiveState.com>
57543              Date: 04 Apr 2001 14:23:04 -0700
57544              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
57545      Branch: perl
57546            ! pod/perlfaq9.pod
57547 ____________________________________________________________________________
57548 [  9554] By: jhi                                   on 2001/04/05  04:05:49
57549         Log: Downgrade also the "Wide character" diagnostic.
57550      Branch: perl
57551            ! pod/perldiag.pod
57552 ____________________________________________________________________________
57553 [  9553] By: jhi                                   on 2001/04/05  04:00:33
57554         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
57555              maintperl into mainline.
57556              
57557              "double" should be "NV"; standard typemap is missing entry
57558              for NV
57559              
57560              s/djSP/dSP/
57561              
57562              Downgrade "Wide character in print" to a warning.
57563              
57564              B::Deparse fix for ${^FOO} and documentation for PVX() method
57565              (from Robin Houston)
57566              
57567              tr/// doesn't null-terminate the result in some situations
57568              (from Gisle Aas)
57569      Branch: perl
57570           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
57571           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
57572           !> t/io/utf8.t t/op/tr.t
57573 ____________________________________________________________________________
57574 [  9552] By: jhi                                   on 2001/04/05  03:52:50
57575         Log: Retract changes #9542 and #9538 (from maintperl, integrated
57576              at #9540), shouldn't be needed because of the perlio changes.
57577      Branch: perl
57578            ! util.c
57579 ____________________________________________________________________________
57580 [  9551] By: gsar                                  on 2001/04/05  00:18:34
57581         Log: tr/// doesn't null-terminate the result in some situations
57582              (from Gisle Aas)
57583      Branch: maint-5.6/perl
57584            ! doop.c t/op/tr.t
57585 ____________________________________________________________________________
57586 [  9550] By: gsar                                  on 2001/04/04  20:04:17
57587         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
57588              (from Robin Houston)
57589      Branch: maint-5.6/perl
57590            ! ext/B/B.pm ext/B/B/Deparse.pm
57591 ____________________________________________________________________________
57592 [  9549] By: nick                                  on 2001/04/04  18:56:15
57593         Log: Downgrade "Wide character in print" to a warning.
57594      Branch: perlio
57595            ! doio.c t/io/utf8.t
57596 ____________________________________________________________________________
57597 [  9548] By: gsar                                  on 2001/04/04  18:51:49
57598         Log: integrate changes#9460,9462,9482,9521,9522
57599              
57600              Subject: PATCH: B::Debug should show LOOP-specific fields
57601              
57602              Subject: B::Deparse precedence bug. (Patch included.)
57603              
57604              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
57605              
57606              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
57607              
57608              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
57609      Branch: maint-5.6/perl
57610           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
57611           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
57612 ____________________________________________________________________________
57613 [  9547] By: gsar                                  on 2001/04/04  18:49:16
57614         Log: s/djSP/dSP/
57615      Branch: maint-5.6/perl
57616            ! ext/Thread/Thread.xs
57617 ____________________________________________________________________________
57618 [  9546] By: nick                                  on 2001/04/04  18:44:00
57619         Log: Integrate mainline.
57620      Branch: perlio
57621           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
57622           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
57623 ____________________________________________________________________________
57624 [  9545] By: gsar                                  on 2001/04/04  18:38:52
57625         Log: integrate change#8837 from mainline
57626              
57627              Subject: [patch] -Wall cleanup round 2
57628      Branch: maint-5.6/perl
57629           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
57630           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
57631           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
57632           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
57633           !> ext/SDBM_File/SDBM_File.xs
57634 ____________________________________________________________________________
57635 [  9544] By: gsar                                  on 2001/04/04  17:49:57
57636         Log: "double" should be "NV"; standard typemap is missing entry
57637              for NV
57638      Branch: maint-5.6/perl
57639            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
57640 ____________________________________________________________________________
57641 [  9543] By: jhi                                   on 2001/04/04  14:13:18
57642         Log: Thou shalt not (just) match for English error messages.
57643      Branch: perl
57644            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
57645            ! os2/OS2/Process/Process.pm
57646 ____________________________________________________________________________
57647 [  9542] By: jhi                                   on 2001/04/04  13:20:39
57648         Log: Make the stdio tricks of fflush_all() to exist only if
57649              stdio is being used.
57650      Branch: perl
57651            ! util.c
57652 ____________________________________________________________________________
57653 [  9541] By: jhi                                   on 2001/04/04  04:20:24
57654         Log: Subject: Re: [PATCH] Lighten up glob
57655              From: Benjamin Sugars <bsugars@canoe.ca>
57656              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
57657              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
57658      Branch: perl
57659            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
57660            ! util.c
57661 ____________________________________________________________________________
57662 [  9540] By: jhi                                   on 2001/04/04  04:03:57
57663         Log: Integrate changes #9538,9539 from maintperl into mainline.
57664              
57665              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
57666              for use with _fwalk() (fix for change#7705)
57667              
57668              another tweak needed for SunOS 4.1.x build (from Mike Guy)
57669              (cp -f is not portable)
57670      Branch: perl
57671           !> Makefile.SH util.c
57672 ____________________________________________________________________________
57673 [  9539] By: gsar                                  on 2001/04/04  03:01:14
57674         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
57675      Branch: maint-5.6/perl
57676            ! Makefile.SH
57677 ____________________________________________________________________________
57678 [  9538] By: gsar                                  on 2001/04/04  01:00:38
57679         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
57680              for use with _fwalk() (fix for change#7705)
57681      Branch: maint-5.6/perl
57682            ! util.c
57683 ____________________________________________________________________________
57684 [  9537] By: nick                                  on 2001/04/03  19:24:55
57685         Log: Integrate mainline
57686      Branch: perlio
57687           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
57688           +> lib/unicode/PropList.html
57689            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
57690           !> (integrate 69 files)
57691 ____________________________________________________________________________
57692 [  9536] By: jhi                                   on 2001/04/03  18:02:31
57693         Log: Integrate change #9533 from maintperl into mainline.
57694              
57695              better fix for change#9517 to accomodate UNC paths like
57696              \\server\share\foo, and paths with trailing backslash
57697              like c:\this\
57698      Branch: perl
57699           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
57700 ____________________________________________________________________________
57701 [  9535] By: jhi                                   on 2001/04/03  17:58:07
57702         Log: Change the push/unshift warning to be of class syntax, not misc.
57703      Branch: perl
57704            ! op.c pod/perldiag.pod t/pragma/warn/op
57705 ____________________________________________________________________________
57706 [  9534] By: jhi                                   on 2001/04/03  15:03:46
57707         Log: Change the push/unshift warning (#9532) to talk about "no values"
57708              instead of "no arguments".
57709      Branch: perl
57710            ! op.c pod/perldiag.pod t/pragma/warn/op
57711 ____________________________________________________________________________
57712 [  9533] By: gsar                                  on 2001/04/03  14:30:07
57713         Log: better fix for change#9517 to accomodate UNC paths like
57714              \\server\share\foo, and paths with trailing backslash
57715              like c:\this\
57716      Branch: maint-5.6/perl
57717            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
57718 ____________________________________________________________________________
57719 [  9532] By: jhi                                   on 2001/04/03  13:11:46
57720         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
57721              From: Robin Houston <robin@kitsite.com>
57722              Date: Mon, 2 Apr 2001 15:03:29 +0100
57723              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
57724      Branch: perl
57725            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
57726 ____________________________________________________________________________
57727 [  9531] By: jhi                                   on 2001/04/03  13:06:34
57728         Log: Integrate change #9530 from maintperl into mainline.
57729              
57730              accomodate VMS "mailbox overflow" quirk in testsuite (from
57731              Craig Berry)
57732      Branch: perl
57733           !> t/lib/socket.t
57734 ____________________________________________________________________________
57735 [  9530] By: gsar                                  on 2001/04/03  04:56:41
57736         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
57737              Craig Berry)
57738      Branch: maint-5.6/perl
57739            ! t/lib/socket.t
57740 ____________________________________________________________________________
57741 [  9529] By: jhi                                   on 2001/04/03  02:34:34
57742         Log: Update Changes.
57743      Branch: perl
57744            ! Changes patchlevel.h
57745 ____________________________________________________________________________
57746 [  9528] By: jhi                                   on 2001/04/03  01:27:57
57747         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
57748              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
57749              To: perl5-porters@perl.org
57750              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
57751      Branch: perl
57752            ! pod/perlfaq3.pod
57753 ____________________________________________________________________________
57754 [  9527] By: jhi                                   on 2001/04/03  01:22:09
57755         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
57756              From: Peter Prymmer <pvhp@forte.com>
57757              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
57758              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
57759      Branch: perl
57760            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
57761 ____________________________________________________________________________
57762 [  9526] By: jhi                                   on 2001/04/03  01:18:25
57763         Log: The metaconfig unit changes for #9525.
57764      Branch: metaconfig
57765            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
57766      Branch: metaconfig/U/perl
57767            ! use64bits.U
57768 ____________________________________________________________________________
57769 [  9525] By: jhi                                   on 2001/04/03  01:17:30
57770         Log: Configure sanity checks:
57771              * if use64bitall is attempted but pointers are only 32-bit,
57772              'downgrade' to use64bitint
57773              * if use64bitint is attempted but there's no quad type,
57774              forget about use64bitint (well, the default for it is 'n',
57775              the user can still override this)
57776              * if pointers are 64 bits, do not try to use Perl's malloc
57777      Branch: perl
57778            ! Configure
57779 ____________________________________________________________________________
57780 [  9524] By: gsar                                  on 2001/04/03  01:09:12
57781         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
57782      Branch: maint-5.6/perl
57783            ! pp_sys.c
57784 ____________________________________________________________________________
57785 [  9523] By: jhi                                   on 2001/04/03  00:02:31
57786         Log: (Retracted by #9609)
57787              
57788              Make it harder for parallel makes to enter 'test' before
57789              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
57790              should be unhappy enough, but sometimes parallel makes seem
57791              to sneak past both in Tru64 and AIX.)
57792      Branch: perl
57793            ! Makefile.SH
57794 ____________________________________________________________________________
57795 [  9522] By: jhi                                   on 2001/04/02  22:35:31
57796         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
57797              Date: Mon, 2 Apr 2001 22:54:10 +0100
57798              From: Robin Houston <robin@kitsite.com>
57799              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
57800      Branch: perl
57801            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
57802 ____________________________________________________________________________
57803 [  9521] By: jhi                                   on 2001/04/02  22:32:23
57804         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
57805              From: Robin Houston <robin@kitsite.com>
57806              Date: Mon, 2 Apr 2001 20:24:03 +0100
57807              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
57808      Branch: perl
57809            ! ext/B/B/Concise.pm
57810 ____________________________________________________________________________
57811 [  9520] By: jhi                                   on 2001/04/02  22:30:43
57812         Log: Subject: [PATCH] REALLY pedantic hv.h nit
57813              From: Simon Cozens <simon@netthink.co.uk>
57814              Date: Mon, 2 Apr 2001 15:43:06 +0100
57815              Message-ID: <20010402154306.A21711@netthink.co.uk>
57816      Branch: perl
57817            ! hv.h
57818 ____________________________________________________________________________
57819 [  9519] By: jhi                                   on 2001/04/02  22:28:04
57820         Log: Based on
57821              
57822              Subject: [foolperl] EPOC fix
57823              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57824              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
57825              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
57826      Branch: perl
57827            ! pp_sys.c
57828 ____________________________________________________________________________
57829 [  9518] By: jhi                                   on 2001/04/02  22:22:34
57830         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
57831              
57832              README.win32 tweaks; add a note about alternative location for
57833              getting a gcc-2.95.2 that will build perl properly on windows
57834              
57835              add some notes about gutsy threading matters
57836              
57837              many of the utilities interpolate literal paths within doublequotes
57838              (fails on dosish platforms where path contains backslashes)
57839      Branch: perl
57840           !> README.win32 pod/perlguts.pod utils/perldoc.PL
57841           !> x2p/find2perl.PL x2p/s2p.PL
57842 ____________________________________________________________________________
57843 [  9517] By: gsar                                  on 2001/04/02  19:52:21
57844         Log: many of the utilities interpolate literal paths within doublequotes
57845              (fails on dosish platforms where path contains backslashes)
57846      Branch: maint-5.6/perl
57847            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
57848 ____________________________________________________________________________
57849 [  9516] By: gsar                                  on 2001/04/02  05:49:37
57850         Log: a foolish release
57851      Branch: maint-5.6/perl
57852            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
57853            ! pod/perltoc.pod
57854 ____________________________________________________________________________
57855 [  9515] By: gsar                                  on 2001/04/02  05:04:29
57856         Log: add missing changelog summaries
57857      Branch: maint-5.6/perl
57858            ! Changes
57859 ____________________________________________________________________________
57860 [  9514] By: gsar                                  on 2001/04/02  04:07:13
57861         Log: add some notes about gutsy threading matters
57862      Branch: maint-5.6/perl
57863            ! pod/perlguts.pod
57864 ____________________________________________________________________________
57865 [  9513] By: gsar                                  on 2001/04/02  03:25:21
57866         Log: add more prominent caveat notices about experimental features
57867      Branch: maint-5.6/perl
57868            ! pod/perlfork.pod pod/perlunicode.pod
57869 ____________________________________________________________________________
57870 [  9512] By: gsar                                  on 2001/04/02  02:54:33
57871         Log: integrate changes#9479,9509 from mainline
57872              
57873              [PATCH] File::Glob stuff for Mac OS
57874              
57875              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
57876      Branch: maint-5.6/perl
57877           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
57878           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
57879           !> t/lib/glob-taint.t
57880 ____________________________________________________________________________
57881 [  9511] By: gsar                                  on 2001/04/02  02:38:24
57882         Log: README.win32 tweaks; add a note about alternative location for
57883              getting a gcc-2.95.2 that will build perl properly on windows
57884      Branch: maint-5.6/perl
57885            ! README.win32
57886 ____________________________________________________________________________
57887 [  9510] By: jhi                                   on 2001/04/01  20:45:10
57888         Log: An ambiguousity warning.
57889      Branch: perl
57890            ! t/lib/trig.t
57891 ____________________________________________________________________________
57892 [  9509] By: jhi                                   on 2001/04/01  19:53:47
57893         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
57894              From: Jonathan Stowe <gellyfish@gellyfish.com>
57895              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
57896              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
57897      Branch: perl
57898            ! ext/File/Glob/bsd_glob.c
57899 ____________________________________________________________________________
57900 [  9508] By: jhi                                   on 2001/04/01  19:35:03
57901         Log: Update Changes.
57902      Branch: perl
57903            ! Changes patchlevel.h
57904 ____________________________________________________________________________
57905 [  9507] By: jhi                                   on 2001/04/01  19:24:01
57906         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
57907              from mainline to maintperl: pod tweaks.
57908      Branch: maint-5.6/perl
57909           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
57910           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
57911           !> pod/perlvar.pod
57912 ____________________________________________________________________________
57913 [  9506] By: jhi                                   on 2001/04/01  19:11:53
57914         Log: Commit Sarathy to April release of 5.6.1 :-)
57915      Branch: perl
57916            ! pod/perlfaq1.pod
57917 ____________________________________________________________________________
57918 [  9505] By: jhi                                   on 2001/04/01  19:03:15
57919         Log: Subject: PATCH 5.6.0 (perldebug.pod)
57920              From: Mark-Jason Dominus <mjd@plover.com>
57921              Date: Sun, 01 Apr 2001 14:25:11 -0400
57922              Message-ID: <20010401182511.9247.qmail@plover.com>
57923      Branch: perl
57924            ! pod/perldebug.pod
57925 ____________________________________________________________________________
57926 [  9504] By: jhi                                   on 2001/04/01  18:43:09
57927         Log: Add great_circle_direction().
57928      Branch: perl
57929            ! lib/Math/Trig.pm t/lib/trig.t
57930 ____________________________________________________________________________
57931 [  9503] By: jhi                                   on 2001/04/01  17:29:12
57932         Log: Unicode ReadMe update for Unicode 3.1.
57933      Branch: perl
57934            ! lib/unicode/ReadMe.txt
57935 ____________________________________________________________________________
57936 [  9502] By: jhi                                   on 2001/04/01  17:18:40
57937         Log: Integrate change #9501 from maintperl into mainline.
57938              
57939              fix the perlembed notes on multiple interpreters
57940              
57941              fix ExtUtils::Embed to work passably on Windows
57942      Branch: perl
57943           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
57944 ____________________________________________________________________________
57945 [  9501] By: gsar                                  on 2001/04/01  07:21:57
57946         Log: fix the perlembed notes on multiple interpreters
57947              
57948              fix ExtUtils::Embed to work passably on Windows
57949      Branch: maint-5.6/perl
57950            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
57951 ____________________________________________________________________________
57952 [  9500] By: jhi                                   on 2001/04/01  05:58:23
57953         Log: Test for #9499.
57954      Branch: perl
57955            ! t/op/tr.t
57956 ____________________________________________________________________________
57957 [  9499] By: jhi                                   on 2001/04/01  05:55:46
57958         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
57959      Branch: perl
57960            ! embed.h embed.pl op.c proto.h
57961 ____________________________________________________________________________
57962 [  9498] By: jhi                                   on 2001/04/01  05:44:34
57963         Log: Protect the workaround hunk more.
57964      Branch: perl
57965            ! toke.c
57966 ____________________________________________________________________________
57967 [  9497] By: jhi                                   on 2001/04/01  00:24:25
57968         Log: Integrate changes #9493,9494,9495,9496 from maintperl
57969              into mainline.
57970              
57971              fix a broken workaround for Borland compiler in change#4739
57972              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
57973              
57974              nits spotted by Borland compiler
57975              
57976              avoid redefinition warnings under Borland 5.02
57977              
57978              various nits identified by the Borland 5.5 compiler; remove suppression
57979              of a few warnings
57980      Branch: perl
57981           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
57982           !> win32/win32.h
57983 ____________________________________________________________________________
57984 [  9496] By: gsar                                  on 2001/03/31  23:22:28
57985         Log: various nits identified by the Borland 5.5 compiler; remove suppression
57986              of a few warnings
57987      Branch: maint-5.6/perl
57988            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
57989 ____________________________________________________________________________
57990 [  9495] By: gsar                                  on 2001/03/31  21:03:08
57991         Log: avoid redefinition warnings under Borland 5.02
57992      Branch: maint-5.6/perl
57993            ! win32/makefile.mk
57994 ____________________________________________________________________________
57995 [  9494] By: gsar                                  on 2001/03/31  20:18:59
57996         Log: nits spotted by Borland compiler
57997      Branch: maint-5.6/perl
57998            ! utf8.h win32/win32.h
57999 ____________________________________________________________________________
58000 [  9493] By: gsar                                  on 2001/03/31  20:18:05
58001         Log: fix a broken workaround for Borland compiler in change#4739
58002              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
58003      Branch: maint-5.6/perl
58004            ! toke.c
58005 ____________________________________________________________________________
58006 [  9492] By: jhi                                   on 2001/03/31  18:36:24
58007         Log: Integrate change #9491 from maintperl into mainline.
58008              
58009              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
58010              directory is relative (need to fetch the full path name *before*
58011              the chdir!)
58012      Branch: perl
58013           !> lib/Cwd.pm
58014 ____________________________________________________________________________
58015 [  9491] By: gsar                                  on 2001/03/31  17:01:56
58016         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
58017              directory is relative (need to fetch the full path name *before*
58018              the chdir!)
58019              
58020              this is a followup patch for change#6749
58021      Branch: maint-5.6/perl
58022            ! lib/Cwd.pm
58023 ____________________________________________________________________________
58024 [  9490] By: jhi                                   on 2001/03/31  15:50:18
58025         Log: Subject: Re: [PATCH] av.h cosmetics
58026              From: Simon Cozens <simon@netthink.co.uk>
58027              Date: Sat, 31 Mar 2001 13:09:59 +0100
58028              Message-ID: <20010331130959.A22000@netthink.co.uk>
58029              
58030              Document AvALLOC.
58031      Branch: perl
58032            ! pod/perlguts.pod
58033 ____________________________________________________________________________
58034 [  9489] By: jhi                                   on 2001/03/31  15:48:44
58035         Log: Subject: [PATCH] Re: Math::Big* v1.21
58036              From: Tels <perl_dummy@bloodgate.com>
58037              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
58038              Message-Id: <200103311125.GAA377738@www08.hway.net>
58039      Branch: perl
58040            ! pod/perlop.pod
58041 ____________________________________________________________________________
58042 [  9488] By: jhi                                   on 2001/03/31  03:39:51
58043         Log: Debug output tweak.
58044      Branch: perl
58045            ! t/lib/cwd.t
58046 ____________________________________________________________________________
58047 [  9487] By: jhi                                   on 2001/03/31  03:33:02
58048         Log: OverVMSification.
58049      Branch: perl
58050            ! t/lib/cwd.t
58051 ____________________________________________________________________________
58052 [  9486] By: jhi                                   on 2001/03/31  03:01:40
58053         Log: Missed MANIFESTations in #9483.
58054      Branch: perl
58055            ! MANIFEST
58056 ____________________________________________________________________________
58057 [  9485] By: jhi                                   on 2001/03/31  02:58:17
58058         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
58059              From: Peter Prymmer <pvhp@forte.com>
58060              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
58061              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
58062      Branch: perl
58063            ! regexec.c t/lib/cwd.t
58064 ____________________________________________________________________________
58065 [  9484] By: jhi                                   on 2001/03/31  01:04:41
58066         Log: Obsolete file (see #3938)
58067      Branch: perl
58068            - lib/unicode/README.Ethiopic
58069            ! MANIFEST
58070 ____________________________________________________________________________
58071 [  9483] By: jhi                                   on 2001/03/31  00:52:42
58072         Log: Update to Unicode 3.1.
58073              (Rename Names.txt to NamesList.txt.)
58074      Branch: perl
58075            + lib/unicode/NamesList.txt lib/unicode/PropList.html
58076            - lib/unicode/Names.txt
58077            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
58078            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
58079            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
58080            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
58081            ! lib/unicode/UCD.html lib/unicode/Unicode.html
58082            ! lib/unicode/rename lib/unicode/version
58083 ____________________________________________________________________________
58084 [  9482] By: jhi                                   on 2001/03/30  23:33:44
58085         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
58086              From: Robin Houston <robin@kitsite.com>
58087              Date: Fri, 30 Mar 2001 20:07:22 +0100
58088              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
58089      Branch: perl
58090            ! ext/B/B/Deparse.pm
58091 ____________________________________________________________________________
58092 [  9481] By: jhi                                   on 2001/03/30  23:20:25
58093         Log: Subject: Re: [PATCH] CwdXS, Take 2
58094              From: Benjamin Sugars <bsugars@canoe.ca>
58095              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
58096              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
58097      Branch: perl
58098            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
58099            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
58100 ____________________________________________________________________________
58101 [  9480] By: jhi                                   on 2001/03/30  22:52:38
58102         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
58103              From: David Dyck <dcd@tc.fluke.com>
58104              Date: Fri, 30 Mar 2001 14:44:13 -0800
58105              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
58106              
58107              The t/rantests flags file creation was accidentally
58108              removed by #9217.
58109      Branch: perl
58110            ! Makefile.SH
58111 ____________________________________________________________________________
58112 [  9479] By: jhi                                   on 2001/03/30  22:45:45
58113         Log: Subject: [PATCH] File::Glob stuff for Mac OS
58114              From: Chris Nandor <pudge@pobox.com>
58115              Date: Fri, 30 Mar 2001 16:51:00 -0500
58116              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
58117      Branch: perl
58118            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58119            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
58120            ! t/lib/glob-taint.t
58121 ____________________________________________________________________________
58122 [  9478] By: jhi                                   on 2001/03/30  22:43:12
58123         Log: Subject: fix for win32/buildext.pl
58124              From: "Vadim Konovalov" <watman@inbox.ru>
58125              Date: Sat, 31 Mar 2001 00:50:36 +0400
58126              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
58127      Branch: perl
58128            ! win32/buildext.pl
58129 ____________________________________________________________________________
58130 [  9477] By: jhi                                   on 2001/03/30  22:41:16
58131         Log: Subject: small base.pm doc patch
58132              From: Leon Brocard <acme@astray.com>
58133              Date: Fri, 30 Mar 2001 21:49:57 +0100
58134              Message-ID: <20010330214957.B8733@ns0.astray.com>
58135      Branch: perl
58136            ! lib/base.pm
58137 ____________________________________________________________________________
58138 [  9476] By: jhi                                   on 2001/03/30  18:16:57
58139         Log: Subject: [PATCH] av.h cosmetics
58140              From: Simon Cozens <simon@netthink.co.uk>
58141              Date: Fri, 30 Mar 2001 18:12:28 +0100
58142              Message-ID: <20010330181228.A9319@netthink.co.uk>
58143      Branch: perl
58144            ! av.h
58145 ____________________________________________________________________________
58146 [  9475] By: jhi                                   on 2001/03/30  18:15:50
58147         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
58148              From: "Philip Newton" <pnewton@gmx.de>
58149              Date: Fri, 30 Mar 2001 19:06:57 +0200
58150              Message-ID: <3AC4D951.14815.1AC7068@localhost>
58151      Branch: perl
58152            ! pod/perlhack.pod
58153 ____________________________________________________________________________
58154 [  9474] By: jhi                                   on 2001/03/30  18:14:02
58155         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
58156              From: Benjamin Sugars <bsugars@canoe.ca>
58157              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
58158              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
58159      Branch: perl
58160            ! t/lib/glob-basic.t
58161 ____________________________________________________________________________
58162 [  9473] By: jhi                                   on 2001/03/30  16:09:24
58163         Log: Update Changes.
58164      Branch: perl
58165            ! Changes patchlevel.h
58166 ____________________________________________________________________________
58167 [  9472] By: jhi                                   on 2001/03/30  15:16:08
58168         Log: Integrate perlio:
58169              
58170              [  9471]
58171              Should be (^O eq 'MSWin32') not 'Win32'
58172              Fail #12 seems real - chdir is in wrong dir.
58173              
58174              [  9467]
58175              Skip order test of glob if case-ignoring system cannot 
58176              create a.test and A.test
58177      Branch: perl
58178           !> t/lib/cwd.t t/lib/glob-basic.t
58179 ____________________________________________________________________________
58180 [  9471] By: nick                                  on 2001/03/30  14:47:10
58181         Log: Should be (^O eq 'MSWin32') not 'Win32'
58182              Fail #12 seems real - chdir is in wrong dir.
58183      Branch: perlio
58184            ! t/lib/cwd.t
58185 ____________________________________________________________________________
58186 [  9470] By: jhi                                   on 2001/03/30  14:41:11
58187         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
58188              From: Radu Greab <radu@netsoft.ro>
58189              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
58190              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
58191              
58192              Replace #9352.
58193      Branch: perl
58194            ! ext/Socket/Socket.xs pp_sys.c
58195 ____________________________________________________________________________
58196 [  9469] By: jhi                                   on 2001/03/30  14:37:51
58197         Log: Subject: PATCH pod/perldiag.pod
58198              From: Robin Houston <robin@kitsite.com>
58199              Date: Fri, 30 Mar 2001 14:10:36 +0100
58200              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
58201      Branch: perl
58202            ! pod/perldiag.pod t/lib/glob-basic.t
58203 ____________________________________________________________________________
58204 [  9468] By: jhi                                   on 2001/03/30  14:36:36
58205         Log: Subject: Better diagnostic in io/fs.t
58206              From: andreas.koenig@anima.de (Andreas J. Koenig)
58207              Date: 30 Mar 2001 10:11:43 +0200
58208              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
58209      Branch: perl
58210            ! t/io/fs.t
58211 ____________________________________________________________________________
58212 [  9467] By: nick                                  on 2001/03/30  14:25:43
58213         Log: Skip order test of glob if case-ignoring system cannot 
58214              create a.test and A.test
58215      Branch: perlio
58216            ! t/lib/glob-basic.t
58217 ____________________________________________________________________________
58218 [  9466] By: nick                                  on 2001/03/30  13:03:12
58219         Log: Integrate mainline.
58220      Branch: perlio
58221            - ext/re/hints/aix.pl
58222           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
58223           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
58224           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
58225           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
58226 ____________________________________________________________________________
58227 [  9465] By: jhi                                   on 2001/03/30  03:53:37
58228         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
58229              the tests sometimes hang, sometimes not.)
58230      Branch: perl
58231            ! t/lib/io_multihomed.t t/lib/io_sock.t
58232 ____________________________________________________________________________
58233 [  9464] By: jhi                                   on 2001/03/30  02:56:04
58234         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
58235              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58236              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
58237              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
58238      Branch: perl
58239            ! op.c
58240 ____________________________________________________________________________
58241 [  9463] By: jhi                                   on 2001/03/30  02:34:48
58242         Log: Test for #9462.
58243      Branch: perl
58244            ! t/lib/b.t
58245 ____________________________________________________________________________
58246 [  9462] By: jhi                                   on 2001/03/30  02:29:37
58247         Log: Subject: B::Deparse precedence bug. (Patch included.)
58248              From: Jeremy Madea <jmadea@inktomi.com>
58249              Date: Thu, 29 Mar 2001 12:05:02 -0800
58250              Message-ID: <20010329120502.A24881@dr.inktomi.com>
58251      Branch: perl
58252            ! ext/B/B/Deparse.pm
58253 ____________________________________________________________________________
58254 [  9461] By: jhi                                   on 2001/03/30  02:18:41
58255         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
58256              From: Peter Prymmer <pvhp@forte.com>
58257              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
58258              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
58259      Branch: perl
58260            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
58261            ! t/lib/md5-file.t
58262 ____________________________________________________________________________
58263 [  9460] By: jhi                                   on 2001/03/30  02:17:07
58264         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
58265              From: Robin Houston <robin@kitsite.com>
58266              Date: Thu, 29 Mar 2001 20:47:56 +0100
58267              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
58268      Branch: perl
58269            ! ext/B/B/Debug.pm
58270 ____________________________________________________________________________
58271 [  9459] By: jhi                                   on 2001/03/30  02:16:05
58272         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
58273              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
58274              Date: Wed, 28 Mar 2001 18:02:20 -0600
58275              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
58276      Branch: perl
58277            ! lib/ExtUtils/MM_VMS.pm
58278 ____________________________________________________________________________
58279 [  9458] By: jhi                                   on 2001/03/30  02:07:58
58280         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
58281              From: "Joshua E. Rodd" <jrodd@pbs.org>
58282              Date: Wed, 28 Mar 2001 17:29:12 -0500
58283              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
58284      Branch: perl
58285            ! pod/perlop.pod
58286 ____________________________________________________________________________
58287 [  9457] By: jhi                                   on 2001/03/30  02:04:33
58288         Log: Subject: ext/re/aix.pl can go
58289              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58290              Date: Thu, 29 Mar 2001 12:03:28 +0200
58291              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
58292      Branch: perl
58293            - ext/re/hints/aix.pl
58294            ! MANIFEST
58295 ____________________________________________________________________________
58296 [  9456] By: jhi                                   on 2001/03/30  02:03:32
58297         Log: Integrate perlio:
58298              
58299              [  9455]
58300              DLL name has changed so installperl needs to know
58301              (Why isn't it working it out or passed it?)
58302              
58303              [  9454]
58304              Change Encode's check arguments to 'bool' so SvTRUE gets used
58305              and we don't get undef warnings.
58306      Branch: perl
58307           !> ext/Encode/Encode.xs installperl
58308 ____________________________________________________________________________
58309 [  9455] By: nick                                  on 2001/03/29  21:11:46
58310         Log: DLL name has changed so installperl needs to know
58311              (Why isn't it working it out or passed it?)
58312      Branch: perlio
58313            ! installperl
58314 ____________________________________________________________________________
58315 [  9454] By: nick                                  on 2001/03/29  20:56:12
58316         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
58317              and we don't get undef warnings.
58318      Branch: perlio
58319            ! ext/Encode/Encode.xs
58320 ____________________________________________________________________________
58321 [  9453] By: nick                                  on 2001/03/29  17:58:48
58322         Log: Integrate mainline
58323      Branch: perlio
58324           !> Changes patchlevel.h
58325 ____________________________________________________________________________
58326 [  9452] By: jhi                                   on 2001/03/29  16:44:55
58327         Log: Update Changes.
58328      Branch: perl
58329            ! Changes patchlevel.h
58330 ____________________________________________________________________________
58331 [  9451] By: nick                                  on 2001/03/29  16:31:38
58332         Log: Integrate mainline
58333      Branch: perlio
58334           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
58335           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
58336           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
58337           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
58338           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
58339 ____________________________________________________________________________
58340 [  9450] By: jhi                                   on 2001/03/29  16:29:17
58341         Log: Integrate perlio:
58342              
58343              [  9448]
58344              Make sure buildext.pl finds Errno.pm
58345      Branch: perl
58346           !> win32/buildext.pl
58347 ____________________________________________________________________________
58348 [  9449] By: jhi                                   on 2001/03/29  15:50:01
58349         Log: Update Changes.
58350      Branch: perl
58351            ! Changes patchlevel.h
58352 ____________________________________________________________________________
58353 [  9448] By: nick                                  on 2001/03/29  15:47:15
58354         Log: Make sure buildext.pl finds Errno.pm
58355      Branch: perlio
58356            ! win32/buildext.pl
58357 ____________________________________________________________________________
58358 [  9447] By: jhi                                   on 2001/03/29  15:39:34
58359         Log: Integrate perlio:
58360              
58361              [  9445]
58362              Fix breakage ... 
58363      Branch: perl
58364           !> win32/makefile.mk
58365 ____________________________________________________________________________
58366 [  9446] By: nick                                  on 2001/03/29  15:30:03
58367         Log: Integrate win32/makefile.mk with mainline.
58368      Branch: perlio
58369           !> win32/makefile.mk
58370 ____________________________________________________________________________
58371 [  9445] By: nick                                  on 2001/03/29  15:27:32
58372         Log: Fix breakage ... 
58373      Branch: perlio
58374            ! win32/makefile.mk
58375 ____________________________________________________________________________
58376 [  9444] By: jhi                                   on 2001/03/29  15:03:08
58377         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
58378              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58379              Date: Thu, 29 Mar 2001 10:32:59 +0400
58380              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
58381      Branch: perl
58382            ! win32/makefile.mk
58383 ____________________________________________________________________________
58384 [  9443] By: jhi                                   on 2001/03/29  15:02:12
58385         Log: Integrate perlio:
58386              
58387              [  9442]
58388              Work in progress - determine win32 extensions to build via script.
58389              
58390              [  9435]
58391              Win32 has name conflict with ERROR
58392              
58393              [  9432]
58394              Make as-shipped compiler default to MSVC6 
58395              
58396              [  9431]
58397              Allow someone to write PerlIO::Array, PerlIO::Code, ...
58398              akin to PerlIO::Scalar.
58399              
58400              [  9429]
58401              Noticed that two tests were skipped as perlio:: package
58402              isn't there any more. Changed the skip condition.
58403              Avoid core-dump if sv_utf8_upgrade() called on something
58404              that does not become SvPOK after SvPV() (e.g. a ref).
58405      Branch: perl
58406           +> win32/buildext.pl
58407           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
58408           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
58409 ____________________________________________________________________________
58410 [  9442] By: nick                                  on 2001/03/29  14:59:11
58411         Log: Work in progress - determine win32 extensions to build via script.
58412      Branch: perlio
58413            + win32/buildext.pl
58414            ! MANIFEST win32/makefile.mk
58415 ____________________________________________________________________________
58416 [  9441] By: jhi                                   on 2001/03/29  14:51:47
58417         Log: Reintroduce the use of external pwd.
58418      Branch: perl
58419            ! t/lib/cwd.t
58420 ____________________________________________________________________________
58421 [  9440] By: jhi                                   on 2001/03/29  14:42:58
58422         Log: use warnings instead of -w.
58423      Branch: perl
58424            ! utils/h2xs.PL
58425 ____________________________________________________________________________
58426 [  9439] By: jhi                                   on 2001/03/29  14:41:52
58427         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
58428              From: Jonathan Stowe <gellyfish@gellyfish.com>
58429              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
58430              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
58431      Branch: perl
58432            ! utils/h2xs.PL
58433 ____________________________________________________________________________
58434 [  9438] By: jhi                                   on 2001/03/29  14:39:38
58435         Log: Subject: [PATCH perl@9424] minor pod nits
58436              From: Robin Barker <rmb1@cise.npl.co.uk>
58437              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
58438              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
58439      Branch: perl
58440            ! pod/perlhack.pod pod/perliol.pod
58441 ____________________________________________________________________________
58442 [  9437] By: jhi                                   on 2001/03/29  14:29:16
58443         Log: Subject: [PATCH perl@9424] typemap cast warning
58444              From: Robin Barker <rmb1@cise.npl.co.uk>
58445              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
58446              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
58447      Branch: perl
58448            ! lib/ExtUtils/typemap
58449 ____________________________________________________________________________
58450 [  9436] By: jhi                                   on 2001/03/29  14:26:03
58451         Log: Subject: [PATCH perl@9424] printf warning
58452              From: Robin Barker <rmb1@cise.npl.co.uk>
58453              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
58454              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
58455      Branch: perl
58456            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
58457            ! ext/Storable/Storable.xs toke.c
58458 ____________________________________________________________________________
58459 [  9435] By: nick                                  on 2001/03/29  14:23:31
58460         Log: Win32 has name conflict with ERROR
58461      Branch: perlio
58462            ! ext/PerlIO/Via/Via.xs
58463 ____________________________________________________________________________
58464 [  9434] By: jhi                                   on 2001/03/29  14:17:48
58465         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
58466              From: Peter Prymmer <pvhp@forte.com>
58467              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
58468              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
58469      Branch: perl
58470            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
58471 ____________________________________________________________________________
58472 [  9433] By: jhi                                   on 2001/03/29  13:52:44
58473         Log: test-prep target was missing.
58474      Branch: perl
58475            ! Makefile.SH
58476 ____________________________________________________________________________
58477 [  9432] By: nick                                  on 2001/03/29  12:40:03
58478         Log: Make as-shipped compiler default to MSVC6 
58479      Branch: perlio
58480            ! win32/makefile.mk
58481 ____________________________________________________________________________
58482 [  9431] By: nick                                  on 2001/03/29  12:12:16
58483         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
58484              akin to PerlIO::Scalar.
58485      Branch: perlio
58486            ! perlio.c perlio.h
58487 ____________________________________________________________________________
58488 [  9430] By: nick                                  on 2001/03/29  10:56:35
58489         Log: Integrate mainline.
58490      Branch: perlio
58491           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
58492           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
58493           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
58494           !> win32/makefile.mk win32/win32sck.c
58495 ____________________________________________________________________________
58496 [  9429] By: nick                                  on 2001/03/29  09:03:43
58497         Log: Noticed that two tests were skipped as perlio:: package
58498              isn't there any more. Changed the skip condition.
58499              Avoid core-dump if sv_utf8_upgrade() called on something
58500              that does not become SvPOK after SvPV() (e.g. a ref).
58501      Branch: perlio
58502            ! sv.c t/io/utf8.t t/lib/io_scalar.t
58503 ____________________________________________________________________________
58504 [  9428] By: jhi                                   on 2001/03/29  01:31:47
58505         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
58506              From: Benjamin Sugars <bsugars@canoe.ca> 
58507              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
58508              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
58509      Branch: perl
58510            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
58511            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
58512            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
58513 ____________________________________________________________________________
58514 [  9427] By: jhi                                   on 2001/03/29  00:49:30
58515         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
58516              From: "Vadim Konovalov" <watman@inbox.ru>
58517              Date: Thu, 29 Mar 2001 01:50:12 +0400
58518              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
58519      Branch: perl
58520            ! win32/makefile.mk win32/win32sck.c
58521 ____________________________________________________________________________
58522 [  9426] By: gsar                                  on 2001/03/29  00:28:04
58523         Log: dmake can only handle == and != in comparisons; support building
58524              with Borland's VCL libraries (from Vadim Konovalov)
58525      Branch: maint-5.6/perl
58526            ! win32/makefile.mk
58527 ____________________________________________________________________________
58528 [  9425] By: nick                                  on 2001/03/28  19:29:56
58529         Log: Integrate (@snapshot)
58530      Branch: perlio
58531           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
58532 ____________________________________________________________________________
58533 [  9424] By: jhi                                   on 2001/03/28  19:03:16
58534         Log: Update Changes.
58535      Branch: perl
58536            ! Changes patchlevel.h
58537 ____________________________________________________________________________
58538 [  9423] By: jhi                                   on 2001/03/28  18:52:09
58539         Log: Rmdir lib/XS on cleanup.
58540      Branch: perl
58541            ! Makefile.SH
58542 ____________________________________________________________________________
58543 [  9422] By: jhi                                   on 2001/03/28  18:49:34
58544         Log: Integrate perlio:
58545              
58546              [  9421]
58547              Loose duplicate chunk.
58548      Branch: perl
58549           !> t/op/utf8decode.t
58550 ____________________________________________________________________________
58551 [  9421] By: nick                                  on 2001/03/28  18:46:44
58552         Log: Loose duplicate chunk.
58553      Branch: perlio
58554            ! t/op/utf8decode.t
58555 ____________________________________________________________________________
58556 [  9420] By: nick                                  on 2001/03/28  18:44:11
58557         Log: Integrate mainline.
58558      Branch: perlio
58559           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
58560           !> vms/vmsish.h
58561 ____________________________________________________________________________
58562 [  9419] By: jhi                                   on 2001/03/28  18:42:05
58563         Log: Can't trust external pwds
58564              (either shell builtins or external programs)
58565      Branch: perl
58566            ! t/lib/cwd.t
58567 ____________________________________________________________________________
58568 [  9418] By: jhi                                   on 2001/03/28  18:34:05
58569         Log: Integrate perlio:
58570              
58571              [  9417]
58572              PerlIO.pm / perlio.pm conflict.
58573              Update some pods.
58574              Make t/op/utf8decode.t a text file.
58575      Branch: perl
58576            - lib/perlio.pm
58577           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
58578           !> t/op/utf8decode.t
58579 ____________________________________________________________________________
58580 [  9417] By: nick                                  on 2001/03/28  18:24:02
58581         Log: PerlIO.pm / perlio.pm conflict.
58582              Update some pods.
58583              Make t/op/utf8decode.t a text file.
58584      Branch: perlio
58585            - lib/perlio.pm
58586            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
58587            ! t/op/utf8decode.t
58588 ____________________________________________________________________________
58589 [  9416] By: jhi                                   on 2001/03/28  18:06:07
58590         Log: Integrate change #9409 from mainline to maintperl.
58591              
58592              Yet another tweak on AIX dynaloading.
58593      Branch: maint-5.6/perl
58594           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
58595 ____________________________________________________________________________
58596 [  9415] By: gsar                                  on 2001/03/28  17:13:01
58597         Log: integrate changes#9377,9385,9401 from mainline
58598              
58599              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
58600              
58601              If directory entries compare equal case-insensitively,
58602              retry case-sensitively.
58603              
58604              Subject: [PATCH] B::Terse and warnings
58605      Branch: maint-5.6/perl
58606           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
58607           !> t/pragma/warn/perl
58608 ____________________________________________________________________________
58609 [  9414] By: jhi                                   on 2001/03/28  17:11:12
58610         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
58611              From: "Craig A. Berry" <craigberry@mac.com>
58612              Date: Wed, 28 Mar 2001 10:55:20 -0600
58613              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
58614      Branch: perl
58615            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
58616 ____________________________________________________________________________
58617 [  9413] By: jhi                                   on 2001/03/28  17:03:12
58618         Log: Dup hunk.
58619      Branch: perl
58620            ! t/op/utf8decode.t
58621 ____________________________________________________________________________
58622 [  9412] By: jhi                                   on 2001/03/28  17:02:36
58623         Log: Forced integrate from perlio.
58624      Branch: perl
58625           !> t/op/utf8decode.t
58626 ____________________________________________________________________________
58627 [  9411] By: nick                                  on 2001/03/28  16:50:03
58628         Log: Integrate mainline.
58629      Branch: perlio
58630           +> t/lib/cwd.t
58631           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
58632           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
58633           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
58634           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
58635           !> t/pragma/warn/perl
58636 ____________________________________________________________________________
58637 [  9410] By: jhi                                   on 2001/03/28  16:44:23
58638         Log: Subject: Re: [PATCH] 9403 cannot be tested
58639              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58640              Date: Wed, 28 Mar 2001 18:33:56 +0200
58641              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
58642      Branch: perl
58643            ! makedef.pl
58644 ____________________________________________________________________________
58645 [  9409] By: jhi                                   on 2001/03/28  16:12:45
58646         Log: Yet another tweak on AIX dynaloading.
58647      Branch: perl
58648            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
58649 ____________________________________________________________________________
58650 [  9408] By: jhi                                   on 2001/03/28  15:52:55
58651         Log: Subject: [PATCH] 9403 cannot be tested
58652              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
58653              Date: Wed, 28 Mar 2001 17:23:00 +0200
58654              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
58655              
58656              A missing symbol.
58657      Branch: perl
58658            ! makedef.pl
58659 ____________________________________________________________________________
58660 [  9407] By: jhi                                   on 2001/03/28  15:47:43
58661         Log: Integrate perlio:
58662              
58663              [  9400]
58664              More EBCDIC tweaks:
58665              - one more swash issue &~(0xA0-1) did not do the right thing,
58666              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
58667              - add "use re 'asciirange'" to make [!-~] etc. work
58668              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
58669              - Choose a key for t/op/each.t test which gets encoded.
58670              - Skip utf8decode if this is UTF-EBCDIC.
58671      Branch: perl
58672            ! t/op/utf8decode.t
58673           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
58674           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
58675 ____________________________________________________________________________
58676 [  9406] By: jhi                                   on 2001/03/28  15:37:08
58677         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
58678              From: Benjamin Sugars <bsugars@canoe.ca> 
58679              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
58680              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
58681      Branch: perl
58682            + t/lib/cwd.t
58683            ! MANIFEST
58684 ____________________________________________________________________________
58685 [  9405] By: jhi                                   on 2001/03/28  15:13:18
58686         Log: pp_ne() needs a CORRECT boolean.
58687      Branch: perl
58688            ! pp.c
58689 ____________________________________________________________________________
58690 [  9404] By: jhi                                   on 2001/03/28  15:09:23
58691         Log: pp_ne() needs a boolean, not an integer.
58692      Branch: perl
58693            ! pp.c
58694 ____________________________________________________________________________
58695 [  9403] By: jhi                                   on 2001/03/28  14:47:43
58696         Log: (Retracted by #9404.)
58697      Branch: perl
58698            ! pp.c
58699 ____________________________________________________________________________
58700 [  9402] By: jhi                                   on 2001/03/28  14:43:59
58701         Log: Subject: Re: [PATCH] Typemap testing
58702              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
58703              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
58704              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
58705      Branch: perl
58706            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
58707            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
58708 ____________________________________________________________________________
58709 [  9401] By: jhi                                   on 2001/03/28  14:42:14
58710         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
58711              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
58712              Date: Sun, 25 Mar 2001 21:59:15 +0100
58713              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
58714              
58715              A variable will be checked for the "use once" warnings if:
58716              
58717              1. It is in the scope of a use warnings 'once'
58718              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
58719              
58720              Otherwise it won't be checked at all.
58721              
58722              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
58723              
58724              The enclosed patch partially fixes this issue. What I didn't
58725              get to work was the case where the "used once" warning is enabled
58726              in any file other than the main file.
58727      Branch: perl
58728            ! gv.c t/pragma/warn/perl
58729 ____________________________________________________________________________
58730 [  9400] By: nick                                  on 2001/03/28  14:38:24
58731         Log: More EBCDIC tweaks:
58732              - one more swash issue &~(0xA0-1) did not do the right thing,
58733              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
58734              - add "use re 'asciirange'" to make [!-~] etc. work
58735              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
58736              - Choose a key for t/op/each.t test which gets encoded.
58737              - Skip utf8decode if this is UTF-EBCDIC.
58738      Branch: perlio
58739            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
58740            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
58741 ____________________________________________________________________________
58742 [  9399] By: jhi                                   on 2001/03/28  14:21:00
58743         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
58744              Andreas Schwab.
58745      Branch: perl
58746            ! pp.c
58747 ____________________________________________________________________________
58748 [  9398] By: jhi                                   on 2001/03/28  00:55:56
58749         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
58750              From: David Dyck <dcd@tc.fluke.com>
58751              Date: Tue, 27 Mar 2001 15:16:24 -0800
58752              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
58753      Branch: perl
58754            ! ext/IO/lib/IO/Socket.pm
58755 ____________________________________________________________________________
58756 [  9397] By: jhi                                   on 2001/03/27  21:52:49
58757         Log: Integrate perlio:
58758              
58759              [  9395]
58760              Outline docs for PerlIO and PerlIO::Scalar
58761              
58762              [  9394]
58763              PerlIO::Via layer (alpha-ish).
58764      Branch: perl
58765           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
58766           +> ext/PerlIO/Via/Via.xs
58767           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
58768 ____________________________________________________________________________
58769 [  9396] By: nick                                  on 2001/03/27  21:45:13
58770         Log: Integrate mainline.
58771      Branch: perlio
58772           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
58773           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
58774 ____________________________________________________________________________
58775 [  9395] By: nick                                  on 2001/03/27  21:18:58
58776         Log: Outline docs for PerlIO and PerlIO::Scalar
58777      Branch: perlio
58778            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
58779 ____________________________________________________________________________
58780 [  9394] By: nick                                  on 2001/03/27  20:50:13
58781         Log: PerlIO::Via layer (alpha-ish).
58782      Branch: perlio
58783            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
58784            + ext/PerlIO/Via/Via.xs
58785            ! MANIFEST
58786 ____________________________________________________________________________
58787 [  9393] By: jhi                                   on 2001/03/27  20:49:55
58788         Log: Retract #9329 now that 9390 should take care of the matter.
58789      Branch: perl
58790            ! utils/h2xs.PL
58791 ____________________________________________________________________________
58792 [  9390] By: jhi                                   on 2001/03/27  20:47:50
58793         Log: Subject: Autoloading Errno.pm when %! is encountered
58794              From: Robin Houston <robin@kitsite.com>
58795              Date: Tue, 27 Mar 2001 20:57:11 +0100
58796              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
58797      Branch: perl
58798            ! embed.h embed.pl gv.c proto.h t/op/magic.t
58799 ____________________________________________________________________________
58800 [  9389] By: jhi                                   on 2001/03/27  20:24:31
58801         Log: Integrate perlio:
58802              
58803              [  9384]
58804              Various EBCDIC fixes:
58805              - major revelation that swash code is encoding aware,
58806              (or thought it was) - now it is ;-)
58807              - With that out of the way fix a slab of tr/// cases.
58808              - Fix Encode 'Unicode' to be true Unicode so tests pass.
58809              - As anticipated Base64.xs needed tweaks.
58810              - Until tr/// works right avoid old_encode64 in MIME tests.
58811      Branch: perl
58812           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
58813           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
58814           !> utf8.c
58815 ____________________________________________________________________________
58816 [  9388] By: jhi                                   on 2001/03/27  20:21:38
58817         Log: Better have a three-element array if one is going to assign
58818              to the third element of that array. (from Tim Jenness)
58819      Branch: perl
58820            ! ext/XS/Typemap/Typemap.xs
58821 ____________________________________________________________________________
58822 [  9387] By: nick                                  on 2001/03/27  20:15:43
58823         Log: Integrate mainline.
58824      Branch: perlio
58825           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
58826           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
58827           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
58828           +> t/lib/xs-typemap.t
58829           !> (integrate 34 files)
58830 ____________________________________________________________________________
58831 [  9386] By: jhi                                   on 2001/03/27  20:04:18
58832         Log: Subject: Re: perl@9359 breaks HTML::Parser
58833              From: Gisle Aas <gisle@ActiveState.com>
58834              Date: 27 Mar 2001 11:30:24 -0800
58835              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
58836              
58837              Clarify the UTF-8 issues of the API docs.
58838              (Slightly reworded and expanded.)
58839      Branch: perl
58840            ! pod/perlapi.pod sv.c sv.h
58841 ____________________________________________________________________________
58842 [  9385] By: jhi                                   on 2001/03/27  19:44:25
58843         Log: If directory entries compare equal case-insensitively,
58844              retry case-sensitively.
58845      Branch: perl
58846            ! ext/File/Glob/bsd_glob.c
58847 ____________________________________________________________________________
58848 [  9384] By: nick                                  on 2001/03/27  19:38:50
58849         Log: Various EBCDIC fixes:
58850              - major revelation that swash code is encoding aware,
58851              (or thought it was) - now it is ;-)
58852              - With that out of the way fix a slab of tr/// cases.
58853              - Fix Encode 'Unicode' to be true Unicode so tests pass.
58854              - As anticipated Base64.xs needed tweaks.
58855              - Until tr/// works right avoid old_encode64 in MIME tests.
58856      Branch: perlio
58857            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
58858            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
58859 ____________________________________________________________________________
58860 [  9383] By: jhi                                   on 2001/03/27  18:34:41
58861         Log: Add the std test suite BEGIN block.
58862      Branch: perl
58863            ! t/lib/xs-typemap.t
58864 ____________________________________________________________________________
58865 [  9382] By: jhi                                   on 2001/03/27  15:16:07
58866         Log: Add debugging output to the test.
58867      Branch: perl
58868            ! t/lib/glob-basic.t
58869 ____________________________________________________________________________
58870 [  9381] By: jhi                                   on 2001/03/27  15:08:10
58871         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
58872      Branch: perl
58873            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
58874            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
58875            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
58876            + t/lib/xs-typemap.t
58877            ! MANIFEST
58878 ____________________________________________________________________________
58879 [  9380] By: jhi                                   on 2001/03/27  14:48:34
58880         Log: Subject: [PATCH] Typemap testing
58881              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
58882              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
58883              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
58884              
58885              (The first part of the patch.)
58886      Branch: perl
58887            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
58888 ____________________________________________________________________________
58889 [  9379] By: jhi                                   on 2001/03/27  14:44:56
58890         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
58891              From: Benjamin Sugars <bsugars@canoe.ca> 
58892              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
58893              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
58894      Branch: perl
58895            ! t/lib/glob-basic.t
58896 ____________________________________________________________________________
58897 [  9378] By: jhi                                   on 2001/03/27  14:42:30
58898         Log: Subject: [PATCH] perlvar nit
58899              From: Simon Cozens <simon@netthink.co.uk>
58900              Date: Tue, 27 Mar 2001 01:12:01 +0100
58901              Message-ID: <20010327011201.A19179@netthink.co.uk>
58902      Branch: perl
58903            ! pod/perlvar.pod
58904 ____________________________________________________________________________
58905 [  9377] By: jhi                                   on 2001/03/27  14:36:26
58906         Log: Subject: [PATCH] B::Terse and warnings
58907              From: Benjamin Sugars <ben.sugars@home.com>
58908              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
58909              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
58910      Branch: perl
58911            ! ext/B/B.pm ext/B/B/Terse.pm
58912 ____________________________________________________________________________
58913 [  9376] By: jhi                                   on 2001/03/27  14:31:31
58914         Log: Document sockatmark() some.
58915      Branch: perl
58916            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
58917            ! pod/perltoc.pod
58918 ____________________________________________________________________________
58919 [  9375] By: jhi                                   on 2001/03/27  14:00:24
58920         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
58921              noted by Gisle and fixed by NI-S.
58922      Branch: perl
58923            ! sv.c
58924 ____________________________________________________________________________
58925 [  9374] By: jhi                                   on 2001/03/27  05:50:01
58926         Log: Regen toc.
58927      Branch: perl
58928            ! pod/perltoc.pod
58929 ____________________________________________________________________________
58930 [  9373] By: jhi                                   on 2001/03/27  05:43:51
58931         Log: Pixie documenting.
58932      Branch: perl
58933            ! Makefile.SH pod/perlhack.pod
58934 ____________________________________________________________________________
58935 [  9372] By: jhi                                   on 2001/03/27  05:29:34
58936         Log: Metaconfig unit changes for #9371.
58937      Branch: metaconfig
58938            ! U/modified/myhostname.U
58939      Branch: metaconfig/U/perl
58940            + d_sockatmark.U
58941            ! gccvers.U
58942 ____________________________________________________________________________
58943 [  9371] By: jhi                                   on 2001/03/27  05:29:07
58944         Log: Add sockatmark() probing.
58945      Branch: perl
58946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58947            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
58948            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58949            ! vos/config.ga.h win32/config.bc win32/config.gc
58950            ! win32/config.vc
58951 ____________________________________________________________________________
58952 [  9370] By: jhi                                   on 2001/03/26  22:01:18
58953         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
58954              Really need to benchmark this.
58955      Branch: perl
58956            ! pp.c
58957 ____________________________________________________________________________
58958 [  9369] By: nick                                  on 2001/03/26  21:59:30
58959         Log: Integrate mainline.
58960      Branch: perlio
58961            ! ext/MIME/Base64/QuotedPrint.pm
58962           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
58963           !> patchlevel.h pod/perlhack.pod pp_sys.c
58964 ____________________________________________________________________________
58965 [  9368] By: jhi                                   on 2001/03/26  21:47:03
58966         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
58967              
58968              TODO1: perlbench.
58969              TODO2: le, lt, ge, gt?  Yech.
58970      Branch: perl
58971            ! pp.c
58972 ____________________________________________________________________________
58973 [  9367] By: jhi                                   on 2001/03/26  21:34:57
58974         Log: Too much cut-and-paste in #9363.
58975      Branch: perl
58976            ! pp_sys.c
58977 ____________________________________________________________________________
58978 [  9366] By: jhi                                   on 2001/03/26  21:20:53
58979         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
58980              From: Andreas Schwab <schwab@suse.de>
58981              Date: 26 Mar 2001 17:29:04 +0200
58982              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
58983              
58984              (The patch for 5.6.0 or so, this is a guess for bleadperl)
58985      Branch: perl
58986            ! pp_hot.c
58987 ____________________________________________________________________________
58988 [  9365] By: jhi                                   on 2001/03/26  21:07:54
58989         Log: Integrate perlio:
58990              
58991              [  9364]
58992              REFCNT botch in layer name cache hash.
58993      Branch: perl
58994           !> perlio.c
58995 ____________________________________________________________________________
58996 [  9364] By: nick                                  on 2001/03/26  20:30:48
58997         Log: REFCNT botch in layer name cache hash.
58998      Branch: perlio
58999            ! perlio.c
59000 ____________________________________________________________________________
59001 [  9363] By: jhi                                   on 2001/03/26  18:44:32
59002         Log: Subject: [PATCH] socket() leaks file descriptors
59003              From: Benjamin Sugars <bsugars@canoe.ca>
59004              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
59005              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
59006              
59007              Also sockpair() fixed similarly.
59008      Branch: perl
59009            ! pp_sys.c
59010 ____________________________________________________________________________
59011 [  9362] By: jhi                                   on 2001/03/26  18:37:52
59012         Log: Integrate perlio:
59013              
59014              [  9361]
59015              Implement flush of linebuffered streams on read of a tty.
59016              
59017              [  9360]
59018              Memory tweaks and notes for OEMVS.
59019      Branch: perl
59020           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
59021 ____________________________________________________________________________
59022 [  9361] By: nick                                  on 2001/03/26  17:32:06
59023         Log: Implement flush of linebuffered streams on read of a tty.
59024      Branch: perlio
59025            ! perlio.c perliol.h
59026 ____________________________________________________________________________
59027 [  9360] By: nick                                  on 2001/03/26  17:12:32
59028         Log: Memory tweaks and notes for OEMVS.
59029      Branch: perlio
59030            ! README.os390 miniperlmain.c t/op/pat.t
59031 ____________________________________________________________________________
59032 [  9359] By: jhi                                   on 2001/03/26  02:12:54
59033         Log: Update Changes.
59034      Branch: perl
59035            ! Changes patchlevel.h
59036 ____________________________________________________________________________
59037 [  9358] By: jhi                                   on 2001/03/26  02:05:32
59038         Log: Document the most common pixie options.
59039      Branch: perl
59040            ! pod/perlhack.pod
59041 ____________________________________________________________________________
59042 [  9357] By: jhi                                   on 2001/03/26  01:25:28
59043         Log: For perl.pixie check *before* compiling that optimize is -g,
59044              as for perl.third.
59045      Branch: perl
59046            ! Makefile.SH
59047 ____________________________________________________________________________
59048 [  9356] By: jhi                                   on 2001/03/26  01:13:41
59049         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
59050      Branch: perl
59051            ! Makefile.SH
59052 ____________________________________________________________________________
59053 [  9355] By: jhi                                   on 2001/03/26  01:11:19
59054         Log: Remove t/perl.third.
59055      Branch: perl
59056            ! Makefile.SH
59057 ____________________________________________________________________________
59058 [  9354] By: jhi                                   on 2001/03/26  00:23:38
59059         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
59060              IO::Sockatmark().
59061      Branch: perl
59062            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
59063 ____________________________________________________________________________
59064 [  9353] By: jhi                                   on 2001/03/25  22:25:04
59065         Log: Integrate perlio:
59066              
59067              [  9351]
59068              Fix readline in list mode to tell rest of world that it has
59069              things on the stack. Otherwise if perl code gets invoked
59070              underneath it it scribbles over results-so-far.
59071              (Why TIEHANDLE has not tripped on this is a mystery.)
59072              
59073              [  9350]
59074              win32/makefile.mk typos
59075              
59076              [  9348]
59077              Make it text
59078              
59079              [  9346]
59080              Add destruct time hook to PerlIO (for work-in-process implementing
59081              layers in perl code. In such cases layers need to be popped before
59082              we loose the ability to run perl code.)
59083              Also back-out "PerlIO::object" hook - it isn't going to work like that...
59084              
59085              [  9345]
59086              Avoid at leasy one of undefined warnings in Encode.
59087              
59088              [  9343]
59089              Missing return value.
59090      Branch: perl
59091           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
59092           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
59093           !> pp_hot.c win32/makefile.mk
59094 ____________________________________________________________________________
59095 [  9352] By: jhi                                   on 2001/03/25  22:21:41
59096         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
59097              From: Radu Greab <radu@netsoft.ro>
59098              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
59099              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
59100      Branch: perl
59101            ! pp_sys.c
59102 ____________________________________________________________________________
59103 [  9351] By: nick                                  on 2001/03/25  22:15:02
59104         Log: Fix readline in list mode to tell rest of world that it has
59105              things on the stack. Otherwise if perl code gets invoked
59106              underneath it it scribbles over results-so-far.
59107              (Why TIEHANDLE has not tripped on this is a mystery.)
59108      Branch: perlio
59109            ! pp_hot.c
59110 ____________________________________________________________________________
59111 [  9350] By: nick                                  on 2001/03/25  22:10:13
59112         Log: win32/makefile.mk typos
59113      Branch: perlio
59114            ! win32/makefile.mk
59115 ____________________________________________________________________________
59116 [  9349] By: nick                                  on 2001/03/25  21:31:14
59117         Log: Integrate now-non-binary file.
59118      Branch: perlio
59119           !> t/lib/mimeqp.t
59120 ____________________________________________________________________________
59121 [  9348] By: nick                                  on 2001/03/25  21:27:24
59122         Log: Make it text
59123      Branch: perlio
59124            ! t/lib/mimeqp.t
59125 ____________________________________________________________________________
59126 [  9347] By: nick                                  on 2001/03/25  21:25:37
59127         Log: Integrate mainline.
59128      Branch: perlio
59129           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
59130           !> lib/Term/ReadLine.pm t/lib/md5-file.t
59131 ____________________________________________________________________________
59132 [  9346] By: nick                                  on 2001/03/25  20:58:15
59133         Log: Add destruct time hook to PerlIO (for work-in-process implementing
59134              layers in perl code. In such cases layers need to be popped before
59135              we loose the ability to run perl code.)
59136              Also back-out "PerlIO::object" hook - it isn't going to work like that...
59137      Branch: perlio
59138            ! perl.c perlio.c perlio.h perliol.h
59139 ____________________________________________________________________________
59140 [  9345] By: nick                                  on 2001/03/25  20:49:11
59141         Log: Avoid at leasy one of undefined warnings in Encode.
59142      Branch: perlio
59143            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
59144 ____________________________________________________________________________
59145 [  9344] By: jhi                                   on 2001/03/25  20:37:43
59146         Log: A workaround for using Term::ReadLine in emacs minibuffer
59147              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
59148              additional tweaks from Ilya Zakharevich.
59149      Branch: perl
59150            ! lib/Term/ReadLine.pm
59151 ____________________________________________________________________________
59152 [  9343] By: nick                                  on 2001/03/25  20:21:14
59153         Log: Missing return value.
59154      Branch: perlio
59155            ! ext/PerlIO/Scalar/Scalar.xs
59156 ____________________________________________________________________________
59157 [  9342] By: jhi                                   on 2001/03/25  16:21:00
59158         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
59159              to equal the CPAN versions since no code changes have been made.
59160      Branch: perl
59161            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
59162            ! t/lib/md5-file.t
59163 ____________________________________________________________________________
59164 [  9341] By: jhi                                   on 2001/03/25  16:01:48
59165         Log: Escape 8-bit characters.
59166      Branch: perl
59167            ! t/lib/mimeqp.t
59168 ____________________________________________________________________________
59169 [  9340] By: gsar                                  on 2001/03/25  15:50:53
59170         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
59171              chars)
59172      Branch: perl
59173            + t/lib/mimeqp.t
59174 ____________________________________________________________________________
59175 [  9339] By: gsar                                  on 2001/03/25  15:48:50
59176         Log: delete mimeqp.t for later add with text mode set
59177      Branch: perl
59178            - t/lib/mimeqp.t
59179 ____________________________________________________________________________
59180 [  9338] By: nick                                  on 2001/03/25  09:01:57
59181         Log: Integrate mainline.
59182      Branch: perlio
59183           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
59184           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
59185           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
59186           +> t/lib/mimeb64u.t t/lib/mimeqp.t
59187           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
59188           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
59189           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
59190 ____________________________________________________________________________
59191 [  9337] By: jhi                                   on 2001/03/25  04:23:24
59192         Log: Add MIME::Base64 here and there.  Again, a lot of
59193              optimism is in the air.
59194      Branch: perl
59195            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
59196            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
59197 ____________________________________________________________________________
59198 [  9336] By: jhi                                   on 2001/03/25  04:12:43
59199         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
59200              this by ear as I do not do Win32 programming.)
59201      Branch: perl
59202            ! win32/Makefile win32/makefile.mk
59203 ____________________________________________________________________________
59204 [  9335] By: jhi                                   on 2001/03/25  04:03:50
59205         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
59206      Branch: perl
59207            ! t/lib/md5-file.t
59208 ____________________________________________________________________________
59209 [  9334] By: jhi                                   on 2001/03/25  03:58:53
59210         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
59211      Branch: perl
59212            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
59213            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
59214            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
59215            + t/lib/mimeb64u.t t/lib/mimeqp.t
59216            ! MANIFEST
59217 ____________________________________________________________________________
59218 [  9333] By: jhi                                   on 2001/03/24  20:14:37
59219         Log: Integrate perlio:
59220              
59221              [  9332]
59222              Fix un-init variable leading to spurious "Out of Memory!"
59223              
59224              [  9331]
59225              Tweak docs for C<open> (boy does that need wholesale revision...)
59226              and update layers internals doc.
59227      Branch: perl
59228           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
59229 ____________________________________________________________________________
59230 [  9332] By: nick                                  on 2001/03/24  19:40:34
59231         Log: Fix un-init variable leading to spurious "Out of Memory!"
59232      Branch: perlio
59233            ! doio.c
59234 ____________________________________________________________________________
59235 [  9331] By: nick                                  on 2001/03/24  19:09:59
59236         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
59237              and update layers internals doc.
59238      Branch: perlio
59239            ! pod/perlfunc.pod pod/perliol.pod
59240 ____________________________________________________________________________
59241 [  9330] By: jhi                                   on 2001/03/24  18:42:11
59242         Log: The length might be uninitialized garbage if the *svp is the undef.
59243      Branch: perl
59244            ! doio.c
59245 ____________________________________________________________________________
59246 [  9329] By: jhi                                   on 2001/03/24  18:26:57
59247         Log: (Retracted by #9393)
59248              
59249              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
59250              From: Simon Cozens <simon@netthink.co.uk>
59251              Date: Sat, 24 Mar 2001 17:13:17 +0000
59252              Message-ID: <20010324171317.A13406@netthink.co.uk>
59253      Branch: perl
59254            ! utils/h2xs.PL
59255 ____________________________________________________________________________
59256 [  9328] By: nick                                  on 2001/03/24  17:22:02
59257         Log: Integrate mainline.
59258      Branch: perlio
59259           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
59260           !> lib/unicode/version
59261 ____________________________________________________________________________
59262 [  9327] By: nick                                  on 2001/03/24  17:16:02
59263         Log: Integrate mainline.
59264      Branch: perlio
59265           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
59266           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
59267           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
59268           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
59269           +> t/lib/md5-file.t
59270           !> MANIFEST Makefile.SH configure.com djgpp/config.over
59271           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
59272           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
59273           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
59274           !> win32/makefile.mk
59275 ____________________________________________________________________________
59276 [  9326] By: jhi                                   on 2001/03/24  17:00:42
59277         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
59278      Branch: perl
59279            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
59280            ! lib/unicode/version
59281 ____________________________________________________________________________
59282 [  9325] By: jhi                                   on 2001/03/24  16:22:33
59283         Log: Subject: Re: B::Deparse bug (5.6.0)
59284              From: Robin Houston <robin@kitsite.com>
59285              Date: Sat, 24 Mar 2001 14:33:09 +0000
59286              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
59287      Branch: perl
59288            ! op.c pp.c t/lib/b.t t/op/repeat.t
59289 ____________________________________________________________________________
59290 [  9324] By: jhi                                   on 2001/03/24  16:21:56
59291         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
59292              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
59293              these additions may be too optimistic.
59294      Branch: perl
59295            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
59296            ! hints/uwin.sh hints/vmesa.sh
59297 ____________________________________________________________________________
59298 [  9323] By: jhi                                   on 2001/03/24  16:06:01
59299         Log: Integrate perlio:
59300              
59301              [  9322]
59302              Routine Win32 regen_config_h - no real changes.
59303              
59304              [  9321]
59305              PerlIO fixups for Win32:
59306              - provide win33_popenlist() - non-functional as yet.
59307              - avoid need for aTHX in PerlIO_debug calls - even if not 
59308              enabled args are still evaluated so Win32 has trouble during fork().
59309              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
59310              - Fixup makedef.pl for latest set of symbols.
59311              
59312              [  9320]
59313              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
59314              was gibberish - broke it on WIn32 at least.
59315              
59316              [  9319]
59317              Generated files.
59318              
59319              [  9318]
59320              Implement:
59321              1.  open($fh,"+<",undef);  # add test to t/io/open.t
59322              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
59323      Branch: perl
59324           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
59325           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
59326            ! Makefile.SH
59327           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
59328           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
59329           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
59330           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
59331           !> win32/makefile.mk win32/perlhost.h win32/win32.c
59332           !> win32/win32iop.h
59333 ____________________________________________________________________________
59334 [  9322] By: nick                                  on 2001/03/24  14:39:12
59335         Log: Routine Win32 regen_config_h - no real changes.
59336      Branch: perlio
59337            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59338 ____________________________________________________________________________
59339 [  9321] By: nick                                  on 2001/03/24  14:31:49
59340         Log: PerlIO fixups for Win32:
59341              - provide win33_popenlist() - non-functional as yet.
59342              - avoid need for aTHX in PerlIO_debug calls - even if not 
59343              enabled args are still evaluated so Win32 has trouble during fork().
59344              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
59345              - Fixup makedef.pl for latest set of symbols.
59346      Branch: perlio
59347            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
59348            ! win32/perlhost.h win32/win32.c win32/win32iop.h
59349 ____________________________________________________________________________
59350 [  9320] By: nick                                  on 2001/03/24  14:26:58
59351         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
59352              was gibberish - broke it on WIn32 at least.
59353      Branch: perlio
59354            ! ext/POSIX/POSIX.xs
59355 ____________________________________________________________________________
59356 [  9319] By: nick                                  on 2001/03/24  11:29:41
59357         Log: Generated files.
59358      Branch: perlio
59359            ! embed.h global.sym objXSUB.h perlapi.c proto.h
59360 ____________________________________________________________________________
59361 [  9318] By: nick                                  on 2001/03/24  10:29:37
59362         Log: Implement:
59363              1.  open($fh,"+<",undef);  # add test to t/io/open.t
59364              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
59365      Branch: perlio
59366            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
59367            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
59368            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
59369            ! t/io/open.t t/io/utf8.t
59370 ____________________________________________________________________________
59371 [  9317] By: jhi                                   on 2001/03/23  23:41:25
59372         Log: AIX does seems to have optimization problems with its C compilers.
59373      Branch: perl
59374            ! hints/aix.sh
59375 ____________________________________________________________________________
59376 [  9316] By: jhi                                   on 2001/03/23  23:40:46
59377         Log: Integrate perlio:
59378              
59379              [  9314]
59380              Perlio internals re-organized.
59381              - open process creates AV of layer/arg pairs
59382              (appends layers from open() or open.pm to default list).
59383              - push arg is now an SV.
59384              - layer ->Open get passed the AV
59385              - open is no longer mandatory method.
59386              - topmost layer that has ->Open method does the open
59387              - any layers above are pushed once that returns.
59388              - vtable re-ordered so dummy layers need only provide push/pop methods.
59389              
59390              [  9313]
59391              Check in a stable (working) version before next round of tweaks.
59392              Changes include:
59393              - Move default layers code out of doio.c and into perlio.c
59394              - Single routine for parsing layer specification strings.
59395              - Skeleton support for demand loading of layers
59396              - Core-dump avoidance if PERLIO environment specifies loadable layer
59397              (does not _work_ as need IO to load and need load to do IO ...)
59398              
59399              [  9305]
59400              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
59401              
59402              [  9304]
59403              Render -Duseperlio functional again.
59404              - this is "quick fix" which calls PerlIO_apply_layers after opening,
59405              which is what old scheme did. New scheme needs to change that
59406              to make open(...,\$scalar) etc. work but this will do for now.
59407              
59408              [  9303]
59409              Avoid "reopen" semantics for time being. Fix bug in dup logic.
59410              -Uuseperlio now works again.
59411              -Duseperlio is still poorly. Don't merge yet...
59412              
59413              [  9302]
59414              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
59415              type code.
59416              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
59417              is its main caller. In particular now has access to "extra" args, and
59418              can tell when an open handle is "reopened" (or duped?).
59419              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
59420              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
59421              PerlIO_open() et. al. (i.e. other way round).
59422              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
59423              with args close to PerlIO_openn().
59424      Branch: perl
59425           +> lib/PerlIO.pm
59426           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
59427           !> perliol.h
59428 ____________________________________________________________________________
59429 [  9315] By: jhi                                   on 2001/03/23  22:16:30
59430         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
59431      Branch: perl
59432            ! t/lib/md5-file.t
59433 ____________________________________________________________________________
59434 [  9314] By: nick                                  on 2001/03/23  20:49:02
59435         Log: Perlio internals re-organized.
59436              - open process creates AV of layer/arg pairs
59437              (appends layers from open() or open.pm to default list).
59438              - push arg is now an SV.
59439              - layer ->Open get passed the AV
59440              - open is no longer mandatory method.
59441              - topmost layer that has ->Open method does the open
59442              - any layers above are pushed once that returns.
59443              - vtable re-ordered so dummy layers need only provide push/pop methods.
59444      Branch: perlio
59445            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
59446 ____________________________________________________________________________
59447 [  9313] By: nick                                  on 2001/03/23  16:27:41
59448         Log: Check in a stable (working) version before next round of tweaks.
59449              Changes include:
59450              - Move default layers code out of doio.c and into perlio.c
59451              - Single routine for parsing layer specification strings.
59452              - Skeleton support for demand loading of layers
59453              - Core-dump avoidance if PERLIO environment specifies loadable layer
59454              (does not _work_ as need IO to load and need load to do IO ...)
59455      Branch: perlio
59456            + lib/PerlIO.pm
59457            ! MANIFEST doio.c perlio.c
59458 ____________________________________________________________________________
59459 [  9312] By: gsar                                  on 2001/03/23  16:25:25
59460         Log: add execute bit to files with shebang lines in the repository;
59461              avoid clobbering execute bit in Porting/makerel 
59462      Branch: maint-5.6/perl
59463            ! (edit 144 files)
59464 ____________________________________________________________________________
59465 [  9311] By: jhi                                   on 2001/03/23  14:25:35
59466         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
59467      Branch: perl
59468            ! MANIFEST
59469 ____________________________________________________________________________
59470 [  9310] By: jhi                                   on 2001/03/23  13:45:04
59471         Log: Subject: [PATCH] Net::Ping
59472              From: Colin McMillen <mcmi0037@tc.umn.edu>
59473              Date: Thu, 22 Mar 2001 19:30:31 -0600
59474              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
59475      Branch: perl
59476            ! lib/Net/Ping.pm
59477 ____________________________________________________________________________
59478 [  9309] By: jhi                                   on 2001/03/23  13:39:13
59479         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
59480      Branch: perl
59481            ! t/lib/md5-aaa.t t/lib/md5-file.t
59482 ____________________________________________________________________________
59483 [  9308] By: jhi                                   on 2001/03/23  13:20:34
59484         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
59485              - bump the version to 2.14
59486              - drop the base64 tests since they require MIME::Base64
59487              - drop the rfc1321.txt
59488              - drop the hints/dec_osf.pl since it's only needed for
59489              pre-5.005_03 Perls
59490              Todo:
59491              - the U32 alignment testing is now removed; it needs to
59492              be reintroduced as as a Config variable (meaning also
59493              as a Configure test)
59494              - get the new EBCDIC md5sum for MD5.pm
59495              - test in Win32 to see how badly I botched the makefiles
59496      Branch: perl
59497            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
59498            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
59499            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
59500            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
59501            + t/lib/md5-file.t
59502            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
59503            ! win32/Makefile win32/makefile.mk
59504 ____________________________________________________________________________
59505 [  9307] By: jhi                                   on 2001/03/23  12:56:14
59506         Log: Integrate change #9306 from maintperl into mainline,
59507              AIX dynaloader for AIXes without <load.h>.
59508      Branch: perl
59509           !> ext/DynaLoader/hints/aix.pl
59510 ____________________________________________________________________________
59511 [  9306] By: jhi                                   on 2001/03/23  12:51:36
59512         Log: There are AIXes without /usr/include/load.h,
59513              patch from H.Merijn Brand.
59514      Branch: maint-5.6/perl
59515            ! ext/DynaLoader/hints/aix.pl
59516 ____________________________________________________________________________
59517 [  9305] By: nick                                  on 2001/03/23  11:00:42
59518         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
59519      Branch: perlio
59520            ! ext/Encode/Encode.xs perlio.c perlio.h
59521 ____________________________________________________________________________
59522 [  9304] By: nick                                  on 2001/03/23  10:20:46
59523         Log: Render -Duseperlio functional again.
59524              - this is "quick fix" which calls PerlIO_apply_layers after opening,
59525              which is what old scheme did. New scheme needs to change that
59526              to make open(...,\$scalar) etc. work but this will do for now.
59527      Branch: perlio
59528            ! perlio.c
59529 ____________________________________________________________________________
59530 [  9303] By: nick                                  on 2001/03/23  09:53:20
59531         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
59532              -Uuseperlio now works again.
59533              -Duseperlio is still poorly. Don't merge yet...
59534      Branch: perlio
59535            ! doio.c perlio.h
59536 ____________________________________________________________________________
59537 [  9302] By: nick                                  on 2001/03/22  22:26:51
59538         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
59539              type code.
59540              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
59541              is its main caller. In particular now has access to "extra" args, and
59542              can tell when an open handle is "reopened" (or duped?).
59543              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
59544              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
59545              PerlIO_open() et. al. (i.e. other way round).
59546              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
59547              with args close to PerlIO_openn().
59548      Branch: perlio
59549            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
59550 ____________________________________________________________________________
59551 [  9301] By: jhi                                   on 2001/03/22  20:58:04
59552         Log: Integrate perlio:
59553              
59554              [  9300]
59555              Don't include $@ in not ok message.
59556              
59557              [  9298]
59558              Give a meaning to '&' in n-arg open case:
59559              open($fh,"<&",$scalar);
59560              $scalar can be:
59561              - an integer which does "fdopen"
59562              open($fh,"<&",2); # like open($fh,"<&2")
59563              - something that will yield a file handle via sv_2io()
59564              useful for dup'ing anonymous handles.
59565              e.g.:
59566              open(my $fh,"<&",\*STDIN);
59567              open(my $dup,"<&",$fh);
59568              
59569              [  9297]
59570              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
59571              
59572              [  9296]
59573              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
59574              
59575              [  9295]
59576              If stdin, stdout or stderr get opened in unexpected read/write state
59577              then warn at time of open not at time of use.
59578              
59579              [  9294]
59580              Die on n-arg open(...,"",xxx,yyy,...)
59581              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
59582              - die on read/write cases so we can decide what it means later.
59583              
59584              [  9293]
59585              perlio tweaks (reported by Nick Clark)
59586              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
59587              error check in Pendinf_read().
59588      Branch: perl
59589           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
59590           !> t/io/open.t util.c
59591 ____________________________________________________________________________
59592 [  9300] By: nick                                  on 2001/03/22  17:36:32
59593         Log: Don't include $@ in not ok message.
59594      Branch: perlio
59595            ! t/io/open.t
59596 ____________________________________________________________________________
59597 [  9299] By: gsar                                  on 2001/03/22  16:53:45
59598         Log: back out changes#7532,7521 for now (appears to have problems
59599              on IRIX)
59600      Branch: maint-5.6/perl
59601            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
59602            ! ext/POSIX/typemap pod/perlvar.pod
59603 ____________________________________________________________________________
59604 [  9298] By: nick                                  on 2001/03/22  14:35:46
59605         Log: Give a meaning to '&' in n-arg open case:
59606              open($fh,"<&",$scalar);
59607              $scalar can be:
59608              - an integer which does "fdopen"
59609              open($fh,"<&",2); # like open($fh,"<&2")
59610              - something that will yield a file handle via sv_2io()
59611              useful for dup'ing anonymous handles.
59612              e.g.:
59613              open(my $fh,"<&",\*STDIN);
59614              open(my $dup,"<&",$fh);
59615      Branch: perlio
59616            ! doio.c t/io/open.t
59617 ____________________________________________________________________________
59618 [  9297] By: nick                                  on 2001/03/22  13:34:35
59619         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
59620      Branch: perlio
59621            ! util.c
59622 ____________________________________________________________________________
59623 [  9296] By: nick                                  on 2001/03/22  12:51:20
59624         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
59625      Branch: perlio
59626            ! perl.c
59627 ____________________________________________________________________________
59628 [  9295] By: nick                                  on 2001/03/22  11:59:44
59629         Log: If stdin, stdout or stderr get opened in unexpected read/write state
59630              then warn at time of open not at time of use.
59631      Branch: perlio
59632            ! doio.c pp_hot.c pp_sys.c
59633 ____________________________________________________________________________
59634 [  9294] By: nick                                  on 2001/03/22  10:54:35
59635         Log: Die on n-arg open(...,"",xxx,yyy,...)
59636              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
59637              - die on read/write cases so we can decide what it means later.
59638      Branch: perlio
59639            ! doio.c embed.pl iperlsys.h util.c
59640 ____________________________________________________________________________
59641 [  9293] By: nick                                  on 2001/03/22  09:02:45
59642         Log: perlio tweaks (reported by Nick Clark)
59643              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
59644              error check in Pendinf_read().
59645      Branch: perlio
59646            ! perlio.c
59647 ____________________________________________________________________________
59648 [  9292] By: gsar                                  on 2001/03/22  07:12:00
59649         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
59650              fixes)
59651      Branch: maint-5.6/perl
59652           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
59653 ____________________________________________________________________________
59654 [  9291] By: jhi                                   on 2001/03/22  06:06:44
59655         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
59656      Branch: perl
59657            ! t/op/re_tests
59658 ____________________________________________________________________________
59659 [  9290] By: jhi                                   on 2001/03/22  05:57:01
59660         Log: Move MacOS Classic higher in the list of supported platforms.
59661      Branch: maint-5.6/perl
59662            ! pod/perlport.pod
59663 ____________________________________________________________________________
59664 [  9289] By: gsar                                  on 2001/03/22  05:35:04
59665         Log: revert part of change#6438 for compatibility (av_reify()
59666              appears to be needed to implement av_splice()ish things
59667              in XS)
59668      Branch: maint-5.6/perl
59669            ! embed.pl global.sym objXSUB.h perlapi.c
59670 ____________________________________________________________________________
59671 [  9288] By: gsar                                  on 2001/03/22  03:09:19
59672         Log: update copyright year
59673      Branch: maint-5.6/perl
59674            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
59675            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
59676            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
59677            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
59678            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
59679            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
59680            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
59681            ! x2p/walk.c
59682 ____________________________________________________________________________
59683 [  9287] By: jhi                                   on 2001/03/21  20:30:54
59684         Log: Integrate perlio:
59685              
59686              [  9285]
59687              Multiplicity fix for Dumper.
59688      Branch: perl
59689           !> ext/Data/Dumper/Dumper.xs
59690 ____________________________________________________________________________
59691 [  9286] By: gsar                                  on 2001/03/21  19:49:54
59692         Log: makefile.mk tweak
59693      Branch: maint-5.6/perl
59694            ! win32/Makefile win32/makefile.mk
59695 ____________________________________________________________________________
59696 [  9285] By: nick                                  on 2001/03/21  19:07:13
59697         Log: Multiplicity fix for Dumper.
59698      Branch: perlio
59699            ! ext/Data/Dumper/Dumper.xs
59700 ____________________________________________________________________________
59701 [  9284] By: nick                                  on 2001/03/21  19:01:07
59702         Log: Integrate mainline - (does not build xTHX issue in Dumper).
59703      Branch: perlio
59704           !> (integrate 27 files)
59705 ____________________________________________________________________________
59706 [  9283] By: jhi                                   on 2001/03/21  17:17:35
59707         Log: Integrate change #9282 from mainline into maintperl,
59708              4-arg UTF-8 substr().
59709      Branch: maint-5.6/perl
59710           !> pp.c
59711 ____________________________________________________________________________
59712 [  9282] By: jhi                                   on 2001/03/21  17:15:43
59713         Log: The #9270 would have leaked a scalar if pp_substr()
59714              returned early.
59715      Branch: perl
59716            ! pp.c
59717 ____________________________________________________________________________
59718 [  9281] By: gsar                                  on 2001/03/21  17:03:14
59719         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
59720      Branch: maint-5.6/perl
59721            ! win32/makefile.mk
59722 ____________________________________________________________________________
59723 [  9280] By: gsar                                  on 2001/03/21  17:01:20
59724         Log: some tweaks to change#9278 (fork() emulation should be enabled
59725              by setting BUILD_FLAVOR instead of changing the defaults)
59726      Branch: maint-5.6/perl
59727            ! win32/makefile.mk
59728 ____________________________________________________________________________
59729 [  9279] By: gsar                                  on 2001/03/21  16:47:19
59730         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
59731      Branch: maint-5.6/perl
59732            ! ext/File/Glob/Glob.pm
59733           !> lib/Cwd.pm
59734 ____________________________________________________________________________
59735 [  9278] By: jhi                                   on 2001/03/21  14:35:10
59736         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
59737              From: "Vadim Konovalov" <watman@inbox.ru>
59738              Date: Wed, 21 Mar 2001 01:53:51 +0300
59739              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
59740      Branch: maint-5.6/perl
59741            ! win32/makefile.mk win32/win32sck.c
59742 ____________________________________________________________________________
59743 [  9277] By: jhi                                   on 2001/03/21  13:58:28
59744         Log: Integrate change #9270 from mainline to maintperl:
59745              continued 4-arg UTF-8 substr() fixing.
59746      Branch: maint-5.6/perl
59747           !> pp.c t/op/substr.t
59748 ____________________________________________________________________________
59749 [  9276] By: jhi                                   on 2001/03/21  13:33:00
59750         Log: More pixie cleaning.
59751      Branch: perl
59752            ! Makefile.SH
59753 ____________________________________________________________________________
59754 [  9275] By: jhi                                   on 2001/03/21  03:54:17
59755         Log: Update Changes.
59756      Branch: perl
59757            ! Changes patchlevel.h
59758 ____________________________________________________________________________
59759 [  9274] By: jhi                                   on 2001/03/21  03:48:24
59760         Log: First stab at making Data::Dumper to grok Unicode.
59761              
59762              TODO: tests, EBCDICify.
59763      Branch: perl
59764            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
59765 ____________________________________________________________________________
59766 [  9273] By: jhi                                   on 2001/03/21  02:23:00
59767         Log: Fix for
59768              
59769              Subject: Memory leak in unquoted print   
59770              From: Benjamin Sugars <bsugars@canoe.ca> 
59771              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
59772              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
59773      Branch: perl
59774            ! perlio.c
59775 ____________________________________________________________________________
59776 [  9272] By: jhi                                   on 2001/03/21  01:33:17
59777         Log: Subject: Re: [PATCH] POSIX::getcwd()
59778              From: Benjamin Sugars <bsugars@canoe.ca> 
59779              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
59780              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
59781      Branch: perl
59782            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
59783 ____________________________________________________________________________
59784 [  9271] By: jhi                                   on 2001/03/21  01:22:52
59785         Log: Subject: [PATCH] Cwd.pm docs
59786              From: Benjamin Sugars <bsugars@canoe.ca>
59787              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
59788              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
59789      Branch: perl
59790            ! lib/Cwd.pm
59791 ____________________________________________________________________________
59792 [  9270] By: jhi                                   on 2001/03/21  01:16:29
59793         Log: Continue 4-arg substr() UTF-8 fixage.
59794      Branch: perl
59795            ! pp.c t/op/substr.t
59796 ____________________________________________________________________________
59797 [  9269] By: jhi                                   on 2001/03/21  00:46:14
59798         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
59799              
59800              revert the leak fix in change#9142 (problem needs a more experimental
59801              fix unsuitable for 5.6.1)
59802              
59803              do alphabetical sorting by default (for csh compatibility)
59804              
59805              cut-n-paste goof in change#9264
59806              
59807              VMS piping fixes (from Charles Lane)
59808      Branch: perl
59809           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
59810           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
59811           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
59812 ____________________________________________________________________________
59813 [  9268] By: jhi                                   on 2001/03/21  00:37:04
59814         Log: Integrate perlio:
59815              
59816              [  9267]
59817              More EBCDIC stuff:
59818              - Loose the extra level of function on ASCII.
59819              - spotted a chr(0) issue in sv.c
59820              - re-work of UTF-X tr/// ranges to work in Unicode
59821              space. Still issues with the "0xff is illegal UTF-8" hack.
59822              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
59823              (why do it once when you can do it all over the place :-(
59824              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
59825              need utf8.pm for swashes.
59826              - Simplified and commented scan_const() in toke.c
59827              Still something wrong regexp and tr (swashes?).
59828      Branch: perl
59829           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
59830           !> utf8.c utf8.h utfebcdic.h
59831 ____________________________________________________________________________
59832 [  9267] By: nick                                  on 2001/03/20  20:04:39
59833         Log: More EBCDIC stuff:
59834              - Loose the extra level of function on ASCII.
59835              - spotted a chr(0) issue in sv.c
59836              - re-work of UTF-X tr/// ranges to work in Unicode
59837              space. Still issues with the "0xff is illegal UTF-8" hack.
59838              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
59839              (why do it once when you can do it all over the place :-(
59840              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
59841              need utf8.pm for swashes.
59842              - Simplified and commented scan_const() in toke.c
59843              Still something wrong regexp and tr (swashes?).
59844      Branch: perlio
59845            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
59846            ! utf8.c utf8.h utfebcdic.h
59847 ____________________________________________________________________________
59848 [  9266] By: gsar                                  on 2001/03/20  19:16:43
59849         Log: VMS piping fixes (from Charles Lane)
59850      Branch: maint-5.6/perl
59851            ! vms/vms.c vms/vmspipe.com
59852 ____________________________________________________________________________
59853 [  9265] By: gsar                                  on 2001/03/20  17:53:52
59854         Log: cut-n-paste goof in change#9264
59855      Branch: maint-5.6/perl
59856            ! ext/File/Glob/Glob.xs
59857 ____________________________________________________________________________
59858 [  9264] By: gsar                                  on 2001/03/20  17:43:47
59859         Log: do alphabetical sorting by default (for csh compatibility);
59860              bsd_glob() does ASCII sort by default as usual, unless
59861              GLOB_ALPHASORT was specified
59862      Branch: maint-5.6/perl
59863            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
59864            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
59865            ! ext/File/Glob/bsd_glob.h
59866 ____________________________________________________________________________
59867 [  9263] By: gsar                                  on 2001/03/20  16:40:08
59868         Log: integrate change#9255 from mainline (unicode fix)
59869              
59870              substr($bytestr, i, n, $charstr)
59871      Branch: maint-5.6/perl
59872           !> Todo-5.6 pp.c t/op/substr.t
59873 ____________________________________________________________________________
59874 [  9262] By: gsar                                  on 2001/03/20  15:57:41
59875         Log: revert the leak fix in change#9142 (problem needs a more experimental
59876              fix unsuitable for 5.6.1)
59877      Branch: maint-5.6/perl
59878            ! scope.c
59879 ____________________________________________________________________________
59880 [  9261] By: jhi                                   on 2001/03/20  14:26:25
59881         Log: Integrate changes #9259,9260 from maintperl into mainline.
59882              
59883              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
59884              
59885              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
59886      Branch: perl
59887           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
59888 ____________________________________________________________________________
59889 [  9260] By: jhi                                   on 2001/03/20  14:05:46
59890         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
59891              From: Robin Barker <rmb1@cise.npl.co.uk>
59892              Date: Tue, 20 Mar 2001 10:12:04 GMT
59893              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
59894      Branch: maint-5.6/perl
59895            ! run.c
59896 ____________________________________________________________________________
59897 [  9259] By: jhi                                   on 2001/03/20  14:04:39
59898         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
59899              From: Chris Nandor <pudge@pobox.com>
59900              Date: Tue, 20 Mar 2001 00:40:56 -0500
59901              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
59902      Branch: maint-5.6/perl
59903            ! ext/POSIX/POSIX.xs lib/File/Path.pm
59904 ____________________________________________________________________________
59905 [  9258] By: jhi                                   on 2001/03/20  05:09:34
59906         Log: Update Changes.
59907      Branch: perl
59908            ! Changes patchlevel.h
59909 ____________________________________________________________________________
59910 [  9257] By: jhi                                   on 2001/03/20  05:04:25
59911         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
59912      Branch: perl
59913            ! t/op/tr.t
59914 ____________________________________________________________________________
59915 [  9256] By: jhi                                   on 2001/03/20  04:43:12
59916         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
59917              From: Peter Prymmer <pvhp@forte.com>
59918              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
59919              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
59920      Branch: maint-5.6/perl
59921            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
59922 ____________________________________________________________________________
59923 [  9255] By: jhi                                   on 2001/03/19  23:17:17
59924         Log: substr($bytestr, i, n, $charstr)
59925              
59926              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
59927      Branch: perl
59928            ! Todo-5.6 pp.c t/op/substr.t
59929 ____________________________________________________________________________
59930 [  9254] By: jhi                                   on 2001/03/19  22:25:09
59931         Log: Rearrange the make test target prerequisites so that
59932              in a parallel make 'all' is finished before 'test'.
59933      Branch: perl
59934            ! Makefile.SH
59935 ____________________________________________________________________________
59936 [  9253] By: jhi                                   on 2001/03/19  21:48:07
59937         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
59938              From: Robin Houston <robin@kitsite.com>
59939              Date: Mon, 19 Mar 2001 15:48:41 +0000
59940              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
59941      Branch: perl
59942            ! pp_ctl.c
59943 ____________________________________________________________________________
59944 [  9252] By: jhi                                   on 2001/03/19  21:42:27
59945         Log: Integrate perlio:
59946              
59947              [  9248]
59948              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
59949              (Building on OS390 uses native YACC and YYDEBUG has other
59950              side effects.)
59951              
59952              [  9246]
59953              More EBCDIC fixes.
59954      Branch: perl
59955           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
59956           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
59957           !> utfebcdic.h vms/perly_c.vms
59958 ____________________________________________________________________________
59959 [  9251] By: jhi                                   on 2001/03/19  21:31:28
59960         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
59961              
59962              Dynaloading in 64-bit AIX with vac.
59963      Branch: perl
59964           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
59965           !> hints/aix.sh
59966 ____________________________________________________________________________
59967 [  9250] By: jhi                                   on 2001/03/19  21:18:00
59968         Log: A more robust solution for the 64bitall AIX dynaloading
59969              problem, from Jens-Uwe Mager.
59970      Branch: maint-5.6/perl
59971            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
59972 ____________________________________________________________________________
59973 [  9249] By: nick                                  on 2001/03/19  20:59:37
59974         Log: Integrate mainline.
59975      Branch: perlio
59976           !> (integrate 42 files)
59977 ____________________________________________________________________________
59978 [  9248] By: nick                                  on 2001/03/19  20:22:07
59979         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
59980              (Building on OS390 uses native YACC and YYDEBUG has other
59981              side effects.)
59982      Branch: perlio
59983            ! perly.c perly.y vms/perly_c.vms
59984 ____________________________________________________________________________
59985 [  9247] By: jhi                                   on 2001/03/19  19:59:53
59986         Log: 64-bit AIX dynaloading problem (see #9244) idea
59987              from Jens-Uwe Mager.
59988      Branch: maint-5.6/perl
59989            ! ext/DynaLoader/dl_aix.xs
59990 ____________________________________________________________________________
59991 [  9246] By: nick                                  on 2001/03/19  19:27:57
59992         Log: More EBCDIC fixes.
59993      Branch: perlio
59994            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
59995            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
59996 ____________________________________________________________________________
59997 [  9245] By: jhi                                   on 2001/03/19  19:05:19
59998         Log: Integrate change #9243 from mainline into maintperl.
59999              
60000              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
60001      Branch: maint-5.6/perl
60002           !> README.vmesa
60003 ____________________________________________________________________________
60004 [  9244] By: jhi                                   on 2001/03/19  19:03:15
60005         Log: Get 64bitall AIX building, but still does not test okay:
60006              dynaloading anything fails, for example for op/defins:
60007              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
60008              (update: fixed by #9247,9250)
60009      Branch: maint-5.6/perl
60010            ! hints/aix.sh
60011 ____________________________________________________________________________
60012 [  9243] By: jhi                                   on 2001/03/19  19:00:16
60013         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
60014              From: Robin Barker <rmb1@cise.npl.co.uk>
60015              Date: Mon, 19 Mar 2001 18:01:57 GMT
60016              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
60017      Branch: perl
60018            ! README.vmesa
60019 ____________________________________________________________________________
60020 [  9242] By: jhi                                   on 2001/03/19  18:58:43
60021         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
60022              
60023              TODO: tests.
60024      Branch: perl
60025            ! doop.c op.c
60026 ____________________________________________________________________________
60027 [  9241] By: gsar                                  on 2001/03/19  17:34:46
60028         Log: VMSify tests (from Charles Lane)
60029      Branch: maint-5.6/perl
60030            ! t/lib/filehand.t t/lib/texttabs.t
60031 ____________________________________________________________________________
60032 [  9240] By: jhi                                   on 2001/03/19  14:24:26
60033         Log: Integrate change #9233 from maintperl into mainline.
60034              
60035              some refcounts were incorrect in perl_clone()
60036      Branch: perl
60037           !> sv.c
60038 ____________________________________________________________________________
60039 [  9239] By: gsar                                  on 2001/03/19  09:23:17
60040         Log: this is 5.6.1-trial3
60041      Branch: maint-5.6/perl
60042            ! Changes
60043 ____________________________________________________________________________
60044 [  9238] By: gsar                                  on 2001/03/19  08:47:04
60045         Log: some new symbols are only available under ithreads
60046      Branch: maint-5.6/perl
60047            ! makedef.pl
60048 ____________________________________________________________________________
60049 [  9237] By: gsar                                  on 2001/03/19  08:42:28
60050         Log: update patchlevel.h, Changes, &c.
60051      Branch: maint-5.6/perl
60052            ! Changes patchlevel.h pod/perlhist.pod
60053           !> AUTHORS
60054 ____________________________________________________________________________
60055 [  9236] By: gsar                                  on 2001/03/19  08:17:49
60056         Log: integrate changes#8068,8717 from mainline
60057              
60058              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
60059              
60060              [PATCH CPAN 1.59_51] warning message (not!)
60061      Branch: maint-5.6/perl
60062           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
60063           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
60064           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
60065           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
60066           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
60067 ____________________________________________________________________________
60068 [  9235] By: gsar                                  on 2001/03/19  08:07:09
60069         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
60070              
60071              [PATCH] Add missing CV flags to dump.c
60072              
60073              Re: [patch] Re: PL_ptr_table
60074              
60075              Fixup non-ithread build after 8713
60076              
60077              Generated files form 8713 etc.
60078              
60079              Correct the correction :-(
60080              
60081              Documenting coderef @INC (Re: CPAN "make this script work" feature)
60082              
60083              Subject: Re: sync sync sync: have I missed any patches?
60084              Replace djSP with dSP.
60085      Branch: maint-5.6/perl
60086           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
60087           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
60088           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
60089           !> sv.c sv.h win32/perlhost.h
60090 ____________________________________________________________________________
60091 [  9234] By: gsar                                  on 2001/03/19  07:22:05
60092         Log: revert the change#9090 integrate for now (change looks somewhat
60093              incomplete in that [ha]v_exists() need something similar; lacks
60094              tests; &c.)
60095      Branch: maint-5.6/perl
60096            ! hv.c
60097 ____________________________________________________________________________
60098 [  9233] By: gsar                                  on 2001/03/19  07:10:01
60099         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
60100              destruction when there are unreferenced scalars (SvREFCNT==0)
60101      Branch: maint-5.6/perl
60102            ! sv.c
60103 ____________________________________________________________________________
60104 [  9232] By: jhi                                   on 2001/03/19  05:11:02
60105         Log: Regen api and toc.
60106      Branch: maint-5.6/perl
60107            ! pod/perlapi.pod pod/perltoc.pod
60108 ____________________________________________________________________________
60109 [  9231] By: jhi                                   on 2001/03/19  04:06:03
60110         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
60111              add a lost line in pp.c:pp_chop(), update to new op/chop.
60112              
60113              Clarify the description differentiating for and while; inspired by
60114              
60115              Subject: [ID 20010306.004] || != named unary operator
60116              
60117              The $Is_MacOS needs to be declared.
60118      Branch: maint-5.6/perl
60119            ! pp.c t/op/chop.t
60120           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
60121 ____________________________________________________________________________
60122 [  9230] By: jhi                                   on 2001/03/19  03:48:16
60123         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
60124              9079,9083,9089,9090,9091 from mainline to maintperl.
60125              
60126              Quieten some noise in Win32 builds
60127              
60128              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
60129              
60130              The perlretut was still talking about the old \p and \P
60131              definitions.
60132              
60133              More tweakage on the Unicode character class descriptions.
60134              
60135              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
60136              
60137              Subject: 'no *POSIX' Patch speeding up make on BS2000 
60138              
60139              Subject: [PATCH] perldata.pod here-doc docs
60140              
60141              Add /sbin and /usr/sbin to the list of directories scanned
60142              for setuid programs.  Takes care of bug id 20010309.003.
60143              
60144              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
60145              
60146              In op/stat #35 better to scan all the potential directories
60147              for setuids, not just the first one.
60148      Branch: maint-5.6/perl
60149            ! Makefile.SH
60150           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
60151           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
60152           !> t/op/stat.t toke.c win32/win32.h
60153 ____________________________________________________________________________
60154 [  9229] By: jhi                                   on 2001/03/19  02:31:50
60155         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
60156              From: Chris Nandor <pudge@pobox.com>
60157              Date: Sat, 10 Mar 2001 14:22:19 -0500
60158              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
60159      Branch: maint-5.6/perl
60160            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
60161            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
60162            ! t/lib/b.t t/lib/errno.t
60163 ____________________________________________________________________________
60164 [  9228] By: jhi                                   on 2001/03/19  02:29:59
60165         Log: Integrate changes #9113,9122 from mainline into maintperl.
60166              
60167              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?)
60168      Branch: maint-5.6/perl
60169           !> Configure README.os390 hints/os390.sh
60170 ____________________________________________________________________________
60171 [  9227] By: jhi                                   on 2001/03/19  02:22:35
60172         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
60173              into maintperl.
60174              
60175              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
60176              
60177              Forgot to check-in the larger part of #9120, duh.
60178              
60179              Subject: Another patch for integer.pm POD 
60180              
60181              h2ph strictness and cleanliness from Kurt Starsinic.
60182              
60183              Borland filename case problem.
60184              
60185              h2ph strictness and cleanliness from Kurt Starsinic.
60186              
60187              Subject: [PATCH] the uncontroversial doc patches
60188      Branch: maint-5.6/perl
60189           +> win32/sncfnmcs.pl
60190           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
60191           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
60192           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
60193           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
60194           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
60195           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
60196           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
60197 ____________________________________________________________________________
60198 [  9226] By: jhi                                   on 2001/03/19  02:10:21
60199         Log: Integrate changes #9207,9214 from mainline into maintperl.
60200              
60201              podchecker relaxations: =over has an *optional* number after it,
60202              and whitespace in L<> is okay.
60203      Branch: maint-5.6/perl
60204           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
60205           !> t/pod/poderrs.xr
60206 ____________________________________________________________________________
60207 [  9225] By: jhi                                   on 2001/03/19  02:07:38
60208         Log: Integrate change #9219 from maintperl into mainline.
60209              
60210              remove duplicated tests
60211      Branch: perl
60212           !> t/op/re_tests
60213 ____________________________________________________________________________
60214 [  9224] By: jhi                                   on 2001/03/19  02:06:11
60215         Log: Integrate change #9223 from mainline to maintperl.
60216              
60217              Document -Dmksymlinks.
60218      Branch: maint-5.6/perl
60219           !> INSTALL
60220 ____________________________________________________________________________
60221 [  9223] By: jhi                                   on 2001/03/19  02:01:25
60222         Log: Document -Dmksymlinks.
60223      Branch: perl
60224            ! INSTALL
60225 ____________________________________________________________________________
60226 [  9222] By: jhi                                   on 2001/03/19  01:15:35
60227         Log: The -Dmksymlinks wasn't working for maintperl.
60228      Branch: maint-5.6/perl
60229            ! Configure
60230 ____________________________________________________________________________
60231 [  9221] By: jhi                                   on 2001/03/19  00:49:43
60232         Log: Cleanup pixie residue.
60233      Branch: perl
60234            ! Makefile.SH
60235 ____________________________________________________________________________
60236 [  9220] By: jhi                                   on 2001/03/19  00:44:47
60237         Log: Document the use of pixie/prof; create make targets for it.
60238              
60239              TODO: make t/TEST pixie-aware.
60240      Branch: perl
60241            ! Makefile.SH pod/perlhack.pod
60242 ____________________________________________________________________________
60243 [  9219] By: gsar                                  on 2001/03/19  00:16:55
60244         Log: remove duplicated tests
60245      Branch: maint-5.6/perl
60246            ! t/op/re_tests
60247 ____________________________________________________________________________
60248 [  9218] By: jhi                                   on 2001/03/18  23:59:31
60249         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
60250      Branch: perl
60251            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
60252 ____________________________________________________________________________
60253 [  9217] By: jhi                                   on 2001/03/18  23:25:20
60254         Log: Rewrite the tests section of Makefile to be less redundant
60255              and to allow for more flexible test targets, many recursive
60256              make calls introduced.
60257      Branch: perl
60258            ! Makefile.SH
60259 ____________________________________________________________________________
60260 [  9216] By: jhi                                   on 2001/03/18  22:30:04
60261         Log: Document the use of Third Degree (sparsely).
60262      Branch: perl
60263            ! pod/perlhack.pod t/TEST
60264 ____________________________________________________________________________
60265 [  9215] By: jhi                                   on 2001/03/18  22:10:30
60266         Log: Make targets for testing with Third Degree.
60267      Branch: perl
60268            ! Makefile.SH
60269 ____________________________________________________________________________
60270 [  9214] By: jhi                                   on 2001/03/18  21:08:53
60271         Log: The podchecker relaxations need to mirrored also at the tests.
60272      Branch: perl
60273            ! t/pod/poderrs.xr
60274 ____________________________________________________________________________
60275 [  9213] By: jhi                                   on 2001/03/18  20:56:21
60276         Log: Update Changes.
60277      Branch: perl
60278            ! Changes patchlevel.h
60279 ____________________________________________________________________________
60280 [  9212] By: jhi                                   on 2001/03/18  20:36:59
60281         Log: Looking for config.sh in parent directories isn't
60282              very useful for the toplevel Makefile.
60283      Branch: perl
60284            ! Makefile.SH
60285 ____________________________________________________________________________
60286 [  9211] By: jhi                                   on 2001/03/18  20:33:37
60287         Log: On "make clean" take care of Third Degree droppings.
60288      Branch: perl
60289            ! Makefile.SH
60290 ____________________________________________________________________________
60291 [  9210] By: jhi                                   on 2001/03/18  20:21:34
60292         Log: Add a hook for running the tests under the Third Degree
60293              debugging tool (set $ENV{PERL_3LOG} to non-zero)
60294              
60295              TODO: Document the use of Third Degree.
60296      Branch: perl
60297            ! t/TEST
60298 ____________________________________________________________________________
60299 [  9209] By: jhi                                   on 2001/03/18  20:19:07
60300         Log: Regen toc and api pods.
60301      Branch: perl
60302            ! pod/perlapi.pod pod/perltoc.pod
60303 ____________________________________________________________________________
60304 [  9208] By: jhi                                   on 2001/03/18  20:12:12
60305         Log: Integrate changes #8128,9132 from mainline into maintperl,
60306              Tie::SubstrHash fixes.
60307      Branch: maint-5.6/perl
60308           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
60309 ____________________________________________________________________________
60310 [  9207] By: jhi                                   on 2001/03/18  20:07:43
60311         Log: podchecker relaxations from Michael Stevens.
60312      Branch: perl
60313            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
60314 ____________________________________________________________________________
60315 [  9206] By: jhi                                   on 2001/03/18  20:04:24
60316         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
60317      Branch: perl
60318            ! lib/Locale/Constants.pm lib/Locale/Country.pm
60319            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
60320            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
60321 ____________________________________________________________________________
60322 [  9205] By: jhi                                   on 2001/03/18  19:54:45
60323         Log: Integrate changes #9161,9162 from maintperl to mainline.
60324              
60325              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
60326              results
60327      Branch: perl
60328           !> t/op/magic.t
60329 ____________________________________________________________________________
60330 [  9204] By: jhi                                   on 2001/03/18  19:37:46
60331         Log: Make perl.third checks more understandable to the builder.
60332      Branch: perl
60333            ! Makefile.SH
60334 ____________________________________________________________________________
60335 [  9203] By: jhi                                   on 2001/03/18  19:20:54
60336         Log: Re-integrate #9138 from maintperl to mainline,
60337              the squelching of the unneeded "Scalars leaked" messages.
60338      Branch: perl
60339           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
60340           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
60341           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
60342 ____________________________________________________________________________
60343 [  9202] By: jhi                                   on 2001/03/18  18:48:36
60344         Log: More robust and more paranoid perl.third target.
60345      Branch: perl
60346            ! Makefile.SH
60347 ____________________________________________________________________________
60348 [  9201] By: jhi                                   on 2001/03/18  18:39:21
60349         Log: Integrate change #9197 from maintperl to mainline.
60350              
60351              more thorough cleaning of arenas.
60352      Branch: perl
60353           !> embed.pl perl.c proto.h sv.c t/op/sort.t
60354 ____________________________________________________________________________
60355 [  9200] By: jhi                                   on 2001/03/18  18:25:17
60356         Log: Integrate perlio:
60357              
60358              [  9199]
60359              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
60360              is the sense of the test being done. Avoid some magical 127 and 128 values
60361              by using macros.
60362              
60363              [  9198]
60364              UTF-X encoding invariance for Encode:
60365              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
60366              - move the XS code for those to universal.c (so in miniperl)
60367              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
60368              - change ext/Encode/compile to use above.
60369              - Fix t/lib/encode.t for above
60370              - Teach t/lib/b.t to expect -uutf8
60371              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
60372              utf8.pm is needed.
60373              
60374              [  9196]
60375              Fix pragma/utf8.t # 15
60376              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
60377              are SvUTF8 as well.
60378      Branch: perl
60379           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
60380           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
60381           !> t/lib/encode.t toke.c universal.c utf8.c
60382 ____________________________________________________________________________
60383 [  9199] By: nick                                  on 2001/03/18  15:23:51
60384         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
60385              is the sense of the test being done. Avoid some magical 127 and 128 values
60386              by using macros.
60387      Branch: perlio
60388            ! doop.c pp_ctl.c sv.c toke.c
60389 ____________________________________________________________________________
60390 [  9198] By: nick                                  on 2001/03/18  14:18:12
60391         Log: UTF-X encoding invariance for Encode:
60392              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
60393              - move the XS code for those to universal.c (so in miniperl)
60394              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
60395              - change ext/Encode/compile to use above.
60396              - Fix t/lib/encode.t for above
60397              - Teach t/lib/b.t to expect -uutf8
60398              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
60399              utf8.pm is needed.
60400      Branch: perlio
60401            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
60402            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
60403 ____________________________________________________________________________
60404 [  9197] By: gsar                                  on 2001/03/18  12:15:57
60405         Log: more thorough cleaning of arenas--keep going until no more
60406              SvREFCNT_dec()s occur (this fixes the problem that causes the
60407              pesky "Scalars leaked" warnings)
60408      Branch: maint-5.6/perl
60409            ! embed.pl perl.c proto.h sv.c t/op/sort.t
60410 ____________________________________________________________________________
60411 [  9196] By: nick                                  on 2001/03/18  10:57:29
60412         Log: Fix pragma/utf8.t # 15
60413              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
60414              are SvUTF8 as well.
60415      Branch: perlio
60416            ! toke.c
60417 ____________________________________________________________________________
60418 [  9195] By: nick                                  on 2001/03/18  09:27:06
60419         Log: Integrate mainline
60420      Branch: perlio
60421           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
60422           !> t/op/pat.t
60423 ____________________________________________________________________________
60424 [  9194] By: jhi                                   on 2001/03/18  05:29:59
60425         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
60426              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
60427      Branch: perl
60428            ! op.c op.h t/op/misc.t t/op/pat.t
60429 ____________________________________________________________________________
60430 [  9193] By: jhi                                   on 2001/03/18  05:15:06
60431         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
60432      Branch: perl
60433            ! mg.c t/op/pat.t
60434 ____________________________________________________________________________
60435 [  9192] By: jhi                                   on 2001/03/18  04:22:43
60436         Log: tr/// UTF-8 patches from Inaba Hiroto.
60437      Branch: perl
60438            ! doop.c op.c
60439 ____________________________________________________________________________
60440 [  9191] By: jhi                                   on 2001/03/18  04:21:17
60441         Log: Integrate perlio:
60442              
60443              [  9190]
60444              Correct #if EBCDIC side typos.
60445              Builds and passes many tests on OS390.
60446      Branch: perl
60447           !> utf8.c utfebcdic.h
60448 ____________________________________________________________________________
60449 [  9190] By: nick                                  on 2001/03/17  20:32:01
60450         Log: Correct #if EBCDIC side typos.
60451              Builds and passes many tests on OS390.
60452      Branch: perlio
60453            ! utf8.c utfebcdic.h
60454 ____________________________________________________________________________
60455 [  9189] By: jhi                                   on 2001/03/17  18:55:49
60456         Log: Add prerequisites for the perl.third target.
60457      Branch: perl
60458            ! Makefile.SH
60459 ____________________________________________________________________________
60460 [  9188] By: jhi                                   on 2001/03/17  18:46:00
60461         Log: Integrate perlio:
60462              
60463              [  9186]
60464              MANIFEST addition :-(
60465              
60466              [  9185]
60467              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
60468              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
60469              a superset of ASCII are invariant under the encoding. This is EBCDIC
60470              friendly as an encoded string can be looked at as being EBCDIC by lexer
60471              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
60472              ASCII on ASCII machines.
60473              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
60474              seperate.
60475              - Add some more macros to comprehend different shift amounts and
60476              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
60477              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
60478              and conditionally #include it.
60479              EBCDIC build as yet untested.  ASCII still fails the one test.
60480              
60481              [  9184]
60482              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
60483      Branch: perl
60484           +> utfebcdic.h
60485           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
60486 ____________________________________________________________________________
60487 [  9187] By: jhi                                   on 2001/03/17  18:38:47
60488         Log: Add a make rule for perl.third (the Third Degree memory debugging
60489              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
60490      Branch: perl
60491            ! Makefile.SH
60492 ____________________________________________________________________________
60493 [  9186] By: nick                                  on 2001/03/17  18:34:48
60494         Log: MANIFEST addition :-(
60495      Branch: perlio
60496            ! MANIFEST
60497 ____________________________________________________________________________
60498 [  9185] By: nick                                  on 2001/03/17  18:29:50
60499         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
60500              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
60501              a superset of ASCII are invariant under the encoding. This is EBCDIC
60502              friendly as an encoded string can be looked at as being EBCDIC by lexer
60503              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
60504              ASCII on ASCII machines.
60505              
60506              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
60507              seperate.
60508              - Add some more macros to comprehend different shift amounts and
60509              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
60510              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
60511              and conditionally #include it.
60512              
60513              EBCDIC build as yet untested.  ASCII still fails the one test.
60514      Branch: perlio
60515            + utfebcdic.h
60516            ! utf8.c utf8.h
60517 ____________________________________________________________________________
60518 [  9184] By: nick                                  on 2001/03/17  17:44:16
60519         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
60520      Branch: perlio
60521            ! doop.c perl.h pp.c utf8.h
60522 ____________________________________________________________________________
60523 [  9183] By: jhi                                   on 2001/03/17  15:55:42
60524         Log: Integrate perlio:
60525              
60526              [  9182]
60527              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
60528              
60529              [  9180]
60530              EBCDIC Fixes.
60531              
60532              [  9173]
60533              1st day's EBCDIC fixes:
60534              - toke.c's parsing of strings needed attention
60535              needed to conditionally e2a if string was already UTF-8
60536              - e2a/a2e tables where wrong way round.
60537              - new macros in utf8.h
60538      Branch: perl
60539            ! MANIFEST
60540           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
60541 ____________________________________________________________________________
60542 [  9182] By: nick                                  on 2001/03/17  09:16:06
60543         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
60544      Branch: perlio
60545            ! t/op/pat.t
60546 ____________________________________________________________________________
60547 [  9181] By: nick                                  on 2001/03/17  09:15:11
60548         Log: Integrate mainline.
60549      Branch: perlio
60550           +> lib/Locale/Constants.pm lib/Locale/Country.pm
60551           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
60552           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
60553           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
60554           !> (integrate 83 files)
60555 ____________________________________________________________________________
60556 [  9180] By: nick                                  on 2001/03/16  17:23:21
60557         Log: EBCDIC Fixes.
60558      Branch: perlio
60559            ! perl.h sv.c toke.c utf8.c utf8.h
60560 ____________________________________________________________________________
60561 [  9179] By: jhi                                   on 2001/03/16  14:10:12
60562         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
60563              a change needed to work around an AIX compiler bug.
60564      Branch: perl
60565            ! ext/Storable/Storable.xs
60566 ____________________________________________________________________________
60567 [  9178] By: jhi                                   on 2001/03/16  03:19:59
60568         Log: With Damian's approval synchronize damian's modules'
60569              licensing with Perl's standard module licensing.
60570      Branch: perl
60571            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
60572 ____________________________________________________________________________
60573 [  9177] By: jhi                                   on 2001/03/16  03:15:34
60574         Log: Make the Filter::Util:Call files have their own copies
60575              of the Perl standard module licensing, from Paul Marquess.
60576      Branch: perl
60577            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
60578 ____________________________________________________________________________
60579 [  9176] By: jhi                                   on 2001/03/16  02:56:04
60580         Log: Subject: [PATCH] more pod patches
60581              From: Michael Stevens <michael@etla.org>
60582              Date: Thu, 15 Mar 2001 21:25:18 +0000
60583              Message-ID: <20010315212518.A18870@firedrake.org>
60584      Branch: perl
60585            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
60586            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
60587            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
60588            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
60589            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
60590            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
60591            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
60592            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
60593            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
60594            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
60595            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
60596            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
60597            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
60598            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
60599            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
60600            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
60601            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
60602            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
60603            ! lib/Locale/Country.pm lib/Locale/Language.pm
60604            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
60605            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
60606            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
60607            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
60608            ! os2/OS2/Process/Process.pm
60609 ____________________________________________________________________________
60610 [  9175] By: jhi                                   on 2001/03/16  02:53:32
60611         Log: Subject: [PATCH] the uncontroversial doc patches
60612              From: Michael Stevens <michael@etla.org>
60613              Date: Thu, 15 Mar 2001 20:01:12 +0000
60614              Message-ID: <20010315200112.A7636@firedrake.org>
60615      Branch: perl
60616            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
60617            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
60618            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
60619            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
60620            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
60621 ____________________________________________________________________________
60622 [  9174] By: jhi                                   on 2001/03/16  02:50:49
60623         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
60624              From: Paul Lindner <lindner@inuus.com>
60625              Date: Fri, 16 Mar 2001 11:28:03 -0800
60626              Message-ID: <20010316112803.A7577@inuus.com>
60627      Branch: perl
60628            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
60629 ____________________________________________________________________________
60630 [  9173] By: nick                                  on 2001/03/15  20:21:03
60631         Log: 1st day's EBCDIC fixes:
60632              - toke.c's parsing of strings needed attention
60633              needed to conditionally e2a if string was already UTF-8
60634              - e2a/a2e tables where wrong way round.
60635              - new macros in utf8.h
60636      Branch: perlio
60637            ! perl.h toke.c utf8.h
60638 ____________________________________________________________________________
60639 [  9172] By: jhi                                   on 2001/03/15  15:17:17
60640         Log: Update Changes.
60641      Branch: perl
60642            ! Changes patchlevel.h
60643 ____________________________________________________________________________
60644 [  9171] By: jhi                                   on 2001/03/15  15:09:32
60645         Log: Subject: Re: Another Borland C++ problem.
60646              From: "Vadim Konovalov" <watman@inbox.ru>
60647              Date: Sat, 10 Mar 2001 19:26:07 +0300
60648              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
60649              
60650              Borland filename case problem.
60651      Branch: perl
60652            + win32/sncfnmcs.pl
60653            ! MANIFEST README.win32
60654 ____________________________________________________________________________
60655 [  9170] By: jhi                                   on 2001/03/15  14:54:23
60656         Log: Add Locale::Codes 1.06, from Neil Bowers.
60657      Branch: perl
60658            + lib/Locale/Constants.pm lib/Locale/Country.pm
60659            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
60660            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
60661            + t/lib/lc-language.t t/lib/lc-uk.t
60662            ! MANIFEST
60663 ____________________________________________________________________________
60664 [  9169] By: jhi                                   on 2001/03/15  14:19:01
60665         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
60666      Branch: perl
60667            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
60668            ! ext/Storable/Storable.xs
60669 ____________________________________________________________________________
60670 [  9168] By: jhi                                   on 2001/03/15  14:13:22
60671         Log: Integrate changes #9120,9167 from mainline to maintperl.
60672              
60673              Subject: [PATCH 5.6.1] OS/2 docs
60674              
60675              Subject: [PATCH 5.6.1] perldoc
60676      Branch: maint-5.6/perl
60677           !> os2/Changes utils/perldoc.PL
60678 ____________________________________________________________________________
60679 [  9167] By: jhi                                   on 2001/03/15  14:07:42
60680         Log: Subject: [PATCH 5.6.1] perldoc
60681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60682              Date: Wed, 14 Mar 2001 23:46:52 -0500
60683              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
60684      Branch: perl
60685            ! utils/perldoc.PL
60686 ____________________________________________________________________________
60687 [  9166] By: jhi                                   on 2001/03/15  13:53:15
60688         Log: sigaction test condition tweakage.
60689      Branch: perl
60690            ! t/lib/sigaction.t
60691 ____________________________________________________________________________
60692 [  9165] By: alanbur                               on 2001/03/15  03:49:17
60693         Log: Resynchronised with parent
60694      Branch: maint-5.6/pureperl
60695           +> os2/os2add.sym t/op/anonsub.t
60696           !> (integrate 72 files)
60697 ____________________________________________________________________________
60698 [  9164] By: jhi                                   on 2001/03/15  01:05:01
60699         Log: Avoid stomping off the beginning of an array in tr///.
60700      Branch: perl
60701            ! op.c
60702 ____________________________________________________________________________
60703 [  9163] By: jhi                                   on 2001/03/15  00:58:57
60704         Log: h2ph strictness and cleanliness from Kurt Starsinic.
60705      Branch: perl
60706            ! utils/h2ph.PL
60707 ____________________________________________________________________________
60708 [  9162] By: gsar                                  on 2001/03/15  00:56:53
60709         Log: avoid warnings
60710      Branch: maint-5.6/perl
60711            ! t/op/magic.t
60712 ____________________________________________________________________________
60713 [  9161] By: gsar                                  on 2001/03/15  00:52:09
60714         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
60715              results
60716      Branch: maint-5.6/perl
60717            ! t/op/magic.t
60718 ____________________________________________________________________________
60719 [  9160] By: jhi                                   on 2001/03/14  22:02:10
60720         Log: Do not use the Perl malloc in IRIX, suggested by
60721              Helmus Jarausch.
60722      Branch: perl
60723            ! hints/irix_6.sh
60724 ____________________________________________________________________________
60725 [  9159] By: nick                                  on 2001/03/14  21:45:59
60726         Log: Integrate mainline
60727      Branch: perlio
60728           +> t/op/loopctl.t
60729           !> (integrate 41 files)
60730 ____________________________________________________________________________
60731 [  9158] By: jhi                                   on 2001/03/14  21:10:09
60732         Log: The Day of the Retractions continues: the #9138
60733              (integrated in #9144) doesn't work well in mainline.
60734      Branch: perl
60735            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
60736            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
60737            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
60738 ____________________________________________________________________________
60739 [  9157] By: jhi                                   on 2001/03/14  20:58:12
60740         Log: The #9145 CANNOT be enabled: the clear_pmop code still
60741              dumps core all over in Tru64.
60742      Branch: perl
60743            ! op.c op.h t/op/pat.t
60744 ____________________________________________________________________________
60745 [  9156] By: jhi                                   on 2001/03/14  20:48:06
60746         Log: Integrate change #9154 from maintperl to mainline.
60747              
60748              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
60749              (caused Storable 1.0.10 to break on windows)
60750      Branch: perl
60751           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
60752           !> perlapi.c proto.h
60753 ____________________________________________________________________________
60754 [  9155] By: jhi                                   on 2001/03/14  20:23:53
60755         Log: Retract #9136: breaks threading (and binary compatibility).
60756      Branch: perl
60757            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
60758 ____________________________________________________________________________
60759 [  9154] By: gsar                                  on 2001/03/14  17:48:18
60760         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
60761              (caused Storable 1.0.10 to break on windows)
60762      Branch: maint-5.6/perl
60763            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
60764            ! perlapi.c proto.h
60765 ____________________________________________________________________________
60766 [  9153] By: jhi                                   on 2001/03/14  13:35:21
60767         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
60768      Branch: perl
60769            ! t/lib/sigaction.t
60770 ____________________________________________________________________________
60771 [  9152] By: gsar                                  on 2001/03/14  07:29:40
60772         Log: back out changes#9012,9010,9009 and parts of change#9016
60773              (causes ABRs under purify, and some prerequisites don't
60774              seem to be there in 5.6.x)
60775      Branch: maint-5.6/perl
60776            ! doop.c op.c t/op/tr.t toke.c
60777 ____________________________________________________________________________
60778 [  9151] By: gsar                                  on 2001/03/14  07:01:29
60779         Log: reenable change#9145 (the test was busted due to a missing
60780              C<print "ok 27\n">)
60781      Branch: perl
60782            ! op.c op.h t/op/pat.t
60783 ____________________________________________________________________________
60784 [  9150] By: jhi                                   on 2001/03/14  06:38:36
60785         Log: Retract #9145.
60786      Branch: perl
60787            ! op.c op.h t/op/pat.t
60788 ____________________________________________________________________________
60789 [  9149] By: jhi                                   on 2001/03/14  06:14:56
60790         Log: Retract #9143.
60791      Branch: perl
60792            ! op.c
60793 ____________________________________________________________________________
60794 [  9148] By: gsar                                  on 2001/03/14  06:13:02
60795         Log: Uninitialized Memory Read in regexec.c
60796      Branch: perl
60797            ! regexec.c
60798 ____________________________________________________________________________
60799 [  9147] By: jhi                                   on 2001/03/14  04:59:54
60800         Log: Subject: PATCH: make goto work in nested eval ""
60801              From: Robin Houston <robin@kitsite.com>
60802              Date: Wed, 14 Mar 2001 04:16:10 +0000
60803              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
60804      Branch: perl
60805            ! pp_ctl.c t/op/goto.t
60806 ____________________________________________________________________________
60807 [  9146] By: jhi                                   on 2001/03/14  04:42:54
60808         Log: Preserve the #ifdef PERL_CORE in perly.h.
60809      Branch: perl
60810            ! perly.fixer
60811 ____________________________________________________________________________
60812 [  9145] By: jhi                                   on 2001/03/14  03:57:41
60813         Log: (Retracted by #9150.)
60814      Branch: perl
60815            ! op.c op.h t/op/pat.t
60816 ____________________________________________________________________________
60817 [  9144] By: jhi                                   on 2001/03/14  03:50:38
60818         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
60819              
60820              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
60821              
60822              remove squelch controls for "Scalars leaked" messages in most places
60823              (these are now cured)
60824              
60825              fix another memory leak reported by purify (tie callbacks that
60826              croak can leak when wiping out magic)
60827      Branch: perl
60828           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
60829           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
60830           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
60831           !> t/pragma/warnings.t
60832 ____________________________________________________________________________
60833 [  9143] By: jhi                                   on 2001/03/14  03:37:53
60834         Log: (Retracted by #9149.)
60835      Branch: perl
60836            ! op.c
60837 ____________________________________________________________________________
60838 [  9142] By: gsar                                  on 2001/03/14  03:20:48
60839         Log: fix another memory leak reported by purify (tie callbacks that
60840              croak can leak when wiping out magic)
60841      Branch: maint-5.6/perl
60842            ! scope.c
60843 ____________________________________________________________________________
60844 [  9141] By: jhi                                   on 2001/03/14  02:55:00
60845         Log: Subject: PATCH for [ID 20010305.003]
60846              From: Robin Houston <robin@kitsite.com>
60847              Date: Wed, 14 Mar 2001 02:45:51 +0000
60848              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
60849      Branch: perl
60850            ! pp_ctl.c t/op/eval.t
60851 ____________________________________________________________________________
60852 [  9140] By: jhi                                   on 2001/03/14  02:41:54
60853         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
60854              Date: Wed, 14 Mar 2001 01:52:51 +0000
60855              From: Robin Houston <robin@kitsite.com>
60856              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
60857              
60858              Fix for 2000313.004.
60859      Branch: perl
60860            ! pp_ctl.c t/op/goto.t
60861 ____________________________________________________________________________
60862 [  9139] By: jhi                                   on 2001/03/14  02:40:50
60863         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
60864              From: Robin Houston <robin@kitsite.com>
60865              Date: Wed, 14 Mar 2001 00:43:45 +0000
60866              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
60867      Branch: perl
60868            + t/op/loopctl.t
60869            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
60870            ! vms/perly_c.vms
60871 ____________________________________________________________________________
60872 [  9138] By: gsar                                  on 2001/03/14  01:18:00
60873         Log: remove squelch controls for "Scalars leaked" messages in most places
60874              (these are now cured)
60875      Branch: maint-5.6/perl
60876            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
60877            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
60878            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
60879 ____________________________________________________________________________
60880 [  9137] By: gsar                                  on 2001/03/14  00:57:04
60881         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
60882      Branch: maint-5.6/perl
60883            ! regcomp.c
60884 ____________________________________________________________________________
60885 [  9136] By: jhi                                   on 2001/03/13  23:12:24
60886         Log: (Retracted by #9155)
60887              
60888              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
60889              From: Jens-Uwe Mager <jum@helios.de>
60890              Date: Wed, 21 Feb 2001 21:32:04 +0100
60891              Message-ID: <20010221213203.A18340@ans.helios.de>
60892      Branch: perl
60893            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
60894 ____________________________________________________________________________
60895 [  9135] By: jhi                                   on 2001/03/13  22:50:05
60896         Log: Integrate perlio:
60897              
60898              [  9126]
60899              #ifdef'ed out code to make packed side of pack/unpack
60900              octets. (i.e. pack('U') => encode_utf8).
60901      Branch: perl
60902           !> pp.c
60903 ____________________________________________________________________________
60904 [  9134] By: jhi                                   on 2001/03/13  22:49:05
60905         Log: Integrate change #9131 from maintperl into mainline.
60906              
60907              make the error text look more consistent in hints/hpux.sh
60908      Branch: perl
60909           !> hints/hpux.sh
60910 ____________________________________________________________________________
60911 [  9133] By: gsar                                  on 2001/03/13  22:46:20
60912         Log: integrate change#9067 from mainline
60913              
60914              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
60915      Branch: maint-5.6/perl
60916           !> lib/ExtUtils/MM_Unix.pm
60917 ____________________________________________________________________________
60918 [  9132] By: jhi                                   on 2001/03/13  22:41:21
60919         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
60920              From: "John P. Linderman" <jpl@research.att.com>
60921              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
60922              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
60923              
60924              A more correct prime finder.
60925      Branch: perl
60926            ! lib/Tie/SubstrHash.pm
60927 ____________________________________________________________________________
60928 [  9131] By: gsar                                  on 2001/03/13  22:30:42
60929         Log: make the error text look more consistent in hints/hpux.sh
60930      Branch: maint-5.6/perl
60931            ! hints/hpux.sh
60932 ____________________________________________________________________________
60933 [  9130] By: jhi                                   on 2001/03/13  22:23:44
60934         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
60935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60936              Date: Tue, 13 Mar 2001 18:41:26 +0100
60937              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
60938              
60939              If the test is run non-interactively the default handler
60940              is different.
60941      Branch: perl
60942            ! t/lib/sigaction.t
60943 ____________________________________________________________________________
60944 [  9129] By: jhi                                   on 2001/03/13  22:20:21
60945         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
60946              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60947              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
60948              Date:     Tue, 13 Mar 2001 16:44:32 EST
60949      Branch: perl
60950            ! t/lib/1_compile.t
60951 ____________________________________________________________________________
60952 [  9128] By: jhi                                   on 2001/03/13  22:18:34
60953         Log: Subject: Another patch for integer.pm POD 
60954              From: "John L. Allen" <allen@grumman.com>
60955              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
60956              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
60957      Branch: perl
60958            ! lib/integer.pm
60959 ____________________________________________________________________________
60960 [  9127] By: nick                                  on 2001/03/13  21:26:30
60961         Log: Integrate mainline.
60962      Branch: perlio
60963           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
60964           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
60965           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
60966           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
60967           !> Changes Configure MANIFEST README.os2 README.os390
60968           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
60969           !> os2/Changes patchlevel.h win32/perlhost.h
60970 ____________________________________________________________________________
60971 [  9126] By: nick                                  on 2001/03/13  20:39:51
60972         Log: #ifdef'ed out code to make packed side of pack/unpack
60973              octets. (i.e. pack('U') => encode_utf8).
60974      Branch: perlio
60975            ! pp.c
60976 ____________________________________________________________________________
60977 [  9125] By: jhi                                   on 2001/03/13  15:07:16
60978         Log: Update Changes.
60979      Branch: perl
60980            ! Changes patchlevel.h
60981 ____________________________________________________________________________
60982 [  9124] By: jhi                                   on 2001/03/13  14:22:45
60983         Log: Workaround for the buggy ("internal compiler error")
60984              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
60985              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
60986              of Andreas König.
60987      Branch: perl
60988            ! ext/re/Makefile.PL hints/aix.sh
60989 ____________________________________________________________________________
60990 [  9123] By: jhi                                   on 2001/03/13  03:24:34
60991         Log: Typo in #9114.
60992      Branch: metaconfig
60993            ! U/modified/myhostname.U
60994 ____________________________________________________________________________
60995 [  9122] By: jhi                                   on 2001/03/13  03:24:06
60996         Log: Typo in #9113.
60997      Branch: perl
60998            ! Configure
60999 ____________________________________________________________________________
61000 [  9121] By: jhi                                   on 2001/03/13  01:53:05
61001         Log: Forgot to check-in the larger part of #9120, duh.
61002      Branch: perl
61003            ! README.os2
61004 ____________________________________________________________________________
61005 [  9120] By: jhi                                   on 2001/03/13  01:51:31
61006         Log: Subject: [PATCH 5.6.1] OS/2 docs
61007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61008              Date: Mon, 12 Mar 2001 03:27:32 -0500
61009              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
61010      Branch: perl
61011            ! os2/Changes
61012 ____________________________________________________________________________
61013 [  9119] By: jhi                                   on 2001/03/13  01:49:41
61014         Log: Integrate change #9116 from maintperl into mainline.
61015              
61016              Win32::GetCwd() returns C: instead of C:\ in the root directory
61017              under ithreads
61018      Branch: perl
61019           !> win32/perlhost.h
61020 ____________________________________________________________________________
61021 [  9118] By: jhi                                   on 2001/03/13  01:13:39
61022         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
61023      Branch: perl
61024            + lib/Switch.pm t/lib/switch.t
61025            ! MANIFEST
61026 ____________________________________________________________________________
61027 [  9117] By: jhi                                   on 2001/03/13  01:03:17
61028         Log: Add Text::Balanced 1.83.
61029      Branch: perl
61030            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
61031            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
61032            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
61033            + t/lib/tb-xvari.t
61034            ! MANIFEST
61035 ____________________________________________________________________________
61036 [  9116] By: gsar                                  on 2001/03/13  00:55:53
61037         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
61038              under ithreads
61039      Branch: maint-5.6/perl
61040            ! win32/perlhost.h
61041 ____________________________________________________________________________
61042 [  9115] By: jhi                                   on 2001/03/13  00:54:09
61043         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
61044              From: "John L. Allen" <allen@grumman.com>
61045              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
61046              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
61047              
61048              use integer document clarification.
61049      Branch: perl
61050            ! lib/integer.pm
61051 ____________________________________________________________________________
61052 [  9114] By: jhi                                   on 2001/03/13  00:38:54
61053         Log: Metaconfig unit change for #9113.
61054      Branch: metaconfig
61055            ! U/modified/myhostname.U
61056 ____________________________________________________________________________
61057 [  9113] By: jhi                                   on 2001/03/13  00:38:35
61058         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?)
61059              From: Peter Prymmer <pvhp@forte.com>
61060              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
61061              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
61062      Branch: perl
61063            ! Configure README.os390 hints/os390.sh
61064 ____________________________________________________________________________
61065 [  9112] By: jhi                                   on 2001/03/13  00:29:00
61066         Log: Integrate perlio:
61067              
61068              [  9110]
61069              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
61070      Branch: perl
61071           !> sv.c utf8.h
61072 ____________________________________________________________________________
61073 [  9111] By: nick                                  on 2001/03/12  21:16:33
61074         Log: Integrate mainline.
61075      Branch: perlio
61076           +> t/op/anonsub.t
61077           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
61078           !> proto.h sv.c
61079 ____________________________________________________________________________
61080 [  9110] By: nick                                  on 2001/03/12  21:00:13
61081         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
61082      Branch: perlio
61083            ! sv.c utf8.h
61084 ____________________________________________________________________________
61085 [  9109] By: jhi                                   on 2001/03/12  16:04:47
61086         Log: Integrate change #9108 from maintperl to mainline.
61087              
61088              fix memory leak in C<sub X { sub {} }> arising from a refcount
61089              loop between the outer sub and the inner prototype anonsub
61090              
61091              this also enables closures returned by subroutines that
61092              subsequently get redefined to work without generating coredumps :)
61093              
61094              completely removed the free_closures() hack--it shouldn't be
61095              needed anymore
61096      Branch: perl
61097           +> t/op/anonsub.t
61098           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
61099           !> proto.h sv.c
61100 ____________________________________________________________________________
61101 [  9108] By: gsar                                  on 2001/03/12  10:21:31
61102         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
61103              loop between the outer sub and the inner prototype anonsub
61104              
61105              this also enables closures returned by subroutines that
61106              subsequently get redefined to work without generating coredumps :)
61107              
61108              completely removed the free_closures() hack--it shouldn't be
61109              needed anymore
61110      Branch: maint-5.6/perl
61111            + t/op/anonsub.t
61112            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
61113            ! proto.h sv.c
61114 ____________________________________________________________________________
61115 [  9107] By: jhi                                   on 2001/03/12  05:15:31
61116         Log: Integrate perlio:
61117              
61118              [  9106]
61119              regcomp.c is working in native space, not Unicode space (if different)
61120              as it is doing compare against 'W' in \W etc.
61121              
61122              [  9105]
61123              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
61124              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
61125              
61126              [  9104]
61127              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
61128              
61129              [  9102]
61130              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
61131              - exclude layer syms in makedef.pl for sfio
61132              - also inhibit Encode from trying to build ":encode()" layer.
61133      Branch: perl
61134           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
61135 ____________________________________________________________________________
61136 [  9106] By: nick                                  on 2001/03/11  20:10:12
61137         Log: regcomp.c is working in native space, not Unicode space (if different)
61138              as it is doing compare against 'W' in \W etc.
61139      Branch: perlio
61140            ! regcomp.c
61141 ____________________________________________________________________________
61142 [  9105] By: nick                                  on 2001/03/11  19:39:34
61143         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
61144              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
61145      Branch: perlio
61146            ! regcomp.c toke.c utf8.c
61147 ____________________________________________________________________________
61148 [  9104] By: nick                                  on 2001/03/11  18:15:44
61149         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
61150      Branch: perlio
61151            ! sv.c
61152 ____________________________________________________________________________
61153 [  9103] By: nick                                  on 2001/03/11  18:03:28
61154         Log: Integrate mainline (for regexp stuff).
61155      Branch: perlio
61156           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
61157           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
61158           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
61159           !> t/lib/errno.t t/op/pat.t
61160 ____________________________________________________________________________
61161 [  9102] By: nick                                  on 2001/03/11  17:44:20
61162         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
61163              - exclude layer syms in makedef.pl for sfio
61164              - also inhibit Encode from trying to build ":encode()" layer.
61165      Branch: perlio
61166            ! ext/Encode/Encode.xs makedef.pl
61167 ____________________________________________________________________________
61168 [  9101] By: jhi                                   on 2001/03/10  22:38:13
61169         Log: The $Is_MacOS needs to be declared.
61170      Branch: perl
61171            ! lib/ExtUtils/Manifest.pm
61172 ____________________________________________________________________________
61173 [  9100] By: jhi                                   on 2001/03/10  22:14:29
61174         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
61175              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
61176              pollute the symbolspace if using sfio.
61177      Branch: perl
61178            ! ext/Encode/Encode.xs
61179 ____________________________________________________________________________
61180 [  9099] By: jhi                                   on 2001/03/10  21:58:48
61181         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
61182              Date: Sat, 10 Mar 2001 14:23:55 -0500
61183              From: Chris Nandor <pudge@pobox.com>
61184              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
61185      Branch: perl
61186            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
61187            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
61188            ! t/lib/errno.t
61189 ____________________________________________________________________________
61190 [  9098] By: jhi                                   on 2001/03/10  21:38:30
61191         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
61192      Branch: perl
61193            ! regcomp.c regexec.c t/op/pat.t
61194 ____________________________________________________________________________
61195 [  9097] By: jhi                                   on 2001/03/10  14:38:07
61196         Log: Integrate perlio:
61197              
61198              [  9096]
61199              EBCDIC sanity - phase I
61200              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
61201              - use utf8n_xxxx (c.f. pvn) for forms which take length.
61202              - back out vN.N and $^V exceptions to e2a/a2e
61203              - make "locale" isxxx macros be uvchr (may be redundant?)
61204              Not clear yet that toUPPER_uni et. al. return being handled correctly.
61205              The tr// and rexexp stuff still needs an audit, assumption is they are working
61206              in Unicode space.
61207              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
61208      Branch: perl
61209           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
61210           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
61211           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
61212 ____________________________________________________________________________
61213 [  9096] By: nick                                  on 2001/03/10  11:55:43
61214         Log: EBCDIC sanity - phase I
61215              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
61216              - use utf8n_xxxx (c.f. pvn) for forms which take length.
61217              - back out vN.N and $^V exceptions to e2a/a2e
61218              - make "locale" isxxx macros be uvchr (may be redundant?)
61219              
61220              Not clear yet that toUPPER_uni et. al. return being handled correctly.
61221              The tr// and rexexp stuff still needs an audit, assumption is they are working
61222              in Unicode space.
61223              
61224              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
61225      Branch: perlio
61226            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
61227            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
61228            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
61229 ____________________________________________________________________________
61230 [  9095] By: jhi                                   on 2001/03/09  22:10:01
61231         Log: Integrate perlio:
61232              
61233              [  9094]
61234              Builds an passes all tests after integrate and this tweak.
61235      Branch: perl
61236           !> dump.c
61237 ____________________________________________________________________________
61238 [  9094] By: nick                                  on 2001/03/09  17:36:38
61239         Log: Builds an passes all tests after integrate and this tweak.
61240      Branch: perlio
61241            ! dump.c
61242 ____________________________________________________________________________
61243 [  9093] By: nick                                  on 2001/03/09  17:16:03
61244         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
61245      Branch: perlio
61246           +> lib/unicode/Scripts.txt t/lib/sigaction.t
61247           !> (integrate 79 files)
61248 ____________________________________________________________________________
61249 [  9092] By: jhi                                   on 2001/03/09  15:28:26
61250         Log: Update Changes.
61251      Branch: perl
61252            ! Changes patchlevel.h
61253 ____________________________________________________________________________
61254 [  9091] By: jhi                                   on 2001/03/09  15:25:05
61255         Log: In op/stat #35 better to scan all the potential directories
61256              for setuids, not just the first one.
61257      Branch: perl
61258            ! t/op/stat.t
61259 ____________________________________________________________________________
61260 [  9090] By: jhi                                   on 2001/03/09  15:01:27
61261         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
61262              From: rspier@pobox.com (Robert Spier)
61263              Date: Fri, 9 Mar 2001 03:30:20 -0500
61264              Message-ID: <15016.38044.381174.160189@rls.cx>
61265              
61266              EXISTS() returning undef mistakenly triggered a FETCH().
61267      Branch: perl
61268            ! hv.c
61269 ____________________________________________________________________________
61270 [  9089] By: jhi                                   on 2001/03/09  14:59:02
61271         Log: Add /sbin and /usr/sbin to the list of directories scanned
61272              for setuid programs.  Takes care of bug id 20010309.003.
61273      Branch: perl
61274            ! t/op/stat.t
61275 ____________________________________________________________________________
61276 [  9088] By: jhi                                   on 2001/03/09  14:48:32
61277         Log: Regen perlapi, perltoc.
61278      Branch: perl
61279            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
61280 ____________________________________________________________________________
61281 [  9087] By: jhi                                   on 2001/03/09  14:38:56
61282         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
61283              From: David Mitchell <davem@fdgroup.co.uk>
61284              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
61285              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
61286      Branch: perl
61287            ! dump.c perl.c perl.h pod/perlrun.pod
61288 ____________________________________________________________________________
61289 [  9086] By: jhi                                   on 2001/03/09  01:47:16
61290         Log: A modified version of
61291              
61292              Subject: [ID 20010307.005] POSIX::sigaction has various problems
61293              From: anders@broadcom.com
61294              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
61295              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
61296              
61297              Currently the sigaction.t test #6 fails (and is fudged to look
61298              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
61299              This may well be a genuine bug in Linux sigaction() (since at
61300              least Tru64, Solaris, and HP-UX disagree with Linux).
61301              Anyone with POSIX / SUSv2 tome handy?  The problem is that
61302              the flags of the oldaction don't match with the flags in
61303              the previously installed disposition.
61304      Branch: perl
61305            + t/lib/sigaction.t
61306            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
61307 ____________________________________________________________________________
61308 [  9085] By: jhi                                   on 2001/03/09  01:30:13
61309         Log: Subject: Re: mission impossible for the day
61310              From: Alex Gough <alex@rcon.org>
61311              Date: Thu, 08 Mar 2001 17:18:19 +0000
61312              Message-ID: <3AA7BEDB.8070409@rcon.org>
61313              
61314              If references (are overloaded) and can be directly stringified,
61315              show that instead of "stringified".
61316              
61317              (The problem, infinite mutual recursion caused by overloaded bool
61318              in Switch.pm, tracked by David Mitchell)
61319      Branch: perl
61320            ! lib/Carp/Heavy.pm
61321 ____________________________________________________________________________
61322 [  9084] By: jhi                                   on 2001/03/09  01:20:39
61323         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
61324              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
61325              From: David Mitchell <davem@fdgroup.co.uk>
61326              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
61327      Branch: perl
61328            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
61329            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
61330 ____________________________________________________________________________
61331 [  9083] By: jhi                                   on 2001/03/09  01:16:51
61332         Log: Subject: [PATCH] perldata.pod here-doc docs
61333              From: Jeff Pinyan <jeffp@crusoe.net>
61334              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
61335              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
61336      Branch: perl
61337            ! pod/perldata.pod
61338 ____________________________________________________________________________
61339 [  9082] By: jhi                                   on 2001/03/09  01:01:27
61340         Log: Subject: Re: Unicode/EBCDIC
61341              From: Peter Prymmer <pvhp@forte.com>
61342              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
61343              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
61344      Branch: perl
61345            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
61346 ____________________________________________________________________________
61347 [  9081] By: jhi                                   on 2001/03/08  13:41:30
61348         Log: Subject: Ooops, wrong 'no *POSIX' Patch
61349              From: Dorner Thomas <Thomas.Dorner@start.de>
61350              Date: Thu, 8 Mar 2001 08:43:28 +0100
61351              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
61352      Branch: perl
61353            ! hints/posix-bc.sh
61354 ____________________________________________________________________________
61355 [  9080] By: jhi                                   on 2001/03/08  13:11:42
61356         Log: It's Scripts.txt, not Script.txt.
61357      Branch: perl
61358            ! MANIFEST
61359 ____________________________________________________________________________
61360 [  9079] By: jhi                                   on 2001/03/08  12:59:05
61361         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
61362              From: Dorner Thomas <Thomas.Dorner@start.de>
61363              Date: Wed, 7 Mar 2001 14:13:31 +0100
61364              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
61365      Branch: perl
61366            ! makedepend.SH
61367 ____________________________________________________________________________
61368 [  9078] By: jhi                                   on 2001/03/08  12:57:43
61369         Log: Retract #9069, wrong patch.
61370      Branch: perl
61371            ! Makefile.SH
61372 ____________________________________________________________________________
61373 [  9077] By: jhi                                   on 2001/03/08  01:06:13
61374         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
61375      Branch: perl
61376            + lib/unicode/Scripts.txt
61377            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
61378            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
61379            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
61380            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
61381            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
61382            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
61383            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
61384            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
61385            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
61386            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
61387            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
61388            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
61389            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
61390            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
61391            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
61392            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
61393            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
61394            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
61395            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
61396            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
61397            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
61398            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
61399            ! lib/unicode/version
61400 ____________________________________________________________________________
61401 [  9076] By: jhi                                   on 2001/03/07  22:59:39
61402         Log: Integrate change #7784 from mainline into maintperl.
61403              
61404              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
61405      Branch: maint-5.6/perl
61406           !> pp_ctl.c t/op/pat.t
61407 ____________________________________________________________________________
61408 [  9075] By: jhi                                   on 2001/03/07  22:05:11
61409         Log: More UTF-8 test tweaks.
61410      Branch: perl
61411            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
61412 ____________________________________________________________________________
61413 [  9074] By: nick                                  on 2001/03/07  21:39:29
61414         Log: Integrate mainline.
61415      Branch: perlio
61416           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
61417           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
61418           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
61419           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
61420           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
61421 ____________________________________________________________________________
61422 [  9073] By: jhi                                   on 2001/03/07  16:37:09
61423         Log: Update Changes.
61424      Branch: perl
61425            ! Changes patchlevel.h
61426 ____________________________________________________________________________
61427 [  9072] By: jhi                                   on 2001/03/07  16:32:30
61428         Log: Subject: [ID 20010306.004] || != named unary operator
61429              From: abela@geneanet.org
61430              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
61431              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
61432      Branch: perl
61433            ! pod/perlop.pod
61434 ____________________________________________________________________________
61435 [  9071] By: jhi                                   on 2001/03/07  15:14:11
61436         Log: Subject: downgrading to bytes for common functions
61437              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
61438              Date: Wed, 7 Mar 2001 02:36:55 -0500
61439              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
61440      Branch: perl
61441            ! pp_sys.c
61442 ____________________________________________________________________________
61443 [  9070] By: jhi                                   on 2001/03/07  15:04:58
61444         Log: Clarify the description differentiating for and while; inspired by
61445              
61446              Subject: [ID 20010306.002] for/while difference in for definition
61447              From: abela@geneanet.org
61448              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
61449              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
61450      Branch: perl
61451            ! pod/perlsyn.pod
61452 ____________________________________________________________________________
61453 [  9069] By: jhi                                   on 2001/03/07  14:55:30
61454         Log: (Retracted by #9078.)
61455      Branch: perl
61456            ! Makefile.SH
61457 ____________________________________________________________________________
61458 [  9068] By: jhi                                   on 2001/03/07  14:51:17
61459         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
61460              From: Radu Greab <radu@netsoft.ro>
61461              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
61462              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
61463      Branch: perl
61464            ! pp.c t/op/chop.t
61465 ____________________________________________________________________________
61466 [  9067] By: jhi                                   on 2001/03/07  14:48:57
61467         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
61468              From: Simon Cozens <simon@netthink.co.uk>
61469              Date: Wed, 7 Mar 2001 13:59:28 +0000
61470              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
61471              
61472              In order to allow MakeMaker to build correct Makefiles,
61473              you need to change the order of the arguments in MM_Unix.pm
61474              as well. (Unless you have C89_CCMODE set, but we're trying
61475              to be POSIXly correct)
61476              
61477              Thanks to Merijn Broeren for tracking this down.
61478      Branch: perl
61479            ! lib/ExtUtils/MM_Unix.pm
61480 ____________________________________________________________________________
61481 [  9066] By: jhi                                   on 2001/03/07  14:30:02
61482         Log: Floating point too messy.
61483      Branch: perl
61484            ! t/camel-III/vstring.t
61485 ____________________________________________________________________________
61486 [  9065] By: jhi                                   on 2001/03/07  14:17:44
61487         Log: Integrate change #9064 from maintperl into mainline.
61488              
61489              fix memory leak in pack("Bb",...)
61490      Branch: perl
61491           !> perl.c
61492 ____________________________________________________________________________
61493 [  9064] By: gsar                                  on 2001/03/07  06:29:24
61494         Log: fix memory leak in pack("Bb",...)
61495      Branch: maint-5.6/perl
61496            ! perl.c
61497 ____________________________________________________________________________
61498 [  9063] By: jhi                                   on 2001/03/07  00:55:04
61499         Log: Major utf8 test reorganisation and rewrite.
61500              Hopefully no tests were lost in the shuffle.
61501              (The beginning of pragma/utf8 was lost intentionally,
61502              the tests were rather bogus and incomplete.)
61503      Branch: perl
61504            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
61505            ! t/pragma/utf8.t
61506 ____________________________________________________________________________
61507 [  9062] By: jhi                                   on 2001/03/07  00:41:16
61508         Log: More tweakage on the Unicode character class descriptions.
61509      Branch: perl
61510            ! lib/unicode/mktables.PL pod/perlretut.pod
61511 ____________________________________________________________________________
61512 [  9061] By: jhi                                   on 2001/03/06  23:12:38
61513         Log: The perlretut was still talking about the old \p and \P
61514              definitions.
61515      Branch: perl
61516            ! pod/perlretut.pod
61517 ____________________________________________________________________________
61518 [  9060] By: nick                                  on 2001/03/06  20:52:37
61519         Log: Integrate mainline (make test works again now).
61520      Branch: perlio
61521           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
61522 ____________________________________________________________________________
61523 [  9059] By: jhi                                   on 2001/03/06  15:36:14
61524         Log: 0.999... does equal 1.0, doesn't it?
61525      Branch: perl
61526            ! t/camel-III/vstring.t
61527 ____________________________________________________________________________
61528 [  9058] By: jhi                                   on 2001/03/06  15:34:00
61529         Log: Make /x{abcd}/ to work without use utf8.
61530      Branch: perl
61531            ! regcomp.c
61532 ____________________________________________________________________________
61533 [  9057] By: jhi                                   on 2001/03/06  03:02:36
61534         Log: Easier to outcomment all the three reset() tests for now.
61535      Branch: perl
61536            ! t/op/pat.t
61537 ____________________________________________________________________________
61538 [  9056] By: jhi                                   on 2001/03/06  02:30:02
61539         Log: Comment out the deadly reset; until the 20010301.005
61540              is finally fixed.
61541      Branch: perl
61542            ! t/op/pat.t
61543 ____________________________________________________________________________
61544 [  9055] By: jhi                                   on 2001/03/06  02:21:26
61545         Log: Integrate the change #9054 from mainline:
61546              retract the PMOP cleanup patch pending further investigation.
61547      Branch: maint-5.6/perl
61548           !> op.c op.h
61549 ____________________________________________________________________________
61550 [  9054] By: jhi                                   on 2001/03/06  02:19:57
61551         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
61552              with oddly familiar stack traces.
61553      Branch: perl
61554            ! op.c op.h
61555 ____________________________________________________________________________
61556 [  9053] By: jhi                                   on 2001/03/05  23:20:28
61557         Log: Integrate perlio:
61558              
61559              [  9052]
61560              skipping USE_PERLIO symbols correction.
61561              
61562              [  9051]
61563              More Encode alias tidying.
61564      Branch: perl
61565           +> ext/Encode/Encode/koi8-r.ucm
61566           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
61567           !> makedef.pl
61568 ____________________________________________________________________________
61569 [  9052] By: nick                                  on 2001/03/05  23:08:17
61570         Log: skipping USE_PERLIO symbols correction.
61571      Branch: perlio
61572            ! makedef.pl
61573 ____________________________________________________________________________
61574 [  9051] By: nick                                  on 2001/03/05  22:35:07
61575         Log: More Encode alias tidying.
61576      Branch: perlio
61577            + ext/Encode/Encode/koi8-r.ucm
61578            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
61579 ____________________________________________________________________________
61580 [  9050] By: jhi                                   on 2001/03/05  21:44:29
61581         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
61582              Sarathy's fix for ID 20010301.005.
61583      Branch: maint-5.6/perl
61584           !> op.c op.h
61585 ____________________________________________________________________________
61586 [  9049] By: nick                                  on 2001/03/05  19:54:04
61587         Log: Integrate Jarkko's Encode.pm tweak.
61588      Branch: perlio
61589           !> ext/Encode/Encode.pm
61590 ____________________________________________________________________________
61591 [  9048] By: nick                                  on 2001/03/05  19:47:57
61592         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
61593      Branch: perlio
61594           +> os2/os2add.sym
61595           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
61596           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
61597           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
61598           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
61599           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
61600 ____________________________________________________________________________
61601 [  9047] By: jhi                                   on 2001/03/05  19:25:26
61602         Log: Regen perlapi.
61603      Branch: perl
61604            ! pod/perlapi.pod
61605 ____________________________________________________________________________
61606 [  9046] By: jhi                                   on 2001/03/05  19:12:14
61607         Log: Integrate perlio:
61608              
61609              [  9043]
61610              Update MANIFEST for new test.
61611              
61612              [  9042]
61613              Some tests for Camel 3rd edition features.
61614              Make gethostbyaddr() test in above work.
61615      Branch: perl
61616           +> t/camel-III/vstring.t
61617           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
61618 ____________________________________________________________________________
61619 [  9045] By: jhi                                   on 2001/03/05  19:10:36
61620         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
61621      Branch: perl
61622            ! ext/Encode/Encode.pm
61623 ____________________________________________________________________________
61624 [  9044] By: jhi                                   on 2001/03/05  18:49:12
61625         Log: Forgot the other half of the PMOP patch (#9033).
61626      Branch: perl
61627            ! op.h
61628 ____________________________________________________________________________
61629 [  9043] By: nick                                  on 2001/03/05  18:14:47
61630         Log: Update MANIFEST for new test.
61631      Branch: perlio
61632            ! MANIFEST
61633 ____________________________________________________________________________
61634 [  9042] By: nick                                  on 2001/03/05  18:12:41
61635         Log: Some tests for Camel 3rd edition features.
61636              Make gethostbyaddr() test in above work.
61637      Branch: perlio
61638            + t/camel-III/vstring.t
61639            ! pp.h pp_sys.c t/TEST t/harness
61640 ____________________________________________________________________________
61641 [  9041] By: jhi                                   on 2001/03/05  17:41:48
61642         Log: Add more ISO 8859 encoding aliases.
61643      Branch: perl
61644            ! ext/Encode/Encode.pm
61645 ____________________________________________________________________________
61646 [  9040] By: jhi                                   on 2001/03/05  17:30:43
61647         Log: Integrate perlio:
61648              
61649              [  9039]
61650              Missed added file.
61651              
61652              [  9037]
61653              Long-standing "defined but not used" SvPVbyte*() are about to get used
61654              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
61655              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
61656              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
61657              - uses SvPV() rather than sv_2pv() in case it isn't a string.
61658      Branch: perl
61659           !> MANIFEST sv.c
61660 ____________________________________________________________________________
61661 [  9039] By: nick                                  on 2001/03/05  17:11:36
61662         Log: Missed added file.
61663      Branch: perlio
61664            ! MANIFEST
61665 ____________________________________________________________________________
61666 [  9038] By: jhi                                   on 2001/03/05  15:58:01
61667         Log: Add tr tests for EBCDIC, from Karsten Sperling.
61668      Branch: perl
61669            ! t/op/tr.t
61670 ____________________________________________________________________________
61671 [  9037] By: nick                                  on 2001/03/05  15:56:35
61672         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
61673              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
61674              
61675              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
61676              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
61677              - uses SvPV() rather than sv_2pv() in case it isn't a string.
61678      Branch: perlio
61679            ! sv.c
61680 ____________________________________________________________________________
61681 [  9036] By: jhi                                   on 2001/03/05  15:49:15
61682         Log: Add matching tests currently failing in EBCDIC,
61683              suggested by Karsten Sperling.
61684      Branch: perl
61685            ! t/op/pat.t
61686 ____________________________________________________________________________
61687 [  9035] By: jhi                                   on 2001/03/05  15:36:55
61688         Log: The #9034 needs a MANIFESTation.
61689      Branch: perl
61690            ! MANIFEST
61691 ____________________________________________________________________________
61692 [  9034] By: jhi                                   on 2001/03/05  15:35:14
61693         Log: Integrate perlio:
61694              
61695              [  9032]
61696              Encode implementation "completion"
61697              Implement and document define_encoding()
61698              Implement and document encoding aliases including define_alias()
61699              Make Encode::XS use define_encoding() rather than back-door.
61700              Move run-time *.enc to separate Encode::Tcl module.
61701              Make 'compile' honour <codeset_name>
61702              Change canonical names of to iso-8859-* and US-ascii.
61703      Branch: perl
61704           +> ext/Encode/Encode/Tcl.pm
61705           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
61706           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
61707           !> ext/Encode/Encode/iso8859-1.ucm
61708           !> ext/Encode/Encode/iso8859-10.ucm
61709           !> ext/Encode/Encode/iso8859-13.ucm
61710           !> ext/Encode/Encode/iso8859-14.ucm
61711           !> ext/Encode/Encode/iso8859-15.ucm
61712           !> ext/Encode/Encode/iso8859-16.ucm
61713           !> ext/Encode/Encode/iso8859-2.ucm
61714           !> ext/Encode/Encode/iso8859-3.ucm
61715           !> ext/Encode/Encode/iso8859-4.ucm
61716           !> ext/Encode/Encode/iso8859-5.ucm
61717           !> ext/Encode/Encode/iso8859-6.ucm
61718           !> ext/Encode/Encode/iso8859-7.ucm
61719           !> ext/Encode/Encode/iso8859-8.ucm
61720           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
61721           !> t/lib/encode.t
61722 ____________________________________________________________________________
61723 [  9033] By: jhi                                   on 2001/03/05  15:33:18
61724         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
61725              From: Gurusamy Sarathy <gsar@ActiveState.com>
61726              Date: Sun, 04 Mar 2001 22:33:15 -0800
61727              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
61728              
61729              PMOPs need to remember their own stash so that they can
61730              gracefully remove themselves from their linked list.
61731      Branch: perl
61732            ! op.c
61733 ____________________________________________________________________________
61734 [  9032] By: nick                                  on 2001/03/05  14:51:50
61735         Log: Encode implementation "completion"
61736              Implement and document define_encoding()
61737              Implement and document encoding aliases including define_alias()
61738              Make Encode::XS use define_encoding() rather than back-door.
61739              Move run-time *.enc to separate Encode::Tcl module.
61740              Make 'compile' honour <codeset_name>
61741              Change canonical names of to iso-8859-* and US-ascii.
61742      Branch: perlio
61743            + ext/Encode/Encode/Tcl.pm
61744            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
61745            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
61746            ! ext/Encode/Encode/iso8859-1.ucm
61747            ! ext/Encode/Encode/iso8859-10.ucm
61748            ! ext/Encode/Encode/iso8859-13.ucm
61749            ! ext/Encode/Encode/iso8859-14.ucm
61750            ! ext/Encode/Encode/iso8859-15.ucm
61751            ! ext/Encode/Encode/iso8859-16.ucm
61752            ! ext/Encode/Encode/iso8859-2.ucm
61753            ! ext/Encode/Encode/iso8859-3.ucm
61754            ! ext/Encode/Encode/iso8859-4.ucm
61755            ! ext/Encode/Encode/iso8859-5.ucm
61756            ! ext/Encode/Encode/iso8859-6.ucm
61757            ! ext/Encode/Encode/iso8859-7.ucm
61758            ! ext/Encode/Encode/iso8859-8.ucm
61759            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
61760            ! t/lib/encode.t
61761 ____________________________________________________________________________
61762 [  9031] By: jhi                                   on 2001/03/05  13:51:17
61763         Log: Integrate change #9030 from maintperl into mainline.
61764              
61765              Subject: [PATCH 5.6.1] OS/2 cleanup
61766      Branch: perl
61767           +> os2/os2add.sym
61768           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
61769           !> makedef.pl os2/Changes os2/Makefile.SHs
61770           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
61771           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
61772           !> os2/os2.sym os2/os2ish.h
61773 ____________________________________________________________________________
61774 [  9030] By: jhi                                   on 2001/03/05  13:46:49
61775         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
61776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61777              Date: Mon, 5 Mar 2001 02:29:44 -0500
61778              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
61779      Branch: maint-5.6/perl
61780            + os2/os2add.sym
61781            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
61782            ! makedef.pl os2/Changes os2/Makefile.SHs
61783            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
61784            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
61785            ! os2/os2.sym os2/os2ish.h
61786 ____________________________________________________________________________
61787 [  9029] By: jhi                                   on 2001/03/05  13:40:35
61788         Log: Integrate change #9028 from maintperl into mainline.
61789              
61790              various nits in MM_Unix.pm found by disabling SelfLoader
61791      Branch: perl
61792           !> lib/ExtUtils/MM_Unix.pm
61793 ____________________________________________________________________________
61794 [  9028] By: gsar                                  on 2001/03/05  09:58:38
61795         Log: various nits in MM_Unix.pm found by disabling SelfLoader
61796      Branch: maint-5.6/perl
61797            ! lib/ExtUtils/MM_Unix.pm
61798 ____________________________________________________________________________
61799 [  9027] By: nick                                  on 2001/03/05  08:35:22
61800         Log: Integrate mainline
61801      Branch: perlio
61802           !> (integrate 28 files)
61803 ____________________________________________________________________________
61804 [  9026] By: jhi                                   on 2001/03/05  02:14:59
61805         Log: Integrate change #9025 from mainline to maintperl,
61806              retract \N{U+HHHH}.
61807      Branch: maint-5.6/perl
61808           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
61809           !> t/lib/charnames.t toke.c
61810 ____________________________________________________________________________
61811 [  9025] By: jhi                                   on 2001/03/05  02:13:09
61812         Log: Retracting \N{U+HHHH}.
61813      Branch: perl
61814            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
61815            ! t/lib/charnames.t toke.c
61816 ____________________________________________________________________________
61817 [  9024] By: jhi                                   on 2001/03/04  20:51:07
61818         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
61819              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
61820              Date: Fri, 02 Mar 2001 18:25:26 +0100
61821              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
61822              
61823              Casting problem.
61824      Branch: perl
61825            ! ext/Storable/Storable.xs
61826 ____________________________________________________________________________
61827 [  9023] By: jhi                                   on 2001/03/04  19:46:45
61828         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
61829              From: nick@talking.bollo.cx
61830              Date: Sat, 03 Mar 2001 21:41:33 +0000
61831              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
61832              
61833              Revert the workaround.
61834      Branch: perl
61835            ! perlio.c
61836 ____________________________________________________________________________
61837 [  9022] By: jhi                                   on 2001/03/04  19:36:28
61838         Log: Update Changes.
61839      Branch: perl
61840            ! Changes patchlevel.h
61841 ____________________________________________________________________________
61842 [  9021] By: jhi                                   on 2001/03/04  18:41:00
61843         Log: makedef.pl updates suggested by Chris Nandor; double-checking
61844              the changes in AIX, OS/2 Win32 would be nice.
61845      Branch: perl
61846            ! makedef.pl
61847 ____________________________________________________________________________
61848 [  9020] By: jhi                                   on 2001/03/04  18:23:58
61849         Log: Integrate change #9012 from maintperl into mainline,
61850              quench a compiler warning.
61851      Branch: perl
61852           !> toke.c
61853 ____________________________________________________________________________
61854 [  9019] By: jhi                                   on 2001/03/04  18:18:43
61855         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
61856              
61857              \N{U+HHHH} fix.
61858              
61859              pattern in G_ARRAY context
61860      Branch: maint-5.6/perl
61861           !> pp_hot.c t/op/pat.t toke.c
61862 ____________________________________________________________________________
61863 [  9018] By: jhi                                   on 2001/03/04  18:07:48
61864         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
61865              From: Jeff Pinyan <jeffp@crusoe.net>
61866              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
61867              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
61868      Branch: perl
61869            ! pp_hot.c t/op/pat.t
61870 ____________________________________________________________________________
61871 [  9017] By: jhi                                   on 2001/03/04  18:06:21
61872         Log: I thought I tested the #9014.
61873      Branch: perl
61874            ! toke.c
61875 ____________________________________________________________________________
61876 [  9016] By: jhi                                   on 2001/03/04  17:41:22
61877         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
61878              
61879              Tweak the get*ent() OS/2 prototypes.
61880              
61881              Add the \N{U+HHHH} syntax.
61882              
61883              More tr/// UTF-8 fixes from Inaba Hiroto.
61884      Branch: maint-5.6/perl
61885           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
61886           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
61887 ____________________________________________________________________________
61888 [  9015] By: jhi                                   on 2001/03/04  17:36:04
61889         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
61890      Branch: perl
61891            ! doop.c t/op/tr.t
61892 ____________________________________________________________________________
61893 [  9014] By: jhi                                   on 2001/03/04  17:24:49
61894         Log: Add the \N{U+HHHH} syntax.
61895      Branch: perl
61896            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
61897            ! t/lib/charnames.t toke.c
61898 ____________________________________________________________________________
61899 [  9013] By: jhi                                   on 2001/03/04  17:20:45
61900         Log: Tweak the get*ent() OS/2 prototypes.
61901      Branch: perl
61902            ! os2/os2.c
61903 ____________________________________________________________________________
61904 [  9012] By: gsar                                  on 2001/03/04  06:26:14
61905         Log: avoid warning (nit in change#9009)
61906      Branch: maint-5.6/perl
61907            ! toke.c
61908 ____________________________________________________________________________
61909 [  9011] By: gsar                                  on 2001/03/04  06:15:24
61910         Log: lib/charnames.t fails in 5.6.x because of older Unicode
61911              data
61912              
61913              TODO: need to revisit this after updating lib/unicode/...
61914      Branch: maint-5.6/perl
61915            ! t/lib/charnames.t
61916 ____________________________________________________________________________
61917 [  9010] By: gsar                                  on 2001/03/04  06:08:36
61918         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
61919      Branch: maint-5.6/perl
61920            ! toke.c
61921 ____________________________________________________________________________
61922 [  9009] By: jhi                                   on 2001/03/03  19:27:20
61923         Log: Integrate change #9008 from mainline to maintperl,
61924              UTF-8 tr/// fixes from Inaba Hiroto.
61925      Branch: maint-5.6/perl
61926           !> doop.c op.c t/op/tr.t toke.c
61927 ____________________________________________________________________________
61928 [  9008] By: jhi                                   on 2001/03/03  19:19:42
61929         Log: UTF8 tr/// fixes from Inaba Hiroto.
61930      Branch: perl
61931            ! doop.c op.c t/op/tr.t toke.c
61932 ____________________________________________________________________________
61933 [  9007] By: jhi                                   on 2001/03/03  19:00:30
61934         Log: Integrate change #9006 from maintperl to mainline,
61935              more robust quest for the infinite.
61936      Branch: perl
61937           !> lib/Math/Complex.pm
61938 ____________________________________________________________________________
61939 [  9006] By: jhi                                   on 2001/03/03  18:58:06
61940         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
61941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61942              Date: Sat, 3 Mar 2001 12:51:50 -0500
61943              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
61944              
61945              Be more robust in our quest for the infinite.
61946      Branch: maint-5.6/perl
61947            ! lib/Math/Complex.pm
61948 ____________________________________________________________________________
61949 [  9005] By: jhi                                   on 2001/03/03  17:55:50
61950         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
61951      Branch: maint-5.6/perl
61952            ! doio.c
61953 ____________________________________________________________________________
61954 [  9004] By: jhi                                   on 2001/03/03  17:40:14
61955         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
61956              so that picky compilers like IRIX won't get huffy about
61957              "statements without effect" (like 1;).
61958      Branch: perl
61959            ! toke.c
61960 ____________________________________________________________________________
61961 [  9003] By: jhi                                   on 2001/03/03  17:15:52
61962         Log: Integrate change #9002 from mainline to maintperl.
61963              
61964              Subject: [perl-5.6.x, perl-current] accept for EPOC
61965      Branch: maint-5.6/perl
61966           !> pp_sys.c
61967 ____________________________________________________________________________
61968 [  9002] By: jhi                                   on 2001/03/03  17:14:30
61969         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
61970              From: Olaf Flebbe <O.Flebbe@science-computing.de>
61971              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
61972              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
61973      Branch: perl
61974            ! pp_sys.c
61975 ____________________________________________________________________________
61976 [  9001] By: jhi                                   on 2001/03/03  17:13:13
61977         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
61978              From: "Craig A. Berry" <craigberry@mac.com>
61979              Date: Fri, 02 Mar 2001 17:44:40 -0600
61980              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
61981      Branch: perl
61982            ! t/pod/find.t
61983 ____________________________________________________________________________
61984 [  9000] By: jhi                                   on 2001/03/03  17:11:55
61985         Log: Integrate changes #8997,8999 from maintperl.
61986              
61987              Subject: [PATCH 5.6.1] compiling on OS/2
61988              (Better error message from hints/os2.sh)
61989              
61990              Subject: [PATCH 5.6.1] syslog.t
61991      Branch: perl
61992           !> hints/os2.sh t/lib/syslog.t
61993 ____________________________________________________________________________
61994 [  8999] By: jhi                                   on 2001/03/03  17:09:28
61995         Log: Subject: [PATCH 5.6.1] syslog.t
61996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61997              Date: Sat, 3 Mar 2001 02:11:17 -0500
61998              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
61999      Branch: maint-5.6/perl
62000            ! t/lib/syslog.t
62001 ____________________________________________________________________________
62002 [  8998] By: jhi                                   on 2001/03/03  17:07:50
62003         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
62004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62005              Date: Sat, 3 Mar 2001 01:53:52 -0500
62006              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
62007      Branch: maint-5.6/perl
62008            ! opcode.pl os2/os2.c
62009 ____________________________________________________________________________
62010 [  8997] By: jhi                                   on 2001/03/03  17:03:30
62011         Log: Subject: [PATCH 5.6.1] compiling on OS/2
62012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62013              Date: Sat, 3 Mar 2001 01:59:59 -0500
62014              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
62015      Branch: maint-5.6/perl
62016            ! hints/os2.sh
62017 ____________________________________________________________________________
62018 [  8996] By: jhi                                   on 2001/03/03  00:55:58
62019         Log: Regen files for mainline.
62020      Branch: perl
62021            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62022            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
62023 ____________________________________________________________________________
62024 [  8995] By: jhi                                   on 2001/03/03  00:35:22
62025         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
62026              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
62027              to maintperl.
62028              
62029              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
62030              
62031              Add Configure option -Dmksymlinks which will create a symlink
62032              forest if the current/build differs from the source directory.
62033              (8218,8220,8221,8317,8318,8971)
62034              
62035              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
62036              (Document APPLLIB_EXP in INSTALL.)
62037              
62038              If running byacc write-enable also perly.h.
62039              
62040              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
62041              
62042              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
62043              
62044              Sanity check for conflicting thread flavours.
62045              
62046              Fix the sys/fcntl.h problem reported by Peter Prymmer.
62047              
62048              Add few CPUs/architectures to the Cppsym scan,
62049              add -perlio to archname if so selected (modified 8890)
62050              
62051              Be more helpful for devel builders, suggested by John L. Allen.
62052              (admittedly pointless change for maintperl, but the usedevel
62053              code is there already)
62054      Branch: maint-5.6/perl
62055           !> Configure INSTALL Makefile.SH Porting/Glossary
62056           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
62057           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
62058           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
62059           !> win32/config.bc win32/config.gc win32/config.vc
62060 ____________________________________________________________________________
62061 [  8994] By: jhi                                   on 2001/03/02  23:31:41
62062         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
62063      Branch: metaconfig/U/perl
62064            ! gccvers.U
62065 ____________________________________________________________________________
62066 [  8993] By: jhi                                   on 2001/03/02  23:22:12
62067         Log: Regenerate various files for maint.
62068      Branch: maint-5.6/perl
62069            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
62070            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
62071 ____________________________________________________________________________
62072 [  8992] By: alanbur                               on 2001/03/02  22:48:34
62073         Log: Resync wuth parent
62074      Branch: maint-5.6/pureperl
62075           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
62076           !> (integrate 60 files)
62077 ____________________________________________________________________________
62078 [  8991] By: jhi                                   on 2001/03/02  21:00:08
62079         Log: Retract the #8742 part of #8986, backward compat.
62080      Branch: maint-5.6/perl
62081            ! embed.pl
62082 ____________________________________________________________________________
62083 [  8990] By: jhi                                   on 2001/03/02  20:40:07
62084         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
62085      Branch: maint-5.6/perl
62086            ! hv.c
62087 ____________________________________________________________________________
62088 [  8989] By: jhi                                   on 2001/03/02  19:59:56
62089         Log: Update Changes.
62090      Branch: perl
62091            ! Changes patchlevel.h
62092 ____________________________________________________________________________
62093 [  8988] By: jhi                                   on 2001/03/02  19:57:08
62094         Log: Integrate perlio:
62095              
62096              [  8969]
62097              Add charname comments to .ucm files writen by 'compile',
62098              also order charmaps in those files by source encoding.
62099              regenerate distrubuted .ucm files
62100      Branch: perl
62101           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
62102           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
62103           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
62104           !> ext/Encode/Encode/iso8859-10.ucm
62105           !> ext/Encode/Encode/iso8859-13.ucm
62106           !> ext/Encode/Encode/iso8859-14.ucm
62107           !> ext/Encode/Encode/iso8859-15.ucm
62108           !> ext/Encode/Encode/iso8859-16.ucm
62109           !> ext/Encode/Encode/iso8859-2.ucm
62110           !> ext/Encode/Encode/iso8859-3.ucm
62111           !> ext/Encode/Encode/iso8859-4.ucm
62112           !> ext/Encode/Encode/iso8859-5.ucm
62113           !> ext/Encode/Encode/iso8859-6.ucm
62114           !> ext/Encode/Encode/iso8859-7.ucm
62115           !> ext/Encode/Encode/iso8859-8.ucm
62116           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
62117           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
62118 ____________________________________________________________________________
62119 [  8987] By: jhi                                   on 2001/03/02  19:43:40
62120         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
62121              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
62122              8950,8952,8955 from mainline to maintperl.
62123              
62124              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
62125              
62126              Put to rest the 20010205.001, the email address checking (not) regex.
62127              
62128              fork() not everywhere, cleanup temp files.
62129              
62130              The #8843 wasn't quite right: %Config needs to imported.
62131              
62132              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
62133              (#8849: the glob-basic hunk needed massaging as it depended
62134              on Schwern's large-scale (unintegrated) patches)
62135              
62136              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
62137              
62138              Upgrade to CGI.pm 2.752, from Lincoln Stein.
62139              (Note: there were some conflicts due to EBCDIC and EPOC
62140              patches, in general I preferred the repository code.)
62141              (When 2.753 comes out, we need to synchronize.)
62142              
62143              Subject: [PATCH] fix for charnames above FFFF
62144              
62145              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
62146              
62147              If no sfio, no -lsfio.
62148              
62149              Run run/*.t also in minitest.
62150              
62151              Subject:  [PATCH perl 5.7.0] malloc message address offset
62152              
62153              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
62154              
62155              Subject: fix for parameter -Dm (for perl@8867)
62156              
62157              Subject: [PATCH: perl@8892] was Re: hashing order difference?
62158              (make the test more portable)
62159              
62160              Subject: Re: [PATCH] fix for charnames above FFFF
62161              
62162              Subject: Re: I'm losing the war...
62163              (hv_store() not working correctly in ENV_IS_CASELESS case.)
62164              
62165              Subject: Modified README.bs2000 
62166              
62167              Subject: [PATCH: perl@8935] -Dt padsv($var)
62168              
62169              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
62170              
62171              Subject: PATCH: extra tests to check on negative float to unsigned cast
62172              
62173              Subject: [PATCH] XPUSH[insp] was Re: progress
62174              
62175              Subject: Re: Compile with perlcc..
62176      Branch: maint-5.6/perl
62177           !> (integrate 36 files)
62178 ____________________________________________________________________________
62179 [  8986] By: jhi                                   on 2001/03/02  18:51:25
62180         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
62181              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
62182              to maintperl.
62183              
62184              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
62185              
62186              Subject: [DOC PATCH] overload.pm nits
62187              
62188              Add header for LIB$ prototypes (C. Berry)
62189              
62190              Convert fwrite()s to sockets to write()s, since some socket stacks
62191              don't take kindly to stdio.
62192              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
62193              (for often optional LNMs)
62194              Correct a few typos
62195              (C. Bailey)
62196              
62197              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
62198              
62199              De-cut-and-pasto.
62200              
62201              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
62202              
62203              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
62204              
62205              Upgrade to CPAN 1.59_54, from Andreas König.
62206              
62207              Bogus shebang.
62208              
62209              Subject: [PATCH] Document makepatch in Porting/patching
62210              
62211              UTF-8 documentation.
62212              
62213              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
62214              
62215              Sort the MANIFEST.
62216              
62217              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
62218              
62219              Subject: [PATCH @8807] toke.c cleanup: scan_str()
62220              
62221              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
62222              
62223              Add run/*.t to testables.
62224              
62225              TODO: integrate #8784.
62226      Branch: maint-5.6/perl
62227           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
62228           !> (integrate 28 files)
62229 ____________________________________________________________________________
62230 [  8985] By: nick                                  on 2001/03/02  18:15:45
62231         Log: Integrate mainline
62232      Branch: perlio
62233           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
62234           !> vms/vms.c
62235 ____________________________________________________________________________
62236 [  8984] By: jhi                                   on 2001/03/02  16:00:17
62237         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
62238              
62239              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
62240              5.004_05, and mention the suidperl August 2000 security problem.
62241              (#8978,#8981)
62242              
62243              Subject: [ID 20010301.004] Technically speaking in perldata
62244              
62245              Subject: [PATCH] File::Copy for bleadperl, maintperl
62246              
62247              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
62248              
62249              (The #8982, fix for 20010221.005 and 20010221.008,
62250              would be nice too but it didn't integrate cleanly.)
62251      Branch: maint-5.6/perl
62252           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
62253 ____________________________________________________________________________
62254 [  8983] By: jhi                                   on 2001/03/02  15:51:16
62255         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
62256              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62257              Date:     Thu, 1 Mar 2001 15:54:09 EST
62258              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
62259      Branch: perl
62260            ! vms/vms.c
62261 ____________________________________________________________________________
62262 [  8982] By: jhi                                   on 2001/03/02  15:43:31
62263         Log: Subject: Re: sync sync sync: have I missed any patches?
62264              From: Radu Greab <radu@netsoft.ro> 
62265              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
62266              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
62267              
62268              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
62269              was checking argv[0] regardless of whether a different pathname
62270              will actually be executed."  Test case not supplied because 
62271              drafting that, ironically enough, revealed another bug
62272              (or a feature).
62273      Branch: perl
62274            ! doio.c
62275 ____________________________________________________________________________
62276 [  8981] By: jhi                                   on 2001/03/02  15:28:03
62277         Log: Misdate in #8978.
62278      Branch: perl
62279            ! pod/perlfaq1.pod
62280 ____________________________________________________________________________
62281 [  8980] By: jhi                                   on 2001/03/02  15:24:20
62282         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
62283              From: Chris Nandor <pudge@pobox.com>
62284              Date: Wed, 28 Feb 2001 22:10:15 -0500
62285              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
62286      Branch: perl
62287            ! lib/File/Copy.pm
62288 ____________________________________________________________________________
62289 [  8979] By: jhi                                   on 2001/03/02  15:17:16
62290         Log: Subject: [ID 20010301.004] Technically speaking in perldata
62291              From: abela@geneanet.org
62292              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
62293              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
62294      Branch: perl
62295            ! pod/perldata.pod
62296 ____________________________________________________________________________
62297 [  8978] By: jhi                                   on 2001/03/02  15:15:27
62298         Log: Subject: [ID 20010301.003] ref to 5.004
62299              From: abela@geneanet.org
62300              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
62301              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
62302              
62303              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
62304              and mention the suidperl August 2000 security problem.
62305      Branch: perl
62306            ! pod/perlfaq1.pod
62307 ____________________________________________________________________________
62308 [  8977] By: alanbur                               on 2001/03/02  14:17:45
62309         Log: Resynchronised with parent
62310      Branch: maint-5.6/pureperl
62311           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
62312           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
62313           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
62314           !> vms/descrip_mms.template win32/win32.c win32/win32.h
62315           !> win32/win32iop.h
62316 ____________________________________________________________________________
62317 [  8976] By: nick                                  on 2001/03/01  23:25:30
62318         Log: Integrate mainline.
62319      Branch: perlio
62320            - t/op/qu.t
62321           !> (integrate 55 files)
62322 ____________________________________________________________________________
62323 [  8975] By: jhi                                   on 2001/03/01  16:51:34
62324         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
62325      Branch: perl
62326           !> toke.c
62327 ____________________________________________________________________________
62328 [  8974] By: gsar                                  on 2001/03/01  16:28:21
62329         Log: fix for bugid 20010226.008
62330              
62331              the problem was that some of the pointers (PL_last_lop and
62332              PL_last_uni specifically) into the lex buffers weren't correctly
62333              being invalidated when the buffer changed; this would leave the
62334              pointers pointing at an arbitrary location in the buffer if
62335              the buffer didn't need to be reallocated, or point into freed
62336              memory if the buffer had to be realloced
62337              
62338              TODO item for bugdb maintainers: check other seemingly random
62339              parser-related bugs--they might be cured by this
62340      Branch: maint-5.6/perl
62341            ! toke.c
62342 ____________________________________________________________________________
62343 [  8973] By: jhi                                   on 2001/03/01  02:23:25
62344         Log: Retract #8970 because of a completely mysterious core dump:
62345              adding the tests 241..244 causes op/pat dump core at test #25.
62346              The test needs a lot of whittling down before the bug can be solved.
62347      Branch: perl
62348            ! t/op/pat.t
62349 ____________________________________________________________________________
62350 [  8972] By: jhi                                   on 2001/03/01  01:58:38
62351         Log: Regen perlapi.
62352      Branch: perl
62353            ! pod/perlapi.pod
62354 ____________________________________________________________________________
62355 [  8971] By: jhi                                   on 2001/03/01  01:34:09
62356         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))
62357              From: Nicholas Clark <nick@ccl4.org>
62358              Date: Wed, 28 Feb 2001 23:28:49 +0000
62359              Message-ID: <20010228232849.A55187@plum.flirble.org>
62360              
62361              Allow a completely write protected source code tree
62362              when using the Configure -Dmksymlinks.
62363      Branch: perl
62364            ! embed.pl warnings.pl
62365 ____________________________________________________________________________
62366 [  8970] By: jhi                                   on 2001/03/01  01:32:04
62367         Log: Add back the EBCDIC character range tests (for matching).
62368      Branch: perl
62369            ! t/op/pat.t
62370 ____________________________________________________________________________
62371 [  8969] By: nick                                  on 2001/02/28  18:18:01
62372         Log: Add charname comments to .ucm files writen by 'compile',
62373              also order charmaps in those files by source encoding.
62374              regenerate distrubuted .ucm files
62375      Branch: perlio
62376            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
62377            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
62378            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
62379            ! ext/Encode/Encode/iso8859-10.ucm
62380            ! ext/Encode/Encode/iso8859-13.ucm
62381            ! ext/Encode/Encode/iso8859-14.ucm
62382            ! ext/Encode/Encode/iso8859-15.ucm
62383            ! ext/Encode/Encode/iso8859-16.ucm
62384            ! ext/Encode/Encode/iso8859-2.ucm
62385            ! ext/Encode/Encode/iso8859-3.ucm
62386            ! ext/Encode/Encode/iso8859-4.ucm
62387            ! ext/Encode/Encode/iso8859-5.ucm
62388            ! ext/Encode/Encode/iso8859-6.ucm
62389            ! ext/Encode/Encode/iso8859-7.ucm
62390            ! ext/Encode/Encode/iso8859-8.ucm
62391            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
62392            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
62393 ____________________________________________________________________________
62394 [  8968] By: jhi                                   on 2001/02/28  16:26:37
62395         Log: Expand usemorebits early if d_casti32 needs to be undefined.
62396      Branch: perl
62397            ! hints/hpux.sh hints/irix_6.sh
62398 ____________________________________________________________________________
62399 [  8967] By: jhi                                   on 2001/02/28  16:22:26
62400         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
62401              retract toke.c/qu parts of #8583, retract #8485, retract
62402              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
62403              op/length.t, and MANIFEST, and delete t/op/qu.t.
62404      Branch: perl
62405            - t/op/qu.t
62406            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
62407            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
62408            ! t/op/length.t toke.c
62409 ____________________________________________________________________________
62410 [  8966] By: jhi                                   on 2001/02/28  15:00:27
62411         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
62412              by not changing from pre-Unicode days into being Unicode-aware.
62413              Sniff.
62414      Branch: perl
62415            ! pp.c t/op/pack.t t/op/qu.t
62416 ____________________________________________________________________________
62417 [  8965] By: jhi                                   on 2001/02/28  14:37:55
62418         Log: Subject: Re: Errors in core PODs
62419              From: Michael Stevens <michael@etla.org> 
62420              Date: Fri, 23 Feb 2001 15:47:56 +0000
62421              Message-ID: <20010223154756.A7723@firedrake.org> 
62422      Branch: perl
62423            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
62424            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
62425            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
62426            ! x2p/a2p.pod
62427 ____________________________________________________________________________
62428 [  8964] By: jhi                                   on 2001/02/28  14:35:35
62429         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
62430              (The #8961 was too bold.)
62431      Branch: perl
62432            ! hints/hpux.sh hints/irix_6.sh
62433 ____________________________________________________________________________
62434 [  8963] By: jhi                                   on 2001/02/28  14:33:39
62435         Log: Subject: Re: sync sync sync: have I missed any patches?
62436              From: Tim Jenness <t.jenness@jach.hawaii.edu>
62437              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
62438              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
62439              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
62440              
62441              Replace djSP with dSP.
62442      Branch: perl
62443            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
62444            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
62445            ! win32/perlhost.h
62446 ____________________________________________________________________________
62447 [  8962] By: jhi                                   on 2001/02/27  23:21:14
62448         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
62449      Branch: perl
62450            ! lib/Filter/Simple.pm
62451 ____________________________________________________________________________
62452 [  8961] By: jhi                                   on 2001/02/27  22:55:26
62453         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
62454              and this would be it.
62455      Branch: perl
62456            ! hints/hpux.sh hints/irix_6.sh
62457 ____________________________________________________________________________
62458 [  8960] By: jhi                                   on 2001/02/27  22:51:33
62459         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
62460              From: "Craig A. Berry" <craigberry@mac.com>
62461              Date: Tue, 27 Feb 2001 16:11:44 -0600
62462              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
62463      Branch: maint-5.6/perl
62464            ! configure.com vms/descrip_mms.template
62465 ____________________________________________________________________________
62466 [  8959] By: jhi                                   on 2001/02/27  22:47:23
62467         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
62468              From: "Craig A. Berry" <craigberry@mac.com>
62469              Date: Tue, 27 Feb 2001 16:11:44 -0600
62470              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
62471      Branch: perl
62472            ! configure.com vms/descrip_mms.template
62473 ____________________________________________________________________________
62474 [  8958] By: jhi                                   on 2001/02/27  15:16:42
62475         Log: Update Changes.
62476      Branch: perl
62477            ! Changes patchlevel.h
62478 ____________________________________________________________________________
62479 [  8957] By: jhi                                   on 2001/02/27  06:15:07
62480         Log: Subject: [5.6.x] EPOC additions
62481              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62482              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
62483              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
62484      Branch: maint-5.6/perl
62485            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
62486 ____________________________________________________________________________
62487 [  8956] By: jhi                                   on 2001/02/27  06:12:11
62488         Log: Subject: [perl-current] EPOC 
62489              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62490              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
62491              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
62492      Branch: perl
62493            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
62494            ! epoc/epocish.c epoc/epocish.h pp_sys.c
62495 ____________________________________________________________________________
62496 [  8955] By: jhi                                   on 2001/02/27  05:59:50
62497         Log: Subject: Re: Compile with perlcc..
62498              From: Edward Peschko <edwardp@excitehome.net>
62499              Date: Mon, 26 Feb 2001 18:51:58 -0800
62500              Message-ID: <20010226185158.A9871@excitehome.net>
62501              
62502              plus add a simple usage message if no arguments given.
62503      Branch: perl
62504            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
62505            ! utils/Makefile utils/perlcc.PL win32/pod.mak
62506 ____________________________________________________________________________
62507 [  8954] By: nick                                  on 2001/02/26  21:02:59
62508         Log: Integrate mainline
62509      Branch: perlio
62510           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
62511           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
62512           !> t/op/sprintf.t
62513 ____________________________________________________________________________
62514 [  8953] By: jhi                                   on 2001/02/26  14:43:54
62515         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
62516              From: Nicholas Clark <nick@ccl4.org>
62517              Date: Mon, 26 Feb 2001 00:42:07 +0000
62518              Message-ID: <20010226004207.F23333@plum.flirble.org>
62519      Branch: perl
62520            ! pp_ctl.c
62521 ____________________________________________________________________________
62522 [  8952] By: jhi                                   on 2001/02/26  14:42:13
62523         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
62524              From: Simon Cozens <simon@netthink.co.uk>
62525              Date: Mon, 26 Feb 2001 12:23:48 +0000
62526              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
62527      Branch: perl
62528            ! pod/perlguts.pod
62529 ____________________________________________________________________________
62530 [  8951] By: jhi                                   on 2001/02/26  14:39:15
62531         Log: Subject: [PATCH] perlio - unknown layer
62532              From: Nicholas Clark <nick@ccl4.org>
62533              Date: Mon, 26 Feb 2001 00:27:19 +0000
62534              Message-ID: <20010226002719.E23333@plum.flirble.org>
62535      Branch: perl
62536            ! perlio.c
62537 ____________________________________________________________________________
62538 [  8950] By: jhi                                   on 2001/02/26  14:38:04
62539         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
62540              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
62541              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
62542              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
62543      Branch: perl
62544            ! t/op/bop.t
62545 ____________________________________________________________________________
62546 [  8949] By: jhi                                   on 2001/02/26  14:37:07
62547         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
62548              From: Peter Prymmer <pvhp@forte.com>
62549              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
62550              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
62551      Branch: perl
62552            ! lib/Test.pm
62553 ____________________________________________________________________________
62554 [  8948] By: jhi                                   on 2001/02/26  14:35:53
62555         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
62556              From: Radu Greab <radu@netsoft.ro>
62557              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
62558              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
62559      Branch: perl
62560            ! pod/perlop.pod
62561 ____________________________________________________________________________
62562 [  8947] By: jhi                                   on 2001/02/26  14:34:46
62563         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
62564              From: David Mitchell <davem@fdgroup.co.uk>
62565              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
62566              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
62567      Branch: perl
62568            ! run.c
62569 ____________________________________________________________________________
62570 [  8946] By: jhi                                   on 2001/02/26  14:32:37
62571         Log: Subject: Modified README.bs2000 
62572              From: Dorner Thomas <Thomas.Dorner@start.de>
62573              Date: Mon, 26 Feb 2001 09:22:17 +0100
62574              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
62575      Branch: perl
62576            ! README.bs2000
62577 ____________________________________________________________________________
62578 [  8945] By: jhi                                   on 2001/02/26  14:19:53
62579         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
62580              to maintperl, listing the known failures on the tests 129 and 130.
62581      Branch: maint-5.6/perl
62582           !> t/op/sprintf.t
62583 ____________________________________________________________________________
62584 [  8944] By: jhi                                   on 2001/02/26  14:14:15
62585         Log: Add more known sprintf failures.
62586      Branch: perl
62587            ! t/op/sprintf.t
62588 ____________________________________________________________________________
62589 [  8943] By: jhi                                   on 2001/02/26  13:56:22
62590         Log: perlglob.exe needs to be found in Win32, patch from
62591              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
62592              which needs external glob at mini-perl time."
62593      Branch: perl
62594            ! ext/Encode/compile
62595 ____________________________________________________________________________
62596 [  8942] By: jhi                                   on 2001/02/26  13:52:19
62597         Log: A missing dTHX from Vadim Konovalov.
62598      Branch: perl
62599            ! perlio.c
62600 ____________________________________________________________________________
62601 [  8941] By: jhi                                   on 2001/02/26  13:37:05
62602         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
62603      Branch: perl
62604            ! op.c
62605 ____________________________________________________________________________
62606 [  8940] By: jhi                                   on 2001/02/26  13:35:40
62607         Log: Integrate perlio:
62608              
62609              [  8938]
62610              Encode implementations docs.
62611      Branch: perl
62612           !> ext/Encode/Encode.pm
62613 ____________________________________________________________________________
62614 [  8939] By: nick                                  on 2001/02/25  23:47:09
62615         Log: Integrate mainline.
62616      Branch: perlio
62617           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
62618           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
62619 ____________________________________________________________________________
62620 [  8938] By: nick                                  on 2001/02/25  19:36:28
62621         Log: Encode implementations docs.
62622      Branch: perlio
62623            ! ext/Encode/Encode.pm
62624 ____________________________________________________________________________
62625 [  8937] By: jhi                                   on 2001/02/25  19:26:16
62626         Log: Script wasn't aligned with reality.
62627      Branch: perl
62628            ! t/pod/find.t
62629 ____________________________________________________________________________
62630 [  8936] By: jhi                                   on 2001/02/25  18:54:55
62631         Log: Update Changes.
62632      Branch: perl
62633            ! Changes patchlevel.h
62634 ____________________________________________________________________________
62635 [  8935] By: jhi                                   on 2001/02/25  18:46:36
62636         Log: Retract #8929,8930,8932,8933 for now.
62637      Branch: perl
62638            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
62639 ____________________________________________________________________________
62640 [  8934] By: jhi                                   on 2001/02/25  17:34:35
62641         Log: Integrate perlio:
62642              
62643              [  8927]
62644              Change method names in Encode implementation classes to something
62645              less confusing (preparing to "go public").
62646              
62647              [  8926]
62648              GCC __atribute__ / printf fix
62649              
62650              [  8925]
62651              Checked in the wrong one ...
62652              
62653              [  8923]
62654              Encode API documentation nd tidy up.
62655              Minor additions to test.
62656              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
62657              Adds STRLEN to standard typemap.
62658      Branch: perl
62659           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
62660           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
62661           !> t/lib/encode.t
62662 ____________________________________________________________________________
62663 [  8933] By: jhi                                   on 2001/02/25  17:33:12
62664         Log: (Retracted by #8395.)
62665              
62666              Slight tweaks in scan_const(), not fixes yet, it seems like
62667              lots of work remains to be done...
62668      Branch: perl
62669            ! toke.c
62670 ____________________________________________________________________________
62671 [  8932] By: jhi                                   on 2001/02/25  17:27:11
62672         Log: (Retracted by #8395.)
62673              
62674              Missing from #8930.
62675      Branch: perl
62676            ! perl.h
62677 ____________________________________________________________________________
62678 [  8931] By: jhi                                   on 2001/02/25  17:26:19
62679         Log: A comment tweak.
62680      Branch: perl
62681            ! utf8.c
62682 ____________________________________________________________________________
62683 [  8930] By: jhi                                   on 2001/02/25  17:25:47
62684         Log: (Retracted by #8395.)
62685              
62686              Attempt to fix the EBCDIC character range problem with //.
62687      Branch: perl
62688            ! regcomp.c
62689 ____________________________________________________________________________
62690 [  8929] By: jhi                                   on 2001/02/25  17:23:45
62691         Log: (Retracted by #8395.)
62692              
62693              Expand the EBCDIC character range tests, and add few nasty
62694              tr tests from Karsten Sperling.
62695      Branch: perl
62696            ! t/op/pat.t t/op/tr.t
62697 ____________________________________________________________________________
62698 [  8928] By: jhi                                   on 2001/02/25  17:18:49
62699         Log: Missing check-in.
62700      Branch: perl
62701            ! lib/Pod/Find.pm
62702 ____________________________________________________________________________
62703 [  8927] By: nick                                  on 2001/02/25  11:30:22
62704         Log: Change method names in Encode implementation classes to something
62705              less confusing (preparing to "go public").
62706      Branch: perlio
62707            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
62708 ____________________________________________________________________________
62709 [  8926] By: nick                                  on 2001/02/25  10:53:24
62710         Log: GCC __atribute__ / printf fix
62711      Branch: perlio
62712            ! perl.h
62713 ____________________________________________________________________________
62714 [  8925] By: nick                                  on 2001/02/25  10:52:25
62715         Log: Checked in the wrong one ...
62716      Branch: perlio
62717            ! ext/Encode/Encode.pm
62718 ____________________________________________________________________________
62719 [  8924] By: nick                                  on 2001/02/24  18:46:51
62720         Log: Integrate mainline - to see what Jarkko has in ...
62721      Branch: perlio
62722           +> t/pod/testpods/lib/Pod/Stuff.pm
62723           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
62724 ____________________________________________________________________________
62725 [  8923] By: nick                                  on 2001/02/24  17:05:23
62726         Log: Encode API documentation nd tidy up.
62727              Minor additions to test.
62728              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
62729              Adds STRLEN to standard typemap.
62730      Branch: perlio
62731            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
62732            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
62733 ____________________________________________________________________________
62734 [  8922] By: jhi                                   on 2001/02/24  16:38:12
62735         Log: Add a test for the "character range should match in EBCDIC
62736              if specified using explicit numerics" bug found by Karsten
62737              Sperling.
62738      Branch: perl
62739            ! t/op/pat.t
62740 ____________________________________________________________________________
62741 [  8921] By: jhi                                   on 2001/02/24  16:30:16
62742         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
62743              From: schwern@pobox.com
62744              Date: Fri, 23 Feb 2001 03:21:37 -0500
62745              Message-ID: <20010223032137.A26022@magnonel.guild.net>
62746              
62747              plus Charles Lane's fixes, plus tweaks.
62748      Branch: perl
62749            + t/pod/testpods/lib/Pod/Stuff.pm
62750            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
62751 ____________________________________________________________________________
62752 [  8920] By: nick                                  on 2001/02/24  10:30:11
62753         Log: Integrate mainline
62754      Branch: perlio
62755           !> (integrate 33 files)
62756 ____________________________________________________________________________
62757 [  8919] By: jhi                                   on 2001/02/24  00:23:35
62758         Log: Subject: Re: I'm losing the war...
62759              From: "Vadim Konovalov" <watman@inbox.ru>
62760              Date: Sat, 24 Feb 2001 00:10:14 +0300
62761              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
62762              
62763              hv_store() not working correctly in ENV_IS_CASELESS case.
62764      Branch: perl
62765            ! hv.c
62766 ____________________________________________________________________________
62767 [  8918] By: jhi                                   on 2001/02/24  00:20:09
62768         Log: Subject: Re: [PATCH] fix for charnames above FFFF
62769              From: andreas.koenig@anima.de (Andreas J. Koenig)
62770              Date: 23 Feb 2001 02:39:03 +0100
62771              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
62772              
62773              A further efficiency tweak.
62774      Branch: perl
62775            ! lib/charnames.pm
62776 ____________________________________________________________________________
62777 [  8917] By: jhi                                   on 2001/02/23  20:27:51
62778         Log: Integrate change #8916 from mainline,
62779              do away with USE_WIN32_RTL_ENV.
62780      Branch: maint-5.6/perl
62781           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
62782 ____________________________________________________________________________
62783 [  8916] By: jhi                                   on 2001/02/23  20:02:25
62784         Log: Abolish USE_WIN32_RTL_ENV.
62785      Branch: perl
62786            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
62787 ____________________________________________________________________________
62788 [  8915] By: jhi                                   on 2001/02/23  19:36:00
62789         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
62790              later protected by some #define.
62791      Branch: perl
62792            ! gv.c
62793 ____________________________________________________________________________
62794 [  8914] By: jhi                                   on 2001/02/23  19:31:38
62795         Log: Retract #8902 for now, requested by Charles Lane, the correct
62796              fix will be something else.
62797      Branch: perl
62798            ! op.c
62799 ____________________________________________________________________________
62800 [  8913] By: jhi                                   on 2001/02/23  19:11:36
62801         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
62802              From: Peter Prymmer <pvhp@forte.com>
62803              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
62804              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
62805      Branch: perl
62806            ! t/op/lex_assign.t
62807 ____________________________________________________________________________
62808 [  8912] By: jhi                                   on 2001/02/23  18:38:20
62809         Log: Subject: [patch] perlio + useithreads
62810              From: Doug MacEachern <dougm@covalent.net>
62811              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
62812              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
62813              
62814              Gets things running but not complete.
62815      Branch: perl
62816            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
62817 ____________________________________________________________________________
62818 [  8911] By: jhi                                   on 2001/02/23  04:20:02
62819         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
62820              
62821              Duplicated environment freeing, File::Temp 0.12,
62822              op/append portability (EBCDIC) tweak.
62823      Branch: maint-5.6/perl
62824           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62825           !> t/op/append.t
62826 ____________________________________________________________________________
62827 [  8910] By: jhi                                   on 2001/02/23  02:07:33
62828         Log: Integrate change #8909 from mainline, a better Borland
62829              putenv() workaround.
62830      Branch: maint-5.6/perl
62831           !> perl.c
62832 ____________________________________________________________________________
62833 [  8909] By: jhi                                   on 2001/02/23  02:05:46
62834         Log: A better workaround for Borland putenv() brokenness from Sarathy.
62835      Branch: perl
62836            ! perl.c
62837 ____________________________________________________________________________
62838 [  8908] By: jhi                                   on 2001/02/23  02:04:14
62839         Log: Subject: fix for parameter -Dm (for perl@8867)
62840              From: "Vadim Konovalov" <watman@inbox.ru>
62841              Date: Thu, 22 Feb 2001 17:30:12 +0300
62842              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
62843      Branch: perl
62844            ! perl.h
62845 ____________________________________________________________________________
62846 [  8907] By: jhi                                   on 2001/02/23  01:58:20
62847         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
62848              From: Peter Prymmer <pvhp@forte.com>
62849              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
62850              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
62851      Branch: perl
62852            ! t/op/append.t
62853 ____________________________________________________________________________
62854 [  8906] By: jhi                                   on 2001/02/23  01:48:34
62855         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
62856      Branch: perl
62857            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62858 ____________________________________________________________________________
62859 [  8905] By: jhi                                   on 2001/02/23  01:43:30
62860         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
62861              From: Peter Prymmer <pvhp@forte.com>
62862              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
62863              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
62864      Branch: perl
62865            ! t/lib/st-06compat.t
62866 ____________________________________________________________________________
62867 [  8904] By: jhi                                   on 2001/02/23  01:42:39
62868         Log: Metaconfig unit change for #8903.
62869      Branch: metaconfig/U/perl
62870            ! Devel.U
62871 ____________________________________________________________________________
62872 [  8903] By: jhi                                   on 2001/02/23  01:42:12
62873         Log: Be more helpful for devel builders, suggested by John L. Allen.
62874      Branch: perl
62875            ! Configure
62876 ____________________________________________________________________________
62877 [  8902] By: jhi                                   on 2001/02/23  01:37:41
62878         Log: (Retracted by #8914)
62879              (Wrongly, reinstated by #8941)
62880              
62881              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
62882              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62883              Date:     Thu, 22 Feb 2001 09:43:57 EST
62884              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
62885      Branch: perl
62886            ! op.c
62887 ____________________________________________________________________________
62888 [  8901] By: jhi                                   on 2001/02/23  01:20:32
62889         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
62890              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62891              Date:     Thu, 22 Feb 2001 08:01:35 EST
62892              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
62893      Branch: perl
62894            ! malloc.c
62895 ____________________________________________________________________________
62896 [  8900] By: jhi                                   on 2001/02/23  01:18:02
62897         Log: Integrate changes #8898,8899 from mainline, environ handling.
62898      Branch: maint-5.6/perl
62899           !> perl.c
62900 ____________________________________________________________________________
62901 [  8899] By: jhi                                   on 2001/02/23  01:16:25
62902         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
62903              putenv() is not to be relied on, they are either broken or leaky
62904              or both.)
62905      Branch: perl
62906            ! perl.c
62907 ____________________________________________________________________________
62908 [  8898] By: jhi                                   on 2001/02/22  23:36:59
62909         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
62910              and safesysfree() must be used.
62911      Branch: perl
62912            ! perl.c
62913 ____________________________________________________________________________
62914 [  8897] By: jhi                                   on 2001/02/22  23:25:45
62915         Log: With environ one must use safesysmalloc()/safesysfree().
62916      Branch: perl
62917            ! perl.c
62918 ____________________________________________________________________________
62919 [  8896] By: jhi                                   on 2001/02/22  22:13:18
62920         Log: If we have a duplicated environment free it
62921              if PERL_DESTRUCT_LEVEL.
62922      Branch: perl
62923            ! perl.c
62924 ____________________________________________________________________________
62925 [  8895] By: alanbur                               on 2001/02/22  19:31:57
62926         Log: Synchronised with parent
62927      Branch: maint-5.6/pureperl
62928           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
62929 ____________________________________________________________________________
62930 [  8894] By: gsar                                  on 2001/02/22  19:06:18
62931         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
62932              
62933              fix memory leak in method call optimization (change#3768);
62934              made C<eval "$x->foo()"> leak
62935              
62936              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
62937      Branch: maint-5.6/perl
62938           !> op.c
62939 ____________________________________________________________________________
62940 [  8893] By: jhi                                   on 2001/02/22  18:35:27
62941         Log: (Retracted by #8915.)
62942              
62943              Third Degree finding:
62944              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
62945      Branch: perl
62946            ! gv.c
62947 ____________________________________________________________________________
62948 [  8892] By: jhi                                   on 2001/02/22  14:28:32
62949         Log: Update Changes.
62950      Branch: perl
62951            ! Changes patchlevel.h
62952 ____________________________________________________________________________
62953 [  8891] By: jhi                                   on 2001/02/22  13:22:45
62954         Log: Metaconfig unit changes for #8890.
62955      Branch: metaconfig
62956            ! U/modified/Cppsym.U U/threads/archname.U
62957 ____________________________________________________________________________
62958 [  8890] By: jhi                                   on 2001/02/22  13:22:12
62959         Log: Add -stdio to the archname if no perlio selected,
62960              no -perlio added since that is now the default.
62961              
62962              Add few CPUs/architectures to the Cppsym scan.
62963      Branch: perl
62964            ! Configure config_h.SH
62965 ____________________________________________________________________________
62966 [  8889] By: jhi                                   on 2001/02/22  13:05:59
62967         Log: Metaconfig unit change for #8888.
62968      Branch: metaconfig/U/perl
62969            ! useperlio.U
62970 ____________________________________________________________________________
62971 [  8888] By: jhi                                   on 2001/02/22  13:05:28
62972         Log: *drum roll*  Make perlio the default.
62973      Branch: perl
62974            ! Configure config_h.SH
62975 ____________________________________________________________________________
62976 [  8887] By: jhi                                   on 2001/02/22  12:50:52
62977         Log: Integrate change #8665 from maintperl to mainline,
62978              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
62979      Branch: perl
62980           !> ext/POSIX/POSIX.xs
62981 ____________________________________________________________________________
62982 [  8886] By: jhi                                   on 2001/02/22  12:49:24
62983         Log: Integrate changes #8883,8884 from mainline to maintperl.
62984              
62985              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
62986              Subject: Re: File::Temp::_gettemp warning
62987      Branch: maint-5.6/perl
62988           !> embed.h embed.pl lib/File/Temp.pm
62989 ____________________________________________________________________________
62990 [  8885] By: jhi                                   on 2001/02/22  12:43:59
62991         Log: Based on
62992              
62993              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
62994              From: schwab@suse.de
62995              Date: Thu, 22 Feb 2001 13:08:09 +0100
62996              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
62997              
62998              but the fix done slightly differently because the other
62999              half was already done in #8664.
63000      Branch: maint-5.6/perl
63001            ! ext/POSIX/POSIX.xs
63002 ____________________________________________________________________________
63003 [  8884] By: jhi                                   on 2001/02/22  12:37:15
63004         Log: Subject: Re: File::Temp::_gettemp warning
63005              From: Tim Jenness <t.jenness@jach.hawaii.edu>
63006              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
63007              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
63008              
63009              This patch to File::Temp does two things:
63010              
63011              1. Fixes the problem with CGI::Carp when determining
63012              the Fcntl constants
63013              
63014              2. Removes most of the carps and consolidates them so that all the
63015              reasons are included in a single die that is caught by the test. This
63016              means that the correct skipping behaviour is displayed by the test.
63017      Branch: perl
63018            ! lib/File/Temp.pm
63019 ____________________________________________________________________________
63020 [  8883] By: jhi                                   on 2001/02/22  12:29:19
63021         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
63022              From: Peter Prymmer <pvhp@forte.com>
63023              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
63024              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
63025      Branch: perl
63026            ! embed.h embed.pl
63027 ____________________________________________________________________________
63028 [  8882] By: jhi                                   on 2001/02/21  19:41:33
63029         Log: Integrate change #8881 from mainlin to maintperl.
63030              
63031              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
63032      Branch: maint-5.6/perl
63033           !> op.c
63034 ____________________________________________________________________________
63035 [  8881] By: jhi                                   on 2001/02/21  19:38:57
63036         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
63037              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63038              Date:     Wed, 21 Feb 2001 13:08:03 EST
63039              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
63040      Branch: perl
63041            ! op.c
63042 ____________________________________________________________________________
63043 [  8880] By: jhi                                   on 2001/02/21  19:34:34
63044         Log: Retract #8875, cannot let go of the old semantics of unpack U
63045              without rethinking utf8decode.t.
63046      Branch: perl
63047            ! pp.c t/op/pack.t
63048 ____________________________________________________________________________
63049 [  8879] By: jhi                                   on 2001/02/21  19:08:02
63050         Log: Run run/*.t also in minitest.
63051      Branch: perl
63052            ! Makefile.SH
63053 ____________________________________________________________________________
63054 [  8878] By: nick                                  on 2001/02/21  18:55:37
63055         Log: Integrate mainline
63056      Branch: perlio
63057           !> (integrate 76 files)
63058 ____________________________________________________________________________
63059 [  8877] By: jhi                                   on 2001/02/21  15:09:33
63060         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
63061      Branch: metaconfig
63062            ! U/compline/nblock_io.U
63063      Branch: perl
63064            ! Configure config_h.SH
63065 ____________________________________________________________________________
63066 [  8876] By: jhi                                   on 2001/02/21  14:54:45
63067         Log: If no sfio, no -lsfio.
63068      Branch: metaconfig/U/perl
63069            ! d_sfio.U
63070      Branch: perl
63071            ! Configure config_h.SH
63072 ____________________________________________________________________________
63073 [  8875] By: jhi                                   on 2001/02/21  14:54:00
63074         Log: Make unpack C and unpack U truly equivalent.
63075      Branch: perl
63076            ! pp.c t/op/pack.t
63077 ____________________________________________________________________________
63078 [  8874] By: jhi                                   on 2001/02/21  14:26:02
63079         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
63080              From: Peter Prymmer <pvhp@forte.com>
63081              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
63082              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
63083      Branch: perl
63084            ! pod/perlport.pod
63085 ____________________________________________________________________________
63086 [  8873] By: jhi                                   on 2001/02/21  14:24:31
63087         Log: Subject: [PATCH] fix for charnames above FFFF
63088              From: andreas.koenig@anima.de (Andreas J. Koenig)
63089              Date: 21 Feb 2001 07:05:45 +0100
63090              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
63091      Branch: perl
63092            ! lib/charnames.pm t/lib/charnames.t
63093 ____________________________________________________________________________
63094 [  8872] By: jhi                                   on 2001/02/21  14:15:25
63095         Log: Integrate change #8868 from pureperl to mainline.
63096              
63097              Fixed reference count loop caused by sv_magic.
63098      Branch: perl
63099           !> sv.c
63100 ____________________________________________________________________________
63101 [  8871] By: jhi                                   on 2001/02/21  14:07:29
63102         Log: Integrate change #8868 from pureperl to maintperl.
63103              
63104              Fixed reference count loop caused by sv_magic.
63105      Branch: maint-5.6/perl
63106           !> sv.c
63107 ____________________________________________________________________________
63108 [  8870] By: jhi                                   on 2001/02/21  14:04:41
63109         Log: Put back the #8840, it was innocent.
63110      Branch: perl
63111            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
63112            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
63113 ____________________________________________________________________________
63114 [  8869] By: jhi                                   on 2001/02/21  14:00:03
63115         Log: unpack("C", ...) was left slightly unfinished by #8865.
63116      Branch: perl
63117            ! pp.c t/op/pack.t
63118 ____________________________________________________________________________
63119 [  8868] By: alanbur                               on 2001/02/21  01:33:45
63120         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
63121              from gv_fetchpv to create single-character magic variables (e.g. $!),
63122              and it is passed a sv and the gv that contains the sv as the mg_obj
63123              value.  When sv_magic stores the mg_obj pointer it increments the gv
63124              refcount, thus causing a sv-gv pair that can't be freed.  There is
63125              already a check for sv == obj which is used to prevent such reference
63126              loops.  This change extends the check to cover the case described above.
63127      Branch: maint-5.6/pureperl
63128            ! sv.c
63129 ____________________________________________________________________________
63130 [  8867] By: jhi                                   on 2001/02/21  00:52:39
63131         Log: Update Changes.
63132      Branch: perl
63133            ! Changes patchlevel.h
63134 ____________________________________________________________________________
63135 [  8866] By: jhi                                   on 2001/02/21  00:34:20
63136         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
63137              (Note: there were some conflicts due to EBCDIC and EPOC
63138              patches, in general I preferred the repository code.)
63139              (When 2.753 comes out, we need to synchronize.)
63140      Branch: perl
63141            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
63142            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
63143            ! t/lib/cgi-html.t
63144 ____________________________________________________________________________
63145 [  8865] By: jhi                                   on 2001/02/21  00:24:22
63146         Log: Make pack("C", 0x100) to create Unicode, unless under the
63147              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
63148              will understand Unicode, unless you under know what.
63149      Branch: perl
63150            ! pp.c t/op/pack.t t/op/qu.t
63151 ____________________________________________________________________________
63152 [  8864] By: alanbur                               on 2001/02/20  22:35:34
63153         Log: Resynchronised with parent
63154      Branch: maint-5.6/pureperl
63155           !> README.win32 ext/GDBM_File/GDBM_File.pm
63156           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
63157           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
63158           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
63159           !> t/lib/sdbm.t util.c
63160 ____________________________________________________________________________
63161 [  8863] By: jhi                                   on 2001/02/20  20:55:11
63162         Log: Integrate change #8860,8861 from mainline into maintperl.
63163              
63164              "pseudo-literal j"
63165              
63166              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
63167      Branch: maint-5.6/perl
63168           !> lib/Test.pm pod/perlop.pod
63169 ____________________________________________________________________________
63170 [  8862] By: jhi                                   on 2001/02/20  20:30:07
63171         Log: Don't do casting between pointers pointing to differently sized
63172              integers.
63173      Branch: perl
63174            ! hv.c sv.c
63175 ____________________________________________________________________________
63176 [  8861] By: jhi                                   on 2001/02/20  19:53:44
63177         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
63178              From: Peter Prymmer <pvhp@forte.com>
63179              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
63180              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
63181      Branch: perl
63182            ! lib/Test.pm
63183 ____________________________________________________________________________
63184 [  8860] By: jhi                                   on 2001/02/20  19:48:02
63185         Log: "pseudo-literal j", a documentation glitch reported to Debian.
63186              The text recovered from Perl 5.005_03, and pseudo-literal replaced
63187              by "backtick string".
63188      Branch: perl
63189            ! pod/perlop.pod
63190 ____________________________________________________________________________
63191 [  8859] By: jhi                                   on 2001/02/20  19:15:46
63192         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
63193              from Chris Nandor.
63194      Branch: perl
63195            ! makedef.pl
63196 ____________________________________________________________________________
63197 [  8858] By: jhi                                   on 2001/02/20  17:36:53
63198         Log: Integrate pureperl changes #8844,8845,8850 to mainline
63199              (via maintperl #8855).
63200              
63201              Fixed %^H scoping bug
63202              
63203              Removed GV <-> CV refcount loop
63204              
63205              Removed %ENV refcount loop
63206      Branch: perl
63207           !> gv.c op.c perl.c pp.c scope.c
63208 ____________________________________________________________________________
63209 [  8857] By: jhi                                   on 2001/02/20  17:34:32
63210         Log: Integrate changes #8853,8854 from maintperl to mainline.
63211              
63212              EBDIC fixes, README.win32 Borland update.
63213      Branch: perl
63214           !> README.win32 handy.h util.c
63215 ____________________________________________________________________________
63216 [  8856] By: jhi                                   on 2001/02/20  17:33:16
63217         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
63218      Branch: maint-5.6/perl
63219           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
63220           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
63221           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
63222 ____________________________________________________________________________
63223 [  8855] By: jhi                                   on 2001/02/20  17:32:13
63224         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
63225              
63226              Fixed %^H scoping bug
63227              
63228              Removed GV <-> CV refcount loop
63229              
63230              Removed %ENV refcount loop
63231      Branch: maint-5.6/perl
63232           !> gv.c op.c perl.c pp.c scope.c
63233 ____________________________________________________________________________
63234 [  8854] By: jhi                                   on 2001/02/20  17:25:06
63235         Log: Subject: Addition to readme.win32 for Borland C++ compilers
63236              Date: Tue, 20 Feb 2001 02:15:25 +0300
63237              From: "Vadim Konovalov" <watman@inbox.ru>
63238              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
63239              
63240              Document Borland compiler misbehaviour.
63241      Branch: maint-5.6/perl
63242            ! README.win32
63243 ____________________________________________________________________________
63244 [  8853] By: jhi                                   on 2001/02/20  17:22:25
63245         Log: The assimilation of ebcdic.c didn't quite work at the first try,
63246              patches from Thomas Dorner.
63247      Branch: maint-5.6/perl
63248            ! handy.h util.c
63249 ____________________________________________________________________________
63250 [  8852] By: jhi                                   on 2001/02/20  17:20:15
63251         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
63252              From: Chris Nandor <pudge@pobox.com>
63253              Date: Tue, 20 Feb 2001 08:32:45 -0500
63254              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
63255      Branch: maint-5.6/perl
63256            ! makedef.pl mg.c
63257 ____________________________________________________________________________
63258 [  8851] By: jhi                                   on 2001/02/20  17:15:52
63259         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
63260      Branch: perl
63261            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
63262            ! t/lib/filter-util.t
63263 ____________________________________________________________________________
63264 [  8850] By: alanbur                               on 2001/02/20  17:12:40
63265         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
63266              and the magic pointer points back to the GV that contains the
63267              %ENV hash.  This creates a refcount loop that prevents members
63268              of %ENV from being freed correctly.  This change removes the
63269              refcount loop - the magic pointer was never used anyway, the
63270              only use of the magic was to check the type ('E') so that the
63271              appropriate environment manipulation code is called when %ENV
63272              is modified.
63273      Branch: maint-5.6/pureperl
63274            ! perl.c
63275 ____________________________________________________________________________
63276 [  8849] By: jhi                                   on 2001/02/20  17:12:20
63277         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
63278              From: "Craig A. Berry" <craigberry@mac.com>
63279              Date: Mon, 19 Feb 2001 23:36:12 -0600
63280              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
63281              
63282              Case-forgiving systems match TestInit.pm with TES*.
63283      Branch: perl
63284            ! t/lib/glob-basic.t
63285 ____________________________________________________________________________
63286 [  8848] By: jhi                                   on 2001/02/20  17:10:02
63287         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
63288      Branch: perl
63289            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
63290            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
63291            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
63292 ____________________________________________________________________________
63293 [  8847] By: jhi                                   on 2001/02/20  15:34:41
63294         Log: The #8843 wasn't quite right: %Config needs to imported.
63295      Branch: perl
63296            ! t/run/runenv.t
63297 ____________________________________________________________________________
63298 [  8846] By: jhi                                   on 2001/02/20  15:31:50
63299         Log: Retract the #8838 and #8840 for now because of
63300              the DB_File tie problem.
63301      Branch: perl
63302            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
63303            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
63304            ! proto.h sv.c
63305 ____________________________________________________________________________
63306 [  8845] By: alanbur                               on 2001/02/20  14:25:41
63307         Log: Removed GV <-> CV refcount loop
63308              CvGV(mycv) points to the parent GV of the CV, and was previously
63309              refcounted.  The pointer remains, but the refcounting has been removed
63310              as it causes a refcount loop between the CV and GV that means the CV
63311              can't ever be deleted.
63312      Branch: maint-5.6/pureperl
63313            ! gv.c op.c pp.c
63314 ____________________________________________________________________________
63315 [  8844] By: alanbur                               on 2001/02/20  14:23:13
63316         Log: Fixed %^H scoping bug
63317      Branch: maint-5.6/pureperl
63318            ! scope.c
63319 ____________________________________________________________________________
63320 [  8843] By: jhi                                   on 2001/02/19  13:38:08
63321         Log: fork() not everywhere, cleanup temp files.
63322      Branch: perl
63323            ! t/run/runenv.t
63324 ____________________________________________________________________________
63325 [  8842] By: alanbur                               on 2001/02/19  12:42:07
63326         Log: Resynchronised with parent
63327      Branch: maint-5.6/pureperl
63328           !> pod/perlfaq4.pod sv.c utf8.c
63329 ____________________________________________________________________________
63330 [  8841] By: jhi                                   on 2001/02/19  03:35:51
63331         Log: Update Changes.
63332      Branch: perl
63333            ! Changes patchlevel.h
63334 ____________________________________________________________________________
63335 [  8840] By: jhi                                   on 2001/02/19  00:23:41
63336         Log: Subject: [patch] add sv_setref_uv
63337              From: Doug MacEachern <dougm@covalent.net>
63338              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
63339              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
63340      Branch: perl
63341            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
63342            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
63343 ____________________________________________________________________________
63344 [  8839] By: jhi                                   on 2001/02/19  00:01:38
63345         Log: Put to rest the 20010205.001, the email address checking (not) regex.
63346      Branch: perl
63347            ! pod/perlfaq9.pod
63348 ____________________________________________________________________________
63349 [  8838] By: jhi                                   on 2001/02/18  22:17:54
63350         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
63351              From: Doug MacEachern <dougm@covalent.net>
63352              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
63353              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
63354      Branch: perl
63355            ! lib/ExtUtils/xsubpp
63356 ____________________________________________________________________________
63357 [  8837] By: jhi                                   on 2001/02/18  22:16:50
63358         Log: Subject: [patch] -Wall cleanup round 2
63359              From: Doug MacEachern <dougm@covalent.net>
63360              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
63361              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
63362      Branch: perl
63363            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
63364            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
63365            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
63366            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
63367            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
63368            ! ext/SDBM_File/SDBM_File.xs
63369 ____________________________________________________________________________
63370 [  8836] By: jhi                                   on 2001/02/18  22:11:20
63371         Log: Misapplied regex optimizations when \C is present.
63372              Fixes 20001230.002.
63373              
63374              What still remains broken is that the submatches that
63375              have \C in them get their UTF8 flag on because their
63376              parent SV has it on.  This will result in malformed
63377              UTF8 if a \C happened to match a non-ASCII byte.
63378      Branch: perl
63379            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
63380            ! t/pragma/utf8.t
63381 ____________________________________________________________________________
63382 [  8835] By: jhi                                   on 2001/02/18  20:12:02
63383         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
63384              
63385              The hash key got wrongly UTF8fied.
63386      Branch: perl
63387            ! pod/perlapi.pod toke.c utf8.c
63388 ____________________________________________________________________________
63389 [  8834] By: jhi                                   on 2001/02/18  19:44:25
63390         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
63391              don't warn on magical or overloaded things.
63392      Branch: perl
63393            ! pp_hot.c
63394 ____________________________________________________________________________
63395 [  8833] By: nick                                  on 2001/02/18  19:31:22
63396         Log: Integrate mainline
63397      Branch: perlio
63398           +> t/TestInit.pm t/run/runenv.t
63399            - t/UTEST
63400           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
63401           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
63402           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
63403           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
63404           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
63405           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
63406           !> utf8.c
63407 ____________________________________________________________________________
63408 [  8832] By: jhi                                   on 2001/02/18  19:21:18
63409         Log: Integrate perlio:
63410              
63411              [  8830]
63412              Apply the spirit of patch from Nick Clark:
63413              Subject: [PATCH] Re: extensions that provide layers
63414              From: Nicholas Clark <nick@ccl4.org>
63415              Date: Mon, 12 Feb 2001 16:43:51 +0000
63416              Message-Id: <20010212164350.Q3652@plum.flirble.org>
63417      Branch: perl
63418           !> perlio.c pod/perldiag.pod
63419 ____________________________________________________________________________
63420 [  8831] By: jhi                                   on 2001/02/18  19:14:20
63421         Log: Integrate change #8827 from mainline.
63422              
63423              UTF8 tweaks.
63424      Branch: maint-5.6/perl
63425           !> sv.c utf8.c
63426 ____________________________________________________________________________
63427 [  8830] By: nick                                  on 2001/02/18  19:10:34
63428         Log: Apply the spirit of patch from Nick Clark:
63429              Subject: [PATCH] Re: extensions that provide layers
63430              From: Nicholas Clark <nick@ccl4.org>
63431              Date: Mon, 12 Feb 2001 16:43:51 +0000
63432              Message-Id: <20010212164350.Q3652@plum.flirble.org>
63433      Branch: perlio
63434            ! perlio.c pod/perldiag.pod
63435 ____________________________________________________________________________
63436 [  8829] By: jhi                                   on 2001/02/18  19:03:25
63437         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
63438              From: schwern@pobox.com 
63439              Date: Sun, 18 Feb 2001 13:44:35 -0500
63440              Message-ID: <20010218134435.A17544@magnonel.guild.net>
63441              
63442              Applied, but as t/TestInit.pm.
63443      Branch: perl
63444            + t/TestInit.pm
63445            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
63446            ! t/op/subst_wamp.t
63447 ____________________________________________________________________________
63448 [  8828] By: jhi                                   on 2001/02/18  18:43:52
63449         Log: Integrate perlio:
63450              
63451              [  8826]
63452              Fix [ID 20010217.002]
63453              open FOO, "<:raw:perlio", ...
63454              :raw now inserts default base layer below itself.
63455              Also
63456              open FOO, "<:unix", ...
63457              works as well - but leaves buffer layer on stack under the unix layer.
63458      Branch: perl
63459           !> perlio.c
63460 ____________________________________________________________________________
63461 [  8827] By: jhi                                   on 2001/02/18  18:41:33
63462         Log: UTF-8 tweaks.
63463      Branch: perl
63464            ! sv.c utf8.c
63465 ____________________________________________________________________________
63466 [  8826] By: nick                                  on 2001/02/18  17:40:59
63467         Log: Fix [ID 20010217.002]
63468              open FOO, "<:raw:perlio", ...
63469              :raw now inserts default base layer below itself.
63470              Also
63471              open FOO, "<:unix", ...
63472              works as well - but leaves buffer layer on stack under the unix layer.
63473      Branch: perlio
63474            ! perlio.c
63475 ____________________________________________________________________________
63476 [  8825] By: jhi                                   on 2001/02/18  17:15:39
63477         Log: Integrate perlio:
63478              
63479              [  8820]
63480              Clean up a few core dumps when layers are used in unexpected ways.
63481              (Still not "right"...)
63482      Branch: perl
63483           !> perlio.c perliol.h
63484 ____________________________________________________________________________
63485 [  8824] By: jhi                                   on 2001/02/18  17:10:53
63486         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
63487              From: schwern@pobox.com
63488              Date: Sun, 18 Feb 2001 01:48:50 -0500
63489              Message-ID: <20010218014850.C19957@magnonel.guild.net>
63490      Branch: perl
63491            ! lib/Test/Harness.pm t/TEST t/op/chop.t
63492 ____________________________________________________________________________
63493 [  8823] By: jhi                                   on 2001/02/18  17:01:06
63494         Log: Add run/*.t to testables.
63495      Branch: perl
63496            ! t/TEST
63497 ____________________________________________________________________________
63498 [  8822] By: jhi                                   on 2001/02/18  16:58:58
63499         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
63500              From: schwern@pobox.com
63501              Date: Sun, 18 Feb 2001 01:11:35 -0500
63502              Message-ID: <20010218011135.A19957@magnonel.guild.net>
63503              
63504              Revive mjd's and Simon's PERL5OPT fix.
63505      Branch: perl
63506            + t/run/runenv.t
63507            ! MANIFEST perl.c
63508 ____________________________________________________________________________
63509 [  8821] By: jhi                                   on 2001/02/18  16:53:46
63510         Log: Subject: Re: Why t/TEST and not Test::Harness?
63511              From: schwern@pobox.com
63512              Date: Sat, 17 Feb 2001 22:44:44 -0500
63513              Message-ID: <20010217224444.A6679@magnonel.guild.net>
63514              
63515              Replace UTEST with TEST -utf8.
63516      Branch: perl
63517            - t/UTEST
63518            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
63519            ! t/lib/glob-basic.t
63520 ____________________________________________________________________________
63521 [  8820] By: nick                                  on 2001/02/18  13:06:16
63522         Log: Clean up a few core dumps when layers are used in unexpected ways.
63523              (Still not "right"...)
63524      Branch: perlio
63525            ! perlio.c perliol.h
63526 ____________________________________________________________________________
63527 [  8819] By: jhi                                   on 2001/02/18  02:25:55
63528         Log: Integrate change #8818 from maintperl, a FAQ nit.
63529      Branch: perl
63530           !> pod/perlfaq4.pod
63531 ____________________________________________________________________________
63532 [  8818] By: jhi                                   on 2001/02/18  02:24:50
63533         Log: FAQ nit from Chris Fedde.
63534      Branch: maint-5.6/perl
63535            ! pod/perlfaq4.pod
63536 ____________________________________________________________________________
63537 [  8817] By: nick                                  on 2001/02/17  18:20:14
63538         Log: Integrate mainline
63539      Branch: perlio
63540           +> lib/unicode/UCD.html lib/unicode/Unicode.html
63541           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
63542           +> pod/perlclib.pod
63543            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
63544            - lib/unicode/Unicode.301
63545           !> (integrate 324 files)
63546 ____________________________________________________________________________
63547 [  8816] By: jhi                                   on 2001/02/17  16:56:58
63548         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
63549      Branch: perl
63550            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
63551            ! ext/Storable/Storable.xs t/lib/st-06compat.t
63552            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
63553 ____________________________________________________________________________
63554 [  8815] By: jhi                                   on 2001/02/17  16:40:07
63555         Log: Subject: [patch] -Wall
63556              From: Doug MacEachern <dougm@covalent.net>
63557              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
63558              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
63559      Branch: perl
63560            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
63561            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
63562 ____________________________________________________________________________
63563 [  8814] By: jhi                                   on 2001/02/16  19:27:18
63564         Log: Document qu better.
63565      Branch: perl
63566            ! pod/perlop.pod
63567 ____________________________________________________________________________
63568 [  8813] By: jhi                                   on 2001/02/15  13:54:37
63569         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
63570              From: Hugo <hv@crypt.compulink.co.uk>
63571              Date: Thu, 15 Feb 2001 13:39:49 +0000
63572              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
63573      Branch: perl
63574            ! toke.c
63575 ____________________________________________________________________________
63576 [  8812] By: alanbur                               on 2001/02/15  13:52:16
63577         Log: Resynchronised with parent
63578      Branch: maint-5.6/pureperl
63579            - ebcdic.c
63580           !> (integrate 36 files)
63581 ____________________________________________________________________________
63582 [  8811] By: jhi                                   on 2001/02/15  13:51:16
63583         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
63584              
63585              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
63586              From: Jan Dubois <JanD@ActiveState.com>
63587              Date: Wed, 31 Jan 2001 21:17:03 -0800
63588              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
63589              
63590              tweak change#8659 to keep it simple
63591              
63592              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
63593              From: Russ Allbery <rra@stanford.edu>
63594              Date: 14 Feb 2001 10:15:41 -0800
63595              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
63596              
63597              (8809 empty)
63598              
63599              Upgrade to podlators 1.08, from Russ Allbery.
63600      Branch: perl
63601           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
63602           !> utils/perldoc.PL
63603 ____________________________________________________________________________
63604 [  8810] By: jhi                                   on 2001/02/15  13:35:08
63605         Log: Upgrade to podlators 1.08, from Russ Allbery.
63606      Branch: maint-5.6/perl
63607            ! lib/Pod/Man.pm lib/Pod/Text.pm
63608 ____________________________________________________________________________
63609 [  8809] By: jhi                                   on 2001/02/15  13:26:38
63610         Log: (accidentally empty check-in)
63611      Branch: maint-5.6/perl
63612            ! lib/Test/Harness.pm
63613 ____________________________________________________________________________
63614 [  8808] By: jhi                                   on 2001/02/15  13:23:47
63615         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
63616              From: Russ Allbery <rra@stanford.edu>
63617              Date: 14 Feb 2001 10:15:41 -0800
63618              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
63619              
63620              perldoc was hardcoding $Config{installscript}, which breaks
63621              when install* isn't where Perl ends up (such as with AFS).
63622              
63623              Use $Config{scriptdir} instead.
63624      Branch: maint-5.6/perl
63625            ! utils/perldoc.PL
63626 ____________________________________________________________________________
63627 [  8807] By: jhi                                   on 2001/02/14  14:37:27
63628         Log: Update Changes.
63629      Branch: perl
63630            ! Changes patchlevel.h
63631 ____________________________________________________________________________
63632 [  8806] By: jhi                                   on 2001/02/14  14:25:31
63633         Log: Integrate changes #8803,8804,8805 from mainline.
63634              
63635              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
63636              
63637              Don't skip too much of the locale error message if no environ array,
63638              from Chris Nandor.
63639              
63640              More MacOS Classic fixes from Chris Nandor.
63641      Branch: maint-5.6/perl
63642           !> doop.c lib/Cwd.pm perl.c perl.h util.c
63643 ____________________________________________________________________________
63644 [  8805] By: jhi                                   on 2001/02/14  03:29:01
63645         Log: More MacOS Classic fixes from Chris Nandor.
63646      Branch: perl
63647            ! doop.c lib/Cwd.pm
63648 ____________________________________________________________________________
63649 [  8804] By: jhi                                   on 2001/02/14  03:18:35
63650         Log: Don't skip too much of the locale error message if no environ array,
63651              from Chris Nandor.
63652      Branch: perl
63653            ! util.c
63654 ____________________________________________________________________________
63655 [  8803] By: jhi                                   on 2001/02/14  03:14:14
63656         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
63657      Branch: perl
63658            ! perl.c perl.h
63659 ____________________________________________________________________________
63660 [  8802] By: jhi                                   on 2001/02/13  18:31:33
63661         Log: AUTHORS update.
63662      Branch: perl
63663            ! AUTHORS
63664 ____________________________________________________________________________
63665 [  8801] By: jhi                                   on 2001/02/13  17:55:19
63666         Log: Integrate change #8792 from mainline.
63667              
63668              Subject: buncha MacPerl patches for bleadperl
63669              From: Chris Nandor <pudge@pobox.com>
63670              Date: Tue, 13 Feb 2001 00:02:43 -0500
63671              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
63672      Branch: maint-5.6/perl
63673           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
63674           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
63675           !> t/lib/basename.t toke.c util.h
63676 ____________________________________________________________________________
63677 [  8800] By: jhi                                   on 2001/02/13  17:46:43
63678         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
63679              to be forced to Off_t.
63680              
63681              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
63682              From: nick@ccl4.org
63683              Date: Thu, 1 Feb 2001 12:01:04 +0000
63684              Message-Id: <20010201120103.E11401@plum.flirble.org>
63685      Branch: maint-5.6/perl
63686            ! iperlsys.h perlio.c
63687 ____________________________________________________________________________
63688 [  8799] By: jhi                                   on 2001/02/13  16:52:51
63689         Log: Duplex duplex hunk hunk.
63690      Branch: maint-5.6/perl
63691            ! Makefile.SH
63692 ____________________________________________________________________________
63693 [  8797] By: jhi                                   on 2001/02/13  14:52:04
63694         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
63695              From: "Craig A. Berry" <craigberry@mac.com>
63696              Date: Mon, 12 Feb 2001 11:05:25 -0600
63697              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
63698      Branch: perl
63699            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
63700 ____________________________________________________________________________
63701 [  8796] By: jhi                                   on 2001/02/13  14:36:47
63702         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
63703              From: simon.cozens@pembroke.oxford.ac.uk 
63704              Date: Sat, 10 Feb 2001 17:57:02 +0000
63705              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
63706              
63707              Now it does include.
63708      Branch: perl
63709            ! pod/perldiag.pod
63710 ____________________________________________________________________________
63711 [  8795] By: jhi                                   on 2001/02/13  14:30:11
63712         Log: Sort the MANIFEST.
63713      Branch: perl
63714            ! MANIFEST
63715 ____________________________________________________________________________
63716 [  8794] By: jhi                                   on 2001/02/13  14:26:51
63717         Log: Integrate change #8793 from mainline, FAQ updates.
63718      Branch: maint-5.6/perl
63719           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
63720 ____________________________________________________________________________
63721 [  8793] By: jhi                                   on 2001/02/13  14:25:13
63722         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
63723      Branch: perl
63724            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
63725 ____________________________________________________________________________
63726 [  8792] By: jhi                                   on 2001/02/13  14:22:50
63727         Log: Subject: buncha MacPerl patches for bleadperl
63728              From: Chris Nandor <pudge@pobox.com>
63729              Date: Tue, 13 Feb 2001 00:02:43 -0500
63730              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
63731      Branch: perl
63732            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
63733            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
63734            ! t/lib/basename.t toke.c util.h
63735 ____________________________________________________________________________
63736 [  8791] By: jhi                                   on 2001/02/13  14:10:39
63737         Log: Integrate change #8790 from mainline.
63738              
63739              environ array wrongly assumed in Perl_init_i18nl10n(),
63740      Branch: maint-5.6/perl
63741           !> util.c
63742 ____________________________________________________________________________
63743 [  8790] By: jhi                                   on 2001/02/13  14:06:15
63744         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
63745              noticed by Chris Nandor in MacOS Classic.
63746      Branch: perl
63747            ! util.c
63748 ____________________________________________________________________________
63749 [  8789] By: jhi                                   on 2001/02/13  13:58:07
63750         Log: Integrate changes #8373,8487,8544,8783 from mainline.
63751              
63752              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
63753              hints files, the dynaloading, assimilate ebcdic into util.c.
63754      Branch: maint-5.6/perl
63755            - ebcdic.c
63756            ! MANIFEST hints/posix-bc.sh
63757           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
63758           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
63759           !> perlapi.c proto.h util.c
63760 ____________________________________________________________________________
63761 [  8788] By: alanbur                               on 2001/02/13  10:33:13
63762         Log: Integrated changes from maint-5.6
63763      Branch: maint-5.6/pureperl
63764           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
63765           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
63766           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63767           !> vos/config.ga.h vos/configure_perl.cm
63768 ____________________________________________________________________________
63769 [  8787] By: jhi                                   on 2001/02/13  05:56:36
63770         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
63771      Branch: perl
63772           !> Makefile.SH
63773 ____________________________________________________________________________
63774 [  8786] By: jhi                                   on 2001/02/13  05:54:34
63775         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
63776              From: Dorner Thomas <Thomas.Dorner@start.de>
63777              Date: Mon, 12 Feb 2001 15:06:26 +0100
63778              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
63779      Branch: maint-5.6/perl
63780            ! Makefile.SH
63781 ____________________________________________________________________________
63782 [  8785] By: jhi                                   on 2001/02/13  05:29:04
63783         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
63784      Branch: perl
63785           !> hints/openbsd.sh
63786 ____________________________________________________________________________
63787 [  8784] By: jhi                                   on 2001/02/13  02:25:24
63788         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
63789              From: Peter Prymmer <pvhp@forte.com>
63790              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
63791              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
63792      Branch: perl
63793            ! pod/perlclib.pod
63794 ____________________________________________________________________________
63795 [  8783] By: jhi                                   on 2001/02/13  02:22:36
63796         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
63797      Branch: perl
63798            - ebcdic.c
63799            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
63800            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
63801            ! util.c
63802 ____________________________________________________________________________
63803 [  8782] By: jhi                                   on 2001/02/13  02:00:07
63804         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
63805      Branch: maint-5.6/perl
63806            ! pod/perlport.pod
63807 ____________________________________________________________________________
63808 [  8781] By: jhi                                   on 2001/02/13  01:58:44
63809         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
63810      Branch: maint-5.6/perl
63811            ! hints/openbsd.sh
63812 ____________________________________________________________________________
63813 [  8780] By: jhi                                   on 2001/02/13  01:57:33
63814         Log: Synchronize the regexp tests between maintperl and mainline.
63815      Branch: maint-5.6/perl
63816           !> t/op/re_tests
63817 ____________________________________________________________________________
63818 [  8779] By: jhi                                   on 2001/02/13  01:49:35
63819         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
63820              From: Hugo <hv@crypt.compulink.co.uk>
63821              Date: Tue, 13 Feb 2001 00:11:11 +0000
63822              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
63823      Branch: perl
63824            ! regcomp.c t/op/re_tests
63825 ____________________________________________________________________________
63826 [  8778] By: jhi                                   on 2001/02/13  00:23:10
63827         Log: Comments do not nest.
63828      Branch: perl
63829            ! perl.h
63830 ____________________________________________________________________________
63831 [  8777] By: jhi                                   on 2001/02/13  00:17:54
63832         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
63833              From: Hugo <hv@crypt.compulink.co.uk>
63834              Date: Tue, 13 Feb 2001 00:11:11 +0000
63835              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
63836      Branch: maint-5.6/perl
63837            ! regcomp.c t/op/re_tests
63838 ____________________________________________________________________________
63839 [  8776] By: jhi                                   on 2001/02/12  23:25:52
63840         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
63841      Branch: maint-5.6/perl
63842            ! pod/perlport.pod
63843 ____________________________________________________________________________
63844 [  8775] By: jhi                                   on 2001/02/12  23:04:28
63845         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
63846      Branch: maint-5.6/perl
63847            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
63848            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
63849            ! vos/configure_perl.cm
63850 ____________________________________________________________________________
63851 [  8774] By: jhi                                   on 2001/02/12  22:59:11
63852         Log: Subject: Re: [patch] context for 'U' magic functions
63853              From: Doug MacEachern <dougm@covalent.net>
63854              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
63855              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
63856              
63857              plus the suggestion by Nick Ing-Simmons to name the macro
63858              as PERL_MG_UFUNC to avoid namespace pollution, plus add
63859              the advice by Doug for XS writers to perl.h
63860      Branch: perl
63861            ! mg.c perl.h
63862 ____________________________________________________________________________
63863 [  8773] By: jhi                                   on 2001/02/11  20:14:12
63864         Log: Update Changes.
63865      Branch: perl
63866            ! Changes patchlevel.h
63867 ____________________________________________________________________________
63868 [  8772] By: jhi                                   on 2001/02/11  18:47:52
63869         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
63870              From: Simon Cozens <simon@cozens.net>
63871              Date: Wed, 31 Jan 2001 16:31:43 +0000
63872              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
63873      Branch: perl
63874            + pod/perlclib.pod
63875            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
63876            ! pod/perltoc.pod
63877 ____________________________________________________________________________
63878 [  8771] By: jhi                                   on 2001/02/11  18:36:48
63879         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
63880              
63881              Blocks-4d3.beta.txt
63882              CaseFolding-3d4.beta.txt
63883              CompositionExclusions-3d6.beta.txt
63884              EastAsianWidth-4d4.beta.txt
63885              LineBreak-6d3.beta.txt
63886              NamesList-3.1.0d1.beta.txt
63887              PropList-3.1.0d4.beta.txt
63888              SpecialCasing-4d1.beta.txt
63889              UnicodeData-3.1.0d6.beta.txt
63890      Branch: perl
63891            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
63892           +> lib/unicode/UCD.html lib/unicode/Unicode.html
63893            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
63894            - lib/unicode/Unicode.301
63895            ! (edit 257 files)
63896 ____________________________________________________________________________
63897 [  8770] By: jhi                                   on 2001/02/11  17:26:22
63898         Log: UTF-8 documentation.
63899      Branch: perl
63900            ! utf8.h
63901 ____________________________________________________________________________
63902 [  8769] By: jhi                                   on 2001/02/11  17:12:49
63903         Log: Retract #8762.
63904      Branch: perl
63905            ! regexec.c
63906 ____________________________________________________________________________
63907 [  8768] By: jhi                                   on 2001/02/11  16:54:45
63908         Log: Subject: [PATCH] Test::Harness
63909              From: andreas.koenig@anima.de (Andreas J. Koenig)
63910              Date: 11 Feb 2001 14:37:00 +0100
63911              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
63912      Branch: perl
63913            ! lib/Test/Harness.pm
63914 ____________________________________________________________________________
63915 [  8767] By: jhi                                   on 2001/02/11  16:53:52
63916         Log: Subject: [PATCH] Document makepatch in Porting/patching
63917              From: andreas.koenig@anima.de (Andreas J. Koenig)
63918              Date: 11 Feb 2001 16:46:28 +0100
63919              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
63920      Branch: perl
63921            ! Porting/patching.pod
63922 ____________________________________________________________________________
63923 [  8766] By: jhi                                   on 2001/02/11  06:30:23
63924         Log: Subject: Re: [patch] GvSHARED
63925              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
63926              From: Doug MacEachern <dougm@covalent.net>
63927              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
63928              
63929              Subject: Re: [patch] GvSHARED
63930              From: Doug MacEachern <dougm@covalent.net>
63931              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
63932              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
63933              
63934              Subject: [patch] attributes.pm support for `shared'
63935              From: Doug MacEachern <dougm@covalent.net>
63936              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
63937              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
63938              
63939              our() attributes were ignored, our :shared pieces missing,
63940              allow attributes.pm to turn on shared.
63941      Branch: perl
63942            ! op.c t/op/attrs.t toke.c xsutils.c
63943 ____________________________________________________________________________
63944 [  8765] By: alanbur                               on 2001/02/10  23:11:19
63945         Log: Resync with parent (hopefully sucessfully this time)
63946      Branch: maint-5.6/pureperl
63947           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
63948           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
63949           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
63950           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
63951           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
63952           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
63953           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
63954 ____________________________________________________________________________
63955 [  8764] By: jhi                                   on 2001/02/10  22:54:38
63956         Log: Make TEST and UTEST more verbose in case something goes
63957              wrong in running/compiling a script, suggested by Doug
63958              MacEachern.
63959      Branch: perl
63960            ! t/TEST t/UTEST
63961 ____________________________________________________________________________
63962 [  8763] By: jhi                                   on 2001/02/10  22:11:34
63963         Log: Bogus shebang.
63964      Branch: perl
63965            ! t/lib/texttabs.t
63966 ____________________________________________________________________________
63967 [  8762] By: jhi                                   on 2001/02/10  21:56:02
63968         Log: (Retracted by #8769)
63969      Branch: perl
63970            ! regexec.c
63971 ____________________________________________________________________________
63972 [  8761] By: jhi                                   on 2001/02/10  21:26:15
63973         Log: Subject: Re: [patch] GvSHARED 
63974              From: Doug MacEachern <dougm@covalent.net>
63975              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
63976              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
63977              
63978              our @EXPORT : shared = (...);
63979      Branch: perl
63980            ! toke.c
63981 ____________________________________________________________________________
63982 [  8760] By: jhi                                   on 2001/02/10  21:25:07
63983         Log: Subject: [patch] GvSHARED
63984              From: Doug MacEachern <dougm@covalent.net>
63985              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
63986              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
63987      Branch: perl
63988            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
63989 ____________________________________________________________________________
63990 [  8759] By: alanbur                               on 2001/02/10  21:24:27
63991         Log: Backed out mismerge.
63992      Branch: maint-5.6/pureperl
63993            ! MANIFEST README.hpux README.vmesa gv.c installhtml
63994            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
63995            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
63996            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
63997            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
63998            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
63999            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
64000 ____________________________________________________________________________
64001 [  8758] By: jhi                                   on 2001/02/10  18:01:17
64002         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
64003              
64004              Fixed UMRs and leak in Perl_pmtrans()
64005              
64006              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
64007              associated UTFied tr/// code.  Also fixed scoping leak of
64008              PL_reg_start_tmp.
64009              
64010              newATTRSUB leaks when an attempt to redefine the active sort sub is
64011              made.
64012      Branch: maint-5.6/perl
64013           !> op.c regcomp.c
64014 ____________________________________________________________________________
64015 [  8757] By: alanbur                               on 2001/02/10  17:56:46
64016         Log: Resynchronised with parent
64017      Branch: maint-5.6/pureperl
64018           +> README.bs2000
64019            - README.posix-bc
64020            ! gv.c perl.c sv.c
64021           !> MANIFEST README.hpux README.vmesa installhtml
64022           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
64023           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
64024           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
64025           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
64026           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
64027           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
64028 ____________________________________________________________________________
64029 [  8756] By: alanbur                               on 2001/02/10  17:51:15
64030         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
64031              made.
64032      Branch: maint-5.6/pureperl
64033            ! op.c
64034 ____________________________________________________________________________
64035 [  8755] By: jhi                                   on 2001/02/09  22:41:35
64036         Log: Upgrade to CPAN 1.59_54, from Andreas König.
64037      Branch: perl
64038            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64039 ____________________________________________________________________________
64040 [  8754] By: jhi                                   on 2001/02/09  22:29:20
64041         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
64042              
64043              Didn't upgrade the fill.t since it has a dependency to File::Slurp
64044              purely for debugging purposes, the actual test hasn't changed.
64045      Branch: perl
64046            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
64047            ! t/lib/textwrap.t
64048 ____________________________________________________________________________
64049 [  8753] By: jhi                                   on 2001/02/09  20:17:50
64050         Log: Integrate change #8682 from maintperl.
64051              
64052              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
64053              to work correctly.
64054      Branch: perl
64055           !> hints/irix_6.sh
64056 ____________________________________________________________________________
64057 [  8752] By: jhi                                   on 2001/02/09  20:00:46
64058         Log: Update Changes.
64059      Branch: perl
64060            ! Changes patchlevel.h
64061 ____________________________________________________________________________
64062 [  8751] By: nick                                  on 2001/02/09  19:48:37
64063         Log: Integrate mainline
64064      Branch: perlio
64065           +> README.bs2000 t/lib/cgi-esc.t
64066            - README.posix-bc
64067           !> (integrate 53 files)
64068 ____________________________________________________________________________
64069 [  8750] By: nick                                  on 2001/02/09  19:25:16
64070         Log: Subject: RE: Biannual Competition to Improve Hashing Function
64071              From: Fisher Mark <fisherm@tce.com>
64072              Date: Thu, 8 Feb 2001 10:44:00 -0500
64073              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
64074              Date: Thu, 8 Feb 2001 15:02:47 -0500
64075              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
64076      Branch: perl
64077            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
64078 ____________________________________________________________________________
64079 [  8749] By: jhi                                   on 2001/02/09  19:02:35
64080         Log: Forgotten fragment.
64081      Branch: perl
64082            ! pod/perlapi.pod
64083 ____________________________________________________________________________
64084 [  8748] By: jhi                                   on 2001/02/09  18:31:34
64085         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
64086              plus manual tweakage.
64087              
64088              Sync the perlfaq2 between mainline and maintperl.
64089      Branch: maint-5.6/perl
64090            ! pod/perlfaq2.pod
64091      Branch: perl
64092           !> pod/perlfaq2.pod
64093 ____________________________________________________________________________
64094 [  8747] By: jhi                                   on 2001/02/09  18:12:04
64095         Log: Subject: versiononly and installperl
64096              From: abigail@foad.org
64097              Date: Wed, 7 Feb 2001 22:43:12 +0100
64098              Message-ID: <20010207214312.7045.qmail@foad.org>    
64099              
64100              Add +v flag to force a normal install of the perl binary
64101              and the utilities.
64102              
64103              Subject: [PATCH] installperl
64104              From: Nicholas Clark <nick@ccl4.org>
64105              Date: Fri, 9 Feb 2001 16:28:57 +0000
64106              Message-ID: <20010209162857.B10931@plum.flirble.org>
64107              
64108              Add -A flag which also hardlinks the binary with
64109              the full architecture name.
64110      Branch: perl
64111            ! installperl
64112 ____________________________________________________________________________
64113 [  8746] By: jhi                                   on 2001/02/09  18:03:43
64114         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
64115              
64116              Subject: perlfaq2, re: perlmongers
64117              
64118              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
64119              
64120              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
64121              
64122              Subject: [ID 20010205.001] typo in perlfaq9
64123              
64124              Subject: [ID 20010208.002] unordered explanation in perlcall
64125      Branch: maint-5.6/perl
64126           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
64127           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
64128           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
64129 ____________________________________________________________________________
64130 [  8745] By: jhi                                   on 2001/02/09  17:59:09
64131         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
64132              From: abela@geneanet.org
64133              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
64134              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
64135      Branch: perl
64136            ! pod/perlcall.pod
64137 ____________________________________________________________________________
64138 [  8744] By: jhi                                   on 2001/02/09  17:48:16
64139         Log: Subject: [ID 20010205.001] typo in perlfaq9
64140              From: eserte@vran.herceg.de
64141              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
64142              Message-Id: <200102042244.XAA21926@vran.herceg.de>
64143      Branch: perl
64144            ! pod/perlfaq9.pod
64145 ____________________________________________________________________________
64146 [  8743] By: jhi                                   on 2001/02/09  17:25:12
64147         Log: Integrate change #8695 from maintperl.
64148              
64149              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
64150      Branch: perl
64151           !> thread.h
64152 ____________________________________________________________________________
64153 [  8742] By: jhi                                   on 2001/02/09  17:21:22
64154         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
64155              From: Andy Dougherty <doughera@lafayette.edu>
64156              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
64157              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
64158      Branch: perl
64159            ! embed.pl
64160 ____________________________________________________________________________
64161 [  8741] By: jhi                                   on 2001/02/09  17:05:19
64162         Log: Integrate changes #8738,8739,8740 from maintperl.
64163              
64164              Html files will be installed in a more logical and easier to
64165              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
64166              
64167              Html files will be generated with a header to make them look
64168              a little less bare.
64169              
64170              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
64171      Branch: perl
64172           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
64173 ____________________________________________________________________________
64174 [  8740] By: jhi                                   on 2001/02/09  17:03:46
64175         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
64176              From: "Brendan O'Dea" <bod@compusol.com.au>
64177              Date: Sun, 4 Feb 2001 11:17:56 +1100
64178              Message-ID: <20010204111756.A16301@compusol.com.au>
64179      Branch: maint-5.6/perl
64180            ! pod/perlfaq3.pod
64181 ____________________________________________________________________________
64182 [  8739] By: jhi                                   on 2001/02/09  17:01:59
64183         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
64184              From: "Indy Singh" <indy@nusphere.com>
64185              Date: Fri, 2 Feb 2001 15:09:59 -0500
64186              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
64187              
64188              Html files will be generated with a header to make them look
64189              a little less bare.
64190      Branch: maint-5.6/perl
64191            ! installhtml
64192 ____________________________________________________________________________
64193 [  8738] By: jhi                                   on 2001/02/09  16:58:48
64194         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
64195              From: "Indy Singh" <indy@nusphere.com>
64196              Date: Fri, 2 Feb 2001 15:08:23 -0500
64197              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
64198              
64199              Html files will be installed in a more logical and easier to
64200              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
64201      Branch: maint-5.6/perl
64202            ! win32/Makefile win32/makefile.mk
64203 ____________________________________________________________________________
64204 [  8737] By: jhi                                   on 2001/02/09  16:46:54
64205         Log: Integrate changes #8687,8736 from maintperl.
64206              
64207              HP-UX thread patches from Merijn H. Brand.
64208              
64209              Latin nit from Philip Newton.
64210      Branch: perl
64211           !> README.hpux hints/hpux.sh
64212 ____________________________________________________________________________
64213 [  8736] By: jhi                                   on 2001/02/09  16:42:31
64214         Log: Latin nit from Philip Newton.
64215      Branch: maint-5.6/perl
64216            ! README.hpux
64217 ____________________________________________________________________________
64218 [  8735] By: jhi                                   on 2001/02/09  16:24:03
64219         Log: Integrate changes #8704,8710 from pureperl.
64220              
64221              Fixed UMRs and leak in Perl_pmtrans()
64222              
64223              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
64224              associated UTFied tr/// code.  Also fixed scoping leak of
64225              PL_reg_start_tmp.
64226      Branch: perl
64227           !> op.c regcomp.c
64228 ____________________________________________________________________________
64229 [  8734] By: jhi                                   on 2001/02/09  15:40:21
64230         Log: Integrate change #8733 from maintperl.
64231              
64232              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
64233      Branch: perl
64234           !> pod/perlre.pod
64235 ____________________________________________________________________________
64236 [  8733] By: jhi                                   on 2001/02/09  15:35:47
64237         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
64238              From: Prymmer/Kahn <pvhp@best.com>
64239              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
64240              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
64241      Branch: maint-5.6/perl
64242            ! pod/perlre.pod
64243 ____________________________________________________________________________
64244 [  8732] By: jhi                                   on 2001/02/09  15:26:17
64245         Log: Rename README.posix-bc to README.bs2000 (to avoid the
64246              confusion of a "perlposix-bc.pod"), add a few missing
64247              arch pods, regen toc.
64248      Branch: maint-5.6/perl
64249           +> README.bs2000
64250            - README.posix-bc
64251            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
64252            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
64253 ____________________________________________________________________________
64254 [  8731] By: jhi                                   on 2001/02/09  15:23:39
64255         Log: De-cut-and-pasto.
64256      Branch: perl
64257            ! pod/perl.pod
64258 ____________________________________________________________________________
64259 [  8730] By: jhi                                   on 2001/02/09  15:11:13
64260         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
64261              when people think that perlposix-bc.pod tells anything about
64262              Perl and POSIX.  Regen toc.
64263      Branch: perl
64264           +> README.bs2000
64265            - README.posix-bc
64266            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
64267            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
64268 ____________________________________________________________________________
64269 [  8729] By: jhi                                   on 2001/02/09  14:52:28
64270         Log: The README.vmesa part of #8712 from maintperl.
64271      Branch: perl
64272            ! README.vmesa
64273 ____________________________________________________________________________
64274 [  8728] By: jhi                                   on 2001/02/09  14:46:06
64275         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
64276              From: Peter Prymmer <pvhp@forte.com>
64277              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
64278              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
64279      Branch: maint-5.6/perl
64280            ! README.vmesa win32/Makefile win32/makefile.mk
64281 ____________________________________________________________________________
64282 [  8727] By: jhi                                   on 2001/02/09  14:33:25
64283         Log: Integrate change #8712 from mainline.
64284              
64285              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
64286      Branch: maint-5.6/perl
64287           !> lib/Pod/Find.pm
64288 ____________________________________________________________________________
64289 [  8726] By: jhi                                   on 2001/02/09  14:30:28
64290         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
64291              From: Peter Prymmer <pvhp@forte.com>
64292              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
64293              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
64294      Branch: perl
64295            + t/lib/cgi-esc.t
64296            ! MANIFEST lib/CGI/Util.pm
64297 ____________________________________________________________________________
64298 [  8725] By: jhi                                   on 2001/02/09  04:56:47
64299         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
64300      Branch: maint-5.6/perl
64301            ! pod/perlport.pod
64302 ____________________________________________________________________________
64303 [  8724] By: jhi                                   on 2001/02/09  04:40:59
64304         Log: Integrate changes 7819,7820 from vmsperl into mainline.
64305              
64306              Add header for LIB$ prototypes (C. Berry)
64307              
64308              Convert fwrite()s to sockets to write()s, since some socket stacks
64309              don't take kindly to stdio.
64310              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
64311              (for often optional LNMs)
64312              Correct a few typos
64313              (C. Bailey)
64314      Branch: perl
64315           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
64316 ____________________________________________________________________________
64317 [  8723] By: jhi                                   on 2001/02/09  03:29:29
64318         Log: Integrate change #8722 from mainline.
64319              
64320              The Im() function wasn't returning zero for non-Math::Complex
64321              arguments.  The bug reported by John Gamble.
64322      Branch: maint-5.6/perl
64323           !> lib/Math/Complex.pm
64324 ____________________________________________________________________________
64325 [  8722] By: jhi                                   on 2001/02/09  03:28:33
64326         Log: The Im() function wasn't returning zero for non-Math::Complex
64327              arguments.  The bug reported by John Gamble.
64328      Branch: perl
64329            ! lib/Math/Complex.pm
64330 ____________________________________________________________________________
64331 [  8721] By: nick                                  on 2001/02/08  22:11:35
64332         Log: Correct the correction :-(
64333      Branch: perl
64334            ! perl.c
64335 ____________________________________________________________________________
64336 [  8720] By: bailey                                on 2001/02/08  20:59:22
64337         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
64338              don't take kindly to stdio.
64339              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
64340              (for often optional LNMs)
64341              Correct a few typos
64342              (C. Bailey)
64343      Branch: vmsperl
64344            ! vms/vms.c vms/vmsish.h
64345 ____________________________________________________________________________
64346 [  8719] By: bailey                                on 2001/02/08  20:51:02
64347         Log: Add header for LIB$ prototypes (C. Berry)
64348      Branch: vmsperl
64349            ! ext/Devel/DProf/DProf.xs
64350 ____________________________________________________________________________
64351 [  8718] By: bailey                                on 2001/02/08  20:49:00
64352         Log: SYN SYN
64353      Branch: vmsperl
64354           +> pod/perliol.pod t/lib/sample-tests/bailout
64355           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
64356           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
64357           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
64358           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
64359           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
64360           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
64361            - lib/unicode/Is/DCinital.pl
64362           !> (integrate 101 files)
64363 ____________________________________________________________________________
64364 [  8717] By: nick                                  on 2001/02/08  19:38:48
64365         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
64366              From: Robin Barker <rmb1@cise.npl.co.uk>
64367              Date: Thu, 8 Feb 2001 14:38:07 GMT
64368              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
64369      Branch: perl
64370            ! lib/CPAN.pm
64371 ____________________________________________________________________________
64372 [  8716] By: nick                                  on 2001/02/08  19:29:07
64373         Log: Generated files form 8713 etc.
64374      Branch: perl
64375            ! embed.h global.sym objXSUB.h perlapi.c proto.h
64376 ____________________________________________________________________________
64377 [  8715] By: nick                                  on 2001/02/08  19:26:08
64378         Log: Fixup non-ithread build after 8713
64379      Branch: perl
64380            ! perl.c
64381 ____________________________________________________________________________
64382 [  8714] By: nick                                  on 2001/02/08  19:17:45
64383         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
64384              From: nick@ccl4.org
64385              Date: Wed, 7 Feb 2001 00:27:47 +0000
64386              Message-Id: <20010207002747.B63724@plum.flirble.org>
64387      Branch: perl
64388            ! sv.c toke.c
64389 ____________________________________________________________________________
64390 [  8713] By: nick                                  on 2001/02/08  19:15:58
64391         Log: Subject: Re: [patch] Re: PL_ptr_table
64392              From: Doug Maceachern <dougm@covalent.net>
64393              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
64394              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
64395      Branch: perl
64396            ! embed.pl perl.c sv.c sv.h
64397 ____________________________________________________________________________
64398 [  8712] By: nick                                  on 2001/02/08  19:12:47
64399         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
64400              From: Peter Prymmer <pvhp@forte.com>
64401              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
64402              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
64403      Branch: perl
64404            ! lib/Pod/Find.pm
64405 ____________________________________________________________________________
64406 [  8711] By: nick                                  on 2001/02/07  21:06:11
64407         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
64408              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
64409              From: Alan Burlison <Alan.Burlison@uk.sun.com>
64410              Date: Tue, 06 Feb 2001 23:37:01 +0000
64411              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
64412      Branch: perl
64413            ! regcomp.c
64414 ____________________________________________________________________________
64415 [  8710] By: alanbur                               on 2001/02/07  00:22:04
64416         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
64417              associated UTFied tr/// code.  Also fixed scoping leak of
64418              PL_reg_start_tmp.
64419      Branch: maint-5.6/pureperl
64420            ! op.c regcomp.c
64421 ____________________________________________________________________________
64422 [  8709] By: nick                                  on 2001/02/06  21:16:49
64423         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
64424              From: Michael G Schwern <schwern@pobox.com>
64425              Date: Sun, 4 Feb 2001 19:47:14 -0500
64426              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
64427      Branch: perl
64428            ! pod/perlapi.pod pod/perlmodlib.PL
64429 ____________________________________________________________________________
64430 [  8708] By: nick                                  on 2001/02/06  20:41:20
64431         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
64432              From: Michael G Schwern <schwern@pobox.com>
64433              Date: Sun, 4 Feb 2001 21:17:49 -0500
64434              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
64435      Branch: perl
64436            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
64437            ! pod/perltootc.pod
64438 ____________________________________________________________________________
64439 [  8707] By: nick                                  on 2001/02/06  20:29:11
64440         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
64441              From: Michael G Schwern <schwern@pobox.com>
64442              Date: Tue, 6 Feb 2001 05:54:30 -0500
64443              Message-Id: <20010206055430.A951@blackrider.aocn.com>
64444      Branch: perl
64445            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
64446 ____________________________________________________________________________
64447 [  8706] By: nick                                  on 2001/02/06  20:21:40
64448         Log: Subject: RE: some win32 fixes
64449              Date: Tue, 6 Feb 2001 09:23:20 +0300
64450              From: Vadim Konovalov <vkonovalov@lucent.com>
64451              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
64452      Branch: perl
64453            ! toke.c win32/Makefile win32/config.bc win32/config.gc
64454            ! win32/config.vc win32/config_H.bc win32/makefile.mk
64455 ____________________________________________________________________________
64456 [  8705] By: alanbur                               on 2001/02/06  15:00:03
64457         Log: Synchronised with parent
64458      Branch: maint-5.6/pureperl
64459            ! regexec.c
64460           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
64461           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
64462 ____________________________________________________________________________
64463 [  8704] By: alanbur                               on 2001/02/06  14:55:24
64464         Log: Fixed UMRs and leak in Perl_pmtrans()
64465      Branch: maint-5.6/pureperl
64466            ! op.c
64467 ____________________________________________________________________________
64468 [  8703] By: gsar                                  on 2001/02/06  02:29:37
64469         Log: $(MAKE) distclean doesn't clean up properly on windows
64470      Branch: maint-5.6/perl
64471            ! win32/Makefile win32/makefile.mk
64472 ____________________________________________________________________________
64473 [  8702] By: gsar                                  on 2001/02/06  01:00:46
64474         Log: tweak change#8659 to keep it simple
64475      Branch: maint-5.6/perl
64476            ! utils/perldoc.PL
64477 ____________________________________________________________________________
64478 [  8701] By: gsar                                  on 2001/02/05  22:45:41
64479         Log: change#8693 was missing testsuite changes
64480      Branch: maint-5.6/perl
64481           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
64482 ____________________________________________________________________________
64483 [  8700] By: nick                                  on 2001/02/05  20:32:52
64484         Log: Integrate mainline
64485      Branch: perlio
64486           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
64487           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
64488           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
64489           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
64490           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
64491           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
64492           +> t/lib/test-harness.t
64493           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
64494           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
64495           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
64496           !> pod/perlutil.pod t/TEST utils/h2xs.PL
64497 ____________________________________________________________________________
64498 [  8699] By: nick                                  on 2001/02/05  19:41:07
64499         Log: Subject: perlfaq2, re: perlmongers
64500              From: David H. Adler <dha@panix.com>
64501              Date: Sun, 4 Feb 2001 23:48:23 -0500
64502              Message-Id: <20010204234823.A13429@panix.com>
64503      Branch: perl
64504            ! pod/perlfaq2.pod
64505 ____________________________________________________________________________
64506 [  8698] By: nick                                  on 2001/02/05  19:39:31
64507         Log: Missed file f#rom the testharness mess.
64508      Branch: perl
64509            + t/lib/test-harness.t
64510 ____________________________________________________________________________
64511 [  8697] By: nick                                  on 2001/02/05  19:37:21
64512         Log: Subject: [DOC PATCH] overload.pm nits
64513              From: John Tobey <jtobey@john-edwin-tobey.org>
64514              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
64515              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
64516      Branch: perl
64517            ! lib/overload.pm
64518 ____________________________________________________________________________
64519 [  8696] By: alanbur                               on 2001/02/05  11:56:00
64520         Log: Sync with parent
64521      Branch: maint-5.6/pureperl
64522           !> thread.h
64523 ____________________________________________________________________________
64524 [  8695] By: gsar                                  on 2001/02/05  03:27:34
64525         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
64526      Branch: maint-5.6/perl
64527            ! thread.h
64528 ____________________________________________________________________________
64529 [  8694] By: alanbur                               on 2001/02/05  00:07:47
64530         Log: Initial branch creation from //depot/maint-5.6/perl
64531      Branch: maint-5.6/pureperl
64532           +> (branch 1719 files)
64533 ____________________________________________________________________________
64534 [  8693] By: gsar                                  on 2001/02/04  22:38:49
64535         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
64536              changes)
64537      Branch: maint-5.6/perl
64538           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
64539           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
64540           !> ext/DB_File/version.c
64541 ____________________________________________________________________________
64542 [  8692] By: nick                                  on 2001/02/04  18:15:57
64543         Log: The missed t/TEST part of the grand testharness upgrade.
64544      Branch: perl
64545            ! t/TEST
64546 ____________________________________________________________________________
64547 [  8691] By: nick                                  on 2001/02/04  18:05:17
64548         Log: New improved test harness
64549              Subject: Re: [PATCH Test::Harness] Third time's a charm?
64550              From: Michael G Schwern <schwern@pobox.com>
64551              Date: Sun, 4 Feb 2001 08:01:20 -0500
64552              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
64553      Branch: perl
64554            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
64555            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
64556            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
64557            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
64558            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
64559            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
64560            ! MANIFEST lib/Test/Harness.pm
64561 ____________________________________________________________________________
64562 [  8690] By: nick                                  on 2001/02/04  17:57:51
64563         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
64564              From: Jonathan Stowe <gellyfish@gellyfish.com>
64565              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
64566              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
64567      Branch: perl
64568            ! utils/h2xs.PL
64569 ____________________________________________________________________________
64570 [  8689] By: nick                                  on 2001/02/04  17:55:24
64571         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
64572              From: Michael G Schwern <schwern@pobox.com>
64573              Date: Sat, 3 Feb 2001 22:46:38 -0500
64574              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
64575      Branch: perl
64576            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
64577            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
64578 ____________________________________________________________________________
64579 [  8688] By: nick                                  on 2001/02/04  17:43:55
64580         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
64581              length byfailing to spot lack of closing )
64582              From: nick@talking.bollo.cx
64583              Date: Sat, 03 Feb 2001 23:53:16 +0000
64584              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
64585      Branch: perl
64586            ! perlio.c pod/perldiag.pod
64587 ____________________________________________________________________________
64588 [  8687] By: jhi                                   on 2001/02/03  17:11:42
64589         Log: HP-UX thread patches from Merijn H. Brand.
64590      Branch: maint-5.6/perl
64591            ! README.hpux hints/hpux.sh
64592 ____________________________________________________________________________
64593 [  8686] By: jhi                                   on 2001/02/03  16:40:12
64594         Log: Metaconfig changes for #8685.
64595      Branch: metaconfig
64596            ! U/installdirs/instubperl.U
64597      Branch: metaconfig/U/perl
64598            ! Devel.U versiononly.U
64599 ____________________________________________________________________________
64600 [  8685] By: jhi                                   on 2001/02/03  16:39:49
64601         Log: For -Dusedevel builds turn off installusrbinperl and turn on
64602              versiononly, a combined idea of Richard Soderberg and Merijn
64603              H. Brand.  You can still override both of these from the command
64604              line if you need to, -Dinstallusrbinperl and -Uversiononly.
64605      Branch: perl
64606            ! Configure
64607 ____________________________________________________________________________
64608 [  8684] By: jhi                                   on 2001/02/03  16:16:34
64609         Log: Metaconfig unit fix for #8683.
64610      Branch: metaconfig
64611            ! U/compline/nblock_io.U
64612 ____________________________________________________________________________
64613 [  8683] By: jhi                                   on 2001/02/03  16:16:12
64614         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
64615              reported by Peter Prymmer for 5.6-TRIAL1.
64616      Branch: perl
64617            ! Configure
64618 ____________________________________________________________________________
64619 [  8682] By: jhi                                   on 2001/02/03  05:52:11
64620         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
64621              to work correctly.
64622      Branch: maint-5.6/perl
64623            ! hints/irix_6.sh
64624 ____________________________________________________________________________
64625 [  8681] By: jhi                                   on 2001/02/03  05:47:33
64626         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
64627      Branch: maint-5.6/perl
64628            ! pod/perlport.pod
64629 ____________________________________________________________________________
64630 [  8680] By: jhi                                   on 2001/02/02  21:39:49
64631         Log: perlport update from Peter Prymmer.
64632      Branch: maint-5.6/perl
64633            ! pod/perlport.pod
64634 ____________________________________________________________________________
64635 [  8679] By: nick                                  on 2001/02/02  20:50:48
64636         Log: Integrate mainline
64637      Branch: perlio
64638           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
64639           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
64640           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
64641 ____________________________________________________________________________
64642 [  8678] By: gsar                                  on 2001/02/02  16:02:12
64643         Log: note about bincompat, slightly modified (from Lupe Christoph)
64644      Branch: maint-5.6/perl
64645            ! README.solaris
64646 ____________________________________________________________________________
64647 [  8677] By: jhi                                   on 2001/02/02  15:46:20
64648         Log: Supported platforms updates.
64649      Branch: maint-5.6/perl
64650            ! pod/perlport.pod
64651 ____________________________________________________________________________
64652 [  8676] By: jhi                                   on 2001/02/02  03:41:26
64653         Log: A couple more perlfaq2 tweaks.
64654      Branch: maint-5.6/perl
64655            ! pod/perlfaq2.pod
64656 ____________________________________________________________________________
64657 [  8675] By: jhi                                   on 2001/02/02  03:17:44
64658         Log: Misedit in #8661.
64659      Branch: maint-5.6/perl
64660            ! Configure
64661 ____________________________________________________________________________
64662 [  8674] By: jhi                                   on 2001/02/02  03:14:38
64663         Log: Damien again.
64664      Branch: maint-5.6/perl
64665            ! pod/perlfaq2.pod
64666 ____________________________________________________________________________
64667 [  8673] By: jhi                                   on 2001/02/02  03:12:40
64668         Log: perlfaq update from Elaine Ashton.
64669      Branch: maint-5.6/perl
64670            ! pod/perlfaq2.pod
64671 ____________________________________________________________________________
64672 [  8672] By: jhi                                   on 2001/02/02  03:07:08
64673         Log: UTF-8 s/// patch from Inaba Hiroto.
64674      Branch: maint-5.6/perl
64675            ! pp_ctl.c pp_hot.c
64676 ____________________________________________________________________________
64677 [  8671] By: jhi                                   on 2001/02/01  22:34:31
64678         Log: Update Changes.
64679      Branch: perl
64680            ! Changes patchlevel.h
64681 ____________________________________________________________________________
64682 [  8670] By: jhi                                   on 2001/02/01  22:15:29
64683         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
64684              from maintperl.
64685              
64686              Upgrade to Getopt::Long 2.25, from Johan Vromans.
64687              
64688              more files need to be writable in the source distribution
64689              
64690              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
64691              
64692              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
64693              
64694              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
64695              
64696              Allow the float to be fuzzier.
64697              
64698              need to use INT2PTR instead of a straight cast or ia64 fails
64699              
64700              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
64701              
64702              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
64703      Branch: perl
64704           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
64705           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
64706           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
64707 ____________________________________________________________________________
64708 [  8669] By: jhi                                   on 2001/02/01  21:57:02
64709         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
64710              From: Robin Barker <rmb1@cise.npl.co.uk>
64711              Date: Thu, 1 Feb 2001 16:59:05 GMT
64712              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
64713      Branch: maint-5.6/perl
64714            ! pod/perlmodlib.PL
64715 ____________________________________________________________________________
64716 [  8668] By: nick                                  on 2001/02/01  19:41:40
64717         Log: Integrate mainline
64718      Branch: perlio
64719           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
64720           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
64721           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
64722 ____________________________________________________________________________
64723 [  8667] By: gsar                                  on 2001/02/01  16:59:11
64724         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
64725      Branch: maint-5.6/perl
64726            ! embed.pl embedvar.h
64727 ____________________________________________________________________________
64728 [  8666] By: gsar                                  on 2001/02/01  16:34:51
64729         Log: add missing entries to win32/config.?c
64730      Branch: maint-5.6/perl
64731            ! win32/config.bc win32/config.gc win32/config.vc
64732            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64733 ____________________________________________________________________________
64734 [  8665] By: jhi                                   on 2001/02/01  14:58:51
64735         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
64736              From: "Stephen P. Potter" <spp@spotter.yi.org>
64737              Date: Thu, 01 Feb 2001 10:45:46 -0500
64738              Message-Id: <200102011545.KAA31479@spotter.yi.org>
64739      Branch: maint-5.6/perl
64740            ! pod/perlfunc.pod
64741 ____________________________________________________________________________
64742 [  8664] By: gsar                                  on 2001/02/01  14:52:37
64743         Log: need to use INT2PTR instead of a straight cast or ia64 fails
64744              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
64745      Branch: maint-5.6/perl
64746            ! ext/POSIX/POSIX.xs
64747 ____________________________________________________________________________
64748 [  8663] By: jhi                                   on 2001/02/01  14:09:13
64749         Log: Allow the float to be fuzzier.
64750      Branch: maint-5.6/perl
64751            ! t/lib/peek.t
64752 ____________________________________________________________________________
64753 [  8662] By: jhi                                   on 2001/02/01  13:59:00
64754         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
64755              From: Robin Barker <rmb1@cise.npl.co.uk>
64756              Date: Thu, 1 Feb 2001 13:05:39 GMT
64757              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
64758      Branch: maint-5.6/perl
64759            ! pod/perlmodlib.pod
64760 ____________________________________________________________________________
64761 [  8661] By: jhi                                   on 2001/02/01  13:57:38
64762         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
64763              Date: Thu, 01 Feb 2001 14:15:41 +0100
64764              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64765              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
64766              
64767              Have the $ccflags in the gcc version test (strange, this change
64768              is claimed to be have been integrated already)
64769      Branch: maint-5.6/perl
64770            ! Configure
64771 ____________________________________________________________________________
64772 [  8660] By: jhi                                   on 2001/02/01  13:44:10
64773         Log: Integrate changes #7950,7964,7962 from mainline.
64774              
64775              Find the stdchar signedness using cpp, should fix some of
64776              the Solaris compiler warnings reported by Alan Burlison.
64777      Branch: maint-5.6/perl
64778           !> Configure config_h.SH
64779 ____________________________________________________________________________
64780 [  8659] By: jhi                                   on 2001/02/01  05:35:32
64781         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
64782              From: Jan Dubois <JanD@ActiveState.com>
64783              Date: Wed, 31 Jan 2001 21:17:03 -0800
64784              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
64785      Branch: maint-5.6/perl
64786            ! utils/perldoc.PL
64787 ____________________________________________________________________________
64788 [  8658] By: jhi                                   on 2001/02/01  04:33:17
64789         Log: Integrate the README.os390 and README.posix-bc parts of mainline
64790              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
64791              installperl parts were taken care of by #8657.)
64792      Branch: maint-5.6/perl
64793           !> README.os390 README.posix-bc
64794 ____________________________________________________________________________
64795 [  8657] By: jhi                                   on 2001/02/01  04:29:21
64796         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
64797              From: Peter Prymmer <pvhp@forte.com>
64798              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
64799              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
64800      Branch: maint-5.6/perl
64801            + ext/DynaLoader/dl_dllload.xs
64802            ! MANIFEST Makefile.SH hints/os390.sh installperl
64803 ____________________________________________________________________________
64804 [  8656] By: jhi                                   on 2001/02/01  04:25:45
64805         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
64806              From: Peter Prymmer <pvhp@forte.com>
64807              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
64808              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
64809      Branch: maint-5.6/perl
64810            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
64811 ____________________________________________________________________________
64812 [  8655] By: jhi                                   on 2001/02/01  04:14:47
64813         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
64814              From: troc@netrus.net
64815              Date: Wed, 31 Jan 2001 22:31:26 -0500
64816              Message-Id: <200102010331.WAA117.85@rocco.homenet>
64817      Branch: maint-5.6/perl
64818            ! os2/os2.c
64819 ____________________________________________________________________________
64820 [  8654] By: jhi                                   on 2001/02/01  04:12:52
64821         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
64822              as reported by Alan Burlison.
64823      Branch: maint-5.6/perl
64824            ! pp.h
64825 ____________________________________________________________________________
64826 [  8653] By: jhi                                   on 2001/02/01  04:05:12
64827         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
64828              From: dsugalski@northernlight.com
64829              Date: Wed, 31 Jan 2001 18:54:11 -0500
64830              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
64831      Branch: maint-5.6/perl
64832            ! configure.com
64833 ____________________________________________________________________________
64834 [  8652] By: jhi                                   on 2001/02/01  04:03:11
64835         Log: Misplaced #endif.
64836              
64837              Subject: [perl-5-6-1-trial2] patches for EPOC
64838              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64839              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
64840              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
64841      Branch: maint-5.6/perl
64842            ! epoc/epocish.c
64843 ____________________________________________________________________________
64844 [  8651] By: jhi                                   on 2001/02/01  04:00:25
64845         Log: Integrate changes #8647,8648,8650 from mainline.
64846              
64847              Macrofy a magic UTF-8 test.
64848              
64849              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
64850              
64851              Watch out for cross compiling for EPOC (usually done on linux).
64852      Branch: maint-5.6/perl
64853           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
64854 ____________________________________________________________________________
64855 [  8650] By: jhi                                   on 2001/02/01  03:56:20
64856         Log: Watch out for cross compiling for EPOC (usually done on linux)
64857              
64858              Subject: [perl-5-6-1-trial2] patches for EPOC
64859              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64860              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
64861              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
64862      Branch: perl
64863            ! ext/Errno/Errno_pm.PL
64864 ____________________________________________________________________________
64865 [  8649] By: gsar                                  on 2001/02/01  00:46:00
64866         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
64867      Branch: maint-5.6/perl
64868            ! sv.c
64869 ____________________________________________________________________________
64870 [  8648] By: jhi                                   on 2001/01/31  23:35:36
64871         Log: All the uses of PL_numeric_radix must be protected by
64872              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
64873              
64874              Subject: [perl-5-6-1-trial2] patches for EPOC
64875              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64876              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
64877              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
64878      Branch: perl
64879            ! sv.c
64880 ____________________________________________________________________________
64881 [  8647] By: jhi                                   on 2001/01/31  22:56:16
64882         Log: Macrofy a magic UTF-8 test.
64883      Branch: perl
64884            ! utf8.c utf8.h
64885 ____________________________________________________________________________
64886 [  8646] By: gsar                                  on 2001/01/31  15:55:12
64887         Log: update Changes
64888      Branch: maint-5.6/perl
64889            ! Changes
64890 ____________________________________________________________________________
64891 [  8645] By: gsar                                  on 2001/01/31  15:10:14
64892         Log: Configure tweak suggested by Peter Prymmer
64893      Branch: maint-5.6/perl
64894            ! Configure
64895 ____________________________________________________________________________
64896 [  8644] By: gsar                                  on 2001/01/31  15:06:32
64897         Log: more files need to be writable in the source distribution
64898      Branch: maint-5.6/perl
64899            ! Porting/makerel
64900 ____________________________________________________________________________
64901 [  8643] By: jhi                                   on 2001/01/31  14:59:46
64902         Log: Integrate changes #8258,8278,8279 from mainline.
64903              
64904              Make the large file tests more robust/talkative.
64905      Branch: maint-5.6/perl
64906           !> t/lib/syslfs.t t/op/lfs.t
64907 ____________________________________________________________________________
64908 [  8642] By: gsar                                  on 2001/01/31  14:53:48
64909         Log: integrate changes#8311,8334 from mainline
64910              
64911              Add a new MakeMaker variable PM_FILTER that defines a Unix
64912              filter to be run on each .pm during the pm_to_blib() phase,
64913              a fixed version of
64914              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
64915              
64916              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
64917              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
64918              accurate reading of the "atime".  
64919      Branch: maint-5.6/perl
64920           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
64921           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
64922           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
64923 ____________________________________________________________________________
64924 [  8641] By: jhi                                   on 2001/01/31  14:46:37
64925         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
64926      Branch: maint-5.6/perl
64927            ! lib/Getopt/Long.pm
64928 ____________________________________________________________________________
64929 [  8640] By: gsar                                  on 2001/01/31  14:40:24
64930         Log: make regen_all
64931      Branch: maint-5.6/perl
64932            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
64933 ____________________________________________________________________________
64934 [  8639] By: gsar                                  on 2001/01/31  14:37:25
64935         Log: refresh windows config files
64936      Branch: maint-5.6/perl
64937            ! win32/Makefile win32/config_H.bc win32/config_H.gc
64938            ! win32/config_H.vc win32/makefile.mk
64939 ____________________________________________________________________________
64940 [  8638] By: gsar                                  on 2001/01/31  14:28:10
64941         Log: makefile tweaks for windows: introduce a bulk-switch to enable
64942              same options as ActivePerl; sync changes with makefile.mk
64943      Branch: maint-5.6/perl
64944            ! win32/Makefile win32/makefile.mk
64945 ____________________________________________________________________________
64946 [  8637] By: jhi                                   on 2001/01/31  04:41:30
64947         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
64948              From: Nicholas Clark <nick@ccl4.org>
64949              Date: Tue, 30 Jan 2001 19:51:05 +0000
64950              Message-ID: <20010130195105.R76607@plum.flirble.org> 
64951              
64952              op/inc cure.
64953      Branch: perl
64954            ! pp.c pp.h pp_hot.c t/op/arith.t
64955 ____________________________________________________________________________
64956 [  8636] By: jhi                                   on 2001/01/31  02:38:32
64957         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
64958              no perlio],8257,8380,8479,8515 from mainline.
64959              
64960              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
64961              
64962              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
64963              Subject: [PATCH perl@8133] fix-up for VMS extensions
64964              
64965              In VMS embedded perls couldn't access the statically built Socket.
64966              
64967              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
64968              
64969              Further VMS piping fixes from Charles Lane.
64970              
64971              Subject:  [PATCH] make t/op/misc.t work on VMS
64972              
64973              Add tracing for debugging extensions builds in VMS.
64974              
64975              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
64976      Branch: maint-5.6/perl
64977           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
64978           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
64979           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
64980 ____________________________________________________________________________
64981 [  8635] By: jhi                                   on 2001/01/31  01:46:41
64982         Log: Integrate change #7732 from mainline.
64983              
64984              Sparc 64-bit pack() fix from Jens Hamisch.
64985      Branch: maint-5.6/perl
64986           !> pp.c
64987 ____________________________________________________________________________
64988 [  8634] By: jhi                                   on 2001/01/31  01:41:16
64989         Log: One spot missing from #8626.
64990      Branch: maint-5.6/perl
64991            ! sv.c
64992 ____________________________________________________________________________
64993 [  8633] By: jhi                                   on 2001/01/31  00:49:17
64994         Log: Integrate change #7495 from mainline.
64995              
64996              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
64997      Branch: maint-5.6/perl
64998           !> MANIFEST ext/re/Makefile.PL
64999 ____________________________________________________________________________
65000 [  8632] By: jhi                                   on 2001/01/30  23:38:49
65001         Log: Integrate change #8396 from mainline.
65002              
65003              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
65004              better multicast support (resend)
65005      Branch: maint-5.6/perl
65006           !> ext/Socket/Socket.pm
65007 ____________________________________________________________________________
65008 [  8631] By: jhi                                   on 2001/01/30  23:28:03
65009         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
65010              
65011              More AIX lore. (7514, ext/re/hints/aix.pl)
65012              
65013              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
65014              
65015              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)
65016              
65017              Subject: [ID 20001214.002] Net::Ping patch
65018              
65019              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
65020              
65021              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
65022              
65023              Add ReuseAddr as a (preferred) alias for Reuse as we now
65024              also have ReusePort.
65025              
65026              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
65027      Branch: maint-5.6/perl
65028           +> ext/re/hints/aix.pl
65029           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
65030           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
65031 ____________________________________________________________________________
65032 [  8630] By: jhi                                   on 2001/01/30  23:03:59
65033         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
65034              
65035              read() documentation tweak for 20001121.004.
65036              
65037              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
65038      Branch: maint-5.6/perl
65039           !> pod/perlfunc.pod pod/perlre.pod
65040 ____________________________________________________________________________
65041 [  8629] By: jhi                                   on 2001/01/30  22:41:57
65042         Log: Integrate change #8098 from mainline.
65043              
65044              fastgetcwd is defined using a glob alias on a $^O dependent basis
65045              and there was no default assignment or perl subroutine.
65046      Branch: maint-5.6/perl
65047           !> lib/Cwd.pm
65048 ____________________________________________________________________________
65049 [  8628] By: jhi                                   on 2001/01/30  21:58:52
65050         Log: Integrate change #7866 from mainline.
65051              
65052              File::Temp 0.11.
65053      Branch: maint-5.6/perl
65054           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
65055 ____________________________________________________________________________
65056 [  8627] By: jhi                                   on 2001/01/30  21:39:44
65057         Log: Integrate changes #8075,8086,8228 from mainline.  
65058              
65059              Darwin is not Windows. (8075,8086)
65060              
65061              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
65062      Branch: maint-5.6/perl
65063           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
65064           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
65065           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
65066           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
65067 ____________________________________________________________________________
65068 [  8626] By: jhi                                   on 2001/01/30  21:22:11
65069         Log: Integrate with tweakery the change #8625 from mainline,
65070              the multibyte decimal separator fix ("fa_IR locale failure").
65071      Branch: maint-5.6/perl
65072            ! embedvar.h perlapi.h
65073           !> intrpvar.h perl.c perl.h sv.c util.c
65074 ____________________________________________________________________________
65075 [  8625] By: jhi                                   on 2001/01/30  20:26:33
65076         Log: Fix for the fa_IR locale failure.  The reason for the failure
65077              was that Perl was assuming the decimal separator aka the radix
65078              separator is one character.  The Farsi-Iranian locale crushed
65079              that bad assumption since there the separator is 'Momayyez',
65080              glyphwise looking somewhat like a slash, and in Unicode UTF-8
65081              encoded in two bytes, 0xd9 0xab.
65082      Branch: perl
65083            ! intrpvar.h perl.c perl.h sv.c util.c
65084 ____________________________________________________________________________
65085 [  8624] By: gsar                                  on 2001/01/30  20:17:03
65086         Log: regen_headers
65087      Branch: maint-5.6/perl
65088            ! Makefile.SH pod/perlintern.pod
65089 ____________________________________________________________________________
65090 [  8623] By: gsar                                  on 2001/01/30  19:42:34
65091         Log: backout change#7431 and its dependents (causes spurious rebuilds
65092              of autogenerated files)
65093              
65094              fix benign b.t failure
65095      Branch: maint-5.6/perl
65096            ! Makefile.SH t/lib/b.t
65097 ____________________________________________________________________________
65098 [  8622] By: jhi                                   on 2001/01/30  19:41:41
65099         Log: Microperl sync.
65100      Branch: perl
65101            ! mg.c perl.h
65102 ____________________________________________________________________________
65103 [  8621] By: gsar                                  on 2001/01/30  19:24:47
65104         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
65105              from mainline
65106              
65107              Subject: podlators 1.06 released
65108              
65109              Subject: [PATCH @8436] Eliminate op_children
65110              
65111              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
65112              
65113              (Replaced by #8448)  More op_children traces (cleanup of #8442).
65114              
65115              Subject: [PATCH #3 @8436] Re: Eliminate op_children
65116              Replace #8444 and #8445.
65117              
65118              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
65119              at the setting of the ofs_sv in new_struct_thread() as the
65120              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
65121              uninitialized fields are, uh, initialized with),
65122              SvREFCNT_inc()ing that invited a core dump.
65123              
65124              podlators 1.07, from Russ Allbery.
65125              
65126              Subject: [PATCH] regcomp.c old feature removal
65127              From: mjd@plover.com
65128              Date: 16 Jan 2001 14:43:18 -0000 
65129              Message-ID: <20010116144318.7140.qmail@plover.com> 
65130      Branch: maint-5.6/perl
65131           +> lib/Pod/Text/Overstrike.pm
65132           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
65133           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
65134           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
65135           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
65136           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
65137           !> util.c
65138 ____________________________________________________________________________
65139 [  8620] By: gsar                                  on 2001/01/30  18:48:32
65140         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
65141              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
65142              now fails one test)
65143              
65144              Subject: [PATCH] lvalue AUTOLOAD. No, really.
65145              
65146              Subject: [PATCH] Interesting syntax idea
65147              Make opens + bareword assigns do typeglob assigns.
65148              
65149              Tests for #8254.
65150              
65151              Subject: [PATCH @8269] Continue blocks and B::Deparse
65152              Make the peephole optimizer to bypass more null ops and
65153              and rewrite the deparse handling of continue blocks.
65154              
65155              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
65156              Doc tweak on #8313.
65157              
65158              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
65159              
65160              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
65161              
65162              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
65163              
65164              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
65165              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
65166              according to the platform.
65167              
65168              Subject: [PATCH @8404] Consolidated lvalue sub changes
65169              
65170              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
65171              
65172              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
65173              
65174              Subject: B::Concise -- an improved replacement for B::Terse 
65175              
65176              The B::Terse drop-in replacement wasn't quite drop-in.
65177              
65178              The LVRET macro needed an aTHX.
65179              
65180              Use the /^Perl_/-less form of is_lvalue_sub().
65181              
65182              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
65183      Branch: maint-5.6/perl
65184           +> ext/B/B/Concise.pm
65185           !> (integrate 27 files)
65186 ____________________________________________________________________________
65187 [  8619] By: nick                                  on 2001/01/30  18:40:28
65188         Log: Integrate mainline
65189      Branch: perlio
65190           !> (integrate 40 files)
65191 ____________________________________________________________________________
65192 [  8618] By: jhi                                   on 2001/01/30  18:37:18
65193         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
65194              Date: Mon, 29 Jan 2001 22:51:29 -0600
65195              From: "Craig A. Berry" <craigberry@mac.com>
65196              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
65197      Branch: perl
65198            ! vms/test.com
65199 ____________________________________________________________________________
65200 [  8617] By: jhi                                   on 2001/01/30  18:34:53
65201         Log: Subject: [PATCH] Add missing CV flags to dump.c
65202              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65203              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
65204              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
65205      Branch: perl
65206            ! dump.c
65207 ____________________________________________________________________________
65208 [  8616] By: jhi                                   on 2001/01/30  18:20:58
65209         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
65210              part isn't applicable to maintperl.
65211              
65212              UTF-8 nit from Inaba Hiroto.
65213      Branch: maint-5.6/perl
65214           !> pod/perlapi.pod utf8.c
65215 ____________________________________________________________________________
65216 [  8615] By: jhi                                   on 2001/01/30  18:18:51
65217         Log: UTF-8 nit from Inaba Hiroto.
65218      Branch: perl
65219            ! pod/perlapi.pod t/op/each.t utf8.c
65220 ____________________________________________________________________________
65221 [  8614] By: jhi                                   on 2001/01/30  18:13:38
65222         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
65223              
65224              perl's internal variables are not for public consumption,
65225              move their docs from perlapi.pod to perlintern.pod
65226              
65227              support for -Dusethreads build under HP-UX 10.20 and DCE threads
65228              library (11.0 and later have pthreads but 10.x don't)
65229              
65230              avoid uninitialized value warnings
65231              
65232              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
65233              gets weird results)
65234              
65235              perldoc nit on windows
65236              
65237              make it possible to run the tests outside the source tree
65238              (there's still a dependency on ../lib being the library
65239              location)
65240      Branch: perl
65241           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
65242           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
65243           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
65244           !> win32/bin/search.pl win32/vdir.h
65245 ____________________________________________________________________________
65246 [  8613] By: gsar                                  on 2001/01/30  16:39:59
65247         Log: make it possible to run the tests outside the source tree
65248              (there's still a dependency on ../lib being the library
65249              location)
65250      Branch: maint-5.6/perl
65251            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
65252 ____________________________________________________________________________
65253 [  8612] By: gsar                                  on 2001/01/30  16:31:12
65254         Log: perldoc nit on windows
65255      Branch: maint-5.6/perl
65256            ! utils/perldoc.PL
65257 ____________________________________________________________________________
65258 [  8611] By: gsar                                  on 2001/01/30  16:22:54
65259         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
65260              gets weird results)
65261      Branch: maint-5.6/perl
65262            ! win32/vdir.h
65263 ____________________________________________________________________________
65264 [  8610] By: gsar                                  on 2001/01/30  16:12:45
65265         Log: avoid uninitialized value warnings
65266      Branch: maint-5.6/perl
65267            ! win32/bin/search.pl
65268 ____________________________________________________________________________
65269 [  8609] By: gsar                                  on 2001/01/30  16:08:01
65270         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
65271              library (11.0 and later have pthreads but 10.x don't)
65272      Branch: maint-5.6/perl
65273            ! hints/hpux.sh thread.h
65274 ____________________________________________________________________________
65275 [  8608] By: gsar                                  on 2001/01/30  15:48:55
65276         Log: perl's internal variables are not for public consumption,
65277              move their docs from perlapi.pod to perlintern.pod
65278      Branch: maint-5.6/perl
65279            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
65280            ! thrdvar.h
65281 ____________________________________________________________________________
65282 [  8607] By: gsar                                  on 2001/01/30  15:44:27
65283         Log: mistakenly branched perl56delta.pod, revert
65284      Branch: maint-5.6/perl
65285            - pod/perl56delta.pod
65286           !> pod/perldelta.pod
65287 ____________________________________________________________________________
65288 [  8606] By: gsar                                  on 2001/01/30  14:20:24
65289         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
65290              dTHR which has been a noop for a while now, except for the
65291              compatibility definition in thread.h)
65292      Branch: maint-5.6/perl
65293           !> (integrate 45 files)
65294 ____________________________________________________________________________
65295 [  8605] By: jhi                                   on 2001/01/30  05:43:58
65296         Log: Mark the UTF-8 APIs as experimental.
65297      Branch: maint-5.6/perl
65298            ! embed.pl pod/perlapi.pod
65299 ____________________________________________________________________________
65300 [  8604] By: jhi                                   on 2001/01/30  05:38:40
65301         Log: Nits from earlier integrates.
65302      Branch: maint-5.6/perl
65303            ! lib/Carp/Heavy.pm
65304           !> sv.c
65305 ____________________________________________________________________________
65306 [  8603] By: jhi                                   on 2001/01/30  05:27:26
65307         Log: Regenerate Porting files.
65308      Branch: maint-5.6/perl
65309            ! Porting/Glossary Porting/config.sh Porting/config_H
65310 ____________________________________________________________________________
65311 [  8602] By: jhi                                   on 2001/01/30  05:14:59
65312         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
65313              8310,8339,8447,8492,8493,8505,8525: documentation changes.
65314              
65315              Subject: Re: perlfaq style changes
65316              
65317              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
65318              
65319              Subject: [PATCH] docs on NaN
65320              
65321              Subject: [patch] perlfaq7
65322              
65323              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
65324              
65325              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
65326              
65327              Subject: [PATCH] open() example in perlfunc.pod
65328              
65329              Podify README.mpeix (a new version from the web)
65330              
65331              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
65332              
65333              Subject: [PATCH] format and rewording in perlfaq.pod
65334              
65335              Subject: [PATCH] API Variable documentation   
65336              
65337              Memory management calls documentation.
65338              
65339              Subject: [PATCH: perl@8482] README.vms URL updates
65340              
65341              Subject: Minor typos in perlfaq2.pod
65342              
65343              Subject: [PATCH] pod/perlvar.pod
65344      Branch: maint-5.6/perl
65345           +> pod/perl56delta.pod
65346            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
65347           !> README.amiga README.epoc README.mpeix README.vms
65348           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
65349           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
65350           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
65351           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
65352           !> pod/perlvar.pod thrdvar.h
65353 ____________________________________________________________________________
65354 [  8601] By: jhi                                   on 2001/01/30  04:38:35
65355         Log: Integrate changes #8036,8096,8253 from mainline:
65356              hints changes.
65357              
65358              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
65359              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
65360              
65361              Output the (apparent) version of gcc in Tru64.
65362      Branch: maint-5.6/perl
65363           +> ext/POSIX/hints/svr4.pl
65364           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
65365           !> hints/svr4.sh t/lib/bigfltpm.t
65366 ____________________________________________________________________________
65367 [  8600] By: jhi                                   on 2001/01/30  04:04:01
65368         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
65369              locale fixes.
65370              
65371              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
65372              
65373              Debian allows /usr/bin/locale to exist without any locales. (7868)
65374              
65375              Allow the locale test needing POSIX and the taint test
65376              needing IPC::SysV to run under 'minitest' (basically,
65377              bail out if loading the extension fails). (8384)
65378              
65379              Cleanup the locale.t output  (8480)
65380      Branch: maint-5.6/perl
65381           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
65382           !> t/pragma/locale.t
65383 ____________________________________________________________________________
65384 [  8599] By: jhi                                   on 2001/01/30  03:51:04
65385         Log: Missing generated files from #8598.
65386      Branch: maint-5.6/perl
65387            ! embed.h global.sym objXSUB.h perlapi.c proto.h
65388 ____________________________________________________________________________
65389 [  8598] By: jhi                                   on 2001/01/30  03:41:54
65390         Log: Integrate change #8555 from mainline, manually integrate parts
65391              of changes 8452 and 8583.
65392              
65393              Subject: [PATCH] utf8.c documentation (8452)
65394              
65395              No point in checking the length if the pointer is bogus. (8555)
65396              
65397              Introduce bytes_from_utf8() and implement sv_eq() using it,
65398              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
65399              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
65400              was malformed. (8583)
65401      Branch: maint-5.6/perl
65402            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
65403           !> pod/perlapi.pod sv.c utf8.c
65404 ____________________________________________________________________________
65405 [  8597] By: gsar                                  on 2001/01/30  02:37:26
65406         Log: get PERL_OBJECT build going again on windows
65407      Branch: maint-5.6/perl
65408            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65409            ! pod/perlapi.pod proto.h sv.c
65410 ____________________________________________________________________________
65411 [  8596] By: jhi                                   on 2001/01/30  02:16:17
65412         Log: Signedness nit.
65413      Branch: perl
65414            ! sv.c
65415 ____________________________________________________________________________
65416 [  8595] By: jhi                                   on 2001/01/30  02:11:07
65417         Log: EBCDIC patch for Storable, from Peter Prymmer.
65418      Branch: perl
65419            ! t/lib/st-06compat.t
65420 ____________________________________________________________________________
65421 [  8594] By: jhi                                   on 2001/01/30  01:04:48
65422         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
65423              From: Peter Prymmer <pvhp@forte.com>
65424              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
65425              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
65426      Branch: perl
65427            ! t/lib/b.t
65428 ____________________________________________________________________________
65429 [  8593] By: jhi                                   on 2001/01/30  00:56:47
65430         Log: Subject: [PATCH: perl@8585] pod problems in io
65431              From: Peter Prymmer <pvhp@forte.com>
65432              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
65433              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
65434      Branch: perl
65435            ! pod/perlapio.pod pod/perliol.pod
65436 ____________________________________________________________________________
65437 [  8592] By: jhi                                   on 2001/01/30  00:48:20
65438         Log: Integrate perlio:
65439              
65440              [  8591]
65441              GNU 'merge' Simon's copy of perliol.pod with version
65442              patched by Craig's patch.
65443              
65444              [  8590]
65445              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
65446      Branch: perl
65447           !> pod/perlapio.pod pod/perliol.pod
65448 ____________________________________________________________________________
65449 [  8591] By: nick                                  on 2001/01/29  22:02:28
65450         Log: GNU 'merge' Simon's copy of perliol.pod with version
65451              patched by Craig's patch.
65452      Branch: perlio
65453            ! pod/perliol.pod
65454 ____________________________________________________________________________
65455 [  8590] By: nick                                  on 2001/01/29  21:55:10
65456         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
65457      Branch: perlio
65458            ! pod/perlapio.pod pod/perliol.pod
65459 ____________________________________________________________________________
65460 [  8589] By: jhi                                   on 2001/01/29  15:35:33
65461         Log: Integrate change #8586 from maint-5.6/perl.
65462              
65463              make the BOM detection code not call tell() until it has to
65464              (meant to fix esoteric compatibility issues where PL_rsfp
65465              is overridden)
65466      Branch: perl
65467           !> toke.c
65468 ____________________________________________________________________________
65469 [  8588] By: jhi                                   on 2001/01/29  15:29:11
65470         Log: Subject: MAking Solaris malloc() the default
65471              From: Lupe Christoph <lupe@lupe-christoph.de>
65472              Date: Mon, 29 Jan 2001 12:59:36 +0100
65473              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
65474              
65475              The README.solaris part slightly tweaked.
65476      Branch: perl
65477            ! README.solaris hints/solaris_2.sh
65478 ____________________________________________________________________________
65479 [  8587] By: jhi                                   on 2001/01/29  15:17:34
65480         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
65481              From: root@ak-75.mind.de
65482              Date: Sun, 28 Jan 2001 20:32:29 +0100
65483              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
65484      Branch: perl
65485            ! pod/perlre.pod
65486 ____________________________________________________________________________
65487 [  8586] By: gsar                                  on 2001/01/29  13:43:44
65488         Log: make the BOM detection code not call tell() until it has to
65489              (meant to fix esoteric compatibility issues where PL_rsfp
65490              is overridden)
65491      Branch: maint-5.6/perl
65492            ! toke.c
65493 ____________________________________________________________________________
65494 [  8585] By: jhi                                   on 2001/01/28  20:05:45
65495         Log: Update Changes.
65496      Branch: perl
65497            ! Changes patchlevel.h
65498 ____________________________________________________________________________
65499 [  8584] By: jhi                                   on 2001/01/28  19:30:02
65500         Log: Integrate perlio:
65501              
65502              [  8582]
65503              Add pod/perliol.pod to MANIFEST :-(
65504              
65505              [  8581]
65506              PerlIO documentation. Proofing and sub-editing requested.
65507      Branch: perl
65508           +> pod/perliol.pod
65509           !> MANIFEST pod/perlapio.pod
65510 ____________________________________________________________________________
65511 [  8583] By: jhi                                   on 2001/01/28  19:28:40
65512         Log: Patch from Inaba Hiroto:
65513              - canonical UTF-8 hash keys: if a key string for a hash is
65514              UTF8-on, try downgrade the string and use it if
65515              unicode::distinct is not in effect.
65516              For the task, I added a function bytes_from_utf8() to utf8.c.
65517              It might resemble utf8_to_bytes() but it is not convenient
65518              to the task.
65519              Made a test for it and added to t/op/each.t
65520              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
65521              the mortal copy of the argument SV.
65522              And changed t/io/utf8.t test 18 which expects print() to
65523              upgrade its argument.
65524              - re-implement sv_eq with bytes_from_utf8()
65525              - some bug fixes
65526              - tr/// does not handle UTF8 range (\x{}-\x{})
65527              - \ before raw UTF8 character produced
65528              "Malformed UTF-8 character" warning.
65529              - "\x{100}\N{CENT SIGN}" is Malformed.
65530              Added tests for these 3.
65531              - and one silly bug (by me) with qu operator.
65532      Branch: perl
65533            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
65534            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
65535            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
65536 ____________________________________________________________________________
65537 [  8582] By: nick                                  on 2001/01/28  19:25:04
65538         Log: Add pod/perliol.pod to MANIFEST :-(
65539      Branch: perlio
65540            ! MANIFEST
65541 ____________________________________________________________________________
65542 [  8581] By: nick                                  on 2001/01/28  19:22:40
65543         Log: PerlIO documentation. Proofing and sub-editing requested.
65544      Branch: perlio
65545            + pod/perliol.pod
65546            ! pod/perlapio.pod
65547 ____________________________________________________________________________
65548 [  8580] By: jhi                                   on 2001/01/28  05:16:25
65549         Log: Revert the change to sv_2pv() done by #8054: Someone who
65550              did SvNV_set() on a scalar that also happened to be POK,
65551              followed by sv_2pv() won't get the right coercion anymore.
65552              [Sarathy]
65553      Branch: maint-5.6/perl
65554            ! sv.c
65555 ____________________________________________________________________________
65556 [  8579] By: jhi                                   on 2001/01/28  05:15:04
65557         Log: Remove the #8084 effect: do not allow -Q to be interpreted
65558              as -&Q(), this is too much wiggle room.
65559      Branch: maint-5.6/perl
65560            ! toke.c
65561 ____________________________________________________________________________
65562 [  8578] By: jhi                                   on 2001/01/28  05:12:45
65563         Log: Needed bits of #8439 (should have been in #8576),
65564              mainly for lval substr().
65565      Branch: maint-5.6/perl
65566            ! mg.c pp.c pp_hot.c
65567 ____________________________________________________________________________
65568 [  8577] By: jhi                                   on 2001/01/28  05:02:46
65569         Log: A missing check-in.
65570      Branch: maint-5.6/perl
65571            ! utf8.c
65572 ____________________________________________________________________________
65573 [  8576] By: jhi                                   on 2001/01/28  04:26:18
65574         Log: Integrate changes #8425,8436,8439,8517 from mainline.
65575              The 8439 was not truly integrated because it had too many
65576              dependencies on the development branch and because it introduced
65577              concepts too bold for a maintenance branch (such as the qu operator).
65578              
65579              Subject: [PATCH perl@8342] -Wformat
65580              
65581              Tighten some of the UTF-8 tests a bit.
65582              
65583              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
65584              - The substr lval was still not okay.
65585              - Now pp_stringify and sv_setsv copies source's UTF8 flag
65586              even if IN_BYTE.  pp_stringify is called from fold_constants
65587              at optimization phase and "\x{100}" was made SvUTF8_off under
65588              use bytes (the bytes pragma is for "byte semantics" and not
65589              for "do not produce UTF8 data")
65590      Branch: maint-5.6/perl
65591            ! t/lib/charnames.t t/op/substr.t toke.c
65592           !> sv.c t/pragma/utf8.t
65593 ____________________________________________________________________________
65594 [  8575] By: jhi                                   on 2001/01/28  04:01:51
65595         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
65596              
65597              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
65598              
65599              Subject: [ID 20001230.003] UTF-8 tr still hurts
65600              
65601              Test cases for #8385 (from Simon's "torture.pl")
65602              
65603              Start fixing UTF-8 lval substr() (8405)
65604      Branch: maint-5.6/perl
65605           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
65606           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
65607 ____________________________________________________________________________
65608 [  8574] By: jhi                                   on 2001/01/28  03:09:06
65609         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
65610              from mainline.
65611              
65612              UTF-8 cleanup.
65613              
65614              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
65615              
65616              "\x{FF}\xFF" was broken.
65617              
65618              Tests for #8329 and #8330.
65619              
65620              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
65621              
65622              IRIX compiler noticed that the bof initialization might be
65623              bypassed by control flow.
65624              
65625              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
65626      Branch: maint-5.6/perl
65627           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
65628           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
65629 ____________________________________________________________________________
65630 [  8573] By: jhi                                   on 2001/01/28  02:06:12
65631         Log: Retract #8552.
65632      Branch: perl
65633            ! lib/Text/Wrap.pm t/lib/textwrap.t
65634 ____________________________________________________________________________
65635 [  8572] By: jhi                                   on 2001/01/28  02:04:49
65636         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
65637              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
65638              not really integrated but instead salvaged by hand
65639              (they had too many dependencies on the development release
65640              to be cleanly integratable).
65641              
65642              Subject: more UTF8 test suites and an UTF8 patch
65643              
65644              Tweak for MULTIPLICITY/USE_PERLIO
65645              
65646              Signedness nit.
65647              
65648              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
65649              
65650              Use the UTF8_XXX macros in is_utf8_char().
65651              
65652              Rewrite pp_concat() in terms of sv_catsv().  The . operator
65653              should now be UTF-8-proof.
65654              
65655              Subject: [PATCH perl@8269] scanning two hex-constants
65656              fails on EBCDIC environment (script length.t)
65657              
65658              Add some Unicode chop() tests.
65659      Branch: maint-5.6/perl
65660            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
65661           !> sv.c t/op/chop.t utf8.h
65662 ____________________________________________________________________________
65663 [  8571] By: jhi                                   on 2001/01/28  00:35:59
65664         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
65665              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
65666              
65667              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
65668              
65669              The maxiters upper limit sanity check (guarding against
65670              non-progress) assumed bytes instead of characters in s///
65671              and split().
65672              
65673              Signedness nit.
65674              
65675              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
65676              join() should now be UTF-8-proof.
65677              
65678              More split // UTF-8 tests. (8250)
65679      Branch: maint-5.6/perl
65680           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
65681           !> util.c
65682 ____________________________________________________________________________
65683 [  8570] By: jhi                                   on 2001/01/27  22:15:46
65684         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
65685              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
65686              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
65687              8084,8204,8244,8333 from mainline.
65688              
65689              For -Q where Q might be a one-letter sub name one does no more
65690              get a warning about an unknown filetest (7941,7943,7944,8084).
65691              
65692              Subject: Re: [ID 20001130.011] expression parsing bug ?
65693              
65694              Make uv_to_utf8() to zero-terminate its output buffer.
65695              
65696              Split off t/op/length.t (7995)
65697              
65698              Split off t/op/utf8decode.t (7996)
65699              
65700              Remove an unnecessary 'use utf8' from the utf8.t (7998)
65701              
65702              Split off t/op/concat.t (8004)
65703              
65704              Split off t/op/ver.t (8005)
65705              
65706              Document utf8_length(), utf8_distance(), and utf8_hop().
65707              
65708              Document utf8_to_uv() better.
65709              
65710              Introduce macros for UTF8 decoding (8028,8033).
65711              
65712              Add test for reverse() (8030,8031).
65713              
65714              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
65715              
65716              Do not return the Unicode replacement character    on UTF-8
65717              decoding failure.
65718              
65719              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
65720              not this_utf8 i.e. the output string has one, but don't mess
65721              with source assumption. (8052,8053)
65722              
65723              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
65724              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
65725              was not expecting to be called with something that was already
65726              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
65727              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
65728              (8054)
65729              
65730              Recode the naughty binary bytes in utf8decode.t using the \xHH.
65731              
65732              Make some panic messages a bit more logical.
65733      Branch: maint-5.6/perl
65734           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
65735           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
65736           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
65737           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
65738           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
65739           !> utf8.c utf8.h
65740 ____________________________________________________________________________
65741 [  8569] By: jhi                                   on 2001/01/27  19:16:43
65742         Log: Integrate changes #7750 from perlio and #8566 from mainline.
65743      Branch: maint-5.6/perl
65744           !> regexec.c sv.c
65745 ____________________________________________________________________________
65746 [  8568] By: jhi                                   on 2001/01/27  18:06:51
65747         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
65748              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
65749              7935[-perlio.c],7936,7959,7965 from mainline.
65750              
65751              Change the "big byte" error message to "Wide character".
65752              (7355, the croak-if-wide-chars-in-print part ignored)
65753              
65754              Use UINT64_C().
65755              
65756              Introduce Perl_utf8_length().
65757              
65758              diff -se shows these as different (7753, forgotten check-ins)
65759              
65760              Subject: [PATCH] doop.c - UTF8 tr///
65761              
65762              If we use (aTHX_ ...) then put Perl_ on the front.
65763              
65764              Make utf8_length() and utf8_distance() to be less forgiving
65765              about bad UTF-8.
65766              
65767              Test line numbers are different with utf8.
65768              
65769              No need to scan till infinity, 13 is enough. (7872,7911)
65770              
65771              Subject: [PATCH] Tokeniser debugging
65772              
65773              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
65774              
65775              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
65776              
65777              Be more careful in Perl_sv_utf8_downgrade().
65778              
65779              Use DO_UTF8().
65780              
65781              Raw zero bytes in text files confuse at least GNU patch 2.1.
65782      Branch: maint-5.6/perl
65783           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
65784           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
65785           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
65786           !> t/pragma/utf8.t toke.c utf8.c utf8.h
65787 ____________________________________________________________________________
65788 [  8567] By: nick                                  on 2001/01/27  11:10:38
65789         Log: Integrate mainline
65790      Branch: perlio
65791           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
65792           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
65793           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
65794           !> toke.c
65795 ____________________________________________________________________________
65796 [  8566] By: jhi                                   on 2001/01/27  06:22:48
65797         Log: More documentation for the regexp context stack.
65798      Branch: perl
65799            ! regexec.c
65800 ____________________________________________________________________________
65801 [  8565] By: jhi                                   on 2001/01/27  05:21:57
65802         Log: Update Changes.
65803      Branch: perl
65804            ! Changes patchlevel.h
65805 ____________________________________________________________________________
65806 [  8564] By: jhi                                   on 2001/01/27  04:44:04
65807         Log: Threadedness patch for #8562 from Doug MacEachern.
65808      Branch: perl
65809            ! toke.c
65810 ____________________________________________________________________________
65811 [  8563] By: jhi                                   on 2001/01/27  04:26:24
65812         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
65813              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
65814              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
65815              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
65816      Branch: perl
65817            ! op.c
65818 ____________________________________________________________________________
65819 [  8562] By: jhi                                   on 2001/01/27  04:20:30
65820         Log: Subject: Re: Announce : Tokener reporting patch
65821              From: Simon Cozens <simon@cozens.net>
65822              Date: Mon, 22 Jan 2001 02:17:22 +0000
65823              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
65824      Branch: perl
65825            ! embed.h embed.pl proto.h toke.c
65826 ____________________________________________________________________________
65827 [  8561] By: jhi                                   on 2001/01/27  04:17:24
65828         Log: Forgot from #8545.  Oops.
65829      Branch: perl
65830            ! pp.c t/pragma/overload.t
65831 ____________________________________________________________________________
65832 [  8560] By: jhi                                   on 2001/01/27  03:01:47
65833         Log: A better module compilation test, use MANIFEST as suggested
65834              by Spider.
65835      Branch: perl
65836            ! t/lib/1_compile.t
65837 ____________________________________________________________________________
65838 [  8559] By: jhi                                   on 2001/01/27  02:50:48
65839         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
65840              From: Peter Prymmer <pvhp@forte.com>
65841              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
65842              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
65843      Branch: perl
65844            ! t/lib/b.t
65845 ____________________________________________________________________________
65846 [  8558] By: jhi                                   on 2001/01/27  02:27:05
65847         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
65848              From: Peter Prymmer <pvhp@forte.com>
65849              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
65850              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
65851      Branch: perl
65852            ! t/pragma/sub_lval.t
65853 ____________________________________________________________________________
65854 [  8557] By: jhi                                   on 2001/01/27  02:26:03
65855         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
65856              From: Peter Prymmer <pvhp@forte.com>
65857              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
65858              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
65859      Branch: perl
65860            ! t/lib/st-06compat.t
65861 ____________________________________________________________________________
65862 [  8556] By: jhi                                   on 2001/01/27  02:24:33
65863         Log: Subject: [PATCH: perl@8531] minor update to README.os390
65864              From: Peter Prymmer <pvhp@forte.com>
65865              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
65866              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
65867      Branch: perl
65868            ! README.os390
65869 ____________________________________________________________________________
65870 [  8555] By: jhi                                   on 2001/01/27  00:35:47
65871         Log: No point in checking the length before we know whether the pointer
65872              is bogus or not, fixes Abigail's odbm failures in Linux.
65873      Branch: perl
65874            ! sv.c
65875 ____________________________________________________________________________
65876 [  8554] By: nick                                  on 2001/01/26  19:01:31
65877         Log: Integrate mainline
65878      Branch: perlio
65879           !> lib/Text/Wrap.pm t/lib/textwrap.t
65880 ____________________________________________________________________________
65881 [  8553] By: jhi                                   on 2001/01/26  15:19:39
65882         Log: Integrate change #7792 from perlio (multiplicity fix),
65883              fix the AV leak in regex DEBUGGING (tiny part of the
65884              polymorphic regexp patch #8143).
65885      Branch: maint-5.6/perl
65886            ! regcomp.c
65887           !> scope.h
65888 ____________________________________________________________________________
65889 [  8552] By: jhi                                   on 2001/01/26  15:03:23
65890         Log: (Retracted by #8573)
65891              
65892              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
65893              From: Michael G Schwern <schwern@pobox.com>
65894              Date: Fri, 26 Jan 2001 09:28:31 -0500
65895              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
65896      Branch: perl
65897            ! lib/Text/Wrap.pm t/lib/textwrap.t
65898 ____________________________________________________________________________
65899 [  8551] By: jhi                                   on 2001/01/26  02:33:19
65900         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
65901              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
65902              
65903              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
65904              
65905              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
65906              
65907              Message nit.
65908              
65909              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
65910              
65911              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
65912              
65913              (the cleanup of unused submatches in regtry() and regcppop())
65914              
65915              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
65916              stored and restored, and thusly was trounced by the utf8 swash
65917              routines.
65918              
65919              use utf8 not required to use \x{}.
65920              
65921              Removed two more tests that make no sense in UTF-8 since the test
65922              data is not in UTF-8.
65923              
65924              Get the three different space character classes right under utf8.
65925              
65926              Implement ANYOFUTF8 regprop() dumping.
65927              
65928              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
65929              
65930              Document the regex context pushing/popping a bit better.
65931      Branch: maint-5.6/perl
65932           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
65933           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
65934           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
65935           !> t/op/regmesg.t utf8.c
65936 ____________________________________________________________________________
65937 [  8550] By: nick                                  on 2001/01/25  19:42:30
65938         Log: Integrate mainline
65939      Branch: perlio
65940           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
65941           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
65942           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
65943           !> t/lib/bigint.t t/lib/bigintpm.t
65944 ____________________________________________________________________________
65945 [  8549] By: jhi                                   on 2001/01/25  15:22:28
65946         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
65947      Branch: maint-5.6/perl
65948            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
65949 ____________________________________________________________________________
65950 [  8548] By: jhi                                   on 2001/01/25  15:02:55
65951         Log: Integrate changes #7997,8063,8492,8547 from mainline.
65952              
65953              Subject: Re: STRLEN - what?
65954              
65955              Subject: [PATCH] perlguts.pod
65956              
65957              Memory management calls documentation.
65958              
65959              Layout using tabulator is not a good idea in a pod.
65960      Branch: maint-5.6/perl
65961           !> pod/perlguts.pod
65962 ____________________________________________________________________________
65963 [  8547] By: jhi                                   on 2001/01/25  14:49:05
65964         Log: Layout using tabulator is not a good idea in a pod.
65965      Branch: perl
65966            ! pod/perlguts.pod
65967 ____________________________________________________________________________
65968 [  8546] By: jhi                                   on 2001/01/25  14:31:12
65969         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
65970              from mainline.
65971              
65972              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
65973              
65974              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
65975              
65976              More Win32 editor/IDE/shell hints.
65977              
65978              More Win32 Perling.
65979              
65980              Yet another editor edit.
65981              
65982              Edit edit edit.
65983              
65984              IDE/editor section tweaking.
65985              
65986              Few more IDE/editor nits from p5p.
65987      Branch: maint-5.6/perl
65988           !> pod/perlfaq3.pod
65989 ____________________________________________________________________________
65990 [  8545] By: jhi                                   on 2001/01/25  04:16:32
65991         Log: Subject: [PATCH 5.7.0] overload int()
65992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65993              Date: Wed, 24 Jan 2001 19:06:57 -0500
65994              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
65995      Branch: perl
65996            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
65997            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
65998            ! t/lib/bigintpm.t
65999 ____________________________________________________________________________
66000 [  8544] By: jhi                                   on 2001/01/25  04:15:11
66001         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
66002              From: Peter Prymmer <pvhp@forte.com>
66003              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
66004              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
66005      Branch: perl
66006            ! Makefile.SH README.os390 hints/os390.sh installperl
66007 ____________________________________________________________________________
66008 [  8543] By: jhi                                   on 2001/01/25  03:52:08
66009         Log: Integrate change #8462,8469 from mainline.
66010              
66011              In VMS Perl subversion (perl -V) is undef.
66012      Branch: maint-5.6/perl
66013           !> configure.com
66014 ____________________________________________________________________________
66015 [  8542] By: jhi                                   on 2001/01/25  03:44:55
66016         Log: Integrate changes #7835,7850,8315,8316 from mainline.
66017              
66018              Solaris hints.
66019      Branch: maint-5.6/perl
66020           !> hints/solaris_2.sh
66021 ____________________________________________________________________________
66022 [  8541] By: jhi                                   on 2001/01/25  03:39:28
66023         Log: Integrate #8336 from mainline.
66024      Branch: maint-5.6/perl
66025           !> hv.c
66026 ____________________________________________________________________________
66027 [  8540] By: jhi                                   on 2001/01/25  03:23:50
66028         Log: Retract #8539.
66029      Branch: maint-5.6/perl
66030            ! pod/perlfaq3.pod
66031 ____________________________________________________________________________
66032 [  8539] By: jhi                                   on 2001/01/25  03:21:55
66033         Log: (Retracted by #8540.)
66034      Branch: maint-5.6/perl
66035            ! pod/perlfaq3.pod
66036 ____________________________________________________________________________
66037 [  8538] By: jhi                                   on 2001/01/25  03:14:07
66038         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
66039              From: Peter Prymmer <pvhp@forte.com>
66040              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
66041              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
66042              
66043              The VMS bits.
66044      Branch: maint-5.6/perl
66045            ! configure.com vms/descrip_mms.template
66046 ____________________________________________________________________________
66047 [  8537] By: jhi                                   on 2001/01/25  03:06:09
66048         Log: Integrate #7710,7824,7973 from mainline.
66049      Branch: maint-5.6/perl
66050           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66051           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
66052           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
66053           !> vos/config.ga.def vos/config.ga.h win32/config.bc
66054           !> win32/config.gc win32/config.vc
66055 ____________________________________________________________________________
66056 [  8536] By: jhi                                   on 2001/01/24  13:50:20
66057         Log: Revert the edits made by me so far to the 5.6 branch since
66058              the TRIAL1 since I did edits when I should have been using
66059              integrates.  Bad programmer.   (Will integrate them properly later.)
66060              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
66061              The #8353 will not be reapplied at least for now since
66062              the UTF-8 hash keys need more thinking.
66063              (The patches #8347, #8354, #8454, #8473 were okay since they
66064              were original edits made specifically for the 5.6.1-TRIAL1.)
66065      Branch: maint-5.6/perl
66066            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66067            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
66068            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
66069            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
66070            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
66071            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66072            ! win32/config.bc win32/config.gc win32/config.vc
66073 ____________________________________________________________________________
66074 [  8535] By: bailey                                on 2001/01/24  06:37:02
66075         Log: SYN SYN
66076      Branch: vmsperl
66077           +> (branch 26 files)
66078           !> (integrate 130 files)
66079 ____________________________________________________________________________
66080 [  8534] By: nick                                  on 2001/01/23  19:30:57
66081         Log: Integrate mainline.
66082      Branch: perlio
66083           !> Changes Configure Porting/Glossary Porting/config.sh
66084           !> Porting/config_H embed.h embed.pl ext/Encode/compile
66085           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
66086           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
66087           !> pod/perlvar.pod proto.h t/lib/1_compile.t
66088 ____________________________________________________________________________
66089 [  8533] By: jhi                                   on 2001/01/23  16:15:46
66090         Log: Forgotten from #8501.
66091      Branch: perl
66092            ! Porting/Glossary Porting/config.sh Porting/config_H
66093 ____________________________________________________________________________
66094 [  8532] By: jhi                                   on 2001/01/23  16:13:27
66095         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
66096              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
66097              Date: Mon, 22 Jan 2001 17:51:58 +0100
66098              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
66099      Branch: perl
66100            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
66101 ____________________________________________________________________________
66102 [  8531] By: jhi                                   on 2001/01/23  15:46:01
66103         Log: Update Changes.
66104      Branch: perl
66105            ! Changes patchlevel.h
66106 ____________________________________________________________________________
66107 [  8530] By: jhi                                   on 2001/01/23  15:38:39
66108         Log: De-cut-and-pasto.
66109      Branch: perl
66110            ! t/lib/1_compile.t
66111 ____________________________________________________________________________
66112 [  8529] By: jhi                                   on 2001/01/23  15:11:04
66113         Log: Document the mkdir trailing slashes case.
66114      Branch: perl
66115            ! pod/perlfunc.pod
66116 ____________________________________________________________________________
66117 [  8528] By: jhi                                   on 2001/01/23  15:08:28
66118         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
66119              get installed:
66120              
66121              Subject: lib/lib.pm
66122              From: <abigail@foad.org>
66123              Date: Mon, 28 Aug 2000 20:35:08 -0400
66124              Message-ID: <20000829003508.21281.qmail@foad.org>
66125      Branch: perl
66126            ! installperl
66127 ____________________________________________________________________________
66128 [  8527] By: jhi                                   on 2001/01/23  14:44:04
66129         Log: Metaconfig unit change for #8526.
66130      Branch: metaconfig
66131            ! U/threads/archname.U
66132 ____________________________________________________________________________
66133 [  8526] By: jhi                                   on 2001/01/23  14:43:19
66134         Log: Attach -perlio to the archname if so selected.
66135      Branch: perl
66136            ! Configure
66137 ____________________________________________________________________________
66138 [  8525] By: jhi                                   on 2001/01/23  14:24:01
66139         Log: Subject: [PATCH] pod/perlvar.pod
66140              From: abigail@foad.org
66141              Date: Tue, 23 Jan 2001 01:41:10 +0100
66142              Message-ID: <20010123004110.22259.qmail@foad.org>
66143      Branch: perl
66144            ! pod/perlvar.pod
66145 ____________________________________________________________________________
66146 [  8524] By: jhi                                   on 2001/01/23  14:22:32
66147         Log: A bug introduced in #8217 (the undefined variable in the
66148              lib/safe1_t #3) fixed, by Charles Lane:
66149              
66150              The earlier patch made it so that stuff running in Safe
66151              compartments could do a "caller" and see "main".  That
66152              little change in name is done right before the code in
66153              the compartment is run, and apparantly the parser
66154              was picking up the stash name before it got changed.
66155              
66156              (why it was threaded vs. unthreaded Perl that was sensitive to this
66157              I still don't know...and it probably doesn't matter).
66158              
66159              I tryed removing the stash name-change and saw that threaded Perl
66160              did indeed pass the lib/safe1.t tests.
66161              
66162              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
66163              do the name change (and to connect _ in the compartment to the global
66164              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
66165              to call _safe_pkg_prep when creating a new compartment.
66166              
66167              Passes all tests with threaded perl on linux; passes all tests
66168              with unthreaded perl on VMS.
66169              
66170              At some point I'll probably want to revisit Safe and Opcode to
66171              provide more sensible handling of global variables...and to get
66172              formats working in Safe compartments, which they don't do currently.
66173      Branch: perl
66174            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
66175 ____________________________________________________________________________
66176 [  8523] By: jhi                                   on 2001/01/23  14:11:58
66177         Log: Also the lib/Thread.pm itself needs to be ignored if
66178              the Thread extension hasn't been built.
66179      Branch: perl
66180            ! t/lib/1_compile.t
66181 ____________________________________________________________________________
66182 [  8522] By: jhi                                   on 2001/01/23  13:51:28
66183         Log: print() instead of warn() so that stderr doesn't get
66184              unnecessarily polluted.
66185      Branch: perl
66186            ! ext/Encode/compile
66187 ____________________________________________________________________________
66188 [  8521] By: jhi                                   on 2001/01/23  13:49:48
66189         Log: Integrate perlio:
66190              
66191              [  8520]
66192              More messing with Encode:
66193              Extra fields in header to allow multiple names and to record
66194              other things "compile" knows.
66195              Re-organise compile to factor out common output routines.
66196              
66197              [  8519]
66198              Change file-of-files command line from -F to -f to avoid case issues on VMS.
66199      Branch: perl
66200           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
66201           !> ext/Encode/encode.h
66202 ____________________________________________________________________________
66203 [  8520] By: nick                                  on 2001/01/22  21:44:00
66204         Log: More messing with Encode:
66205              Extra fields in header to allow multiple names and to record
66206              other things "compile" knows.
66207              Re-organise compile to factor out common output routines.
66208      Branch: perlio
66209            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
66210 ____________________________________________________________________________
66211 [  8519] By: nick                                  on 2001/01/22  20:33:50
66212         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
66213      Branch: perlio
66214            ! ext/Encode/Makefile.PL ext/Encode/compile
66215 ____________________________________________________________________________
66216 [  8518] By: nick                                  on 2001/01/22  20:28:13
66217         Log: Integrate mainline
66218      Branch: perlio
66219           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
66220           !> vos/config.alpha.def vos/config.alpha.h
66221 ____________________________________________________________________________
66222 [  8517] By: jhi                                   on 2001/01/22  15:37:17
66223         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
66224              by Inaba Hiroto.
66225      Branch: perl
66226            ! sv.c
66227 ____________________________________________________________________________
66228 [  8516] By: jhi                                   on 2001/01/22  14:55:15
66229         Log: More SIG_SIZE fixes.
66230      Branch: perl
66231            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
66232 ____________________________________________________________________________
66233 [  8515] By: jhi                                   on 2001/01/22  14:50:27
66234         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
66235              From: "Craig A. Berry" <craigberry@mac.com>
66236              Date: Mon, 22 Jan 2001 00:42:24 -0600
66237              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
66238      Branch: perl
66239            ! configure.com
66240 ____________________________________________________________________________
66241 [  8514] By: jhi                                   on 2001/01/22  14:31:17
66242         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
66243              From: "Craig A. Berry" <craigberry@mac.com>
66244              Date: Sun, 21 Jan 2001 23:03:25 -0600
66245              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
66246      Branch: perl
66247            ! configure.com
66248 ____________________________________________________________________________
66249 [  8513] By: jhi                                   on 2001/01/22  14:14:00
66250         Log: Add the .ucm encoding tables to the MANIFEST.
66251      Branch: perl
66252            ! MANIFEST
66253 ____________________________________________________________________________
66254 [  8512] By: jhi                                   on 2001/01/22  13:43:33
66255         Log: Integrate perlio:
66256              
66257              [  8511]
66258              Make "real" layers of ":utf8" and ":raw".
66259              So now PERLIO=utf8 perl ...
66260              does what Andreas wanted.
66261              Fix arg passing in open.pm (still have a Carp issue).
66262              
66263              [  8508]
66264              Switch "compiled in" encodings to .ucm format.
66265              (Leave others as .enc till we can run-time load .ucm,
66266              or find some other way to load them.)
66267      Branch: perl
66268           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
66269           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
66270           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
66271           +> ext/Encode/Encode/iso8859-10.ucm
66272           +> ext/Encode/Encode/iso8859-13.ucm
66273           +> ext/Encode/Encode/iso8859-14.ucm
66274           +> ext/Encode/Encode/iso8859-15.ucm
66275           +> ext/Encode/Encode/iso8859-16.ucm
66276           +> ext/Encode/Encode/iso8859-2.ucm
66277           +> ext/Encode/Encode/iso8859-3.ucm
66278           +> ext/Encode/Encode/iso8859-4.ucm
66279           +> ext/Encode/Encode/iso8859-5.ucm
66280           +> ext/Encode/Encode/iso8859-6.ucm
66281           +> ext/Encode/Encode/iso8859-7.ucm
66282           +> ext/Encode/Encode/iso8859-8.ucm
66283           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
66284           +> ext/Encode/Encode/symbol.ucm
66285           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
66286           !> perliol.h
66287 ____________________________________________________________________________
66288 [  8511] By: nick                                  on 2001/01/21  23:44:47
66289         Log: Make "real" layers of ":utf8" and ":raw".
66290              So now PERLIO=utf8 perl ...
66291              does what Andreas wanted.
66292              Fix arg passing in open.pm (still have a Carp issue).
66293      Branch: perlio
66294            ! lib/open.pm perlio.c perliol.h
66295 ____________________________________________________________________________
66296 [  8510] By: jhi                                   on 2001/01/21  22:56:53
66297         Log: Document the regex content pushing/popping a bit better.
66298      Branch: perl
66299            ! regexec.c
66300 ____________________________________________________________________________
66301 [  8509] By: jhi                                   on 2001/01/21  22:55:44
66302         Log: Tweak the mkdir trailing slash code some more.
66303              
66304              TO DO: the same handling should probably be done for
66305              all the other filesystem functions that can have directories
66306              as their arguments.
66307      Branch: perl
66308            ! pp_sys.c
66309 ____________________________________________________________________________
66310 [  8508] By: nick                                  on 2001/01/21  21:37:43
66311         Log: Switch "compiled in" encodings to .ucm format.
66312              (Leave others as .enc till we can run-time load .ucm,
66313              or find some other way to load them.)
66314      Branch: perlio
66315            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
66316            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
66317            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
66318            + ext/Encode/Encode/iso8859-10.ucm
66319            + ext/Encode/Encode/iso8859-13.ucm
66320            + ext/Encode/Encode/iso8859-14.ucm
66321            + ext/Encode/Encode/iso8859-15.ucm
66322            + ext/Encode/Encode/iso8859-16.ucm
66323            + ext/Encode/Encode/iso8859-2.ucm
66324            + ext/Encode/Encode/iso8859-3.ucm
66325            + ext/Encode/Encode/iso8859-4.ucm
66326            + ext/Encode/Encode/iso8859-5.ucm
66327            + ext/Encode/Encode/iso8859-6.ucm
66328            + ext/Encode/Encode/iso8859-7.ucm
66329            + ext/Encode/Encode/iso8859-8.ucm
66330            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
66331            + ext/Encode/Encode/symbol.ucm
66332            ! ext/Encode/Makefile.PL ext/Encode/compile
66333 ____________________________________________________________________________
66334 [  8507] By: nick                                  on 2001/01/21  21:02:03
66335         Log: Integrate (partial) mainline.
66336      Branch: perlio
66337           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
66338           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
66339           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
66340 ____________________________________________________________________________
66341 [  8506] By: jhi                                   on 2001/01/21  20:09:30
66342         Log: Update Changes.
66343      Branch: perl
66344            ! Changes patchlevel.h
66345 ____________________________________________________________________________
66346 [  8505] By: jhi                                   on 2001/01/21  19:39:59
66347         Log: Subject: Minor typos in perlfaq2.pod
66348              From: "Stephen P. Potter" <spp@spotter.yi.org>
66349              Message-Id: <200101192101.QAA11911@spotter.yi.org>
66350              Date: Fri, 19 Jan 2001 16:01:13 -0500
66351              
66352              with a nit from Philip Newton.
66353      Branch: perl
66354            ! pod/perlfaq2.pod
66355 ____________________________________________________________________________
66356 [  8504] By: jhi                                   on 2001/01/21  19:33:05
66357         Log: Metaconfig change for #8503.
66358      Branch: metaconfig
66359            ! U/threads/usethreads.U
66360 ____________________________________________________________________________
66361 [  8503] By: jhi                                   on 2001/01/21  19:32:21
66362         Log: Sanity check for conflicting thread flavours.
66363      Branch: perl
66364            ! Configure config_h.SH
66365 ____________________________________________________________________________
66366 [  8502] By: jhi                                   on 2001/01/21  19:23:00
66367         Log: Metaconfig change for #8501.
66368      Branch: metaconfig
66369            ! U/modified/sig_name.U
66370 ____________________________________________________________________________
66371 [  8501] By: jhi                                   on 2001/01/21  19:22:26
66372         Log: The SIG_SIZE is the number of the elements *excluding*
66373              the terminating NULL.
66374      Branch: perl
66375            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
66376            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
66377            ! win32/config_H.vc
66378 ____________________________________________________________________________
66379 [  8500] By: jhi                                   on 2001/01/21  18:31:31
66380         Log: Integrate perlio:
66381              
66382              [  8498]
66383              Encode cleanup.
66384              Add command line control over "compile" so that Makefile.PL
66385              needs can be combined with other uses.
66386              Use command line options in Makefile.PL.
66387              Fix multi-byte parsing in .ucm files.
66388              
66389              [  8497]
66390              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
66391              
66392              [  8496]
66393              Fixup after integrate:
66394              missed the .sym files that are changed by regen_headers
66395              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
66396              
66397              [  8484]
66398              Infrastructure to allow:
66399              open($fh,"|-",@array);
66400              to be implemented
66401              i.e. mark pp_open as needing a stack mark, and make pp_open
66402              process its args in that style (and pass them _all_ to tied handles OPEN).
66403              Invent do_openn() which takes SV ** at allow it to see multiple args.
66404              Note this does not _do_ anything yet.
66405      Branch: perl
66406           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
66407           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
66408           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
66409           !> pp_sys.c proto.h sv.c
66410 ____________________________________________________________________________
66411 [  8499] By: jhi                                   on 2001/01/21  17:43:57
66412         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
66413              From: Hugo <hv@crypt.compulink.co.uk>
66414              Date: Sun, 21 Jan 2001 13:34:05 +0000
66415              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
66416              
66417              In sprintf UTF8ize only if necessary.
66418      Branch: perl
66419            ! sv.c
66420 ____________________________________________________________________________
66421 [  8498] By: nick                                  on 2001/01/21  16:25:32
66422         Log: Encode cleanup.
66423              Add command line control over "compile" so that Makefile.PL
66424              needs can be combined with other uses.
66425              Use command line options in Makefile.PL.
66426              Fix multi-byte parsing in .ucm files.
66427      Branch: perlio
66428            ! ext/Encode/Makefile.PL ext/Encode/compile
66429 ____________________________________________________________________________
66430 [  8497] By: nick                                  on 2001/01/21  12:56:27
66431         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
66432      Branch: perlio
66433            ! ext/Encode/Encode.xs
66434 ____________________________________________________________________________
66435 [  8496] By: nick                                  on 2001/01/21  12:18:45
66436         Log: Fixup after integrate:
66437              missed the .sym files that are changed by regen_headers
66438              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
66439      Branch: perlio
66440            ! global.sym pp.sym sv.c
66441 ____________________________________________________________________________
66442 [  8495] By: nick                                  on 2001/01/21  11:51:07
66443         Log: Integrate mainline.
66444      Branch: perlio
66445           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
66446           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
66447           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
66448           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
66449           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
66450           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
66451           !> win32/Makefile win32/makefile.mk
66452 ____________________________________________________________________________
66453 [  8494] By: jhi                                   on 2001/01/20  23:12:11
66454         Log: Forgot the expect_number() prototype.
66455      Branch: perl
66456            ! embed.h embed.pl proto.h
66457 ____________________________________________________________________________
66458 [  8493] By: jhi                                   on 2001/01/20  22:56:39
66459         Log: Subject: [PATCH: perl@8482] README.vms URL updates
66460              From: Peter Prymmer <pvhp@forte.com>
66461              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
66462              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
66463              
66464              Plus Craig A. Berry's suggestion to use compaq.com instead
66465              of digital.com.
66466      Branch: perl
66467            ! README.vms
66468 ____________________________________________________________________________
66469 [  8492] By: jhi                                   on 2001/01/20  22:50:05
66470         Log: Memory management calls documentation.
66471      Branch: perl
66472            ! pod/perlguts.pod
66473 ____________________________________________________________________________
66474 [  8491] By: jhi                                   on 2001/01/20  22:38:33
66475         Log: Signedness nit plus few memcpy/Copy nits.
66476      Branch: perl
66477            ! sv.c
66478 ____________________________________________________________________________
66479 [  8490] By: jhi                                   on 2001/01/20  22:25:53
66480         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
66481              From: Peter Prymmer <pvhp@forte.com>
66482              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
66483              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
66484      Branch: perl
66485            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
66486 ____________________________________________________________________________
66487 [  8489] By: jhi                                   on 2001/01/20  22:24:41
66488         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
66489              From: Peter Prymmer <pvhp@forte.com>
66490              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
66491              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
66492      Branch: perl
66493            ! win32/Makefile win32/makefile.mk
66494 ____________________________________________________________________________
66495 [  8488] By: jhi                                   on 2001/01/20  22:22:27
66496         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
66497              From: Peter Prymmer <pvhp@forte.com>
66498              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
66499              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
66500      Branch: perl
66501            ! Makefile.SH
66502 ____________________________________________________________________________
66503 [  8487] By: jhi                                   on 2001/01/20  22:21:18
66504         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
66505              From: Peter Prymmer <pvhp@forte.com>
66506              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
66507              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
66508      Branch: perl
66509            + ext/DynaLoader/dl_dllload.xs
66510            ! MANIFEST Makefile.SH hints/os390.sh
66511 ____________________________________________________________________________
66512 [  8486] By: jhi                                   on 2001/01/20  22:17:53
66513         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
66514              From: Peter Prymmer <pvhp@forte.com>
66515              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
66516              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
66517      Branch: perl
66518            ! README.os390 README.posix-bc
66519 ____________________________________________________________________________
66520 [  8485] By: jhi                                   on 2001/01/20  20:15:30
66521         Log: Document and test the new qu operator.
66522      Branch: perl
66523            + t/op/qu.t
66524            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
66525            ! pod/perlretut.pod pod/perlunicode.pod
66526 ____________________________________________________________________________
66527 [  8484] By: nick                                  on 2001/01/20  19:42:30
66528         Log: Infrastructure to allow:
66529              open($fh,"|-",@array);
66530              to be implemented
66531              i.e. mark pp_open as needing a stack mark, and make pp_open
66532              process its args in that style (and pass them _all_ to tied handles OPEN).
66533              Invent do_openn() which takes SV ** at allow it to see multiple args.
66534              Note this does not _do_ anything yet.
66535      Branch: perlio
66536            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
66537            ! perlapi.c pp_proto.h pp_sys.c proto.h
66538 ____________________________________________________________________________
66539 [  8483] By: nick                                  on 2001/01/20  17:23:14
66540         Log: Integrate mainline.
66541      Branch: perlio
66542           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
66543           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
66544 ____________________________________________________________________________
66545 [  8482] By: jhi                                   on 2001/01/19  15:37:49
66546         Log: Update Changes.
66547      Branch: perl
66548            ! Changes patchlevel.h
66549 ____________________________________________________________________________
66550 [  8481] By: jhi                                   on 2001/01/19  14:41:24
66551         Log: Subject: Re: new feature: s?printf parameter reordering 
66552              From: Hugo <hv@crypt.compulink.co.uk>
66553              Date: Thu, 11 Jan 2001 17:09:03 +0000
66554              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
66555              
66556              - support reordering for all parameters: %, *v, *, .*
66557              - lay down that the reordering specification must immediately
66558              follow that parameter: %3$, *v3$, *3$, .*3$
66559              - fix vectorisation of a zero-length string
66560              - factor out the code choosing the argument to format
66561              
66562              Possibly unwanted side-effects:
66563              - the special format specifiers ' +-0' must now precede any
66564              vectorisation specifier. Tests in op/sprintf and op/ver
66565              have been changed to reflect this.
66566              - sprintf.t test #214 changed its expectations because in many
66567              cases, the next parameter has already been consumed when an
66568              invalid type letter is detected.
66569              
66570              Probably wanted side-effects:
66571              - attempts to format a non-existent parameter will warn as if C<undef>
66572              - attempt to write to non-existent parameter with '%n' will complain
66573              of "attempt to modify read-only value" instead of being silent
66574      Branch: perl
66575            ! sv.c t/op/sprintf.t t/op/ver.t
66576 ____________________________________________________________________________
66577 [  8480] By: jhi                                   on 2001/01/19  14:08:37
66578         Log: Subject: PATCH pragma/locale.t
66579              From: andreas.koenig@anima.de (Andreas J. Koenig)
66580              Date: 18 Jan 2001 09:45:37 +0100
66581              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
66582      Branch: perl
66583            ! t/pragma/locale.t
66584 ____________________________________________________________________________
66585 [  8479] By: jhi                                   on 2001/01/19  13:19:58
66586         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
66587      Branch: perl
66588            ! configure.com
66589 ____________________________________________________________________________
66590 [  8478] By: jhi                                   on 2001/01/19  02:12:35
66591         Log: Automate 1_compile.t.
66592      Branch: perl
66593            ! t/lib/1_compile.t
66594 ____________________________________________________________________________
66595 [  8477] By: jhi                                   on 2001/01/19  01:49:56
66596         Log: Integrate perlio:
66597              
66598              [  8475]
66599              Win32 "safe signals" co-existance fix.
66600              Fix SIG_SIZE value.
66601              Clear PL_sig_pending when cloning (fork).
66602      Branch: perl
66603           !> sv.c win32/config.bc win32/config.gc win32/config.vc
66604           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
66605 ____________________________________________________________________________
66606 [  8476] By: nick                                  on 2001/01/18  21:51:52
66607         Log: Integrate mainline
66608      Branch: perlio
66609           +> t/lib/1_compile.t t/lib/compmod.pl
66610           !> MANIFEST configure.com lib/unicode/distinct.pm
66611 ____________________________________________________________________________
66612 [  8475] By: nick                                  on 2001/01/18  21:48:02
66613         Log: Win32 "safe signals" co-existance fix.
66614              Fix SIG_SIZE value.
66615              Clear PL_sig_pending when cloning (fork).
66616      Branch: perlio
66617            ! sv.c win32/config.bc win32/config.gc win32/config.vc
66618            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66619 ____________________________________________________________________________
66620 [  8474] By: jhi                                   on 2001/01/18  14:40:57
66621         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
66622      Branch: perl
66623            ! t/lib/1_compile.t
66624 ____________________________________________________________________________
66625 [  8473] By: gsar                                  on 2001/01/18  11:42:31
66626         Log: unsubmitted trial1 change
66627      Branch: maint-5.6/perl
66628            ! Changes
66629 ____________________________________________________________________________
66630 [  8472] By: jhi                                   on 2001/01/18  04:30:24
66631         Log: The first bug found by 1_compile.t.
66632      Branch: perl
66633            ! lib/unicode/distinct.pm
66634 ____________________________________________________________________________
66635 [  8471] By: jhi                                   on 2001/01/18  04:29:42
66636         Log: Add Schwern's 1_compile test.  The compile_module script renamed
66637              to be a bit shorter for the 8.3 people.
66638      Branch: perl
66639            + t/lib/1_compile.t t/lib/compmod.pl
66640            ! MANIFEST
66641 ____________________________________________________________________________
66642 [  8470] By: jhi                                   on 2001/01/18  04:16:00
66643         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)
66644              From: Peter Prymmer <pvhp@forte.com>
66645              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
66646              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
66647              Replace #8463.
66648      Branch: maint-5.6/perl
66649            ! configure.com
66650 ____________________________________________________________________________
66651 [  8469] By: jhi                                   on 2001/01/18  04:13:02
66652         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)
66653              From: Peter Prymmer <pvhp@forte.com>
66654              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
66655              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
66656              Replace #8462.
66657      Branch: perl
66658            ! configure.com
66659 ____________________________________________________________________________
66660 [  8468] By: jhi                                   on 2001/01/18  03:42:08
66661         Log: Integrate perlio:
66662              
66663              [  8467]
66664              "Safe" signals - trial implementation.
66665              gv.c tweaked to zero PL_sig_pend array
66666              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
66667              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
66668              Odd thing is that it "works" with PERLIO=stdio as well (linux).
66669      Branch: perl
66670           !> gv.c mg.c perlio.c util.c
66671 ____________________________________________________________________________
66672 [  8467] By: nick                                  on 2001/01/17  22:41:10
66673         Log: "Safe" signals - trial implementation.
66674              gv.c tweaked to zero PL_sig_pend array
66675              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
66676              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
66677              Odd thing is that it "works" with PERLIO=stdio as well (linux).
66678      Branch: perlio
66679            ! gv.c mg.c perlio.c util.c
66680 ____________________________________________________________________________
66681 [  8466] By: nick                                  on 2001/01/17  20:40:20
66682         Log: Integrate mainline.
66683      Branch: perlio
66684           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66685           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
66686           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
66687           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
66688           !> vos/config.ga.h win32/config.bc win32/config.gc
66689           !> win32/config.vc
66690 ____________________________________________________________________________
66691 [  8465] By: jhi                                   on 2001/01/17  18:37:13
66692         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
66693              From: Nicholas Clark <nick@ccl4.org>
66694              Date: Wed, 17 Jan 2001 17:31:33 +0000
66695              Message-ID: <20010117173133.I2633@plum.flirble.org>
66696      Branch: perl
66697            ! t/op/int.t
66698 ____________________________________________________________________________
66699 [  8464] By: jhi                                   on 2001/01/17  14:43:17
66700         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
66701              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
66702              Date: Wed, 17 Jan 2001 15:16:43 +0100
66703              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
66704              
66705              pp_int() was dropping an NV to the floor,
66706              int(279964589018079/59) either returned not an integer
66707              4745162525730.15, or one got "Attempt to free unreferenced scalar."
66708      Branch: perl
66709            ! pp.c
66710 ____________________________________________________________________________
66711 [  8463] By: jhi                                   on 2001/01/17  06:12:42
66712         Log: (Replaced by #8470)
66713              
66714              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)
66715              From: "Craig A. Berry" <craigberry@mac.com>
66716              Date: Tue, 16 Jan 2001 23:38:46 -0600
66717              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
66718      Branch: maint-5.6/perl
66719            ! configure.com
66720 ____________________________________________________________________________
66721 [  8462] By: jhi                                   on 2001/01/17  06:11:31
66722         Log: (Replaced by #8469)
66723              
66724              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)
66725              From: "Craig A. Berry" <craigberry@mac.com>
66726              Date: Tue, 16 Jan 2001 23:38:46 -0600
66727              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
66728      Branch: perl
66729            ! configure.com
66730 ____________________________________________________________________________
66731 [  8461] By: jhi                                   on 2001/01/17  05:56:12
66732         Log: Allow for one trailing slash in the directory of mkdir().
66733      Branch: perl
66734            ! pp_sys.c
66735 ____________________________________________________________________________
66736 [  8460] By: jhi                                   on 2001/01/17  03:26:01
66737         Log: Metaconfig unit changes for #8459.
66738      Branch: metaconfig
66739            ! U/modified/Loc.U U/modified/sig_name.U
66740 ____________________________________________________________________________
66741 [  8459] By: jhi                                   on 2001/01/17  03:24:48
66742         Log: Define SIG_SIZE, the number of elements in the sig_name and
66743              sig_num arrays, including the final NULL entry.
66744      Branch: perl
66745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66746            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
66747            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
66748            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66749            ! win32/config.bc win32/config.gc win32/config.vc
66750 ____________________________________________________________________________
66751 [  8458] By: jhi                                   on 2001/01/17  01:41:33
66752         Log: Integrate perlio:
66753              
66754              [  8457]
66755              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
66756              Provides all the "cost" but no benefit yet - it is to allow cost
66757              to be measured, and implementation experiments (just in mg.c?).
66758      Branch: perl
66759           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
66760           !> perlapi.h proto.h sv.c
66761 ____________________________________________________________________________
66762 [  8457] By: nick                                  on 2001/01/16  22:07:26
66763         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
66764              Provides all the "cost" but no benefit yet - it is to allow cost
66765              to be measured, and implementation experiments (just in mg.c?).
66766      Branch: perlio
66767            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
66768            ! perlapi.h proto.h sv.c
66769 ____________________________________________________________________________
66770 [  8456] By: nick                                  on 2001/01/16  21:07:07
66771         Log: Integrate mainline.
66772      Branch: perlio
66773           !> (integrate 51 files)
66774 ____________________________________________________________________________
66775 [  8455] By: jhi                                   on 2001/01/16  18:13:43
66776         Log: Subject: [PATCH] regcomp.c old feature removal
66777              From: mjd@plover.com
66778              Date: 16 Jan 2001 14:43:18 -0000 
66779              Message-ID: <20010116144318.7140.qmail@plover.com> 
66780      Branch: perl
66781            ! regcomp.c
66782 ____________________________________________________________________________
66783 [  8454] By: jhi                                   on 2001/01/16  16:12:39
66784         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
66785              From: "Indy Singh" <indy@nusphere.com>
66786              Date: Wed, 10 Jan 2001 20:17:49 -0500
66787              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
66788      Branch: maint-5.6/perl
66789            ! win32/Makefile
66790 ____________________________________________________________________________
66791 [  8453] By: jhi                                   on 2001/01/16  16:09:33
66792         Log: Update Changes.
66793      Branch: perl
66794            ! Changes patchlevel.h
66795 ____________________________________________________________________________
66796 [  8452] By: jhi                                   on 2001/01/16  15:42:04
66797         Log: Subject: Re: API Cleanup
66798              To: perl5-porters@perl.org
66799              Date: Tue, 16 Jan 2001 13:42:30 +0000
66800              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
66801              
66802              Subject: [PATCH] utf8.c documentation
66803              From: Simon Cozens <simon@cozens.net>
66804              Date: Tue, 16 Jan 2001 13:52:48 +0000
66805              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
66806              
66807              Subject: Re: API Cleanup
66808              From: Simon Cozens <simon@cozens.net>
66809              Date: Tue, 16 Jan 2001 14:58:55 +0000
66810              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
66811              
66812              UTF-8 doc patches.
66813      Branch: perl
66814            ! embed.pl pod/perlapi.pod utf8.c
66815 ____________________________________________________________________________
66816 [  8451] By: jhi                                   on 2001/01/16  14:41:39
66817         Log: podlators 1.07, from Russ Allbery.
66818      Branch: perl
66819            ! lib/Pod/Man.pm
66820 ____________________________________________________________________________
66821 [  8450] By: jhi                                   on 2001/01/16  14:24:19
66822         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
66823              From: "Indy Singh" <indy@nusphere.com>
66824              Date: Mon, 15 Jan 2001 20:59:40 -0500
66825              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
66826      Branch: perl
66827            ! win32/Makefile
66828 ____________________________________________________________________________
66829 [  8449] By: jhi                                   on 2001/01/16  03:42:55
66830         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
66831              at the setting of the ofs_sv in new_struct_thread() as the
66832              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
66833              uninitialized fields are, uh, initialized with),
66834              SvREFCNT_inc()ing that invited a core dump.
66835      Branch: perl
66836            ! util.c
66837 ____________________________________________________________________________
66838 [  8448] By: jhi                                   on 2001/01/16  01:49:07
66839         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
66840              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
66841              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
66842              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
66843              
66844              Replace #8444 and #8445.
66845      Branch: perl
66846            ! ext/B/B.xs ext/B/B/Debug.pm
66847 ____________________________________________________________________________
66848 [  8447] By: jhi                                   on 2001/01/15  21:05:35
66849         Log: Subject: [PATCH] API Variable documentation   
66850              From: Simon Cozens <simon@cozens.net>
66851              Date: Mon, 15 Jan 2001 19:35:54 +0000
66852              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
66853      Branch: perl
66854            ! pod/perlapi.pod thrdvar.h
66855 ____________________________________________________________________________
66856 [  8446] By: jhi                                   on 2001/01/15  20:49:20
66857         Log: Signedness nit.
66858      Branch: perl
66859            ! pp_ctl.c
66860 ____________________________________________________________________________
66861 [  8445] By: jhi                                   on 2001/01/15  20:28:48
66862         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
66863      Branch: perl
66864            ! ext/B/B/Debug.pm
66865 ____________________________________________________________________________
66866 [  8444] By: jhi                                   on 2001/01/15  13:09:10
66867         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
66868      Branch: perl
66869            ! ext/B/B.xs
66870 ____________________________________________________________________________
66871 [  8443] By: jhi                                   on 2001/01/15  13:06:26
66872         Log: Missing from #8439.
66873      Branch: perl
66874            ! keywords.h mg.c
66875 ____________________________________________________________________________
66876 [  8442] By: jhi                                   on 2001/01/15  13:02:38
66877         Log: Subject: [PATCH @8436] Eliminate op_children
66878              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
66879              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
66880              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
66881              
66882              Subject: [PATCH @8436] Re: Eliminate op_children
66883              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
66884              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
66885              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
66886      Branch: perl
66887            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
66888            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
66889            ! op.c op.h
66890 ____________________________________________________________________________
66891 [  8441] By: jhi                                   on 2001/01/15  12:57:08
66892         Log: Use the /^Perl_/-less form of is_lvalue_sub().
66893      Branch: perl
66894            ! pp.h
66895 ____________________________________________________________________________
66896 [  8440] By: jhi                                   on 2001/01/15  05:13:09
66897         Log: Revert #8437 and #8438, the Linux large files story is more complex.
66898      Branch: metaconfig/U/perl
66899            ! d_fpos64_t.U d_off64_t.U
66900      Branch: perl
66901            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66902            ! config_h.SH configure.com epoc/config.sh perl.h
66903            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
66904            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66905            ! win32/config.bc win32/config.gc win32/config.vc
66906 ____________________________________________________________________________
66907 [  8439] By: jhi                                   on 2001/01/15  05:02:24
66908         Log: More UTF-8 patches from Inaba Hiroto.
66909              - The substr lval was still not okay.
66910              - Now pp_stringify and sv_setsv copies source's UTF8 flag
66911              even if IN_BYTE.  pp_stringify is called from fold_constants
66912              at optimization phase and "\x{100}" was made SvUTF8_off under
66913              use bytes (the bytes pragma is for "byte semantics" and not
66914              for "do not produce UTF8 data")
66915              - New `qu' operator to generate UTF8 string explicitly.
66916              Though I agree with the policy "0x00-0xff always produce bytes",
66917              sometimes want to such a string to be coded in UTF8.
66918              I can use pack"U0a*" but it requires more typing and has
66919              runtime overhead.
66920              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
66921              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
66922              string is not UTF8_on and has char 0x80-0xff.
66923              
66924              TODO: document and test qu.
66925      Branch: perl
66926            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
66927            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
66928            ! toke.c
66929 ____________________________________________________________________________
66930 [  8438] By: jhi                                   on 2001/01/14  05:10:23
66931         Log: (Reverted by #8440)
66932              
66933              Metaconfig unit changes for #8437.
66934      Branch: metaconfig/U/perl
66935            ! d_fpos64_t.U d_off64_t.U
66936 ____________________________________________________________________________
66937 [  8437] By: jhi                                   on 2001/01/14  04:55:34
66938         Log: (Reverted by #8440)
66939              
66940              Add <features.h> probing, seems to be needed for (some?)
66941              Linux largefileness.
66942      Branch: perl
66943            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66944            ! config_h.SH configure.com epoc/config.sh perl.h
66945            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
66946            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66947            ! win32/config.bc win32/config.gc win32/config.vc
66948 ____________________________________________________________________________
66949 [  8436] By: jhi                                   on 2001/01/13  17:47:21
66950         Log: Tighten some of the tests a bit.
66951      Branch: perl
66952            ! t/pragma/utf8.t
66953 ____________________________________________________________________________
66954 [  8435] By: jhi                                   on 2001/01/13  17:31:54
66955         Log: Integrate perlio:
66956              
66957              [  8434]
66958              Run dmake regen_config_h for Win32
66959              
66960              [  8433]
66961              VMS friendly patch to Encode compile process
66962      Branch: perl
66963           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
66964           !> win32/config_H.gc win32/config_H.vc
66965 ____________________________________________________________________________
66966 [  8434] By: nick                                  on 2001/01/13  11:36:53
66967         Log: Run dmake regen_config_h for Win32
66968      Branch: perlio
66969            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66970 ____________________________________________________________________________
66971 [  8433] By: nick                                  on 2001/01/13  11:31:55
66972         Log: VMS friendly patch to Encode compile process
66973      Branch: perlio
66974            ! ext/Encode/Makefile.PL ext/Encode/compile
66975 ____________________________________________________________________________
66976 [  8432] By: nick                                  on 2001/01/13  11:06:44
66977         Log: Integrate mainline
66978      Branch: perlio
66979           +> ext/B/B/Concise.pm
66980           !> (integrate 52 files)
66981 ____________________________________________________________________________
66982 [  8431] By: jhi                                   on 2001/01/13  05:55:55
66983         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
66984              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
66985              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
66986              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
66987      Branch: perl
66988            ! ext/B/B/Concise.pm
66989 ____________________________________________________________________________
66990 [  8430] By: jhi                                   on 2001/01/13  04:24:18
66991         Log: The LVRET macro needed an aTHX.
66992      Branch: perl
66993            ! pp.h
66994 ____________________________________________________________________________
66995 [  8429] By: jhi                                   on 2001/01/13  02:12:42
66996         Log: Update Changes.
66997      Branch: perl
66998            ! Changes patchlevel.h
66999 ____________________________________________________________________________
67000 [  8428] By: jhi                                   on 2001/01/13  02:08:50
67001         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
67002              From: Peter Prymmer <pvhp@forte.com>
67003              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
67004              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
67005              
67006              Add a BEGIN guard for sloppy floating point division.
67007      Branch: perl
67008            ! lib/Math/BigInt.pm lib/bigint.pl
67009 ____________________________________________________________________________
67010 [  8427] By: jhi                                   on 2001/01/13  01:47:16
67011         Log: The B::Terse drop-in replacement wasn't quite drop-in.
67012      Branch: perl
67013            ! ext/B/B/Terse.pm
67014 ____________________________________________________________________________
67015 [  8426] By: jhi                                   on 2001/01/12  21:20:43
67016         Log: Use UVXf.
67017      Branch: perl
67018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67019            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
67020            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
67021            ! vos/config.ga.def vos/config.ga.h win32/config.bc
67022            ! win32/config.gc win32/config.vc
67023 ____________________________________________________________________________
67024 [  8425] By: jhi                                   on 2001/01/12  20:20:14
67025         Log: Subject: [PATCH perl@8342] -Wformat
67026              From: Robin Barker <rmb1@cise.npl.co.uk>
67027              Date: Fri, 12 Jan 2001 20:03:14 GMT
67028              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
67029      Branch: perl
67030            ! ext/Encode/Encode.xs mg.c sv.c toke.c
67031 ____________________________________________________________________________
67032 [  8424] By: jhi                                   on 2001/01/12  20:01:48
67033         Log: Subject: B::Concise -- an improved replacement for B::Terse 
67034              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67035              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
67036              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
67037      Branch: perl
67038            + ext/B/B/Concise.pm
67039            ! MANIFEST ext/B/B/Terse.pm
67040 ____________________________________________________________________________
67041 [  8423] By: jhi                                   on 2001/01/12  19:24:02
67042         Log: The new metaconfig unit from the #8421.
67043      Branch: metaconfig/U/perl
67044            + d_sigprocmask.U
67045 ____________________________________________________________________________
67046 [  8422] By: jhi                                   on 2001/01/12  19:23:43
67047         Log: Forgot the microperl config from the #8421.
67048      Branch: perl
67049            ! uconfig.h uconfig.sh
67050 ____________________________________________________________________________
67051 [  8421] By: jhi                                   on 2001/01/12  19:05:27
67052         Log: Add sigprocmask() probe, regen Configure, regen toc.
67053      Branch: perl
67054            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67055            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
67056            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
67057            ! vos/config.ga.h win32/config.bc win32/config.gc
67058            ! win32/config.vc
67059 ____________________________________________________________________________
67060 [  8420] By: jhi                                   on 2001/01/12  18:34:31
67061         Log: Add sockatmark() to the todo list.
67062      Branch: perl
67063            ! Todo-5.6
67064 ____________________________________________________________________________
67065 [  8419] By: jhi                                   on 2001/01/12  18:09:46
67066         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
67067      Branch: perl
67068            ! op.c
67069 ____________________________________________________________________________
67070 [  8418] By: jhi                                   on 2001/01/12  18:05:30
67071         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
67072              From: Radu Greab <radu@netsoft.ro>
67073              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
67074              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
67075      Branch: perl
67076            ! op.c t/pragma/sub_lval.t
67077 ____________________________________________________________________________
67078 [  8417] By: jhi                                   on 2001/01/12  16:09:09
67079         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
67080              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
67081              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
67082              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
67083      Branch: perl
67084            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
67085            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
67086            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
67087            ! t/pragma/sub_lval.t toke.c
67088 ____________________________________________________________________________
67089 [  8416] By: jhi                                   on 2001/01/12  15:42:06
67090         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
67091              From: "Richard Soderberg" <rs@crystalflame.net>
67092              Date: Fri, 12 Jan 2001 04:49:35 -0800
67093              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
67094              
67095              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
67096              according to the platform.
67097      Branch: perl
67098            ! op.c
67099 ____________________________________________________________________________
67100 [  8415] By: jhi                                   on 2001/01/12  15:33:41
67101         Log: One more UTF-8 fix from Inaba Hiroto.
67102      Branch: perl
67103            ! pp.c regexec.c t/pragma/utf8.t
67104 ____________________________________________________________________________
67105 [  8414] By: jhi                                   on 2001/01/12  15:30:18
67106         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
67107      Branch: perl
67108            ! regexec.c
67109 ____________________________________________________________________________
67110 [  8413] By: jhi                                   on 2001/01/12  15:22:10
67111         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
67112              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67113              Date: Thu, 11 Jan 2001 12:53:36 +0100
67114              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
67115      Branch: perl
67116            ! toke.c
67117 ____________________________________________________________________________
67118 [  8412] By: jhi                                   on 2001/01/12  15:20:25
67119         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
67120              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67121              Date: Fri, 12 Jan 2001 14:37:55 +0100
67122              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
67123      Branch: perl
67124            ! hints/posix-bc.sh
67125 ____________________________________________________________________________
67126 [  8411] By: jhi                                   on 2001/01/12  15:14:14
67127         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
67128              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67129              Date: Fri, 12 Jan 2001 10:42:21 +0100
67130              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
67131      Branch: perl
67132            ! t/op/regmesg.t
67133 ____________________________________________________________________________
67134 [  8410] By: jhi                                   on 2001/01/12  05:48:55
67135         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
67136              From: Nicholas Clark <nick@ccl4.org> 
67137              Date: Sun, 7 Jan 2001 19:47:14 +0000
67138              Message-ID: <20010107194714.B1048@plum.flirble.org>
67139      Branch: perl
67140            ! t/op/numconvert.t
67141 ____________________________________________________________________________
67142 [  8409] By: jhi                                   on 2001/01/12  05:41:28
67143         Log: Integrate perlio:
67144              
67145              [  8408]
67146              Remove variables that were used in experiments.
67147              
67148              [  8407]
67149              Catch die in %SIG handler and unblock the signal before re-dying.
67150              This make Linux work _without_ sigsetjmp().
67151              Turn off sigsetjmp() to see what else it does.
67152              May need Configure probe for sigprocmask() if anything has sigaction()
67153              but not sigprocmask().
67154      Branch: perl
67155           !> mg.c scope.h
67156 ____________________________________________________________________________
67157 [  8408] By: nick                                  on 2001/01/11  22:43:28
67158         Log: Remove variables that were used in experiments.
67159      Branch: perlio
67160            ! mg.c
67161 ____________________________________________________________________________
67162 [  8407] By: nick                                  on 2001/01/11  20:57:44
67163         Log: Catch die in %SIG handler and unblock the signal before re-dying.
67164              This make Linux work _without_ sigsetjmp().
67165              Turn off sigsetjmp() to see what else it does.
67166              May need Configure probe for sigprocmask() if anything has sigaction()
67167              but not sigprocmask().
67168      Branch: perlio
67169            ! mg.c scope.h
67170 ____________________________________________________________________________
67171 [  8406] By: nick                                  on 2001/01/11  19:32:07
67172         Log: Integrate mainline
67173      Branch: perlio
67174           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
67175           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
67176           !> t/op/substr.t
67177 ____________________________________________________________________________
67178 [  8405] By: jhi                                   on 2001/01/11  17:11:01
67179         Log: Fix UTF-8 lval substr().
67180      Branch: perl
67181            ! mg.c t/op/substr.t
67182 ____________________________________________________________________________
67183 [  8404] By: jhi                                   on 2001/01/11  05:13:58
67184         Log: Update Changes.
67185      Branch: perl
67186            ! Changes patchlevel.h
67187 ____________________________________________________________________________
67188 [  8403] By: jhi                                   on 2001/01/11  04:38:24
67189         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
67190              From: Hugo <hv@crypt.compulink.co.uk>
67191              Date: Mon, 30 Oct 2000 01:33:26 +0000
67192              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
67193      Branch: perl
67194            ! regexec.c t/op/re_tests
67195 ____________________________________________________________________________
67196 [  8402] By: jhi                                   on 2001/01/11  04:26:12
67197         Log: Integrate perlio:
67198              
67199              [  8401]
67200              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
67201              (So Alan and Ilya can try setting via hints.)
67202              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
67203              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
67204              doing the save everywhere seems to restart read() correctly, but just
67205              doing it once "round" the handler does not.
67206              
67207              [  8399]
67208              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
67209              
67210              [  8393]
67211              Back out Simon's pid hackery for now.
67212              
67213              [  8371]
67214              Fix "scalars leaked" bugs caused by overload magic
67215              (Highlighted by Ilya's DESTROY optimization.)
67216      Branch: perl
67217           !> scope.h util.c
67218 ____________________________________________________________________________
67219 [  8401] By: nick                                  on 2001/01/10  22:52:55
67220         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
67221              (So Alan and Ilya can try setting via hints.)
67222              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
67223              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
67224              doing the save everywhere seems to restart read() correctly, but just
67225              doing it once "round" the handler does not.
67226      Branch: perlio
67227            ! scope.h
67228 ____________________________________________________________________________
67229 [  8400] By: jhi                                   on 2001/01/10  21:57:54
67230         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
67231              of IRIX, HP-UX is unaffected.
67232      Branch: perl
67233            ! perl.h
67234 ____________________________________________________________________________
67235 [  8399] By: nick                                  on 2001/01/10  21:29:19
67236         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
67237      Branch: perlio
67238            ! util.c
67239 ____________________________________________________________________________
67240 [  8398] By: jhi                                   on 2001/01/10  20:55:31
67241         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
67242              also have ReusePort.
67243      Branch: perl
67244            ! ext/IO/lib/IO/Socket/INET.pm
67245 ____________________________________________________________________________
67246 [  8397] By: jhi                                   on 2001/01/10  20:50:57
67247         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
67248              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
67249              Date: Wed, 10 Jan 2001 01:38:13 -0800
67250              Message-ID: <20010110013813.B41744@yahoo-inc.com>
67251      Branch: perl
67252            ! ext/IO/lib/IO/Socket/INET.pm
67253 ____________________________________________________________________________
67254 [  8396] By: jhi                                   on 2001/01/10  20:49:30
67255         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
67256              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
67257              Date: Wed, 10 Jan 2001 01:37:32 -0800
67258              Message-ID: <20010110013732.A41744@yahoo-inc.com>
67259      Branch: perl
67260            ! ext/Socket/Socket.pm
67261 ____________________________________________________________________________
67262 [  8395] By: jhi                                   on 2001/01/10  20:41:37
67263         Log: Test for bug id 20010105.016 (fixed by #8378).
67264      Branch: perl
67265            ! t/op/split.t
67266 ____________________________________________________________________________
67267 [  8394] By: jhi                                   on 2001/01/10  20:26:32
67268         Log: Integrate perlio.
67269      Branch: perl
67270            ! util.c
67271 ____________________________________________________________________________
67272 [  8393] By: nick                                  on 2001/01/10  19:34:30
67273         Log: Back out Simon's pid hackery for now.
67274      Branch: perlio
67275            ! util.c
67276 ____________________________________________________________________________
67277 [  8392] By: nick                                  on 2001/01/10  19:23:13
67278         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
67279      Branch: perlio
67280           !> (integrate 29 files)
67281 ____________________________________________________________________________
67282 [  8391] By: jhi                                   on 2001/01/10  18:43:15
67283         Log: Subject: [PATCH] Fix my_pclose segfault
67284              From: Simon Cozens <simon@cozens.net>
67285              Date: Wed, 10 Jan 2001 18:39:35 +0000
67286              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
67287      Branch: perl
67288            ! util.c
67289 ____________________________________________________________________________
67290 [  8390] By: jhi                                   on 2001/01/10  18:42:08
67291         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
67292              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67293              Date:     Wed, 10 Jan 2001 13:23:02 EST
67294              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
67295      Branch: perl
67296            ! ext/Opcode/Opcode.xs
67297 ____________________________________________________________________________
67298 [  8389] By: jhi                                   on 2001/01/10  15:16:07
67299         Log: Turn off the integer preservation for now.
67300      Branch: perl
67301            ! perl.h
67302 ____________________________________________________________________________
67303 [  8388] By: jhi                                   on 2001/01/10  15:01:25
67304         Log: Few more IDE/editor nits from p5p.
67305      Branch: perl
67306            ! pod/perlfaq3.pod
67307 ____________________________________________________________________________
67308 [  8387] By: jhi                                   on 2001/01/10  06:53:16
67309         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
67310              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
67311              Date: Tue, 9 Jan 2001 23:16:02 +0000
67312              Message-ID: <20010109231602.A81101@plum.flirble.org>
67313      Branch: perl
67314            ! sv.c
67315 ____________________________________________________________________________
67316 [  8386] By: jhi                                   on 2001/01/10  03:17:54
67317         Log: Test cases for #8385 (from Simon's "torture.pl")
67318      Branch: perl
67319            ! t/op/tr.t
67320 ____________________________________________________________________________
67321 [  8385] By: jhi                                   on 2001/01/10  03:17:11
67322         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
67323              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
67324              Date: Wed, 10 Jan 2001 11:39:39 +0900
67325              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
67326              
67327              Some more UTF-8 tr cases fixed.
67328      Branch: perl
67329            ! doop.c
67330 ____________________________________________________________________________
67331 [  8384] By: jhi                                   on 2001/01/09  22:45:40
67332         Log: Allow the locale test needing POSIX and the taint test
67333              needing IPC::SysV to run under 'minitest' (basically,
67334              bail out if loading the extension fails)
67335      Branch: perl
67336            ! t/op/misc.t t/op/taint.t
67337 ____________________________________________________________________________
67338 [  8383] By: jhi                                   on 2001/01/09  21:36:04
67339         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
67340              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67341              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
67342              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
67343      Branch: perl
67344            ! t/io/openpid.t
67345 ____________________________________________________________________________
67346 [  8382] By: jhi                                   on 2001/01/09  21:06:08
67347         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
67348              Should finish up the bug id 20001205.022.
67349      Branch: perl
67350            ! pp.c pp_hot.c scope.c
67351 ____________________________________________________________________________
67352 [  8381] By: jhi                                   on 2001/01/09  18:27:43
67353         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
67354              From: Andy Dougherty <doughera@lafayette.edu>
67355              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
67356              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
67357              
67358              More robust yacc/bison error detection.
67359      Branch: perl
67360            ! t/comp/proto.t
67361 ____________________________________________________________________________
67362 [  8380] By: jhi                                   on 2001/01/09  15:21:38
67363         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
67364              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67365              Date:     Tue, 9 Jan 2001 07:53:55 EST
67366              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
67367      Branch: perl
67368            ! t/op/misc.t vms/test.com
67369 ____________________________________________________________________________
67370 [  8379] By: jhi                                   on 2001/01/09  15:20:38
67371         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
67372              From: jhi@cc.hut.fi
67373              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
67374              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
67375              
67376              The #8378 fixed this.
67377      Branch: perl
67378            ! t/op/tr.t
67379 ____________________________________________________________________________
67380 [  8378] By: jhi                                   on 2001/01/09  15:05:32
67381         Log: Subject: One more patch for UTF8 
67382              From: Inaba Hiroto <inaba@st.rim.or.jp>
67383              Date: Tue, 09 Jan 2001 01:04:32 +0900
67384              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
67385              
67386              UTF-8 fixes for 'x' and tr///.
67387      Branch: perl
67388            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
67389            ! regcomp.c regexec.c toke.c utf8.c
67390 ____________________________________________________________________________
67391 [  8377] By: jhi                                   on 2001/01/09  14:32:17
67392         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
67393      Branch: perl
67394            ! t/op/length.t
67395 ____________________________________________________________________________
67396 [  8376] By: jhi                                   on 2001/01/09  04:32:32
67397         Log: integrate changes #7775, #8316, #8316 from mainline
67398      Branch: maint-5.6/perl
67399            ! hints/solaris_2.sh
67400 ____________________________________________________________________________
67401 [  8375] By: jhi                                   on 2001/01/09  04:26:43
67402         Log: Update Changes.
67403      Branch: perl
67404            ! Changes patchlevel.h
67405 ____________________________________________________________________________
67406 [  8374] By: jhi                                   on 2001/01/09  04:14:32
67407         Log: IDE/editor section tweaking.
67408      Branch: perl
67409            ! pod/perlfaq3.pod
67410 ____________________________________________________________________________
67411 [  8373] By: jhi                                   on 2001/01/09  02:38:26
67412         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
67413              From: Peter Prymmer <pvhp@forte.com>
67414              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
67415              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
67416              
67417              In preparation os OS/390 dynamic loading.
67418      Branch: perl
67419            ! README.os390 hints/os390.sh
67420 ____________________________________________________________________________
67421 [  8372] By: jhi                                   on 2001/01/09  00:24:30
67422         Log: Integrate with perlio.
67423      Branch: perl
67424           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
67425 ____________________________________________________________________________
67426 [  8371] By: nick                                  on 2001/01/08  23:54:33
67427         Log: Fix "scalars leaked" bugs caused by overload magic
67428              (Highlighted by Ilya's DESTROY optimization.)
67429      Branch: perlio
67430            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
67431 ____________________________________________________________________________
67432 [  8370] By: nick                                  on 2001/01/08  20:19:41
67433         Log: Integrate mainline
67434      Branch: perlio
67435           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
67436           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
67437           !> t/op/64bitint.t
67438 ____________________________________________________________________________
67439 [  8369] By: jhi                                   on 2001/01/08  17:30:52
67440         Log: save_delete() Safefree() doesn't (anymore?) work with shared
67441              strings, one test failure in op/misc and almost all of lib/b.
67442              (Outcomments #8369.)
67443      Branch: perl
67444            ! scope.c
67445 ____________________________________________________________________________
67446 [  8368] By: jhi                                   on 2001/01/08  14:47:10
67447         Log: (Outcommented by #8369.)
67448              
67449              Subject: Re: Perl BugID 20001205.022 ---- save_delete
67450              From: Simon Cozens <simon@cozens.net>
67451              Date: Sat, 6 Jan 2001 11:48:40 +0000
67452              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
67453              
67454              The save_delete() does need the Safefree.
67455      Branch: perl
67456            ! scope.c
67457 ____________________________________________________________________________
67458 [  8367] By: bailey                                on 2001/01/08  08:53:52
67459         Log: Once again syncing after too long an absence
67460      Branch: vmsperl
67461           +> (branch 55 files)
67462            - MAINTAIN fix_pl vos/config.def vos/config.h
67463            - vos/config_h.SH_orig
67464           !> (integrate 498 files)
67465 ____________________________________________________________________________
67466 [  8366] By: jhi                                   on 2001/01/08  02:42:59
67467         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
67468              From: nick@ccl4.org
67469              Date: Sun, 7 Jan 2001 21:07:18 +0000
67470              Message-Id: <20010107210717.D1048@plum.flirble.org>
67471      Branch: perl
67472            ! sv.c t/op/64bitint.t
67473 ____________________________________________________________________________
67474 [  8365] By: jhi                                   on 2001/01/08  02:35:16
67475         Log: Subject: [PATCH] environ nit
67476              From: Simon Cozens <simon@cozens.net>
67477              Date: Sun, 7 Jan 2001 17:57:07 +0000
67478              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
67479              
67480              Use environ only if we have it.
67481      Branch: perl
67482            ! mg.c
67483 ____________________________________________________________________________
67484 [  8364] By: jhi                                   on 2001/01/08  02:24:51
67485         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
67486      Branch: perl
67487            ! ext/GDBM_File/GDBM_File.xs
67488 ____________________________________________________________________________
67489 [  8363] By: jhi                                   on 2001/01/08  02:19:24
67490         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
67491              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67492              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
67493              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
67494      Branch: perl
67495            ! dump.c op.c
67496 ____________________________________________________________________________
67497 [  8362] By: jhi                                   on 2001/01/08  02:17:43
67498         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
67499              From: Doug MacEachern <dougm@covalent.net>
67500              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
67501              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
67502              
67503              Allow AUTOLOAD to be an xsub and allow such xsubs
67504              to avoid use of $AUTOLOAD.
67505      Branch: perl
67506            ! gv.c
67507 ____________________________________________________________________________
67508 [  8361] By: jhi                                   on 2001/01/08  02:16:07
67509         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
67510              From: Radu Greab <radu@netsoft.ro>
67511              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
67512              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
67513              
67514              No need for the potentially nonportable $SIG{CHLD}.
67515      Branch: perl
67516            ! t/io/pipe.t
67517 ____________________________________________________________________________
67518 [  8360] By: jhi                                   on 2001/01/08  01:58:23
67519         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
67520      Branch: perl
67521            ! lib/Getopt/Long.pm
67522 ____________________________________________________________________________
67523 [  8359] By: jhi                                   on 2001/01/08  01:55:44
67524         Log: Integrate perlio:
67525              
67526              [  8356]
67527              FILE * in XS code for PerlIO world:
67528              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
67529              - Add FILE * T_STDIO typemap.
67530              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
67531              
67532              [  8346]
67533              Fixup accumulated integrate muddles (perlio == devperl again)
67534      Branch: perl
67535           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
67536           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
67537           !> utf8.c win32/Makefile
67538 ____________________________________________________________________________
67539 [  8358] By: jhi                                   on 2001/01/07  21:16:50
67540         Log: Update the EPOC cross SDK URL.
67541      Branch: perl
67542            ! README.epoc
67543 ____________________________________________________________________________
67544 [  8357] By: jhi                                   on 2001/01/07  21:16:09
67545         Log: Update the EPOC cross SDK URL.
67546      Branch: maint-5.6/perl
67547            ! README.epoc
67548 ____________________________________________________________________________
67549 [  8356] By: nick                                  on 2001/01/06  21:47:52
67550         Log: FILE * in XS code for PerlIO world:
67551              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
67552              - Add FILE * T_STDIO typemap.
67553              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
67554      Branch: perlio
67555            ! lib/ExtUtils/typemap perlio.c perlio.h
67556 ____________________________________________________________________________
67557 [  8355] By: jhi                                   on 2001/01/06  20:27:15
67558         Log: integrate change #8336 from mainline
67559              
67560              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
67561      Branch: maint-5.6/perl
67562            ! hv.c
67563 ____________________________________________________________________________
67564 [  8354] By: jhi                                   on 2001/01/06  20:24:29
67565         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
67566              From: Robin Barker <rmb1@cise.npl.co.uk>
67567              Date: Fri, 22 Dec 2000 12:17:38 GMT
67568              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
67569              
67570              The patch reformats some long =item lines so they give
67571              correct output via pod2man | nroff -man
67572              
67573              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
67574              From: Robin Barker <rmb1@cise.npl.co.uk>
67575              Date: Tue, 2 Jan 2001 15:35:03 GMT
67576              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
67577              
67578              Here is a _further_ patch which corrects a few more errors:
67579              * an empty C<=item> in CPAN.pm
67580              * patching the wrong file (pod/perlamiga.pod not README.amiga)
67581              * leaving empty C<=item>s which formatted incorrectly
67582              * over long C<=item>s revealed by latest patch to Pod::Man
67583      Branch: maint-5.6/perl
67584            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
67585            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
67586            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
67587            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
67588            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
67589            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
67590 ____________________________________________________________________________
67591 [  8353] By: jhi                                   on 2001/01/06  20:21:10
67592         Log: integrate changes #7980, 8056, 8057 from mainline
67593              
67594              UTF-8 hash keys.
67595      Branch: maint-5.6/perl
67596            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
67597 ____________________________________________________________________________
67598 [  8352] By: jhi                                   on 2001/01/06  20:18:44
67599         Log: Forgotten from #8438.
67600      Branch: maint-5.6/perl
67601            ! epoc/epocish.h
67602 ____________________________________________________________________________
67603 [  8351] By: jhi                                   on 2001/01/06  20:18:12
67604         Log: Forgotten from #8347.
67605      Branch: maint-5.6/perl
67606            ! config_h.SH
67607 ____________________________________________________________________________
67608 [  8350] By: jhi                                   on 2001/01/06  20:00:19
67609         Log: Thinko in #8347.
67610      Branch: maint-5.6/perl
67611            ! regcomp.c
67612 ____________________________________________________________________________
67613 [  8349] By: jhi                                   on 2001/01/06  18:05:30
67614         Log: Copy the FAQ3 IDE section from the development branch,
67615              changes originally by Peter Prymmer.
67616      Branch: maint-5.6/perl
67617            ! pod/perlfaq3.pod
67618 ____________________________________________________________________________
67619 [  8348] By: jhi                                   on 2001/01/06  18:03:02
67620         Log: EPOC updates for TRIAL1.
67621              
67622              Subject: [5.6.1 trial1] EPOC update
67623              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67624              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
67625              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
67626              
67627              Subject: epoc patch2 for perl-5.6.1-trial1
67628              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67629              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
67630              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
67631      Branch: maint-5.6/perl
67632            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
67633            ! epoc/epocish.c
67634 ____________________________________________________________________________
67635 [  8347] By: jhi                                   on 2001/01/06  17:29:10
67636         Log: integrate changes #7710,7824,7973 from mainline,
67637              plus VMS nits from Peter Prymmer and Dan Sugalski.
67638              
67639              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
67640              library (getprotobyname and getprotobynumber are outversioned by
67641              the same calls in libc, at least for xlc version 3.
67642              
67643              Add HAS_SBRK_PROTO.
67644              
67645              Fixes for signedness warnings noticed by VMSperlers.
67646      Branch: maint-5.6/perl
67647            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67648            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
67649            ! sv.c vms/descrip_mms.template vos/config.alpha.def
67650            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67651            ! win32/config.bc win32/config.gc win32/config.vc
67652 ____________________________________________________________________________
67653 [  8346] By: nick                                  on 2001/01/06  14:36:01
67654         Log: Fixup accumulated integrate muddles (perlio == devperl again)
67655      Branch: perlio
67656            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
67657 ____________________________________________________________________________
67658 [  8345] By: nick                                  on 2001/01/06  14:24:58
67659         Log: Integrate mainline
67660      Branch: perlio
67661           !> (integrate 55 files)
67662 ____________________________________________________________________________
67663 [  8344] By: jhi                                   on 2001/01/06  02:24:02
67664         Log: Subject: [patch] PerlIO_cleanup() prototype
67665              From: Doug MacEachern <dougm@covalent.net>
67666              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
67667              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
67668      Branch: perl
67669            ! perlio.h
67670 ____________________________________________________________________________
67671 [  8343] By: jhi                                   on 2001/01/06  01:04:09
67672         Log: IRIX compiler noticed that the bof initialization might be
67673              bypassed by control flow.
67674      Branch: perl
67675            ! toke.c
67676 ____________________________________________________________________________
67677 [  8342] By: jhi                                   on 2001/01/06  00:10:48
67678         Log: Update Changes.
67679      Branch: perl
67680            ! Changes patchlevel.h
67681 ____________________________________________________________________________
67682 [  8341] By: jhi                                   on 2001/01/05  23:52:33
67683         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
67684      Branch: perl
67685            ! toke.c
67686 ____________________________________________________________________________
67687 [  8340] By: jhi                                   on 2001/01/05  22:44:08
67688         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
67689              From: Radu Greab <radu@netsoft.ro>
67690              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
67691              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
67692      Branch: perl
67693            ! t/io/pipe.t util.c
67694 ____________________________________________________________________________
67695 [  8339] By: jhi                                   on 2001/01/05  22:35:17
67696         Log: Subject: [PATCH] format and rewording in perlfaq.pod
67697              From: Robin Barker <rmb1@cise.npl.co.uk>
67698              Date: Fri, 5 Jan 2001 18:51:20 GMT
67699              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
67700      Branch: perl
67701            ! pod/perlfaq.pod
67702 ____________________________________________________________________________
67703 [  8338] By: jhi                                   on 2001/01/05  22:31:17
67704         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
67705              From: Peter Prymmer <pvhp@forte.com>
67706              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
67707              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
67708      Branch: perl
67709            ! utils/perlbug.PL
67710 ____________________________________________________________________________
67711 [  8337] By: jhi                                   on 2001/01/05  18:15:11
67712         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
67713              From: Robin Barker <rmb1@cise.npl.co.uk>
67714              Date: Tue, 2 Jan 2001 15:24:07 GMT
67715              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
67716              
67717              If you call configure as C<./Configure> or C<sh ./Configure>,
67718              $src is set to the absolute path name, not '.'.
67719              
67720              This, in turn, means -Dmksymlink tries to do its stuff because
67721              it does not think it is in the src directory.
67722              
67723              (plus a metaconfig nitfix)
67724      Branch: metaconfig
67725            ! U/compline/ccflags.U U/modified/src.U
67726      Branch: perl
67727            ! Configure config_h.SH
67728 ____________________________________________________________________________
67729 [  8336] By: jhi                                   on 2001/01/05  17:48:32
67730         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
67731              From: Alan Burlison <Alan.Burlison@uk.sun.com>
67732              Message-ID: <3A5606C4.473D2226@uk.sun.com>
67733              Date: Fri, 05 Jan 2001 17:39:16 +0000
67734      Branch: perl
67735            ! hv.c
67736 ____________________________________________________________________________
67737 [  8335] By: jhi                                   on 2001/01/05  16:05:44
67738         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
67739      Branch: perl
67740            ! lib/Getopt/Long.pm
67741 ____________________________________________________________________________
67742 [  8334] By: jhi                                   on 2001/01/05  16:00:51
67743         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
67744              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
67745              Date: Fri, 05 Jan 2001 13:46:51 +0100
67746              Message-ID: <13693.978698811@nice.ram.loc>
67747              
67748              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
67749              accurate reading of the "atime".  
67750      Branch: perl
67751            ! t/io/fs.t
67752 ____________________________________________________________________________
67753 [  8333] By: jhi                                   on 2001/01/05  15:57:37
67754         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
67755              From: Simon Cozens <simon@cozens.net>
67756              Date: Fri, 8 Dec 2000 13:33:31 +0000
67757              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
67758              
67759              A lost patch fragment.
67760      Branch: perl
67761            ! doop.c
67762 ____________________________________________________________________________
67763 [  8332] By: jhi                                   on 2001/01/05  15:40:42
67764         Log: Do away with strncpy() and a fixed length buffer.
67765      Branch: perl
67766            ! utf8.c
67767 ____________________________________________________________________________
67768 [  8331] By: jhi                                   on 2001/01/05  15:03:07
67769         Log: Tests for #8329 and #8330.
67770      Branch: perl
67771            ! t/op/bop.t
67772 ____________________________________________________________________________
67773 [  8330] By: jhi                                   on 2001/01/05  15:02:38
67774         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
67775              raw 8-bit form to the UTF-8 string.
67776      Branch: perl
67777            ! toke.c
67778 ____________________________________________________________________________
67779 [  8329] By: jhi                                   on 2001/01/05  14:55:13
67780         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
67781              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67782              Date: Fri, 5 Jan 2001 12:28:52 +0100
67783              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
67784              
67785              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
67786              no effect.  (changed the strncpy() to Copy())
67787      Branch: perl
67788            ! toke.c
67789 ____________________________________________________________________________
67790 [  8328] By: jhi                                   on 2001/01/05  06:44:27
67791         Log: UTF-8 cleanup.
67792      Branch: perl
67793            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
67794            ! regexec.c sv.c toke.c
67795 ____________________________________________________________________________
67796 [  8327] By: jhi                                   on 2001/01/05  01:11:29
67797         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')
67798              From: Radu Greab <radu@netsoft.ro>
67799              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
67800              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
67801              
67802              Cleans up Harness to not use FileHandle, which uses IO.
67803      Branch: perl
67804            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
67805 ____________________________________________________________________________
67806 [  8326] By: jhi                                   on 2001/01/05  00:56:37
67807         Log: Update Changes.
67808      Branch: perl
67809            ! Changes patchlevel.h
67810 ____________________________________________________________________________
67811 [  8325] By: jhi                                   on 2001/01/05  00:53:18
67812         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
67813              From: Peter Prymmer <pvhp@forte.com>
67814              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
67815              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
67816              
67817              plus a couple more tailing whitespace removals.
67818      Branch: perl
67819            ! win32/Makefile
67820 ____________________________________________________________________________
67821 [  8324] By: jhi                                   on 2001/01/05  00:47:39
67822         Log: Add some Unicode chop() tests.
67823      Branch: perl
67824            ! t/op/chop.t
67825 ____________________________________________________________________________
67826 [  8323] By: jhi                                   on 2001/01/05  00:47:23
67827         Log: Unify UTF-8 malformedness handling.
67828      Branch: perl
67829            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
67830 ____________________________________________________________________________
67831 [  8322] By: jhi                                   on 2001/01/04  22:21:54
67832         Log: The new $issymlink was unknown to Mksymlinks.
67833      Branch: metaconfig/U/perl
67834            ! Mksymlinks.U issymlink.U
67835      Branch: perl
67836            ! Configure config_h.SH
67837 ____________________________________________________________________________
67838 [  8321] By: jhi                                   on 2001/01/04  21:51:05
67839         Log: The test didn't work under the core test framework.
67840      Branch: perl
67841            ! t/lib/st-lock.t
67842 ____________________________________________________________________________
67843 [  8320] By: jhi                                   on 2001/01/04  21:14:22
67844         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
67845      Branch: perl
67846            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
67847 ____________________________________________________________________________
67848 [  8319] By: jhi                                   on 2001/01/04  20:46:17
67849         Log: Typo in #8312 when manually applying a problematic patch fragment.
67850      Branch: perl
67851            ! ext/Storable/Storable.xs
67852 ____________________________________________________________________________
67853 [  8318] By: jhi                                   on 2001/01/04  20:43:01
67854         Log: The $sh_c didn't fly.
67855      Branch: metaconfig
67856            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
67857            ! U/modified/Loc.U U/modified/myhostname.U
67858            ! U/modified/spitshell.U
67859      Branch: metaconfig/U/perl
67860            ! issymlink.U
67861      Branch: perl
67862            ! Configure config_h.SH
67863 ____________________________________________________________________________
67864 [  8317] By: jhi                                   on 2001/01/04  19:58:01
67865         Log: AIX builtin test -h is broken, changes based on
67866              
67867              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
67868              Date: Tue, 02 Jan 2001 11:24:39 +0100
67869              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67870              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
67871      Branch: metaconfig
67872            + U/modified/spitshell.U
67873            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
67874            ! U/modified/Loc.U U/modified/myhostname.U
67875      Branch: metaconfig/U/perl
67876            ! Mksymlinks.U issymlink.U
67877      Branch: perl
67878            ! Configure
67879 ____________________________________________________________________________
67880 [  8316] By: jhi                                   on 2001/01/04  19:02:22
67881         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
67882              From: Andy Dougherty <doughera@lafayette.edu>
67883              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
67884              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
67885              
67886              Beware of GNU ld.
67887      Branch: perl
67888            ! hints/solaris_2.sh
67889 ____________________________________________________________________________
67890 [  8315] By: jhi                                   on 2001/01/04  18:56:48
67891         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
67892              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
67893              Date: Wed, 3 Jan 2001 07:58:51 +0100
67894              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
67895      Branch: perl
67896            ! hints/solaris_2.sh
67897 ____________________________________________________________________________
67898 [  8314] By: jhi                                   on 2001/01/04  18:54:07
67899         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
67900              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67901              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
67902              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
67903              
67904              Doc tweak on #8313.
67905      Branch: perl
67906            ! ext/B/B/Deparse.pm
67907 ____________________________________________________________________________
67908 [  8313] By: jhi                                   on 2001/01/04  18:52:27
67909         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
67910              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
67911              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67912              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
67913              
67914              Make the peephole optimizer to bypass more null ops and
67915              and rewrite the deparse handling of continue blocks.
67916      Branch: perl
67917            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
67918 ____________________________________________________________________________
67919 [  8312] By: jhi                                   on 2001/01/04  18:47:39
67920         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
67921      Branch: perl
67922            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
67923            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
67924            ! t/lib/st-lock.t
67925 ____________________________________________________________________________
67926 [  8311] By: jhi                                   on 2001/01/04  18:36:08
67927         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
67928              filter to be run on each .pm during the pm_to_blib() phase,
67929              a fixed version of
67930              
67931              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
67932              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
67933              Date: Wed, 03 Jan 2001 22:01:30 +0100
67934              Message-ID: <5296.978555690@nice.ram.loc>
67935      Branch: perl
67936            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
67937            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
67938            ! lib/ExtUtils/MakeMaker.pm
67939 ____________________________________________________________________________
67940 [  8310] By: jhi                                   on 2001/01/04  18:32:54
67941         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
67942              From: Robin Barker <rmb1@cise.npl.co.uk>
67943              Date: Tue, 2 Jan 2001 15:35:03 GMT
67944              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
67945      Branch: perl
67946            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
67947            ! pod/perlrequick.pod
67948 ____________________________________________________________________________
67949 [  8309] By: jhi                                   on 2001/01/04  18:29:07
67950         Log: Subject: Re: [patch] static-ize XS()
67951              From: Doug MacEachern <dougm@covalent.net>
67952              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
67953              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
67954              
67955              Provide prototypes for the XS functions.
67956      Branch: perl
67957            ! lib/ExtUtils/xsubpp
67958 ____________________________________________________________________________
67959 [  8308] By: jhi                                   on 2001/01/04  18:27:44
67960         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
67961              From: Doug MacEachern <dougm@covalent.net>
67962              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
67963              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
67964      Branch: perl
67965            ! lib/ExtUtils/typemap
67966 ____________________________________________________________________________
67967 [  8307] By: jhi                                   on 2001/01/04  18:25:25
67968         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
67969              From: Doug MacEachern <dougm@covalent.net>
67970              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
67971              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
67972              
67973              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
67974      Branch: perl
67975            ! lib/ExtUtils/MM_Unix.pm
67976 ____________________________________________________________________________
67977 [  8306] By: jhi                                   on 2001/01/04  18:23:00
67978         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
67979              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67980              Date: Thu, 4 Jan 2001 12:47:10 +0100 
67981              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
67982              
67983              The toke.c part only, patching embed.h and proto.h is futile.
67984      Branch: perl
67985            ! toke.c
67986 ____________________________________________________________________________
67987 [  8305] By: jhi                                   on 2001/01/04  18:05:51
67988         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
67989              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67990              Date: Thu, 4 Jan 2001 17:50:12 +0100 
67991              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
67992      Branch: perl
67993            ! toke.c
67994 ____________________________________________________________________________
67995 [  8304] By: jhi                                   on 2001/01/04  18:03:26
67996         Log: Subject: [PATCH perl@8269]
67997              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67998              Date: Thu, 4 Jan 2001 12:53:39 +0100 
67999              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
68000              
68001              If running byacc write-enable also perly.h.
68002      Branch: perl
68003            ! Makefile.SH
68004 ____________________________________________________________________________
68005 [  8303] By: jhi                                   on 2001/01/04  15:40:49
68006         Log: Rewrite pp_concat() in terms of sv_catsv().
68007      Branch: perl
68008            ! pp_hot.c
68009 ____________________________________________________________________________
68010 [  8302] By: nick                                  on 2001/01/03  22:43:22
68011         Log: Integrate mainline.
68012      Branch: perlio
68013           !> ext/Encode/Encode.xs sv.c utf8.c
68014 ____________________________________________________________________________
68015 [  8301] By: jhi                                   on 2001/01/02  23:40:26
68016         Log: Variable naming tweak.
68017      Branch: perl
68018            ! sv.c
68019 ____________________________________________________________________________
68020 [  8300] By: jhi                                   on 2001/01/02  23:40:02
68021         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
68022              in is_utf8_string().
68023      Branch: perl
68024            ! utf8.c
68025 ____________________________________________________________________________
68026 [  8299] By: jhi                                   on 2001/01/02  22:14:40
68027         Log: Integrate perlio:
68028              
68029              [  8298]
68030              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
68031              
68032              [  8296]
68033              Add Encode and correct Filter/Util/Call in nmake Makefile
68034      Branch: perl
68035           !> pp.c pp_hot.c win32/Makefile
68036 ____________________________________________________________________________
68037 [  8298] By: nick                                  on 2001/01/02  22:03:06
68038         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
68039      Branch: perlio
68040            ! pp.c pp_hot.c
68041 ____________________________________________________________________________
68042 [  8297] By: jhi                                   on 2001/01/02  04:26:28
68043         Log: Signedness nit.
68044      Branch: perl
68045            ! ext/Encode/Encode.xs
68046 ____________________________________________________________________________
68047 [  8296] By: nick                                  on 2001/01/01  23:49:36
68048         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
68049      Branch: perlio
68050            ! win32/Makefile
68051 ____________________________________________________________________________
68052 [  8295] By: jhi                                   on 2001/01/01  23:05:48
68053         Log: Integrate perlio:
68054              
68055              [  8293]
68056              More rigor in UTF-8-ness of Encode's toUnicode
68057              XS export some of the utf8 internal functions.
68058              Test some of the functions.
68059              Fix pp_concat() bug shown by said tests.
68060      Branch: perl
68061           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
68062           !> t/lib/encode.t
68063 ____________________________________________________________________________
68064 [  8294] By: nick                                  on 2001/01/01  22:48:34
68065         Log: Integrate mainline
68066      Branch: perlio
68067            ! pp_hot.c t/lib/encode.t
68068           !> (integrate 65 files)
68069 ____________________________________________________________________________
68070 [  8293] By: nick                                  on 2001/01/01  21:58:50
68071         Log: More rigor in UTF-8-ness of Encode's toUnicode
68072              XS export some of the utf8 internal functions.
68073              Test some of the functions.
68074              Fix pp_concat() bug shown by said tests.
68075      Branch: perlio
68076            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
68077            ! t/lib/encode.t
68078 ____________________________________________________________________________
68079 [  8292] By: jhi                                   on 2001/01/01  18:11:44
68080         Log: Integrate perlio:
68081              
68082              [  8290]
68083              Loose the "Loading..." warning.
68084              Another bug in fallback support
68085              
68086              [  8288]
68087              Fix .ucm reading - forgot a chr()
68088              Start of .ucm write (for .enc to .ucm)
68089              
68090              [  8285]
68091              Start of support of ICU-style .ucm files:
68092              - teach compile how to read a .ucm file
68093              - first guess at how to represent fallbacks in "tries".
68094              - use fallbacks if check == 0
68095              - new return code to indicate we used one.
68096      Branch: perl
68097           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
68098           !> ext/Encode/encengine.c ext/Encode/encode.h
68099 ____________________________________________________________________________
68100 [  8291] By: jhi                                   on 2001/01/01  18:10:58
68101         Log: Podify README.mpeix (a new version from the web),
68102              add a dummy NAME to Carp::Heavy, regen toc.
68103      Branch: perl
68104            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
68105            ! pod/perltoc.pod
68106 ____________________________________________________________________________
68107 [  8290] By: nick                                  on 2001/01/01  17:43:47
68108         Log: Loose the "Loading..." warning.
68109              Another bug in fallback support
68110      Branch: perlio
68111            ! ext/Encode/Encode.pm ext/Encode/encengine.c
68112 ____________________________________________________________________________
68113 [  8289] By: jhi                                   on 2001/01/01  00:01:57
68114         Log: Bump up Larry's copyright.
68115      Branch: perl
68116            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
68117            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
68118            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
68119            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
68120            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
68121            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
68122            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
68123            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
68124 ____________________________________________________________________________
68125 [  8288] By: nick                                  on 2000/12/31  21:27:53
68126         Log: Fix .ucm reading - forgot a chr()
68127              Start of .ucm write (for .enc to .ucm)
68128      Branch: perlio
68129            ! ext/Encode/compile
68130 ____________________________________________________________________________
68131 [  8287] By: jhi                                   on 2000/12/31  18:15:56
68132         Log: Comment away a diagnostic message as noted by Craig A. Berry
68133              (the unexpected message was confusing testing)
68134      Branch: perl
68135            ! ext/Encode/Encode.pm
68136 ____________________________________________________________________________
68137 [  8286] By: jhi                                   on 2000/12/31  18:14:51
68138         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
68139              Date: Sun, 31 Dec 2000 11:17:37 -0600
68140              From: "Craig A. Berry" <craigberry@mac.com>
68141              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
68142      Branch: perl
68143            ! ext/Encode/Makefile.PL
68144 ____________________________________________________________________________
68145 [  8285] By: nick                                  on 2000/12/31  18:11:54
68146         Log: Start of support of ICU-style .ucm files:
68147              - teach compile how to read a .ucm file
68148              - first guess at how to represent fallbacks in "tries".
68149              - use fallbacks if check == 0
68150              - new return code to indicate we used one.
68151      Branch: perlio
68152            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
68153            ! ext/Encode/encengine.c ext/Encode/encode.h
68154 ____________________________________________________________________________
68155 [  8284] By: jhi                                   on 2000/12/31  18:04:41
68156         Log: Pacify picky VMS compiler.
68157              
68158              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
68159              From: "Craig A. Berry" <craig.berry@psinetcs.com>
68160              Date: Sat, 30 Dec 2000 18:10:02 -0600
68161              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
68162      Branch: perl
68163            ! sv.c
68164 ____________________________________________________________________________
68165 [  8283] By: jhi                                   on 2000/12/31  16:11:47
68166         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
68167      Branch: perl
68168            ! t/lib/glob-basic.t
68169 ____________________________________________________________________________
68170 [  8282] By: jhi                                   on 2000/12/31  15:26:11
68171         Log: Integrate perlio:
68172              
68173              [  8281]
68174              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
68175              is available to be exported
68176              
68177              [  8280]
68178              Ilya's OS2 patch (testing for damage on Win32)
68179      Branch: perl
68180           !> makedef.pl opcode.pl os2/os2.c perlio.c
68181 ____________________________________________________________________________
68182 [  8281] By: nick                                  on 2000/12/31  10:06:15
68183         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
68184              is available to be exported
68185      Branch: perlio
68186            ! makedef.pl perlio.c
68187 ____________________________________________________________________________
68188 [  8280] By: nick                                  on 2000/12/31  09:41:26
68189         Log: Ilya's OS2 patch (testing for damage on Win32)
68190      Branch: perlio
68191            ! makedef.pl opcode.pl os2/os2.c
68192 ____________________________________________________________________________
68193 [  8279] By: jhi                                   on 2000/12/30  21:52:07
68194         Log: Test nits.
68195      Branch: perl
68196            ! t/lib/syslfs.t t/op/lfs.t
68197 ____________________________________________________________________________
68198 [  8278] By: jhi                                   on 2000/12/30  21:47:49
68199         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
68200              From: andreas.koenig@anima.de (Andreas J. Koenig)
68201              Date: 30 Dec 2000 22:35:37 +0100
68202              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
68203              
68204              The 32-bit wraparound test wasn't quite right.
68205      Branch: perl
68206            ! t/lib/syslfs.t t/op/lfs.t
68207 ____________________________________________________________________________
68208 [  8277] By: jhi                                   on 2000/12/30  21:33:44
68209         Log: Subject: [PATCH] open() example in perlfunc.pod 
68210              From: Karsten Sperling <s_sperli@ira.uka.de>
68211              Date: Sat, 30 Dec 2000 22:27:09 +0100
68212              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
68213      Branch: perl
68214            ! pod/perlfunc.pod
68215 ____________________________________________________________________________
68216 [  8276] By: jhi                                   on 2000/12/30  20:32:40
68217         Log: Not quite that many tests yet.
68218      Branch: perl
68219            ! t/op/pat.t
68220 ____________________________________________________________________________
68221 [  8275] By: jhi                                   on 2000/12/30  20:26:58
68222         Log: Integrate perlio:
68223              
68224              [  8272]
68225              Tweak for MULTIPLICITY/USE_PERLIO
68226      Branch: perl
68227           !> toke.c
68228 ____________________________________________________________________________
68229 [  8274] By: jhi                                   on 2000/12/30  20:24:56
68230         Log: Signedness nit.
68231      Branch: perl
68232            ! utf8.c
68233 ____________________________________________________________________________
68234 [  8273] By: jhi                                   on 2000/12/30  20:15:46
68235         Log: Add a test case for 20000731.001 which was fixed by the #8267.
68236      Branch: perl
68237            ! t/op/pat.t
68238 ____________________________________________________________________________
68239 [  8272] By: nick                                  on 2000/12/30  19:47:51
68240         Log: Tweak for MULTIPLICITY/USE_PERLIO
68241      Branch: perlio
68242            ! toke.c
68243 ____________________________________________________________________________
68244 [  8271] By: nick                                  on 2000/12/30  19:46:45
68245         Log: Integrate mainline
68246      Branch: perlio
68247           +> lib/unicode/distinct.pm
68248           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
68249           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
68250           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
68251 ____________________________________________________________________________
68252 [  8270] By: jhi                                   on 2000/12/30  19:39:50
68253         Log: Subject: RE: perl@8269
68254              From: "Richard Soderberg" <rs@crystalflame.net>
68255              Date: Sat, 30 Dec 2000 11:36:27 -0800
68256              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
68257              
68258              A missing aTHX_.
68259      Branch: perl
68260            ! toke.c
68261 ____________________________________________________________________________
68262 [  8269] By: jhi                                   on 2000/12/30  18:55:48
68263         Log: Update Changes.
68264      Branch: perl
68265            ! Changes patchlevel.h
68266 ____________________________________________________________________________
68267 [  8268] By: jhi                                   on 2000/12/30  17:18:40
68268         Log: Add a test for Unicode split //.  The #8267 was the cure.
68269      Branch: perl
68270            ! t/op/split.t
68271 ____________________________________________________________________________
68272 [  8267] By: jhi                                   on 2000/12/30  17:14:19
68273         Log: Subject: more UTF8 test suites and an UTF8 patch
68274              From: Inaba Hiroto <inaba@st.rim.or.jp>
68275              Date: Sat, 30 Dec 2000 14:27:10 +0900
68276              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
68277              
68278              Just the patch part for now, and the pragma renamed
68279              as unicode::distinct.
68280      Branch: perl
68281            + lib/unicode/distinct.pm
68282            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
68283            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
68284            ! regcomp.h regexec.c sv.c toke.c utf8.c
68285 ____________________________________________________________________________
68286 [  8266] By: nick                                  on 2000/12/30  16:40:49
68287         Log: Integrate mainline
68288      Branch: perlio
68289           +> lib/Pod/Text/Overstrike.pm
68290           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
68291           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
68292           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
68293           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
68294           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
68295 ____________________________________________________________________________
68296 [  8265] By: jhi                                   on 2000/12/30  07:28:55
68297         Log: The sv_catsv() fix, take two.
68298      Branch: perl
68299            ! sv.c t/op/join.t
68300 ____________________________________________________________________________
68301 [  8264] By: jhi                                   on 2000/12/30  06:19:18
68302         Log: Undo all the join-related changes since #8248: relevant
68303              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
68304              The new sv_catsv() doesn't fly so it must go back to
68305              the drawing board.
68306      Branch: perl
68307            ! sv.c t/op/join.t t/pragma/utf8.t
68308 ____________________________________________________________________________
68309 [  8263] By: jhi                                   on 2000/12/30  01:08:32
68310         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
68311      Branch: perl
68312            ! sv.c
68313 ____________________________________________________________________________
68314 [  8262] By: jhi                                   on 2000/12/30  00:45:14
68315         Log: Retract #8261.
68316      Branch: perl
68317            ! hv.c util.c
68318 ____________________________________________________________________________
68319 [  8261] By: jhi                                   on 2000/12/30  00:38:32
68320         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
68321      Branch: perl
68322            ! hv.c util.c
68323 ____________________________________________________________________________
68324 [  8260] By: jhi                                   on 2000/12/29  22:51:33
68325         Log: (Retracted by #8264)  More fixing for #8251.
68326      Branch: perl
68327            ! sv.c
68328 ____________________________________________________________________________
68329 [  8259] By: jhi                                   on 2000/12/29  18:27:30
68330         Log: Subject: podlators 1.06 released
68331              From: Russ Allbery <rra@stanford.edu>
68332              Date: 25 Dec 2000 05:09:30 -0800
68333              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
68334      Branch: perl
68335            + lib/Pod/Text/Overstrike.pm
68336            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
68337            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
68338 ____________________________________________________________________________
68339 [  8258] By: jhi                                   on 2000/12/29  18:20:45
68340         Log: Make the large file tests more robust/talkative as suggested by
68341              
68342              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
68343              From: andreas.koenig@anima.de (Andreas J. Koenig)
68344              Date: 29 Dec 2000 14:23:01 +0100
68345              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
68346      Branch: perl
68347            ! t/lib/syslfs.t t/op/lfs.t
68348 ____________________________________________________________________________
68349 [  8257] By: jhi                                   on 2000/12/29  17:48:04
68350         Log: Further VMS piping fixes from Charles Lane:
68351              
68352              In summary, error messages produced when a subprocess terminated
68353              abnormally were being sent not just to the parent process, but to
68354              grandparents, because of default values for error output that were
68355              not completely overridden when the subprocess was started.
68356              
68357              This patch fixes this behavior by defining user-mode (i.e., temporary
68358              for the duration of the program) logical names for SYS$OUTPUT and
68359              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
68360              changes to make it so that the user-mode logicals are the ones that
68361              control where Perl's error messages go if it terminates abnormally.
68362              
68363              I also added some gratuitous fixes to the indentation of braces in
68364              the piping code.  It just looked ugly, before.
68365      Branch: perl
68366            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
68367 ____________________________________________________________________________
68368 [  8256] By: jhi                                   on 2000/12/29  17:45:12
68369         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
68370              From: "Casey R. Tweten" <crt@kiski.net>
68371              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
68372              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
68373              
68374              Tests for for #8240.
68375      Branch: perl
68376            ! t/pragma/constant.t
68377 ____________________________________________________________________________
68378 [  8255] By: jhi                                   on 2000/12/29  17:43:07
68379         Log: Subject: Re: [PATCH] Interesting syntax idea
68380              From: Simon Cozens <simon@cozens.net>
68381              Date: Fri, 29 Dec 2000 14:34:04 +0000
68382              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
68383              
68384              Tests for #8254.
68385      Branch: perl
68386            ! t/pragma/sub_lval.t
68387 ____________________________________________________________________________
68388 [  8254] By: jhi                                   on 2000/12/29  17:42:11
68389         Log: Subject: [PATCH] Interesting syntax idea
68390              From: Simon Cozens <simon@cozens.net>
68391              Date: Wed, 27 Dec 2000 05:08:57 +0000
68392              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
68393              
68394              Make opens + bareword assigns do typeglob assigns.
68395      Branch: perl
68396            ! op.c
68397 ____________________________________________________________________________
68398 [  8253] By: jhi                                   on 2000/12/29  17:36:45
68399         Log: Output the (apparent) version of gcc, as suggested by
68400              
68401              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
68402              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
68403              Date: 26 Dec 2000 04:29:17 -0500
68404              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
68405              
68406              (The patch as such didn't any more apply as the misparsing had
68407              already been addressed in #6474.)  Also change the wording about
68408              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
68409      Branch: perl
68410            ! hints/dec_osf.sh
68411 ____________________________________________________________________________
68412 [  8252] By: nick                                  on 2000/12/29  12:14:31
68413         Log: Integrate mainline
68414      Branch: perlio
68415           !> (integrate 27 files)
68416 ____________________________________________________________________________
68417 [  8251] By: jhi                                   on 2000/12/29  08:45:46
68418         Log: (Retracted by #8264)
68419              
68420              (Fixed by #8260.)
68421              
68422              sv_catsv() needs one more byte space than seems reasonable.
68423              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
68424              Curiouser and curiouser.
68425      Branch: perl
68426            ! sv.c
68427 ____________________________________________________________________________
68428 [  8250] By: jhi                                   on 2000/12/29  07:57:52
68429         Log: More split // UTF-8 tests.
68430      Branch: perl
68431            ! t/pragma/utf8.t
68432 ____________________________________________________________________________
68433 [  8249] By: jhi                                   on 2000/12/29  07:54:51
68434         Log: (Retracted by #8264)  More join() testing which was good because
68435              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
68436      Branch: perl
68437            ! pp.c t/op/join.t utf8.c utf8.h
68438 ____________________________________________________________________________
68439 [  8248] By: jhi                                   on 2000/12/29  07:08:32
68440         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
68441              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
68442              that the only cases to care about are byte+byte and byte+character.
68443              
68444              TODO: See how well pp_concat() could be implemented in terms
68445              of sv_catsv().
68446      Branch: perl
68447            ! doop.c sv.c t/op/join.t utf8.h
68448 ____________________________________________________________________________
68449 [  8247] By: jhi                                   on 2000/12/29  06:35:23
68450         Log: Signedness nit.
68451      Branch: perl
68452            ! pp_hot.c
68453 ____________________________________________________________________________
68454 [  8246] By: jhi                                   on 2000/12/29  01:23:31
68455         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
68456              From: Lupe Christoph <lupe@lupe-christoph.de>
68457              Date: Thu, 28 Dec 2000 23:00:00 +0100
68458              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
68459              
68460              Suggest rsync --delete --dry-run.
68461      Branch: perl
68462            ! pod/perlhack.pod
68463 ____________________________________________________________________________
68464 [  8245] By: jhi                                   on 2000/12/28  23:57:05
68465         Log: The maxiters upper limit sanity check (guarding against
68466              non-progress) assumed bytes instead of characters in s///
68467              and split().
68468      Branch: perl
68469            ! pp.c pp_hot.c
68470 ____________________________________________________________________________
68471 [  8244] By: jhi                                   on 2000/12/28  23:34:08
68472         Log: Make some panic messages a bit more logical.
68473      Branch: perl
68474            ! doop.c pod/perldiag.pod pp.c pp_hot.c
68475 ____________________________________________________________________________
68476 [  8243] By: jhi                                   on 2000/12/28  22:59:16
68477         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
68478              From: Simon Cozens <simon@cozens.net>
68479              Date: Wed, 27 Dec 2000 02:30:03 +0000
68480              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
68481      Branch: perl
68482            ! pp.c t/pragma/sub_lval.t
68483 ____________________________________________________________________________
68484 [  8242] By: jhi                                   on 2000/12/28  22:56:53
68485         Log: Subject: [PATCH blead] Fix B::Terse indentation
68486              From: Daniel Chetlin <daniel@chetlin.com>
68487              Date: Wed, 27 Dec 2000 06:43:30 -0800
68488              Message-ID: <20001227064329.B9573@darkstar>
68489      Branch: perl
68490            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
68491 ____________________________________________________________________________
68492 [  8241] By: jhi                                   on 2000/12/28  22:48:59
68493         Log: The latter patch from the
68494              
68495              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
68496              From: Peter Prymmer <pvhp@forte.com> 
68497              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
68498              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
68499              
68500              (the former patch from the above should have been
68501              taken care of by Nick I-S)
68502      Branch: perl
68503            ! win32/Makefile
68504 ____________________________________________________________________________
68505 [  8240] By: jhi                                   on 2000/12/28  22:45:22
68506         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
68507              From: "Casey R. Tweten" <crt@kiski.net>
68508              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
68509              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
68510      Branch: perl
68511            ! lib/constant.pm
68512 ____________________________________________________________________________
68513 [  8239] By: jhi                                   on 2000/12/28  22:37:45
68514         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
68515              From: Simon Cozens <simon@cozens.net>
68516              Date: Wed, 27 Dec 2000 14:12:44 +0000
68517              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
68518      Branch: perl
68519            ! t/op/method.t t/op/sort.t toke.c
68520 ____________________________________________________________________________
68521 [  8238] By: jhi                                   on 2000/12/28  22:30:32
68522         Log: Subject: [PATCH perl@8229] Call.pm
68523              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
68524              Date: Mon, 25 Dec 2000 10:47:15 -0000
68525              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
68526      Branch: perl
68527            ! ext/Filter/Util/Call/Call.pm
68528 ____________________________________________________________________________
68529 [  8237] By: jhi                                   on 2000/12/28  22:19:21
68530         Log: Subject: [PATCH blead] Fix problem with `&' prototype
68531              From: Daniel Chetlin <daniel@chetlin.com>
68532              Date: Wed, 27 Dec 2000 15:55:32 -0800
68533              Message-ID: <20001227155532.D9573@darkstar>
68534      Branch: perl
68535            ! op.c t/comp/proto.t
68536 ____________________________________________________________________________
68537 [  8236] By: jhi                                   on 2000/12/28  22:09:25
68538         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
68539              From: Daniel Chetlin <daniel@chetlin.com>
68540              Date: Sun, 24 Dec 2000 04:09:49 -0800
68541              Message-ID: <20001224040949.B3090@darkstar>
68542      Branch: perl
68543            ! gv.c mg.c t/op/attrs.t
68544 ____________________________________________________________________________
68545 [  8235] By: jhi                                   on 2000/12/28  22:07:11
68546         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
68547              From: Jan Dubois <jand@ActiveState.com>
68548              Date: Tue, 26 Dec 2000 20:57:31 -0800
68549              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
68550      Branch: perl
68551            ! win32/win32.c
68552 ____________________________________________________________________________
68553 [  8234] By: jhi                                   on 2000/12/28  21:52:42
68554         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
68555              From: Simon Cozens <simon@cozens.net>
68556              Date: Thu, 28 Dec 2000 20:33:13 +0000
68557              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
68558      Branch: perl
68559            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
68560 ____________________________________________________________________________
68561 [  8233] By: jhi                                   on 2000/12/28  19:40:49
68562         Log: Integrate perlio:
68563              
68564              [  8232]
68565              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
68566              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
68567              
68568              [  8231]
68569              "Compiled" encode build cleanup
68570              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
68571              - .c files do not export sub-tables
68572      Branch: perl
68573           !> ext/Encode/Makefile.PL ext/Encode/compile
68574 ____________________________________________________________________________
68575 [  8232] By: nick                                  on 2000/12/23  16:06:00
68576         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
68577              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
68578      Branch: perlio
68579            ! ext/Encode/Makefile.PL
68580 ____________________________________________________________________________
68581 [  8231] By: nick                                  on 2000/12/23  14:30:34
68582         Log: "Compiled" encode build cleanup
68583              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
68584              - .c files do not export sub-tables
68585      Branch: perlio
68586            ! ext/Encode/Makefile.PL ext/Encode/compile
68587 ____________________________________________________________________________
68588 [  8230] By: nick                                  on 2000/12/23  12:50:37
68589         Log: Integrate mainline
68590      Branch: perlio
68591           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
68592           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
68593           !> pod/perl5004delta.pod pod/perl5005delta.pod
68594           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
68595           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
68596           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
68597           !> pod/perlsub.pod
68598 ____________________________________________________________________________
68599 [  8229] By: jhi                                   on 2000/12/22  15:32:12
68600         Log: Integrate perlio:
68601              
68602              [  8226]
68603              Handy script for when one forgets to "dmake clean" 
68604              
68605              [  8225]
68606              CRLF platform issue with io/utf8 fix.
68607      Branch: perl
68608           +> win32/distclean.bat
68609           !> MANIFEST t/io/utf8.t
68610 ____________________________________________________________________________
68611 [  8228] By: jhi                                   on 2000/12/22  15:29:40
68612         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
68613              From: Robin Barker <rmb1@cise.npl.co.uk>
68614              Date: Fri, 22 Dec 2000 12:17:38 GMT
68615              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
68616      Branch: perl
68617            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
68618            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
68619            ! pod/perl5004delta.pod pod/perl5005delta.pod
68620            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
68621            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
68622            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
68623            ! pod/perlsub.pod
68624 ____________________________________________________________________________
68625 [  8227] By: jhi                                   on 2000/12/22  15:24:28
68626         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
68627              From: "John L. Allen" <allen@grumman.com>
68628              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
68629              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
68630              
68631              Document APPLLIB_EXP.
68632      Branch: perl
68633            ! INSTALL
68634 ____________________________________________________________________________
68635 [  8226] By: nick                                  on 2000/12/21  22:11:50
68636         Log: Handy script for when one forgets to "dmake clean" 
68637      Branch: perlio
68638            + win32/distclean.bat
68639            ! MANIFEST
68640 ____________________________________________________________________________
68641 [  8225] By: nick                                  on 2000/12/21  21:54:04
68642         Log: CRLF platform issue with io/utf8 fix.
68643      Branch: perlio
68644            ! t/io/utf8.t
68645 ____________________________________________________________________________
68646 [  8224] By: nick                                  on 2000/12/21  21:02:20
68647         Log: Integrate mainline
68648      Branch: perlio
68649           !> Changes Configure Makefile.SH Porting/Glossary
68650           !> Porting/config.sh Porting/config_H configure.com
68651           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
68652           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
68653           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
68654           !> win32/config.bc win32/config.gc win32/config.vc
68655 ____________________________________________________________________________
68656 [  8223] By: jhi                                   on 2000/12/21  17:09:16
68657         Log: Update Changes.
68658      Branch: perl
68659            ! Changes patchlevel.h
68660 ____________________________________________________________________________
68661 [  8222] By: jhi                                   on 2000/12/21  16:24:01
68662         Log: Metaconfig unit changes for #8221.
68663      Branch: metaconfig/U/perl
68664           +> issymlink.U
68665            - testsyml.U
68666            ! Mksymlinks.U
68667 ____________________________________________________________________________
68668 [  8221] By: jhi                                   on 2000/12/21  16:23:48
68669         Log: Rename testsyml to issymlink.
68670      Branch: perl
68671            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68672            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
68673            ! win32/config.vc
68674 ____________________________________________________________________________
68675 [  8220] By: jhi                                   on 2000/12/21  15:47:26
68676         Log: Robustness support for #8218 (symlink forest) since the GNU
68677              tools seem to be overly picky about symlinkage depths.
68678      Branch: perl
68679            ! Makefile.SH t/io/fs.t
68680 ____________________________________________________________________________
68681 [  8219] By: jhi                                   on 2000/12/21  15:38:27
68682         Log: Metaconfig changes for #8218.
68683      Branch: metaconfig
68684            ! U/modified/Oldconfig.U
68685      Branch: metaconfig/U/perl
68686            + Mksymlinks.U
68687            ! testsyml.U
68688 ____________________________________________________________________________
68689 [  8218] By: jhi                                   on 2000/12/21  15:37:57
68690         Log: Add Configure option -Dmksymlinks which will create a symlink
68691              forest if the current/build differs from the source directory.
68692              TODO: mkdir -p is not portable.
68693      Branch: perl
68694            ! Configure
68695 ____________________________________________________________________________
68696 [  8217] By: jhi                                   on 2000/12/21  14:39:12
68697         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
68698              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
68699              Date: Thu, 21 Dec 2000 09:38:18 GMT
68700              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
68701              
68702              The ofs became an SV.
68703      Branch: perl
68704            ! ext/Thread/Thread.xs
68705 ____________________________________________________________________________
68706 [  8216] By: jhi                                   on 2000/12/21  05:40:21
68707         Log: The polymorphism seems to have fixed 20000517.001.
68708      Branch: perl
68709            ! t/pragma/utf8.t
68710 ____________________________________________________________________________
68711 [  8215] By: jhi                                   on 2000/12/21  04:44:52
68712         Log: read() documentation tweak for 20001121.004.
68713      Branch: perl
68714            ! pod/perlfunc.pod
68715 ____________________________________________________________________________
68716 [  8214] By: jhi                                   on 2000/12/21  03:54:11
68717         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
68718      Branch: perl
68719            ! pp_sys.c t/op/misc.t
68720 ____________________________________________________________________________
68721 [  8213] By: jhi                                   on 2000/12/21  00:28:10
68722         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
68723              From: Peter Prymmer <pvhp@forte.com>
68724              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
68725              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
68726      Branch: perl
68727            ! configure.com
68728 ____________________________________________________________________________
68729 [  8212] By: jhi                                   on 2000/12/21  00:26:21
68730         Log: Edit edit edit.
68731      Branch: perl
68732            ! pod/perlfaq3.pod
68733 ____________________________________________________________________________
68734 [  8211] By: jhi                                   on 2000/12/20  18:52:46
68735         Log: Update Changes.
68736      Branch: perl
68737            ! Changes patchlevel.h
68738 ____________________________________________________________________________
68739 [  8210] By: jhi                                   on 2000/12/20  18:34:47
68740         Log: Yet another editor edit.
68741      Branch: perl
68742            ! pod/perlfaq3.pod
68743 ____________________________________________________________________________
68744 [  8209] By: jhi                                   on 2000/12/20  15:33:28
68745         Log: More Win32 Perling.
68746      Branch: perl
68747            ! pod/perlfaq3.pod
68748 ____________________________________________________________________________
68749 [  8208] By: jhi                                   on 2000/12/20  15:07:46
68750         Log: More Win32 editor/IDE/shell hints.
68751      Branch: perl
68752            ! pod/perlfaq3.pod
68753 ____________________________________________________________________________
68754 [  8207] By: jhi                                   on 2000/12/20  03:54:08
68755         Log: Subject: [PATCH] obscure timing knowledge
68756              From: Nicholas Clark <nick@ccl4.org>
68757              Date: Tue, 19 Dec 2000 19:22:31 +0000
68758              Message-ID: <20001219192231.F2827@plum.flirble.org>
68759      Branch: perl
68760            ! sv.c
68761 ____________________________________________________________________________
68762 [  8206] By: jhi                                   on 2000/12/20  03:45:57
68763         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
68764              From: Spider Boardman <spider@leggy.zk3.dec.com>
68765              Date: Tue, 19 Dec 2000 21:30:16 -0500
68766              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
68767      Branch: perl
68768            ! sv.c
68769 ____________________________________________________________________________
68770 [  8205] By: jhi                                   on 2000/12/19  23:02:01
68771         Log: Update Changes.
68772      Branch: perl
68773            ! Changes patchlevel.h
68774 ____________________________________________________________________________
68775 [  8204] By: jhi                                   on 2000/12/19  22:58:18
68776         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
68777              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
68778              on editors and diffing/patching.
68779      Branch: perl
68780            ! t/op/utf8decode.t
68781 ____________________________________________________________________________
68782 [  8203] By: nick                                  on 2000/12/19  21:36:16
68783         Log: Integrate mainline (forgot my own change...)
68784      Branch: perlio
68785           !> ext/Encode/compile
68786 ____________________________________________________________________________
68787 [  8202] By: nick                                  on 2000/12/19  21:34:42
68788         Log: Integrate mainline.
68789      Branch: perlio
68790           !> (integrate 61 files)
68791 ____________________________________________________________________________
68792 [  8201] By: nick                                  on 2000/12/19  21:34:06
68793         Log: Avoid looking for File::Glob when we don't need it.
68794      Branch: perl
68795            ! ext/Encode/compile
68796 ____________________________________________________________________________
68797 [  8200] By: jhi                                   on 2000/12/19  18:35:49
68798         Log: Update Changes.
68799      Branch: perl
68800            ! Changes patchlevel.h
68801 ____________________________________________________________________________
68802 [  8199] By: jhi                                   on 2000/12/19  18:35:07
68803         Log: Microperl tweaks.
68804      Branch: perl
68805            ! sv.c uconfig.h uconfig.sh
68806 ____________________________________________________________________________
68807 [  8198] By: jhi                                   on 2000/12/19  18:29:59
68808         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
68809      Branch: perl
68810            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68811            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
68812 ____________________________________________________________________________
68813 [  8197] By: jhi                                   on 2000/12/19  17:55:29
68814         Log: In VMS embedded perls couldn't access the statically built Socket,
68815              from Charles Lane.
68816      Branch: perl
68817            ! configure.com
68818 ____________________________________________________________________________
68819 [  8196] By: jhi                                   on 2000/12/19  17:49:50
68820         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
68821              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
68822              Date: Sun, 17 Dec 2000 19:11:44 -0000
68823              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
68824      Branch: perl
68825            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
68826            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
68827 ____________________________________________________________________________
68828 [  8195] By: jhi                                   on 2000/12/19  17:47:53
68829         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
68830              From: Jonathan Stowe <gellyfish@gellyfish.com>
68831              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
68832              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
68833      Branch: perl
68834            ! utils/h2xs.PL
68835 ____________________________________________________________________________
68836 [  8194] By: jhi                                   on 2000/12/19  17:46:28
68837         Log: Subject: Re: useless use of void context work-around
68838              From: andreas.koenig@anima.de (Andreas J. Koenig)
68839              Date: 16 Dec 2000 15:13:36 +0100
68840              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
68841              
68842              Document (comment) the q(di ds ig) trick in the code.
68843      Branch: perl
68844            ! op.c
68845 ____________________________________________________________________________
68846 [  8193] By: jhi                                   on 2000/12/19  17:10:57
68847         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
68848              From: "Mark J. Reed" <mreed@strange.turner.com>
68849              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
68850              Message-Id: <200012160222.VAA13986@strange.turner.com>
68851      Branch: perl
68852            ! ext/Sys/Syslog/Syslog.pm
68853 ____________________________________________________________________________
68854 [  8192] By: jhi                                   on 2000/12/19  17:07:45
68855         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
68856              From: Nicholas Clark <nick@ccl4.org>
68857              Date: Sat, 16 Dec 2000 19:03:13 +0000
68858              Message-ID: <20001216190313.D68304@plum.flirble.org>
68859      Branch: perl
68860            ! t/op/64bitint.t
68861 ____________________________________________________________________________
68862 [  8191] By: jhi                                   on 2000/12/19  17:06:13
68863         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
68864              From: Dominic Dunlop <domo@computer.org>
68865              Date: Mon, 18 Dec 2000 12:00:15 +0100
68866              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
68867              
68868              This patchlet is needed in order that perl can be statically linked.  
68869      Branch: perl
68870            ! regexec.c
68871 ____________________________________________________________________________
68872 [  8190] By: jhi                                   on 2000/12/19  17:03:08
68873         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
68874              From: "Craig A. Berry" <craig.berry@psinetcs.com>
68875              Date: Sun, 17 Dec 2000 00:18:35 -0600
68876              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
68877      Branch: perl
68878            ! perlio.h vms/gen_shrfls.pl
68879 ____________________________________________________________________________
68880 [  8189] By: jhi                                   on 2000/12/19  16:20:28
68881         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
68882              From: Prymmer/Kahn <pvhp@best.com>
68883              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
68884              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
68885              
68886              A better version of #8188.
68887      Branch: perl
68888            ! pod/perlfaq3.pod
68889 ____________________________________________________________________________
68890 [  8188] By: jhi                                   on 2000/12/19  15:57:06
68891         Log: (Replaced by #8189)
68892              
68893              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
68894              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
68895              From: Prymmer/Kahn <pvhp@best.com>
68896              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
68897              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
68898              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
68899              Date: Mon, 18 Dec 2000 11:10:45 -0500
68900              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
68901      Branch: perl
68902            ! pod/perlfaq3.pod
68903 ____________________________________________________________________________
68904 [  8187] By: jhi                                   on 2000/12/19  15:54:19
68905         Log: Email address fix for Anton Berezin.
68906      Branch: perl
68907            ! AUTHORS
68908 ____________________________________________________________________________
68909 [  8186] By: jhi                                   on 2000/12/19  15:38:54
68910         Log: Subject: [PATCH perl@8102] cygwin port
68911              From: "Eric Fifer" <efifer@dircon.co.uk> 
68912              Date: Thu, 14 Dec 2000 13:41:29 -0000
68913              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
68914              
68915              When compiling modules the data item that is being imported
68916              from libperl.dll needs to be tagged as imported/shared data:
68917              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
68918      Branch: perl
68919            ! perliol.h
68920 ____________________________________________________________________________
68921 [  8185] By: jhi                                   on 2000/12/19  14:53:24
68922         Log: Regen uconfig.h and uconfig.sh.
68923      Branch: perl
68924            ! uconfig.h uconfig.sh
68925 ____________________________________________________________________________
68926 [  8184] By: jhi                                   on 2000/12/18  20:43:49
68927         Log: Comments work so much better when they are closed.
68928      Branch: perl
68929            ! regcomp.c
68930 ____________________________________________________________________________
68931 [  8183] By: jhi                                   on 2000/12/18  18:04:02
68932         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
68933              Fixes the bug 20001218.016.
68934      Branch: perl
68935            ! regcomp.c
68936 ____________________________________________________________________________
68937 [  8182] By: gsar                                  on 2000/12/18  09:53:47
68938         Log: delete spurious files
68939      Branch: maint-5.6/perl
68940            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
68941            - vos/config.h vos/config_h.SH_orig
68942 ____________________________________________________________________________
68943 [  8181] By: gsar                                  on 2000/12/18  09:46:08
68944         Log: regen perltoc
68945      Branch: maint-5.6/perl
68946            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
68947 ____________________________________________________________________________
68948 [  8180] By: gsar                                  on 2000/12/18  09:20:27
68949         Log: integrate changes#7924..7926,7946,7952 from mainline
68950              
68951              A test works better if it has the right 1..$n output.
68952              
68953              All the core library users of Class::Struct seem to be
68954              using "use Class::Struct 'struct';" instead of the bare
68955              "use Class::Struct;", which isn't documented in Class::Struct.
68956              This can't be right.
68957              
68958              Make the Class::Struct import() wiser.
68959              
68960              Upgrade to CPAN 1.59_51, from Andreas König.
68961              
68962              Subject: Re: long shell lines
68963              Split overly long shell command lines.
68964      Branch: maint-5.6/perl
68965           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
68966           !> lib/File/stat.pm t/lib/class-struct.t
68967 ____________________________________________________________________________
68968 [  8179] By: gsar                                  on 2000/12/18  08:55:54
68969         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
68970              7918,7919,7988,8907 from mainline (various)
68971              
68972              Subject: [ID 20001127.004] White space problem in perlamiga.pod
68973              
68974              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
68975              
68976              Subject: [PATCH] perlcc.PL cleanups
68977              
68978              Subject: [PATCH] Updating perltie.pod for arrays
68979              
68980              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
68981              Subject: Re: [PATCH] Updating perltie.pod for arrays
68982              Subject: Re: [PATCH] Updating perltie.pod for arrays
68983              
68984              One more perltie.pod nit from Casey R. Tweten.
68985              
68986              Subject: [PATCH] $^O  win32 -> MSWin32
68987              plus similar nits for vms, err, VMS, and UNICOS.
68988              
68989              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
68990              More checking in case someone has broken their services or
68991              protocol databases.
68992              
68993              Make "use Class::Struct 'struct';" work again (broken by #7617);
68994              add a test for Class::Struct.
68995              
68996              Integrate the "skip" messages to explain().
68997              
68998              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
68999      Branch: maint-5.6/perl
69000           +> t/lib/class-struct.t
69001           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
69002           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
69003           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
69004 ____________________________________________________________________________
69005 [  8178] By: gsar                                  on 2000/12/18  08:16:30
69006         Log: avoid redefinition warnings on windows due to sys/socket.h getting
69007              #included before win32.h
69008      Branch: maint-5.6/perl
69009            ! win32/include/sys/socket.h
69010 ____________________________________________________________________________
69011 [  8177] By: gsar                                  on 2000/12/18  05:24:04
69012         Log: make regen_headers; fix POSIX.xs problems; remove outdated
69013              code from sys/socket.h that makes build fail now
69014      Branch: maint-5.6/perl
69015            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
69016            ! pod/perlapi.pod
69017           !> win32/include/sys/socket.h
69018 ____________________________________________________________________________
69019 [  8176] By: gsar                                  on 2000/12/18  05:20:17
69020         Log: update Changes
69021      Branch: maint-5.6/perl
69022            ! Changes patchlevel.h
69023 ____________________________________________________________________________
69024 [  8175] By: gsar                                  on 2000/12/18  04:57:48
69025         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
69026              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
69027              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
69028              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
69029              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
69030              7823,7825,7838
69031              
69032              Subject: Re: [PATCH] README.solaris
69033              
69034              Add getpagesize() probing, on non-UNIX guess 'undef'.
69035              
69036              Simplify the getpagesize() unit by dropping the
69037              pagesize probe since it's nowadays slightly more
69038              complicated because of sysconf(). (Note: if some
69039              platform really needs the -lPW for getpagesize,
69040              I just broke it.)
69041              TODO: a new pagesize unit.
69042              
69043              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
69044              
69045              MachTen doesn't really do mmap() and munmap().
69046              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
69047              
69048              More README.solaris updates from Andy Dougherty.
69049              
69050              Copy the s// information of README.hpux also to the perlrun.
69051              
69052              Add HAS_FSYNC, lack noticed by Nicholas Clark.
69053              
69054              Add a metaconfig unit for fsync.
69055              
69056              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
69057              
69058              Many subdocumented return values of the IO extension now documented.
69059              ungetc and write still left subdocumented.
69060              Subject: [PATCH] (was Re: IO::Handle::ungetc)
69061              
69062              Document tell() on special streams.
69063              
69064              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
69065              
69066              Subject: [ID 20001112.007] sfio's sftell isn't ftell
69067              
69068              Couple of tests from #7660 salvaged.
69069              
69070              Tweak the definition of the bit complement on UTF-8 data:
69071              if none of the characters in the string are > 0xff,
69072              the result is a complemented byte string, not a (UTF-8)
69073              char string.  Based on the summary in
69074              Subject: Re: [ID 20000918.005] ~ on wide chars
69075              This should give us the maximum backward (pre-char string)
69076              compatibility and utf8 compatibility.  The other alternative
69077              would be to limit the bit complement to be always byte only,
69078              taking the least significant byte of the chars.
69079              
69080              Cleanup messy #ifdef.
69081              
69082              Typos in #7667.
69083              
69084              Declare reg_data like reg_substr_data.
69085              
69086              Placate nervous compilers that see longer than ints switch()ing.
69087              
69088              Remove the new two tests of lib/io_xs for now, they seem to
69089              fail under perlio on some platforms.
69090              
69091              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
69092              
69093              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
69094              
69095              Subject: tiny typo in perl5db.pl
69096              
69097              Subject: some additions for makefiles for win32 (for perl@7674)
69098              
69099              Hoist the duplicated socket/netdb include logic to perl.h;
69100              undef SETERRNO in case SOCKS has defined it.  Based on:
69101              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
69102              
69103              Regen Configure.
69104              
69105              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
69106              (a macro to define signed and unsigned integer constants).
69107              
69108              Use UINT64_C().
69109              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
69110              
69111              Use u_int32_t for the size of hash_cb(), not size_t.
69112              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
69113              
69114              Quit utf8_to_uv() instantly if curlen == 0.
69115              
69116              Subject: [PATCH: perl@7674] updates to README.os390
69117              
69118              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
69119              
69120              EBCDIC tweaks.
69121              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
69122              
69123              Linenumber fix.
69124              
69125              SOCKS has its own USE_THREADS, based on
69126              Subject: [ID 20001114.002] et. al. bugfix followup
69127              
69128              UINT64_C() work continues.
69129              
69130              Detypo.
69131              
69132              The type of the hash_cb() size argument is tricky.
69133              
69134              Add fwalk() probe to the configuration files and regen perltoc.
69135              
69136              Subject: perllocale.pod changes
69137              
69138              Avoid an infinite loop in VMS when utils scripts are run
69139              with no arguments, from Charles Lane.
69140              
69141              Subject: Re: Bug in Carp::Heavy/5.6.0?
69142              
69143              For Solaris use64bitall the stdchar needs a little bit of help.
69144              
69145              The long double hints can be here or there.
69146              
69147              Test tweak for the open pragma.
69148              
69149              Also the 64bitall hints can be either here or there.
69150              
69151              As surmised the #7719 wasn't a good move.
69152              
69153              Subject: Fix for 20000409.001
69154              
69155              Subject: Fix for 20000815.006
69156              It's really 20000518.006.
69157              
69158              Subject: [PATCH 5.6.0 README.win32] very minor typos
69159              
69160              Subject: Fix for README.amiga (20000323.033)
69161              
69162              Explain in more detail the {} syntax ambiguousity.
69163              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
69164              
69165              Sparc 64-bit pack() fix from Jens Hamisch.
69166              
69167              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
69168              
69169              Subject: podlators 1.05 available        
69170              
69171              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
69172              
69173              Subject: [perl 7711: EPOC] updates
69174              
69175              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
69176              
69177              Miraculous typo.
69178              
69179              sysseek() instead of seek().
69180              
69181              Solaris hints tweaks.
69182              
69183              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
69184              This may be overly harsh but until proven otherwise, we think this
69185              way, or until we have a simple test for Configure (having to start
69186              up servers is does not count as simple) to check for the problems.
69187              
69188              Remove the shared object before attempting to create
69189              (by linking) a new one.  E.g. in AIX not removing
69190              becomes quite painful if one tries to do more than one
69191              build in the same tree (an interrupted build, for example),
69192              since the AIX' shared dynaloader seemingly keeps the shared
69193              objects open and therefore 'busy' for quite a while, even when
69194              nobody is using the objects, leading into link failures.
69195              
69196              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
69197              
69198              Subject: DOC PATCH 5.6.0 perlreftut
69199              
69200              Subject: [PATCH: perl@7777] add system locale testing for VMS
69201              
69202              Subject: [PATCH] Test.pm POD peculiarity
69203              
69204              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
69205              
69206              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
69207              
69208              Subject: Re: perl@7777 
69209              Detypoing.
69210              
69211              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
69212              
69213              Go ahead and #include <unistd.h> in perl.h.
69214              
69215              Subject: [PATCH perl@7795] small cleanup task for test suite
69216              
69217              Subject: Re: av.c patch (having slight problems)
69218              unshift() speedup.
69219              
69220              Reach back one higher up when searching for PERL_SRC.
69221      Branch: maint-5.6/perl
69222           +> lib/File/Spec/Epoc.pm
69223           !> (integrate 88 files)
69224 ____________________________________________________________________________
69225 [  8174] By: gsar                                  on 2000/12/18  03:53:09
69226         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
69227              7625..7629,7631..7634,7637,7639,7642 from mainline
69228              
69229              Fix for the tie-refhash string table leaks.
69230              
69231              Subject: [patch perl@7595] VMS configure.com tweak
69232              
69233              More careful detection of how well NVs and UVs mix.
69234              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))
69235              Added some SIGFPE paranoia.
69236              
69237              Forgot to bump the line numbers in #7601.
69238              
69239              Subject: PATCH std stdio for (Free)BSD
69240              
69241              Deleting $ENV{PATH} in VMS is not recommendable.
69242              
69243              Locale buglets.
69244              Subject: RE: Locales support (setlocale) fixes
69245              
69246              Do not test UTF-8 locales since that the tests would require
69247              polymorphic regexen.
69248              
69249              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
69250              
69251              A missing aTHX_.
69252              
69253              Subject: [ID 20001108.013] spelling
69254              
69255              Subject: [PATCH] Class::Struct at compile time
69256              
69257              Make deleting for %ENV work for (newer versions of) VMS,
69258              from Craig A. Berry.
69259              
69260              Forgot from #7618.
69261              
69262              More VMS moves on environment handling, from Charles Lane.
69263              
69264              Remove unused extra arguments.
69265              
69266              Typo in an ifndef.
69267              Subject: Re: [PATCH 5.7.0] better messages from malloc()
69268              
69269              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
69270              All except the "cow orker" change.
69271              
69272              The generated boot_* headers are wrong.  Pickier compiler,
69273              such as KAI C++ will refuse to compile the resulting perlmain.
69274              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
69275              
69276              There's no =head3.
69277              
69278              Disable only the tests 99 and 166 for UTF-8 locales.
69279              
69280              Missing dTHXs.
69281              Subject: RE: perl@7595 builds not on cygwin
69282              
69283              Subject: Re: bash -c exit and linux hints 
69284              
69285              Various doc oddball characters.
69286              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
69287              
69288              Subject: [PATCH] IO::Seekable pod
69289              
69290              Amdahl UTS hints updates.
69291              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
69292              
69293              Explain better why certain regex tests are skipped.
69294              Subject: Re: tests skipped: unknown reason
69295              
69296              Subject: [PATCH] README.solaris
69297              
69298              Subject: [PATCH perl@7638] cygwin port
69299      Branch: maint-5.6/perl
69300           +> README.solaris
69301           !> (integrate 26 files)
69302 ____________________________________________________________________________
69303 [  8173] By: gsar                                  on 2000/12/18  03:37:02
69304         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
69305              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
69306              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
69307              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
69308              
69309              Better create a true mailing list for the repository keepers.
69310              
69311              Subject: [ID 20001027.007] uniq array in perlfaq
69312              
69313              De-quoted-unreadable to ISO Latin 1.
69314              (There's one ISO-2022-JP name in Changes5.004.)
69315              
69316              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
69317              
69318              The #7476 needs a MANIFEST change, too.
69319              
69320              Add also emailless people.
69321              
69322              UTF-8 decoder tweak.
69323              
69324              Make \x{...} consistently produce UTF-8.
69325              Subject: Re: \x{...} is confused 
69326              
69327              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
69328              
69329              Add a perlbug flag, -A, to avoid acknowledgement messages.
69330              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
69331              
69332              Use Errno magic.
69333              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
69334              
69335              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
69336              
69337              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
69338              
69339              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
69340              
69341              Be more lenient on bad UTF-8 when doing bit arithmetics.
69342              Subject: Re: [ID 20000918.005] ~ on wide chars
69343              (The ord() part of the patch skipped.)
69344              
69345              Subject: perlfaq style changes
69346              
69347              AUTHORS tweaks.
69348              
69349              Whitespace style tweak.  Was originally going to see to
69350              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
69351              but that had already been taken care of.
69352              
69353              The compiler is either gcc or cc, from Tom Bates.
69354              
69355              The osname has been lowercased by now, from Tom Bates.
69356              
69357              The NonStop-UX libraries have a novel way to say NaN.
69358              
69359              printf UVs the correct way, noticed by Robin Barker.
69360              
69361              Subject: [PATCH] startperl to respect versiononly
69362              
69363              AUTHORS updates.
69364              
69365              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
69366              
69367              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
69368              
69369              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
69370              
69371              Generalize the Camel wording.
69372              Subject: Re: perlfaq style changes
69373              
69374              Subject: [ID 20001005.006] Documentation -- description of qr//
69375              
69376              C.pm part of
69377              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
69378              
69379              Locale warning explanation tweak.
69380              
69381              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
69382              
69383              Make the POSIX::setuid and POSIX::setgid to really call setuid()
69384              and setgid() because they were just changing $< and $( which means
69385              only changing the real uid/gid, as opposed to changing both
69386              real and effective ids.  (The alternative way could have been
69387              in POSIX.pm to change $> and $), too, but making a direct call
69388              to the C API feels cleaner.)  Fixes the bug
69389              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
69390              
69391              Expand %Config variables and %ENV variables only if
69392              so requested during build time using the
69393              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
69394              Not expanding makes relocating distributions easier.
69395              
69396              More tweaking on the #7522 theme.
69397              
69398              Test::Harness revealed buglets in the new DynaLoader.
69399              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
69400              
69401              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
69402              fix a autovivification bug in Tie::RefHash, add tests for both.
69403              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
69404              
69405              Detpyo.
69406              
69407              recv() can fail and return undef.
69408              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
69409              
69410              Fix the problem discussed in
69411              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
69412              originally from Linc Madison.  Also Andreas König's comments
69413              taken into account.  Some other problems with Tie::SubstrHash
69414              fixed: didn't croak when the table exceeded the requested number
69415              of entries (as documented) but instead when the number of entries
69416              exceeded the size of the table, a croak() had an unnecessary \n,
69417              didn't have a CLEAR method, documented that there is no exists().
69418              Didn't fix to be strict-proof because the module uses &foo; and
69419              dynamic scope.  Added a test script exercizing both first tamely 
69420              the basic functionality, and then the failure cases reported by
69421              Linc Madison.
69422              
69423              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
69424              
69425              The #7521 touched things it shouldn't have.
69426              
69427              Subject: [PATCH 5.7.0] better messages from malloc()
69428              
69429              Subject: Re: README.aix
69430              
69431              Add FCNTL_CAN_LOCK.
69432              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
69433              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
69434              
69435              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
69436              create a "fast path" for locale name probing using "locale -a"
69437              if available, squash finally hopefully the s?printf resetting
69438              the numeric locale (since, IIUC perllocale, it never shouldn't). 
69439              
69440              More Changes tweakery.
69441              
69442              Dying is too strict here, better just skip.
69443              
69444              Subject: Locales support (setlocale) fixes
69445              Modified quite a bit to be more portable.
69446              
69447              Configure would use a bad $myuname from an old config.sh.
69448              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
69449              
69450              Fix for
69451              Subject: [ID 20001004.006] undef is never tainted
69452              An undef read from a slurped file was not tainted.
69453              
69454              Fix for
69455              Subject: [ID 20001004.007] taint propogation is inconsistent
69456              The culprit was sv_setsv() which was rather blindly
69457              propagating taint, which lead to behaviour where if
69458              a tainted anon hash value was seen all the hash values
69459              from then on at that level became tainted, or at any
69460              upper levels in the case of nested anon hashes.
69461              
69462              Test tweak: show also the failed locales.
69463              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
69464              
69465              A fix of sorts for 20000329.026, a better error message
69466              for a missing "use charnames" when using the \N{...}. 
69467              
69468              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
69469              
69470              Add =pod to be tidy.
69471              
69472              Fix for bug id 19990615.008, pos() unset during s///ge.
69473              
69474              Add a note for future generations about bug id 20000229.006.
69475              
69476              Use -dM for gcc (the suggested patch did it only for Linux,
69477              but I think it can be generalized).
69478              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
69479              
69480              opmini.o can linger from Configures past.
69481              
69482              Document that the evaled syntax errors cause scalar leaks.
69483              
69484              Fix for
69485              Subject: [ID 20000728.005] perl -P broken
69486              (hopefully).  The fix is also not complete, it seems to break
69487              BOM swallowing for libc5 systems, but until someone figures
69488              out a way to do this without ftell(), this will do.
69489              
69490              AUTHORS updates.
69491              
69492              Subject: Re: rsync'ed patches vs. rsync'ed source
69493              
69494              Admit that the test leaks scalars.
69495              
69496              Sanitize the environment further.
69497              
69498              VOS updates from Paul Green.
69499              
69500              Document %ENV = () portability issues.
69501              
69502              Make the stdio test program of 7427 less noisy while being 
69503              compiled so that Digital UNIX wouldn't get both
69504              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
69505              undefined.  This makes perlio happy.
69506              
69507              glibc5 detection by __GNU_LIBRARY__.
69508              
69509              %ENV note tweaks from Dan Sugalski.
69510              
69511              Varargs don't always work too well if one puts an unsigned
69512              char on the stack and pop an unsigned quad off the stack.
69513              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
69514              
69515              Subject: Pod updates
69516              
69517              Fake support of holey files in win/dosish platforms.
69518              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
69519              
69520              A doc addition for bug id 20001105.019, beware \p.
69521              
69522              Tweak #7587.
69523              
69524              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
69525              
69526              perlhack updates from H.Merijn Brand.
69527              
69528              Subject: [PATCH perl@7573] cygwin port
69529              Synchronize with Cygwin 1.1.5.
69530              
69531              Bad thinko in #7581 (I used the test program with the expanded
69532              values as-is).
69533              
69534              Make perlbug not insist on dumping to a file when stdout isn't a tty.
69535              Subject: [PATCH] perlbug.PL
69536              
69537              Overrideable keys, each, pop, push, shift, splice, unshift.
69538              Subject: [PATCH] prototyped functions that should be overrideable
69539              
69540              Try to avoid flockless and emulationless places.
69541      Branch: maint-5.6/perl
69542           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
69543            - MAINTAIN
69544           !> (integrate 111 files)
69545 ____________________________________________________________________________
69546 [  8172] By: jhi                                   on 2000/12/18  02:49:27
69547         Log: Regen pods.
69548      Branch: perl
69549            ! pod/perlmodlib.pod pod/perltoc.pod
69550 ____________________________________________________________________________
69551 [  8171] By: gsar                                  on 2000/12/18  02:49:24
69552         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
69553              7465..7471 from mainline
69554              
69555              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
69556              in platforms that strictly require all the symbols being present
69557              at link time.
69558              
69559              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
69560              
69561              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
69562              
69563              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
69564              
69565              Subject: [PATCH] todo
69566              
69567              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
69568              
69569              Use $sort, $uniq (and $tr) consistently as wondered
69570              by Nicholas Clark.
69571              
69572              Too enthusiastic editing in #7460.
69573              
69574              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
69575              
69576              Upgrade to CPAN 1.58_55.
69577              Subject: CPAN.pm status
69578              
69579              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
69580              
69581              Make target reordering to avoid pointless re-makes.
69582              Subject: Re: Total re-make of 'make okfile' after 7451 ?
69583              
69584              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
69585              
69586              Subject: DOC PATCH 5.6.0
69587              
69588              Add the repository doc by Malcolm, Sarathy, and by Simon,
69589              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
69590      Branch: maint-5.6/perl
69591           +> Porting/repository.pod
69592           !> Configure MANIFEST Makefile.SH README.dos README.os2
69593           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
69594           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
69595           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
69596 ____________________________________________________________________________
69597 [  8169] By: gsar                                  on 2000/12/18  02:33:34
69598         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
69599              7435..7441,7445 from mainline
69600              
69601              Make the UTF-8 decoding stricter and more verbose when
69602              malformation happens.  This involved adding an argument
69603              to utf8_to_uv_chk(), which involved changing its prototype,
69604              and prefer STRLEN over I32 for the UTF-8 length, which as
69605              a domino effect necessitated changing the prototypes of
69606              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
69607              The stricter UTF-8 decoding checking uses Markus Kuhn's
69608              UTF-8 Decode Stress Tester from
69609              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
69610              
69611              Run vms/vms_yfix.pl, should have done that after changing
69612              perly.c in #7382.
69613              
69614              Subject: [PATCH 5.7.0] static linking with uninstalled perl
69615              
69616              (Replaced by #7440.)
69617              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
69618              
69619              Fix the bug ID 20001024.005, the bug introduced by #7416.
69620              
69621              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
69622              
69623              Fix the bug reported in
69624              From: andreas.koenig@anima.de (Andreas J. Koenig)
69625              Also make is_utf8_char() stricter.
69626              
69627              Missed the header file changes from #7425.
69628              
69629              Check if stdio supports tweaking lval and cnt simultaneously.
69630              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
69631              
69632              Stratus VOS updates from Paul Green.
69633              
69634              Podify README.epoc and README.vos.
69635              
69636              Add targets to Makefile.SH, most importantly
69637              'regen_all' which also remembers to update vms/perly*.
69638              
69639              Subject: Minor update to find2perl, for portability
69640              
69641              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
69642              
69643              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
69644              
69645              Rename UTF8LEN() to be UNISKIP(), too confusing to have
69646              UTF8LEN() and UTF8SKIP(). 
69647              
69648              Allow poking holes at the UTF-8 decoding strictness.
69649              
69650              Continue the internal UTF-8 API tweaking.
69651              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
69652              used much more than the simpler API, now called utf8_to_uv_simple().
69653              Still not quite happy with API, too much partial duplication
69654              of functionality.
69655              
69656              A new version of making the syslog test more robust.
69657              (Replaces #7421.)
69658              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
69659              
69660              buildtoc target tweaks.
69661              
69662              Integrate with vmsperl #7430 by Charles Bailey:
69663              
69664              Cleanup from prior patch (Charles Lane?):
69665              - improve handling of MFDs in Basename and Path
69666              - default to no xsubpp line # munging when building debug images
69667      Branch: maint-5.6/perl
69668           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69669           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
69670           !> (integrate 67 files)
69671 ____________________________________________________________________________
69672 [  8168] By: gsar                                  on 2000/12/18  02:05:49
69673         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
69674              
69675              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
69676              From: Martin Husemann <martin@duskware.de>
69677              
69678              Subject: [PATCH 5.7.0] restore match data on backtracing
69679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69680      Branch: maint-5.6/perl
69681           !> regcomp.c regexec.c t/op/re_tests
69682 ____________________________________________________________________________
69683 [  8167] By: gsar                                  on 2000/12/18  01:55:22
69684         Log: integrate changes#7858,7986 from mainline
69685              
69686              C<foreach my $x ...> in pseudo-fork()ed process may diddle
69687              parent's memory; fix it by keeping track of the actual pad
69688              offset rather than a raw pointer (this change is probably also
69689              relevant to non-ithreads case to avoid fallout from reallocs of
69690              the pad array, but is currently only enabled for the ithreads
69691              case in the interests of minimal disruption to existing "well
69692              tested" code)
69693              
69694              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
69695              due to the notorious GetFileType() bug in Windows 9x, which fstat()
69696              tickles)
69697      Branch: maint-5.6/perl
69698           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
69699           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
69700           !> win32/win32.c win32/win32.h win32/win32sck.c
69701 ____________________________________________________________________________
69702 [  8166] By: gsar                                  on 2000/12/18  01:52:59
69703         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
69704              from mainline (xsubpp and ExtUtils::LibList fixups, various
69705              other small items)
69706              
69707              The generated boot_* headers are wrong.  Pickier compiler,
69708              such as KAI C++ will refuse to compile the resulting perlmain.
69709              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
69710              
69711              Various doc oddball characters.
69712              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
69713              
69714              Subject: [PATCH] Re: 20001101.003 PDL
69715              
69716              Subject: [PATCH 5.7.0] etags broken again
69717              
69718              Subject: [PATCH 5.7.0] Liblist finally works
69719              
69720              Subject: [PATCH 5.7.0] Liblist returns found libraries
69721              
69722              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
69723              
69724              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
69725              
69726              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
69727              OUT keyword nits.
69728              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
69729              OUT and IN_OUT documentation.
69730      Branch: maint-5.6/perl
69731           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
69732           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
69733           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
69734           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
69735           !> win32/bin/search.pl
69736 ____________________________________________________________________________
69737 [  8165] By: gsar                                  on 2000/12/18  01:28:45
69738         Log: integrate changes#7533,7563,7611,7623 from mainline (various
69739              malloc.c embellishments)
69740      Branch: maint-5.6/perl
69741           !> malloc.c pod/perldiag.pod
69742 ____________________________________________________________________________
69743 [  8164] By: gsar                                  on 2000/12/18  01:23:33
69744         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
69745              fixups)
69746      Branch: maint-5.6/perl
69747           !> utils/h2xs.PL
69748 ____________________________________________________________________________
69749 [  8163] By: gsar                                  on 2000/12/18  01:17:50
69750         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
69751              fixups)
69752      Branch: maint-5.6/perl
69753           !> Makefile.SH utils/perlbug.PL
69754 ____________________________________________________________________________
69755 [  8162] By: gsar                                  on 2000/12/18  00:25:43
69756         Log: always export Perl_deb() (it is required by re.xs whether
69757              Perl is built with or without -DDEBUGGING)
69758      Branch: maint-5.6/perl
69759            ! makedef.pl
69760 ____________________________________________________________________________
69761 [  8161] By: gsar                                  on 2000/12/18  00:23:38
69762         Log: integrate change#7414 from mainline
69763              
69764              Undo the basename() part of #7412 since the lib/basename
69765              tests would need upgrading too.
69766              
69767              squelch two tests in tr.t that rely on tr/// paranoia change
69768              that's not in 5.6.x
69769      Branch: maint-5.6/perl
69770            ! t/op/tr.t
69771           !> lib/File/Basename.pm
69772 ____________________________________________________________________________
69773 [  8160] By: gsar                                  on 2000/12/18  00:05:30
69774         Log: missing change in previous integrate
69775      Branch: maint-5.6/perl
69776           !> README.aix
69777 ____________________________________________________________________________
69778 [  8159] By: gsar                                  on 2000/12/18  00:03:38
69779         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
69780              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
69781              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
69782              7410..7413 from mainline
69783              
69784              Introduce the man[24-8] variables, from Andy Dougherty.
69785              
69786              Upgrade to CPAN 1.58, from Andreas König.
69787              
69788              An updated EBCDIC tr patch.
69789              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
69790              
69791              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
69792              
69793              Two thirds of
69794              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
69795              The Install.pm changes will be submitted separately because
69796              they need some work and discussion still.
69797              
69798              The Install.pm third of
69799              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
69800              
69801              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
69802              
69803              Subject: [PATCH 5.7.0] IVs in mtats
69804              
69805              Subject: [PATCH 5.7.0] Perl API for mstats
69806              
69807              Ilya implemented the memory profiling API.
69808              
69809              In Amdahl UTS "struct sv" is defined by a system header,
69810              <ksync.h>.
69811              
69812              Slight tweak of the code to appease Amdahl UTS cc.
69813              
69814              Amdahl UTS doesn't seem to do dynaloading.
69815              
69816              Use UTF8SKIP(), from Simon Cozens.
69817              
69818              Thinko in #7222.
69819              
69820              op/sprintf.t patch for OS/390 (and any other host with limited
69821              floating-point exponent length)
69822              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
69823              
69824              Tweak #7225.
69825              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
69826              
69827              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
69828              
69829              Needs to be conditional on SunOS 4.
69830              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
69831              
69832              Test cases for bug id 20000323.056 (the bug seems to be fixed).
69833              
69834              Add test for bug id 20000427.003 (which seems to have
69835              been fixed) (also duplicate as 20000427.004, though
69836              with a higher severity).  Move one utf8 from op/append
69837              to pragma/utf8, tag the tests with bug ids.
69838              
69839              Document FNCASE=y as discussed in the bug 20000902.009.
69840              
69841              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
69842              The problem was that rx->minlen was in chars while pp_split()
69843              thought it would be in bytes. 
69844              
69845              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
69846              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
69847              
69848              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
69849              
69850              Fix a couple of compiler-noted nits in #7235.
69851              
69852              Tweak the test of #7235.
69853              
69854              One more ~utf8 tweak.
69855              
69856              -w cleanup.
69857              Subject: Re: Problems with bleadperl 
69858              
69859              Subject: small pod patch
69860              
69861              Subject: [PATCH perlguts.pod] Document offset hack
69862              
69863              Add Charles Lane.
69864              
69865              Add the capability to include/exclude branches.
69866              
69867              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
69868              
69869              Detect early whether the std streams have gone bad.
69870              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
69871              
69872              More IoTYPE sprinkling.
69873              
69874              Workaround for a sfio bug where the stream error indicator
69875              is not cleared as documented.
69876              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
69877              
69878              Clarify documentation on 'use bytes'.
69879              Subject: Re: What does 'use bytes' "mean" ?
69880              
69881              Show the failed remote port, instead of the failing line number.
69882              Subject: [PATCH 5.6.1 Debugger] More diagnostics
69883              
69884              Make Cwd more bulletproof in chrooted environments.
69885              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
69886              
69887              Subject: Pod patch for Devel::Peek
69888              
69889              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
69890              
69891              Borland C fstat() never saw the fd as writable.
69892              Subject: fix for Borland's weak "stat" (perl@7211)
69893              
69894              Missing change from #7362.
69895              
69896              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
69897              
69898              Add the test case for the bug id 20000730.004 which seems
69899              to have been fixed by now.
69900              
69901              Fix of sorts for bug id 20000901.092.  There seems to be no trace
69902              of a 'pmshort' anywhere in the B, so the offending line was simply
69903              removed.
69904              
69905              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
69906              
69907              Subject: PATCH do_print has 2 PerlIO_error()s
69908              
69909              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
69910              
69911              Typo noted by Mark Lutz.
69912              
69913              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
69914              
69915              In the latest compiler builds cccdlflags must not become -fpic,
69916              from Wilfredo Sánchez.
69917              
69918              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
69919              
69920              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
69921              
69922              SOCKS function redefinitions need prototypes, too, otherwise
69923              for example 32 bit versus 64 bit differences cause a lot of
69924              problems.  Part of
69925              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
69926              
69927              Portability tweak on #7377.
69928              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
69929              
69930              Don't write double values through long double pointers,
69931              based on a part of
69932              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
69933              
69934              Reëntrancy fix.
69935              Subject: [PATCH perl@7229] Rentrant parser and yylex()
69936              
69937              Make scan_num() reëntrant, as suggested in
69938              Subject: [PATCH perl@7229] Rentrant parser and yylex()
69939              
69940              Fix for ID 20001020.006, concatenating an unset submatch
69941              with utf8 resulted in "Modification of a read-only value".
69942              
69943              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
69944              
69945              The #7383 was right only in the context of the original bug report,
69946              not in more general case.
69947              
69948              Update Changes.
69949              
69950              Testcases for a #7383,#7385 related bug.
69951              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
69952              
69953              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
69954              
69955              Tweak the Is* definitions of Unicode character classes
69956              to better match the official categorizations; embrace
69957              the official categorizations; add the combining marks
69958              as alpha (and -numeric); fix DCinital (a typo and edito)
69959              to be DCmedial.
69960              
69961              Hints tweak from Anton Berezin.
69962              
69963              Subject: installman go-faster stripes
69964              Subject: Re: installman go-faster stripes
69965              
69966              Subject: [ID 20001021.003] updated hints/openbsd.sh
69967              
69968              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
69969              
69970              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
69971              
69972              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
69973              
69974              Doc patch.
69975              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
69976              
69977              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
69978              
69979              Subject: Re: [ID 20001021.005] SEGV with regex match 
69980              
69981              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
69982              
69983              The change #7187 was not so good on VMS.
69984              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
69985              
69986              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
69987              
69988              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
69989              
69990              Document PERL_INSTALL_ROOT of #7210.
69991      Branch: maint-5.6/perl
69992           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
69993           +> t/lib/tie-splice.t
69994            - lib/unicode/Is/DCinital.pl
69995           !> (integrate 112 files)
69996 ____________________________________________________________________________
69997 [  8158] By: jhi                                   on 2000/12/17  23:04:24
69998         Log: Subject: [PATCHES] RE: perl@8150 
69999              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
70000              Date: Sun, 17 Dec 2000 21:46:39 +0100
70001              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
70002              
70003              Neither cygwin has a getpwuid() one can trust on.
70004      Branch: perl
70005            ! t/lib/glob-basic.t
70006 ____________________________________________________________________________
70007 [  8157] By: jhi                                   on 2000/12/17  23:01:54
70008         Log: More MAN.PODS => {} fixes.
70009      Branch: perl
70010            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
70011            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
70012            ! os2/OS2/REXX/Makefile.PL
70013 ____________________________________________________________________________
70014 [  8156] By: gsar                                  on 2000/12/17  22:49:13
70015         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
70016              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
70017              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
70018              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
70019              7201,7204 from mainline
70020              
70021              Remove vestiges of tr//CU.
70022              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
70023              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
70024              
70025              The return value of setlocale must be copied away.
70026              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
70027              
70028              Allow chop() and chomp() to be overridden.
70029              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
70030              
70031              Hints optimization.
70032              Subject: Minor nit
70033              
70034              Subject: [PATCH] de-wall t/README
70035              
70036              Subject: Re: Two advertising clauses need to be removed
70037              
70038              Batch of UTF-8 patches from Simon Cozens.
70039              
70040              Fix for a parsing bug, not for the original bug.
70041              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
70042              
70043              Compilation warnings and an error.
70044              
70045              Subject: File::Find 5.7.0 POD nits
70046              
70047              Subject: [PATCH perl-5.7.0] continued -Wformat support
70048              
70049              The one that got away.
70050              
70051              Subject: Re: perl@7078
70052              
70053              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
70054              convertable to bytes by checking it doesn't go above 0xc3
70055              Subject: Re: perl@7078
70056              
70057              Replace #7084 with
70058              Subject: Re: perl@7078 
70059              
70060              We don't need to count the high bit bytes, a boolean is enough. 
70061              
70062              Subject: [PATCH] utf8.c apidoc
70063              
70064              Subject: Re: perl@7078 
70065              
70066              Botched the #7090 check-in.
70067              
70068              Fix for the charnames.t failures from Spider Boardman.
70069              
70070              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
70071              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
70072              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
70073              0 to checking to get the warning.
70074              
70075              Subject: [PATCH] Nits in perlmod.pod
70076              
70077              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
70078              
70079              Subject: Re: unicode support and perl [ID 20000901.097]
70080              
70081              Subject: Re: unicode support and perl [ID 20000901.097]
70082              
70083              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
70084              
70085              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
70086              
70087              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
70088              
70089              Subject: [PATCH@blead] Fix some recursion in overload.pm
70090              
70091              s/Robin Parker/Robin Barker/
70092              
70093              Subject: [PATCH] Fix aliasing of tied filehandles
70094              
70095              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
70096              
70097              Subject: Re: [PATCH 5.005_64 missed]
70098              
70099              SOCK_DGRAM and listen() do not mix as reported in
70100              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
70101              The patch for 5.7.0+ had to be reengineered, though.
70102              
70103              Subject: DOC PATCH 5.6.0
70104              
70105              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
70106              
70107              Document the issue (is not a syntax error, kind of)
70108              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
70109              
70110              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
70111              Did not apply cleanly, manual intervention was needed.
70112              
70113              Subject: [PATCH] DLL not restartabke with threaded perl
70114              
70115              Inside require() $^S was always left undefined.
70116              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
70117              
70118              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
70119              
70120              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
70121              
70122              Regen headers.
70123              
70124              Subject: [PATCH 5.7.0] Epoc update
70125              
70126              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
70127              as suggested by Olaf Flebbe and Nick Clark.
70128              
70129              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
70130              
70131              Misplaced else.
70132              
70133              Scale down the VMS message boxes, by Charles Lane.
70134              Fix for ID 20000903.009, workaround at
70135              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
70136              
70137              Subject: [ID 20001003.006] B::Debug not -w clean
70138              
70139              Test harness update to sync with the new perlcc,
70140              from Simon Cozens.
70141              
70142              One remaining nit less at the VMS mailbox sizing.
70143              
70144              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
70145              
70146              It is possible to have no hosts database at all.  Pointed out in
70147              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
70148              
70149              Subject: [PATCH 5.7.0] h2xs not working
70150              Subject: [PATCH 5.7.0] h2xs not documenting the created module
70151              
70152              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
70153              
70154              Subject: perlhack.pod Patch for Externals Tools
70155              
70156              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
70157              
70158              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
70159              
70160              Enable disabling scripts installation by Configure -Uinstallscripts,
70161              suggested by H. Merijn Brand.
70162              
70163              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
70164              reported several times by Dominic Dunlop, for example in
70165              ID 20000315.008.  Patch from Dominic.  Patch affects at
70166              least MachTen, and possibly other oldish BSDs. Should not
70167              break non-broken platforms (tested on LinuxPPC). 
70168              
70169              Regen toc.
70170              
70171              Subject: Re: Questions about Tie::Array and perl modules
70172              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
70173              
70174              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
70175              
70176              Tweak #7153.
70177              
70178              IO::Handle->syswrite() did not handle length omission
70179              like CORE::syswrite() does.
70180              Subject: [Fwd] IO::Handle, syswrite and arguments
70181              The original patch from andrew@ugh.net.au.
70182              
70183              Also the $ccflags is needed for the C compiler check.
70184              Subject: Configure (check for C-compiler)
70185              
70186              Eliminate $Is_VMS code from the test.
70187              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
70188              
70189              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
70190              as the first option of cc/ld because of ultrapicky compilers
70191              (e.g. OS/390 R2.5)
70192              
70193              Change the version number of Tie::Handle in the core to 4.0,
70194              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
70195              Subject: Note on Tie::Handle
70196              
70197              UTF8ize split() so that the cloned substrings get the UTF8
70198              flag of the original scalar.  Problem reported by Simon Cozens.
70199              
70200              save_re_context() could reset PL_curcop to freed memory, causing core
70201              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
70202              
70203              Subject: PATCH 5.6 perldebguts grammar cleanup
70204              
70205              Add a todo note about overloadable assertions.
70206              
70207              on Windows, LoadLibrary() could load an extension DLL multiple
70208              times if forward slashes are used in the path
70209              
70210              on Windows, cwd strings in the environment should be of the
70211              form =X:=X:\foo instead of =X=X:\foo\
70212              
70213              on Windows, avoid potential exception (could happen if MSVCRT isn't
70214              being used) when closing a socket handle
70215              
70216              avoid nonportable example code
70217              
70218              Windows9x doesn't support link(), despite what Config.pm
70219              might think
70220              
70221              pod nit
70222              
70223              Change #7160 had a nasty typo.
70224              
70225              Warn about unknown scripts.
70226              Subject: Re: ideas? patches? [PATCH bleadperl]
70227              
70228              on Windows, clean targets might not work under some flavors of the shell
70229              
70230              tweak for change#7173
70231              
70232              Make eq work again with utf8 (disabling the upgrading
70233              should no more be necessary since the copies of the
70234              scalars are upgraded, not the scalars themselves).
70235              Takes care of ID 20001009.001.  (The claimed length()
70236              bug in 20001009.001 seems bogus to me.)
70237              
70238              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
70239              
70240              Upgrade to CGI.pm 2.74, from Lincoln Stein.
70241              
70242              Upgrade to podlators 1.04, from Russ Allbery.
70243              
70244              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
70245              
70246              Quote the temp file name, needed in Win32 because the
70247              default name unfortunately contains spaces, shouldn't
70248              hurt elsewhere.
70249              Subject: FW: perldoc fails if $TEMP contains spaces
70250              
70251              Subject: RE: [ID 19990803.001] README.win32 suggestions 
70252              
70253              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
70254              
70255              Subject: Re: utf8 concat, mg_get
70256              
70257              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
70258              
70259              Subject: [PATCH: perl@7181] op/tr tests on OS/390
70260              
70261              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
70262              
70263              Use the versiononly instead of the installscripts,
70264              retract the changes 7146 and 7147.
70265              
70266              Reapply Andy's patch and regen Configure.
70267              
70268              Add the test case for #7190, from the original bug report
70269              by Andreas König.
70270              
70271              Remove duplicated code.
70272              
70273              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
70274              
70275              restore change#7202
70276      Branch: maint-5.6/perl
70277           !> (integrate 121 files)
70278 ____________________________________________________________________________
70279 [  8155] By: jhi                                   on 2000/12/17  22:30:58
70280         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
70281              From: "Craig A. Berry" <craigberry@mac.com>
70282              Date: Sun, 17 Dec 2000 13:09:28 -0600
70283              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
70284              
70285              MAN.PODS => ' ' is naughty.
70286      Branch: perl
70287            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
70288 ____________________________________________________________________________
70289 [  8154] By: nick                                  on 2000/12/17  22:07:13
70290         Log: MULTIPLICITY nit.
70291      Branch: perl
70292            ! mg.c
70293 ____________________________________________________________________________
70294 [  8153] By: gsar                                  on 2000/12/17  21:23:05
70295         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
70296              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
70297              from mainline
70298              
70299              Document the SvIOK_.*UV().
70300              
70301              Update Unicode todo list.
70302              
70303              Guard against bad string->int conversion for quads.
70304              
70305              Subject: small apidoc fix
70306              
70307              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
70308              
70309              Subject: [PATCH] Tied filehandle documentation
70310              
70311              Subject: [PATCH] Modernize Opcode.pm documentation
70312              
70313              Make Data::Dumper (non-XS) to work with changed semantics of ref().
70314              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
70315              [applied even though said semantics didn't change in 5.6.x]
70316              
70317              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
70318              
70319              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
70320              
70321              Fix the URL, but the server is still missing in action.
70322              Subject: [ID 20000905.002] perlfaq1.pod URL error
70323              
70324              Subject: [ID 20000903.001] \w in utf8-strings
70325              
70326              Fix the ccversion detection for 5.1 and beyond.
70327              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
70328              
70329              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
70330              
70331              Subject: [ID 20000904.008] Tiny fix for perldiag
70332              
70333              Subject: Re: [ID 20000906.004] segfault with bad perl statement
70334              
70335              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
70336              
70337              Subject: [ID 20000908.002] perlipc documentation bug.
70338              
70339              Subject: [PATCH lib/Benchmark.pm]
70340              
70341              Re-allow vec() for characters > 255.
70342              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
70343              
70344              Do away with memory models cruft.  Sorry, PDP users.
70345              
70346              Continue #7041.
70347              
70348              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
70349              
70350              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
70351              
70352              Upgrade to CPAN 1.57_65, from Andreas König.
70353              
70354              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
70355              by Russ Allbery.
70356              
70357              Silence t/pod/*.t about alternate quote-mappings now implemented
70358              by Pod::Text, from Brad Appleton.
70359              
70360              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
70361              Subject: borland C++ win32.c tweak
70362              
70363              C<@a = @b = split(...)> optimization coredumps under ithreads
70364              (missed a spot when fixing up op_pmreplroot hack for ithreads)
70365              
70366              Document the SvUTF8*().
70367              
70368              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
70369              
70370              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
70371              
70372              Do in VMS as the #7054 does.
70373              
70374              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
70375              
70376              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
70377              
70378              Subject: [patch: perl@7045] vms updates
70379              
70380              Test for the #7049.
70381              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
70382              
70383              Break up the myconfig lines a bit.
70384              Subject: perlbug/perl -V output format
70385              
70386              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
70387              
70388              The #7054 truncated Configure badly.
70389              
70390              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
70391              initialization in all the threads on Windows
70392              
70393              Allow for whitespace between "#" and "line" in cpp output.
70394              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
70395              
70396              Remove vestiges of tr//CU.
70397              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
70398              
70399              The return value of setlocale must be copied away.
70400              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
70401              
70402              Allow chop() and chomp() to be overridden.
70403              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
70404              
70405              Hints optimization.
70406              Subject: Minor nit
70407              
70408              Subject: [PATCH] de-wall t/README
70409              
70410              Subject: Re: Two advertising clauses need to be removed
70411      Branch: maint-5.6/perl
70412           !> (integrate 75 files)
70413 ____________________________________________________________________________
70414 [  8152] By: gsar                                  on 2000/12/17  20:30:11
70415         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
70416              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
70417              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
70418              
70419              Don't attach -ld to the archname if pointless.
70420              
70421              Document UNTIE in a very minimalistic way.
70422              
70423              POSIX doesn't report long double values under -Duselongdouble
70424              when the long doubles are "real" (bigger than doubles).
70425              
70426              More author updates.
70427              
70428              Try to deduce NV_MAX.  Really should be Configure fodder.
70429              
70430              :: not allowed in pathnames, change to .
70431              Subject: [PATCH perl@6938] cygwin port
70432              
70433              Forget about NV_MAX (#6951).  Various floating point tweaks,
70434              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
70435              
70436              Move the Solaris 7 scan to use64bitall, make the
70437              failure to find 64-bot sparc libc to mention the
70438              possibility of being in an intel, from Lupe and Alan.
70439              
70440              Regen perltoc.
70441              
70442              AUTHORS tweaks, from Peter Prymmer.
70443              
70444              More address tweaking.
70445              
70446              Small tweaks all over.
70447              
70448              File::Temp patches from Andreas König,
70449              
70450              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
70451              
70452              Subject: CPAN.pm beta 1.57_57 for the core
70453              
70454              Part of the solution.
70455              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
70456              
70457              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
70458              
70459              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
70460              
70461              Add the overload warnings to perldiag.
70462              
70463              Drop unused argument.
70464              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
70465              
70466              Subject: Nit in Configure (bleadperl@6961)
70467              
70468              Update to PodParser 1.18, from Brad Appleton.
70469              
70470              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
70471              
70472              Subject: [PATCH: 6948] add SCNfldbl to configure.com
70473              
70474              Document UNTIE. Also tweak implementation to suppress the 'inner references'
70475              warning when UNTIE exists and instead pass the cound of extra references to
70476              the UNTIE method.
70477              
70478              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
70479              so that case-ignoring systems like DCL can tell them from
70480              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
70481              
70482              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
70483              
70484              Feature ordering tweak.
70485              
70486              Regen perltoc.
70487              
70488              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
70489              
70490              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
70491              
70492              Subject: http:// in L<>
70493              
70494              Detypo.
70495              
70496              change#6791 accidentally clobbered change#6710, put it back
70497              
70498              Only the first line, thank you very much.
70499              
70500              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
70501              plus rework the http: spots as suggested by Tom Christiansen,
70502              plus regen perltoc.
70503              
70504              Undo part of change 6489 which looks like a bulk edit which
70505              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
70506              The supressing of main:: on return from select() is undesirable.
70507              
70508              Apparently avoiding the swapping is too costly.
70509              
70510              Various Configure nits by Philip Newton,
70511              plus the ebcdic one by me.
70512              
70513              Make certain cc is set before trying to run it.
70514              
70515              If overloaded %{} etc. return the object do not loop.
70516              Thus  sub deref { $_[0] } functions if object is wanted type.
70517              
70518              Update perlhist.
70519              
70520              More %{} and other deref special casing - do not pass to 'nomethod'.
70521      Branch: maint-5.6/perl
70522           !> (integrate 59 files)
70523 ____________________________________________________________________________
70524 [  8151] By: gsar                                  on 2000/12/17  19:14:38
70525         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
70526              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
70527              
70528              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
70529              
70530              Make the epsilon to be relative, not absolute.
70531              
70532              Put back the flags dump as reasoned in
70533              Subject: Re: [PATCH] Glob dumping
70534              
70535              Introduce ccname to keep track of what compiler kind of we have.
70536              
70537              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
70538              
70539              Put back the slice accidentally removed by #6907.
70540              
70541              Reset archname and archname64 always, forcing them be
70542              recomputed at each Configure run, make Configure and
70543              the hints files agree on the naming of largefiles variables.
70544              
70545              Don't say "Perl 5.0 source kit".
70546              
70547              Subject: [PATCH] fix misc cast warnings
70548              
70549              Subject: typos in pods
70550              
70551              NVs not necessarily doubles, as pointed out by Yitzchak.
70552              
70553              Subject: [PATCH 6889] add a few ldbl formats to configure.com
70554              
70555              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
70556              
70557              Better options for rsync.
70558              
70559              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
70560              
70561              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
70562              
70563              Subject: [PATCH] Re: UNTIE method 
70564              
70565              A better fix for the Socket building problem from Craig Berry.
70566              
70567              Retract the dummy test, skip the security tests (instead of failing),
70568              explain what the warnings mean.
70569              
70570              Heap decorruption.
70571              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
70572              
70573              Update to Unicode 3.0.1.
70574              
70575              Missed one Unicode file.
70576              
70577              Subject: Re: typos in pods
70578              
70579              The #6929 was too skimpy.
70580              
70581              sscanf() may be the only way to read long doubles from strings.
70582              
70583              Reveal Borland's isnan.
70584              Subject: build with BC++ tweak
70585              
70586              Issue useful diagnostic on unknown pod commands.
70587              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
70588              
70589              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
70590              
70591              Clarify the third case of ftmp-security warnings.
70592              
70593              Make -Dusemorebits find long doubles in Solaris.
70594              
70595              Wrap the test in eval.
70596      Branch: maint-5.6/perl
70597           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
70598           +> lib/unicode/PropList.txt lib/unicode/README.perl
70599           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
70600           +> lib/unicode/Unicode.301 vms/vmspipe.com
70601            - lib/unicode/Props.txt lib/unicode/UCD300.html
70602            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
70603           !> (integrate 305 files)
70604 ____________________________________________________________________________
70605 [  8150] By: jhi                                   on 2000/12/17  18:47:57
70606         Log: Uncheckedin generated files.
70607      Branch: perl
70608            ! global.sym perlapi.c pod/perlapi.pod
70609 ____________________________________________________________________________
70610 [  8149] By: jhi                                   on 2000/12/17  18:41:22
70611         Log: Update Changes.
70612      Branch: perl
70613            ! Changes patchlevel.h
70614 ____________________________________________________________________________
70615 [  8148] By: jhi                                   on 2000/12/17  18:39:16
70616         Log: Subject: [PATCH] Fcntl constants speedup
70617              From: Nicholas Clark <nick@ccl4.org>
70618              Date: Sun, 17 Dec 2000 16:29:24 +0000
70619              Message-ID: <20001217162924.E97668@plum.flirble.org>
70620              
70621              Use IVs for the Fcntl constants instead of NVs.
70622      Branch: perl
70623            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
70624 ____________________________________________________________________________
70625 [  8147] By: jhi                                   on 2000/12/17  18:33:41
70626         Log: Add test for #8145 (binmode() warning), add warning for
70627              ioctl() and sockpair(), document them. (fileno() cannot
70628              be tripwired with the same kind of warning because
70629              'defined fileno($foo)' seems to be an idiom.)
70630      Branch: perl
70631            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
70632 ____________________________________________________________________________
70633 [  8146] By: gsar                                  on 2000/12/17  18:09:08
70634         Log: update Changes
70635      Branch: maint-5.6/perl
70636            ! Changes
70637 ____________________________________________________________________________
70638 [  8145] By: jhi                                   on 2000/12/17  17:39:35
70639         Log: Subject: [PATCH] Re: The long awaited feature ...
70640              From: Simon Cozens <simon@cozens.net>
70641              Date: Sun, 17 Dec 2000 12:31:56 +0000
70642              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
70643              
70644              Add a warning to binmode() about using bad filehandles
70645              (can happen e.g. if someone forgets the filehandle argument)
70646      Branch: perl
70647            ! pp_sys.c
70648 ____________________________________________________________________________
70649 [  8144] By: jhi                                   on 2000/12/17  17:33:48
70650         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
70651              From: Jonathan Stowe <gellyfish@gellyfish.com>
70652              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
70653              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
70654      Branch: perl
70655            ! lib/Net/Ping.pm
70656 ____________________________________________________________________________
70657 [  8143] By: jhi                                   on 2000/12/17  05:31:37
70658         Log: Polymorphic regexps.
70659              
70660              Fixes at least the bugs 20001028.003 (both of them...) and
70661              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
70662              also to be fixed by now, probably already before this patch.
70663      Branch: perl
70664            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
70665            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
70666            ! t/op/utf8decode.t t/pragma/utf8.t
70667 ____________________________________________________________________________
70668 [  8142] By: jhi                                   on 2000/12/16  17:16:05
70669         Log: Subject: [patch perl@8102] dos/djgpp update
70670              From: Laszlo Molnar <ml1050@freemail.hu>
70671              Date: Sat, 16 Dec 2000 01:40:52 +0100
70672              Message-ID: <20001216014052.A335@freemail.hu>
70673      Branch: perl
70674            ! djgpp/config.over t/base/commonsense.t
70675 ____________________________________________________________________________
70676 [  8141] By: jhi                                   on 2000/12/16  17:09:27
70677         Log: Few uncheckedin files.
70678      Branch: perl
70679            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
70680 ____________________________________________________________________________
70681 [  8140] By: nick                                  on 2000/12/15  22:14:31
70682         Log: Integrate mainline
70683      Branch: perlio
70684           !> (integrate 53 files)
70685 ____________________________________________________________________________
70686 [  8139] By: jhi                                   on 2000/12/15  19:49:49
70687         Log: One more IVUV tweak from Nicholas Clark.
70688      Branch: perl
70689            ! sv.c
70690 ____________________________________________________________________________
70691 [  8138] By: jhi                                   on 2000/12/15  19:17:06
70692         Log: Return of the IVUV-preservation, now seems to be happy even
70693              in Digital UNIX (the broken strtoul brokenness detection
70694              seems to have been the fly in the ointment).
70695      Branch: perl
70696            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70697            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
70698            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
70699            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
70700            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70701            ! vos/config.ga.h win32/config.bc win32/config.gc
70702            ! win32/config.vc
70703 ____________________________________________________________________________
70704 [  8137] By: jhi                                   on 2000/12/15  18:12:14
70705         Log: Metaconfig unit change for #8136.
70706      Branch: metaconfig
70707            ! U/modified/d_strtoul.U
70708      Branch: metaconfig/U/perl
70709            ! d_strtoull.U d_strtouq.U
70710 ____________________________________________________________________________
70711 [  8136] By: jhi                                   on 2000/12/15  18:11:35
70712         Log: I don't think it's sensible or portable to test the strtou*
70713              on /^-/ strings.
70714      Branch: perl
70715            ! Configure
70716 ____________________________________________________________________________
70717 [  8135] By: jhi                                   on 2000/12/15  17:18:49
70718         Log: Metaconfig unit change for #8134.
70719      Branch: metaconfig
70720            ! U/modified/d_strtoul.U
70721 ____________________________________________________________________________
70722 [  8134] By: jhi                                   on 2000/12/15  17:14:13
70723         Log: If longsize is 8 we don't need a LL suffix for integer constants.
70724      Branch: perl
70725            ! Configure config_h.SH
70726 ____________________________________________________________________________
70727 [  8133] By: jhi                                   on 2000/12/15  16:00:23
70728         Log: Update Changes.
70729      Branch: perl
70730            ! Changes patchlevel.h
70731 ____________________________________________________________________________
70732 [  8132] By: jhi                                   on 2000/12/15  15:44:16
70733         Log: Some compilers get huffy if you do not cast a const pointer
70734              to a non-const when assigning.
70735      Branch: perl
70736            ! gv.c
70737 ____________________________________________________________________________
70738 [  8131] By: jhi                                   on 2000/12/15  15:38:30
70739         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
70740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70741              Date: Fri, 15 Dec 2000 05:26:57 -0500
70742              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
70743      Branch: perl
70744            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
70745            ! t/pragma/overload.t
70746 ____________________________________________________________________________
70747 [  8130] By: jhi                                   on 2000/12/15  15:36:08
70748         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
70749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70750              Date: Thu, 14 Dec 2000 22:02:43 -0500
70751              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
70752      Branch: perl
70753            ! gv.c perl.h
70754 ____________________________________________________________________________
70755 [  8129] By: jhi                                   on 2000/12/15  15:34:16
70756         Log: Subject: PATCH: h2xs nit
70757              From: Tim Jenness <t.jenness@jach.hawaii.edu>
70758              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
70759              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
70760              
70761              Add a template README.
70762      Branch: perl
70763            ! utils/h2xs.PL
70764 ____________________________________________________________________________
70765 [  8128] By: jhi                                   on 2000/12/15  15:32:22
70766         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
70767      Branch: perl
70768            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
70769 ____________________________________________________________________________
70770 [  8127] By: jhi                                   on 2000/12/15  15:19:34
70771         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
70772              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70773              Date:     Thu, 14 Dec 2000 20:04:42 EST
70774              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
70775      Branch: perl
70776            ! ext/Opcode/Opcode.xs
70777 ____________________________________________________________________________
70778 [  8126] By: jhi                                   on 2000/12/15  15:17:49
70779         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
70780              From: Peter Prymmer <pvhp@forte.com>
70781              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
70782              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
70783      Branch: perl
70784            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
70785            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
70786            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
70787 ____________________________________________________________________________
70788 [  8125] By: jhi                                   on 2000/12/15  15:11:05
70789         Log: This seems to be a stage sane and stable enough to checkin.
70790              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
70791      Branch: perl
70792            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
70793            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
70794            ! t/op/cmp.t t/op/numconvert.t
70795 ____________________________________________________________________________
70796 [  8124] By: jhi                                   on 2000/12/15  04:20:26
70797         Log: Something is really wonky.
70798      Branch: perl
70799            ! sv.c
70800 ____________________________________________________________________________
70801 [  8123] By: jhi                                   on 2000/12/15  04:00:50
70802         Log: Fixes for the IV UV patches to compile in Digital UNIX.
70803      Branch: perl
70804            ! sv.c
70805 ____________________________________________________________________________
70806 [  8122] By: jhi                                   on 2000/12/15  02:53:40
70807         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
70808              From: "Craig A. Berry" <craigberry@mac.com>
70809              Date: Thu, 14 Dec 2000 19:10:49 -0600
70810              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
70811      Branch: perl
70812            ! vms/vms.c
70813 ____________________________________________________________________________
70814 [  8121] By: jhi                                   on 2000/12/15  02:50:00
70815         Log: Metaconfig changes for #8120.
70816      Branch: metaconfig
70817            + U/modified/d_strtoul.U
70818      Branch: metaconfig/U/perl
70819            ! d_strtoull.U d_strtouq.U
70820 ____________________________________________________________________________
70821 [  8120] By: jhi                                   on 2000/12/15  02:49:42
70822         Log: From: Nicholas Clark <nick@ccl4.org> 
70823              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
70824              Date: Thu, 14 Dec 2000 18:38:57 +0000
70825              Message-ID: <20001214183857.B97909@plum.flirble.org>
70826      Branch: perl
70827            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70828            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
70829            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
70830            ! vos/config.ga.def vos/config.ga.h win32/config.bc
70831            ! win32/config.gc win32/config.vc
70832 ____________________________________________________________________________
70833 [  8119] By: jhi                                   on 2000/12/14  23:40:58
70834         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
70835              From: Nicholas Clark <nick@ccl4.org>
70836              Date: Wed, 13 Dec 2000 20:08:50 +0000
70837              Message-ID: <20001213200849.B71166@plum.flirble.org>
70838      Branch: perl
70839            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
70840            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
70841 ____________________________________________________________________________
70842 [  8118] By: jhi                                   on 2000/12/14  22:46:26
70843         Log: Integrate perlio:
70844              
70845              [  8117]
70846              Win32 tweaks to get Encode to build
70847              - temp hack to makedef.pl till PerlIO is properly "exported".
70848              - MSVC dislikes  
70849              static encpage_t foo[];
70850              so make 'em extern for now.
70851              
70852              [  8116]
70853              Document the new files
70854      Branch: perl
70855           !> MANIFEST ext/Encode/compile makedef.pl
70856 ____________________________________________________________________________
70857 [  8117] By: nick                                  on 2000/12/14  22:38:53
70858         Log: Win32 tweaks to get Encode to build
70859              - temp hack to makedef.pl till PerlIO is properly "exported".
70860              - MSVC dislikes  
70861              static encpage_t foo[];
70862              so make 'em extern for now.
70863      Branch: perlio
70864            ! ext/Encode/compile makedef.pl
70865 ____________________________________________________________________________
70866 [  8116] By: nick                                  on 2000/12/14  22:00:53
70867         Log: Document the new files
70868      Branch: perlio
70869            ! MANIFEST
70870 ____________________________________________________________________________
70871 [  8115] By: jhi                                   on 2000/12/14  21:58:01
70872         Log: MANIFEST new files of #8114.
70873      Branch: perl
70874            ! MANIFEST
70875 ____________________________________________________________________________
70876 [  8114] By: jhi                                   on 2000/12/14  21:50:49
70877         Log: Integrate perlio:
70878              
70879              [  8106]
70880              "Cold" build correction to Encode's Makefile.PL
70881              
70882              [  8105]
70883              "Compiled" encodings.
70884              Correct replacement character in EBCDIC .enc files
70885              Add 0x7F to ASCII repertoire.
70886              
70887              [  8103]
70888              Beginings of compiled encodings - checked in as a snapshot of thoughts
70889              so far and so it does not get lost.
70890      Branch: perl
70891           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
70892           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
70893           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
70894           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
70895           !> ext/Encode/Makefile.PL
70896 ____________________________________________________________________________
70897 [  8113] By: jhi                                   on 2000/12/14  21:48:49
70898         Log: The documentation part of the
70899              
70900              Subject: [ID 20001214.002] Net::Ping patch
70901              From: Jonathan Stowe <gellyfish@gellyfish.com>
70902              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
70903              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
70904              since the #7529 had already addressed the same problem.
70905      Branch: perl
70906            ! lib/Net/Ping.pm
70907 ____________________________________________________________________________
70908 [  8112] By: jhi                                   on 2000/12/14  21:42:57
70909         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
70910              From: Dominic Dunlop <domo@computer.org>
70911              Date: Tue, 12 Dec 2000 10:47:10 +0100
70912              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
70913              
70914              Document how elusive subroutines can be.
70915      Branch: perl
70916            ! pod/perlfunc.pod
70917 ____________________________________________________________________________
70918 [  8111] By: jhi                                   on 2000/12/14  21:38:05
70919         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
70920              From: Dominic Dunlop <domo@computer.org>
70921              Date: Thu, 14 Dec 2000 10:13:51 +0100
70922              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
70923      Branch: perl
70924            ! ext/POSIX/POSIX.pod
70925 ____________________________________________________________________________
70926 [  8110] By: jhi                                   on 2000/12/14  21:36:32
70927         Log: Subject: [patch] perlfaq7
70928              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
70929              Date: Thu, 14 Dec 2000 15:31:07 +0100
70930              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
70931      Branch: perl
70932            ! pod/perlfaq7.pod
70933 ____________________________________________________________________________
70934 [  8109] By: jhi                                   on 2000/12/14  21:29:20
70935         Log: Subject: [8104] Encode
70936              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70937              Date: Thu, 14 Dec 2000 14:49:34 +0100
70938              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
70939              
70940              Type casting for nervous compilers.
70941      Branch: perl
70942            ! ext/Encode/Encode.xs
70943 ____________________________________________________________________________
70944 [  8108] By: jhi                                   on 2000/12/14  21:26:17
70945         Log: Subject: [8104] DB_File
70946              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70947              Date: Thu, 14 Dec 2000 14:49:35 +0100
70948              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
70949              
70950              Type definition incorrect for DB 2.7.7.  Not known when it
70951              changed, so only changed it for a known revision.
70952      Branch: perl
70953            ! ext/DB_File/DB_File.xs
70954 ____________________________________________________________________________
70955 [  8107] By: jhi                                   on 2000/12/14  21:23:41
70956         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
70957              From: Peter Prymmer <pvhp@forte.com>
70958              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
70959              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
70960              
70961              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
70962      Branch: perl
70963            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
70964            ! ext/Encode/Encode/posix-bc.enc
70965 ____________________________________________________________________________
70966 [  8106] By: nick                                  on 2000/12/14  20:36:13
70967         Log: "Cold" build correction to Encode's Makefile.PL
70968      Branch: perlio
70969            ! ext/Encode/Makefile.PL
70970 ____________________________________________________________________________
70971 [  8105] By: nick                                  on 2000/12/14  20:09:37
70972         Log: "Compiled" encodings.
70973              Correct replacement character in EBCDIC .enc files
70974              Add 0x7F to ASCII repertoire.
70975      Branch: perlio
70976            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
70977            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
70978            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
70979            ! ext/Encode/Makefile.PL ext/Encode/compile
70980            ! ext/Encode/encengine.c ext/Encode/encode.h
70981 ____________________________________________________________________________
70982 [  8104] By: nick                                  on 2000/12/14  00:38:20
70983         Log: Integrate mainline
70984      Branch: perlio
70985           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
70986           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
70987           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
70988           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
70989           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
70990           !> t/lib/db-hash.t t/lib/db-recno.t
70991 ____________________________________________________________________________
70992 [  8103] By: nick                                  on 2000/12/13  23:16:13
70993         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
70994              so far and so it does not get lost.
70995      Branch: perlio
70996            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
70997 ____________________________________________________________________________
70998 [  8102] By: jhi                                   on 2000/12/13  17:14:22
70999         Log: Update Changes.
71000      Branch: perl
71001            ! Changes patchlevel.h
71002 ____________________________________________________________________________
71003 [  8101] By: jhi                                   on 2000/12/13  16:53:41
71004         Log: Move the proto of start_glob() to a better place; regen api files.
71005      Branch: perl
71006            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
71007 ____________________________________________________________________________
71008 [  8100] By: jhi                                   on 2000/12/13  16:47:11
71009         Log: Metaconfig change for #8099.
71010      Branch: metaconfig
71011            ! U/modified/Head.U
71012 ____________________________________________________________________________
71013 [  8099] By: jhi                                   on 2000/12/13  16:46:48
71014         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
71015              From: Andy Dougherty <doughera@lafayette.edu>
71016              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
71017              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
71018      Branch: perl
71019            ! Configure
71020 ____________________________________________________________________________
71021 [  8098] By: jhi                                   on 2000/12/13  16:39:02
71022         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
71023              From: rspier@pobox.com (Robert Spier)
71024              Date: Tue, 12 Dec 2000 21:12:39 -0500
71025              Message-ID: <14902.56087.678086.725773@rls.cx>
71026              
71027              fastgetcwd is defined using a glob alias on a $^O dependent basis -
71028              and there was no default assignment or perl subroutine.
71029      Branch: perl
71030            ! lib/Cwd.pm
71031 ____________________________________________________________________________
71032 [  8097] By: jhi                                   on 2000/12/13  16:16:01
71033         Log: Subject: [PATCH] move startglob out of pp_hot.c
71034              From: Nicholas Clark <nick@ccl4.org>
71035              Date: Mon, 11 Dec 2000 23:16:39 +0000
71036              Message-ID: <20001211231638.A55550@plum.flirble.org>
71037      Branch: perl
71038            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
71039 ____________________________________________________________________________
71040 [  8096] By: jhi                                   on 2000/12/13  15:26:23
71041         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
71042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
71043              Date: Wed, 13 Dec 2000 14:01:37 +0100
71044              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
71045              
71046              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
71047              in turn requires libpthread in libswanted.
71048      Branch: perl
71049            ! hints/hpux.sh
71050 ____________________________________________________________________________
71051 [  8095] By: jhi                                   on 2000/12/12  19:51:05
71052         Log: The integration wars continue.
71053      Branch: perl
71054           !> sv.c
71055 ____________________________________________________________________________
71056 [  8094] By: jhi                                   on 2000/12/12  19:48:26
71057         Log: Subject: [PATCH perl@8070] DB_File-1.74  
71058              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
71059              Date: Mon, 11 Dec 2000 23:07:17 -0000
71060              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
71061      Branch: perl
71062            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
71063            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
71064            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
71065            ! t/lib/db-recno.t
71066 ____________________________________________________________________________
71067 [  8093] By: nick                                  on 2000/12/12  19:42:13
71068         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
71069      Branch: perlio
71070            ! sv.c
71071           !> lib/File/DosGlob.pm
71072 ____________________________________________________________________________
71073 [  8092] By: jhi                                   on 2000/12/12  19:28:11
71074         Log: Integrate perlio:
71075              
71076              [  8091]
71077              Fix for Tk, and upgrading shared SVs.
71078      Branch: perl
71079           !> sv.c
71080 ____________________________________________________________________________
71081 [  8091] By: nick                                  on 2000/12/12  18:49:45
71082         Log: Fix for Tk, and upgrading shared SVs.
71083      Branch: perlio
71084            ! sv.c
71085 ____________________________________________________________________________
71086 [  8090] By: jhi                                   on 2000/12/12  16:48:59
71087         Log: Subject: [PATCH] Re: Breadperl & Tk
71088              From: Nick Ing-Simmons <nik@tiuk.ti.com>
71089              Date: Tue, 12 Dec 2000 14:48:27 GMT
71090              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
71091      Branch: perl
71092            ! sv.c
71093 ____________________________________________________________________________
71094 [  8089] By: jhi                                   on 2000/12/12  03:37:19
71095         Log: Subject: DosGlob.pm diff for bash style brace expansion.
71096              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
71097              Date: Fri, 8 Dec 2000 10:45:30 -0600
71098              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
71099      Branch: perl
71100            ! lib/File/DosGlob.pm
71101 ____________________________________________________________________________
71102 [  8088] By: nick                                  on 2000/12/11  23:59:59
71103         Log: Integrate mainline
71104      Branch: perlio
71105           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
71106           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
71107           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
71108           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
71109           !> t/op/local.t t/pragma/warn/toke toke.c
71110 ____________________________________________________________________________
71111 [  8087] By: jhi                                   on 2000/12/11  23:20:23
71112         Log: Integrate perlio:
71113              
71114              [  8085]
71115              Finish 1st pass of "encoding" layer e.g. :
71116              open($fh,"<encoding(iso8859-7)",$greek) || die;
71117              
71118              [  8082]
71119              Restore mmap function (broken by tweaks to shared buffer
71120              layer for encode(xxxx)).
71121              
71122              [  8076]
71123              Not merge worthy...
71124              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
71125              syntax is modelled on attributes.
71126              Untested fix for io/utf8 on Win32 etc.
71127              Very clumsy start to the encode layer.
71128      Branch: perl
71129           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
71130 ____________________________________________________________________________
71131 [  8086] By: jhi                                   on 2000/12/11  22:50:59
71132         Log: Tune further the OS detection of CGI.
71133      Branch: perl
71134            ! lib/CGI.pm
71135 ____________________________________________________________________________
71136 [  8085] By: nick                                  on 2000/12/11  22:50:46
71137         Log: Finish 1st pass of "encoding" layer e.g. :
71138              open($fh,"<encoding(iso8859-7)",$greek) || die;
71139      Branch: perlio
71140            ! ext/Encode/Encode.xs perlio.c perliol.h
71141 ____________________________________________________________________________
71142 [  8084] By: jhi                                   on 2000/12/11  22:32:06
71143         Log: Revert the -f ambiguousity patch, seems to cause
71144              too much hassle (the interpret -Q as a function
71145              where Q is not a known filetest part is left in).
71146      Branch: perl
71147            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
71148            ! toke.c
71149 ____________________________________________________________________________
71150 [  8083] By: jhi                                   on 2000/12/11  22:27:23
71151         Log: (accidentally empty check-in)
71152      Branch: perl
71153            ! lib/File/DosGlob.pm
71154 ____________________________________________________________________________
71155 [  8082] By: nick                                  on 2000/12/11  19:09:51
71156         Log: Restore mmap function (broken by tweaks to shared buffer
71157              layer for encode(xxxx)).
71158      Branch: perlio
71159            ! perlio.c
71160 ____________________________________________________________________________
71161 [  8081] By: jhi                                   on 2000/12/11  18:29:13
71162         Log: Subject: Re: The long awaited feature ...
71163              From: Simon Cozens <simon@cozens.net>
71164              Date: Mon, 11 Dec 2000 15:54:24 +0000
71165              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
71166              
71167              More io/utf8 tests.
71168      Branch: perl
71169            ! t/io/utf8.t
71170 ____________________________________________________________________________
71171 [  8080] By: jhi                                   on 2000/12/11  18:19:36
71172         Log: Subject: PATCH MakeMaker manpage clarification
71173              From: andreas.koenig@anima.de (Andreas J. Koenig)
71174              Date: 10 Dec 2000 20:46:13 +0100
71175              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
71176      Branch: perl
71177            ! lib/ExtUtils/MakeMaker.pm
71178 ____________________________________________________________________________
71179 [  8079] By: jhi                                   on 2000/12/11  15:35:07
71180         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
71181              From: Simon Cozens <simon@cozens.net>
71182              Date: Sun, 10 Dec 2000 19:06:19 +0000
71183              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
71184      Branch: perl
71185            ! ext/B/B/Deparse.pm t/lib/b.t
71186 ____________________________________________________________________________
71187 [  8078] By: jhi                                   on 2000/12/11  15:09:11
71188         Log: Subject: [PATCH] docs on NaN
71189              From: Nicholas Clark <nick@ccl4.org>
71190              Date: Mon, 11 Dec 2000 01:48:38 +0000
71191              Message-ID: <20001211014838.B99205@plum.flirble.org>
71192      Branch: perl
71193            ! pod/perlop.pod
71194 ____________________________________________________________________________
71195 [  8077] By: jhi                                   on 2000/12/11  15:02:21
71196         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
71197              From: Simon Cozens <simon@cozens.net>
71198              Date: Mon, 11 Dec 2000 01:21:45 +0000
71199              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
71200      Branch: perl
71201            ! pp.c pp_hot.c scope.c t/op/local.t
71202 ____________________________________________________________________________
71203 [  8076] By: nick                                  on 2000/12/10  20:43:32
71204         Log: Not merge worthy...
71205              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
71206              syntax is modelled on attributes.
71207              Untested fix for io/utf8 on Win32 etc.
71208              Very clumsy start to the encode layer.
71209      Branch: perlio
71210            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
71211 ____________________________________________________________________________
71212 [  8075] By: jhi                                   on 2000/12/10  18:39:33
71213         Log: Darwin is not Windows.
71214      Branch: perl
71215            ! lib/CGI.pm
71216 ____________________________________________________________________________
71217 [  8074] By: jhi                                   on 2000/12/10  18:31:27
71218         Log: Subject: Ambiguous -%c() resolved as a file test
71219              From: "Paul Marquess" <Paul.Marquess@openwave.com>
71220              Date: Sun, 10 Dec 2000 15:35:07 -0000
71221              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
71222      Branch: perl
71223            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
71224 ____________________________________________________________________________
71225 [  8073] By: jhi                                   on 2000/12/10  18:16:29
71226         Log: Subject: PATCH installperl misinformed 
71227              From: andreas.koenig@anima.de (Andreas J. Koenig)
71228              Date: 10 Dec 2000 13:01:32 +0100 
71229              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
71230      Branch: perl
71231            ! installperl
71232 ____________________________________________________________________________
71233 [  8072] By: jhi                                   on 2000/12/10  18:07:55
71234         Log: The walkoptree confusion rages; walkoptree() seems to be coming
71235              from B.xs, while walkoptree_slow() comes from B.pm.
71236      Branch: perl
71237            ! ext/B/B.pm
71238 ____________________________________________________________________________
71239 [  8071] By: nick                                  on 2000/12/10  11:45:47
71240         Log: Integrate mainline
71241      Branch: perlio
71242           +> t/base/commonsense.t
71243           !> (integrate 37 files)
71244 ____________________________________________________________________________
71245 [  8070] By: jhi                                   on 2000/12/10  04:46:21
71246         Log: Update Changes.
71247      Branch: perl
71248            ! Changes patchlevel.h
71249 ____________________________________________________________________________
71250 [  8069] By: jhi                                   on 2000/12/10  04:39:19
71251         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
71252              From: andreas.koenig@anima.de (Andreas J. Koenig)
71253              Date: 09 Dec 2000 17:14:25 +0100
71254              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
71255      Branch: perl
71256            + t/base/commonsense.t
71257            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
71258 ____________________________________________________________________________
71259 [  8068] By: jhi                                   on 2000/12/10  04:17:36
71260         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
71261              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
71262              Date: Sat, 9 Dec 2000 16:47:22 -0000
71263              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
71264      Branch: perl
71265            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
71266            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
71267            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
71268            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
71269            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
71270            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
71271            ! t/lib/sdbm.t
71272 ____________________________________________________________________________
71273 [  8067] By: jhi                                   on 2000/12/10  03:52:02
71274         Log: Test case for #8066.
71275      Branch: perl
71276            ! t/op/misc.t
71277 ____________________________________________________________________________
71278 [  8066] By: jhi                                   on 2000/12/10  03:50:30
71279         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
71280              From: Simon Cozens <simon@cozens.net>
71281              Date: Sun, 10 Dec 2000 00:55:37 +0000
71282              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
71283      Branch: perl
71284            ! pp_sys.c
71285 ____________________________________________________________________________
71286 [  8065] By: jhi                                   on 2000/12/10  03:44:52
71287         Log: Test case for #8064.
71288      Branch: perl
71289            ! t/comp/proto.t
71290 ____________________________________________________________________________
71291 [  8064] By: jhi                                   on 2000/12/10  03:42:32
71292         Log: Subject: Re: prototype of substr
71293              From: Simon Cozens <simon@cozens.net>
71294              Date: Sun, 10 Dec 2000 00:13:33 +0000
71295              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
71296              
71297              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
71298              In other words, make the returned prototypes for any function
71299              stop prepending the ';' optionality marker after the first one.
71300              If they start getting optional, all the rest are optional.
71301      Branch: perl
71302            ! pp.c
71303 ____________________________________________________________________________
71304 [  8063] By: jhi                                   on 2000/12/10  03:39:42
71305         Log: Subject: [PATCH] perlguts.pod
71306              From: Simon Cozens <simon@cozens.net>
71307              Date: Sun, 10 Dec 2000 00:06:47 +0000
71308              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
71309              
71310              Documentation of the different types of ops,
71311              plus the functions in dump.c
71312      Branch: perl
71313            ! pod/perlguts.pod
71314 ____________________________________________________________________________
71315 [  8062] By: jhi                                   on 2000/12/10  03:30:04
71316         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
71317              From: Nicholas Clark <nick@talking.bollo.cx>
71318              Date: Sat, 09 Dec 2000 18:57:25 +0000
71319              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
71320              
71321              Be more robust in weird hostname setups.
71322      Branch: perl
71323            ! t/lib/net-hostent.t
71324 ____________________________________________________________________________
71325 [  8061] By: jhi                                   on 2000/12/10  03:28:21
71326         Log: Pacify fussy compiler. 
71327      Branch: perl
71328            ! pp_sys.c
71329 ____________________________________________________________________________
71330 [  8060] By: jhi                                   on 2000/12/10  02:52:46
71331         Log: Integrate perlio:
71332              
71333              [  8059]
71334              read/sysread/recv should now be utf8 aware.
71335              Basic test for utf8 read.
71336      Branch: perl
71337           !> pp_sys.c t/io/utf8.t
71338 ____________________________________________________________________________
71339 [  8059] By: nick                                  on 2000/12/09  23:40:14
71340         Log: read/sysread/recv should now be utf8 aware.
71341              Basic test for utf8 read.
71342      Branch: perlio
71343            ! pp_sys.c t/io/utf8.t
71344 ____________________________________________________________________________
71345 [  8058] By: jhi                                   on 2000/12/09  21:56:02
71346         Log: Integrate perlio:
71347              
71348              [  8055]
71349              Make write() (i.e. formats) utf8-aware by calling do_print() rather
71350              than raw PerlIO_write() - does not seem to break any tests.
71351              
71352              [  8054]
71353              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
71354              (sysread, recv and write i.e. formats still to do...)
71355              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
71356              open($fh,">:utf8","name")
71357              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
71358              so no extra overhead is involved.
71359              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
71360              to a non-utf8 stream.
71361              Add initial io/utf8.t
71362              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
71363              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
71364              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
71365              
71366              [  8053]
71367              Did not get that has_utf8/this_utf8 fix right last time, another spot
71368              was only testing this_utf8.
71369              
71370              [  8052]
71371              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
71372              i.e. the output string has one, but don't mess with source assumption.
71373      Branch: perl
71374           +> t/io/utf8.t
71375           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
71376 ____________________________________________________________________________
71377 [  8057] By: jhi                                   on 2000/12/09  21:53:35
71378         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
71379              From: Inaba Hiroto <inaba@st.rim.or.jp>
71380              Date: Sun, 10 Dec 2000 05:53:21 +0900
71381              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
71382              
71383              Tests for #8056.
71384      Branch: perl
71385            ! t/op/each.t
71386 ____________________________________________________________________________
71387 [  8056] By: jhi                                   on 2000/12/09  21:51:16
71388         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
71389              From: Inaba Hiroto <inaba@st.rim.or.jp>
71390              Date: Sat, 09 Dec 2000 18:02:00 +0900
71391              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
71392              
71393              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
71394      Branch: perl
71395            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
71396 ____________________________________________________________________________
71397 [  8055] By: nick                                  on 2000/12/09  20:11:48
71398         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
71399              than raw PerlIO_write() - does not seem to break any tests.
71400      Branch: perlio
71401            ! pp_sys.c
71402 ____________________________________________________________________________
71403 [  8054] By: nick                                  on 2000/12/09  19:47:30
71404         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
71405              (sysread, recv and write i.e. formats still to do...)
71406              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
71407              open($fh,">:utf8","name")
71408              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
71409              so no extra overhead is involved.
71410              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
71411              to a non-utf8 stream.
71412              Add initial io/utf8.t
71413              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
71414              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
71415              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
71416      Branch: perlio
71417            + t/io/utf8.t
71418            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
71419 ____________________________________________________________________________
71420 [  8053] By: nick                                  on 2000/12/09  19:26:37
71421         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
71422              was only testing this_utf8.
71423      Branch: perlio
71424            ! toke.c
71425 ____________________________________________________________________________
71426 [  8052] By: nick                                  on 2000/12/09  19:09:41
71427         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
71428              i.e. the output string has one, but don't mess with source assumption.
71429      Branch: perlio
71430            ! toke.c
71431 ____________________________________________________________________________
71432 [  8051] By: jhi                                   on 2000/12/09  16:55:17
71433         Log: Integrate perlio:
71434              
71435              [  8049]
71436              UTF8 output prework.
71437              - Store $\ and $, as SVs so they can have SvUTF8 flag
71438              - use do_print() rather than raw PerlIO_write() to print them.
71439      Branch: perl
71440           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
71441           !> sv.c thrdvar.h util.c
71442 ____________________________________________________________________________
71443 [  8050] By: jhi                                   on 2000/12/09  16:48:07
71444         Log: Nits noticed by Peter Prymmer.
71445      Branch: perl
71446            ! lib/ExtUtils/MM_VMS.pm
71447 ____________________________________________________________________________
71448 [  8049] By: nick                                  on 2000/12/09  13:49:40
71449         Log: UTF8 output prework.
71450              - Store $\ and $, as SVs so they can have SvUTF8 flag
71451              - use do_print() rather than raw PerlIO_write() to print them.
71452      Branch: perlio
71453            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
71454            ! thrdvar.h util.c
71455 ____________________________________________________________________________
71456 [  8048] By: nick                                  on 2000/12/09  12:30:43
71457         Log: Integrate mainline.
71458      Branch: perlio
71459           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
71460           +> t/op/reverse.t
71461           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
71462           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
71463           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
71464           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
71465           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
71466           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
71467 ____________________________________________________________________________
71468 [  8047] By: jhi                                   on 2000/12/09  00:23:27
71469         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
71470              From: Michael G Schwern <schwern@pobox.com>
71471              Date: Fri, 8 Dec 2000 14:43:04 -0600
71472      Branch: perl
71473            ! lib/ExtUtils/MM_VMS.pm
71474 ____________________________________________________________________________
71475 [  8046] By: jhi                                   on 2000/12/08  23:10:27
71476         Log: A missed check-in.
71477      Branch: perl
71478            ! lib/ExtUtils/Manifest.pm
71479 ____________________________________________________________________________
71480 [  8045] By: jhi                                   on 2000/12/08  21:57:12
71481         Log: (null check-in)
71482      Branch: perl
71483            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
71484 ____________________________________________________________________________
71485 [  8044] By: jhi                                   on 2000/12/08  21:11:06
71486         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
71487              at the final draft stage.
71488      Branch: perl
71489            + ext/Encode/Encode/iso8859-16.enc
71490            ! MANIFEST
71491 ____________________________________________________________________________
71492 [  8043] By: jhi                                   on 2000/12/08  16:39:04
71493         Log: Update Changes.
71494      Branch: perl
71495            ! Changes patchlevel.h
71496 ____________________________________________________________________________
71497 [  8042] By: jhi                                   on 2000/12/08  16:33:39
71498         Log: Do not return the Unicode replacement character if UTF-8
71499              decoding goes awry, it should be up to the caller to decide.
71500      Branch: perl
71501            ! pod/perlapi.pod utf8.c
71502 ____________________________________________________________________________
71503 [  8041] By: jhi                                   on 2000/12/08  16:22:28
71504         Log: metaconfig maintenance.
71505      Branch: metaconfig
71506            ! U/modified/stdchar.U
71507      Branch: metaconfig/U/perl
71508            + testsyml.U
71509 ____________________________________________________________________________
71510 [  8040] By: jhi                                   on 2000/12/08  16:03:08
71511         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
71512              From: sthoenna@efn.org
71513              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
71514              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
71515      Branch: perl
71516            ! Changes lib/ExtUtils/MM_OS2.pm
71517 ____________________________________________________________________________
71518 [  8039] By: jhi                                   on 2000/12/08  15:57:11
71519         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
71520              From: Simon Cozens <simon@cozens.net>
71521              Date: Fri, 8 Dec 2000 13:33:31 +0000
71522              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
71523              
71524              (The pp_hot part needed a rewrite.)
71525      Branch: perl
71526            ! doop.c pp_hot.c utf8.c
71527 ____________________________________________________________________________
71528 [  8038] By: jhi                                   on 2000/12/08  15:25:08
71529         Log: Subject: djSP
71530              From: Michael Stevens <michael@etla.org>
71531              Date: Wed, 6 Dec 2000 23:24:01 +0000
71532              Message-ID: <20001206232400.A21381@firedrake.org>
71533              
71534              Plus a note from Nick Ing-Simmons.
71535      Branch: perl
71536            ! pp.h
71537 ____________________________________________________________________________
71538 [  8037] By: jhi                                   on 2000/12/08  15:18:35
71539         Log: Filetype is text.
71540      Branch: perl
71541            ! t/op/utf8decode.t
71542 ____________________________________________________________________________
71543 [  8036] By: jhi                                   on 2000/12/08  03:31:27
71544         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
71545              From: Andy Dougherty <doughera@lafayette.edu>
71546              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
71547              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
71548              
71549              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
71550              From: Andy Dougherty <doughera@lafayette.edu>
71551              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
71552              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
71553      Branch: perl
71554            + ext/POSIX/hints/svr4.pl
71555            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
71556 ____________________________________________________________________________
71557 [  8035] By: jhi                                   on 2000/12/08  03:26:01
71558         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
71559              From: Andy Dougherty <doughera@lafayette.edu>
71560              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
71561              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
71562      Branch: perl
71563            ! t/README t/base/term.t
71564 ____________________________________________________________________________
71565 [  8034] By: jhi                                   on 2000/12/08  03:21:59
71566         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
71567              From: mjd@plover.com  
71568              Date: 7 Dec 2000 21:04:20 -0000
71569              Message-ID: <20001207210420.22282.qmail@plover.com>
71570              
71571              Plus -z doc.
71572      Branch: perl
71573            ! pod/perlfunc.pod
71574 ____________________________________________________________________________
71575 [  8033] By: jhi                                   on 2000/12/08  03:19:03
71576         Log: Use the UTF8 macros a bit.  They can't be used with abandon
71577              everywhere because we do generate illegal UTF-8 in some situations.
71578              This is of course naughty.
71579      Branch: perl
71580            ! pod/perlapi.pod utf8.c utf8.h
71581 ____________________________________________________________________________
71582 [  8032] By: jhi                                   on 2000/12/08  03:00:09
71583         Log: Out of sync?
71584      Branch: perl
71585            ! t/pragma/warn/utf8
71586 ____________________________________________________________________________
71587 [  8031] By: jhi                                   on 2000/12/08  02:22:39
71588         Log: Cnt spl.
71589      Branch: perl
71590            ! MANIFEST
71591 ____________________________________________________________________________
71592 [  8030] By: jhi                                   on 2000/12/08  01:23:54
71593         Log: Add test for reverse().
71594      Branch: perl
71595            + t/op/reverse.t
71596            ! MANIFEST
71597 ____________________________________________________________________________
71598 [  8029] By: jhi                                   on 2000/12/08  01:21:47
71599         Log: Integrate perlio:
71600              
71601              [  8026]
71602              Various oddities p4 diff -se showed up
71603              Remove 'our' from warnings.pl
71604              
71605              [  8025]
71606              Change PerlIO_(get|set)pos to take SV *
71607              Should fix, OS/2, VMS, (sfio??)
71608      Branch: perl
71609           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
71610           !> perlio.c perlio.h perlsdio.h warnings.pl
71611 ____________________________________________________________________________
71612 [  8028] By: jhi                                   on 2000/12/08  01:19:08
71613         Log: Introduce macros for UTF8 decoding.
71614      Branch: perl
71615            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
71616 ____________________________________________________________________________
71617 [  8027] By: nick                                  on 2000/12/07  22:18:19
71618         Log: Integrate mainline
71619      Branch: perlio
71620           !> embed.pl pod/perlapi.pod utf8.c
71621 ____________________________________________________________________________
71622 [  8026] By: nick                                  on 2000/12/07  21:45:08
71623         Log: Various oddities p4 diff -se showed up
71624              Remove 'our' from warnings.pl
71625      Branch: perlio
71626            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
71627 ____________________________________________________________________________
71628 [  8025] By: nick                                  on 2000/12/07  21:43:32
71629         Log: Change PerlIO_(get|set)pos to take SV *
71630              Should fix, OS/2, VMS, (sfio??)
71631      Branch: perlio
71632            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
71633 ____________________________________________________________________________
71634 [  8024] By: jhi                                   on 2000/12/07  19:05:32
71635         Log: Document utf8_to_uv() better.
71636      Branch: perl
71637            ! pod/perlapi.pod utf8.c
71638 ____________________________________________________________________________
71639 [  8023] By: jhi                                   on 2000/12/07  18:23:47
71640         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
71641      Branch: perl
71642            ! embed.pl pod/perlapi.pod utf8.c
71643 ____________________________________________________________________________
71644 [  8022] By: jhi                                   on 2000/12/07  04:13:51
71645         Log: Integrate perlio:
71646              
71647              [  8021]
71648              Various attempts at MSVC debug - not sure what has
71649              changed but works now. 
71650              Seems atexit() _may_ work for DLLs built with MSVC so don't
71651              call cleanup that way.
71652              
71653              [  8019]
71654              Add useperlio to config.vc
71655              Turn off binmode in config_H.PL
71656              Regen all the config_H.xx
71657              Attempt to get debugging build with MSVC.
71658              
71659              [  8018]
71660              Test various dup/external program options on all platforms.
71661              
71662              [  8017]
71663              Fix harness to be less picky
71664      Branch: perl
71665           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
71666           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
71667           !> win32/makefile.mk
71668 ____________________________________________________________________________
71669 [  8021] By: nick                                  on 2000/12/07  00:28:14
71670         Log: Various attempts at MSVC debug - not sure what has
71671              changed but works now. 
71672              Seems atexit() _may_ work for DLLs built with MSVC so don't
71673              call cleanup that way.
71674      Branch: perlio
71675            ! perlio.c win32/makefile.mk
71676 ____________________________________________________________________________
71677 [  8020] By: nick                                  on 2000/12/06  19:57:20
71678         Log: Integrate mainline
71679      Branch: perlio
71680           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
71681           !> (integrate 75 files)
71682 ____________________________________________________________________________
71683 [  8019] By: nick                                  on 2000/12/06  19:28:21
71684         Log: Add useperlio to config.vc
71685              Turn off binmode in config_H.PL
71686              Regen all the config_H.xx
71687              Attempt to get debugging build with MSVC.
71688      Branch: perlio
71689            ! win32/config.vc win32/config_H.bc win32/config_H.gc
71690            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
71691 ____________________________________________________________________________
71692 [  8018] By: nick                                  on 2000/12/06  19:21:57
71693         Log: Test various dup/external program options on all platforms.
71694      Branch: perlio
71695            ! t/io/dup.t
71696 ____________________________________________________________________________
71697 [  8017] By: nick                                  on 2000/12/06  19:20:47
71698         Log: Fix harness to be less picky
71699      Branch: perlio
71700            ! lib/Test/Harness.pm
71701 ____________________________________________________________________________
71702 [  8016] By: jhi                                   on 2000/12/06  16:45:12
71703         Log: Update Changes.
71704      Branch: perl
71705            ! Changes patchlevel.h
71706 ____________________________________________________________________________
71707 [  8015] By: jhi                                   on 2000/12/06  16:41:03
71708         Log: Test \x{...} with ord().
71709      Branch: perl
71710            ! t/op/ord.t
71711 ____________________________________________________________________________
71712 [  8014] By: jhi                                   on 2000/12/06  16:20:33
71713         Log: Test tweak because of #8013.
71714      Branch: perl
71715            ! t/lib/b.t
71716 ____________________________________________________________________________
71717 [  8013] By: jhi                                   on 2000/12/06  16:09:09
71718         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
71719              From: Michael G Schwern <schwern@pobox.com>
71720              Date: Tue, 5 Dec 2000 21:23:28 -0500
71721              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
71722              
71723              Carp::Heavy parts not very applicable because of recent changes.
71724      Branch: perl
71725            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
71726            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
71727            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
71728            ! lib/Exporter.pm lib/Exporter/Heavy.pm
71729            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
71730            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
71731            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
71732            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
71733            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
71734            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
71735            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
71736            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
71737            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
71738            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
71739            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
71740            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
71741            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
71742            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
71743            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
71744            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
71745            ! warnings.pl
71746 ____________________________________________________________________________
71747 [  8012] By: jhi                                   on 2000/12/06  15:22:38
71748         Log: Subject: [PATCH] Re: New harness is failing things
71749              From: Nick Ing-Simmons <nik@tiuk.ti.com>
71750              Date: Wed, 6 Dec 2000 13:00:30 GMT
71751              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
71752      Branch: perl
71753            ! lib/Test/Harness.pm
71754 ____________________________________________________________________________
71755 [  8011] By: jhi                                   on 2000/12/06  15:12:08
71756         Log: Subject: installhtml changes
71757              From: Michael Stevens <michael@etla.org>
71758              Date: Wed, 6 Dec 2000 13:15:53 +0000
71759              Message-ID: <20001206131553.A27317@firedrake.org>
71760      Branch: perl
71761            ! installhtml
71762 ____________________________________________________________________________
71763 [  8010] By: jhi                                   on 2000/12/06  15:06:05
71764         Log: Subject: the dTHR hits
71765              From: Michael Stevens <michael@etla.org>
71766              Date: Wed, 6 Dec 2000 12:06:03 +0000
71767              Message-ID: <20001206120603.A24581@firedrake.org>
71768              
71769              More, errrm, less dTHRs.
71770      Branch: perl
71771            ! bytecode.pl ext/B/B/C.pm
71772 ____________________________________________________________________________
71773 [  8009] By: jhi                                   on 2000/12/06  15:04:25
71774         Log: Subject: MakeMaker mailing list gone?
71775              From: Michael G Schwern <schwern@pobox.com>
71776              Date: Tue, 5 Dec 2000 19:29:59 -0500
71777              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
71778              
71779              The MakeMaker mailing list is dead, perlbug is the right
71780              address to report bugs.
71781      Branch: perl
71782            ! lib/ExtUtils/MakeMaker.pm
71783 ____________________________________________________________________________
71784 [  8008] By: jhi                                   on 2000/12/06  15:00:32
71785         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
71786              From: Michael G Schwern <schwern@pobox.com>
71787              Date: Tue, 5 Dec 2000 19:21:21 -0500
71788              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
71789              
71790              Add a default MANIFEST skip that ignores things like
71791              version control files, editor temporary files, and the Makefile.
71792      Branch: perl
71793            + lib/ExtUtils/MANIFEST.SKIP
71794            ! MANIFEST lib/ExtUtils/Manifest.pm
71795 ____________________________________________________________________________
71796 [  8007] By: jhi                                   on 2000/12/06  14:57:20
71797         Log: In Amiga more manual hackery of the scripts seems to be needed,
71798              from Jan-Erik Karlsson.  Why Configure does not get this right
71799              is unknown, may be shell-induced.
71800      Branch: perl
71801            ! README.amiga
71802 ____________________________________________________________________________
71803 [  8006] By: jhi                                   on 2000/12/05  23:53:12
71804         Log: Add TOPm1s to peek at the second topmost stack item.
71805      Branch: perl
71806            ! pp.h
71807 ____________________________________________________________________________
71808 [  8005] By: jhi                                   on 2000/12/05  23:13:55
71809         Log: Avaunt, you foul UTF-8 tests.
71810      Branch: perl
71811            ! t/op/ver.t t/pragma/utf8.t
71812 ____________________________________________________________________________
71813 [  8004] By: jhi                                   on 2000/12/05  23:09:54
71814         Log: Continue utf8 dispersal. 
71815      Branch: perl
71816            + t/op/concat.t
71817            ! MANIFEST t/pragma/utf8.t
71818 ____________________________________________________________________________
71819 [  8003] By: nick                                  on 2000/12/05  23:02:39
71820         Log: Integrate mainline.
71821      Branch: perlio
71822           +> t/op/length.t t/op/utf8decode.t
71823           !> (integrate 69 files)
71824 ____________________________________________________________________________
71825 [  8002] By: jhi                                   on 2000/12/05  22:59:28
71826         Log: Integrate perlio:
71827              
71828              [  8001]
71829              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
71830              - calloc/free suffer from damage on TerminateThread()
71831              - use PerlMemShared (as originally planned) now fixed
71832              - avoid doing anything important on DLL "detach".
71833              
71834              [  8000]
71835              Fix gross PerlMemShared issue.
71836      Branch: perl
71837           !> iperlsys.h perl.c perlio.c win32/perllib.c
71838 ____________________________________________________________________________
71839 [  8001] By: nick                                  on 2000/12/05  22:07:52
71840         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
71841              - calloc/free suffer from damage on TerminateThread()
71842              - use PerlMemShared (as originally planned) now fixed
71843              - avoid doing anything important on DLL "detach".
71844      Branch: perlio
71845            ! perl.c perlio.c win32/perllib.c
71846 ____________________________________________________________________________
71847 [  8000] By: nick                                  on 2000/12/05  21:05:09
71848         Log: Fix gross PerlMemShared issue.
71849      Branch: perlio
71850            ! iperlsys.h
71851 ____________________________________________________________________________
71852 [  7999] By: jhi                                   on 2000/12/05  20:46:58
71853         Log: Test for Unicode (UTF-8) hash keys.
71854      Branch: perl
71855            ! t/op/each.t
71856 ____________________________________________________________________________
71857 [  7998] By: jhi                                   on 2000/12/05  20:30:35
71858         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
71859              is now always UTF-8), empty line cosmetics.
71860      Branch: perl
71861            ! t/pragma/utf8.t
71862 ____________________________________________________________________________
71863 [  7997] By: jhi                                   on 2000/12/05  20:15:40
71864         Log: Subject: Re: STRLEN - what?
71865              From: Andy Dougherty <doughera@lafayette.edu>
71866              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
71867              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
71868              
71869              Explain STRLEN.
71870      Branch: perl
71871            ! pod/perlguts.pod
71872 ____________________________________________________________________________
71873 [  7996] By: jhi                                   on 2000/12/05  20:13:34
71874         Log: Split off the UTF-8 decoder tests, make them to check also
71875              the error message.
71876      Branch: perl
71877            + t/op/utf8decode.t
71878            ! MANIFEST t/pragma/utf8.t utf8.c
71879 ____________________________________________________________________________
71880 [  7995] By: jhi                                   on 2000/12/05  16:39:47
71881         Log: Start migrating bits of pragma/utf8 to elsewhere
71882              (since the long term plan is to obsolete 'use utf8').
71883      Branch: perl
71884            + t/op/length.t
71885            ! MANIFEST t/pragma/utf8.t
71886 ____________________________________________________________________________
71887 [  7994] By: jhi                                   on 2000/12/05  16:30:21
71888         Log: Fix a manual edit typo from #7993, fix the message formatting
71889              for Unicode, add few our declarations.
71890      Branch: perl
71891            ! lib/Carp/Heavy.pm
71892 ____________________________________________________________________________
71893 [  7993] By: jhi                                   on 2000/12/05  16:09:15
71894         Log: Subject: Need help with warnings :-(
71895              From: "Ben Tilly" <ben_tilly@hotmail.com>
71896              Date: Tue, 05 Dec 2000 01:35:54 -0500
71897              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
71898              
71899              Subject: UPDATE: Carp/Heavy now passes all tests
71900              From: "Ben Tilly" <ben_tilly@hotmail.com>
71901              Date: Tue, 05 Dec 2000 07:59:41 -0500
71902              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
71903              
71904              The Brave New Carp.
71905      Branch: perl
71906            ! lib/Carp.pm lib/Carp/Heavy.pm
71907 ____________________________________________________________________________
71908 [  7992] By: jhi                                   on 2000/12/05  15:55:08
71909         Log: Subject: [PATCH perl@7979] cygwin port
71910              From: "Eric Fifer" <efifer@dircon.co.uk>
71911              Date: Tue, 5 Dec 2000 14:04:09 -0000
71912              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
71913      Branch: perl
71914            ! t/lib/net-hostent.t
71915 ____________________________________________________________________________
71916 [  7991] By: jhi                                   on 2000/12/05  15:52:34
71917         Log: Subject: Re: [PATCH] The largest hoax of all times?
71918              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71919              Date: Tue, 5 Dec 2000 00:40:25 -0500
71920              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
71921              
71922              Subject: Re: [PATCH] The largest hoax of all times?
71923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71924              Date: Mon, 4 Dec 2000 23:55:53 -0500
71925              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
71926              
71927              Subject: Re: [PATCH] The largest hoax of all times?
71928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71929              Date: Tue, 5 Dec 2000 01:28:45 -0500
71930              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
71931              
71932              Fix the unpredictable order of DESTROYs.
71933      Branch: perl
71934            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
71935            ! sv.c sv.h t/op/ref.t
71936 ____________________________________________________________________________
71937 [  7990] By: jhi                                   on 2000/12/05  14:38:53
71938         Log: Subject: [PATCH] shrink pp_hot fractionally
71939              From: Nicholas Clark <nick@ccl4.org>
71940              Date: Tue, 5 Dec 2000 12:44:31 +0000
71941              Message-ID: <20001205124431.E74518@plum.flirble.org>
71942              
71943              Use report_evil_fh().
71944      Branch: perl
71945            ! opcode.pl opnames.h pp_hot.c util.c
71946 ____________________________________________________________________________
71947 [  7989] By: jhi                                   on 2000/12/05  14:21:27
71948         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
71949              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71950              Date: Mon, 04 Dec 2000 22:21:59 -0800
71951              Message-ID: <HmIL6gzkgepS092yn@efn.org>
71952              
71953              Harness shouldn't ignore responses like "ok 3\r\r\n".
71954      Branch: perl
71955            ! lib/Test/Harness.pm
71956 ____________________________________________________________________________
71957 [  7988] By: jhi                                   on 2000/12/05  13:51:28
71958         Log: Integrate the "skip" messages to explain().
71959      Branch: perl
71960            ! t/lib/syslfs.t t/op/lfs.t
71961 ____________________________________________________________________________
71962 [  7987] By: jhi                                   on 2000/12/05  12:34:54
71963         Log: The one that got away in #7984.
71964              
71965              Subject: Re: dTHR - what and why?
71966              From: Michael Stevens <michael@etla.org> 
71967              Date: Tue, 5 Dec 2000 11:15:52 +0000
71968              Message-ID: <20001205111552.A4647@firedrake.org>
71969      Branch: perl
71970            ! sv.h
71971 ____________________________________________________________________________
71972 [  7986] By: gsar                                  on 2000/12/05  09:14:44
71973         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
71974              due to the notorious GetFileType() bug in Windows 9x, which fstat()
71975              tickles)
71976      Branch: perl
71977            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
71978 ____________________________________________________________________________
71979 [  7985] By: jhi                                   on 2000/12/05  05:49:03
71980         Log: Integrate perlio:
71981              
71982              [  7983]
71983              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
71984      Branch: perl
71985           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
71986           !> win32/perlhost.h win32/perllib.c
71987 ____________________________________________________________________________
71988 [  7984] By: jhi                                   on 2000/12/05  05:48:16
71989         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
71990      Branch: perl
71991            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
71992            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
71993            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
71994            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
71995            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
71996            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
71997            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
71998            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
71999            ! win32/win32.c
72000 ____________________________________________________________________________
72001 [  7983] By: nick                                  on 2000/12/04  23:27:43
72002         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
72003      Branch: perlio
72004            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
72005            ! win32/perlhost.h win32/perllib.c
72006 ____________________________________________________________________________
72007 [  7982] By: jhi                                   on 2000/12/04  19:44:09
72008         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
72009              uncovered by #7980.
72010      Branch: perl
72011            ! op.c
72012 ____________________________________________________________________________
72013 [  7981] By: jhi                                   on 2000/12/04  19:42:07
72014         Log: Subject: [PATCH] Trivial dump.c feature
72015              From: Simon Cozens <simon@cozens.net>
72016              Date: Mon, 4 Dec 2000 18:08:38 +0000
72017              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
72018              
72019              Show whether a constant is UTF-8.
72020      Branch: perl
72021            ! dump.c
72022 ____________________________________________________________________________
72023 [  7980] By: jhi                                   on 2000/12/04  19:36:51
72024         Log: UTF-8 hash keys, patch from Inaba Hiroto.
72025      Branch: perl
72026            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
72027 ____________________________________________________________________________
72028 [  7979] By: jhi                                   on 2000/12/04  17:36:28
72029         Log: Update Changes.
72030      Branch: perl
72031            ! Changes patchlevel.h
72032 ____________________________________________________________________________
72033 [  7978] By: jhi                                   on 2000/12/04  16:42:17
72034         Log: Retract #7977, still too volatile (the euphemism of the day
72035              for unfinished and buggy :-)
72036      Branch: perl
72037            ! doop.c hv.c pp.c sv.h
72038 ____________________________________________________________________________
72039 [  7977] By: jhi                                   on 2000/12/04  16:25:15
72040         Log: (Retracted by #7978, too shaky yet.)
72041              
72042              Subject: Re: utf8 in hash keys, implementor missing
72043              From: Simon Cozens <simon@cozens.net>
72044              Date: Sat, 2 Dec 2000 19:49:35 +0000
72045              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
72046              
72047              The first step at UTF-8 hash keys.
72048      Branch: perl
72049            ! doop.c hv.c pp.c sv.h
72050 ____________________________________________________________________________
72051 [  7976] By: jhi                                   on 2000/12/04  16:13:53
72052         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
72053              From: sthoenna@efn.org
72054              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
72055              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
72056      Branch: perl
72057            ! os2/os2.c perlio.c
72058 ____________________________________________________________________________
72059 [  7975] By: jhi                                   on 2000/12/04  16:05:25
72060         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
72061              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72062              Date: Thu, 30 Nov 2000 20:50:37 -0800
72063              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
72064      Branch: perl
72065            ! os2/os2.c
72066 ____________________________________________________________________________
72067 [  7974] By: jhi                                   on 2000/12/04  16:03:57
72068         Log: Subject: [PATCH] ++ 20% faster
72069              From: Nicholas Clark <nick@ccl4.org>
72070              Date: Mon, 4 Dec 2000 12:17:27 +0000
72071              Message-ID: <20001204121726.B52976@plum.flirble.org>
72072              
72073              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
72074      Branch: perl
72075            ! sv.c
72076 ____________________________________________________________________________
72077 [  7973] By: jhi                                   on 2000/12/04  16:00:48
72078         Log: 
72079              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
72080              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72081              Date: Mon, 04 Dec 2000 12:30:45 +0100
72082              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
72083              
72084              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
72085              library (getprotobyname and getprotobynumber are outversioned by
72086              the same calls in libc, at least for xlc version 3.
72087      Branch: perl
72088            ! hints/aix.sh
72089 ____________________________________________________________________________
72090 [  7972] By: jhi                                   on 2000/12/04  02:58:31
72091         Log: Integrate perlio:
72092              
72093              [  7971]
72094              Quieten some noise in Win32 builds:
72095              - win32.h is included after <sys/socket.h>, so need to 
72096              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
72097              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
72098              
72099              [  7970]
72100              PERL_IMPLICIT_SYS compiles but does not work.
72101      Branch: perl
72102           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
72103           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
72104           !> win32/win32.h win32/win32iop.h win32/win32thread.h
72105 ____________________________________________________________________________
72106 [  7971] By: nick                                  on 2000/12/04  00:24:33
72107         Log: Quieten some noise in Win32 builds:
72108              - win32.h is included after <sys/socket.h>, so need to 
72109              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
72110              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
72111      Branch: perlio
72112            ! doio.c perl.h toke.c win32/win32.h
72113 ____________________________________________________________________________
72114 [  7970] By: nick                                  on 2000/12/03  22:57:46
72115         Log: PERL_IMPLICIT_SYS compiles but does not work.
72116      Branch: perlio
72117            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
72118            ! win32/perlhost.h win32/perllib.c win32/win32.h
72119            ! win32/win32iop.h win32/win32thread.h
72120 ____________________________________________________________________________
72121 [  7969] By: jhi                                   on 2000/12/03  22:12:58
72122         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
72123              used to swash_init(), makes regprop() dumps more informative
72124              (+utf8::IsAlpha, -utf8::IsDigit, for example).
72125      Branch: perl
72126            ! regcomp.c regexec.c
72127 ____________________________________________________________________________
72128 [  7968] By: jhi                                   on 2000/12/03  21:39:56
72129         Log: Implement ANYOFUTF8 regprop() dumping.
72130      Branch: perl
72131            ! regcomp.c
72132 ____________________________________________________________________________
72133 [  7967] By: jhi                                   on 2000/12/03  20:57:19
72134         Log: Make uv_to_utf8() to zero-terminate its output buffer,
72135              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
72136      Branch: perl
72137            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
72138 ____________________________________________________________________________
72139 [  7966] By: nick                                  on 2000/12/03  18:41:21
72140         Log: Integrate mainline (STDCHAR)
72141      Branch: perlio
72142           !> Configure t/pragma/utf8.t
72143 ____________________________________________________________________________
72144 [  7965] By: jhi                                   on 2000/12/03  17:58:20
72145         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
72146      Branch: perl
72147            ! t/pragma/utf8.t
72148 ____________________________________________________________________________
72149 [  7964] By: jhi                                   on 2000/12/03  17:35:56
72150         Log: Integrate perlio:
72151              
72152              [  7961]
72153              Make iperlsys.h vector stdio not PerlIO.
72154      Branch: perl
72155           !> iperlsys.h perlio.c
72156 ____________________________________________________________________________
72157 [  7963] By: jhi                                   on 2000/12/03  17:33:55
72158         Log: Metaconfig unit change for #7962.
72159      Branch: metaconfig
72160            ! U/modified/stdchar.U
72161 ____________________________________________________________________________
72162 [  7962] By: jhi                                   on 2000/12/03  17:33:27
72163         Log: Untangle the <stdio.h> #include nest for the stdchar test,
72164              from Andy Dougherty.
72165      Branch: perl
72166            ! Configure
72167 ____________________________________________________________________________
72168 [  7961] By: nick                                  on 2000/12/03  16:53:00
72169         Log: Make iperlsys.h vector stdio not PerlIO.
72170      Branch: perlio
72171            ! iperlsys.h perlio.c
72172 ____________________________________________________________________________
72173 [  7960] By: nick                                  on 2000/12/03  14:43:01
72174         Log: Integrate mainline
72175      Branch: perlio
72176           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
72177           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
72178 ____________________________________________________________________________
72179 [  7959] By: jhi                                   on 2000/12/03  08:16:36
72180         Log: Use DO_UTF8().
72181      Branch: perl
72182            ! op.c
72183 ____________________________________________________________________________
72184 [  7958] By: jhi                                   on 2000/12/02  18:33:05
72185         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
72186              From: Mike Guy <mjtg@cam.ac.uk>         
72187              Date: Sat, 02 Dec 2000 17:27:13 +0000
72188              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
72189              
72190              An extraneous argument.
72191      Branch: perl
72192            ! toke.c
72193 ____________________________________________________________________________
72194 [  7957] By: jhi                                   on 2000/12/02  18:22:32
72195         Log: A missing hunk.
72196      Branch: perl
72197            ! t/lib/net-hostent.t
72198 ____________________________________________________________________________
72199 [  7956] By: jhi                                   on 2000/12/02  18:06:20
72200         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
72201              From: Nicholas Clark <nick@ccl4.org>
72202              Date: Sat, 2 Dec 2000 14:28:27 +0000
72203              Message-ID: <20001202142827.A12308@plum.flirble.org>
72204              
72205              Test robustness.
72206      Branch: perl
72207            ! t/lib/net-hostent.t
72208 ____________________________________________________________________________
72209 [  7955] By: jhi                                   on 2000/12/02  17:58:06
72210         Log: Metaconfig unit change for #7954.
72211      Branch: metaconfig
72212            ! U/modified/stdchar.U
72213 ____________________________________________________________________________
72214 [  7954] By: jhi                                   on 2000/12/02  17:54:32
72215         Log: An inconvenient hang would happen if the stdio _ptr wasn't
72216              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
72217              would be grepping stdin for all eternity for the _ptr.)
72218      Branch: perl
72219            ! Configure
72220 ____________________________________________________________________________
72221 [  7953] By: jhi                                   on 2000/12/02  00:07:15
72222         Log: Update Changes.
72223      Branch: perl
72224            ! Changes patchlevel.h
72225 ____________________________________________________________________________
72226 [  7952] By: jhi                                   on 2000/12/01  23:54:47
72227         Log: Subject: Re: long shell lines
72228              From: Andy Dougherty <doughera@lafayette.edu>
72229              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
72230              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
72231              
72232              Split overly long shell command lines.
72233      Branch: perl
72234            ! lib/ExtUtils/MM_Unix.pm
72235 ____________________________________________________________________________
72236 [  7951] By: jhi                                   on 2000/12/01  23:48:02
72237         Log: The metaconfig unit change for #7950.
72238      Branch: metaconfig
72239            + U/modified/stdchar.U
72240 ____________________________________________________________________________
72241 [  7950] By: jhi                                   on 2000/12/01  23:47:39
72242         Log: Try to find stdchar also from <stdio_impl.h>.
72243      Branch: perl
72244            ! Configure config_h.SH
72245 ____________________________________________________________________________
72246 [  7949] By: jhi                                   on 2000/12/01  23:46:45
72247         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
72248              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
72249              Date: Fri, 1 Dec 2000 16:26:08 -0500
72250              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
72251              
72252              Reword the diagnostic message.
72253      Branch: perl
72254            ! pod/perldiag.pod
72255 ____________________________________________________________________________
72256 [  7948] By: nick                                  on 2000/12/01  22:49:43
72257         Log: Integrate mainline (for s/y/m as sub names stuff).
72258      Branch: perlio
72259           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
72260           !> t/pragma/warn/toke toke.c
72261 ____________________________________________________________________________
72262 [  7947] By: jhi                                   on 2000/12/01  20:55:41
72263         Log: Integrate perlio:
72264              
72265              [  7942]
72266              Fix 'mmap' lib/filehand.t (ungetc) test fail.
72267              Make 'unix' pass most tests
72268              - do unread by temporary push of layer ("pending") holding unread chars
72269              - fast_gets is now based on per-handle flag
72270              - relax one of io/pipe.t tests to allow print to fail and close to
72271              succeed so that it passes on unbuffered "unix" layer.
72272              Remaining fail is sporadic and a genuine race condition between
72273              parent/child in fork test.
72274      Branch: perl
72275           !> perlio.c perliol.h t/io/pipe.t
72276 ____________________________________________________________________________
72277 [  7946] By: jhi                                   on 2000/12/01  20:36:51
72278         Log: Upgrade to CPAN 1.59_51, from Andreas König.
72279      Branch: perl
72280            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72281 ____________________________________________________________________________
72282 [  7945] By: nick                                  on 2000/12/01  20:31:32
72283         Log: Integrate mainline
72284      Branch: perlio
72285           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
72286           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
72287           +> t/lib/net-hostent.t
72288           !> (integrate 35 files)
72289 ____________________________________________________________________________
72290 [  7944] By: jhi                                   on 2000/12/01  20:23:29
72291         Log: Some help for 20001130.011.  Now one gets warnings like
72292              "Ambiguous -f() resolved as a file test ..."
72293      Branch: perl
72294            ! pod/perldiag.pod t/pragma/warn/toke toke.c
72295 ____________________________________________________________________________
72296 [  7943] By: jhi                                   on 2000/12/01  19:44:44
72297         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
72298              that also breaks using them as methods. 
72299      Branch: perl
72300            ! pod/perldiag.pod t/op/misc.t toke.c
72301 ____________________________________________________________________________
72302 [  7942] By: nick                                  on 2000/12/01  17:56:46
72303         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
72304              Make 'unix' pass most tests
72305              - do unread by temporary push of layer ("pending") holding unread chars
72306              - fast_gets is now based on per-handle flag
72307              - relax one of io/pipe.t tests to allow print to fail and close to
72308              succeed so that it passes on unbuffered "unix" layer.
72309              Remaining fail is sporadic and a genuine race condition between
72310              parent/child in fork test.
72311      Branch: perlio
72312            ! perlio.c perliol.h t/io/pipe.t
72313 ____________________________________________________________________________
72314 [  7941] By: jhi                                   on 2000/12/01  15:28:58
72315         Log: (Retracted by #7943.)
72316              
72317              Reserve the short named string operator names.
72318      Branch: perl
72319            ! pod/perldiag.pod t/op/misc.t toke.c
72320 ____________________________________________________________________________
72321 [  7940] By: jhi                                   on 2000/12/01  06:45:53
72322         Log: Get the three different space character classes right under utf8.
72323      Branch: perl
72324            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
72325            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
72326            ! regexec.c t/op/pat.t utf8.c
72327 ____________________________________________________________________________
72328 [  7939] By: jhi                                   on 2000/12/01  03:26:26
72329         Log: Two more tests that make no sense in UTF-8 since the test
72330              data is not in UTF-8.
72331      Branch: perl
72332            ! t/op/regexp.t
72333 ____________________________________________________________________________
72334 [  7938] By: jhi                                   on 2000/12/01  03:20:39
72335         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
72336              should it be required inside regexen?
72337      Branch: perl
72338            ! regcomp.c t/op/regmesg.t
72339 ____________________________________________________________________________
72340 [  7937] By: jhi                                   on 2000/12/01  02:58:53
72341         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
72342              stored and restored, and thusly was trounced by the utf8 swash
72343              routines.
72344      Branch: perl
72345            ! regcomp.c
72346 ____________________________________________________________________________
72347 [  7936] By: jhi                                   on 2000/11/30  20:41:39
72348         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
72349              Why the different platforms behave so differently (core dump vs
72350              no core dump) on this bug is a but of a mystery, but if I had to
72351              guess I would mumble something like 'alignment'.
72352      Branch: perl
72353            ! sv.c
72354 ____________________________________________________________________________
72355 [  7935] By: jhi                                   on 2000/11/30  16:17:02
72356         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
72357              From: Robin Barker <rmb1@cise.npl.co.uk>
72358              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
72359              Date: Thu, 30 Nov 2000 14:27:12 GMT
72360      Branch: perl
72361            ! perlio.c toke.c
72362 ____________________________________________________________________________
72363 [  7934] By: jhi                                   on 2000/11/30  16:04:49
72364         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
72365      Branch: perl
72366            ! t/lib/net-hostent.t
72367 ____________________________________________________________________________
72368 [  7933] By: jhi                                   on 2000/11/30  06:07:26
72369         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
72370              From: Peter Prymmer <pvhp@forte.com>
72371              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
72372              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
72373              
72374              In VMS the localhost may be LOCALHOST.
72375      Branch: perl
72376            ! t/lib/net-hostent.t
72377 ____________________________________________________________________________
72378 [  7932] By: jhi                                   on 2000/11/30  01:11:11
72379         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
72380              From: Peter Prymmer <pvhp@forte.com>
72381              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
72382              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
72383              
72384              plus regen perlapi.pod.
72385      Branch: perl
72386            ! pod/perlapi.pod utf8.c
72387 ____________________________________________________________________________
72388 [  7931] By: jhi                                   on 2000/11/30  01:06:19
72389         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
72390              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72391              Date:     Wed, 29 Nov 2000 17:15:11 EST
72392              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
72393      Branch: perl
72394            ! t/lib/filter-util.pl t/lib/filter-util.t
72395 ____________________________________________________________________________
72396 [  7930] By: jhi                                   on 2000/11/29  18:51:55
72397         Log: Update Changes.
72398      Branch: perl
72399            ! Changes patchlevel.h
72400 ____________________________________________________________________________
72401 [  7929] By: jhi                                   on 2000/11/29  18:50:55
72402         Log: Update the va_copy() metaconfig unit.
72403      Branch: metaconfig/U/perl
72404            ! need_va_copy.U
72405 ____________________________________________________________________________
72406 [  7928] By: jhi                                   on 2000/11/29  17:50:43
72407         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
72408              From: Dominic Dunlop <domo@computer.org>
72409              Date: Tue, 28 Nov 2000 16:41:57 +0100
72410              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
72411              
72412              Patch to catch a core dump in the Configure va_copy test.
72413      Branch: perl
72414            ! Configure config_h.SH
72415 ____________________________________________________________________________
72416 [  7927] By: jhi                                   on 2000/11/29  17:31:59
72417         Log: Retract #7921, the patch shouldn't be needed.
72418      Branch: perl
72419            ! sv.c
72420 ____________________________________________________________________________
72421 [  7926] By: jhi                                   on 2000/11/29  17:01:41
72422         Log: Make the Class::Struct import() wiser.
72423      Branch: perl
72424            ! lib/Class/Struct.pm t/lib/class-struct.t
72425 ____________________________________________________________________________
72426 [  7925] By: jhi                                   on 2000/11/29  16:36:33
72427         Log: All the core library users of Class::Struct seem to be
72428              using "use Class::Struct 'struct';" instead of the bare
72429              "use Class::Struct;", which isn't documented in Class::Struct.
72430              This can't be right.
72431      Branch: perl
72432            ! lib/File/stat.pm
72433 ____________________________________________________________________________
72434 [  7924] By: jhi                                   on 2000/11/29  16:32:15
72435         Log: A test works better if it has the right 1..$n output.
72436      Branch: perl
72437            ! t/lib/class-struct.t
72438 ____________________________________________________________________________
72439 [  7923] By: jhi                                   on 2000/11/29  16:29:11
72440         Log: Forgot to MANIFEST the new Net::hostent test.
72441      Branch: perl
72442            ! MANIFEST
72443 ____________________________________________________________________________
72444 [  7922] By: jhi                                   on 2000/11/29  16:27:49
72445         Log: Integrate perlio:
72446              
72447              [  7906]
72448              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
72449      Branch: perl
72450           !> iperlsys.h perlio.c
72451 ____________________________________________________________________________
72452 [  7921] By: jhi                                   on 2000/11/29  16:27:10
72453         Log: (Retracted by #7927.)
72454              
72455              Subject: [PATCH] Is infinity a number?
72456              From: Simon Cozens <simon@cozens.net>
72457              Date: Wed, 29 Nov 2000 14:48:20 +0000
72458              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
72459      Branch: perl
72460            ! sv.c
72461 ____________________________________________________________________________
72462 [  7920] By: jhi                                   on 2000/11/29  16:23:02
72463         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
72464              From: rspier@pobox.com (Robert Spier)
72465              Date: Wed, 29 Nov 2000 02:17:49 -0500
72466              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
72467              
72468              Add a test for Net::hostent.
72469      Branch: perl
72470            + t/lib/net-hostent.t
72471 ____________________________________________________________________________
72472 [  7919] By: jhi                                   on 2000/11/29  16:21:31
72473         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
72474              add a test for Class::Struct.
72475      Branch: perl
72476            + t/lib/class-struct.t
72477            ! MANIFEST lib/Class/Struct.pm
72478 ____________________________________________________________________________
72479 [  7918] By: jhi                                   on 2000/11/29  15:48:40
72480         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
72481              From: rspier@pobox.com (Robert Spier)
72482              Date: Wed, 29 Nov 2000 02:25:39 -0500
72483              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
72484              
72485              More checking in case someone has broken their services or
72486              protocol databases.
72487      Branch: perl
72488            ! ext/Sys/Syslog/Syslog.pm
72489 ____________________________________________________________________________
72490 [  7917] By: jhi                                   on 2000/11/29  15:46:25
72491         Log: Subject: [PATCH] $^O  win32 -> MSWin32
72492              From: rspier@pobox.com (Robert Spier)
72493              Date: Wed, 29 Nov 2000 02:17:38 -0500
72494              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
72495              
72496              plus similar nits for vms, err, VMS, and UNICOS.
72497      Branch: perl
72498            ! t/lib/syslfs.t t/op/lfs.t
72499 ____________________________________________________________________________
72500 [  7916] By: jhi                                   on 2000/11/29  15:42:51
72501         Log: Subject: [PATCH] Tokeniser debugging
72502              From: Simon Cozens <simon@cozens.net>
72503              Date: Wed, 29 Nov 2000 14:15:45 +0000
72504              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
72505      Branch: perl
72506            ! perl.c perl.h pod/perlrun.pod toke.c
72507 ____________________________________________________________________________
72508 [  7915] By: jhi                                   on 2000/11/29  15:41:36
72509         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
72510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72511              Date: Wed, 29 Nov 2000 02:13:14 -0500
72512              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
72513              
72514              OUT keyword nits.
72515              
72516              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
72517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72518              Date: Wed, 29 Nov 2000 03:09:04 -0500
72519              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
72520              
72521              OUT and IN_OUT documentation.
72522      Branch: perl
72523            ! lib/ExtUtils/xsubpp pod/perlxs.pod
72524 ____________________________________________________________________________
72525 [  7914] By: jhi                                   on 2000/11/29  03:35:01
72526         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
72527              From: John Tobey <jtobey@john-edwin-tobey.org>
72528              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
72529              Message-Id: <m140e1N-000FOoC@feynman.localnet>
72530              
72531              plus a performance speedup noticed by Sarathy.
72532      Branch: perl
72533            ! op.c
72534 ____________________________________________________________________________
72535 [  7913] By: jhi                                   on 2000/11/29  03:16:59
72536         Log: Use "1 while unlink" so that VMS gets clean, too.
72537      Branch: perl
72538            ! t/lib/filter-util.t
72539 ____________________________________________________________________________
72540 [  7912] By: jhi                                   on 2000/11/29  03:09:08
72541         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
72542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72543              Date: Tue, 28 Nov 2000 03:27:09 -0500
72544              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
72545      Branch: perl
72546            ! lib/ExtUtils/xsubpp
72547 ____________________________________________________________________________
72548 [  7911] By: jhi                                   on 2000/11/29  03:06:30
72549         Log: This should have been part of #7872: no need to scan UTF-8
72550              until eternity.
72551      Branch: perl
72552            ! utf8.c
72553 ____________________________________________________________________________
72554 [  7910] By: jhi                                   on 2000/11/29  02:50:04
72555         Log: One more perltie.pod nit from Casey R. Tweten.
72556      Branch: perl
72557            ! pod/perltie.pod
72558 ____________________________________________________________________________
72559 [  7909] By: jhi                                   on 2000/11/29  02:44:23
72560         Log: Document the known sprintf test failures, exact standard
72561              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
72562      Branch: perl
72563            ! pod/perldelta.pod t/op/sprintf.t
72564 ____________________________________________________________________________
72565 [  7908] By: jhi                                   on 2000/11/29  02:36:23
72566         Log: Add the Encoding table format documentation.
72567      Branch: perl
72568            + ext/Encode/Encode/EncodeFormat.pod
72569            ! MANIFEST
72570 ____________________________________________________________________________
72571 [  7907] By: jhi                                   on 2000/11/29  02:07:24
72572         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
72573              From: "Casey R. Tweten" <crt@kiski.net>
72574              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
72575              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
72576              
72577              Subject: Re: [PATCH] Updating perltie.pod for arrays
72578              From: "Casey R. Tweten" <crt@kiski.net>
72579              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
72580              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
72581      Branch: perl
72582            ! pod/perltie.pod
72583 ____________________________________________________________________________
72584 [  7906] By: nick                                  on 2000/11/28  22:40:59
72585         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
72586      Branch: perlio
72587            ! iperlsys.h perlio.c
72588 ____________________________________________________________________________
72589 [  7905] By: nick                                  on 2000/11/28  22:04:34
72590         Log: Integrate mainline
72591      Branch: perlio
72592           !> (integrate 39 files)
72593 ____________________________________________________________________________
72594 [  7904] By: jhi                                   on 2000/11/28  16:44:43
72595         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
72596              From: Nicholas Clark <nick@babyhippo.co.uk>
72597              Date: Tue, 28 Nov 2000 11:16:57 +0000
72598              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
72599      Branch: perl
72600            ! pod/perlipc.pod
72601 ____________________________________________________________________________
72602 [  7903] By: jhi                                   on 2000/11/28  16:40:31
72603         Log: Subject: [PATCH] Updating perltie.pod for arrays
72604              From: "Casey R. Tweten" <crt@kiski.net>
72605              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
72606              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
72607      Branch: perl
72608            ! pod/perltie.pod
72609 ____________________________________________________________________________
72610 [  7902] By: jhi                                   on 2000/11/28  16:39:37
72611         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
72612              From: Robin Barker <rmb1@cise.npl.co.uk>
72613              Date: Mon, 27 Nov 2000 17:56:44 GMT
72614              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
72615      Branch: perl
72616            ! pod/perlfunc.pod t/op/split.t
72617 ____________________________________________________________________________
72618 [  7901] By: jhi                                   on 2000/11/28  16:28:04
72619         Log: setmode() is a DOSish-only thing.
72620      Branch: perl
72621            ! perlio.c
72622 ____________________________________________________________________________
72623 [  7900] By: jhi                                   on 2000/11/28  16:21:46
72624         Log: Subject: [PATCH] perlcc.PL cleanups
72625              From: Simon Cozens <simon@cozens.net>
72626              Date: Tue, 28 Nov 2000 12:44:35 +0000
72627              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
72628      Branch: perl
72629            ! utils/perlcc.PL
72630 ____________________________________________________________________________
72631 [  7899] By: gsar                                  on 2000/11/28  06:32:55
72632         Log: reintegrate files missed by change#7895
72633      Branch: maint-5.6/perl
72634           +> ext/ByteLoader/bytecode.h utils/Makefile
72635            - utils/perlbc.PL
72636 ____________________________________________________________________________
72637 [  7897] By: gsar                                  on 2000/11/27  18:22:47
72638         Log: can't integrate these two files, for some reason
72639      Branch: maint-5.6/perl
72640            - ext/ByteLoader/bytecode.h utils/Makefile
72641 ____________________________________________________________________________
72642 [  7895] By: gsar                                  on 2000/11/27  18:11:21
72643         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
72644              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
72645              6757..6890,6892..6901 from mainline
72646              
72647              Bytecompiler patches from Benjamin Stuhl.
72648              
72649              More bytecompiler.
72650              
72651              Subject: [PATCH blead] B:: missing dependency
72652              
72653              Subject: [PATCH: 6757] configure.com updates and syslog build
72654              
72655              Long double Gconvert fixes from Yitzchak Scott-Thoennes
72656              and Spider Boardman.
72657              
72658              Subject: [PATCH blead] nextchar() abuse misses an optimisation
72659              
72660              Long double fixes from Spider Boardman.
72661              
72662              Make the selection of NVff et al stricter.
72663              
72664              cSVOPo_*v things index into the current PL_curpad
72665              under ithreads, which is different from the curpad
72666              used by the XSUB.  (In other words, the code as-is
72667              before this patch wouldn't work under ithreads.)
72668              
72669              Be portable.
72670              
72671              VMS MMS (make) wants null action.
72672              
72673              Mac and other portability updates from Chris Nandor.
72674              
72675              Storable support, v-version fixes.
72676              Subject: CPAN.pm beta for testing available
72677              
72678              Portability fix from Hugo van der Sanden.
72679              
72680              Bad makefile.
72681              
72682              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
72683              
72684              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
72685              
72686              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
72687              
72688              Replace #6705 with a minimal doc patch.
72689              Subject: [PATCH 5.6.0] replace change #6705
72690              
72691              Drop the separate perlbc, perlcc -b should be enough.
72692              
72693              installperl couldn't tell whether it had run tests or not.
72694              Subject: [PATCH] Re: installperl and t/TEST
72695              
72696              Add silencer flags to installperl.
72697              Subject: [PATCH] Making installperl silent.
72698              
72699              Make "make install" by default silent.  A new "install-verbose"
72700              target is verbose.
72701              
72702              More liberal parsing of version numbers.
72703              Subject: Re: CPAN.pm beta for testing available
72704              
72705              Create directories in silence.
72706              Subject: [PATCH] Another silencer for MakeMaker
72707              
72708              DOS patches and portability/porting notes, from Tim Jenness.
72709              
72710              Make installman to recognize the silence flag -S.
72711              
72712              Actually do something with the silencer option.
72713              
72714              Continue silencing.
72715              
72716              Show the doc file, not the temp file.
72717              
72718              Regen perltoc.
72719              
72720              Subject: [PATCH] More silencing of installman.
72721              
72722              Better wording for the vec lvalue diagnostic.
72723              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
72724              
72725              Subject: [PATCH: 6805] several more tweaks to configure.com
72726              
72727              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
72728              
72729              Missing parts of 
72730              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
72731              
72732              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
72733              (applied slightly modified)
72734              
72735              installperl --verbose and --silent.
72736              Subject: Re: [PATCH] More silencing of installman.
72737              
72738              Add install-silent target.
72739              
72740              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
72741              the problem reported in
72742              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
72743              
72744              Tweak the sfio/useperlio logic, hopefully as wished in
72745              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
72746              
72747              One forgotten file from #6816.
72748              
72749              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
72750              
72751              Remove duplicately applied patch shards.
72752              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
72753              
72754              Support preserving extremely big/small angles.
72755              
72756              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
72757              
72758              Subject: [PATCH] installation not quite silent yet.
72759              
72760              Update the test count.
72761              
72762              Use UVxf, PTR2UV, NVff.
72763              
72764              Document PTR2XX and INT2PTR.
72765              
72766              no-install target a la make -n.
72767              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
72768              
72769              grep -e isn't portable.
72770              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
72771              
72772              Can't get the test to reliably work thanks to the
72773              inaccurateness of floating point.  "Resolves" bug ids
72774              20000826.003, 20000826.009, 20000826.010,
72775              
72776              Subject: installman buglet
72777              
72778              DJGPP update from Laszlo Molnar.
72779              
72780              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
72781              
72782              Passing -R in ldflags makes now it to appear in the default
72783              for lddlflags, just like with -L.
72784              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
72785              
72786              Test nit.
72787              
72788              Use the actual thread type, not the pointer-to-struct.
72789              
72790              Provice virtual $Config{ccflags_nolargefiles} etc. 
72791              
72792              display_format used as a class method without arguments was broken,
72793              reported in
72794              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
72795              
72796              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
72797              
72798              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
72799              
72800              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
72801              
72802              opmini.o may be left around if a build is interrupted.
72803              
72804              Typo in #6858.
72805              
72806              Fix for ID 20000828.001, long doubles were not formatted
72807              correctly (showed up in $], which stopped installing perl).
72808              
72809              An attempt to fix the problem reported in
72810              Subject: Building perl@6856 using gcc/AIX 4.3.3 
72811              I can't test this properly since the gcc installation I have
72812              access to seems to be botched (gcc is calling the AIX cpp,
72813              a losing proposition...)
72814              
72815              Add -ld to archname on long tr...double platforms.
72816              
72817              Subject: hv.h Doc Patch
72818              
72819              Potential cruft.
72820              
72821              Subject: [PATCH bleedperl@6856] warnings fixes
72822              
72823              -S is the silent flag, -s is the strip flag.
72824              Subject: [PATCH] Re: [PATCH] make no-install          
72825              
72826              Take out the SUIDMAIL thing, that will not be
72827              a problem in 5.7.*.
72828              
72829              Subject: [PATCH bleedperl@6866] spellings
72830              
72831              Subject: [PATCH] Re: files not cleaned even by veryclean
72832              
72833              Use minimal @INC in tests, most of the time just '../lib',
72834              so that we simply can't pick up stuff from other Perls than
72835              the one we are testing.  Pointed out by
72836              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
72837              
72838              Update to Getopt::Long 2.24, from Johan Vromans.
72839              
72840              Fix for thinko in #6848.
72841              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
72842              
72843              Patches all over for people and the files they (hopefully) care about.
72844              
72845              Subject: Net::protoent does not export 'getproto'
72846              
72847              Missed a change in #6869.
72848              
72849              Subject: [PATCH] Warnings in B::Deparse
72850              
72851              Subject: [PATCH] Glob dumping
72852              
72853              Disable one of the tests for now.
72854              
72855              Disabling the one test is a bit tricky.
72856              
72857              Don't forget to tidy up.
72858              
72859              The #6881 removed one dump line.
72860              
72861              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
72862              
72863              Under usethreads the dumped variable is IN_PAD.
72864              Subject: Re: [PATCH] Glob dumping
72865              
72866              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
72867              
72868              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
72869              
72870              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
72871              
72872              Regen Configure for #6894.
72873              
72874              Subject: [PATCH: 6889] updates to perlebcdic.pod
72875              
72876              Undo namespace pollution of #6878.
72877              Subject: Re: Net::protoent does not export 'getproto'
72878              
72879              Admit that we are leaking scalars.
72880              
72881              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
72882      Branch: maint-5.6/perl
72883           !> (integrate 271 files)
72884 ____________________________________________________________________________
72885 [  7894] By: gsar                                  on 2000/11/27  16:00:34
72886         Log: a couple of nits
72887      Branch: maint-5.6/perl
72888            ! MANIFEST pp_sys.c
72889 ____________________________________________________________________________
72890 [  7893] By: gsar                                  on 2000/11/27  15:10:56
72891         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
72892              6740..6745,6747..6757,6760
72893              
72894              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
72895              
72896              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
72897              
72898              Doc nits spotted by Richard Soderberg.
72899              
72900              move WNOHANG definition to where other such things are
72901              
72902              Make $Config{byteorder} more magical so that it is
72903              dynamically computed: nice for 'fat binaries'.
72904              Subject: [PATCH]: default byteorder
72905              
72906              Subject: [PATCH] Cwd.pm now uses strict
72907              
72908              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
72909              
72910              Get -DLEAKTEST to compile (not necessarily to work, mind)
72911              Subject: [ID 20000724.006] -DLEAKTEST problem
72912              
72913              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
72914              
72915              Add perlebcdic from Peter Prymmer, regen toc.
72916              
72917              Don't propose using modules built for 5.005 if no binary
72918              compatibility with 5.005 is attempted.
72919              
72920              Do not use prototyping here.
72921              Subject: [ID 20000817.016] [PATCH] Peek.xs
72922              
72923              Document what the backtick returns if the command fails.
72924              
72925              Add byteorder to the myconfig output.
72926              
72927              Introduce NVef, NVff, and NVgf, use the middle one.
72928              (helps for lib/peek + Linux + long doubles)  Reported in
72929              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
72930              Use NVs in POSIX math, not doubles.
72931              Subject: [ID 20000817.014] POSIX & modfl
72932              
72933              Subject: [PATCH 5.6.0+] newSVrv() memory leak
72934              
72935              The byteorder code in #6671 was wrong.
72936              
72937              Fix the lib/complex failure of
72938              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
72939              Linux long double accuracy issue: something that
72940              when printed with %g looks like "2" but int() of it is 1.
72941              
72942              Propagate new Configure vars.
72943              
72944              Unbuffer the output.
72945              
72946              Subject: [PATCH] perltrap.pod spring cleaning
72947              
72948              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
72949              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
72950              
72951              Tiny Getopt::Long patch from Johan Vromans.
72952              
72953              Document code point which makes if (defined %stash::) to work
72954              (noted by Spider Boardman).
72955              
72956              Subject: [PATCH perl@6698] cygwin port
72957              
72958              Document the NDBM_File and ODBM_File as SDBM_File
72959              was documented in #6417.
72960              
72961              The new tests were missing from #6415.
72962              
72963              Add [[:blank:]] as suggested in
72964              Subject: [ID 20000716.024] [=cc=] / [:blank:]
72965              (the [=cc=] has already been taken care of by #6439
72966              so the whole bug report can be closed)
72967              and make [[:space:]] to be equivalent to isspace(3)
72968              (as opposed to \s, which is isSPACE()).  The difference
72969              is that now [[:space:]] matches the mythical vertical tab,
72970              while \s doesn't.
72971              
72972              Don't eat leading os from index entries.
72973              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
72974              
72975              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
72976              
72977              Typo in pp_complement().
72978              Subject: [PATCH perl-current] Deparse
72979              
72980              Add warnif(), check warnings further up the stack,
72981              all the warnings functions now can take an optional object reference.
72982              Subject: [PATCH bleedperl@6691] warnings pragma update
72983              
72984              Fix a core dump in lib/selfloader under -DDEBUGGING.
72985              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
72986              
72987              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
72988              
72989              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
72990              
72991              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
72992              Put back the long double avoidance code to POSIX.xs
72993              because VMS seems to need it still.
72994              
72995              Introduce a 'veryclean' target that is like 'distclean'
72996              but also removes *~ and *.orig.
72997              
72998              Subject: [ID 20000817.023] endianness description in perlfunc.pod
72999              
73000              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
73001              
73002              Let's try #6717 again.
73003              
73004              UTF8 concat fixes.
73005              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
73006              
73007              pp_open() could pass an uninitialized filename down to do_open9().
73008              
73009              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
73010              
73011              Update to CGI 2.72, from Lincoln Stein.
73012              
73013              Subject: [PATCH] Silence MakeMaker (Was: installman)
73014              
73015              Use temporary directory instead of current directory.
73016              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
73017              
73018              Document odd vs even subreleases and -Dusedevel.
73019              
73020              The veryclean target needs to clobber.
73021              
73022              Use File::Spec->tmpdir().
73023              
73024              Document the number of exponent digits.
73025              
73026              Mention perlebcdic and perlposix-bc.
73027              
73028              s/this one/the 5.6.0 release/
73029              
73030              The #6724 is here.
73031              
73032              The correct cleaning order is an art.
73033              
73034              small tweaks for change#6705: avoid C++ style comments in C code;
73035              use Perl's malloc API rather than the low level system one
73036              
73037              Array context keeps slithering in.
73038              
73039              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
73040              
73041              Subject: [PATCH] os2.c fix for use64bitint
73042              
73043              Update to Pod::LaTeX 0.53.
73044              Subject: [PATCH] lib/Pod/LaTeX.pm updates
73045              
73046              Document the endianness of Alpha more precisely.
73047              
73048              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
73049              
73050              Rename the macro argument because some preprocessors
73051              can't tell the difference and expand arguments also inside
73052              double quoted strings.
73053              
73054              free TLS slot properly on Windows
73055              
73056              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
73057              
73058              Unicos/mk requires elaborate paranoia.
73059              
73060              Tweak the floating point output routine preferences.
73061              
73062              Also under djgpp the timestamps are funky.
73063              
73064              Apply some PodParser 1.18 patches; the Pod/Find.pm
73065              patches cannot be applied since #6712 conflicts.
73066              
73067              Use PodParser 1.18 new test.
73068              
73069              A pod nit.
73070              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
73071              
73072              Be verydeepclean.
73073      Branch: maint-5.6/perl
73074           +> pod/perlebcdic.pod
73075           !> (integrate 106 files)
73076 ____________________________________________________________________________
73077 [  7892] By: jhi                                   on 2000/11/27  15:02:32
73078         Log: Update Changes.
73079      Branch: perl
73080            ! Changes patchlevel.h
73081 ____________________________________________________________________________
73082 [  7891] By: jhi                                   on 2000/11/27  14:57:23
73083         Log: Subject: Re: perlfaq style changes
73084              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73085              Date: Sat, 25 Nov 2000 23:32:26 -0800
73086              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
73087              
73088              plus a note from Ronald Kimball.
73089      Branch: perl
73090            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
73091 ____________________________________________________________________________
73092 [  7890] By: jhi                                   on 2000/11/27  14:53:14
73093         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
73094              From: Benjamin Holzman <bah@ecnvantage.com>
73095              Date: Sun, 26 Nov 2000 16:27:33 -0500
73096              Message-ID: <20001126162733.J25040@ecnvantage.com>
73097      Branch: perl
73098            ! gv.c
73099 ____________________________________________________________________________
73100 [  7889] By: jhi                                   on 2000/11/27  14:43:11
73101         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
73102              From: lvirden@cas.org
73103              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
73104              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
73105      Branch: perl
73106            ! README.amiga
73107 ____________________________________________________________________________
73108 [  7888] By: jhi                                   on 2000/11/27  14:32:34
73109         Log: Restore also the locale test to no-sprintf-taint state.
73110              Fixes the bug 20001127.003.
73111      Branch: perl
73112            ! sv.c t/pragma/locale.t
73113 ____________________________________________________________________________
73114 [  7887] By: gsar                                  on 2000/11/27  14:13:05
73115         Log: integrate changes#6613..6616,6620..6665 from mainline
73116              
73117              VMS configure.com update continues.
73118              
73119              Subject: Test fails / warnings with perl-current #6612
73120              
73121              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
73122              
73123              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
73124              
73125              For now remove the mail code.
73126              
73127              Subject: Re: [PATCH] @+, @- readonly
73128              
73129              Subject: warning: storage class after type is obsolescent
73130              
73131              Subject: sfio2000
73132              
73133              Subject: Re: File::Temp problems on VMS in bleedperl
73134              
73135              README.os2 update.
73136              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
73137              
73138              Make the user to give up his firstborn, err, to knowingly
73139              verify installing an unstable developer release.  Also bump
73140              the release to 5.7.0, but leave a patch tag in the local
73141              patches saying that this is not yet the real thing.
73142              
73143              Update (kinda) to Test 1.14, from Joshua Pritikin.
73144              
73145              make ok etc also for win32.
73146              
73147              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
73148              
73149              Don't blow limited stacks, a lower number is enough to
73150              tickle the lookbehind limit.
73151              
73152              Use -Dusedevel; regen Configure and the respective Porting stuff.
73153              
73154              Subject: [PATCH] debugger exit code should reflect user exit code
73155              
73156              Subject: [PATCH perl@6620] cygwin port
73157              
73158              Missed a file from #6638.
73159              
73160              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)
73161              
73162              magic callbacks all need to have same type signature
73163              
73164              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
73165              
73166              Fix a dependency problem.
73167              Subject: [PATCH: 6640] VMS Makefile.SH update
73168              
73169              The numeric locale was reset to "C" by s?printf and never restored.
73170              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
73171              No test since adding the failing example to locale.t
73172              does not fail -- probably because the locale settings are so
73173              thoroughly tweaked by that time.  Running the example standalone
73174              does fail, though.  UPDATE: test case added at change #7540.
73175              
73176              Subject: [ID 20000324.040] minor fix to perlhpux.pod
73177              
73178              Update to CPAN 1.57.
73179              
73180              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
73181              
73182              Change the perlbug address to perl.org since it's more forgiving.
73183              
73184              Change the regx compilation error markers to use = instead of <
73185              since pod makes using the latter quite messy.  Reported in
73186              ID 20000814.006 by Abigail and in
73187              Subject: Unknown escape E<> ?
73188              
73189              Update to perldebtut 1.9, from Richard Foley.
73190              
73191              check that the number pseudo children doesn't exceed
73192              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
73193              the WaitForMultipleObjects() limit that would cause wait()
73194              to crash)
73195              wait() and waitpid() could potentially be rewritten to use
73196              more than one thread to do the waiting to eliminate this
73197              limitation
73198              
73199              change#6328 could make close(SOCKET) return false on windows
73200              when it shouldn't
73201              
73202              pod nit seen in passing
73203              
73204              on windows, the return values from wait() and waitpid() don't
73205              match those of pseudo-pids
73206              
73207              waitpid() now handles externally spawned pids correctly;
73208              fixes for backtick/wait/waitpid failures on Windows 9x
73209              these changes make the pid returned by process functions on
73210              Windows 9x always positive by clearing the high bit (which
73211              is always set on Win9x); pseudo-process PIDs are likewise
73212              always negative now on Win9x (just as on NT/2000)
73213              
73214              trailing new %ENV entries weren't being pushed into the real
73215              environment of subprocesses on Windows
73216              
73217              Tweak the regex compilation errors once more.
73218              
73219              avoid warnings from dense compiler
73220              
73221              add "ok" targets from change#6632 in makefile.mk
73222      Branch: maint-5.6/perl
73223            - lib/Pod/PlainText.pm vms/configure.com
73224           !> (integrate 66 files)
73225 ____________________________________________________________________________
73226 [  7886] By: jhi                                   on 2000/11/27  13:54:18
73227         Log: __FUNCTION__ isn't portable and trying to emulate it leads
73228              into practically spelling out the name of the function.
73229              Takes care of the bug 20001127.001.
73230      Branch: perl
73231            ! perlio.c
73232 ____________________________________________________________________________
73233 [  7885] By: gsar                                  on 2000/11/27  13:53:18
73234         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
73235              6610..6611 from mainline
73236              
73237              Make regular expression parse error messages easier to understand.
73238              Subject: Re: enhanced(?) regex error messages
73239              
73240              Tiny tidying on report_evil_fh().
73241              
73242              Subject: Re: enhanced(?) regex error messages 
73243              plus Capitalize the error messages, plus perldiag them.
73244              
73245              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
73246              
73247              Document here-doc better.
73248              
73249              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
73250              
73251              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
73252              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
73253              (either perlbug or p5p ate the original), plus regen
73254              perlapi and perltoc. 
73255              
73256              Regen global.sym.
73257              
73258              Double check that we have a dirhandle.
73259              
73260              Subject: Re: enhanced(?) regex error messages
73261              (plus two small patches sent privately)
73262              (this still seems to leave few test failures)
73263              
73264              warn is a macro, avoid using at a variable to avoid warnings
73265              in some configurations; readdir.t is too conservative in
73266              estimating number of *.t's
73267              
73268              Get back into sync with Jeffrey on the enhanced regex warnings.
73269              
73270              Subject: [PATCH 5.6.0] cygwin port
73271              
73272              Zero entries were skipped, fix from Adrian Goalby
73273              <argoalby@yahoo.co.uk>
73274              
73275              Subject: Remove dead entry in perldiag
73276              
73277              Amend the description of Perl6.
73278              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
73279              
73280              detypo
73281              
73282              It's the 2ndO'ROSSC.
73283              
73284              Revert the sv.c part of #6559, a better fix is needed.
73285              
73286              Iterating perl6 description.
73287              
73288              Update to Term::ANSIColor 1.03, from Russ Allbery.
73289              
73290              Update to Getopt::Long 2.23_05, from Johan Vromans.
73291              
73292              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
73293              
73294              Update to Pod::Parser 1.17, from Brad Appleton.
73295              
73296              Update to CPAN 1.56, from Andreas König.
73297              
73298              Update to CGI 2.70, from Lincoln Stein.
73299              
73300              Put back the std @INC thing.
73301              
73302              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
73303              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
73304              
73305              Document the IO::Select timeout.
73306              
73307              sleep(1) does not necessarily return 1.
73308              Subject: [PATCH bleadperl] op/lex_assign.t  
73309              
73310              Subject: debugger "d" command doesnt check line number
73311              
73312              B::Deparse didn't do sub attributes.
73313              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
73314              
73315              Preprocessing and postprocessing for File::Find.
73316              Subject: Patch to Find::File.pm to allow alphabetical results
73317              
73318              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
73319              
73320              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
73321              
73322              Subject: Re: [ID 20000730.003] utf8::length() bad
73323              
73324              Subject: Getting perlio and threads to compile
73325              (the Solaris version changes in Configure skipped)
73326              
73327              Tests for #6589.
73328              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
73329              
73330              Add Perl debugging tutorial, regen toc. 
73331              Subject: perldebtut.pod
73332              
73333              Add a few missing files, update MANIFEST.
73334              
73335              Rewrite of vms/subconfigure.com as configure.com,
73336              from Peter Prymmer and the vmsperl crew.
73337              
73338              Should have deleted this in #6603.
73339              
73340              Fix the test for 5005threads.
73341              
73342              Fix-n-skip the tests under 5005threads.
73343              
73344              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
73345              
73346              Upgrade to CGI 2.71, from Lincoln Stein.
73347      Branch: maint-5.6/perl
73348           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
73349           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
73350           +> t/op/regmesg.t t/pod/find.t vms/configure.com
73351            - vms/subconfigure.com
73352            ! lib/lib.pm
73353           !> (integrate 115 files)
73354 ____________________________________________________________________________
73355 [  7884] By: jhi                                   on 2000/11/27  13:44:33
73356         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
73357              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73358              Date:     Mon, 27 Nov 2000 08:23:54 EST
73359              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
73360      Branch: perl
73361            ! vms/descrip_mms.template vms/test.com
73362 ____________________________________________________________________________
73363 [  7883] By: gsar                                  on 2000/11/27  11:50:46
73364         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
73365              6511..6513,6515..6523,6525..6536
73366              
73367              The swallow_bom() saga continues.  The #23 of require.t
73368              (UTF16-LE) still fails (silently, no output) but the #22
73369              (UTF16-BE) seems to be working now.  The root of the
73370              failure may be in sv_gets(): is it UTF-16LE-aware,
73371              especially when it comes to line endings? 
73372              
73373              Document the problem with -P in HP-UX and its workaround.
73374              
73375              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
73376              (aka ID 20000730.002)
73377              
73378              Subject: fix and question re: waitpid() under win32
73379              
73380              Make the safety catch for buggy gccs work with triple version
73381              numbers like 2.95.2.  Reported in
73382              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
73383              
73384              In Digital UNIX warn if gcc explicitly chosen because even
73385              2.95.2 is known to cause problems.
73386              
73387              Make chr() for values >127 to create utf8 when under utf8.
73388              
73389              various syntax errors and such (not fixed: comp/require.t#22 coredump
73390              on Windows)
73391              
73392              Stash away the largefiles flags and libswanted.
73393              
73394              BOM patching from Simon Cozens.
73395              
73396              If gccosandvers is equal to osname, clear gccosandvers.
73397              
73398              Make p4desc to skip non-mainperl branches by default.
73399              
73400              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
73401              
73402              The test from this
73403              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
73404              
73405              In new BSDs changes to argv[] do not show up in ps(1) output,
73406              instead one must use setproctitle().  This was already addressed
73407              by change #6457, but the below has a new variant for FreeBSD 4.0
73408              or later, and the matter is also documented more.
73409              
73410              FreeBSD 3.* updates from
73411              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
73412              
73413              regen_headers, regen perltoc.
73414              
73415              Document in one place the memory abstractions used in Perl core.
73416              
73417              memcpy has n o in it, as pinted ut by Sarathy.
73418              
73419              Remove the extraneous "main::" prefix from all the
73420              "opened only for", "on closed", and "never opened" warnings.
73421              
73422              The name of a filehandle does not have <these>.
73423              
73424              The tr utf8 patching continues.
73425              
73426              The new setproctitle() feature is available only in 
73427              bleeding edge FreeBSD.  From Paul Saab.
73428              
73429              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
73430              
73431              Dump UVs as UVs in Data::Dumper.
73432              
73433              detypo #6494
73434              
73435              Document the IVdf UVuf UVof UVxf.
73436              
73437              require.t needs binmode() to work on windows
73438              
73439              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
73440              that are hopefully soon put into use.
73441              
73442              Allow "no Module;" even if there is no 'unimport'.
73443              
73444              Better skip message for the test; one of the two problems in
73445              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
73446              
73447              The subtest 4 may fail also on VOBS, as pointed out
73448              by Nick Ing-Simmons in November 1999, bug id 19991124.003
73449              (but the failure in that bug report isn't the subtest 4).
73450              
73451              Be more informative on what is skipped and why,
73452              also repeat the list at the end.
73453              
73454              Add a URL for FSF.
73455              
73456              Subject: [PATCH] sv.h documentation - SvLEN
73457              
73458              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
73459              
73460              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
73461              
73462              Subject: [PATCH] bad cppsymbols on os2 + Configure question
73463              
73464              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
73465              
73466              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
73467              mention the idea of @( and @)
73468              
73469              This is 6512.  Really.
73470              
73471              Subject: [ID 19990721.004] Documentation bug in perlfunc
73472              
73473              Subject: Minor tweak to perlvar.pod
73474              
73475              In the warnings call filehandles consistently so;
73476              add "unopened" warning for stat().
73477              
73478              After the #6519 a warning about stat() is just that,
73479              not about a filetest, which now have their own warning.
73480              
73481              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
73482              
73483              Subject: Re: Array vs. List context
73484              
73485              Subject: New perlcc, take 2
73486              
73487              Weed buglets pointed out by
73488              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
73489              
73490              gcc versions might have (parentheses) in them.
73491              
73492              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
73493              
73494              Essential prototype changes were missing from #6527.
73495              Also make report_evil_fh() more bomb-proof.
73496              
73497              Zap lib/Sys directory when cleaning up.
73498              
73499              Change the Policy policy: now -Dprefix= with an existing
73500              Policy.sh and prefix == siteprefix == vendorprefix, then all
73501              of them follow along the new prefix.
73502              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
73503              
73504              Continue fixing the io warnings.  This also
73505              sort of fixes bug ID 20000802.003: the core dump
73506              is no more.  Whether the current behaviour is correct
73507              (giving a warning: "Not a format reference"), is another matter.
73508              
73509              Have symbols for the IoTYPEs.
73510              
73511              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
73512              
73513              Document a bit that UDP is not what you might think.
73514              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
73515              tr memory corruption fix from Simon Cozens.
73516              
73517              Plug the security hole described in the Aug 05 2000 bugtraq message
73518              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
73519              The security hole exists only in suidperls, which isn't
73520              installed or even built by default.
73521      Branch: maint-5.6/perl
73522           !> (integrate 71 files)
73523 ____________________________________________________________________________
73524 [  7882] By: gsar                                  on 2000/11/27  10:25:36
73525         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
73526              from mainline
73527              
73528              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
73529              to be fatal errors (instead of by default ignoring them, and
73530              ignoring with a bug: even though -w gave an error, the opening [
73531              was left in)  Reported in:
73532              
73533              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
73534              
73535              Subject: [PATCH] split /^/
73536              
73537              MacOS nits from Matthias Neeracher.
73538              
73539              More split() doc and test patches from Mike Guy.
73540              
73541              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
73542              from Graham Barr in the module list.
73543              
73544              docfix from Peter Scott <Peter@PSDT.com>.
73545              
73546              File::Temp patches for VMS and OS/2 from Tim Jenness.
73547              
73548              open() wariness in perlbug.
73549              
73550              Subject: [PATCH] minor doc change - perlguts
73551              
73552              Subject: Minor doc patch: handy.h
73553              
73554              Be wary of close()s, too.
73555              
73556              Further File::Temp patches from Yitzchak Scott-Thoennes
73557              and Craig A. Berry.
73558              
73559              Subject: [PATCH] fixes bug 20000508.004
73560              
73561              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
73562              
73563              Allow "no AutoLoader;", based on change #6444,
73564              suggested by Graham Barr.
73565              
73566              Use setproctitle() if available to modify $0.
73567              
73568              Warn if the version of the operating system used to compile gcc
73569              differs from the current version of the operating system.
73570              Also display the gcc compilation os and version in myconfig.
73571              Inspiration from
73572              
73573              Tiny fixes for #6460.
73574              
73575              The problem described in this
73576              Subject: [ID 20000322.018] named chars aren't magical enough
73577              has been fixed in perl 5.6.0 but just in case added a test
73578              to keep it away.  (The report from Joseph Hall.)
73579              
73580              Tune the comments and hopefully stop a memory leak.
73581              
73582              Subject: UTF8 concat
73583              (with a memory leak fixed, plus a few casts added)
73584              This also seems to help for
73585              Subject: [ID 20000716.015] join UTF8 weirdness
73586              
73587              Do not upgrade SVs into utf8 just because they participate
73588              in eq or cmp.  Reported and fix suggested in
73589              Subject: [ID 20000720.009] sv_eq UTF8 bug
73590              
73591              Fix the HALF_UPGRADE() macro introduced in #6263.
73592              
73593              Find green threads before native threads.
73594              Subject: Re: Patch to jpl/JNI/Makefile.PL
73595      Branch: maint-5.6/perl
73596           !> (integrate 30 files)
73597 ____________________________________________________________________________
73598 [  7881] By: jhi                                   on 2000/11/27  05:48:41
73599         Log: It seems that *both* the unused submatch loop cleanup
73600              codes are needed.
73601      Branch: perl
73602            ! regexec.c
73603 ____________________________________________________________________________
73604 [  7880] By: jhi                                   on 2000/11/27  04:50:07
73605         Log: Clean .exists deeper.
73606      Branch: perl
73607            ! Makefile.SH
73608 ____________________________________________________________________________
73609 [  7879] By: jhi                                   on 2000/11/27  02:31:35
73610         Log: The code in regcppop() (see #7878) contains the correct lower
73611              limit for the unused submatch 'cleanup' loop so that under
73612              "use utf8" the following code wouldn't dump core:
73613              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
73614              the cleanup loop in regtry() stomped beyond allocated area
73615              in the startp[] array.  Therefore, copied the correct lower
73616              loop limit (*PL_reglastparen) to regtry().  Note: something
73617              may still not be quite right: why was the _higher_ loop limit
73618              (prog->nparens) different in the utf8 case?
73619              
73620              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
73621              without core dumps, there were about 17 of them before
73622              the patch (with us since Perl 5.7.0).  Two failures, still:
73623              496 and 505 (though these may not be severe).
73624              
73625              Patch #7881 is also needed since both the cleanup loops
73626              seem to be needed.
73627              
73628              Also, the t/op/pat#44 seems to core dump under utf8.
73629              Plus a couple of failures.  UGH-8.
73630      Branch: perl
73631            ! regexec.c
73632 ____________________________________________________________________________
73633 [  7878] By: jhi                                   on 2000/11/27  02:21:17
73634         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
73635              the code in regcppop() seems to be redundant for the test suite --
73636              but it contains a germ of truth, and it needed for the build
73637              process itself: see #7879 and #7881.
73638      Branch: perl
73639            ! regexec.c
73640 ____________________________________________________________________________
73641 [  7877] By: jhi                                   on 2000/11/27  01:53:09
73642         Log: Comment on comment.
73643      Branch: perl
73644            ! regexec.c
73645 ____________________________________________________________________________
73646 [  7876] By: jhi                                   on 2000/11/27  00:49:59
73647         Log: Adjust the docs to agree with #7875.
73648      Branch: perl
73649            ! pod/perllocale.pod
73650 ____________________________________________________________________________
73651 [  7875] By: jhi                                   on 2000/11/27  00:49:27
73652         Log: Retract #7863.  It makes more sense not to taint formatted output,
73653              not even by sprintf().
73654      Branch: perl
73655            ! sv.c
73656 ____________________________________________________________________________
73657 [  7874] By: jhi                                   on 2000/11/26  23:36:02
73658         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
73659              Not really fixed (should really dump the UTF-8 charclass),
73660              but stopped displaying the garbage.
73661              
73662              Also add a note on the (missing) Unicode PSXSPC and BLANK.
73663      Branch: perl
73664            ! regcomp.c
73665 ____________________________________________________________________________
73666 [  7873] By: jhi                                   on 2000/11/26  21:31:13
73667         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
73668      Branch: perl
73669            ! regexec.c
73670 ____________________________________________________________________________
73671 [  7872] By: jhi                                   on 2000/11/26  21:06:04
73672         Log: No need to scan till infinity, 13 is enough.
73673      Branch: perl
73674            ! handy.h utf8.c
73675 ____________________________________________________________________________
73676 [  7871] By: jhi                                   on 2000/11/26  20:20:32
73677         Log: Test line numbers are different with utf8.
73678      Branch: perl
73679            ! t/op/re_tests
73680 ____________________________________________________________________________
73681 [  7870] By: jhi                                   on 2000/11/26  20:10:12
73682         Log: Message nit.
73683      Branch: perl
73684            ! regcomp.c
73685 ____________________________________________________________________________
73686 [  7869] By: jhi                                   on 2000/11/26  19:01:05
73687         Log: Make utf8_length() and utf8_distance() (the latter of which
73688              is unused at the moment) to be less forgiving about bad UTF-8.
73689      Branch: perl
73690            ! embed.h embed.pl objXSUB.h proto.h utf8.c
73691 ____________________________________________________________________________
73692 [  7868] By: jhi                                   on 2000/11/26  18:45:56
73693         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
73694              From: Benjamin Holzman <bah@ecnvantage.com>
73695              Date: Sat, 25 Nov 2000 20:40:20 -0500       
73696              Message-ID: <20001125204020.A25040@ecnvantage.com>              
73697              
73698              Debian allows installing /usr/bin/locale without installing
73699              any locales, an error message will ensue.
73700      Branch: perl
73701            ! t/pragma/locale.t
73702 ____________________________________________________________________________
73703 [  7867] By: jhi                                   on 2000/11/26  18:31:12
73704         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
73705              From: Benjamin Holzman <bah@ecnvantage.com>
73706              Date: Sun, 26 Nov 2000 02:42:34 -0500
73707              Message-ID: <20001126024234.G25040@ecnvantage.com>
73708              
73709              Patch for the bug 20000212.002.
73710      Branch: perl
73711            ! sv.c t/op/array.t
73712 ____________________________________________________________________________
73713 [  7866] By: jhi                                   on 2000/11/26  18:28:09
73714         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
73715              From: Tim Jenness <t.jenness@jach.hawaii.edu>
73716              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
73717              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
73718              
73719              File::Temp 0.11.
73720      Branch: perl
73721            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
73722 ____________________________________________________________________________
73723 [  7865] By: jhi                                   on 2000/11/26  18:24:22
73724         Log: The metaconfig unit change for #7864.
73725      Branch: metaconfig/U/perl
73726            ! need_va_copy.U
73727 ____________________________________________________________________________
73728 [  7864] By: jhi                                   on 2000/11/26  18:23:41
73729         Log: Make the va_copy() test not to be so talkative.
73730      Branch: perl
73731            ! Configure config_h.SH
73732 ____________________________________________________________________________
73733 [  7863] By: jhi                                   on 2000/11/26  18:11:02
73734         Log: Fix locale inconsistencies unearthed by Hugo's work.
73735              Now the floating point sprintf really does taint the result
73736              string as perllocale promises (has promised for a long time)
73737              if "use locale" is in the lexical scope.
73738      Branch: perl
73739            ! sv.c t/pragma/locale.t
73740 ____________________________________________________________________________
73741 [  7862] By: jhi                                   on 2000/11/26  00:35:15
73742         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
73743              From: Nicholas Clark <nick@ccl4.org>
73744              Date: Sun, 26 Nov 2000 00:07:50 +0000
73745              Message-ID: <20001126000750.A22446@plum.flirble.org>
73746              
73747              Infinit.
73748      Branch: perl
73749            ! sv.c
73750 ____________________________________________________________________________
73751 [  7861] By: jhi                                   on 2000/11/26  00:01:26
73752         Log: Integrate perlio:
73753              
73754              [  7860]
73755              Correct relative path from new ext\Filter\Util\Call location
73756              back to miniperl.
73757              
73758              [  7857]
73759              All tests pass on Win32/gcc/USE_PERLIO.
73760              - when crlf layer is pushed make unix-level binary.
73761              - remove :crlf injection in pp_backtick in pp_sys.c
73762              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
73763              
73764              [  7853]
73765              Re-arrange crlf vs binary for platforms that care.
73766              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
73767              Lip-service to making stdio layer work on such platforms (untested).
73768              Now fails 3 tests rather than one, checkin to see if I can debug 
73769              the issue under linux. (Do not merge.)
73770      Branch: perl
73771           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
73772 ____________________________________________________________________________
73773 [  7860] By: nick                                  on 2000/11/25  22:04:17
73774         Log: Correct relative path from new ext\Filter\Util\Call location
73775              back to miniperl.
73776      Branch: perlio
73777            ! win32/makefile.mk
73778 ____________________________________________________________________________
73779 [  7859] By: nick                                  on 2000/11/25  21:26:54
73780         Log: Integrate mainline.
73781      Branch: perlio
73782           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
73783           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
73784           +> t/lib/filter-util.t
73785            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
73786            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
73787            - t/lib/filt-util.t
73788           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
73789           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
73790           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
73791           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
73792           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
73793           !> win32/makefile.mk
73794 ____________________________________________________________________________
73795 [  7858] By: gsar                                  on 2000/11/25  20:52:17
73796         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
73797              parent's memory; fix it by keeping track of the actual pad
73798              offset rather than a raw pointer (this change is probably also
73799              relevant to non-ithreads case to avoid fallout from reallocs of
73800              the pad array, but is currently only enabled for the ithreads
73801              case in the interests of minimal disruption to existing "well
73802              tested" code)
73803      Branch: perl
73804            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
73805            ! proto.h scope.c scope.h sv.c t/op/fork.t
73806 ____________________________________________________________________________
73807 [  7857] By: nick                                  on 2000/11/25  20:01:28
73808         Log: All tests pass on Win32/gcc/USE_PERLIO.
73809              - when crlf layer is pushed make unix-level binary.
73810              - remove :crlf injection in pp_backtick in pp_sys.c
73811              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
73812      Branch: perlio
73813            ! doio.c perlio.c pp_sys.c win32/makefile.mk
73814 ____________________________________________________________________________
73815 [  7856] By: jhi                                   on 2000/11/25  18:38:30
73816         Log: Update the metaconfig units for #7855.
73817      Branch: metaconfig/U/perl
73818            ! useperlio.U usesocks.U
73819 ____________________________________________________________________________
73820 [  7855] By: jhi                                   on 2000/11/25  18:37:54
73821         Log: Undo the SOCKS workarounds, instead start using PerlIO
73822              if SOCKS is selected.
73823              
73824              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
73825              From: Jens Hamisch <jens@Strawberry.COM>
73826              Date: Fri, 24 Nov 2000 18:31:30 +0100
73827              Message-ID: <20001124183130.E28337@Strawberry.COM>
73828              
73829              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
73830              From: Jens Hamisch <jens@Strawberry.COM>
73831              Date: Fri, 24 Nov 2000 19:11:51 +0100
73832              Message-ID: <20001124191151.A28753@Strawberry.COM>
73833      Branch: perl
73834            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
73835            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
73836 ____________________________________________________________________________
73837 [  7854] By: jhi                                   on 2000/11/25  17:39:08
73838         Log: Undo #7848.  Some of the code seems to use walkoptree(),
73839              some walkoptree_slow().  An unfinished renaming?
73840              Now the sub is walkoptree() (which is @EXPORT_OK),
73841              the walkoptree_slow() is a typeglob alias to walkoptree.
73842              This makes the tests to pass, at least.
73843      Branch: perl
73844            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
73845 ____________________________________________________________________________
73846 [  7853] By: nick                                  on 2000/11/24  22:24:33
73847         Log: Re-arrange crlf vs binary for platforms that care.
73848              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
73849              Lip-service to making stdio layer work on such platforms (untested).
73850              Now fails 3 tests rather than one, checkin to see if I can debug 
73851              the issue under linux. (Do not merge.)
73852      Branch: perlio
73853            ! doio.c perlio.c perliol.h
73854 ____________________________________________________________________________
73855 [  7852] By: jhi                                   on 2000/11/24  18:57:39
73856         Log: AUTHORS edits.
73857      Branch: perl
73858            ! AUTHORS
73859 ____________________________________________________________________________
73860 [  7851] By: jhi                                   on 2000/11/24  17:34:56
73861         Log: Add Jan-Erik Karlsson.
73862      Branch: perl
73863            ! AUTHORS
73864 ____________________________________________________________________________
73865 [  7850] By: jhi                                   on 2000/11/24  17:27:56
73866         Log: Configure should find stdchar on its own.
73867      Branch: perl
73868            ! hints/solaris_2.sh
73869 ____________________________________________________________________________
73870 [  7849] By: jhi                                   on 2000/11/24  17:24:55
73871         Log: Subject: PATCH over 7848: Filter test flawed
73872              From: andreas.koenig@anima.de (Andreas J. Koenig)
73873              Date: 24 Nov 2000 10:28:29 +0100
73874              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
73875      Branch: perl
73876            ! t/lib/filter-util.t
73877 ____________________________________________________________________________
73878 [  7848] By: jhi                                   on 2000/11/24  17:22:15
73879         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
73880              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
73881              Date: Fri, 24 Nov 2000 16:12:58 +0000
73882              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
73883      Branch: perl
73884            ! ext/B/B.pm
73885 ____________________________________________________________________________
73886 [  7847] By: jhi                                   on 2000/11/24  03:07:01
73887         Log: Integrate perlio:
73888              
73889              [  7844]
73890              Win32/perlio Now just fails one io/argv.t test - lack 
73891              of default :crlf on standard streams.
73892              
73893              [  7843]
73894              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
73895              peek fail is showing a real problem (multiple crlf layers
73896              are getting pushed.)
73897              
73898              [  7842]
73899              Implement PerlIO_binmode()
73900              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
73901              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
73902              make binmode in t/lib/io_tell.t unconditional so that works.
73903              Checkin just so Win32 machine can see these changes.
73904              
73905              [  7836]
73906              Implement crlf layer - not ready for merge.
73907      Branch: perl
73908           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
73909           !> win32/makefile.mk
73910 ____________________________________________________________________________
73911 [  7846] By: gsar                                  on 2000/11/24  00:55:57
73912         Log: integrate changes#6415..6418,6420..6438 from mainline
73913              
73914              Fix the bitvector ops for utf8 (tricky since past 7 bits
73915              the utf8 'characters' can be more than one octet).
73916              
73917              MPE/ix updates for perl 5.6.0 from Mark Bixby.
73918              
73919              Subject: SDBM_File documentation
73920              
73921              Detypo.
73922              
73923              Decutandpasto.
73924              
73925              Send all installperl messages to STDERR and be -w clean.
73926              
73927              Out-of-date note removed.
73928              
73929              Protect against "wild next"s, that is, callbacks doing "next"
73930              instead of "return".
73931              
73932              Use STDOUT consistently.
73933              
73934              The output might have been produced in the wrong order.
73935              
73936              A missing 'break' after the [[:space:]] switch case.
73937              
73938              Add tests for
73939              [ID 19991110.003] another matching finding by pcre author
73940              which has already been fixed by some patch, as verified in
73941              
73942              Documentation to explain the behaviour of map().
73943              
73944              Add an optimization for map-maps-a-list-element-to-more-list-elements
73945              case, but add also notes explaining the relationship of this
73946              patch and the earlier notes by Sarathy.
73947              
73948              Subject: [ID 20000716.023] syslog test fails without sockets
73949              
73950              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
73951              Test cases for #6431.
73952              
73953              File::Spec::VMS fixup for tmpdir from Craig Berry.
73954              
73955              Make the "uninit variable" warning to say "concat or string"
73956              or "join or string" when in concat or join .
73957              
73958              Get UTF16 BOMs working.  Patch from
73959              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
73960              
73961              Subject: [PATCH] Make large file tests deal with SIGXFSZ
73962              
73963              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
73964              
73965              Subject: [PATCH] av.c apidoc
73966      Branch: maint-5.6/perl
73967           !> (integrate 43 files)
73968 ____________________________________________________________________________
73969 [  7845] By: gsar                                  on 2000/11/24  00:20:45
73970         Log: integrate changes#6406..6414 from mainline
73971              
73972              Merge perlhacktut into perlhack, update perlguts.
73973              
73974              Fix AutoSplit to use File::Spec the right way in VMS,
73975              from Peter Prymmer.
73976              
73977              The bug report
73978              [ID 19991110.002] minimal matching discrepancy found by pcre author
73979              seems to have been fixed (though differently from what was suggested
73980              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
73981              
73982              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
73983              not in pod, from Peter Prymmer
73984              
73985              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
73986              From: Hugo <hv@crypt.compulink.co.uk>
73987              Date: Fri, 14 Jul 2000 23:05:20 +0100
73988              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
73989              
73990              Didn't anymore apply, but that point still could use another fix.
73991              
73992              lib/b test fixes from Peter Prymmer.
73993              
73994              More docs for sv functions.
73995              
73996              perlvms.pod whitespace cleanup to keep pod utils happy.
73997              
73998              another VMS build tweak from Peter Prymmer
73999      Branch: maint-5.6/perl
74000           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
74001           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
74002           !> vms/descrip_mms.template vms/perlvms.pod
74003 ____________________________________________________________________________
74004 [  7844] By: nick                                  on 2000/11/23  23:42:45
74005         Log: Win32/perlio Now just fails one io/argv.t test - lack 
74006              of default :crlf on standard streams.
74007      Branch: perlio
74008            ! doio.c perlio.c
74009 ____________________________________________________________________________
74010 [  7843] By: nick                                  on 2000/11/23  23:04:05
74011         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
74012              peek fail is showing a real problem (multiple crlf layers
74013              are getting pushed.)
74014      Branch: perlio
74015            ! doio.c perlio.c win32/makefile.mk
74016 ____________________________________________________________________________
74017 [  7842] By: nick                                  on 2000/11/23  19:46:23
74018         Log: Implement PerlIO_binmode()
74019              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
74020              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
74021              make binmode in t/lib/io_tell.t unconditional so that works.
74022              Checkin just so Win32 machine can see these changes.
74023      Branch: perlio
74024            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
74025 ____________________________________________________________________________
74026 [  7841] By: jhi                                   on 2000/11/23  19:30:00
74027         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
74028      Branch: perl
74029            ! README.amiga
74030 ____________________________________________________________________________
74031 [  7840] By: jhi                                   on 2000/11/23  17:18:02
74032         Log: SOCKS wrestling continues, patches from Jens Hamisch.
74033      Branch: perl
74034            ! doio.c embed.h embed.pl perlsdio.h proto.h
74035 ____________________________________________________________________________
74036 [  7839] By: jhi                                   on 2000/11/23  16:54:14
74037         Log: Push Filter::Util::Call one level deeper.
74038      Branch: perl
74039            + t/lib/filter-util.t
74040           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
74041           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
74042            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
74043            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
74044            - t/lib/filt-util.t
74045            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
74046            ! win32/Makefile win32/makefile.mk
74047 ____________________________________________________________________________
74048 [  7838] By: jhi                                   on 2000/11/23  16:52:40
74049         Log: Reach back one higher up when searching for PERL_SRC.
74050      Branch: perl
74051            ! lib/ExtUtils/MM_Unix.pm
74052 ____________________________________________________________________________
74053 [  7837] By: jhi                                   on 2000/11/23  16:05:41
74054         Log: Subject: Re: perl@7826
74055              Date: Thu, 23 Nov 2000 02:20:25 -0600
74056              From: "Craig A. Berry" <craigberry@mac.com>
74057              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
74058              
74059              Make VMS to like Filter::Util::Call. 
74060      Branch: perl
74061            ! configure.com ext/Filter/Util/Makefile.PL
74062 ____________________________________________________________________________
74063 [  7836] By: nick                                  on 2000/11/23  16:04:08
74064         Log: Implement crlf layer - not ready for merge.
74065      Branch: perlio
74066            ! perlio.c win32/makefile.mk
74067 ____________________________________________________________________________
74068 [  7835] By: jhi                                   on 2000/11/23  15:56:52
74069         Log: STDCHAR is different in Sparc v9 vs x86.
74070      Branch: perl
74071            ! hints/solaris_2.sh
74072 ____________________________________________________________________________
74073 [  7834] By: jhi                                   on 2000/11/23  15:50:47
74074         Log: The type needs to be visible to protos.
74075      Branch: perl
74076            ! perl.h
74077 ____________________________________________________________________________
74078 [  7833] By: jhi                                   on 2000/11/23  15:40:46
74079         Log: Finish unfinished SOCKS workaround changes.
74080      Branch: perl
74081            ! doio.c
74082 ____________________________________________________________________________
74083 [  7832] By: jhi                                   on 2000/11/23  15:33:30
74084         Log: Integrate perlio:
74085              
74086              [  7831]
74087              Correct makefile.mk dependancies for ext/Filter/Util
74088              Build ext/Encode
74089              Run dmake regen_config_h
74090      Branch: perl
74091           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
74092           !> win32/makefile.mk
74093 ____________________________________________________________________________
74094 [  7831] By: nick                                  on 2000/11/23  10:31:07
74095         Log: Correct makefile.mk dependancies for ext/Filter/Util
74096              Build ext/Encode
74097              Run dmake regen_config_h
74098      Branch: perlio
74099            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
74100            ! win32/makefile.mk
74101 ____________________________________________________________________________
74102 [  7830] By: nick                                  on 2000/11/23  08:05:07
74103         Log: Integrate mainline
74104      Branch: perlio
74105           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
74106           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
74107           +> t/lib/filt-util.pl t/lib/filt-util.t
74108           !> (integrate 41 files)
74109 ____________________________________________________________________________
74110 [  7829] By: gsar                                  on 2000/11/23  03:07:11
74111         Log: build the Filter extension on windows
74112      Branch: perl
74113            ! win32/Makefile win32/makefile.mk
74114 ____________________________________________________________________________
74115 [  7828] By: gsar                                  on 2000/11/23  02:46:35
74116         Log: regenerate win32/config* and fix some inconsistencies in the
74117              makefiles; always export Perl_deb() because it is needed
74118              by ext/re/* (whether perl itself is built with -DDEBUGGING
74119              or not)
74120      Branch: perl
74121            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
74122            ! win32/config_H.vc win32/makefile.mk
74123 ____________________________________________________________________________
74124 [  7827] By: gsar                                  on 2000/11/23  02:18:38
74125         Log: get sources building on windows+MSVC again (untested with other
74126              compilers)
74127      Branch: perl
74128            ! win32/include/sys/socket.h win32/perllib.c
74129 ____________________________________________________________________________
74130 [  7826] By: jhi                                   on 2000/11/23  01:18:26
74131         Log: Update Changes.
74132      Branch: perl
74133            ! Changes patchlevel.h
74134 ____________________________________________________________________________
74135 [  7825] By: jhi                                   on 2000/11/23  00:20:41
74136         Log: Subject: Re: av.c patch (having slight problems)
74137              From: "Ben Tilly" <ben_tilly@hotmail.com>
74138              Date: Tue, 21 Nov 2000 23:29:31 -0500
74139              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
74140              
74141              unshift() speedup.
74142      Branch: perl
74143            ! av.c
74144 ____________________________________________________________________________
74145 [  7824] By: jhi                                   on 2000/11/22  23:59:15
74146         Log: Fixes for signedness warnings noticed by VMSperlers.
74147      Branch: perl
74148            ! ext/Storable/Storable.xs regcomp.c sv.c
74149 ____________________________________________________________________________
74150 [  7823] By: jhi                                   on 2000/11/22  23:19:31
74151         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
74152              From: Peter Prymmer <pvhp@forte.com>
74153              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
74154              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
74155      Branch: perl
74156            ! t/pragma/warn/pp_hot
74157 ____________________________________________________________________________
74158 [  7822] By: jhi                                   on 2000/11/22  22:52:20
74159         Log: Be clean.
74160      Branch: perl
74161            ! Makefile.SH
74162 ____________________________________________________________________________
74163 [  7821] By: jhi                                   on 2000/11/22  22:46:39
74164         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
74165              by Damian Conway, as suggested by Paul Marquess.
74166      Branch: perl
74167            + lib/Filter/Simple.pm
74168 ____________________________________________________________________________
74169 [  7820] By: jhi                                   on 2000/11/22  22:45:51
74170         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
74171      Branch: perl
74172            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
74173            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
74174            + t/lib/filt-util.t
74175            ! MANIFEST
74176 ____________________________________________________________________________
74177 [  7819] By: jhi                                   on 2000/11/22  22:03:27
74178         Log: Integrate perlio:
74179              
74180              [  7802]
74181              Win32 PerlIO intermediate state now working as expected.
74182              - In current state we are still using C runtime in text/binary
74183              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
74184              - PERLIO=stdio and PERLIO=unix pass all expected tests.
74185              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
74186              and PerlIO_seek() and the dummy crlf layer is not making adjustments
74187              for CRLF translation happening in C runtime. All other tests pass.
74188              Added note to README.win32 to point out the snags of doing a perl build
74189              with Norton AntiVirus turned on.
74190              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
74191              which file a fail comes from.
74192              Updated "canned" config.h to match the one generated.
74193      Branch: perl
74194           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
74195           !> win32/makefile.mk
74196 ____________________________________________________________________________
74197 [  7818] By: jhi                                   on 2000/11/22  21:56:02
74198         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
74199      Branch: perl
74200            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
74201            ! t/lib/io_sock.t
74202 ____________________________________________________________________________
74203 [  7817] By: jhi                                   on 2000/11/22  21:39:49
74204         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
74205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74206              Date: Wed, 22 Nov 2000 16:08:12 -0500
74207              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
74208      Branch: perl
74209            ! lib/ExtUtils/Liblist.pm
74210 ____________________________________________________________________________
74211 [  7816] By: jhi                                   on 2000/11/22  21:38:25
74212         Log: Go ahead and #include <unistd.h> in perl.h.
74213      Branch: perl
74214            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
74215            ! util.c
74216 ____________________________________________________________________________
74217 [  7815] By: jhi                                   on 2000/11/22  21:22:52
74218         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
74219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74220              Date: Mon, 20 Nov 2000 18:30:52 -0500
74221              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
74222      Branch: perl
74223            ! pod/perlre.pod regcomp.c t/op/re_tests
74224 ____________________________________________________________________________
74225 [  7814] By: jhi                                   on 2000/11/22  21:21:46
74226         Log: Subject: [PATCH 5.7.0] Liblist finally works
74227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74228              Date: Tue, 21 Nov 2000 22:02:17 -0500
74229              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
74230      Branch: perl
74231            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
74232            ! lib/ExtUtils/MakeMaker.pm
74233 ____________________________________________________________________________
74234 [  7813] By: jhi                                   on 2000/11/22  21:20:23
74235         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
74236              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74237              Date: Wed, 22 Nov 2000 17:53:15 +0100
74238              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
74239              
74240              AIX dynaloader and perlio patch.
74241      Branch: perl
74242            ! ext/DynaLoader/dl_aix.xs
74243 ____________________________________________________________________________
74244 [  7812] By: jhi                                   on 2000/11/22  21:17:52
74245         Log: (Accidentally empty patch.)
74246      Branch: perl
74247            ! av.c
74248 ____________________________________________________________________________
74249 [  7811] By: jhi                                   on 2000/11/22  21:16:31
74250         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
74251              From: Peter Prymmer <pvhp@forte.com>
74252              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
74253              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
74254      Branch: perl
74255            ! vms/test.com
74256 ____________________________________________________________________________
74257 [  7810] By: jhi                                   on 2000/11/22  21:15:36
74258         Log: Subject: Re: perl@7777 
74259              From: "John P. Linderman" <jpl@research.att.com>
74260              Date: Wed, 22 Nov 2000 13:11:11 -0500
74261              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
74262              
74263              Detypoing.
74264      Branch: perl
74265            ! lib/CPAN.pm
74266 ____________________________________________________________________________
74267 [  7809] By: jhi                                   on 2000/11/22  21:14:19
74268         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
74269              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74270              Date:     Wed, 22 Nov 2000 13:51:37 EST
74271              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
74272      Branch: perl
74273            ! perlsdio.h
74274 ____________________________________________________________________________
74275 [  7808] By: jhi                                   on 2000/11/22  21:13:27
74276         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
74277              From: Casey Tweten <crt@kiski.net>
74278              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
74279              Message-Id: <200011201653.LAA10194@home.kiski.net>
74280      Branch: perl
74281            ! t/lib/io_udp.t
74282 ____________________________________________________________________________
74283 [  7807] By: jhi                                   on 2000/11/22  21:12:35
74284         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
74285              From: Casey Tweten <crt@kiski.net>
74286              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
74287              Message-Id: <200011201636.LAA07227@home.kiski.net>
74288      Branch: perl
74289            ! t/lib/io_sock.t
74290 ____________________________________________________________________________
74291 [  7806] By: jhi                                   on 2000/11/22  21:10:59
74292         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
74293              From: "Casey R. Tweten" <crt@kiski.net>
74294              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
74295              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
74296      Branch: perl
74297            ! utils/h2xs.PL
74298 ____________________________________________________________________________
74299 [  7805] By: nick                                  on 2000/11/22  21:05:06
74300         Log: Integrate mainline
74301      Branch: perlio
74302           !> Changes Porting/genlog ext/DB_File/DB_File.xs
74303           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
74304           !> utils/perlbug.PL
74305 ____________________________________________________________________________
74306 [  7804] By: jhi                                   on 2000/11/22  21:01:12
74307         Log: Subject: [PATCH] Test.pm POD peculiarity
74308              From: "Casey R. Tweten" <crt@kiski.net>
74309              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
74310              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
74311      Branch: perl
74312            ! lib/Test.pm
74313 ____________________________________________________________________________
74314 [  7803] By: jhi                                   on 2000/11/22  20:59:59
74315         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
74316              From: "Philip Newton" <pnewton@gmx.de>
74317              Date: Wed, 22 Nov 2000 14:25:53 +0100
74318              Message-Id: <3A1BD771.25462.1939FAD@localhost>
74319              
74320              Be case-understanding also on 's', and use the -oi of sendmail
74321              not to terminate the transmission on a lone '.'.
74322      Branch: perl
74323            ! utils/perlbug.PL
74324 ____________________________________________________________________________
74325 [  7802] By: nick                                  on 2000/11/22  20:51:42
74326         Log: Win32 PerlIO intermediate state now working as expected.
74327              - In current state we are still using C runtime in text/binary
74328              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
74329              - PERLIO=stdio and PERLIO=unix pass all expected tests.
74330              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
74331              and PerlIO_seek() and the dummy crlf layer is not making adjustments
74332              for CRLF translation happening in C runtime. All other tests pass.
74333              
74334              Added note to README.win32 to point out the snags of doing a perl build
74335              with Norton AntiVirus turned on.
74336              
74337              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
74338              which file a fail comes from.
74339              
74340              Updated "canned" config.h to match the one generated.
74341      Branch: perlio
74342            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
74343            ! win32/makefile.mk
74344 ____________________________________________________________________________
74345 [  7801] By: jhi                                   on 2000/11/22  06:50:20
74346         Log: Nickety nits.
74347      Branch: perl
74348            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
74349 ____________________________________________________________________________
74350 [  7800] By: jhi                                   on 2000/11/22  01:29:55
74351         Log: Changes had accidentally gone too silent on non-main branches.
74352      Branch: perl
74353            ! Changes Porting/genlog patchlevel.h
74354 ____________________________________________________________________________
74355 [  7799] By: gsar                                  on 2000/11/22  01:02:56
74356         Log: some lib_pm.PL changes snuck in via change#7772
74357      Branch: maint-5.6/perl
74358            ! Makefile.SH
74359 ____________________________________________________________________________
74360 [  7798] By: nick                                  on 2000/11/21  21:59:40
74361         Log: Integrate mainline
74362      Branch: perlio
74363           !> (integrate 28 files)
74364 ____________________________________________________________________________
74365 [  7797] By: jhi                                   on 2000/11/21  21:01:45
74366         Log: Integrate perlio:
74367              
74368              [  7796]
74369              Win32 builds and runs (mostly) with USE_PERLIO.
74370              PERLIO=perlio passes all tests. 
74371              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
74372              
74373              [  7790]
74374              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
74375              
74376              [  7788]
74377              Make extra buffer layer work (dummy crlf layer)
74378      Branch: perl
74379           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
74380 ____________________________________________________________________________
74381 [  7796] By: nick                                  on 2000/11/21  20:36:22
74382         Log: Win32 builds and runs (mostly) with USE_PERLIO.
74383              PERLIO=perlio passes all tests. 
74384              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
74385      Branch: perlio
74386            ! perlio.c win32/perllib.c win32/win32.c
74387 ____________________________________________________________________________
74388 [  7795] By: jhi                                   on 2000/11/21  19:03:44
74389         Log: Update Changes.
74390      Branch: perl
74391            ! Changes patchlevel.h
74392 ____________________________________________________________________________
74393 [  7794] By: jhi                                   on 2000/11/21  18:56:34
74394         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
74395              From: "Craig A. Berry" <craigberry@mac.com>
74396              Date: Mon, 20 Nov 2000 20:27:06 -0600
74397              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
74398              
74399              A cut-and-pasto.
74400      Branch: perl
74401            ! perlio.h
74402 ____________________________________________________________________________
74403 [  7793] By: jhi                                   on 2000/11/21  18:54:41
74404         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
74405              From: Dominic Dunlop <domo@computer.org> 
74406              Date: Mon, 20 Nov 2000 18:55:29 +0100
74407              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
74408              
74409              va_copy() and the need of it.
74410              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
74411      Branch: metaconfig/U/perl
74412            + need_va_copy.U
74413      Branch: perl
74414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74415            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
74416            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
74417            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
74418            ! win32/config.bc win32/config.gc win32/config.vc
74419 ____________________________________________________________________________
74420 [  7792] By: jhi                                   on 2000/11/21  17:04:10
74421         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
74422      Branch: perl
74423           !> scope.h
74424 ____________________________________________________________________________
74425 [  7791] By: jhi                                   on 2000/11/21  17:01:16
74426         Log: Export the SOCKS workaround symbols only if necessary.
74427      Branch: perl
74428            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
74429 ____________________________________________________________________________
74430 [  7790] By: nick                                  on 2000/11/20  23:57:11
74431         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
74432      Branch: perlio
74433            ! scope.h
74434 ____________________________________________________________________________
74435 [  7789] By: nick                                  on 2000/11/20  23:38:33
74436         Log: Integrate mainline
74437      Branch: perlio
74438           +> lib/File/Spec/Epoc.pm
74439           !> (integrate 34 files)
74440 ____________________________________________________________________________
74441 [  7788] By: nick                                  on 2000/11/20  23:20:18
74442         Log: Make extra buffer layer work (dummy crlf layer)
74443      Branch: perlio
74444            ! doio.c perlio.c perlio.h
74445 ____________________________________________________________________________
74446 [  7787] By: jhi                                   on 2000/11/20  22:44:04
74447         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
74448              From: Peter Prymmer <pvhp@forte.com>
74449              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
74450              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
74451      Branch: perl
74452            ! t/pragma/locale.t
74453 ____________________________________________________________________________
74454 [  7786] By: jhi                                   on 2000/11/20  22:29:10
74455         Log: Subject: DOC PATCH 5.6.0 perlreftut
74456              From: mjd@plover.com
74457              Date: 20 Nov 2000 19:45:06 -0000
74458              Message-ID: <20001120194506.9505.qmail@plover.com>
74459      Branch: perl
74460            ! pod/perlreftut.pod
74461 ____________________________________________________________________________
74462 [  7785] By: jhi                                   on 2000/11/20  22:27:44
74463         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
74464              From: David Dyck <dcd@tc.fluke.com>
74465              Date: Mon, 20 Nov 2000 11:43:40 -0800
74466              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
74467      Branch: perl
74468            ! lib/Cwd.pm
74469 ____________________________________________________________________________
74470 [  7784] By: jhi                                   on 2000/11/20  22:23:21
74471         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
74472              Date: Mon, 20 Nov 2000 17:06:10 -0500
74473              To: Mailing list Perl5 <perl5-porters@perl.org>
74474              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
74475      Branch: perl
74476            ! pp_ctl.c t/op/pat.t
74477 ____________________________________________________________________________
74478 [  7783] By: jhi                                   on 2000/11/20  22:11:18
74479         Log: Subject: [PATCH] doop.c - UTF8 tr///               
74480              From: Simon Cozens <simon@cozens.net>
74481              Date: Sat, 18 Nov 2000 18:49:30 +0000
74482              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
74483              
74484              Subject: Re: [PATCH] doop.c - UTF8 tr///           
74485              From: Simon Cozens <simon@cozens.net>
74486              Date: Mon, 20 Nov 2000 20:45:22 +0000
74487              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
74488              
74489              Make tr on UTF-8 better but still not correct.
74490      Branch: perl
74491            ! doop.c
74492 ____________________________________________________________________________
74493 [  7782] By: jhi                                   on 2000/11/20  22:02:16
74494         Log: Remove the shared object before attempting to create
74495              (by linking) a new one.  E.g. in AIX not removing
74496              becomes quite painful if one tries to do more than one
74497              build in the same tree (an interrupted build, for example),
74498              since the AIX' shared dynaloader seemingly keeps the shared
74499              objects open and therefore 'busy' for quite a while, even when
74500              nobody is using the objects, leading into link failures.
74501      Branch: perl
74502            ! lib/ExtUtils/MM_Unix.pm
74503 ____________________________________________________________________________
74504 [  7781] By: gsar                                  on 2000/11/20  19:02:55
74505         Log: type mismatch due to faulty integration
74506      Branch: maint-5.6/perl
74507            ! toke.c win32/Makefile
74508 ____________________________________________________________________________
74509 [  7780] By: gsar                                  on 2000/11/20  17:31:55
74510         Log: integrate changes#6392,6394..6399,6401..6404
74511              
74512              The {multiplier} of a fixed substring was overlooked which
74513              caused a wrong initial search offset for that substring.
74514              
74515              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
74516              From: Hugo <hv@crypt.compulink.co.uk>
74517              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
74518              Date: Thu, 13 Jul 2000 19:27:13 +0100
74519              
74520              Fix the BOM bug: not a byteorder bug, a signedness bug.
74521              
74522              Replace change #6337 with a better one.
74523              
74524              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
74525              From: Hugo <hv@crypt.compulink.co.uk>
74526              Date: Fri, 14 Jul 2000 04:16:20 +0100
74527              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
74528              
74529              MakeMaker should not remove editor backups (*~) on `make clean`
74530              by default (completes change#6383)
74531              
74532              move new variables to the end of the interpreter structure (for
74533              bincompat in code that doesn't #include XSUB.h)
74534              
74535              rename totally bletcherous SvLOCK() thingy (doesn't do what the
74536              name suggests anyway)
74537              
74538              various cleanups (typos, misformatted code, and small bugs)
74539              
74540              typecasts needed for change#6394
74541              
74542              typos in change#6399, regen headers
74543              
74544              inconsistent types needs casts
74545              
74546              PERL_OBJECT build tweaks
74547      Branch: maint-5.6/perl
74548           !> MANIFEST doop.c embed.h embed.pl embedvar.h
74549           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
74550           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
74551           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
74552           !> toke.c util.c
74553 ____________________________________________________________________________
74554 [  7779] By: gsar                                  on 2000/11/20  17:06:29
74555         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
74556              
74557              Cosmetics and perldelta.
74558              
74559              Fix nits noticed by Boston.pm.
74560              
74561              Do the cc sanity check both before the hints and
74562              after the cc selction.
74563              
74564              get sprintf.t to adjust properly for 3-digit exponents
74565              
74566              don't clobber *.orig files on *clean targets
74567              
74568              fix bugs in processing %v-*d and similar format specs (from
74569              Avi Finkel <avi@finkel.org>)
74570              
74571              sprintf test tweaks (from Dominic Dunlop)
74572              
74573              new selfloader.t in change#6183 doesn't close DATA handles,
74574              and thus fails to clean up tmp files on dosish platforms
74575              
74576              typos (spotted by Peter Prymmer)
74577              
74578              typo fix from Craig Berry
74579      Branch: maint-5.6/perl
74580           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
74581           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
74582           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
74583           !> x2p/Makefile.SH
74584 ____________________________________________________________________________
74585 [  7778] By: gsar                                  on 2000/11/20  16:46:51
74586         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
74587              
74588              Subject: Re: format bug report  [Patch]
74589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74590              Date: Wed, 05 Jul 2000 13:12:52 +0200
74591              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
74592              
74593              Subject: Re: format bug report  [Patch]
74594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74595              Date: Wed, 05 Jul 2000 14:10:01 +0200
74596              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
74597              
74598              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
74599              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74600              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
74601              Date: Fri, 07 Jul 2000 17:57:16 +0100
74602              
74603              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
74604              To: perl5-porters@perl.org
74605              From: Karsten Sperling <spiff@phreax.net>
74606              Date: Mon, 10 Jul 2000 15:12:52 +0200
74607              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
74608              
74609              README.posix-bc podified from Thomas Dorner.
74610              
74611              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
74612              From: Dominic Dunlop <domo@computer.org>
74613              Date: Tue, 11 Jul 2000 12:27:33 +0200
74614              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
74615              
74616              Typo in #6341.
74617              
74618              Fix for
74619              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
74620              From: Roderick Schertler <roderick@argon.org>
74621              Date: Tue, 11 Jul 2000 13:55:05 -0400
74622              Message-Id: <200007111755.NAA05077@jones.argon.org>
74623              
74624              Minor cleanups on the booklist.
74625              
74626              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
74627              regen perltoc.
74628              
74629              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
74630      Branch: maint-5.6/perl
74631           +> pod/perlbook.pod
74632           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
74633           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
74634           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
74635 ____________________________________________________________________________
74636 [  7777] By: jhi                                   on 2000/11/20  16:08:49
74637         Log: Update Changes.
74638      Branch: perl
74639            ! Changes patchlevel.h
74640 ____________________________________________________________________________
74641 [  7776] By: jhi                                   on 2000/11/20  15:27:56
74642         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
74643              This may be overly harsh but until proven otherwise, we think this
74644              way, or until we have a simple test for Configure (having to start
74645              up servers is does not count as simple) to check for the problems.
74646      Branch: perl
74647            ! perl.h
74648 ____________________________________________________________________________
74649 [  7775] By: jhi                                   on 2000/11/20  15:22:17
74650         Log: Solaris hints tweaks.
74651      Branch: perl
74652            ! hints/solaris_2.sh
74653 ____________________________________________________________________________
74654 [  7774] By: jhi                                   on 2000/11/20  15:01:20
74655         Log: Add a workaround to SOCKS 64-bit problems.
74656      Branch: perl
74657            ! doio.c embed.h embed.pl perlsdio.h proto.h
74658 ____________________________________________________________________________
74659 [  7773] By: jhi                                   on 2000/11/20  14:51:47
74660         Log: sysseek() instead of seek().
74661      Branch: perl
74662            ! t/lib/syslfs.t
74663 ____________________________________________________________________________
74664 [  7772] By: gsar                                  on 2000/11/20  13:06:23
74665         Log: integrate changes#6315..6319,6321..6331,6333..6338
74666              
74667              Integrate with Sarathy, preliminary fix for unicos
74668              alignment problems in [ID 20000612.002] Perl problem on Cray system.
74669              
74670              some debugger output does not go to the socket when RemotePort is set
74671              
74672              winsock cleanup never done on Windows (leads to handle leaks)
74673              
74674              fix UNC path handling on Windows under ithreads, and chdir()
74675              return value when given a non-existent directory
74676              
74677              Autogenerate pod/Makefile and pod/buildtoc.
74678              buildtoc also checks whether the existin pods are
74679              mentioned in MANIFEST and perl.pod, and vice versa.
74680              (None of the thusly found discrepancies fixed yet.)
74681              roffitall also needs to be autogenerated similarly but it
74682              seems so badly out of date that I didn't touch it yet.
74683              
74684              Config is being used.
74685              
74686              Add =head1 NAMEs so that buildtoc is happy.
74687              (The CGI::Util nit reported to Lincoln.)
74688              
74689              Fix complaints of buildtoc.
74690              
74691              Fix the alignment problem in Crays ([ID 20000612.002]).
74692              
74693              Remove perlbook, update perlfaq book listing,
74694              rearrange perl.pod, regenerate perltoc.
74695              
74696              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
74697              was cast to an unsigned (32-bit) integer with wild abandon.
74698              
74699              winsock options weren't being set in all threads under ithreads
74700              (caused send()s from second and subsequent threads to fail)
74701              
74702              accept() leaks memory on windows due to incorrect ordering of
74703              closesocket() and fclose() calls
74704              
74705              Reorder perl.pod once more.
74706              
74707              More POSIX.pod tweaks.
74708              
74709              Sprinkle ldlibpath.
74710              
74711              Precedence goof, fix based on
74712              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
74713              From: Hugo <hv@crypt.compulink.co.uk>
74714              Date: Tue, 11 Jul 2000 12:52:38 +0100
74715              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
74716              
74717              Subject: PATCH perlguts.pod: Document D and d magic types
74718              From: mjd@plover.com
74719              Date: 5 Jul 2000 18:01:51 -0000
74720              Message-ID: <20000705180151.29413.qmail@plover.com>
74721              
74722              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
74723              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
74724              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
74725              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
74726              
74727              Subject: [PATCH cfgperl] $& segfaults if you trick it
74728              From: simon@brecon.co.uk (Simon Cozens)
74729              Date: 7 Jul 2000 11:26:09 GMT
74730              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
74731              
74732              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
74733              From: Hugo <hv@crypt.compulink.co.uk>
74734              Date: Tue, 11 Jul 2000 12:44:50 +0100
74735              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
74736              
74737              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
74738              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74739              Date: Tue, 11 Jul 2000 13:50:51 +0100
74740              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
74741      Branch: maint-5.6/perl
74742           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
74743           +> pod/buildtoc.PL
74744            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
74745           !> (integrate 26 files)
74746 ____________________________________________________________________________
74747 [  7771] By: gsar                                  on 2000/11/20  12:31:42
74748         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
74749              6310,6311,6314
74750              
74751              Subject: [PATCH bleedperl] File::Spec 0.82 beta
74752              From: Barrie Slaymaker <barries@jester.slaysys.com>
74753              Date: Wed, 28 Jun 2000 11:35:29 -0400
74754              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
74755              
74756              tweak perlembed for multiplicity/usethreads sanity; correct notes
74757              about Windows
74758              
74759              localize %INC in a Safe compartment so that use/require work
74760              (many other magic globals probably need similar treatment)
74761              
74762              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
74763              when @_ is modified, causing coredumps
74764              
74765              slurp mode fix in change#4736 still not quite right
74766              
74767              Point to perlipc for more SysV IPC examples.
74768              
74769              Elaborate POSIX.pod.  Still needs work.
74770              
74771              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
74772              
74773              fix large memory leak that has been around for ever, masked by
74774              -DPURIFY (most of the arenas were never freed!)
74775              
74776              fix memory leak on Windows (PL_sys_intern contents were never
74777              freed)
74778              
74779              PERL_OBJECT build tweak
74780              
74781              adjust change#6299
74782              
74783              remove rel2abs prototypes (from Barrie Slaymaker)
74784              
74785              missing perldiag entry for unpack("w",...) diagnostic (from
74786              Andreas Koenig)
74787              
74788              better diagnostic on Frob->stuff() when Frob:: doesn't exist
74789              (from Richard Soderberg <rs@oregonnet.com>)
74790              
74791              Win32 patches for cfgperl from Sarathy.
74792              
74793              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
74794              
74795              More POSIX.pod embellishment.
74796              
74797              tyop in change#6306
74798      Branch: maint-5.6/perl
74799           !> (integrate 44 files)
74800 ____________________________________________________________________________
74801 [  7770] By: gsar                                  on 2000/11/20  11:51:00
74802         Log: integrate changes#6268..6282 from cfgperl branch
74803              
74804              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
74805              From: Dominic Dunlop <domo@computer.org>
74806              Date: Thu, 29 Jun 2000 12:32:39 +0200
74807              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
74808              
74809              Regen headers for #6261 (and update embed.pl for this) and #6267,
74810              silence few compiler warnings.
74811              
74812              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
74813              From: Nicholas Clark <nick@talking.bollo.cx>
74814              Date: Fri, 23 Jun 2000 16:21:15 +0100
74815              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
74816              
74817              Subject: PATCH pod/perltie.pod
74818              From: Ian Phillipps <Ian.Phillipps@iname.com>
74819              Date: Fri, 16 Jun 2000 00:17:19 +0100
74820              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
74821              (only the first hunk, the second hunk had already been done
74822              by some other patch)
74823              
74824              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
74825              From: Tom Phoenix <rootbeer@redcat.com>
74826              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
74827              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
74828              
74829              Subject: [PATCH] xsub attributes
74830              From: Doug MacEachern <dougm@covalent.net>
74831              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
74832              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
74833              
74834              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
74835              From: Andy Dougherty <doughera@lafayette.edu>
74836              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
74837              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
74838              
74839              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
74840              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
74841              Date: Tue, 13 Jun 2000 02:43:48 -0500
74842              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
74843              
74844              Subject: [PATCH] Re: eval documentation: context
74845              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74846              Date: Mon, 12 Jun 2000 15:07:29 +0100
74847              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
74848              
74849              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
74850              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74851              Date: Mon, 12 Jun 2000 14:55:59 +0100
74852              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
74853              
74854              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
74855              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
74856              Date: Fri, 09 Jun 2000 12:39:27 -0400
74857              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
74858              (plus update the version "number" of Text::Wrap)
74859              
74860              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
74861              From: Tim Ayers <tayers@bridge.com>
74862              Date: Thu, 08 Jun 2000 08:11:06 +0200
74863              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
74864              [resent by Richard Foley, Message-Id probably wrong]
74865              
74866              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
74867              From: rspier@pobox.com (Robert Spier)
74868              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
74869              Message-ID: <14654.31913.845602.610277@rls.cx>
74870              
74871              Subject: [PATCH 5.6.0] utils/h2xs.PL
74872              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
74873              Date: Wed, 7 Jun 2000 04:02:04 -0500
74874              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
74875              
74876              Subject: [PATCH 5.6.0]ITHREADs for VMS
74877              From: Dan Sugalski <dan@sidhe.org>
74878              Date: Tue, 06 Jun 2000 11:59:50 -0400
74879              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
74880      Branch: maint-5.6/perl
74881           !> (integrate 31 files)
74882 ____________________________________________________________________________
74883 [  7769] By: gsar                                  on 2000/11/20  11:29:06
74884         Log: integrate changes#6261..6266 from cfgperl
74885              
74886              Subject: Re: [PATCH cfgperl] BOMs away!
74887              From: simon@brecon.co.uk (Simon Cozens)
74888              Date: 17 Jun 2000 11:49:57 GMT
74889              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
74890              
74891              Subject: 5.6.0 Patch for EPOC
74892              From: Olaf Flebbe <o.flebbe@gmx.de>
74893              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
74894              Message-ID: <23449.960929969@www11.gmx.net>
74895              
74896              tr fixes from Simon Cozens
74897              
74898              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
74899              From: Marty Lucich <marty@netcom.com>
74900              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
74901              Message-Id: <200006282116.OAA11148@netcom.com>
74902              ccdlflags update (the BSD/OS 4.1 part had already been taken
74903              care of by #6141).
74904              
74905              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
74906              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74907              Date: Wed, 28 Jun 2000 17:50:12 -0700
74908              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
74909              
74910              Subject: [PATCH 5.6.0] cygwin port
74911              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
74912              From: "Fifer, Eric" <EFifer@sanwaint.com>
74913              Date: Thu, 29 Jun 2000 12:58:29 +0100
74914      Branch: maint-5.6/perl
74915           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
74916           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
74917           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
74918           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
74919 ____________________________________________________________________________
74920 [  7768] By: gsar                                  on 2000/11/20  11:13:44
74921         Log: integrate changes#6252..6256,6259..6260
74922              
74923              Paranoia tweak on #6249.
74924              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
74925              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
74926              Date: Sun, 25 Jun 2000 23:43:12 -0400
74927              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
74928              
74929              Subject: tr///, help wanted.
74930              From: simon@brecon.co.uk (Simon Cozens)
74931              Date: 28 Jun 2000 11:29:04 GMT
74932              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
74933              
74934              small thinko tweaks
74935              
74936              tweaks from Simon Conzes to further fix tr/// under utf8
74937              
74938              perlnewmod was missing from MANIFEST.
74939              
74940              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
74941              From: simon@brecon.co.uk (Simon Cozens)
74942              Date: 17 Jun 2000 11:56:44 GMT
74943              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
74944              pack U0, pack C0
74945      Branch: maint-5.6/perl
74946           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
74947           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
74948           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
74949           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
74950 ____________________________________________________________________________
74951 [  7767] By: gsar                                  on 2000/11/20  10:51:38
74952         Log: integrate change#6250 from cfgperl
74953              
74954              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
74955              From: Doug MacEachern <dougm@covalent.net>
74956              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
74957              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
74958      Branch: maint-5.6/perl
74959           +> t/op/my_stash.t
74960           !> MANIFEST embed.pl global.sym proto.h toke.c
74961 ____________________________________________________________________________
74962 [  7766] By: gsar                                  on 2000/11/20  10:48:34
74963         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
74964              
74965              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
74966              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
74967              Date: Mon, 26 Jun 2000 18:40:14 +0100
74968              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
74969              
74970              Subject: [PATCH] bytes<->utf8 fixes
74971              From: simon@brecon.co.uk (Simon Cozens)
74972              Date: 26 Jun 2000 04:55:45 GMT
74973              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
74974              
74975              Subject: [PATCH] is_utf8_string
74976              From: simon@brecon.co.uk (Simon Cozens)
74977              Date: 26 Jun 2000 02:25:59 GMT
74978              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
74979              
74980              Subject: [PATCH] avoid mg_ptr in '*' magic
74981              From: Doug MacEachern <dougm@covalent.net>
74982              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
74983              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
74984              
74985              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
74986              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
74987              Date: Sat, 24 Jun 2000 13:06:20 +0100
74988              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
74989              
74990              Allow for standalone testing.
74991              
74992              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
74993              From: Mark-Jason Dominus <mjd@plover.com>
74994              Date: Tue, 27 Jun 2000 22:36:42 -0400
74995              Message-ID: <20000628023642.12166.qmail@plover.com>
74996              
74997              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
74998              From: Frank Tobin <ftobin@uiuc.edu>
74999              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
75000              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
75001      Branch: maint-5.6/perl
75002           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
75003           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
75004           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
75005           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
75006           !> utf8.c utils/h2xs.PL
75007 ____________________________________________________________________________
75008 [  7765] By: gsar                                  on 2000/11/20  10:29:13
75009         Log: integrate change#6239 from cfgperl
75010              
75011              Configure maintenance.  Sever some dependency cycles,
75012              separate gccversion from the cc unit,
75013              address [ID 20000623.006] Configure script patch for using gcc on AIX
75014              (but solve it a little bit differently),
75015              unduplex some accidentally duplicated units,
75016              suggest using gcc if no cc available
75017              (p5p thread: "Solaris configure: counterproposal", 1999-09)
75018      Branch: maint-5.6/perl
75019           !> Configure Todo-5.6 config_h.SH
75020 ____________________________________________________________________________
75021 [  7764] By: gsar                                  on 2000/11/20  10:25:55
75022         Log: integrate changes#6233..6238 from cfgperl
75023              
75024              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
75025              From: Mark-Jason Dominus <mjd@plover.com>
75026              Date: Fri, 16 Jun 2000 20:53:04 -0400
75027              Message-ID: <20000617005304.8008.qmail@plover.com>
75028              
75029              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
75030              because when run as services (Win32ese for daemons)
75031              no environment variables are set and tmpdir ends up as /tmp,
75032              which is ambiguous.
75033              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
75034              From: matt@sergeant.org
75035              Date: 16 Jun 2000 16:30:43 -0000
75036              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
75037              
75038              The thread begun by
75039              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
75040              From: Kevin.Ruscoe@ubsw.com
75041              Date: Fri, 16 Jun 2000 16:38:51 +0100
75042              Message-Id: <H000019b03c300d6@MHS>
75043              
75044              Tweak embed.pl, regen headers.
75045              
75046              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
75047              From: Dan Sugalski <dan@sidhe.org>
75048              Date: Fri, 23 Jun 2000 17:00:00 -0400
75049              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
75050      Branch: maint-5.6/perl
75051           !> (integrate 27 files)
75052 ____________________________________________________________________________
75053 [  7763] By: gsar                                  on 2000/11/20  10:08:08
75054         Log: s/perl56delta/perldelta/g
75055      Branch: maint-5.6/perl
75056            ! pod/Makefile
75057 ____________________________________________________________________________
75058 [  7762] By: gsar                                  on 2000/11/20  10:04:00
75059         Log: integrate changes#6225,6229,6231,6232 from cfgperl
75060              
75061              Add source code filenames to apidoc.
75062              From: simon@brecon.co.uk (Simon Cozens)
75063              Subject: [PATCH embed.pl] Source X-ref
75064              Date: 22 Jun 2000 02:18:49 GMT
75065              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
75066              
75067              Subject: README.hpux version 0.6.1
75068              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
75069              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
75070              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
75071              
75072              Subject: [PATCH 5.6.0] cygwin port
75073              From: "Fifer, Eric" <EFifer@sanwaint.com>
75074              Date: Tue, 20 Jun 2000 14:30:58 +0100
75075              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
75076              
75077              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
75078              From: simon@brecon.co.uk (Simon Cozens)
75079              Date: 19 Jun 2000 15:18:27 GMT
75080              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
75081              
75082              plus update pod/Makefile and regenerate perltoc
75083      Branch: maint-5.6/perl
75084           +> pod/perlutil.pod
75085           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
75086           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
75087 ____________________________________________________________________________
75088 [  7761] By: jhi                                   on 2000/11/20  04:09:55
75089         Log: Miraculous typo.
75090      Branch: perl
75091            ! t/op/pat.t
75092 ____________________________________________________________________________
75093 [  7760] By: jhi                                   on 2000/11/20  04:06:08
75094         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
75095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75096              Date: Sun, 19 Nov 2000 22:30:26 -0500
75097              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
75098      Branch: perl
75099            ! regexec.c scope.h t/op/pat.t
75100 ____________________________________________________________________________
75101 [  7759] By: jhi                                   on 2000/11/20  02:05:22
75102         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
75103      Branch: perl
75104            ! perl.h
75105 ____________________________________________________________________________
75106 [  7758] By: jhi                                   on 2000/11/20  01:58:11
75107         Log: Subject: [perl 7711: EPOC] updates
75108              From: Olaf Flebbe <o.flebbe@gmx.de>
75109              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
75110              Message-ID: <25575.974658810@www23.gmx.net>               
75111      Branch: perl
75112            + lib/File/Spec/Epoc.pm
75113            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
75114            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
75115            ! lib/File/Spec.pm perl.c sv.c
75116 ____________________________________________________________________________
75117 [  7757] By: jhi                                   on 2000/11/20  01:53:11
75118         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
75119      Branch: perl
75120            ! MANIFEST
75121 ____________________________________________________________________________
75122 [  7756] By: jhi                                   on 2000/11/20  01:47:22
75123         Log: Integrate perlio:
75124              
75125              [  7755]
75126              Add dummy crlf layer (just as buffer)
75127              Correct 1st bug - one layer of indirection.
75128              
75129              [  7754]
75130              Work-round to Perl_deb_nocontext is no longer required
75131              
75132              [  7753]
75133              diff -se shows these as different
75134              
75135              [  7752]
75136              Configure GCC/Win32 build -Duseperlio
75137              Fix a couple of gross issues
75138              - double-include of ../deb.o in re.dll
75139              - win32sck.c needs PerlIO and FILE 
75140              
75141              [  7751]
75142              Special case :crlf and :raw in dummy PerlIO_apply_layers
75143              
75144              [  7750]
75145              Missing aTHX_
75146      Branch: perl
75147            - ext/re/hints/MSWin32.pl
75148           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
75149           !> win32/config.gc win32/config_H.gc win32/win32sck.c
75150 ____________________________________________________________________________
75151 [  7755] By: nick                                  on 2000/11/19  20:57:17
75152         Log: Add dummy crlf layer (just as buffer)
75153              Correct 1st bug - one layer of indirection.
75154      Branch: perlio
75155            ! perlio.c perlio.h perliol.h
75156 ____________________________________________________________________________
75157 [  7754] By: nick                                  on 2000/11/19  20:56:12
75158         Log: Work-round to Perl_deb_nocontext is no longer required
75159      Branch: perlio
75160            - ext/re/hints/MSWin32.pl
75161 ____________________________________________________________________________
75162 [  7753] By: nick                                  on 2000/11/19  20:01:16
75163         Log: diff -se shows these as different
75164      Branch: perlio
75165            ! global.sym pod/perlapi.pod
75166 ____________________________________________________________________________
75167 [  7752] By: nick                                  on 2000/11/19  18:57:30
75168         Log: Configure GCC/Win32 build -Duseperlio
75169              Fix a couple of gross issues
75170              - double-include of ../deb.o in re.dll
75171              - win32sck.c needs PerlIO and FILE 
75172      Branch: perlio
75173            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
75174            ! win32/win32sck.c
75175 ____________________________________________________________________________
75176 [  7751] By: nick                                  on 2000/11/19  17:05:36
75177         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
75178      Branch: perlio
75179            ! perlio.c
75180 ____________________________________________________________________________
75181 [  7750] By: nick                                  on 2000/11/19  16:57:14
75182         Log: Missing aTHX_
75183      Branch: perlio
75184            ! sv.c
75185 ____________________________________________________________________________
75186 [  7749] By: jhi                                   on 2000/11/19  16:28:40
75187         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
75188              From: "Peter J. Farley III" <pjfarley@banet.net>
75189              Date: Sun, 19 Nov 2000 01:42:58 -0500
75190              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
75191      Branch: perl
75192            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
75193 ____________________________________________________________________________
75194 [  7748] By: jhi                                   on 2000/11/19  16:08:10
75195         Log: Subject: podlators 1.05 available        
75196              From: Russ Allbery <rra@stanford.edu>   
75197              Date: 18 Nov 2000 22:04:28 -0800
75198              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
75199      Branch: perl
75200            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
75201 ____________________________________________________________________________
75202 [  7747] By: nick                                  on 2000/11/19  11:19:39
75203         Log: Integrate mainline
75204      Branch: perlio
75205           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
75206           !> util.c
75207 ____________________________________________________________________________
75208 [  7746] By: jhi                                   on 2000/11/19  06:42:22
75209         Log: Make hex scanning warn on "\x{x}" and "\xx".
75210              "\x" and and hex("x") are still valid.
75211      Branch: perl
75212            ! util.c
75213 ____________________________________________________________________________
75214 [  7745] By: nick                                  on 2000/11/18  22:52:28
75215         Log: Integrate mainline
75216      Branch: perlio
75217           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
75218           !> perl.h perlio.c proto.h regcomp.c regcomp.h
75219 ____________________________________________________________________________
75220 [  7744] By: jhi                                   on 2000/11/18  22:50:28
75221         Log: Introduce Perl_utf8_length().  Use it.
75222      Branch: perl
75223            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
75224 ____________________________________________________________________________
75225 [  7743] By: jhi                                   on 2000/11/18  22:38:51
75226         Log: Compiler denit.
75227      Branch: perl
75228            ! perlio.c
75229 ____________________________________________________________________________
75230 [  7742] By: jhi                                   on 2000/11/18  20:33:05
75231         Log: Integrate perlio:
75232              
75233              [  7740]
75234              Lexical use open ... support:
75235              add ->cop_io to COP structure in cop.h.
75236              Make mg.c and gv.c associate it with ${^OPEN}.
75237              Make lib/open.pm set it.
75238              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
75239              manner similar to ->cop_warnings.
75240              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
75241              call new PerlIO_apply_layers().
75242              Declare latter in perlio.h and define in perlio.c
75243      Branch: perl
75244           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
75245           !> perlio.h pp_ctl.c pp_sys.c sv.c
75246 ____________________________________________________________________________
75247 [  7741] By: jhi                                   on 2000/11/18  20:31:27
75248         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
75249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75250              Date: Fri, 17 Nov 2000 20:35:11 -0500
75251              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
75252              
75253              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
75254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75255              Date: Fri, 17 Nov 2000 21:03:47 -0500
75256              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
75257              
75258              Plus a little bit of tweaking in pregcomp().
75259      Branch: perl
75260            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
75261 ____________________________________________________________________________
75262 [  7740] By: nick                                  on 2000/11/18  20:17:22
75263         Log: Lexical use open ... support:
75264              add ->cop_io to COP structure in cop.h.
75265              Make mg.c and gv.c associate it with ${^OPEN}.
75266              Make lib/open.pm set it.
75267              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
75268              manner similar to ->cop_warnings.
75269              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
75270              call new PerlIO_apply_layers().
75271              Declare latter in perlio.h and define in perlio.c
75272      Branch: perlio
75273            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
75274            ! perlio.h pp_ctl.c pp_sys.c sv.c
75275 ____________________________________________________________________________
75276 [  7739] By: jhi                                   on 2000/11/18  19:54:00
75277         Log: Integrate perlio:
75278              
75279              [  7736]
75280              Basic tweaks to do_open() type parsing to allow layer/discipline
75281              part to be isolated.
75282              
75283              [  7727]
75284              Experiment on use of attributes.pm interface.
75285              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
75286              SVt_PVRV if not already something better (else vivify of say magic gets
75287              core dump).
75288      Branch: perl
75289           !> doio.c perlio.c pp.c
75290 ____________________________________________________________________________
75291 [  7738] By: jhi                                   on 2000/11/18  17:16:13
75292         Log: Subject: [PATCH 5.7.0] etags broken again
75293              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75294              Date: Sat, 18 Nov 2000 02:41:36 -0500
75295              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
75296      Branch: perl
75297            ! emacs/ptags
75298 ____________________________________________________________________________
75299 [  7737] By: jhi                                   on 2000/11/18  17:12:18
75300         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
75301      Branch: perl
75302            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75303 ____________________________________________________________________________
75304 [  7736] By: nick                                  on 2000/11/18  14:06:20
75305         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
75306              part to be isolated.
75307      Branch: perlio
75308            ! doio.c perlio.c
75309 ____________________________________________________________________________
75310 [  7735] By: nick                                  on 2000/11/18  11:03:32
75311         Log: Integrate mainline
75312      Branch: perlio
75313           !> Changes README.amiga README.win32 patchlevel.h
75314           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
75315 ____________________________________________________________________________
75316 [  7734] By: jhi                                   on 2000/11/18  01:18:56
75317         Log: Update Changes.
75318      Branch: perl
75319            ! Changes patchlevel.h
75320 ____________________________________________________________________________
75321 [  7733] By: jhi                                   on 2000/11/18  00:32:54
75322         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
75323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75324              Date: Fri, 17 Nov 2000 17:28:02 -0500
75325              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
75326      Branch: perl
75327            ! regcomp.c regexec.c t/op/re_tests
75328 ____________________________________________________________________________
75329 [  7732] By: jhi                                   on 2000/11/18  00:28:56
75330         Log: Sparc 64-bit pack() fix from Jens Hamisch.
75331      Branch: perl
75332            ! pp.c
75333 ____________________________________________________________________________
75334 [  7731] By: jhi                                   on 2000/11/18  00:18:39
75335         Log: Explain in more detail the {} syntax ambiguousity.
75336              
75337              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
75338              From: Nicholas Clark <nick@ccl4.org>
75339              Date: Fri, 17 Nov 2000 22:10:28 +0000
75340              Message-ID: <20001117221028.A88930@plum.flirble.org>
75341      Branch: perl
75342            ! pod/perlfunc.pod
75343 ____________________________________________________________________________
75344 [  7730] By: jhi                                   on 2000/11/18  00:12:18
75345         Log: Subject: Fix for README.amiga (20000323.033)
75346              From: "Stephen P. Potter" <spp@spotter.yi.org>
75347              Date: Fri, 17 Nov 2000 12:25:51 -0500
75348              Message-Id: <200011171725.MAA05768@spotter.yi.org>
75349      Branch: perl
75350            ! README.amiga
75351 ____________________________________________________________________________
75352 [  7729] By: jhi                                   on 2000/11/18  00:08:34
75353         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
75354              From: "A. C. Yardley" <yardley@tanet.net>
75355              Date: Mon, 3 Apr 2000 11:35:33 -0700
75356              Message-ID: <3483.000403@tanet.net>
75357      Branch: perl
75358            ! README.win32
75359 ____________________________________________________________________________
75360 [  7728] By: nick                                  on 2000/11/17  21:59:47
75361         Log: Integrate mainline
75362      Branch: perlio
75363           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
75364           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
75365           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
75366           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
75367 ____________________________________________________________________________
75368 [  7727] By: nick                                  on 2000/11/17  21:56:31
75369         Log: Experiment on use of attributes.pm interface.
75370              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
75371              SVt_PVRV if not already something better (else vivify of say magic gets
75372              core dump).
75373      Branch: perlio
75374            ! perlio.c pp.c
75375 ____________________________________________________________________________
75376 [  7726] By: jhi                                   on 2000/11/17  14:15:49
75377         Log: Subject: Fix for 20000815.006
75378              From: "Stephen P. Potter" <spp@spotter.yi.org>
75379              Date: Fri, 17 Nov 2000 08:57:45 -0500
75380              Message-Id: <200011171357.IAA05122@spotter.yi.org>
75381              
75382              It's really 20000518.006.
75383      Branch: perl
75384            ! pod/perlmodlib.PL
75385 ____________________________________________________________________________
75386 [  7725] By: jhi                                   on 2000/11/17  14:12:31
75387         Log: Subject: Fix for 20000409.001
75388              From: "Stephen P. Potter" <spp@spotter.yi.org>
75389              Date: Fri, 17 Nov 2000 08:55:45 -0500
75390              Message-Id: <200011171355.IAA05104@spotter.yi.org>
75391      Branch: perl
75392            ! pod/perlfaq9.pod
75393 ____________________________________________________________________________
75394 [  7724] By: jhi                                   on 2000/11/17  14:08:58
75395         Log: Undo #7627 now that we have =head3.
75396      Branch: perl
75397            ! pod/perlhack.pod
75398 ____________________________________________________________________________
75399 [  7723] By: jhi                                   on 2000/11/17  14:04:09
75400         Log: As surmised the #7719 wasn't a good move.
75401      Branch: perl
75402            ! hints/solaris_2.sh
75403 ____________________________________________________________________________
75404 [  7722] By: jhi                                   on 2000/11/17  13:59:04
75405         Log: Also the 64bitall hints can be either here or there.
75406      Branch: perl
75407            ! hints/solaris_2.sh
75408 ____________________________________________________________________________
75409 [  7721] By: jhi                                   on 2000/11/17  02:26:23
75410         Log: Test tweak for the open pragma.
75411      Branch: perl
75412            ! t/lib/b.t
75413 ____________________________________________________________________________
75414 [  7720] By: jhi                                   on 2000/11/17  00:23:22
75415         Log: The long double hints can be here or there.
75416      Branch: perl
75417            ! hints/solaris_2.sh
75418 ____________________________________________________________________________
75419 [  7719] By: jhi                                   on 2000/11/17  00:14:06
75420         Log: For Solaris use64bitall the stdchar needs a little bit of help.
75421      Branch: perl
75422            ! hints/solaris_2.sh
75423 ____________________________________________________________________________
75424 [  7718] By: jhi                                   on 2000/11/16  23:27:34
75425         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
75426              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
75427              Date: Wed, 15 Nov 2000 08:56:32 +0100
75428              Message-ID: <3A1241B0.64477E00@alcatel.at>
75429      Branch: perl
75430            ! lib/Carp/Heavy.pm
75431 ____________________________________________________________________________
75432 [  7717] By: jhi                                   on 2000/11/16  23:23:29
75433         Log: Subject: [PATCH] Re: 20001101.003 PDL
75434              From: Nicholas Clark <nick@ccl4.org>
75435              Date: Thu, 16 Nov 2000 16:48:25 +0000
75436              Message-ID: <20001116164825.B93487@plum.flirble.org>
75437      Branch: perl
75438            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
75439 ____________________________________________________________________________
75440 [  7716] By: jhi                                   on 2000/11/16  23:21:31
75441         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
75442              From: "Casey R. Tweten" <crt@kiski.net>
75443              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
75444              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
75445      Branch: perl
75446            ! lib/Pod/Checker.pm pod/perlpod.pod
75447 ____________________________________________________________________________
75448 [  7715] By: jhi                                   on 2000/11/16  23:19:40
75449         Log: Avoid an infinite loop in VMS when utils scripts are run
75450              with no arguments, from Charles Lane.
75451      Branch: perl
75452            ! configure.com
75453 ____________________________________________________________________________
75454 [  7714] By: jhi                                   on 2000/11/16  23:17:08
75455         Log: Subject: perllocale.pod changes
75456              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
75457              Date: Mon, 13 Nov 2000 10:09:22 +0300
75458              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
75459      Branch: perl
75460            ! pod/perllocale.pod
75461 ____________________________________________________________________________
75462 [  7713] By: jhi                                   on 2000/11/16  23:14:06
75463         Log: Integrate perlio:
75464              
75465              [  7711]
75466              Minor tweaks:
75467              consistent way of getting 'rb', 'wb' etc. for binary opens
75468              move *perlio::layers to *open::layers
75469              a #define to show layers available
75470              DOSISH popen/PerlIO had export/import sense inverted.
75471      Branch: perl
75472           !> doio.c perlio.c perlio.h util.c
75473 ____________________________________________________________________________
75474 [  7712] By: nick                                  on 2000/11/16  21:10:58
75475         Log: Integrate mainline
75476      Branch: perlio
75477           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
75478           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
75479           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
75480           !> vos/config.ga.def vos/config.ga.h win32/config.bc
75481           !> win32/config.gc win32/config.vc
75482 ____________________________________________________________________________
75483 [  7711] By: nick                                  on 2000/11/16  19:56:41
75484         Log: Minor tweaks:
75485              consistent way of getting 'rb', 'wb' etc. for binary opens
75486              move *perlio::layers to *open::layers
75487              a #define to show layers available
75488              DOSISH popen/PerlIO had export/import sense inverted.
75489      Branch: perlio
75490            ! doio.c perlio.c perlio.h util.c
75491 ____________________________________________________________________________
75492 [  7710] By: jhi                                   on 2000/11/16  15:46:05
75493         Log: Add HAS_SBRK_PROTO.
75494      Branch: metaconfig/U/perl
75495            + d_sbrkproto.U
75496      Branch: perl
75497            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75498            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
75499            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
75500            ! vos/config.ga.def vos/config.ga.h win32/config.bc
75501            ! win32/config.gc win32/config.vc
75502 ____________________________________________________________________________
75503 [  7709] By: nick                                  on 2000/11/16  07:31:49
75504         Log: Integrate mainline
75505      Branch: perlio
75506           !> (integrate 35 files)
75507 ____________________________________________________________________________
75508 [  7708] By: jhi                                   on 2000/11/16  05:33:03
75509         Log: These files are text, not binary.
75510      Branch: perl
75511            ! ext/Encode/Encode/iso8859-10.enc
75512            ! ext/Encode/Encode/iso8859-13.enc
75513            ! ext/Encode/Encode/iso8859-14.enc
75514            ! ext/Encode/Encode/iso8859-15.enc
75515 ____________________________________________________________________________
75516 [  7707] By: jhi                                   on 2000/11/16  01:53:37
75517         Log: Update Changes.
75518      Branch: perl
75519            ! Changes patchlevel.h
75520 ____________________________________________________________________________
75521 [  7706] By: jhi                                   on 2000/11/16  01:35:59
75522         Log: More #undefing of stdio.
75523      Branch: perl
75524            ! fakesdio.h nostdio.h
75525 ____________________________________________________________________________
75526 [  7705] By: jhi                                   on 2000/11/16  01:34:18
75527         Log: Add fwalk() probe to the configuration files and regen perltoc.
75528      Branch: perl
75529            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75530            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
75531            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
75532            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
75533            ! win32/config.bc win32/config.gc win32/config.vc
75534 ____________________________________________________________________________
75535 [  7704] By: jhi                                   on 2000/11/16  01:33:07
75536         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
75537              an optional third argument to Inlibc?)
75538      Branch: metaconfig/U/perl
75539            + d__fwalk.U
75540 ____________________________________________________________________________
75541 [  7703] By: jhi                                   on 2000/11/16  01:09:22
75542         Log: The type of the hash_cb() size argument is tricky.
75543      Branch: perl
75544            ! ext/DB_File/DB_File.xs
75545 ____________________________________________________________________________
75546 [  7702] By: jhi                                   on 2000/11/15  23:01:16
75547         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
75548      Branch: perl
75549            ! nostdio.h
75550 ____________________________________________________________________________
75551 [  7701] By: jhi                                   on 2000/11/15  22:52:32
75552         Log: Detypo.
75553      Branch: perl
75554            ! t/lib/bigfltpm.t
75555 ____________________________________________________________________________
75556 [  7700] By: jhi                                   on 2000/11/15  22:51:56
75557         Log: UINT64_C() work continues.
75558      Branch: perl
75559            ! handy.h perl.h utf8.h
75560 ____________________________________________________________________________
75561 [  7699] By: jhi                                   on 2000/11/15  14:13:04
75562         Log: SOCKS has its own USE_THREADS, based on
75563              
75564              Subject: [ID 20001114.002] et. al. bugfix followup
75565              From: Jens Hamisch <jens@Strawberry.COM> 
75566              Date: Wed, 15 Nov 2000 14:23:11 +0100
75567              Message-ID: <20001115142311.A21164@Strawberry.COM>
75568      Branch: perl
75569            ! perl.h
75570 ____________________________________________________________________________
75571 [  7698] By: jhi                                   on 2000/11/15  03:50:56
75572         Log: Add few missing #undefs and sort them.
75573      Branch: perl
75574            ! fakesdio.h
75575 ____________________________________________________________________________
75576 [  7697] By: jhi                                   on 2000/11/15  03:39:14
75577         Log: Linenumber fix.
75578      Branch: perl
75579            ! t/pragma/warn/utf8
75580 ____________________________________________________________________________
75581 [  7696] By: jhi                                   on 2000/11/15  02:55:26
75582         Log: EBCDIC tweaks.
75583              
75584              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
75585              From: Peter Prymmer <pvhp@forte.com>
75586              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
75587              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
75588      Branch: perl
75589            ! t/op/regmesg.t t/pragma/warn/utf8
75590 ____________________________________________________________________________
75591 [  7695] By: jhi                                   on 2000/11/15  02:53:58
75592         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
75593              From: Peter Prymmer <pvhp@forte.com>
75594              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
75595              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
75596      Branch: perl
75597            ! utf8.c
75598 ____________________________________________________________________________
75599 [  7694] By: jhi                                   on 2000/11/15  02:50:55
75600         Log: Subject: [PATCH: perl@7674] updates to README.os390
75601              From: Prymmer/Kahn <pvhp@best.com>
75602              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
75603              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
75604      Branch: perl
75605            ! README.os390
75606 ____________________________________________________________________________
75607 [  7693] By: jhi                                   on 2000/11/15  02:48:37
75608         Log: Quit utf8_to_uv() instantly if curlen == 0.
75609      Branch: perl
75610            ! utf8.c
75611 ____________________________________________________________________________
75612 [  7692] By: jhi                                   on 2000/11/15  02:24:29
75613         Log: Use u_int32_t for the size of hash_cb(), not size_t.
75614              
75615              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
75616              From: Jens Hamisch <jens@Strawberry.COM>     
75617              Date: Tue, 14 Nov 2000 19:03:55 +0100
75618              Message-Id: <20001114190355.A20559@Strawberry.COM>
75619      Branch: perl
75620            ! ext/DB_File/DB_File.xs
75621 ____________________________________________________________________________
75622 [  7691] By: jhi                                   on 2000/11/15  02:20:12
75623         Log: Use UINT64_C().
75624              
75625              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
75626              From: Jens Hamisch <jens@Strawberry.COM>
75627              Date: Tue, 14 Nov 2000 19:16:23 +0100
75628              Message-Id: <20001114191623.G20559@Strawberry.COM>
75629      Branch: perl
75630            ! utf8.c utf8.h
75631 ____________________________________________________________________________
75632 [  7690] By: jhi                                   on 2000/11/15  02:17:06
75633         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
75634              (a macro to define signed and unsigned integer constants).
75635      Branch: perl
75636            ! handy.h
75637 ____________________________________________________________________________
75638 [  7689] By: jhi                                   on 2000/11/15  01:56:51
75639         Log: Regen Configure.
75640      Branch: perl
75641            ! Configure
75642 ____________________________________________________________________________
75643 [  7688] By: jhi                                   on 2000/11/15  01:56:32
75644         Log: Make the unit know about SOCKS.
75645      Branch: metaconfig
75646            ! U/protos/socksizetype.U
75647 ____________________________________________________________________________
75648 [  7687] By: jhi                                   on 2000/11/15  01:54:47
75649         Log: Remove unused dependencies.
75650      Branch: metaconfig
75651            ! U/compline/d_getpagsz.U
75652 ____________________________________________________________________________
75653 [  7686] By: nick                                  on 2000/11/14  21:25:13
75654         Log: Integrate mainline.
75655      Branch: perlio
75656           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
75657           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
75658           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
75659           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
75660           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
75661           !> win32/config.bc win32/config.gc win32/config.vc
75662           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
75663 ____________________________________________________________________________
75664 [  7685] By: jhi                                   on 2000/11/14  17:54:56
75665         Log: Integrate perlio:
75666              
75667              [  7684]
75668              PerlIO #include and #ifdef re-work.
75669      Branch: perl
75670           +> fakesdio.h perliol.h
75671           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
75672           !> perlsdio.h perlsfio.h pod/perlfunc.pod
75673 ____________________________________________________________________________
75674 [  7684] By: nick                                  on 2000/11/14  17:43:04
75675         Log: PerlIO #include and #ifdef re-work.
75676      Branch: perlio
75677            + fakesdio.h perliol.h
75678            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
75679            ! perlsdio.h perlsfio.h
75680 ____________________________________________________________________________
75681 [  7683] By: jhi                                   on 2000/11/14  15:42:40
75682         Log: Hoist the duplicated socket/netdb include logic to perl.h;
75683              undef SETERRNO in case SOCKS has defined it.  Based on:
75684              
75685              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
75686              From: Jens Hamisch <jens@Strawberry.COM> 
75687              Date: Tue, 14 Nov 2000 11:34:40 +0100
75688              Message-Id: <20001114113440.A20005@Strawberry.COM>
75689      Branch: perl
75690            ! doio.c perl.h pp_sys.c
75691 ____________________________________________________________________________
75692 [  7682] By: jhi                                   on 2000/11/14  14:07:28
75693         Log: Subject: some additions for makefiles for win32 (for perl@7674)
75694              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
75695              Date: Tue, 14 Nov 2000 09:31:13 +0300
75696              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
75697      Branch: perl
75698            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
75699            ! win32/makefile.mk
75700 ____________________________________________________________________________
75701 [  7681] By: jhi                                   on 2000/11/14  14:01:41
75702         Log: Subject: tiny typo in perl5db.pl
75703              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
75704              Date: Tue, 14 Nov 2000 09:29:28 +0300
75705              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
75706      Branch: perl
75707            ! lib/perl5db.pl
75708 ____________________________________________________________________________
75709 [  7680] By: jhi                                   on 2000/11/14  04:13:50
75710         Log: Redo #7679 with LFs instead of CRLFs.
75711      Branch: perl
75712            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
75713            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
75714            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
75715 ____________________________________________________________________________
75716 [  7679] By: jhi                                   on 2000/11/14  01:21:09
75717         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
75718              From: Benjamin Stuhl <tiriath@yahoo.com> 
75719              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
75720              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
75721      Branch: perl
75722            + win32/bin/mdelete.bat
75723            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
75724            ! makedef.pl perlio.c win32/Makefile win32/config.gc
75725            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
75726 ____________________________________________________________________________
75727 [  7678] By: jhi                                   on 2000/11/14  01:19:20
75728         Log: Fix the re extension building for Win32.
75729              
75730              Subject: [PATCH perl@7638] Get PerlIO building on Win32
75731              From: Benjamin Stuhl <tiriath@yahoo.com> 
75732              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
75733              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
75734      Branch: perl
75735            + ext/re/hints/MSWin32.pl
75736            ! MANIFEST
75737 ____________________________________________________________________________
75738 [  7677] By: jhi                                   on 2000/11/14  01:13:54
75739         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
75740              From: sthoenna@efn.org
75741              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
75742              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
75743      Branch: perl
75744            ! doop.c pp.c toke.c utf8.c utf8.h
75745 ____________________________________________________________________________
75746 [  7676] By: jhi                                   on 2000/11/13  20:23:15
75747         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
75748              From: Nicholas Clark <nick@ccl4.org>
75749              Date: Mon, 13 Nov 2000 18:55:04 +0000
75750              Message-ID: <20001113185504.J29183@plum.flirble.org>
75751      Branch: perl
75752            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
75753 ____________________________________________________________________________
75754 [  7675] By: nick                                  on 2000/11/13  20:21:57
75755         Log: Integrate mainline ...
75756      Branch: perlio
75757           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
75758           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
75759           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
75760           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
75761 ____________________________________________________________________________
75762 [  7674] By: jhi                                   on 2000/11/13  15:07:56
75763         Log: Update Changes.
75764      Branch: perl
75765            ! Changes patchlevel.h
75766 ____________________________________________________________________________
75767 [  7673] By: jhi                                   on 2000/11/13  14:42:42
75768         Log: Remove the new two tests of lib/io_xs for now, they seem to
75769              fail under perlio on some platforms.
75770      Branch: perl
75771            ! t/lib/io_xs.t
75772 ____________________________________________________________________________
75773 [  7672] By: jhi                                   on 2000/11/13  13:57:53
75774         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
75775      Branch: perl
75776            ! perlio.c
75777 ____________________________________________________________________________
75778 [  7671] By: jhi                                   on 2000/11/13  05:30:48
75779         Log: Placate nervous compilers that see longer than ints switch()ing.
75780      Branch: perl
75781            ! utf8.c
75782 ____________________________________________________________________________
75783 [  7670] By: jhi                                   on 2000/11/13  05:14:21
75784         Log: fputs() does return EOF on error but here we don't care.
75785      Branch: perl
75786            ! perlio.c
75787 ____________________________________________________________________________
75788 [  7669] By: jhi                                   on 2000/11/13  05:02:45
75789         Log: Declare reg_data like reg_substr_data.
75790      Branch: perl
75791            ! regexp.h
75792 ____________________________________________________________________________
75793 [  7668] By: jhi                                   on 2000/11/13  04:54:34
75794         Log: Typos in #7667.
75795      Branch: perl
75796            ! perl.h
75797 ____________________________________________________________________________
75798 [  7667] By: jhi                                   on 2000/11/13  04:49:49
75799         Log: Cleanup messy #ifdef.
75800      Branch: perl
75801            ! perl.h
75802 ____________________________________________________________________________
75803 [  7666] By: jhi                                   on 2000/11/13  04:17:34
75804         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
75805              From: Nicholas Clark <nick@talking.bollo.cx>
75806              Date: Sun, 12 Nov 2000 21:14:11 +0000
75807              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
75808              
75809              Note: only one breakage of the two reported is fixed by this patch.
75810      Branch: perl
75811            ! perlio.c
75812 ____________________________________________________________________________
75813 [  7665] By: jhi                                   on 2000/11/13  04:05:07
75814         Log: Tweak the definition of the bit complement on UTF-8 data:
75815              if none of the characters in the string are > 0xff,
75816              the result is a complemented byte string, not a (UTF-8)
75817              char string.  Based on the summary in
75818              
75819              Subject: Re: [ID 20000918.005] ~ on wide chars
75820              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
75821              Date: Fri, 10 Nov 2000 09:47:15 -0800
75822              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
75823              
75824              This should give us the maximum backward (pre-char string)
75825              compatibility and utf8 compatibility.  The other alternative
75826              would be to limit the bit complement to be always byte only,
75827              taking the least significant byte of the chars.
75828      Branch: perl
75829            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
75830 ____________________________________________________________________________
75831 [  7664] By: jhi                                   on 2000/11/13  00:23:44
75832         Log: Couple of tests from #7660 salvaged.
75833      Branch: perl
75834            - t/op/tell.t
75835            ! MANIFEST t/io/tell.t
75836 ____________________________________________________________________________
75837 [  7663] By: jhi                                   on 2000/11/13  00:02:48
75838         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
75839              From: Nicholas Clark <nick@talking.bollo.cx>
75840              Date: Sun, 12 Nov 2000 21:23:43 +0000
75841              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
75842      Branch: perl
75843            ! perlsfio.h
75844 ____________________________________________________________________________
75845 [  7662] By: jhi                                   on 2000/11/13  00:01:39
75846         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
75847              From: Nicholas Clark <nick@talking.bollo.cx>
75848              Date: Sun, 12 Nov 2000 21:30:04 +0000
75849              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
75850      Branch: perl
75851            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
75852 ____________________________________________________________________________
75853 [  7661] By: jhi                                   on 2000/11/12  23:57:29
75854         Log: Document tell() on special streams.
75855      Branch: perl
75856            ! pod/perlfunc.pod
75857 ____________________________________________________________________________
75858 [  7660] By: jhi                                   on 2000/11/12  23:54:22
75859         Log: (Subsumed by #7664)
75860      Branch: perl
75861            + t/op/tell.t
75862            ! MANIFEST
75863 ____________________________________________________________________________
75864 [  7659] By: jhi                                   on 2000/11/12  22:55:25
75865         Log: Many subdocumented return values of the IO extension now documented.
75866              ungetc and write still left subdocumented.
75867              
75868              Subject: [PATCH] (was Re: IO::Handle::ungetc)
75869              From: Nicholas Clark <nick@talking.bollo.cx>
75870              Date: Sun, 12 Nov 2000 21:35:53 +0000
75871              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
75872      Branch: perl
75873            ! ext/IO/lib/IO/Handle.pm
75874 ____________________________________________________________________________
75875 [  7658] By: jhi                                   on 2000/11/12  21:37:06
75876         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
75877              From: Nicholas Clark <nick@talking.bollo.cx>
75878              Date: Sun, 12 Nov 2000 20:03:22 +0000
75879              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
75880      Branch: perl
75881            ! pod/perlfunc.pod
75882 ____________________________________________________________________________
75883 [  7657] By: jhi                                   on 2000/11/12  20:34:55
75884         Log: Integrate perlio:
75885              
75886              [  7656]
75887              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
75888      Branch: perl
75889           !> perlio.c
75890 ____________________________________________________________________________
75891 [  7656] By: nick                                  on 2000/11/12  19:25:06
75892         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
75893      Branch: perlio
75894            ! perlio.c
75895 ____________________________________________________________________________
75896 [  7655] By: nick                                  on 2000/11/12  19:09:41
75897         Log: Integrate mainline
75898      Branch: perlio
75899           +> README.solaris ext/Encode/Encode/cp1006.enc
75900           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
75901           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
75902           +> ext/Encode/Encode/iso8859-13.enc
75903           +> ext/Encode/Encode/iso8859-14.enc
75904           +> ext/Encode/Encode/iso8859-15.enc
75905           !> (integrate 34 files)
75906 ____________________________________________________________________________
75907 [  7654] By: jhi                                   on 2000/11/12  19:00:22
75908         Log: Add a metaconfig unit for fsync.
75909      Branch: metaconfig/U/perl
75910            + d_fsync.U
75911 ____________________________________________________________________________
75912 [  7653] By: jhi                                   on 2000/11/12  19:00:01
75913         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
75914      Branch: perl
75915            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75916            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
75917            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
75918            ! vos/config.ga.h win32/config.bc win32/config.gc
75919            ! win32/config.vc
75920 ____________________________________________________________________________
75921 [  7652] By: jhi                                   on 2000/11/11  21:12:01
75922         Log: Copy the s// information of README.hpux also to the perlrun.
75923      Branch: perl
75924            ! README.hpux pod/perlrun.pod
75925 ____________________________________________________________________________
75926 [  7651] By: jhi                                   on 2000/11/11  21:03:13
75927         Log: More README.solaris updates from Andy Dougherty.
75928      Branch: perl
75929            ! README.solaris
75930 ____________________________________________________________________________
75931 [  7650] By: jhi                                   on 2000/11/11  18:38:57
75932         Log: More descriptive error for unknown perlio layers.
75933              
75934              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
75935              From: Dominic Dunlop <domo@computer.org> 
75936              Date: Sat, 11 Nov 2000 18:20:32 +0100             
75937              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
75938      Branch: perl
75939            ! perlio.c pod/perldiag.pod
75940 ____________________________________________________________________________
75941 [  7649] By: jhi                                   on 2000/11/11  18:37:52
75942         Log: MachTen doesn't really do mmap() and munmap().
75943              
75944              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
75945              From: Dominic Dunlop <domo@computer.org> 
75946              Date: Sat, 11 Nov 2000 18:20:32 +0100             
75947              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
75948      Branch: perl
75949            ! hints/machten.sh
75950 ____________________________________________________________________________
75951 [  7648] By: jhi                                   on 2000/11/11  18:36:46
75952         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
75953              From: rspier@pobox.com (Robert Spier)
75954              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
75955              Message-ID: <14861.32839.491271.985797@rls.cx>
75956      Branch: perl
75957            ! Porting/Contract pod/perltoot.pod
75958 ____________________________________________________________________________
75959 [  7647] By: jhi                                   on 2000/11/11  18:35:30
75960         Log: Simplify the getpagesize() unit by dropping the
75961              pagesize probe since it's nowadays slightly more
75962              complicated because of sysconf(). (Note: if some
75963              platform really needs the -lPW for getpagesize,
75964              I just broke it.)
75965              
75966              TODO: a new pagesize unit.
75967      Branch: metaconfig
75968            ! U/compline/d_getpagsz.U
75969 ____________________________________________________________________________
75970 [  7646] By: jhi                                   on 2000/11/11  18:33:23
75971         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
75972      Branch: perl
75973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75974            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
75975            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
75976            ! vos/config.ga.h win32/config.bc win32/config.gc
75977            ! win32/config.vc
75978 ____________________________________________________________________________
75979 [  7645] By: jhi                                   on 2000/11/11  16:45:15
75980         Log: Use sysconf() or getpagesize() to find out the pagesize.
75981      Branch: perl
75982            ! perlio.c
75983 ____________________________________________________________________________
75984 [  7644] By: jhi                                   on 2000/11/11  15:46:08
75985         Log: Integrate perlio:
75986              
75987              [  7641]
75988              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
75989              Also call "Buf" layer directly when unread'ing non-read chars.
75990      Branch: perl
75991           !> perlio.c
75992 ____________________________________________________________________________
75993 [  7643] By: jhi                                   on 2000/11/11  15:33:36
75994         Log: Subject: Re: [PATCH] README.solaris
75995              From: Lupe Christoph <lupe@lupe-christoph.de>
75996              Date: Sat, 11 Nov 2000 14:08:10 +0100
75997              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
75998      Branch: perl
75999            ! README.solaris
76000 ____________________________________________________________________________
76001 [  7642] By: jhi                                   on 2000/11/11  15:22:12
76002         Log: Subject: [PATCH perl@7638] cygwin port
76003              From: "Eric Fifer" <egf7@columbia.edu>            
76004              Date: Fri, 10 Nov 2000 19:30:30 -0000
76005              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
76006      Branch: perl
76007            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
76008 ____________________________________________________________________________
76009 [  7641] By: nick                                  on 2000/11/11  14:50:36
76010         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
76011              Also call "Buf" layer directly when unread'ing non-read chars.
76012      Branch: perlio
76013            ! perlio.c
76014 ____________________________________________________________________________
76015 [  7640] By: jhi                                   on 2000/11/11  02:05:02
76016         Log: Add more encoding tables.
76017      Branch: perl
76018            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
76019            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
76020            + ext/Encode/Encode/iso8859-10.enc
76021            + ext/Encode/Encode/iso8859-13.enc
76022            + ext/Encode/Encode/iso8859-14.enc
76023            + ext/Encode/Encode/iso8859-15.enc
76024            ! MANIFEST
76025 ____________________________________________________________________________
76026 [  7639] By: jhi                                   on 2000/11/10  18:49:25
76027         Log: Subject: [PATCH] README.solaris
76028              From: Andy Dougherty <doughera@lafayette.edu>
76029              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
76030              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
76031      Branch: perl
76032            + README.solaris
76033            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
76034            ! pod/perl.pod pod/perltoc.pod
76035 ____________________________________________________________________________
76036 [  7638] By: jhi                                   on 2000/11/10  15:04:15
76037         Log: Update Changes.
76038      Branch: perl
76039            ! Changes patchlevel.h
76040 ____________________________________________________________________________
76041 [  7637] By: jhi                                   on 2000/11/10  14:14:28
76042         Log: Explain better why certain regex tests are skipped.
76043              
76044              Subject: Re: tests skipped: unknown reason
76045              From: Lupe Christoph <lupe@lupe-christoph.de>
76046              Date: Fri, 10 Nov 2000 09:08:56 +0100
76047              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
76048      Branch: perl
76049            ! t/op/regexp.t
76050 ____________________________________________________________________________
76051 [  7636] By: nick                                  on 2000/11/10  13:40:00
76052         Log: Integrate mainline.
76053      Branch: perlio
76054           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
76055           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
76056           !> win32/bin/search.pl
76057 ____________________________________________________________________________
76058 [  7635] By: nick                                  on 2000/11/10  13:25:52
76059         Log: Re-instate stdio large file support via perlio.
76060      Branch: perl
76061            ! perlio.c
76062 ____________________________________________________________________________
76063 [  7634] By: jhi                                   on 2000/11/10  04:49:55
76064         Log: Amdahl UTS hints updates.
76065              
76066              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
76067              From: hom00@utsglobal.com (Harold O Morris)
76068              Date: Thu, 9 Nov 2000 20:02 PST
76069              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
76070      Branch: perl
76071            ! hints/uts.sh
76072 ____________________________________________________________________________
76073 [  7633] By: jhi                                   on 2000/11/09  23:33:28
76074         Log: Subject: [PATCH] IO::Seekable pod
76075              From: Nicholas Clark <nick@talking.bollo.cx>
76076              Date: Thu, 9 Nov 2000 20:29:45 +0000
76077              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
76078      Branch: perl
76079            ! ext/IO/lib/IO/Handle.pm
76080 ____________________________________________________________________________
76081 [  7632] By: jhi                                   on 2000/11/09  21:55:41
76082         Log: Various doc oddball characters.
76083              
76084              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
76085              From: Michael Somos <somos@grail.cba.csuohio.edu>
76086              Date: Mon, 6 Nov 2000 17:44:20 -0500
76087              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
76088      Branch: perl
76089            ! emacs/cperl-mode.el lib/unicode/syllables.txt
76090            ! win32/bin/search.pl
76091 ____________________________________________________________________________
76092 [  7631] By: jhi                                   on 2000/11/09  21:12:29
76093         Log: Subject: Re: bash -c exit and linux hints 
76094              From: "John P. Linderman" <jpl@research.att.com>
76095              Date: Thu, 02 Nov 2000 09:37:25 -0500
76096              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
76097      Branch: perl
76098            ! hints/linux.sh
76099 ____________________________________________________________________________
76100 [  7630] By: nick                                  on 2000/11/09  20:34:11
76101         Log: Integrate mainline.
76102      Branch: perlio
76103           !> (integrate 91 files)
76104 ____________________________________________________________________________
76105 [  7629] By: jhi                                   on 2000/11/09  19:46:31
76106         Log: Missing dTHXs.
76107              
76108              Subject: RE: perl@7595 builds not on cygwin
76109              From: "Eric Fifer" <egf7@columbia.edu>
76110              Date: Thu, 9 Nov 2000 19:26:50 -0000
76111              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
76112      Branch: perl
76113            ! ext/Devel/Peek/Peek.xs
76114 ____________________________________________________________________________
76115 [  7628] By: jhi                                   on 2000/11/09  14:48:27
76116         Log: Disable only the tests 99 and 166 for UTF-8 locales.
76117      Branch: perl
76118            ! t/pragma/locale.t
76119 ____________________________________________________________________________
76120 [  7627] By: jhi                                   on 2000/11/09  14:40:27
76121         Log: There's no =head3.
76122      Branch: perl
76123            ! pod/perlhack.pod
76124 ____________________________________________________________________________
76125 [  7626] By: jhi                                   on 2000/11/09  13:54:26
76126         Log: The generated boot_* headers are wrong.  Pickier compiler,
76127              such as KAI C++ will refuse to compile the resulting perlmain.
76128              
76129              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
76130              From: Harri Pasanen <harri.pasanen@trema.com>
76131              Date: Thu, 09 Nov 2000 14:23:28 +0100
76132              Message-Id: <3A0AA550.26D548A3@trema.com>
76133      Branch: perl
76134            ! minimod.pl
76135 ____________________________________________________________________________
76136 [  7625] By: jhi                                   on 2000/11/09  13:50:44
76137         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
76138              From: Prymmer/Kahn <pvhp@best.com>
76139              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
76140              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
76141              
76142              All except the "cow orker" change.
76143      Branch: perl
76144            ! Porting/pumpkin.pod
76145 ____________________________________________________________________________
76146 [  7624] By: jhi                                   on 2000/11/09  13:45:33
76147         Log: Fix for
76148              
76149              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
76150              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
76151              Date: Thu, 09 Nov 2000 11:05:52 +0100
76152              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
76153      Branch: perl
76154            ! pod/perldiag.pod t/pragma/warn/pp_sys
76155 ____________________________________________________________________________
76156 [  7623] By: jhi                                   on 2000/11/09  13:37:16
76157         Log: Typo in an ifndef.
76158              
76159              Subject: Re: [PATCH 5.7.0] better messages from malloc()
76160              From: Joe Smith <jms@inwap.com>         
76161              Date: Thu, 09 Nov 2000 01:33:14 -0800
76162              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
76163      Branch: perl
76164            ! malloc.c
76165 ____________________________________________________________________________
76166 [  7622] By: jhi                                   on 2000/11/09  13:31:18
76167         Log: Remove unused extra arguments.
76168      Branch: metaconfig/U/perl
76169            ! perlxv.U
76170      Branch: perl
76171            ! Configure config_h.SH
76172 ____________________________________________________________________________
76173 [  7621] By: jhi                                   on 2000/11/09  13:16:36
76174         Log: More VMS moves on environment handling, from Charles Lane.
76175      Branch: perl
76176            ! t/pragma/locale.t
76177 ____________________________________________________________________________
76178 [  7620] By: jhi                                   on 2000/11/09  04:42:38
76179         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
76180              From: David Dyck <dcd@tc.fluke.com>
76181              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
76182              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
76183      Branch: perl
76184            ! pp_sys.c
76185 ____________________________________________________________________________
76186 [  7619] By: jhi                                   on 2000/11/09  04:36:21
76187         Log: Forgot from #7618.
76188      Branch: perl
76189            ! lib/File/stat.pm
76190 ____________________________________________________________________________
76191 [  7618] By: jhi                                   on 2000/11/09  04:28:44
76192         Log: Make deleting for %ENV work for (newer versions of) VMS,
76193              from Craig A. Berry.
76194      Branch: perl
76195            ! vms/vms.c
76196 ____________________________________________________________________________
76197 [  7617] By: jhi                                   on 2000/11/09  04:25:05
76198         Log: Subject: [PATCH] Class::Struct at compile time
76199              From: "Casey R. Tweten" <crt@kiski.net>
76200              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
76201              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
76202      Branch: perl
76203            ! lib/Class/Struct.pm
76204 ____________________________________________________________________________
76205 [  7616] By: jhi                                   on 2000/11/09  04:15:17
76206         Log: Subject: [ID 20001108.013] spelling
76207              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
76208              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
76209              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
76210      Branch: perl
76211            ! lib/ftp.pl
76212 ____________________________________________________________________________
76213 [  7615] By: jhi                                   on 2000/11/09  04:12:42
76214         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
76215              From: Peter Prymmer <pvhp@forte.com>
76216              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
76217              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
76218      Branch: perl
76219            ! configure.com
76220 ____________________________________________________________________________
76221 [  7614] By: jhi                                   on 2000/11/08  22:42:55
76222         Log: A missing aTHX_.
76223      Branch: perl
76224            ! ext/IPC/SysV/SysV.xs
76225 ____________________________________________________________________________
76226 [  7613] By: jhi                                   on 2000/11/08  19:30:21
76227         Log: Update Changes.
76228      Branch: perl
76229            ! Changes patchlevel.h
76230 ____________________________________________________________________________
76231 [  7612] By: jhi                                   on 2000/11/08  18:35:25
76232         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
76233              From: David Dyck <dcd@tc.fluke.com>
76234              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
76235              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
76236      Branch: perl
76237            ! pp_sys.c
76238 ____________________________________________________________________________
76239 [  7611] By: jhi                                   on 2000/11/08  18:30:26
76240         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
76241              From: Dominic Dunlop <domo@computer.org>
76242              Date: Tue, 7 Nov 2000 12:05:25 +0100
76243              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
76244      Branch: perl
76245            ! malloc.c
76246 ____________________________________________________________________________
76247 [  7610] By: jhi                                   on 2000/11/08  18:25:14
76248         Log: Do not test UTF-8 locales since that the tests would require
76249              polymorphic regexen.
76250      Branch: perl
76251            ! t/pragma/locale.t
76252 ____________________________________________________________________________
76253 [  7609] By: jhi                                   on 2000/11/08  17:12:51
76254         Log: Locale buglets.
76255              
76256              Subject: RE: Locales support (setlocale) fixes
76257              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76258              Date: Wed, 8 Nov 2000 20:01:39 +0300
76259              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
76260      Branch: perl
76261            ! t/pragma/locale.t util.c
76262 ____________________________________________________________________________
76263 [  7608] By: jhi                                   on 2000/11/08  17:00:16
76264         Log: Deleting $ENV{PATH} in VMS is not recommendable.
76265      Branch: perl
76266            ! t/pragma/locale.t
76267 ____________________________________________________________________________
76268 [  7607] By: jhi                                   on 2000/11/08  16:58:26
76269         Log: Subject: PATCH std stdio for (Free)BSD
76270              From: Nicholas Clark <nick@ccl4.org>
76271              Date: Wed, 8 Nov 2000 15:36:29 +0000
76272              Message-ID: <20001108153629.D98736@plum.flirble.org>
76273      Branch: metaconfig
76274            ! U/compline/d_stdstdio.U
76275      Branch: perl
76276            ! Configure config_h.SH
76277 ____________________________________________________________________________
76278 [  7606] By: jhi                                   on 2000/11/08  16:43:31
76279         Log: Forgot to bump the line numbers in #7601.
76280      Branch: perl
76281            ! t/pragma/warn/pp_sys
76282 ____________________________________________________________________________
76283 [  7605] By: jhi                                   on 2000/11/08  16:39:12
76284         Log: More careful detection of how well NVs and UVs mix.
76285              
76286              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))
76287              From: Nicholas Clark <nick@ccl4.org>
76288              Date: Wed, 8 Nov 2000 15:14:12 +0000
76289              Message-ID: <20001108151412.B98736@plum.flirble.org>
76290              
76291              Added some SIGFPE paranoia.
76292      Branch: metaconfig/U/perl
76293            ! perlxv.U
76294      Branch: perl
76295            ! Configure config_h.SH
76296 ____________________________________________________________________________
76297 [  7604] By: jhi                                   on 2000/11/08  14:39:10
76298         Log: Subject: [patch perl@7595] VMS configure.com tweak
76299              From: "Craig A. Berry" <craigberry@mac.com>
76300              Date: Wed, 8 Nov 2000 00:24:12 -0600
76301              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
76302      Branch: perl
76303            ! configure.com
76304 ____________________________________________________________________________
76305 [  7603] By: jhi                                   on 2000/11/08  14:27:11
76306         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
76307              From: Robin Barker <rmb1@cise.npl.co.uk>
76308              Date: Wed, 8 Nov 2000 11:11:39 GMT
76309              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
76310      Branch: perl
76311            ! perlio.c
76312 ____________________________________________________________________________
76313 [  7602] By: jhi                                   on 2000/11/08  14:25:03
76314         Log: Fix for the tie-refhash string table leaks.
76315              
76316              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
76317              Date: Wed, 8 Nov 2000 13:03:04 GMT
76318              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
76319      Branch: perl
76320            ! t/lib/tie-refhash.t
76321 ____________________________________________________________________________
76322 [  7601] By: jhi                                   on 2000/11/08  14:21:08
76323         Log: Try to avoid flockless and emulationless places.
76324      Branch: perl
76325            ! t/pragma/warn/pp_sys
76326 ____________________________________________________________________________
76327 [  7600] By: jhi                                   on 2000/11/08  02:28:54
76328         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
76329              
76330              Subject: [PATCH] prototyped functions that should be overrideable
76331              From: "Casey R. Tweten" <crt@kiski.net>
76332              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
76333              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
76334      Branch: perl
76335            ! toke.c
76336 ____________________________________________________________________________
76337 [  7599] By: jhi                                   on 2000/11/08  01:12:05
76338         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
76339              
76340              Subject: [PATCH] perlbug.PL
76341              From: "Kurt D. Starsinic" <kstar@chapin.edu>
76342              Date: Mon, 6 Nov 2000 21:39:01 -0500
76343              Message-ID: <20001106213901.B20955@O2.chapin.edu>
76344      Branch: perl
76345            ! utils/perlbug.PL
76346 ____________________________________________________________________________
76347 [  7598] By: jhi                                   on 2000/11/07  23:42:00
76348         Log: Bad thinko in #7581 (I used the test program with the expanded
76349              values as-is).
76350      Branch: metaconfig
76351            ! U/compline/d_stdstdio.U
76352      Branch: perl
76353            ! Configure
76354 ____________________________________________________________________________
76355 [  7597] By: jhi                                   on 2000/11/07  21:43:29
76356         Log: Subject: [PATCH perl@7573] cygwin port
76357              From: "Fifer, Eric" <EFifer@sanwaint.com>
76358              Date: Tue, 7 Nov 2000 18:08:51 -0000 
76359              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
76360              
76361              Synchronize with Cygwin 1.1.5.
76362      Branch: perl
76363            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
76364            ! pod/perlport.pod unixish.h util.c
76365 ____________________________________________________________________________
76366 [  7596] By: jhi                                   on 2000/11/07  21:39:25
76367         Log: perlhack updates from H.Merijn Brand.
76368      Branch: perl
76369            ! pod/perlhack.pod
76370 ____________________________________________________________________________
76371 [  7595] By: jhi                                   on 2000/11/07  20:21:41
76372         Log: Update Changes.
76373      Branch: perl
76374            ! Changes patchlevel.h
76375 ____________________________________________________________________________
76376 [  7594] By: jhi                                   on 2000/11/07  19:18:58
76377         Log: Be more robust in Dynaloader.pm.
76378      Branch: perl
76379            ! ext/DynaLoader/DynaLoader_pm.PL
76380 ____________________________________________________________________________
76381 [  7593] By: jhi                                   on 2000/11/07  16:49:31
76382         Log: AUTHORS update.
76383      Branch: perl
76384            ! AUTHORS
76385 ____________________________________________________________________________
76386 [  7592] By: gsar                                  on 2000/11/07  16:39:51
76387         Log: normalize relative paths in virtualized current directory on windows,
76388              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
76389              returns)
76390      Branch: perl
76391            ! win32/vdir.h
76392 ____________________________________________________________________________
76393 [  7591] By: jhi                                   on 2000/11/07  16:04:26
76394         Log: Too profiler-happy: with optimization the #7590 actually makes
76395              the test to run 0.5% _slower_.  Requires much more instrumentation.
76396              Retract #7590.
76397      Branch: perl
76398            ! regcomp.c regcomp.h
76399 ____________________________________________________________________________
76400 [  7590] By: jhi                                   on 2000/11/07  15:51:13
76401         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
76402              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
76403              by using memset() and testing bytewise (as opposed to bitwise).
76404      Branch: perl
76405            ! regcomp.c regcomp.h
76406 ____________________________________________________________________________
76407 [  7589] By: jhi                                   on 2000/11/07  12:56:39
76408         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
76409              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76410              Date: Mon, 06 Nov 2000 23:45:30 -0500
76411              Message-Id: <0011079735.AA973576259@univpress.com>
76412      Branch: perl
76413            ! configure.com t/lib/st-lock.t
76414 ____________________________________________________________________________
76415 [  7588] By: jhi                                   on 2000/11/07  01:03:28
76416         Log: Tweak #7587.
76417      Branch: perl
76418            ! pod/perldiag.pod
76419 ____________________________________________________________________________
76420 [  7587] By: jhi                                   on 2000/11/07  01:00:27
76421         Log: A doc addition for bug id 20001105.019, beware \p.
76422      Branch: perl
76423            ! pod/perldiag.pod
76424 ____________________________________________________________________________
76425 [  7586] By: jhi                                   on 2000/11/07  00:32:22
76426         Log: Fake support of holey files in win/dosish platforms.
76427              
76428              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
76429              From: kipp@shonanblue.ne.jp
76430              Date: Mon, 6 Nov 2000 13:30:55 -0800
76431              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
76432      Branch: perl
76433            ! ext/SDBM_File/sdbm/sdbm.c
76434 ____________________________________________________________________________
76435 [  7585] By: jhi                                   on 2000/11/07  00:12:54
76436         Log: Subject: Pod updates
76437              From: "Stephen P. Potter" <spp@spotter.yi.org>
76438              Date: Mon, 06 Nov 2000 18:56:43 -0500
76439              Message-Id: <200011062357.SAA18173@spotter.yi.org>
76440      Branch: perl
76441            ! README.dos README.os2 README.win32 pod/buildtoc.PL
76442            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
76443            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
76444            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
76445            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
76446            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
76447            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
76448            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
76449            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
76450            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
76451            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
76452            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
76453            ! pod/perltootc.pod pod/perlunicode.pod
76454 ____________________________________________________________________________
76455 [  7584] By: jhi                                   on 2000/11/07  00:04:17
76456         Log: Varargs don't always work too well if one puts an unsigned
76457              char on the stack and pop an unsigned quad off the stack.
76458              
76459              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
76460              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
76461              Date: Mon, 06 Nov 2000 15:19:05 -0800
76462              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
76463      Branch: perl
76464            ! utf8.c
76465 ____________________________________________________________________________
76466 [  7583] By: jhi                                   on 2000/11/06  23:58:48
76467         Log: %ENV note tweaks from Dan Sugalski.
76468      Branch: perl
76469            ! pod/perlport.pod vms/perlvms.pod
76470 ____________________________________________________________________________
76471 [  7582] By: jhi                                   on 2000/11/06  23:05:49
76472         Log: glibc5 detection by __GNU_LIBRARY__.
76473      Branch: perl
76474            ! toke.c
76475 ____________________________________________________________________________
76476 [  7581] By: jhi                                   on 2000/11/06  22:51:29
76477         Log: Make the stdio test program of 7427 less noisy while being 
76478              compiled so that Digital UNIX wouldn't get both
76479              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
76480              undefined.  This makes perlio happy.
76481      Branch: metaconfig
76482            ! U/compline/d_stdstdio.U
76483      Branch: perl
76484            ! Configure config_h.SH
76485 ____________________________________________________________________________
76486 [  7580] By: jhi                                   on 2000/11/06  22:41:41
76487         Log: Document %ENV = () portability issues.
76488      Branch: perl
76489            ! pod/perlport.pod vms/perlvms.pod
76490 ____________________________________________________________________________
76491 [  7579] By: jhi                                   on 2000/11/06  21:29:24
76492         Log: VOS updates from Paul Green.
76493      Branch: perl
76494            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76495 ____________________________________________________________________________
76496 [  7578] By: jhi                                   on 2000/11/06  21:00:40
76497         Log: Sanitize the environment further.
76498      Branch: perl
76499            ! t/pragma/locale.t
76500 ____________________________________________________________________________
76501 [  7577] By: jhi                                   on 2000/11/06  20:53:51
76502         Log: Re-introduce 7552 lost in integration.
76503      Branch: perl
76504            ! perlio.c
76505 ____________________________________________________________________________
76506 [  7576] By: jhi                                   on 2000/11/06  20:33:46
76507         Log: Admit that the test leaks scalars.
76508      Branch: perl
76509            ! t/comp/proto.t
76510 ____________________________________________________________________________
76511 [  7575] By: jhi                                   on 2000/11/06  20:17:08
76512         Log: Integrate perlio:
76513              
76514              [  7574]
76515              Remove debug. Try (Mmap_t) on madvise() call.
76516      Branch: perl
76517           !> perlio.c
76518 ____________________________________________________________________________
76519 [  7574] By: nick                                  on 2000/11/06  20:07:28
76520         Log: Remove debug. Try (Mmap_t) on madvise() call.
76521      Branch: perlio
76522            ! perlio.c
76523 ____________________________________________________________________________
76524 [  7573] By: jhi                                   on 2000/11/06  13:56:05
76525         Log: Update Changes.
76526      Branch: perl
76527            ! Changes patchlevel.h
76528 ____________________________________________________________________________
76529 [  7572] By: jhi                                   on 2000/11/06  13:48:41
76530         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
76531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76532              Date: Mon, 06 Nov 2000 10:11:42 +0100
76533              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
76534      Branch: perl
76535            ! pod/perlhack.pod
76536 ____________________________________________________________________________
76537 [  7571] By: jhi                                   on 2000/11/06  01:45:51
76538         Log: AUTHORS updates.
76539      Branch: perl
76540            ! AUTHORS
76541 ____________________________________________________________________________
76542 [  7570] By: jhi                                   on 2000/11/06  00:18:00
76543         Log: Fix for
76544              
76545              Subject: [ID 20000728.005] perl -P broken
76546              From: David Dyck <dcd@tc.fluke.com>
76547              Date: Fri, 28 Jul 2000 17:19:16 -0700
76548              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
76549              
76550              (hopefully).  The fix is also not complete, it seems to break
76551              BOM swallowing for libc5 systems, but until someone figures
76552              out a way to do this without ftell(), this will do.
76553      Branch: perl
76554            ! toke.c
76555 ____________________________________________________________________________
76556 [  7569] By: jhi                                   on 2000/11/06  00:05:30
76557         Log: Document that the evaled syntax errors cause scalar leaks.
76558      Branch: perl
76559            ! t/comp/proto.t
76560 ____________________________________________________________________________
76561 [  7568] By: jhi                                   on 2000/11/05  23:14:47
76562         Log: opmini.o can linger from Configures past.
76563      Branch: perl
76564            ! Makefile.SH
76565 ____________________________________________________________________________
76566 [  7567] By: jhi                                   on 2000/11/05  21:28:39
76567         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
76568              first argument correctly.
76569      Branch: perl
76570            ! perlio.c
76571 ____________________________________________________________________________
76572 [  7566] By: jhi                                   on 2000/11/05  21:15:56
76573         Log: Integrate perlio:
76574              
76575              [  7564]
76576              Added a mmap layer as a "subclass" of perlio.
76577              PERLIO=mmap ./perl harness passes
76578      Branch: perl
76579           !> perlio.c
76580 ____________________________________________________________________________
76581 [  7565] By: jhi                                   on 2000/11/05  21:15:13
76582         Log: Use -dM for gcc (the suggested patch did it only for Linux,
76583              but I think it can be generalized).
76584              
76585              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
76586              From: Pixel <pixel@mandrakesoft.com>
76587              Date: 05 Nov 2000 21:49:34 +0100 
76588              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
76589      Branch: perl
76590            ! ext/Errno/Errno_pm.PL
76591 ____________________________________________________________________________
76592 [  7564] By: nick                                  on 2000/11/05  21:09:18
76593         Log: Added a mmap layer as a "subclass" of perlio.
76594              PERLIO=mmap ./perl harness passes
76595      Branch: perlio
76596            ! perlio.c
76597 ____________________________________________________________________________
76598 [  7563] By: jhi                                   on 2000/11/05  19:48:55
76599         Log: Add a note for future generations about bug id 20000229.006.
76600      Branch: perl
76601            ! malloc.c
76602 ____________________________________________________________________________
76603 [  7562] By: jhi                                   on 2000/11/05  19:38:24
76604         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
76605      Branch: perl
76606            ! pp_ctl.c t/op/pos.t
76607 ____________________________________________________________________________
76608 [  7561] By: jhi                                   on 2000/11/05  18:21:46
76609         Log: Add =pod to be tidy.
76610      Branch: perl
76611            ! lib/Math/Complex.pm
76612 ____________________________________________________________________________
76613 [  7560] By: jhi                                   on 2000/11/05  17:38:46
76614         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
76615      Branch: perl
76616            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
76617            ! ext/Storable/Storable.xs t/lib/st-recurse.t
76618 ____________________________________________________________________________
76619 [  7559] By: jhi                                   on 2000/11/05  17:32:59
76620         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
76621              From: "Peter J. Farley III" <pjfarley@banet.net>
76622              Date: Sun, 05 Nov 2000 11:55:59 -0500
76623              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
76624      Branch: perl
76625            ! t/lib/syslog.t
76626 ____________________________________________________________________________
76627 [  7558] By: jhi                                   on 2000/11/05  17:29:19
76628         Log: Integrate perlio:
76629              
76630              [  7555]
76631              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
76632              open RDWR so does not fail. (pragma/warnings 303 again...)
76633              
76634              [  7554]
76635              Fix case where ungetc(f,EOF) was allowed.
76636              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
76637              so we can see similarities.
76638              Use types more carefully and a STDCHAR array in hope that this will
76639              fix Jarkko's 64bit machine.
76640      Branch: perl
76641           !> perlio.c
76642 ____________________________________________________________________________
76643 [  7557] By: jhi                                   on 2000/11/05  17:22:01
76644         Log: A fix of sorts for 20000329.026, a better error message
76645              for a missing "use charnames" when using the \N{...}. 
76646      Branch: perl
76647            ! pod/perldiag.pod toke.c
76648 ____________________________________________________________________________
76649 [  7556] By: jhi                                   on 2000/11/05  16:33:50
76650         Log: Test tweak: show also the failed locales.
76651              
76652              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
76653              From: Lupe Christoph <lupe@lupe-christoph.de>         
76654              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
76655              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
76656      Branch: perl
76657            ! t/pragma/locale.t
76658 ____________________________________________________________________________
76659 [  7555] By: nick                                  on 2000/11/05  11:09:34
76660         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
76661              open RDWR so does not fail. (pragma/warnings 303 again...)
76662      Branch: perlio
76663            ! perlio.c
76664 ____________________________________________________________________________
76665 [  7554] By: nick                                  on 2000/11/05  10:10:13
76666         Log: Fix case where ungetc(f,EOF) was allowed.
76667              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
76668              so we can see similarities.
76669              Use types more carefully and a STDCHAR array in hope that this will
76670              fix Jarkko's 64bit machine.
76671      Branch: perlio
76672            ! perlio.c
76673 ____________________________________________________________________________
76674 [  7553] By: jhi                                   on 2000/11/05  01:12:16
76675         Log: Fix for
76676              
76677              Subject: [ID 20001004.007] taint propogation is inconsistent
76678              From: pimlott@idiomtech.com (Andrew Pimlott) 
76679              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
76680              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
76681              
76682              The culprit was sv_setsv() which was rather blindly
76683              propagating taint, which lead to behaviour where if
76684              a tainted anon hash value was seen all the hash values
76685              from then on at that level became tainted, or at any
76686              upper levels in the case of nested anon hashes.
76687      Branch: perl
76688            ! sv.c t/op/taint.t
76689 ____________________________________________________________________________
76690 [  7552] By: jhi                                   on 2000/11/04  23:44:18
76691         Log: Some cpps don't like splitting conditionals across several lines.
76692      Branch: perl
76693            ! perlio.c
76694 ____________________________________________________________________________
76695 [  7551] By: nick                                  on 2000/11/04  23:40:44
76696         Log: Integrate mainline
76697      Branch: perlio
76698           !> pp_hot.c t/op/taint.t
76699 ____________________________________________________________________________
76700 [  7550] By: nick                                  on 2000/11/04  23:39:05
76701         Log: Integrate mainline again
76702      Branch: perlio
76703           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
76704           !> t/lib/b.t t/op/misc.t util.c
76705 ____________________________________________________________________________
76706 [  7549] By: jhi                                   on 2000/11/04  23:14:01
76707         Log: Fix for
76708              
76709              Subject: [ID 20001004.006] undef is never tainted
76710              From: pimlott@idiomtech.com (Andrew Pimlott)
76711              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
76712              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
76713              
76714              An undef read from a slurped file was not tainted.
76715      Branch: perl
76716            ! pp_hot.c t/op/taint.t
76717 ____________________________________________________________________________
76718 [  7548] By: jhi                                   on 2000/11/04  22:56:21
76719         Log: Test tweak ($Config{useperlio} is by default undef) .
76720      Branch: perl
76721            ! t/lib/b.t
76722 ____________________________________________________________________________
76723 [  7547] By: jhi                                   on 2000/11/04  22:43:56
76724         Log: Integrate perlio:
76725              
76726              [  7539]
76727              PerlIO infrastructure complete.
76728              
76729              [  7538]
76730              Type tweaks + less contorted allocation scheme
76731              
76732              [  7537]
76733              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
76734              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
76735              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
76736              sensible) which lead to some interesting fails.
76737              
76738              [  7535]
76739              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
76740              - Works on Linux with
76741              perlio + unix
76742              stdio
76743              - Works on Solaris with
76744              perlio + unix
76745              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
76746              - Fails (hangs in openpid) if you try and stack
76747              perlio + stdio - Linux stdio's read() logic is hanging.
76748              
76749              [  7492]
76750              Change files which are mysteriously different to mainline to be
76751              copies of mainline.
76752              
76753              [  7491]
76754              Perlio fixes discovered on big-endian & very traditional Solaris:
76755              - typo in endian code in putc.
76756              - Don't allow read of write-only files and vice-versa
76757              - and off-by-one in flush-all loop.
76758              Remove debug calls as they were using GCC specific features.
76759              
76760              [  7484]
76761              PerlIO passes all tests.
76762              
76763              [  7482]
76764              Include <unistd.h> to get correct lseek() prototype etc.
76765              (I thought perl.h did that) - down to two fails
76766              - comp/require.t (last test)
76767              - lib/io_xs.t - possibly import/export of FILE * ?
76768              
76769              [  7480]
76770              Fixed two bugs:
76771              - error code not being set on close (of broken pipe)
76772              - append mode was truncating.
76773              At least one seek/tell bug remains.
76774              
76775              [  7479]
76776              Prototype (stdio-like) PerlIO passing basic tests. Checked in
76777              in case of accidents. Still several worrying fails, no line disciplines yet.
76778      Branch: perl
76779           +> lib/perlio.pm
76780           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
76781           !> pod/perlapi.pod t/lib/b.t
76782 ____________________________________________________________________________
76783 [  7546] By: jhi                                   on 2000/11/04  22:40:59
76784         Log: Configure would use a bad $myuname from an old config.sh.
76785              
76786              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
76787              From: Andy Dougherty <doughera@lafayette.edu>
76788              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
76789              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
76790      Branch: metaconfig
76791            ! U/modified/Oldconfig.U
76792      Branch: perl
76793            ! Configure config_h.SH
76794 ____________________________________________________________________________
76795 [  7545] By: jhi                                   on 2000/11/04  22:36:54
76796         Log: Subject: Locales support (setlocale) fixes
76797              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76798              Date: Sat, 4 Nov 2000 10:15:48 +0300 
76799              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
76800              
76801              Modified quite a bit to be more portable.
76802      Branch: perl
76803            ! embed.h embed.pl perl.h proto.h util.c
76804 ____________________________________________________________________________
76805 [  7544] By: jhi                                   on 2000/11/04  22:32:47
76806         Log: Dying is too strict here, better just skip.
76807      Branch: perl
76808            ! t/op/misc.t
76809 ____________________________________________________________________________
76810 [  7543] By: nick                                  on 2000/11/04  21:55:13
76811         Log: Merge mainline
76812      Branch: perlio
76813           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
76814           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
76815           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
76816           !> (integrate 64 files)
76817 ____________________________________________________________________________
76818 [  7542] By: jhi                                   on 2000/11/04  21:09:28
76819         Log: More Changes tweakery.
76820      Branch: perl
76821            ! Changes Porting/genlog
76822 ____________________________________________________________________________
76823 [  7541] By: jhi                                   on 2000/11/04  20:58:18
76824         Log: Changes fixups.
76825      Branch: perl
76826            ! Changes
76827 ____________________________________________________________________________
76828 [  7540] By: jhi                                   on 2000/11/04  20:42:38
76829         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
76830              create a "fast path" for locale name probing using "locale -a"
76831              if available, squash finally hopefully the s?printf resetting
76832              the numeric locale (since, IIUC perllocale, it never shouldn't). 
76833      Branch: perl
76834            ! sv.c t/op/misc.t t/pragma/locale.t
76835 ____________________________________________________________________________
76836 [  7539] By: nick                                  on 2000/11/04  19:56:10
76837         Log: PerlIO infrastructure complete.
76838      Branch: perlio
76839            + lib/perlio.pm
76840            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
76841 ____________________________________________________________________________
76842 [  7538] By: nick                                  on 2000/11/04  14:31:32
76843         Log: Type tweaks + less contorted allocation scheme
76844      Branch: perlio
76845            ! perlio.c
76846 ____________________________________________________________________________
76847 [  7537] By: nick                                  on 2000/11/04  12:40:42
76848         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
76849              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
76850              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
76851              sensible) which lead to some interesting fails.
76852      Branch: perlio
76853            ! perlio.c
76854 ____________________________________________________________________________
76855 [  7536] By: jhi                                   on 2000/11/04  00:20:02
76856         Log: Add FCNTL_CAN_LOCK.
76857              
76858              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
76859              From: Andy Dougherty <doughera@lafayette.edu>
76860              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
76861              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
76862              
76863              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
76864              From: Andy Dougherty <doughera@lafayette.edu>
76865              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
76866              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
76867      Branch: metaconfig/U/perl
76868            + d_fcntl_can_lock.U
76869            ! startperl.U
76870      Branch: perl
76871            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76872            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
76873            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
76874            ! vos/config.ga.h win32/config.bc win32/config.gc
76875            ! win32/config.vc
76876 ____________________________________________________________________________
76877 [  7535] By: nick                                  on 2000/11/03  22:19:10
76878         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
76879              - Works on Linux with
76880              perlio + unix
76881              stdio
76882              - Works on Solaris with
76883              perlio + unix
76884              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
76885              - Fails (hangs in openpid) if you try and stack
76886              perlio + stdio - Linux stdio's read() logic is hanging.
76887      Branch: perlio
76888            ! iperlsys.h perlio.c
76889 ____________________________________________________________________________
76890 [  7534] By: jhi                                   on 2000/11/03  15:16:02
76891         Log: Subject: Re: README.aix
76892              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76893              Date: Fri, 03 Nov 2000 16:03:15 +0100
76894              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
76895      Branch: perl
76896            ! README.aix
76897 ____________________________________________________________________________
76898 [  7533] By: jhi                                   on 2000/11/03  03:59:02
76899         Log: Subject: [PATCH 5.7.0] better messages from malloc()
76900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76901              Date: Wed, 1 Nov 2000 23:39:56 -0500
76902              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
76903      Branch: perl
76904            ! malloc.c pod/perldiag.pod
76905 ____________________________________________________________________________
76906 [  7532] By: jhi                                   on 2000/11/03  00:11:56
76907         Log: The #7521 touched things it shouldn't have.
76908      Branch: perl
76909            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
76910 ____________________________________________________________________________
76911 [  7531] By: jhi                                   on 2000/11/02  22:32:33
76912         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
76913              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76914              Date:     Thu, 2 Nov 2000 16:58:36 EST
76915              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
76916      Branch: perl
76917            ! vms/gen_shrfls.pl
76918 ____________________________________________________________________________
76919 [  7530] By: jhi                                   on 2000/11/02  22:08:49
76920         Log: Fix the problem discussed in
76921              
76922              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
76923              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
76924              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
76925              
76926              originally from Linc Madison.  Also Andreas König's comments
76927              taken into account.  Some other problems with Tie::SubstrHash
76928              fixed: didn't croak when the table exceeded the requested number
76929              of entries (as documented) but instead when the number of entries
76930              exceeded the size of the table, a croak() had an unnecessary \n,
76931              didn't have a CLEAR method, documented that there is no exists().
76932              Didn't fix to be strict-proof because the module uses &foo; and
76933              dynamic scope.  Added a test script exercizing both first tamely 
76934              the basic functionality, and then the failure cases reported by
76935              Linc Madison.
76936      Branch: perl
76937            + t/lib/tie-substrhash.t
76938            ! MANIFEST lib/Tie/SubstrHash.pm
76939 ____________________________________________________________________________
76940 [  7529] By: jhi                                   on 2000/11/02  17:58:08
76941         Log: recv() can fail and return undef.
76942              
76943              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
76944              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
76945              Date: Thu, 2 Nov 2000 20:12:20 +0300
76946              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
76947      Branch: perl
76948            ! lib/Net/Ping.pm
76949 ____________________________________________________________________________
76950 [  7528] By: jhi                                   on 2000/11/02  17:49:09
76951         Log: Detpyo.
76952      Branch: perl
76953            ! pod/perlop.pod
76954 ____________________________________________________________________________
76955 [  7527] By: jhi                                   on 2000/11/02  15:48:37
76956         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
76957              fix a autovivification bug in Tie::RefHash, add tests for both.
76958              
76959              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
76960              From: Edward Avis <epa98@doc.ic.ac.uk>
76961              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
76962              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
76963      Branch: perl
76964            + t/lib/tie-refhash.t
76965            ! MANIFEST lib/Tie/RefHash.pm
76966 ____________________________________________________________________________
76967 [  7526] By: jhi                                   on 2000/11/02  13:56:26
76968         Log: Test::Harness revealed buglets in the new DynaLoader.
76969              
76970              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
76971              From: andreas.koenig@anima.de (Andreas J. Koenig)
76972              Date: 02 Nov 2000 11:26:48 +0100 
76973              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
76974      Branch: perl
76975            ! ext/DynaLoader/DynaLoader_pm.PL
76976 ____________________________________________________________________________
76977 [  7525] By: jhi                                   on 2000/11/01  23:52:08
76978         Log: The entry for #7503 was missing.
76979      Branch: perl
76980            ! Changes
76981 ____________________________________________________________________________
76982 [  7524] By: jhi                                   on 2000/11/01  23:40:52
76983         Log: Update Changes.
76984      Branch: perl
76985            ! Changes patchlevel.h
76986 ____________________________________________________________________________
76987 [  7523] By: jhi                                   on 2000/11/01  22:57:09
76988         Log: More tweaking on the #7522 theme.
76989      Branch: perl
76990            ! ext/DynaLoader/DynaLoader_pm.PL
76991 ____________________________________________________________________________
76992 [  7522] By: jhi                                   on 2000/11/01  22:06:15
76993         Log: Expand %Config variables and %ENV variables only if
76994              so requested during build time using the
76995              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
76996              Not expanding makes relocating distributions easier.
76997      Branch: perl
76998            ! ext/DynaLoader/DynaLoader_pm.PL
76999 ____________________________________________________________________________
77000 [  7521] By: jhi                                   on 2000/11/01  20:56:34
77001         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
77002              and setgid() because they were just changing $< and $( which means
77003              only changing the real uid/gid, as opposed to changing both
77004              real and effective ids.  (The alternative way could have been
77005              in POSIX.pm to change $> and $), too, but making a direct call
77006              to the C API feels cleaner.)  Fixes the bug
77007              
77008              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
77009              From: "Garry T. Williams" <garry@zvolve.com>
77010              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
77011              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
77012      Branch: perl
77013            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
77014            ! ext/POSIX/typemap pod/perlvar.pod
77015 ____________________________________________________________________________
77016 [  7520] By: jhi                                   on 2000/11/01  20:08:33
77017         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
77018              From: "Garry T. Williams" <garry@zvolve.com>
77019              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
77020              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
77021      Branch: perl
77022            ! pod/perlsec.pod
77023 ____________________________________________________________________________
77024 [  7519] By: jhi                                   on 2000/11/01  20:01:22
77025         Log: Locale warning explanation tweak.
77026      Branch: perl
77027            ! pod/perldiag.pod
77028 ____________________________________________________________________________
77029 [  7518] By: jhi                                   on 2000/11/01  18:57:13
77030         Log: C.pm part of
77031              
77032              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
77033              From: Jarkko Hietaniemi <jhi@iki.fi>
77034              Date: Tue, 10 Oct 2000 08:22:28 -0500
77035              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
77036      Branch: perl
77037            ! ext/B/B/C.pm
77038 ____________________________________________________________________________
77039 [  7517] By: jhi                                   on 2000/11/01  18:41:59
77040         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
77041              From: Martien Verbruggen <mgjv@comdyn.com.au>
77042              Date: Fri, 6 Oct 2000 14:09:10 +1100
77043              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
77044      Branch: perl
77045            ! pod/perlop.pod
77046 ____________________________________________________________________________
77047 [  7516] By: jhi                                   on 2000/11/01  18:34:55
77048         Log: Generalize the Camel wording.
77049              
77050              Subject: Re: perlfaq style changes
77051              From: John Borwick <jhborwic@unity.ncsu.edu>
77052              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
77053              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
77054      Branch: perl
77055            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
77056 ____________________________________________________________________________
77057 [  7515] By: jhi                                   on 2000/11/01  16:52:31
77058         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
77059              From: pimlott@idiomtech.com (Andrew Pimlott)
77060              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
77061              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
77062      Branch: perl
77063            ! pod/perlsec.pod
77064 ____________________________________________________________________________
77065 [  7514] By: jhi                                   on 2000/11/01  15:03:40
77066         Log: More AIX lore.
77067      Branch: perl
77068            ! ext/re/hints/aix.pl
77069 ____________________________________________________________________________
77070 [  7513] By: jhi                                   on 2000/11/01  14:48:30
77071         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
77072              From: root <root@chronos.fi.muni.cz>
77073              Date: Wed, 1 Nov 2000 12:31:32 +0100
77074              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
77075      Branch: perl
77076            ! lib/Net/Ping.pm
77077 ____________________________________________________________________________
77078 [  7512] By: jhi                                   on 2000/11/01  14:46:47
77079         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
77080              From: Martin Husemann <martin@duskware.de>
77081              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
77082              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
77083      Branch: perl
77084            ! regcomp.c
77085 ____________________________________________________________________________
77086 [  7511] By: jhi                                   on 2000/11/01  14:39:50
77087         Log: AUTHORS updates.
77088      Branch: perl
77089            ! AUTHORS
77090 ____________________________________________________________________________
77091 [  7510] By: jhi                                   on 2000/11/01  14:29:50
77092         Log: Subject: [PATCH] startperl to respect versiononly
77093              From: Robin Barker <rmb1@cise.npl.co.uk> 
77094              Date: Tue, 31 Oct 2000 16:29:36 GMT
77095              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
77096      Branch: metaconfig/U/perl
77097            ! startperl.U
77098      Branch: perl
77099            ! Configure config_h.SH
77100 ____________________________________________________________________________
77101 [  7509] By: jhi                                   on 2000/11/01  14:19:53
77102         Log: printf UVs the correct way, noticed by Robin Barker.
77103      Branch: perl
77104            ! utf8.c
77105 ____________________________________________________________________________
77106 [  7508] By: jhi                                   on 2000/11/01  14:10:03
77107         Log: Do not cleanup *% because the % has special meanings in some
77108              shell environments.
77109      Branch: perl
77110            ! ext/Storable/Makefile.PL
77111 ____________________________________________________________________________
77112 [  7507] By: jhi                                   on 2000/11/01  14:06:00
77113         Log: The NonStop-UX libraries have a novel way to say NaN.
77114      Branch: perl
77115            ! t/lib/bigfltpm.t
77116 ____________________________________________________________________________
77117 [  7506] By: jhi                                   on 2000/11/01  14:03:35
77118         Log: The osname has been lowercased by now, from Tom Bates.
77119      Branch: metaconfig
77120            ! U/modified/Oldconfig.U
77121      Branch: perl
77122            ! Configure config_h.SH
77123 ____________________________________________________________________________
77124 [  7505] By: jhi                                   on 2000/10/31  19:18:39
77125         Log: The compiler is either gcc or cc, from Tom Bates.
77126      Branch: perl
77127            ! hints/nonstopux.sh
77128 ____________________________________________________________________________
77129 [  7504] By: jhi                                   on 2000/10/31  14:53:42
77130         Log: Update Changes.
77131      Branch: perl
77132            ! Changes patchlevel.h
77133 ____________________________________________________________________________
77134 [  7503] By: jhi                                   on 2000/10/31  14:30:50
77135         Log: Whitespace style tweak.  Was originally going to see to
77136              
77137              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
77138              From: Joe Smith <jms@inwap.com>
77139              Date: Mon, 30 Oct 2000 18:47:57 -0800
77140              Message-Id: <39FE32DD.24AAC4D@inwap.com>
77141              
77142              but that had already been taken care of.
77143      Branch: metaconfig
77144            ! U/compline/d_stdstdio.U
77145      Branch: perl
77146            ! Configure config_h.SH
77147 ____________________________________________________________________________
77148 [  7502] By: jhi                                   on 2000/10/31  14:25:02
77149         Log: AUTHORS tweaks.
77150      Branch: perl
77151            ! AUTHORS
77152 ____________________________________________________________________________
77153 [  7501] By: jhi                                   on 2000/10/31  14:23:59
77154         Log: Subject: perlfaq style changes
77155              From: John Borwick <jhborwic@unity.ncsu.edu>
77156              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
77157              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
77158      Branch: perl
77159            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
77160            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
77161            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
77162            ! pod/perlfaq9.pod
77163 ____________________________________________________________________________
77164 [  7500] By: jhi                                   on 2000/10/31  14:22:15
77165         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
77166              
77167              Subject: Re: [ID 20000918.005] ~ on wide chars
77168              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77169              Date: Mon, 30 Oct 2000 21:09:55 -0800
77170              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
77171              
77172              (The ord() part of the patch skipped.)
77173      Branch: perl
77174            ! doop.c
77175 ____________________________________________________________________________
77176 [  7499] By: jhi                                   on 2000/10/31  14:20:08
77177         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
77178              From: Jens Hamisch <jens@Strawberry.COM>
77179              Date: Mon, 30 Oct 2000 15:17:07 +0100
77180              Message-Id: <20001030151707.A9597@Strawberry.COM>
77181      Branch: perl
77182            ! av.c
77183 ____________________________________________________________________________
77184 [  7498] By: jhi                                   on 2000/10/31  14:16:29
77185         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
77186              From: Peter Prymmer <pvhp@forte.com>
77187              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
77188              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
77189      Branch: perl
77190            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
77191            + ext/Encode/Encode/posix-bc.enc
77192            ! MANIFEST t/lib/encode.t
77193 ____________________________________________________________________________
77194 [  7497] By: jhi                                   on 2000/10/31  14:13:22
77195         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
77196              From: Peter Prymmer <pvhp@forte.com>
77197              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
77198              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
77199      Branch: perl
77200            ! t/lib/cgi-html.t
77201 ____________________________________________________________________________
77202 [  7496] By: jhi                                   on 2000/10/31  14:12:05
77203         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
77204              From: Peter Prymmer <pvhp@forte.com>
77205              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
77206              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
77207      Branch: perl
77208            ! t/lib/cgi-function.t
77209 ____________________________________________________________________________
77210 [  7495] By: jhi                                   on 2000/10/31  14:11:08
77211         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
77212              From: Peter Prymmer <pvhp@forte.com>
77213              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
77214              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
77215      Branch: perl
77216            + ext/re/hints/aix.pl
77217            ! MANIFEST ext/re/Makefile.PL
77218 ____________________________________________________________________________
77219 [  7494] By: jhi                                   on 2000/10/31  14:08:32
77220         Log: Use Errno magic.
77221              
77222              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
77223              From: Casey Tweten <perl@ctweten.amsite.com>
77224              Date: Mon, 30 Oct 2000 15:51:17 -0500
77225              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
77226      Branch: perl
77227            ! lib/File/Temp.pm
77228 ____________________________________________________________________________
77229 [  7493] By: jhi                                   on 2000/10/31  14:05:07
77230         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
77231              
77232              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
77233              From: Nicholas Clark <nick@ccl4.org>
77234              Date: Mon, 30 Oct 2000 17:38:45 +0000
77235              Message-ID: <20001030173845.O60355@plum.flirble.org>
77236      Branch: perl
77237            ! Makefile.SH utils/perlbug.PL
77238 ____________________________________________________________________________
77239 [  7492] By: nick                                  on 2000/10/30  19:37:23
77240         Log: Change files which are mysteriously different to mainline to be
77241              copies of mainline.
77242      Branch: perlio
77243            ! objXSUB.h perlapi.c pod/perlapi.pod
77244 ____________________________________________________________________________
77245 [  7491] By: nick                                  on 2000/10/30  18:05:54
77246         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
77247              - typo in endian code in putc.
77248              - Don't allow read of write-only files and vice-versa
77249              - and off-by-one in flush-all loop.
77250              Remove debug calls as they were using GCC specific features.
77251      Branch: perlio
77252            ! perlio.c
77253 ____________________________________________________________________________
77254 [  7490] By: nick                                  on 2000/10/29  21:45:45
77255         Log: Integrate mainline to perlio
77256      Branch: perlio
77257           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
77258           !> toke.c
77259 ____________________________________________________________________________
77260 [  7489] By: jhi                                   on 2000/10/29  21:11:08
77261         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
77262              From: andreas.koenig@anima.de (Andreas J. Koenig)
77263              Date: 29 Oct 2000 22:05:59 +0100
77264              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
77265      Branch: perl
77266            ! lib/ExtUtils/Manifest.pm
77267 ____________________________________________________________________________
77268 [  7488] By: jhi                                   on 2000/10/29  21:07:47
77269         Log: Tests for #7487.
77270              
77271              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
77272              From: andreas.koenig@anima.de (Andreas J. Koenig)
77273              Date: 29 Oct 2000 19:37:09 +0100
77274              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
77275      Branch: perl
77276            ! t/comp/proto.t
77277 ____________________________________________________________________________
77278 [  7487] By: jhi                                   on 2000/10/29  21:06:27
77279         Log: constsub spillage.
77280              
77281              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
77282              From: John Tobey <jtobey@john-edwin-tobey.org>
77283              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
77284              Message-Id: <m13pvSr-000FObC@feynman.localnet>
77285      Branch: perl
77286            ! op.c
77287 ____________________________________________________________________________
77288 [  7486] By: nick                                  on 2000/10/29  21:05:04
77289         Log: Integrate mainline to perlio branch
77290      Branch: perlio
77291           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
77292           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
77293           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
77294           +> vos/install_perl.cm
77295            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
77296            - vos/config.h vos/config_h.SH_orig
77297           !> (integrate 141 files)
77298 ____________________________________________________________________________
77299 [  7485] By: jhi                                   on 2000/10/29  21:00:47
77300         Log: Make \x{...} consistently produce UTF-8.
77301              
77302              Subject: Re: \x{...} is confused 
77303              From: Simon Cozens <simon@cozens.net>
77304              Date: Sun, 29 Oct 2000 19:36:48 +0000
77305              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
77306      Branch: perl
77307            ! t/pragma/utf8.t toke.c
77308 ____________________________________________________________________________
77309 [  7484] By: nick                                  on 2000/10/29  20:05:29
77310         Log: PerlIO passes all tests.
77311      Branch: perlio
77312            ! perlio.c
77313 ____________________________________________________________________________
77314 [  7483] By: jhi                                   on 2000/10/29  18:06:55
77315         Log: Update Changes.
77316      Branch: perl
77317            ! Changes patchlevel.h
77318 ____________________________________________________________________________
77319 [  7482] By: nick                                  on 2000/10/29  17:43:28
77320         Log: Include <unistd.h> to get correct lseek() prototype etc.
77321              (I thought perl.h did that) - down to two fails
77322              - comp/require.t (last test)
77323              - lib/io_xs.t - possibly import/export of FILE * ?
77324      Branch: perlio
77325            ! perlio.c
77326 ____________________________________________________________________________
77327 [  7481] By: jhi                                   on 2000/10/29  17:02:37
77328         Log: UTF-8 decoder tweak.
77329      Branch: perl
77330            ! utf8.c
77331 ____________________________________________________________________________
77332 [  7480] By: nick                                  on 2000/10/29  16:26:11
77333         Log: Fixed two bugs:
77334              - error code not being set on close (of broken pipe)
77335              - append mode was truncating.
77336              At least one seek/tell bug remains.
77337      Branch: perlio
77338            ! perlio.c
77339 ____________________________________________________________________________
77340 [  7479] By: nick                                  on 2000/10/29  11:18:16
77341         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
77342              in case of accidents. Still several worrying fails, no line disciplines yet.
77343      Branch: perlio
77344            ! iperlsys.h perlio.c
77345 ____________________________________________________________________________
77346 [  7478] By: jhi                                   on 2000/10/29  02:04:01
77347         Log: Add also emailless people.
77348      Branch: perl
77349            ! AUTHORS
77350 ____________________________________________________________________________
77351 [  7477] By: jhi                                   on 2000/10/29  01:36:00
77352         Log: The #7476 needs a MANIFEST change, too.
77353      Branch: perl
77354            ! MANIFEST
77355 ____________________________________________________________________________
77356 [  7476] By: jhi                                   on 2000/10/29  01:35:21
77357         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
77358      Branch: perl
77359            - MAINTAIN
77360            ! AUTHORS Changes
77361 ____________________________________________________________________________
77362 [  7475] By: jhi                                   on 2000/10/28  23:57:25
77363         Log: De-quoted-unreadable to ISO Latin 1.
77364              (There's one ISO-2022-JP name in Changes5.004.)
77365      Branch: perl
77366            ! Changes Changes5.6
77367 ____________________________________________________________________________
77368 [  7474] By: jhi                                   on 2000/10/28  19:13:06
77369         Log: Subject: [ID 20001027.007] uniq array in perlfaq
77370              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
77371              Date: Fri, 27 Oct 2000 19:28:30 +0200
77372              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
77373      Branch: perl
77374            ! pod/perlfaq4.pod
77375 ____________________________________________________________________________
77376 [  7473] By: jhi                                   on 2000/10/28  18:02:05
77377         Log: Locking null mutexes is not recommendable.
77378              
77379              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
77380              From: Hugo <hv@crypt.compulink.co.uk>
77381              Date: Sat, 28 Oct 2000 18:41:12 +0100
77382              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
77383      Branch: perl
77384            ! op.c
77385 ____________________________________________________________________________
77386 [  7472] By: jhi                                   on 2000/10/28  17:52:58
77387         Log: Better create a true mailing list for the repository keepers.
77388      Branch: perl
77389            ! Porting/repository.pod
77390 ____________________________________________________________________________
77391 [  7471] By: jhi                                   on 2000/10/28  17:28:24
77392         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
77393              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
77394      Branch: perl
77395            + Porting/repository.pod
77396            ! MANIFEST
77397 ____________________________________________________________________________
77398 [  7470] By: jhi                                   on 2000/10/28  17:20:54
77399         Log: Subject: DOC PATCH 5.6.0
77400              From: mjd@plover.com
77401              Date: 27 Oct 2000 17:32:44 -0000
77402              Message-ID: <20001027173244.23754.qmail@plover.com>
77403      Branch: perl
77404            ! pod/perlfunc.pod
77405 ____________________________________________________________________________
77406 [  7469] By: jhi                                   on 2000/10/28  17:16:45
77407         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
77408              From: "Peter J. Farley III" <pjfarley@banet.net>
77409              Date: Fri, 27 Oct 2000 20:32:56 -0400
77410              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
77411      Branch: perl
77412            ! README.dos
77413 ____________________________________________________________________________
77414 [  7468] By: jhi                                   on 2000/10/28  17:07:18
77415         Log: Make target reordering to avoid pointless re-makes.
77416              
77417              Subject: Re: Total re-make of 'make okfile' after 7451 ?
77418              From: Nicholas Clark <nick@ccl4.org>
77419              Date: Sat, 28 Oct 2000 00:31:02 +0100
77420              Message-ID: <20001028003101.A54517@plum.flirble.org>
77421      Branch: perl
77422            ! Makefile.SH
77423 ____________________________________________________________________________
77424 [  7467] By: jhi                                   on 2000/10/28  17:05:31
77425         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
77426              From: lvirden@cas.org
77427              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
77428              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
77429      Branch: perl
77430            ! README.os2
77431 ____________________________________________________________________________
77432 [  7466] By: jhi                                   on 2000/10/28  16:09:16
77433         Log: Upgrade to CPAN 1.58_55.
77434              
77435              Subject: CPAN.pm status
77436              From: andreas.koenig@anima.de (Andreas J. Koenig) 
77437              Date: 28 Oct 2000 08:18:00 +0200 
77438              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
77439      Branch: perl
77440            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77441 ____________________________________________________________________________
77442 [  7465] By: jhi                                   on 2000/10/28  16:02:47
77443         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
77444      Branch: perl
77445            ! embed.h embed.pl perl.h proto.h toke.c
77446 ____________________________________________________________________________
77447 [  7464] By: nick                                  on 2000/10/28  10:43:44
77448         Log: Fix for sv_2iv() on "shared" value from keys %hash.
77449      Branch: perl
77450            ! sv.c
77451 ____________________________________________________________________________
77452 [  7463] By: jhi                                   on 2000/10/27  16:18:29
77453         Log: Update Changes.
77454      Branch: perl
77455            ! Changes patchlevel.h
77456 ____________________________________________________________________________
77457 [  7462] By: jhi                                   on 2000/10/27  16:17:44
77458         Log: Too enthusiastic editing in #7460.
77459      Branch: metaconfig
77460            ! U/modified/Oldsym.U
77461      Branch: perl
77462            ! Configure config_h.SH
77463 ____________________________________________________________________________
77464 [  7461] By: jhi                                   on 2000/10/27  15:37:38
77465         Log: Retract #7459, the script needs more work.
77466      Branch: perl
77467            - mkreef
77468            ! MANIFEST
77469 ____________________________________________________________________________
77470 [  7460] By: jhi                                   on 2000/10/27  15:23:14
77471         Log: Use $sort, $uniq (and $tr) consistently as wondered
77472              by Nicholas Clark.
77473      Branch: metaconfig
77474            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
77475            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
77476            ! U/modified/libc.U
77477      Branch: perl
77478            ! Configure config_h.SH
77479 ____________________________________________________________________________
77480 [  7459] By: jhi                                   on 2000/10/27  15:02:07
77481         Log: (Retracted by #7461)
77482              
77483              Add a shell script for creating/removing symbolic link farms,
77484              useful for keeping the source code read-only and doing the
77485              builds somewhere else.
77486      Branch: perl
77487            + mkreef
77488            ! MANIFEST
77489 ____________________________________________________________________________
77490 [  7458] By: jhi                                   on 2000/10/27  14:42:20
77491         Log: Do away with the fix_pl.
77492      Branch: perl
77493            - fix_pl
77494            ! MANIFEST Makefile.SH
77495 ____________________________________________________________________________
77496 [  7457] By: jhi                                   on 2000/10/27  12:43:13
77497         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
77498              From: Jens Hamisch <jens@Strawberry.COM>
77499              Date: Fri, 27 Oct 2000 14:38:21 +0200
77500              Message-Id: <20001027143821.B3366@Strawberry.COM>
77501      Branch: perl
77502            ! perl.h
77503 ____________________________________________________________________________
77504 [  7456] By: jhi                                   on 2000/10/27  12:33:42
77505         Log: Subject: [PATCH] todo
77506              From: Nicholas Clark <nick@ccl4.org>
77507              Date: Thu, 26 Oct 2000 22:32:29 +0100
77508              Message-ID: <20001026223229.A44540@plum.flirble.org>
77509      Branch: perl
77510            ! pod/perltodo.pod
77511 ____________________________________________________________________________
77512 [  7455] By: jhi                                   on 2000/10/27  12:02:21
77513         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
77514              From: John Tobey <jtobey@john-edwin-tobey.org>
77515              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
77516              Message-Id: <m13ozHF-000FObC@feynman.localnet>
77517      Branch: perl
77518            ! op.c t/pragma/sub_lval.t
77519 ____________________________________________________________________________
77520 [  7454] By: jhi                                   on 2000/10/27  11:59:42
77521         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
77522              From: sthoenna@efn.org
77523              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
77524              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
77525      Branch: perl
77526            ! pp.c t/op/assignwarn.t
77527 ____________________________________________________________________________
77528 [  7453] By: jhi                                   on 2000/10/27  00:15:08
77529         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
77530      Branch: perl
77531            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
77532            ! ext/Storable/Storable.xs t/lib/st-lock.t
77533 ____________________________________________________________________________
77534 [  7452] By: jhi                                   on 2000/10/26  13:05:52
77535         Log: Undo #7451, this seems to be a deficiency in Perforce,
77536              there is no per-file line-terminator type, only per-client.
77537      Branch: perl
77538            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
77539            ! win32/makefile.mk
77540 ____________________________________________________________________________
77541 [  7451] By: jhi                                   on 2000/10/26  04:56:03
77542         Log: Experimenting in DOS arcana.
77543      Branch: perl
77544            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
77545            ! win32/makefile.mk
77546 ____________________________________________________________________________
77547 [  7450] By: jhi                                   on 2000/10/26  04:50:52
77548         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
77549              From: "Peter J. Farley III" <pjfarley@banet.net>            
77550              Date: Wed, 25 Oct 2000 23:10:18 -0400
77551              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
77552      Branch: perl
77553            ! t/io/open.t
77554 ____________________________________________________________________________
77555 [  7449] By: jhi                                   on 2000/10/26  04:49:16
77556         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
77557              From: Hugo <hv@crypt.compulink.co.uk>
77558              Date: Thu, 26 Oct 2000 01:55:17 +0100
77559              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
77560              
77561              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
77562      Branch: perl
77563            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
77564 ____________________________________________________________________________
77565 [  7448] By: jhi                                   on 2000/10/26  04:38:36
77566         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
77567              From: Peter Prymmer <pvhp@forte.com>
77568              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
77569              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
77570      Branch: perl
77571            ! configure.com
77572 ____________________________________________________________________________
77573 [  7447] By: jhi                                   on 2000/10/25  23:20:02
77574         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
77575              in platforms that strictly require all the symbols being present
77576              at link time.
77577      Branch: perl
77578            ! handy.h
77579 ____________________________________________________________________________
77580 [  7446] By: jhi                                   on 2000/10/25  21:55:57
77581         Log: Update Changes.
77582      Branch: perl
77583            ! Changes patchlevel.h
77584 ____________________________________________________________________________
77585 [  7445] By: jhi                                   on 2000/10/25  21:27:08
77586         Log: Integrate with vmsperl #7430 by Charles Bailey:
77587              
77588              Cleanup from prior patch (Charles Lane?):
77589              - improve handling of MFDs in Basename and Path
77590              - default to no xsubpp line # munging when building debug images
77591      Branch: perl
77592           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
77593 ____________________________________________________________________________
77594 [  7444] By: jhi                                   on 2000/10/25  21:03:50
77595         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
77596              From: John Peacock <JPeacock@UnivPress.com>
77597              Date: Thu, 18 May 2000 11:55:27 -0400
77598              Message-ID: <3924126F.A58BE57A@UnivPress.com>
77599      Branch: perl
77600            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
77601            ! t/op/write.t
77602 ____________________________________________________________________________
77603 [  7443] By: jhi                                   on 2000/10/25  20:43:10
77604         Log: Temporary stopgap for the self-tying issue: for now only
77605              array and hash self-ties are verboten.  The real fix, of
77606              course, would be to comprehensively test (and implement?)
77607              and debug (and document) self-ties.
77608      Branch: perl
77609            ! pod/perldiag.pod pp_sys.c t/op/tie.t
77610 ____________________________________________________________________________
77611 [  7442] By: jhi                                   on 2000/10/25  20:14:30
77612         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
77613              From: Dan Sugalski <dan@sidhe.org>
77614              Date: Wed, 25 Oct 2000 13:36:35 -0400
77615              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
77616              
77617              plus regen global.sym.
77618      Branch: perl
77619            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
77620            ! thrdvar.h util.c
77621 ____________________________________________________________________________
77622 [  7441] By: jhi                                   on 2000/10/25  20:12:20
77623         Log: buildtoc target tweaks.
77624      Branch: perl
77625            ! pod/Makefile.SH
77626 ____________________________________________________________________________
77627 [  7440] By: jhi                                   on 2000/10/25  20:03:53
77628         Log: A new version of making the syslog test more robust.
77629              (Replaces #7421.)
77630              
77631              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
77632              From: "Kurt D. Starsinic" <kstar@chapin.edu>
77633              Date: Wed, 25 Oct 2000 12:13:54 -0400
77634              Message-ID: <20001025121354.B2264@O2.chapin.edu>
77635      Branch: perl
77636            ! t/lib/syslog.t
77637 ____________________________________________________________________________
77638 [  7439] By: jhi                                   on 2000/10/25  20:00:48
77639         Log: Continue the internal UTF-8 API tweaking.
77640              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
77641              used much more than the simpler API, now called utf8_to_uv_simple().
77642              Still not quite happy with API, too much partial duplication
77643              of functionality.
77644      Branch: perl
77645            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
77646            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
77647            ! regcomp.c regexec.c sv.c toke.c utf8.c
77648 ____________________________________________________________________________
77649 [  7438] By: jhi                                   on 2000/10/25  18:52:30
77650         Log: Allow poking holes at the UTF-8 decoding strictness.
77651      Branch: perl
77652            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
77653            ! utf8.h
77654 ____________________________________________________________________________
77655 [  7437] By: jhi                                   on 2000/10/25  13:53:05
77656         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
77657              UTF8LEN() and UTF8SKIP(). 
77658      Branch: perl
77659            ! pp.c utf8.c utf8.h
77660 ____________________________________________________________________________
77661 [  7436] By: jhi                                   on 2000/10/25  13:51:37
77662         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
77663              From: Nicholas Clark <nick@ccl4.org>
77664              Date: Wed, 25 Oct 2000 14:44:05 +0100
77665              Message-ID: <20001025144404.D27253@plum.flirble.org>
77666      Branch: perl
77667            ! pod/perlrun.pod
77668 ____________________________________________________________________________
77669 [  7435] By: jhi                                   on 2000/10/25  13:49:32
77670         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
77671              From: Mike Guy <mjtg@cam.ac.uk>
77672              Date: Tue, 24 Oct 2000 14:59:40 +0100
77673              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
77674      Branch: perl
77675            ! scope.c
77676 ____________________________________________________________________________
77677 [  7434] By: jhi                                   on 2000/10/25  13:48:41
77678         Log: AIX is picky about its symbol exports.  Solution for now
77679              is to include the deb.o explicitly to the re extension build.
77680              
77681              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
77682              From: Peter Prymmer <pvhp@forte.com>
77683              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
77684              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
77685      Branch: perl
77686            ! ext/re/Makefile.PL hints/aix.sh
77687 ____________________________________________________________________________
77688 [  7433] By: jhi                                   on 2000/10/25  13:46:49
77689         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
77690              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77691              Date: Wed, 25 Oct 2000 12:02:20 +0200
77692              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
77693      Branch: perl
77694            ! perlsdio.h
77695 ____________________________________________________________________________
77696 [  7432] By: jhi                                   on 2000/10/25  13:44:28
77697         Log: Subject: Minor update to find2perl, for portability
77698              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
77699              Date: Wed, 25 Oct 2000 12:05:47 +0100
77700              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
77701      Branch: perl
77702            ! x2p/find2perl.PL
77703 ____________________________________________________________________________
77704 [  7431] By: jhi                                   on 2000/10/25  13:40:39
77705         Log: Add targets to Makefile.SH, most importantly
77706              'regen_all' which also remembers to update vms/perly*.
77707      Branch: perl
77708            ! Makefile.SH
77709 ____________________________________________________________________________
77710 [  7430] By: bailey                                on 2000/10/25  03:13:53
77711         Log: Cleanup from prior patch (Charles Lane?):
77712              - improve handling of MFDs in Basename and Path
77713              - default to no xsubpp line # munging when building debug images
77714      Branch: vmsperl
77715            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
77716 ____________________________________________________________________________
77717 [  7429] By: jhi                                   on 2000/10/24  20:03:40
77718         Log: Podify README.epoc and README.vos.
77719      Branch: perl
77720            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
77721            ! pod/perlport.pod pod/perltoc.pod
77722 ____________________________________________________________________________
77723 [  7428] By: jhi                                   on 2000/10/24  19:10:33
77724         Log: Stratus VOS updates from Paul Green.
77725      Branch: perl
77726            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77727            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
77728            - vos/config.def vos/config.h vos/config_h.SH_orig
77729            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
77730            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
77731 ____________________________________________________________________________
77732 [  7427] By: jhi                                   on 2000/10/24  18:59:48
77733         Log: Check if stdio supports tweaking lval and cnt simultaneously.
77734              
77735              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
77736              From: Nicholas Clark <nick@ccl4.org>
77737              Date: Mon, 23 Oct 2000 15:39:32 +0100
77738              Message-ID: <20001023153932.A10786@plum.flirble.org>
77739      Branch: metaconfig
77740            ! U/compline/d_stdstdio.U
77741      Branch: perl
77742            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77743            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
77744            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
77745            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
77746            ! vos/config.h vos/config_h.SH_orig win32/config.bc
77747            ! win32/config.gc win32/config.vc
77748 ____________________________________________________________________________
77749 [  7426] By: jhi                                   on 2000/10/24  17:57:44
77750         Log: Missed the header file changes from #7425.
77751      Branch: perl
77752            ! embed.h embed.pl objXSUB.h proto.h
77753 ____________________________________________________________________________
77754 [  7425] By: jhi                                   on 2000/10/24  17:55:17
77755         Log: Fix the bug reported in
77756              
77757              From: andreas.koenig@anima.de (Andreas J. Koenig)
77758              Subject: Encode bug?
77759              Date: 24 Oct 2000 14:01:26 +0200 
77760              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
77761              
77762              Also make is_utf8_char() stricter.
77763      Branch: perl
77764            ! ext/Encode/Encode.xs utf8.c
77765 ____________________________________________________________________________
77766 [  7424] By: jhi                                   on 2000/10/24  15:15:39
77767         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
77768              From: Peter Scott <Peter@PSDT.com>
77769              Date: Mon, 23 Oct 2000 19:46:01 -0700
77770              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
77771      Branch: perl
77772            ! pod/perlfaq5.pod
77773 ____________________________________________________________________________
77774 [  7423] By: jhi                                   on 2000/10/24  14:25:30
77775         Log: Test tweak to avoid pulling in the whole Config.
77776      Branch: perl
77777            ! t/lib/st-lock.t
77778 ____________________________________________________________________________
77779 [  7422] By: jhi                                   on 2000/10/24  14:03:16
77780         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
77781      Branch: perl
77782            ! pp.c
77783 ____________________________________________________________________________
77784 [  7421] By: jhi                                   on 2000/10/24  13:32:09
77785         Log: (Replaced by #7440.)
77786              
77787              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
77788              From: "Kurt D. Starsinic" <kstar@chapin.edu>
77789              Date: Mon, 23 Oct 2000 16:40:54 -0400
77790              Message-ID: <20001023164054.B14491@O2.chapin.edu>
77791      Branch: perl
77792            ! t/lib/syslog.t
77793 ____________________________________________________________________________
77794 [  7420] By: jhi                                   on 2000/10/24  13:30:53
77795         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
77796              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77797              Date: Mon, 23 Oct 2000 17:29:03 -0400
77798              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
77799      Branch: perl
77800            ! lib/ExtUtils/MM_Unix.pm
77801 ____________________________________________________________________________
77802 [  7419] By: jhi                                   on 2000/10/24  13:29:57
77803         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
77804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77805              Date: Mon, 23 Oct 2000 19:01:32 -0400
77806              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
77807      Branch: perl
77808            ! utils/h2xs.PL
77809 ____________________________________________________________________________
77810 [  7418] By: jhi                                   on 2000/10/24  13:26:04
77811         Log: Replace #7409 with
77812              
77813              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
77814              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
77815              Date: Mon, 23 Oct 2000 20:08:56 +0200
77816              Message-ID: <20001023200855.A14850@nice.ram.loc>
77817      Branch: perl
77818            ! ext/Storable/Storable.pm t/lib/st-lock.t
77819 ____________________________________________________________________________
77820 [  7417] By: jhi                                   on 2000/10/24  13:17:52
77821         Log: Run vms/vms_yfix.pl, should have done that after changing
77822              perly.c in #7382.
77823      Branch: perl
77824            ! vms/perly_c.vms vms/perly_h.vms
77825 ____________________________________________________________________________
77826 [  7416] By: jhi                                   on 2000/10/24  02:55:33
77827         Log: Make the UTF-8 decoding stricter and more verbose when
77828              malformation happens.  This involved adding an argument
77829              to utf8_to_uv_chk(), which involved changing its prototype,
77830              and prefer STRLEN over I32 for the UTF-8 length, which as
77831              a domino effect necessitated changing the prototypes of
77832              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
77833              The stricter UTF-8 decoding checking uses Markus Kuhn's
77834              UTF-8 Decode Stress Tester from
77835              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
77836      Branch: perl
77837            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
77838            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
77839            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
77840            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
77841 ____________________________________________________________________________
77842 [  7415] By: jhi                                   on 2000/10/23  14:06:06
77843         Log: Update Changes.
77844      Branch: perl
77845            ! Changes patchlevel.h
77846 ____________________________________________________________________________
77847 [  7414] By: jhi                                   on 2000/10/23  12:39:52
77848         Log: Undo the basename() part of #7412 since the lib/basename
77849              tests would need upgrading too.
77850      Branch: perl
77851            ! lib/File/Basename.pm
77852 ____________________________________________________________________________
77853 [  7413] By: jhi                                   on 2000/10/23  12:19:27
77854         Log: Document PERL_INSTALL_ROOT of #7210.
77855      Branch: perl
77856            ! lib/ExtUtils/Install.pm
77857 ____________________________________________________________________________
77858 [  7412] By: jhi                                   on 2000/10/23  12:16:47
77859         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
77860      Branch: perl
77861            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
77862            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
77863 ____________________________________________________________________________
77864 [  7411] By: jhi                                   on 2000/10/23  12:07:41
77865         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
77866              From: Prymmer/Kahn <pvhp@best.com>
77867              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
77868              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
77869      Branch: perl
77870            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
77871 ____________________________________________________________________________
77872 [  7410] By: jhi                                   on 2000/10/23  04:10:11
77873         Log: The change #7187 was not so good on VMS.
77874              
77875              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
77876              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77877              Date: Sun, 22 Oct 2000 23:03:08 -0500
77878              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
77879      Branch: perl
77880            ! utils/perldoc.PL
77881 ____________________________________________________________________________
77882 [  7409] By: jhi                                   on 2000/10/23  03:57:36
77883         Log: Avoid Storable locking on DJGPP for now.
77884              
77885              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
77886              From: "Peter J. Farley III" <pjfarley@banet.net>
77887              Date: Sun, 22 Oct 2000 20:00:00 -0400
77888              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
77889      Branch: perl
77890            ! ext/Storable/Storable.pm t/lib/st-lock.t
77891 ____________________________________________________________________________
77892 [  7408] By: jhi                                   on 2000/10/23  03:50:24
77893         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
77894              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
77895              Date: Sun, 22 Oct 2000 21:12:22 -0400
77896              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
77897      Branch: perl
77898            ! lib/vars.pm
77899 ____________________________________________________________________________
77900 [  7407] By: jhi                                   on 2000/10/23  03:43:12
77901         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
77902              From: Hugo <hv@crypt.compulink.co.uk>
77903              Date: Mon, 23 Oct 2000 00:47:22 +0100
77904              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
77905      Branch: perl
77906            ! regexec.c t/op/pat.t
77907 ____________________________________________________________________________
77908 [  7406] By: jhi                                   on 2000/10/23  03:40:29
77909         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
77910      Branch: perl
77911            ! lib/ExtUtils/MakeMaker.pm
77912 ____________________________________________________________________________
77913 [  7405] By: jhi                                   on 2000/10/22  21:32:00
77914         Log: Doc patch.
77915              
77916              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
77917              From: rspier@pobox.com (Robert Spier)
77918              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
77919              Message-ID: <14835.16112.13457.447971@rls.cx>
77920      Branch: perl
77921            ! lib/strict.pm
77922 ____________________________________________________________________________
77923 [  7404] By: jhi                                   on 2000/10/22  21:30:51
77924         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
77925              From: rspier@pobox.com (Robert Spier)
77926              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
77927              Message-ID: <14835.17223.72448.705566@rls.cx>
77928      Branch: perl
77929            ! lib/ExtUtils/MakeMaker.pm
77930 ____________________________________________________________________________
77931 [  7403] By: jhi                                   on 2000/10/22  21:24:11
77932         Log: Subject: [PATCH bleadperl] ripples from constsub patch
77933              From: John Tobey <jtobey@john-edwin-tobey.org>
77934              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
77935              Message-Id: <m13nSOB-000FObC@feynman.localnet>
77936      Branch: perl
77937            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
77938 ____________________________________________________________________________
77939 [  7402] By: jhi                                   on 2000/10/22  20:59:35
77940         Log: Support s?printf parameter reordering.
77941      Branch: perl
77942            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
77943 ____________________________________________________________________________
77944 [  7401] By: jhi                                   on 2000/10/22  19:19:14
77945         Log: Expand %Config variables only if explicitly so requested
77946              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
77947              
77948              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
77949              From: Gurusamy Sarathy <gsar@ActiveState.com>
77950              Date: Sun, 22 Oct 2000 11:47:32 -0700
77951              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
77952      Branch: perl
77953            ! Makefile.SH lib/lib_pm.PL
77954 ____________________________________________________________________________
77955 [  7400] By: jhi                                   on 2000/10/22  18:24:10
77956         Log: Move the #7390 test from warn/op to comp/redef.
77957              
77958              Subject: Re: Creating const subs for constants.
77959              From: John Tobey <jtobey@john-edwin-tobey.org>
77960              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
77961              Message-Id: <m13nG72-000FObC@feynman.localnet>               
77962      Branch: perl
77963            ! t/comp/redef.t t/pragma/warn/op
77964 ____________________________________________________________________________
77965 [  7399] By: jhi                                   on 2000/10/22  17:49:59
77966         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
77967              From: Nicholas Clark <nick@ccl4.org>
77968              Date: Sat, 21 Oct 2000 22:23:19 +0100
77969              Message-ID: <20001021222319.B45586@plum.flirble.org>
77970      Branch: perl
77971            ! ext/DynaLoader/DynaLoader_pm.PL
77972 ____________________________________________________________________________
77973 [  7398] By: jhi                                   on 2000/10/22  17:47:35
77974         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
77975              From: Hugo <hv@crypt.compulink.co.uk>
77976              Date: Sat, 21 Oct 2000 18:19:59 +0100
77977              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
77978      Branch: perl
77979            ! ext/B/B.pm ext/B/B/C.pm
77980 ____________________________________________________________________________
77981 [  7397] By: jhi                                   on 2000/10/22  17:35:18
77982         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
77983              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
77984              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
77985              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
77986      Branch: perl
77987            ! hints/openbsd.sh
77988 ____________________________________________________________________________
77989 [  7396] By: jhi                                   on 2000/10/22  17:19:46
77990         Log: Subject: installman go-faster stripes
77991              From: Nicholas Clark <nick@talking.bollo.cx>
77992              Date: Sat, 21 Oct 2000 17:24:53 +0100
77993              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
77994              
77995              Subject: Re: installman go-faster stripes
77996              From: Russ Allbery <rra@stanford.edu>
77997              Date: 21 Oct 2000 11:04:13 -0700
77998              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
77999      Branch: perl
78000            ! installman pod/pod2man.PL
78001 ____________________________________________________________________________
78002 [  7395] By: jhi                                   on 2000/10/22  17:17:35
78003         Log: Hints tweak from Anton Berezin.
78004      Branch: perl
78005            ! hints/freebsd.sh
78006 ____________________________________________________________________________
78007 [  7394] By: jhi                                   on 2000/10/22  04:50:04
78008         Log: Tweak the Is* definitions of Unicode character classes
78009              to better match the official categorizations; embrace
78010              the official categorizations; add the combining marks
78011              as alpha (and -numeric); fix DCinital (a typo and edito)
78012              to be DCmedial.
78013      Branch: perl
78014            + lib/unicode/Is/DCmedial.pl
78015            - lib/unicode/Is/DCinital.pl
78016            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
78017            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
78018            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
78019            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
78020 ____________________________________________________________________________
78021 [  7393] By: jhi                                   on 2000/10/21  18:06:05
78022         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
78023              From: Daniel Chetlin <daniel@chetlin.com>
78024              Date: Sat, 21 Oct 2000 02:57:03 -0700
78025              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
78026      Branch: perl
78027            + t/lib/tie-splice.t
78028            ! MANIFEST lib/Tie/Array.pm
78029 ____________________________________________________________________________
78030 [  7392] By: gsar                                  on 2000/10/21  18:05:15
78031         Log: resync utfperl branch with mainline
78032      Branch: utfperl
78033           !> (integrate 1760 files)
78034 ____________________________________________________________________________
78035 [  7391] By: jhi                                   on 2000/10/21  14:37:49
78036         Log: Testcases for a #7383,#7385 related bug.
78037              
78038              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
78039              From: Nicholas Clark <nick@ccl4.org>
78040              Date: Sat, 21 Oct 2000 15:04:51 +0100
78041              Message-ID: <20001021150451.A51566@plum.flirble.org>
78042      Branch: perl
78043            ! t/pragma/utf8.t
78044 ____________________________________________________________________________
78045 [  7390] By: jhi                                   on 2000/10/21  14:35:57
78046         Log: Add a testcase for #7389.
78047      Branch: perl
78048            ! t/pragma/warn/op
78049 ____________________________________________________________________________
78050 [  7389] By: jhi                                   on 2000/10/21  14:26:45
78051         Log: Subject: Re: Creating const subs for constants.
78052              From: John Tobey <jtobey@john-edwin-tobey.org>
78053              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
78054              Message-Id: <m13mo0N-000FObC@feynman.localnet>
78055      Branch: perl
78056            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
78057            ! proto.h sv.c
78058 ____________________________________________________________________________
78059 [  7388] By: nick                                  on 2000/10/21  11:44:23
78060         Log: Populate perlio branch
78061      Branch: perlio
78062           +> (branch 1760 files)
78063 ____________________________________________________________________________
78064 [  7387] By: nick                                  on 2000/10/21  10:52:05
78065         Log: Get branch back as replica of mainline via :
78066              p4 integrate -b utfperl
78067              p4 resolve -at ./...
78068      Branch: utfperl
78069           +> (branch 269 files)
78070            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
78071            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
78072            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
78073            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
78074            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
78075            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
78076            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
78077            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
78078            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
78079            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
78080            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
78081            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
78082            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
78083            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
78084            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
78085            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
78086            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
78087            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
78088            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
78089            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
78090            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
78091            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
78092            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
78093            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
78094            - lib/unicode/UCD300.html lib/unicode/Unicode.300
78095            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
78096            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
78097            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
78098            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
78099           !> (integrate 965 files)
78100 ____________________________________________________________________________
78101 [  7386] By: jhi                                   on 2000/10/21  01:31:12
78102         Log: Update Changes.
78103      Branch: perl
78104            ! Changes patchlevel.h
78105 ____________________________________________________________________________
78106 [  7385] By: jhi                                   on 2000/10/21  01:28:42
78107         Log: The #7383 was right only in the context of the original bug report,
78108              not in more general case.
78109      Branch: perl
78110            ! pp_hot.c
78111 ____________________________________________________________________________
78112 [  7384] By: jhi                                   on 2000/10/21  01:08:23
78113         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
78114      Branch: perl
78115            ! ext/IO/lib/IO/Select.pm
78116 ____________________________________________________________________________
78117 [  7383] By: jhi                                   on 2000/10/21  00:44:18
78118         Log: Fix for ID 20001020.006, concatenating an unset submatch
78119              with utf8 resulted in "Modification of a read-only value".
78120      Branch: perl
78121            ! pp_hot.c t/pragma/utf8.t
78122 ____________________________________________________________________________
78123 [  7382] By: jhi                                   on 2000/10/20  20:44:31
78124         Log: Make scan_num() reëntrant, as suggested in
78125              
78126              Subject: [PATCH perl@7229] Rentrant parser and yylex()
78127              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
78128              Date: Fri, 20 Oct 2000 14:17:27 +0100
78129              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
78130      Branch: perl
78131            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
78132            ! toke.c
78133 ____________________________________________________________________________
78134 [  7381] By: jhi                                   on 2000/10/20  20:07:29
78135         Log: Reëntrancy fix.
78136              
78137              Subject: [PATCH perl@7229] Rentrant parser and yylex()
78138              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
78139              Date: Fri, 20 Oct 2000 14:17:27 +0100
78140              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
78141      Branch: perl
78142            ! embed.h embed.pl perl.h proto.h toke.c
78143 ____________________________________________________________________________
78144 [  7380] By: jhi                                   on 2000/10/20  19:15:54
78145         Log: Don't write double values through long double pointers,
78146              based on a part of
78147              
78148              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
78149              From: Jens Hamisch <jens@Strawberry.COM>
78150              Date: Tue, 17 Oct 2000 08:39:36 +0200
78151              Message-Id: <20001017083936.A11104@Strawberry.COM>
78152      Branch: perl
78153            ! perl.h pp.c
78154 ____________________________________________________________________________
78155 [  7379] By: jhi                                   on 2000/10/20  18:43:37
78156         Log: Portability tweak on #7377.
78157              
78158              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
78159              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78160              Date:     Fri, 20 Oct 2000 13:13:41 EDT
78161              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
78162      Branch: perl
78163            ! t/lib/dprof.t
78164 ____________________________________________________________________________
78165 [  7378] By: jhi                                   on 2000/10/20  12:57:19
78166         Log: SOCKS function redefinitions need prototypes, too, otherwise
78167              for example 32 bit versus 64 bit differences cause a lot of
78168              problems.  Part of
78169              
78170              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
78171              From: Jens Hamisch <jens@Strawberry.COM>
78172              Date: Tue, 17 Oct 2000 08:39:36 +0200
78173              Message-Id: <20001017083936.A11104@Strawberry.COM>
78174      Branch: perl
78175            ! doio.c pp_sys.c
78176 ____________________________________________________________________________
78177 [  7377] By: jhi                                   on 2000/10/20  12:37:12
78178         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
78179              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78180              Date:     Fri, 20 Oct 2000 08:26:04 EDT
78181              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
78182      Branch: perl
78183            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
78184 ____________________________________________________________________________
78185 [  7376] By: jhi                                   on 2000/10/20  12:35:31
78186         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
78187              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78188              Date:     Fri, 20 Oct 2000 07:48:15 EDT
78189              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
78190      Branch: perl
78191            ! configure.com vms/gen_shrfls.pl
78192 ____________________________________________________________________________
78193 [  7375] By: bailey                                on 2000/10/20  04:44:37
78194         Log: SYN SYN
78195      Branch: vmsperl
78196           +> (branch 134 files)
78197            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
78198            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
78199            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
78200            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
78201            - eg/cgi/frameset.cgi eg/cgi/index.html
78202            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
78203            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
78204            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
78205            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
78206            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
78207            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
78208            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
78209            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
78210            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
78211            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
78212            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
78213            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
78214            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
78215            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
78216            - lib/unicode/Props.txt lib/unicode/UCD300.html
78217            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
78218            - utils/perlbc.PL vms/subconfigure.com
78219           !> (integrate 785 files)
78220 ____________________________________________________________________________
78221 [  7374] By: jhi                                   on 2000/10/20  00:59:48
78222         Log: In the latest compiler builds cccdlflags must not become -fpic,
78223              from Wilfredo Sánchez.
78224      Branch: perl
78225            ! hints/darwin.sh
78226 ____________________________________________________________________________
78227 [  7373] By: jhi                                   on 2000/10/20  00:56:35
78228         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
78229              From: Tony Cook <tony@develop-help.com>
78230              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
78231              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
78232      Branch: perl
78233            ! pod/perlop.pod
78234 ____________________________________________________________________________
78235 [  7372] By: jhi                                   on 2000/10/19  19:34:40
78236         Log: Typo noted by Mark Lutz.
78237      Branch: perl
78238            ! t/op/64bitint.t
78239 ____________________________________________________________________________
78240 [  7371] By: jhi                                   on 2000/10/19  19:33:13
78241         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
78242      Branch: metaconfig
78243            ! U/modified/Cppsym.U U/modified/Oldconfig.U
78244      Branch: metaconfig/U/perl
78245            ! End.U dlsrc.U libperl.U
78246      Branch: perl
78247            + hints/nonstopux.sh
78248            ! Configure MANIFEST config_h.SH
78249 ____________________________________________________________________________
78250 [  7370] By: jhi                                   on 2000/10/19  17:18:08
78251         Log: Subject: PATCH do_print has 2 PerlIO_error()s
78252              From: nick@ccl4.org
78253              Date: Thu, 19 Oct 2000 18:09:20 +0100
78254              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
78255      Branch: perl
78256            ! doio.c
78257 ____________________________________________________________________________
78258 [  7369] By: jhi                                   on 2000/10/19  14:01:49
78259         Log: Update Changes.
78260      Branch: perl
78261            ! Changes patchlevel.h
78262 ____________________________________________________________________________
78263 [  7368] By: jhi                                   on 2000/10/19  13:04:29
78264         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
78265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78266              Date: Wed, 18 Oct 2000 13:12:01 +0200
78267              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
78268      Branch: perl
78269            ! hints/aix.sh
78270 ____________________________________________________________________________
78271 [  7367] By: jhi                                   on 2000/10/19  02:22:40
78272         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
78273              of a 'pmshort' anywhere in the B, so the offending line was simply
78274              removed.
78275      Branch: perl
78276            ! ext/B/B/Debug.pm
78277 ____________________________________________________________________________
78278 [  7366] By: jhi                                   on 2000/10/19  02:12:37
78279         Log: Add the test case for the bug id 20000730.004 which seems
78280              to have been fixed by now.
78281      Branch: perl
78282            ! t/pragma/utf8.t
78283 ____________________________________________________________________________
78284 [  7365] By: jhi                                   on 2000/10/18  23:36:24
78285         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
78286              From: Hugo <hv@crypt.compulink.co.uk>
78287              Date: Wed, 18 Oct 2000 23:25:58 +0100
78288              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
78289      Branch: perl
78290            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
78291 ____________________________________________________________________________
78292 [  7364] By: jhi                                   on 2000/10/18  21:12:53
78293         Log: (retracted)
78294      Branch: perl
78295            ! pp.c
78296 ____________________________________________________________________________
78297 [  7363] By: jhi                                   on 2000/10/18  20:55:38
78298         Log: Missing change from #7362.
78299      Branch: perl
78300            ! win32/perlhost.h
78301 ____________________________________________________________________________
78302 [  7362] By: jhi                                   on 2000/10/18  20:52:01
78303         Log: Borland C fstat() never saw the fd as writable.
78304              
78305              Subject: fix for Borland's weak "stat" (perl@7211)
78306              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78307              Date: Mon, 16 Oct 2000 09:55:03 +0400
78308              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
78309      Branch: perl
78310            ! win32/win32.c
78311 ____________________________________________________________________________
78312 [  7361] By: jhi                                   on 2000/10/18  17:43:50
78313         Log: Regen toc.
78314      Branch: perl
78315            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
78316 ____________________________________________________________________________
78317 [  7360] By: jhi                                   on 2000/10/18  17:07:44
78318         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78319              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
78320              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
78321              Date: Mon, 16 Oct 2000 15:19:49 +0200
78322      Branch: perl
78323            + README.aix
78324            ! MANIFEST
78325 ____________________________________________________________________________
78326 [  7359] By: jhi                                   on 2000/10/18  17:04:49
78327         Log: Subject: Pod patch for Devel::Peek
78328              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78329              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
78330              Date: Mon, 16 Oct 2000 12:26:34 +0200
78331      Branch: perl
78332            ! ext/Devel/Peek/Peek.pm
78333 ____________________________________________________________________________
78334 [  7358] By: jhi                                   on 2000/10/18  17:03:15
78335         Log: Make Cwd more bulletproof in chrooted environments.
78336              
78337              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
78338              From: "Eric E. Coe" <Eric.Coe@oracle.com>
78339              Date: Wed, 18 Oct 2000 04:03:54 -0400
78340              Message-Id: <39ED596A.70E599FE@oracle.com>
78341      Branch: perl
78342            ! lib/Cwd.pm
78343 ____________________________________________________________________________
78344 [  7357] By: jhi                                   on 2000/10/18  16:37:26
78345         Log: Disable the UTF8 downgrade croakage for now to avoid
78346              too many not okay messages.
78347      Branch: perl
78348            ! doio.c
78349 ____________________________________________________________________________
78350 [  7356] By: jhi                                   on 2000/10/17  23:29:41
78351         Log: Show the failed remote port, instead of the failing line number.
78352              
78353              Subject: [PATCH 5.6.1 Debugger] More diagnostics
78354              From: David Sparks <daves@ActiveState.com>
78355              Date: Tue, 17 Oct 2000 15:00:24 -0700
78356              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
78357      Branch: perl
78358            ! lib/perl5db.pl
78359 ____________________________________________________________________________
78360 [  7355] By: jhi                                   on 2000/10/17  14:11:31
78361         Log: On output try to downgrade to bytes, croak if impossible,
78362              from Simon Cozens.  This means that outputting >255 UTF8
78363              is impossible.  Consider this as a strong incentive to get
78364              the I/O disciplines implemented.
78365      Branch: perl
78366            ! doio.c pod/perldiag.pod sv.c
78367 ____________________________________________________________________________
78368 [  7354] By: jhi                                   on 2000/10/17  13:42:23
78369         Log: Clarify documentation on 'use bytes'.
78370              
78371              Subject: Re: What does 'use bytes' "mean" ?
78372              From: Simon Cozens <simon@cozens.net>
78373              Date: Mon, 18 Sep 2000 18:24:25 +0100
78374              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
78375      Branch: perl
78376            ! lib/bytes.pm
78377 ____________________________________________________________________________
78378 [  7353] By: jhi                                   on 2000/10/17  13:28:12
78379         Log: Workaround for a sfio bug where the stream error indicator
78380              is not cleared as documented.
78381              
78382              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
78383              From: Nicholas Clark <nick@ccl4.org>
78384              Date: Mon, 16 Oct 2000 18:28:23 +0100
78385              Message-ID: <20001016182823.J19700@plum.flirble.org>
78386      Branch: perl
78387            ! doio.c
78388 ____________________________________________________________________________
78389 [  7352] By: jhi                                   on 2000/10/17  13:06:19
78390         Log: More IoTYPE sprinkling.
78391      Branch: perl
78392            ! doio.c pp_hot.c
78393 ____________________________________________________________________________
78394 [  7351] By: jhi                                   on 2000/10/16  22:47:07
78395         Log: Detect early whether the std streams have gone bad.
78396              
78397              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
78398              Date: Mon, 16 Oct 2000 23:28:42 +0100
78399              From: Nicholas Clark <nick@ccl4.org>
78400              Message-ID: <20001016232842.A37942@plum.flirble.org>
78401      Branch: perl
78402            ! t/op/misc.t
78403 ____________________________________________________________________________
78404 [  7350] By: jhi                                   on 2000/10/16  22:45:16
78405         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
78406              From: "Peter J. Farley III" <pjfarley@banet.net>
78407              Date: Mon, 16 Oct 2000 18:15:59 -0400
78408              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
78409      Branch: perl
78410            ! djgpp/djgpp.c dosish.h t/io/open.t
78411 ____________________________________________________________________________
78412 [  7349] By: jhi                                   on 2000/10/16  22:36:45
78413         Log: perldelta tweak.
78414      Branch: perl
78415            ! pod/perldelta.pod
78416 ____________________________________________________________________________
78417 [  7348] By: jhi                                   on 2000/10/16  15:17:53
78418         Log: Update Changes.
78419      Branch: perl
78420            ! Changes patchlevel.h
78421 ____________________________________________________________________________
78422 [  7347] By: jhi                                   on 2000/10/16  13:55:27
78423         Log: Add the capability to include/exclude branches.
78424      Branch: perl
78425            ! Porting/genlog
78426 ____________________________________________________________________________
78427 [  7346] By: jhi                                   on 2000/10/16  13:18:04
78428         Log: Add Charles Lane.
78429      Branch: perl
78430            ! AUTHORS Changes
78431 ____________________________________________________________________________
78432 [  7345] By: jhi                                   on 2000/10/16  13:13:21
78433         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
78434      Branch: perl
78435            ! pod/perldelta.pod
78436 ____________________________________________________________________________
78437 [  7344] By: gsar                                  on 2000/10/16  09:30:21
78438         Log: integrate change#6220 from cfgperl
78439              
78440              Win32 patches from Benjamin Stuhl.
78441      Branch: maint-5.6/perl
78442           !> makedef.pl win32/win32.h
78443 ____________________________________________________________________________
78444 [  7343] By: gsar                                  on 2000/10/16  08:32:19
78445         Log: integrate changes#6221,6222 from cfgperl
78446              
78447              Remove tr///CU (the feature is to be obsoleted by better interfaces).
78448              From: simon@brecon.co.uk (Simon Cozens)
78449              Subject: [PATCH] Eliminate tr///[CU][CU]
78450              Date: 23 Jun 2000 11:05:40 GMT
78451              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
78452              
78453              doc typo fix
78454              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
78455              From: Ian Phillipps <Ian.Phillipps@iname.com>
78456              Date: Fri, 23 Jun 2000 10:40:58 +0100
78457              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
78458      Branch: maint-5.6/perl
78459           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
78460 ____________________________________________________________________________
78461 [  7342] By: gsar                                  on 2000/10/16  08:28:08
78462         Log: integrate change#6217 from cfgperl (in part)
78463              
78464              Rename the fdpid locking and integrate with Sarathy.
78465      Branch: maint-5.6/perl
78466           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
78467           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
78468           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
78469           !> win32/win32.c
78470 ____________________________________________________________________________
78471 [  7341] By: gsar                                  on 2000/10/16  08:23:39
78472         Log: integrate changes#6214..6216 from mainline
78473              
78474              @_ can't have junk in it even in the non-USE_ITHREADS case because
78475              caller() wants to populate @DB::args with it (causes a coredump
78476              in Carp::confess())
78477              
78478              tweak comment about @DB::args
78479              
78480              be more optimal about clearing @_
78481      Branch: maint-5.6/perl
78482           !> av.h cop.h pp_ctl.c t/op/runlevel.t
78483 ____________________________________________________________________________
78484 [  7340] By: gsar                                  on 2000/10/16  08:20:37
78485         Log: integrate changes#6207..6210 from cfgperl
78486              
78487              Subject: [PATCH 5.6.0] Threadsafe patches
78488              From: Dan Sugalski <dan@sidhe.org>
78489              To: perl5-porters@perl.org
78490              Date: Mon, 08 May 2000 18:08:13 -0400
78491              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
78492              
78493              Regen headers for #6207.
78494              
78495              Lock PL_fdpid against race conditions, based on:
78496              Subject: [PATCH 5.6.0]subprocess fixup for threads
78497              From: Dan Sugalski <dan@sidhe.org>
78498              To: perl5-porters@perl.org
78499              Date: Tue, 11 Apr 2000 17:02:32 -0400
78500              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
78501              
78502              Mopup for #6207 and #6209.
78503      Branch: maint-5.6/perl
78504           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
78505           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
78506           !> win32/win32.c
78507 ____________________________________________________________________________
78508 [  7339] By: gsar                                  on 2000/10/16  08:14:34
78509         Log: integrate change#6203 from cfgperl
78510              
78511              perldiag should refer to perlos2.pod not README.os2
78512      Branch: maint-5.6/perl
78513           !> pod/perldiag.pod
78514 ____________________________________________________________________________
78515 [  7338] By: gsar                                  on 2000/10/16  08:11:42
78516         Log: integrate change#6201 from mainline
78517              
78518              Perl_eval_pv() leaks 4 bytes every time it is called because it
78519              does a PUSHMARK that's never ever POPMARKed; in general, only
78520              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
78521              Perl_eval_[sp]v() don't because they don't take any incoming
78522              arguments (this leak has been around since the original version
78523              of perl_eval_pv() in 5.003_97e)
78524      Branch: maint-5.6/perl
78525           !> perl.c
78526 ____________________________________________________________________________
78527 [  7337] By: gsar                                  on 2000/10/16  08:08:47
78528         Log: integrate changes#6197..6200 from cfgperl
78529              
78530              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
78531              From: John Borwick <jhborwic@unity.ncsu.edu>
78532              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
78533              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
78534              
78535              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
78536              From: Dan Sugalski <dan@sidhe.org>
78537              To: vmsperl@perl.org, perl5-porters@perl.org
78538              Date: Fri, 02 Jun 2000 16:00:41 -0400
78539              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
78540              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
78541              
78542              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
78543              From: Dan Sugalski <dan@sidhe.org>
78544              To: perl5-porters@perl.org, vmsperl@perl.org
78545              Date: Fri, 02 Jun 2000 17:30:51 -0400
78546              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
78547              
78548              Update to cperl-mode.el 4.31 from
78549              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
78550              Subject: A couple of notes
78551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78552              To: Mailing list Perl5 <perl5-porters@perl.org>
78553              Date: Sat, 3 Jun 2000 23:33:32 -0400
78554              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
78555      Branch: maint-5.6/perl
78556           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
78557           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
78558           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
78559           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
78560           !> vms/vmsish.h
78561 ____________________________________________________________________________
78562 [  7336] By: gsar                                  on 2000/10/16  08:03:46
78563         Log: integrate changes#6194,6195 from mainline
78564              
78565              fix small eval"" memory leaks under USE_ITHREADS
78566              
78567              fix yet another eval"" leak under USE_ITHREADS
78568      Branch: maint-5.6/perl
78569           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
78570           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
78571           !> vms/perly_c.vms
78572 ____________________________________________________________________________
78573 [  7335] By: gsar                                  on 2000/10/16  08:02:15
78574         Log: integrate changes#6190,6191 from mainline
78575              
78576              submit missing embed.pl change
78577              
78578              vec() loses numericalness (modified version of patch suggested
78579              by Robin Barker)
78580      Branch: maint-5.6/perl
78581           !> doop.c embed.pl t/op/vec.t
78582 ____________________________________________________________________________
78583 [  7334] By: gsar                                  on 2000/10/16  08:01:03
78584         Log: integrate change#6189 from mainline
78585              
78586              counting tr/// corrupts later operation (from M.J.T Guy)
78587      Branch: maint-5.6/perl
78588           !> doop.c t/op/tr.t
78589 ____________________________________________________________________________
78590 [  7333] By: gsar                                  on 2000/10/16  07:59:07
78591         Log: integrate changes#6183..6188 from mainline
78592              
78593              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
78594              <nick@ccl4.org>)
78595              
78596              tweak for change#6127
78597              
78598              remove incorrect documentation about implicit split to @_ in
78599              list context, which never really worked in perl 5 (from
78600              M.J.T. Guy)
78601              
78602              further qualify references to "alphanumeric" (from Wolfgang Laun
78603              <wolfgang.laun@alcatel.at>)
78604              
78605              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
78606              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
78607              
78608              h2xs tweaks
78609      Branch: maint-5.6/perl
78610           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
78611           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
78612           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
78613           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
78614           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
78615           !> pod/pod2latex.PL utils/h2xs.PL
78616 ____________________________________________________________________________
78617 [  7332] By: gsar                                  on 2000/10/16  07:53:52
78618         Log: integrate change#6179 from mainline
78619              
78620              buggy modulus on UVs introduced by change#3378 (resulted in
78621              4063328477 % 65535 amounting to 27406, instead of 27407)
78622      Branch: maint-5.6/perl
78623           !> pp.c t/op/arith.t
78624 ____________________________________________________________________________
78625 [  7331] By: gsar                                  on 2000/10/16  07:52:49
78626         Log: integrate changes#6176,6177,6178,6182 from cfgperl
78627              
78628              Single-quoted utf8 patch from Simon Cozens.
78629              
78630              Substitution utf8 patch from Simon Cozens.
78631              
78632              Be cleaner.
78633              
78634              Be Cleaner Part Deux.
78635      Branch: maint-5.6/perl
78636           !> Makefile.SH pp_hot.c toke.c
78637 ____________________________________________________________________________
78638 [  7330] By: gsar                                  on 2000/10/16  07:41:36
78639         Log: integrate change#6172 from mainline
78640              
78641              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
78642              (from Ilya Zakharevich)
78643      Branch: maint-5.6/perl
78644           !> regexec.c t/op/re_tests
78645 ____________________________________________________________________________
78646 [  7329] By: gsar                                  on 2000/10/16  07:40:25
78647         Log: integrate change#6171 from mainline
78648              
78649              scalar() doesn't force scalar context when used in void context
78650              (from Simon Cozens)
78651      Branch: maint-5.6/perl
78652           !> op.c t/op/wantarray.t
78653 ____________________________________________________________________________
78654 [  7328] By: gsar                                  on 2000/10/16  07:39:33
78655         Log: integrate change#6170 from mainline
78656              
78657              change#6142 needs tweaks to tests to work where there's no
78658              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
78659      Branch: maint-5.6/perl
78660           !> t/lib/filefind.t
78661 ____________________________________________________________________________
78662 [  7327] By: gsar                                  on 2000/10/16  07:35:34
78663         Log: integrate changes#6166..6168 from cfgperl
78664              
78665              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
78666              in case somebody wants to write an extension for more
78667              shadow database interfaces.
78668              
78669              tweak todo
78670              
78671              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
78672      Branch: maint-5.6/perl
78673           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
78674           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
78675           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
78676           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
78677           !> win32/config.vc win32/config_H.bc win32/config_H.gc
78678           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
78679 ____________________________________________________________________________
78680 [  7326] By: gsar                                  on 2000/10/16  07:29:05
78681         Log: integrate changes#6157,6159..6161,6164 from cfgperl
78682              
78683              Regen Configure to jive with #6149.
78684              
78685              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
78686              
78687              Changes for the File::Temp 0.08 (change #6159) test suite
78688              to fit better into the Perl distribution test framework.
78689              
78690              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
78691              both from Simon Cozens.
78692              
78693              detypo
78694      Branch: maint-5.6/perl
78695           +> pod/perlmodlib.PL pod/perlnewmod.pod
78696           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
78697           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
78698           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
78699           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
78700 ____________________________________________________________________________
78701 [  7325] By: gsar                                  on 2000/10/16  07:25:13
78702         Log: integrate change#6158 from vmsperl
78703              
78704              Add fallback to tmpfile for use in cases where user's relying on
78705              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
78706              Lane's patch)
78707      Branch: maint-5.6/perl
78708           !> vms/vms.c vms/vmsish.h
78709 ____________________________________________________________________________
78710 [  7324] By: gsar                                  on 2000/10/16  07:20:50
78711         Log: integrate changes#6153..6155 from mainline
78712              
78713              prettier Test::Harness output on failed tests (from Nicholas Clark
78714              <nick@Bagpuss.uk.boo.com>)
78715              
78716              avoid type mismatch warning
78717              
78718              small bug in change#6144; remove random \xA0 character that snuck
78719              in via change#6145
78720      Branch: maint-5.6/perl
78721           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
78722           !> perl.c
78723 ____________________________________________________________________________
78724 [  7323] By: gsar                                  on 2000/10/16  07:18:47
78725         Log: integrate changes#6151,6152 from mainline
78726              
78727              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
78728              
78729              cosmetic fixups of RE debug output (from Ilya Zakharevich)
78730      Branch: maint-5.6/perl
78731           !> regexec.c
78732 ____________________________________________________________________________
78733 [  7322] By: gsar                                  on 2000/10/16  07:17:25
78734         Log: integrate changes#6146..6150 from mainline
78735              
78736              doc typo
78737              
78738              add a make entry to Config.pm so "perl -V:make" works on VMS
78739              (from Peter Prymmer)
78740              
78741              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
78742              
78743              OS/2 tweaks for usethreads build (from Rocco Caputo
78744              <troc@netrus.net>)
78745              
78746              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
78747      Branch: maint-5.6/perl
78748           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
78749           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
78750           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
78751           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
78752           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
78753           !> warnings.pl x2p/a2p.h
78754 ____________________________________________________________________________
78755 [  7321] By: gsar                                  on 2000/10/16  07:14:02
78756         Log: integrate changes#6143..6145 from mainline
78757              
78758              MacOS support, part 1 (from Matthias Neeracher
78759              <neeri@iis.ee.ethz.ch>)
78760              
78761              MacOS support, part 2: make AutoSplit use File::Spec instead
78762              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
78763              <neeri@iis.ee.ethz.ch>)
78764              
78765              make xsubpp skip embedded pod (from Matthias Neeracher
78766              <neeri@iis.ee.ethz.ch>)
78767      Branch: maint-5.6/perl
78768           +> ext/DynaLoader/dl_mac.xs
78769           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
78770           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
78771           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
78772           !> pp_ctl.c proto.h toke.c util.c util.h
78773 ____________________________________________________________________________
78774 [  7320] By: gsar                                  on 2000/10/16  07:12:13
78775         Log: integrate changes#6141,6142 from mainline
78776              
78777              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
78778              forwarded by Peter Seebach from the bsdi-users mailing list.
78779              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
78780              
78781              File::Find fails to chdir when chasing symlinks (from
78782              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
78783      Branch: maint-5.6/perl
78784           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
78785 ____________________________________________________________________________
78786 [  7319] By: gsar                                  on 2000/10/16  07:04:30
78787         Log: integrate change#6139 from mainline
78788              
78789              revise mktables.PL for bugs and newness in Unicode 3.0
78790              (from James Bence <jbence@amgen.com>)
78791      Branch: maint-5.6/perl
78792           +> (branch 30 files)
78793           !> (integrate 49 files)
78794 ____________________________________________________________________________
78795 [  7318] By: gsar                                  on 2000/10/16  07:01:01
78796         Log: integrate changes#6137,6138 from mainline
78797              
78798              fix bogus redeclaration warning for "our" variables in different
78799              scopes
78800              
78801              add note about the handling of negative indices to tied arrays
78802              (from Michael G Schwern <schwern@pobox.com>)
78803      Branch: maint-5.6/perl
78804           !> op.c pod/perltie.pod t/pragma/strict-vars
78805 ____________________________________________________________________________
78806 [  7317] By: gsar                                  on 2000/10/16  06:58:46
78807         Log: integrate changes#6127..6136 from mainline
78808              
78809              call_method(...,G_EVAL) can longjmp() out if the method probing
78810              failed (from Gisle Aas)
78811              
78812              new perlxstut example for passing/returning refs to arrays
78813              (from David Lowe <dlowe@pootpoot.com>)
78814              
78815              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
78816              
78817              fix places that mean C<"word" character> but say C<alphanumeric
78818              character>
78819              
78820              avoid warnings in POSIX.pm (from Barrie Slaymaker)
78821              
78822              warnings::enabled() doesn't fall back to looking at $^W if
78823              caller isn't using lexical warnings (from Paul Marquess)
78824              
78825              elide bogus test in change#6132
78826              
78827              make Test::Harness use wait.h/WCOREDUMP if available
78828              (from Ben Tilly <ben_tilly@hotmail.com>)
78829              
78830              enable Test::Harness to dynamically determine column width etc.
78831              (from Rob Napier <rnapier@employees.org>)
78832              
78833              random pod typos (from Peter Scott <Peter@PSDT.com>)
78834      Branch: maint-5.6/perl
78835           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
78836           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
78837           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
78838           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
78839 ____________________________________________________________________________
78840 [  7316] By: gsar                                  on 2000/10/16  06:53:23
78841         Log: integrate change#6126 from mainline
78842              
78843              change#2879 broke rvalue autovivification of magicals such as
78844              ${$num} (reworked variant of patch suggested by Simon Cozens)
78845      Branch: maint-5.6/perl
78846           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
78847           !> pp_hot.c proto.h t/op/gv.t
78848 ____________________________________________________________________________
78849 [  7315] By: gsar                                  on 2000/10/16  06:51:38
78850         Log: integrate changes#6123,6125 from mainline
78851              
78852              clarify gotcha with #line directives (from Rocco Caputo
78853              <troc@netrus.net>)
78854              
78855              enable propagating exception objects via Perl_croak() in XS code
78856              (from Gisle Aas)
78857      Branch: maint-5.6/perl
78858           !> pod/perldebug.pod pod/perlsyn.pod util.c
78859 ____________________________________________________________________________
78860 [  7314] By: gsar                                  on 2000/10/16  06:49:28
78861         Log: integrate change#6122 from mainline
78862              
78863              downgrade fatal error on C<"foo@nosucharray.com"> to optional
78864              warning (from Mark-Jason Dominus)
78865      Branch: maint-5.6/perl
78866           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
78867           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
78868           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
78869           !> toke.c
78870 ____________________________________________________________________________
78871 [  7313] By: gsar                                  on 2000/10/16  06:46:54
78872         Log: integrate changes#6112..6121 from vmsperl
78873              
78874              Check for existence of file before trying to delete
78875              
78876              Ugly workaround for version-specific RTL error
78877              
78878              Urk -- undo previous removal of vmsish 'exit' change
78879              
78880              Add bounds checking for several strings (Charles Lane)
78881              
78882              Miscellaneous cosmetic fixes (Charles Lane)
78883              
78884              Treat sockets as special in sys(read|write) (Charles Lane et al.)
78885              
78886              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
78887              Flatten case labels in switch statements uniformly (Charles Bailey)
78888              
78889              Quiet error messages in vmsish.t (Charles Lane)
78890              
78891              Add missing escape (Charles Lane)
78892              
78893              Allow eliminate_macros() and fixpath() to handle space-delimited
78894              lists (based on fixes by Craig Berry)
78895      Branch: maint-5.6/perl
78896           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
78897           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
78898           !> vms/vmsish.h
78899 ____________________________________________________________________________
78900 [  7312] By: gsar                                  on 2000/10/16  06:41:18
78901         Log: integrate changes#6107,6110 from cfgperl
78902              
78903              Tweak the todo list.
78904              
78905              todo tweak
78906      Branch: maint-5.6/perl
78907           !> Todo-5.6
78908 ____________________________________________________________________________
78909 [  7311] By: gsar                                  on 2000/10/16  06:38:38
78910         Log: integrate changes#6104,6108 from mainline
78911              
78912              PL_sys_intern was being initialized too late on windows
78913              
78914              reenable fake signal handling on Windows, bugs and all
78915      Branch: maint-5.6/perl
78916           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
78917           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
78918           !> win32/win32.c
78919 ____________________________________________________________________________
78920 [  7310] By: gsar                                  on 2000/10/16  06:36:03
78921         Log: integrate changes#6095,6097..6103 from cfgperl
78922              
78923              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
78924              might be useful in future.
78925              
78926              Add a note about possible compilation problems from Allen Smith.
78927              
78928              Add a note about other, yet unsupported, shadow password APIs.
78929              
78930              Tweaks for the cc bugs from Allen Smith.
78931              
78932              More compilation tweakery from Allen Smith.
78933              
78934              Hints and test tweaks for Unicos.
78935              
78936              The test suite tweak in #6101 wasn't quite right.
78937              
78938              Test tweaking for Unicos continues.
78939      Branch: maint-5.6/perl
78940           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
78941           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
78942           !> t/lib/complex.t t/op/64bitint.t
78943 ____________________________________________________________________________
78944 [  7309] By: gsar                                  on 2000/10/16  06:29:41
78945         Log: integrate changes#6093,6094 from mainline
78946              
78947              fork() failure to create pseudo process sets errno=EAGAIN and returns
78948              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
78949              
78950              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
78951      Branch: maint-5.6/perl
78952           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
78953           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
78954 ____________________________________________________________________________
78955 [  7308] By: gsar                                  on 2000/10/16  06:27:29
78956         Log: integrate change#6092 from cfgperl
78957              
78958              Regen perltoc with the fixed buildtoc.
78959      Branch: maint-5.6/perl
78960           !> pod/perltoc.pod
78961 ____________________________________________________________________________
78962 [  7307] By: gsar                                  on 2000/10/16  06:26:40
78963         Log: integrate changes#6089,6090 from mainline
78964              
78965              buildtoc tweak to fix newline lossage
78966              
78967              concat doesn't preserve utf8-ness, and doesn't invalidate
78968              [NI]OK; added tests for both
78969      Branch: maint-5.6/perl
78970           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
78971 ____________________________________________________________________________
78972 [  7306] By: gsar                                  on 2000/10/16  06:24:05
78973         Log: integrate change#6088 from cfgperl
78974              
78975              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
78976              because we do not use those.  The HAS_GETSPNAM remains,
78977              though, because we still do use that.
78978      Branch: maint-5.6/perl
78979           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
78980           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
78981           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
78982           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
78983           !> win32/config.vc win32/config_H.bc win32/config_H.gc
78984           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
78985 ____________________________________________________________________________
78986 [  7305] By: gsar                                  on 2000/10/16  06:15:52
78987         Log: integrate changes#6084,6085,6087 from mainline
78988              
78989              substr() does not preserve utf8-ness (from Stefan Eissing
78990              <Eissing@medicaldataservice.de>); added tests
78991              
78992              repeat operator (x) doesn't preserve utf8-ness
78993              
78994              reverse() and quotemeta() weren't preserving utf8-ness; add tests
78995      Branch: maint-5.6/perl
78996           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
78997 ____________________________________________________________________________
78998 [  7304] By: gsar                                  on 2000/10/16  06:13:10
78999         Log: integrate changes#6077..6083 from mainline
79000              
79001              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
79002              and Tom Phoenix)
79003              
79004              workaround for CRT bug in chdir() (from Charles Lane, via
79005              Peter Prymmer)
79006              
79007              remove outdated kludge in Carp (NULLs are permitted in diagnostics
79008              now)
79009              
79010              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
79011              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
79012              
79013              better default perlbug categories for ok reports (from Richard Foley)
79014              
79015              peek.t non-portable to ithreads
79016              
79017              note about undocumented caller() return value (from M.J.T. Guy);
79018              yet another peek.t tweak
79019      Branch: maint-5.6/perl
79020           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
79021           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
79022           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
79023           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
79024           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
79025           !> vms/vmsish.h
79026 ____________________________________________________________________________
79027 [  7303] By: gsar                                  on 2000/10/16  06:03:18
79028         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
79029              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
79030              
79031              &HUGE_VAL is not defined, it exists.
79032              
79033              Do not warn that an infinity does not look like a number.
79034              
79035              Rewrite the pwent/spent logic to be a little bit more clearer.
79036              
79037              Continue on the pwent/spent case.
79038              
79039              Correct Freudian slip.
79040              
79041              Use HUGE_VALL if applicable.
79042              
79043              pwent/spent #ifdef imbalance.
79044              
79045              Infinite problems.
79046              
79047              Call getspnam() only iff needd.
79048              
79049              Test both the scalar and list contexts.
79050              
79051              Use setxxent()/endxxent().
79052              
79053              Complex tweakery.
79054              
79055              Unicos hint tweak.
79056              
79057              Be more forgiving in POSIX about HUGE_VALL.
79058              
79059              Detypo.
79060              
79061              The search of infinity continues, this time simplified.
79062              
79063              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
79064              in natively 64-bit platforms where a long is a quad (no need
79065              for long longs).  Also added bias for IVs.
79066              
79067              Complex tweaks.
79068              
79069              Introduce t/lib/peek.t.
79070              
79071              Make the test more portable.
79072      Branch: maint-5.6/perl
79073           +> t/lib/peek.t
79074            ! pp_sys.c
79075           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
79076           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
79077           !> t/op/pwent.t toke.c util.c
79078 ____________________________________________________________________________
79079 [  7302] By: gsar                                  on 2000/10/16  05:03:37
79080         Log: integrate changes#6066..6071 from mainline
79081              
79082              s/END/CHECK/
79083              
79084              replace direct call to sighandler() with (*PL_sighandlerp)()
79085              
79086              note about values()
79087              
79088              File::Spec compatibility update (from Barrie Slaymaker
79089              <barries@slaysys.com>)
79090              
79091              remove misleading comment (from M.J.T. Guy)
79092              
79093              misformatted perllocal.pod (from Tim Jenness
79094              <t.jenness@jach.hawaii.edu>)
79095      Branch: maint-5.6/perl
79096           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
79097           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
79098           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
79099           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
79100 ____________________________________________________________________________
79101 [  7301] By: gsar                                  on 2000/10/16  05:00:08
79102         Log: integrate changes#6061..6063 from mainline
79103              
79104              change#5921 neglected to make eq honor "use bytes"
79105              
79106              additional tests for utf8.t
79107              
79108              tokeq() could read unallocated field in argument
79109      Branch: maint-5.6/perl
79110           !> sv.c t/pragma/utf8.t toke.c
79111 ____________________________________________________________________________
79112 [  7300] By: gsar                                  on 2000/10/16  04:56:54
79113         Log: integrate changes#6046,6048,6057,6058 from mainline
79114              
79115              libscheck has insufficient checks for n32 libs (from
79116              Albert Chin-A-Young <china@thewrittenword.com>)
79117              
79118              add note about how $( doesn't interpolate in REs (from
79119              Philip Newton <newton@ficus.frogspace.net>)
79120              
79121              fix broken parsing of /\x{ab}/
79122              
79123              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
79124              (spotted by Donald Kinzer <dkinzer@premia.com>)
79125      Branch: maint-5.6/perl
79126           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
79127           !> t/pragma/utf8.t
79128 ____________________________________________________________________________
79129 [  7299] By: gsar                                  on 2000/10/16  04:52:50
79130         Log: integrate change#6044 from mainline
79131              
79132              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
79133              such that underscores are only ignored in literal numbers,
79134              "\x{...}", and hex/oct argument
79135      Branch: maint-5.6/perl
79136           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
79137 ____________________________________________________________________________
79138 [  7298] By: gsar                                  on 2000/10/16  04:50:53
79139         Log: integrate changes#6027..6043 from mainline
79140              
79141              podlators-1.02 update (from Russ Allbery)
79142              
79143              Pod::Man generates groff-incompatible macro definition (from
79144              Tom Christiansen)
79145              
79146              add CGI.pm v2.66 (from Lincoln Stein)
79147              
79148              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
79149              for @- and @+ (from Johan Vromans)
79150              
79151              small nits in diagnostics.pm (from Robin Barker)
79152              
79153              whitespace adjustments
79154              
79155              missing files in MANIFEST
79156              
79157              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
79158              to compensate
79159              
79160              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
79161              
79162              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
79163      Branch: maint-5.6/perl
79164           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
79165           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
79166           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
79167           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
79168           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
79169           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
79170           !> t/lib/cgi-html.t t/lib/cgi-request.t
79171 ____________________________________________________________________________
79172 [  7297] By: gsar                                  on 2000/10/16  04:44:30
79173         Log: integrate change#6025 from mainline
79174              
79175              Is{Alnum,Alpha,Word} don't match titlecase
79176              TODO: IsSpace is defined recursively!
79177              (both spotted by Larry)
79178      Branch: maint-5.6/perl
79179           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79180           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79181 ____________________________________________________________________________
79182 [  7296] By: gsar                                  on 2000/10/16  04:39:30
79183         Log: integrate change#6023 from mainline
79184              
79185              debugger stomps on $. (from M.J.T. Guy)
79186      Branch: maint-5.6/perl
79187           !> lib/perl5db.pl
79188 ____________________________________________________________________________
79189 [  7295] By: gsar                                  on 2000/10/16  04:38:02
79190         Log: integrate change#6022 from mainline
79191              
79192              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
79193      Branch: maint-5.6/perl
79194           !> sv.c
79195 ____________________________________________________________________________
79196 [  7294] By: gsar                                  on 2000/10/16  04:37:05
79197         Log: integrate changes#6018..6021 from mainline
79198              
79199              make lib/syslog.t portable to systems that don't have _PATH_LOG,
79200              make _PATH_LOG() return "" if unavailable
79201              
79202              windows portability tweaks
79203              
79204              test tweak
79205              
79206              remove Win2K issue in pod (fixed by change#6020)
79207      Branch: maint-5.6/perl
79208           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
79209           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
79210           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
79211 ____________________________________________________________________________
79212 [  7293] By: gsar                                  on 2000/10/16  04:20:00
79213         Log: integrate changes#6013..6015 from mainline
79214              
79215              tweak change#5945 to display correct switch name in diagnostic
79216              
79217              glob() loading File::Glob behind the scenes may cause syntax errors
79218              
79219              tweak test for portability
79220      Branch: maint-5.6/perl
79221           !> op.c perl.c pod/perldiag.pod t/lib/b.t
79222 ____________________________________________________________________________
79223 [  7292] By: gsar                                  on 2000/10/16  04:18:11
79224         Log: integrate changes#6005..6010 from mainline, cfgperl
79225              
79226              perldoc might fail via "use blib" (from Hugo van der Sanden)
79227              
79228              Regen Configure.
79229              
79230              note about compile failures and END blocks (from M.J.T. Guy)
79231              
79232              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
79233              
79234              (change#6009 integrated earlier in change#7255)
79235              
79236              clarify note about shadow password support (from
79237              gellyfish@gellyfish.com)
79238      Branch: maint-5.6/perl
79239           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
79240           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
79241           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
79242 ____________________________________________________________________________
79243 [  7291] By: gsar                                  on 2000/10/16  04:12:03
79244         Log: integrate changes#6002,6003 from mainline
79245              
79246              destructive sv_setsv() can lose UV-ness from source, causing
79247              numeric promotions/comparisons to fail to do the right thing
79248              
79249              allow REG_EXPAND_SZ keys in Windows registry (from
79250              John Clayton <John.Clayton@barclayscapital.com>)
79251      Branch: maint-5.6/perl
79252           !> sv.c win32/win32.c
79253 ____________________________________________________________________________
79254 [  7290] By: gsar                                  on 2000/10/16  04:10:19
79255         Log: integrate change#6001 from mainline
79256              
79257              support additional library locations via $Config{otherlibdirs}
79258              (from Andy Dougherty)
79259      Branch: maint-5.6/perl
79260           !> Configure INSTALL Porting/Glossary Porting/config.sh
79261           !> Porting/config_H config_h.SH epoc/config.sh perl.c
79262           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
79263           !> win32/config.bc win32/config.gc win32/config.vc
79264 ____________________________________________________________________________
79265 [  7289] By: gsar                                  on 2000/10/16  04:08:28
79266         Log: integrate change#5999 from mainline
79267              
79268              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
79269      Branch: maint-5.6/perl
79270           !> t/pragma/warn/toke toke.c
79271 ____________________________________________________________________________
79272 [  7288] By: gsar                                  on 2000/10/16  04:07:01
79273         Log: integrate changes#5997,5998 from cfgperl
79274              
79275              Preserve $!.
79276              
79277              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
79278      Branch: maint-5.6/perl
79279           !> lib/Math/Complex.pm
79280 ____________________________________________________________________________
79281 [  7287] By: gsar                                  on 2000/10/16  04:04:37
79282         Log: integrate change#5995 from mainline
79283              
79284              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
79285      Branch: maint-5.6/perl
79286           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
79287 ____________________________________________________________________________
79288 [  7286] By: gsar                                  on 2000/10/16  04:03:21
79289         Log: integrate change#5994 from mainline
79290              
79291              fix for missed accounting for null byte in pack("Z",...) (from
79292              M.J.T. Guy)
79293      Branch: maint-5.6/perl
79294           !> pp.c t/op/pack.t
79295 ____________________________________________________________________________
79296 [  7285] By: gsar                                  on 2000/10/16  04:02:11
79297         Log: integrate changes#5989..5993 from mainline
79298              
79299              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
79300              itself and no other (from Tom Hughes)
79301              
79302              use $ENV{LIB} to search for libs under Visual C compiler
79303              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
79304              
79305              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
79306              
79307              pod nit (from Simon Cozens)
79308              
79309              various minor tweaks seen on p5p
79310      Branch: maint-5.6/perl
79311           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
79312           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
79313           !> t/op/array.t toke.c
79314 ____________________________________________________________________________
79315 [  7284] By: gsar                                  on 2000/10/16  03:59:00
79316         Log: integrate changes#5978..5988 from mainline
79317              
79318              sync version numbers in File::Spec with the ones on CPAN
79319              (from Barrie Slaymaker)
79320              
79321              under useithreads, constant pad entries could inadvertantly be
79322              shared across threads (from Eric Blood <eblood@xmission.com>);
79323              added Eric's test case to testsuite
79324              
79325              allow Configure -S to run non-interactively (spotted by Greg Hudson
79326              <ghudson@mit.edu>)
79327              
79328              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
79329              prototype mismatch with CORE::glob(); update pod and tests to
79330              suit (File::Glob::glob() is still available for backward
79331              compatibility, but should be considered deprecated)
79332              
79333              avoid error in IO::Socket::INET when given an unknown service name
79334              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
79335              
79336              numeric conversion of non-number in change#3378 tramples on
79337              OOK offset, causing segfaults
79338              
79339              attributes::reftype() doesn't work on tied argument
79340              
79341              forked child may not exit correctly if it failed to open
79342              /dev/console (from Graham Barr)
79343              
79344              add regular expressions tutorial and quick-start guide (from
79345              Mark Kvale <kvale@phy.ucsf.edu>)
79346              
79347              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
79348              
79349              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
79350              <paul@miraclefish.com>)
79351      Branch: maint-5.6/perl
79352           +> pod/perlrequick.pod pod/perlretut.pod
79353           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
79354           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
79355           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
79356           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
79357           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
79358           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
79359           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
79360           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
79361 ____________________________________________________________________________
79362 [  7283] By: gsar                                  on 2000/10/16  03:52:14
79363         Log: integrate change#5977 from mainline
79364              
79365              autoquote barewords followed by newline and arrow properly
79366              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
79367      Branch: maint-5.6/perl
79368           !> t/pragma/warn/toke toke.c
79369 ____________________________________________________________________________
79370 [  7282] By: gsar                                  on 2000/10/16  03:50:48
79371         Log: integrate change#5976 from mainline
79372              
79373              DB_File v1.73 update (from Paul Marquess)
79374      Branch: maint-5.6/perl
79375           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
79376           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
79377 ____________________________________________________________________________
79378 [  7281] By: gsar                                  on 2000/10/16  03:49:14
79379         Log: integrate change#5975 from mainline
79380              
79381              allow sort() reentrancy (variant of patch suggested by
79382              Hugo van der Sanden)
79383      Branch: maint-5.6/perl
79384           !> pp_ctl.c t/op/sort.t
79385 ____________________________________________________________________________
79386 [  7280] By: gsar                                  on 2000/10/16  03:48:22
79387         Log: integrate change#5974 from mainline
79388              
79389              change#4197 somehow missed initializing PL_errors, meaning
79390              syntax error queueing wasn't working outside eval"" at all;
79391              also fixed eval"" to localize PL_error_count, so that compile-time
79392              eval's don't clobber the error state of the outer context
79393      Branch: maint-5.6/perl
79394           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
79395           !> t/pragma/warn/toke
79396 ____________________________________________________________________________
79397 [  7279] By: gsar                                  on 2000/10/16  03:46:21
79398         Log: integrate change#5973 from mainline
79399              
79400              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
79401      Branch: maint-5.6/perl
79402           !> regcomp.c regexec.c t/op/re_tests
79403 ____________________________________________________________________________
79404 [  7278] By: gsar                                  on 2000/10/16  03:44:54
79405         Log: integrate change#5971 from cfgperl
79406              
79407              Unicos tweaks from Mark P. Lutz.
79408      Branch: maint-5.6/perl
79409           !> hints/unicos.sh lib/Math/Complex.pm
79410 ____________________________________________________________________________
79411 [  7277] By: gsar                                  on 2000/10/16  03:42:59
79412         Log: integrate changes#5966..5970 from mainline
79413              
79414              add testsuite for B backends, fix bug in B::Deparse (from
79415              Simon Cozens <simon@brecon.co.uk>)
79416              
79417              improved docs on the warn_uninit diagnostic (from David Glasser
79418              and Simon Cozens)
79419              
79420              tolerate spaces in group names in test on solaris (from David Boyce
79421              <dsb@boyski.com>)
79422              
79423              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
79424              
79425              Data::Dumper fumbles negative numbers on 32-bit platforms where
79426              IV is >32bits
79427      Branch: maint-5.6/perl
79428           +> t/lib/b.t t/lib/syslog.t
79429           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
79430           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
79431           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
79432 ____________________________________________________________________________
79433 [  7276] By: gsar                                  on 2000/10/16  03:39:30
79434         Log: integrate change#5965 from mainline
79435              
79436              avoid "will not stay shared" warnings for our variables (from
79437              Robin Barker)
79438      Branch: maint-5.6/perl
79439           !> op.c t/pragma/warn/op
79440 ____________________________________________________________________________
79441 [  7275] By: gsar                                  on 2000/10/16  03:38:18
79442         Log: integrate change#5964 from mainline
79443              
79444              reformat to 72 columns (again)
79445      Branch: maint-5.6/perl
79446           !> pod/perldiag.pod
79447 ____________________________________________________________________________
79448 [  7274] By: gsar                                  on 2000/10/16  03:36:58
79449         Log: integrate change#5963 from mainline
79450              
79451              patch from Larry to make (\&) prototype work; added tests for
79452              the same
79453      Branch: maint-5.6/perl
79454           !> op.c t/comp/proto.t
79455 ____________________________________________________________________________
79456 [  7273] By: gsar                                  on 2000/10/16  03:35:51
79457         Log: integrate changes#5956..5962 from mainline
79458              
79459              better diagnostics on failed tests (from Ilya Zakharevich)
79460              
79461              pod nits (from A. C. Yardley <yardley@tanet.net>)
79462              
79463              change#3569 deleted some essential code, revert; avoid use of
79464              atexit() to make DynaLoader work properly on AIX under mod_perl
79465              (from Jens-Uwe Mager <jum@helios.de>)
79466              
79467              doubled words in pods (from Simon Cozens
79468              <simon.p.cozens@jp.pwcglobal.com>)
79469              
79470              better INSTALL notes on Solaris issues (from Dominic Dunlop)
79471              
79472              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
79473              
79474              updated README.hpux (from Jeff Okamoto)
79475      Branch: maint-5.6/perl
79476           !> INSTALL README.hpux emacs/cperl-mode.el
79477           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
79478           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
79479           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
79480           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
79481           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
79482           !> t/op/lex_assign.t
79483 ____________________________________________________________________________
79484 [  7272] By: gsar                                  on 2000/10/16  03:31:22
79485         Log: integrate change#5955 from mainline
79486              
79487              longstanding bug exposed by change#3307: sort arguments weren't
79488              compiled with the right wantarray context (ensuing runtime lookup
79489              via block_gimme() was getting the incidental context of the
79490              sort() itself)
79491      Branch: maint-5.6/perl
79492           !> op.c t/op/sort.t
79493 ____________________________________________________________________________
79494 [  7271] By: gsar                                  on 2000/10/16  03:29:11
79495         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
79496              branch
79497              
79498              Flatten the cpp jungle doing the nosuid checking.
79499              
79500              Do not assume sign propagation. (from M.J.T. Guy)
79501              
79502              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
79503              
79504              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
79505              Now pp_ncmp() returns undef is either operand is a NaN.
79506              
79507              On second thoughts frexp() does have two arguments.
79508              
79509              Document that tr() is not tr(1).
79510              
79511              Be more robust on "extreme" (large absolute value)
79512              arguments.  Originally reported by Daniel Connelly
79513              as a problem with asinh() on large negative arguments,
79514              asinh() used to bail out because an argument to log()
79515              ended up being zero.  Ilya Zakharevich proposed using
79516              Taylor's series in such cases, which for such large
79517              arguments is a very good approximation.
79518              
79519              Undo "use integer" addition from 64bitint as it seems
79520              to break most of the subtests in Digital UNIX;
79521              Unicos needs to find another way.
79522      Branch: maint-5.6/perl
79523           !> (integrate 29 files)
79524 ____________________________________________________________________________
79525 [  7270] By: gsar                                  on 2000/10/16  03:09:44
79526         Log: integrate changes#5948,5949,5950 from mainline
79527              
79528              typo in vars.pm that leads to cryptic message (from Piotr
79529              Piatkowski <kompas@kompas.usr.onet.pl>)
79530              
79531              make perldoc use the pod2man from the same version (from
79532              M.J.T. Guy)
79533              
79534              reformat perldiag to avoid long lines
79535      Branch: maint-5.6/perl
79536           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
79537 ____________________________________________________________________________
79538 [  7269] By: gsar                                  on 2000/10/16  03:05:54
79539         Log: integrate change#5947 from mainline
79540              
79541              use &dl_error rather than &dl_load_file as the guard for calling
79542              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
79543              statically built perl)
79544      Branch: maint-5.6/perl
79545           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
79546 ____________________________________________________________________________
79547 [  7268] By: gsar                                  on 2000/10/16  03:04:48
79548         Log: integrate change#5945 from mainline
79549              
79550              make module name mandatory after -M switch; reorder perldiag
79551              alphabetically (from Mark-Jason Dominus)
79552      Branch: maint-5.6/perl
79553           !> perl.c pod/perldiag.pod
79554 ____________________________________________________________________________
79555 [  7267] By: gsar                                  on 2000/10/16  03:03:01
79556         Log: integrate change#5939 from mainline
79557              
79558              more pod nits (from Larry Virden)
79559      Branch: maint-5.6/perl
79560           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
79561           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
79562           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
79563 ____________________________________________________________________________
79564 [  7266] By: gsar                                  on 2000/10/16  03:01:39
79565         Log: integrate change#5938 from mainline
79566              
79567              Consolidated B::Deparse fixes (from Stephen McCamant)
79568      Branch: maint-5.6/perl
79569           !> ext/B/B/Deparse.pm
79570 ____________________________________________________________________________
79571 [  7265] By: gsar                                  on 2000/10/16  03:00:43
79572         Log: integrate change#5936 from mainline
79573              
79574              additional tests for change#7263 (from Paul Marquess)
79575      Branch: maint-5.6/perl
79576           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
79577           !> t/pragma/warn/5nolint t/pragma/warn/6default
79578 ____________________________________________________________________________
79579 [  7264] By: gsar                                  on 2000/10/16  02:58:34
79580         Log: integrate change#5934 from mainline
79581              
79582              propagate lexical warnings from surrounding scope correctly
79583              within string eval() (from Paul Marquess)
79584      Branch: maint-5.6/perl
79585           !> pp_ctl.c t/pragma/warn/pp_ctl
79586 ____________________________________________________________________________
79587 [  7263] By: gsar                                  on 2000/10/16  02:56:53
79588         Log: integrate change#5932 from mainline
79589              
79590              add rsignal(), whichsig() and do_join() to public API list
79591              (mod_perl uses them to good advantage)
79592      Branch: maint-5.6/perl
79593           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
79594 ____________________________________________________________________________
79595 [  7262] By: gsar                                  on 2000/10/16  02:55:53
79596         Log: integrate change#5931 from mainline
79597              
79598              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
79599      Branch: maint-5.6/perl
79600           !> pp_hot.c regexec.c t/op/pat.t
79601 ____________________________________________________________________________
79602 [  7261] By: gsar                                  on 2000/10/16  02:55:01
79603         Log: integrate change#5930 from mainline
79604              
79605              small os390 tweaks (from Peter Prymmer)
79606      Branch: maint-5.6/perl
79607           !> config_h.SH makedepend.SH
79608 ____________________________________________________________________________
79609 [  7260] By: gsar                                  on 2000/10/16  02:54:10
79610         Log: integrate change#5929 from mainline
79611              
79612              pod nits
79613      Branch: maint-5.6/perl
79614           !> pod/perlguts.pod
79615 ____________________________________________________________________________
79616 [  7259] By: gsar                                  on 2000/10/16  02:52:55
79617         Log: integrate change#5927 from mainline
79618              
79619              arrange for next() to resume at the unstack op rather than the
79620              loop conditional, so that scope cleanup happens correctly
79621              (from Stephen McCamant)
79622      Branch: maint-5.6/perl
79623           !> op.c pp_ctl.c t/op/misc.t
79624 ____________________________________________________________________________
79625 [  7258] By: gsar                                  on 2000/10/16  02:51:38
79626         Log: integrate change#5926 from mainline
79627              
79628              on windows, reserve 16M of stack rather than 128M (allows more
79629              threads to run concurrently)
79630      Branch: maint-5.6/perl
79631           !> win32/Makefile win32/makefile.mk
79632 ____________________________________________________________________________
79633 [  7257] By: gsar                                  on 2000/10/16  02:50:37
79634         Log: integrate change#5925 from mainline
79635              
79636              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
79637      Branch: maint-5.6/perl
79638           !> toke.c
79639 ____________________________________________________________________________
79640 [  7256] By: gsar                                  on 2000/10/16  02:49:36
79641         Log: integrate change#5924 from mainline
79642              
79643              avoid using uninitialized memory in require version check
79644      Branch: maint-5.6/perl
79645           !> pp_ctl.c universal.c
79646 ____________________________________________________________________________
79647 [  7255] By: gsar                                  on 2000/10/16  02:48:03
79648         Log: integrate changes#5923,5928,6009 from mainline
79649              
79650              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
79651      Branch: maint-5.6/perl
79652           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
79653 ____________________________________________________________________________
79654 [  7254] By: gsar                                  on 2000/10/16  02:44:46
79655         Log: integrate change#5922 from mainline
79656              
79657              commentary about IoTYPE() (from Nathan Torkington)
79658      Branch: maint-5.6/perl
79659           !> sv.h
79660 ____________________________________________________________________________
79661 [  7253] By: gsar                                  on 2000/10/16  02:43:49
79662         Log: integrate change#5921 from mainline
79663              
79664              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
79665      Branch: maint-5.6/perl
79666           !> sv.c t/lib/charnames.t t/pragma/utf8.t
79667 ____________________________________________________________________________
79668 [  7252] By: gsar                                  on 2000/10/16  02:42:31
79669         Log: integrate change#5920 from mainline
79670              
79671              Larry's fix for buggy propagation of utf8-ness in join(); add test
79672      Branch: maint-5.6/perl
79673           !> doop.c t/op/ver.t
79674 ____________________________________________________________________________
79675 [  7251] By: gsar                                  on 2000/10/16  02:41:14
79676         Log: integrate changes#5915..5919 from mainline
79677              
79678              various (pod tweaks &c)
79679      Branch: maint-5.6/perl
79680           !> (integrate 33 files)
79681 ____________________________________________________________________________
79682 [  7250] By: gsar                                  on 2000/10/16  02:38:16
79683         Log: integrate change#5914 from mainline
79684              
79685              caller() wasn't returning the right number of elements for
79686              eval {...}
79687      Branch: maint-5.6/perl
79688           !> pp_ctl.c t/pragma/warn/9enabled
79689 ____________________________________________________________________________
79690 [  7249] By: gsar                                  on 2000/10/16  02:37:02
79691         Log: integrate change#5913 from mainline
79692              
79693              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
79694              (from Mark-Jason Dominus)
79695      Branch: maint-5.6/perl
79696           !> pod/perlfunc.pod
79697 ____________________________________________________________________________
79698 [  7248] By: gsar                                  on 2000/10/16  02:35:58
79699         Log: integrate change#5912 from mainline
79700              
79701              fix totally broken caching in UNIVERSAL::isa() (from
79702              Nick Ing-Simmons)
79703      Branch: maint-5.6/perl
79704           !> t/op/universal.t universal.c
79705 ____________________________________________________________________________
79706 [  7247] By: gsar                                  on 2000/10/16  02:34:27
79707         Log: integrate changes#5910,5911 from mainline
79708              
79709              typo in pod
79710              
79711              add linebreak properties from unicode/LineBrk.txt (from
79712              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
79713      Branch: maint-5.6/perl
79714           +> (branch 29 files)
79715           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
79716 ____________________________________________________________________________
79717 [  7246] By: gsar                                  on 2000/10/16  02:33:29
79718         Log: integrate change#5909 from mainline
79719              
79720              mode argument to do_binmode() should be file mode, not boolean
79721      Branch: maint-5.6/perl
79722           !> pp_sys.c
79723 ____________________________________________________________________________
79724 [  7245] By: gsar                                  on 2000/10/16  02:31:04
79725         Log: integrate change#5908 from mainline
79726              
79727              introduce illegal symbols into null package so that
79728              gv_fetchpv(...,TRUE) always returns a valid GV even when the
79729              symbol is trapped by strictures (avoids coredumps)
79730      Branch: maint-5.6/perl
79731           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
79732           !> t/pragma/strict-vars
79733 ____________________________________________________________________________
79734 [  7244] By: jhi                                   on 2000/10/16  02:29:54
79735         Log: Subject: $Carp::ExportLevel confusion in Exporter
79736              From: "Ben Tilly" <ben_tilly@hotmail.com>
79737              Date: Sat, 14 Oct 2000 16:44:34 EDT
79738              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
79739      Branch: perl
79740            ! lib/Exporter/Heavy.pm
79741 ____________________________________________________________________________
79742 [  7243] By: jhi                                   on 2000/10/16  02:28:33
79743         Log: Subject: [PATCH perlguts.pod] Document offset hack
79744              From: Simon Cozens <simon@cozens.net>
79745              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
79746              Date: Sat, 14 Oct 2000 19:32:25 +0100
79747      Branch: perl
79748            ! pod/perlguts.pod
79749 ____________________________________________________________________________
79750 [  7242] By: gsar                                  on 2000/10/16  02:26:51
79751         Log: integrate changes#5905,5906,5907,6064 from mainline
79752              
79753              printf/sprintf didn't get quad types right under use64bitint
79754      Branch: maint-5.6/perl
79755           !> pp_sys.c sv.c t/op/64bitint.t
79756 ____________________________________________________________________________
79757 [  7241] By: jhi                                   on 2000/10/16  02:22:44
79758         Log: Subject: small pod patch
79759              From: Dan Boorstein <dan_boo@bellsouth.net>
79760              Date: Sat, 14 Oct 2000 14:29:24 -0400
79761              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
79762      Branch: perl
79763            ! pod/perlfaq7.pod pod/perlmod.pod
79764 ____________________________________________________________________________
79765 [  7240] By: jhi                                   on 2000/10/16  02:13:46
79766         Log: -w cleanup.
79767              
79768              Subject: Re: Problems with bleadperl 
79769              From: "Stephen P. Potter" <spp@ds.net>
79770              Date: Fri, 13 Oct 2000 13:32:49 -0400
79771              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
79772      Branch: perl
79773            ! t/pragma/overload.t
79774 ____________________________________________________________________________
79775 [  7239] By: jhi                                   on 2000/10/16  01:41:18
79776         Log: One more ~utf8 tweak.
79777      Branch: perl
79778            ! t/op/bop.t
79779 ____________________________________________________________________________
79780 [  7238] By: jhi                                   on 2000/10/16  01:34:14
79781         Log: Tweak the test of #7235.
79782      Branch: perl
79783            ! t/op/bop.t
79784 ____________________________________________________________________________
79785 [  7237] By: jhi                                   on 2000/10/16  01:25:04
79786         Log: Fix a couple of compiler-noted nits in #7235.
79787      Branch: perl
79788            ! pp.c
79789 ____________________________________________________________________________
79790 [  7236] By: jhi                                   on 2000/10/16  01:22:46
79791         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
79792      Branch: perl
79793            ! pp.c pp_hot.c
79794 ____________________________________________________________________________
79795 [  7235] By: jhi                                   on 2000/10/15  16:24:44
79796         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
79797              
79798              From: Simon Cozens <simon@cozens.net>
79799              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
79800              Date: Sat, 14 Oct 2000 20:52:13 +0100
79801              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
79802      Branch: perl
79803            ! pp.c t/op/bop.t utf8.h
79804 ____________________________________________________________________________
79805 [  7234] By: jhi                                   on 2000/10/15  15:19:29
79806         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
79807              The problem was that rx->minlen was in chars while pp_split()
79808              thought it would be in bytes. 
79809      Branch: perl
79810            ! pp.c t/pragma/utf8.t
79811 ____________________________________________________________________________
79812 [  7233] By: jhi                                   on 2000/10/14  20:24:24
79813         Log: Document FNCASE=y as discussed in the bug 20000902.009.
79814      Branch: perl
79815            ! README.dos
79816 ____________________________________________________________________________
79817 [  7232] By: jhi                                   on 2000/10/14  18:52:21
79818         Log: Add test for bug id 20000427.003 (which seems to have
79819              been fixed) (also duplicate as 20000427.004, though
79820              with a higher severity).  Move one utf8 from op/append
79821              to pragma/utf8, tag the tests with bug ids.
79822      Branch: perl
79823            ! t/op/append.t t/pragma/utf8.t
79824 ____________________________________________________________________________
79825 [  7231] By: jhi                                   on 2000/10/14  17:28:37
79826         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
79827      Branch: perl
79828            ! t/pragma/utf8.t
79829 ____________________________________________________________________________
79830 [  7230] By: jhi                                   on 2000/10/14  14:24:50
79831         Log: Needs to be conditional on SunOS 4.
79832              
79833              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
79834              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
79835              Date: Sat, 14 Oct 2000 13:37:49 +0100
79836              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
79837      Branch: metaconfig/U/perl
79838            ! End.U
79839      Branch: perl
79840            ! Configure myconfig.SH pod/perldelta.pod
79841 ____________________________________________________________________________
79842 [  7229] By: jhi                                   on 2000/10/14  00:49:22
79843         Log: Update Changes.
79844      Branch: perl
79845            ! Changes patchlevel.h
79846 ____________________________________________________________________________
79847 [  7228] By: jhi                                   on 2000/10/14  00:46:10
79848         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
79849              From: Peter Prymmer <pvhp@forte.com>
79850              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
79851              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
79852      Branch: perl
79853            ! lib/utf8.pm
79854 ____________________________________________________________________________
79855 [  7227] By: jhi                                   on 2000/10/13  23:20:30
79856         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
79857      Branch: perl
79858            ! t/op/tie.t
79859 ____________________________________________________________________________
79860 [  7226] By: jhi                                   on 2000/10/13  22:14:32
79861         Log: Tweak #7225.
79862              
79863              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
79864              From: Peter Prymmer <pvhp@forte.com>
79865              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
79866              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
79867      Branch: perl
79868            ! t/op/sprintf.t
79869 ____________________________________________________________________________
79870 [  7225] By: jhi                                   on 2000/10/13  22:11:31
79871         Log: op/sprintf.t patch for OS/390 (and any other host with limited
79872              floating-point exponent length)
79873              
79874              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
79875              From: Dominic Dunlop <domo@computer.org>
79876              Date: Fri, 13 Oct 2000 19:17:57 +0200
79877              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
79878      Branch: perl
79879            ! t/op/sprintf.t
79880 ____________________________________________________________________________
79881 [  7224] By: jhi                                   on 2000/10/13  18:40:48
79882         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
79883      Branch: perl
79884            ! toke.c
79885 ____________________________________________________________________________
79886 [  7223] By: jhi                                   on 2000/10/13  18:37:13
79887         Log: Thinko in #7222.
79888      Branch: perl
79889            ! utf8.c
79890 ____________________________________________________________________________
79891 [  7222] By: jhi                                   on 2000/10/13  18:05:23
79892         Log: Use UTF8SKIP(), from Simon Cozens.
79893      Branch: perl
79894            ! utf8.c
79895 ____________________________________________________________________________
79896 [  7221] By: jhi                                   on 2000/10/13  15:43:19
79897         Log: (accidentally empty check-in)
79898      Branch: perl
79899            ! utf8.c
79900 ____________________________________________________________________________
79901 [  7220] By: jhi                                   on 2000/10/13  15:23:51
79902         Log: Add (optimistically) Storable to static extensions.
79903      Branch: perl
79904            ! hints/uwin.sh hints/vmesa.sh
79905 ____________________________________________________________________________
79906 [  7219] By: jhi                                   on 2000/10/13  15:20:05
79907         Log: Amdahl UTS doesn't seem to do dynaloading.
79908      Branch: perl
79909            ! hints/uts.sh
79910 ____________________________________________________________________________
79911 [  7218] By: jhi                                   on 2000/10/13  15:15:20
79912         Log: Slight tweak of the code to appease Amdahl UTS cc.
79913      Branch: perl
79914            ! pp.c
79915 ____________________________________________________________________________
79916 [  7217] By: jhi                                   on 2000/10/13  14:50:42
79917         Log: In Amdahl UTS "struct sv" is defined by a system header,
79918              <ksync.h>.
79919      Branch: perl
79920            ! perl.h sv.h
79921 ____________________________________________________________________________
79922 [  7216] By: jhi                                   on 2000/10/13  11:58:25
79923         Log: Ilya implemented the memory profiling API.
79924      Branch: perl
79925            ! Todo
79926 ____________________________________________________________________________
79927 [  7215] By: jhi                                   on 2000/10/13  02:56:38
79928         Log: Subject: [PATCH 5.7.0] Perl API for mstats
79929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79930              Date: Thu, 12 Oct 2000 22:52:40 -0400
79931              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
79932      Branch: perl
79933            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
79934 ____________________________________________________________________________
79935 [  7214] By: jhi                                   on 2000/10/13  02:55:38
79936         Log: Subject: [PATCH 5.7.0] IVs in mtats
79937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79938              Date: Thu, 12 Oct 2000 22:51:04 -0400
79939              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
79940      Branch: perl
79941            ! malloc.c perl.h
79942 ____________________________________________________________________________
79943 [  7213] By: jhi                                   on 2000/10/13  02:31:47
79944         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
79945      Branch: perl
79946            ! pod/perldiag.pod pp_sys.c
79947 ____________________________________________________________________________
79948 [  7212] By: jhi                                   on 2000/10/13  01:27:38
79949         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
79950              From: Peter Prymmer <pvhp@forte.com>
79951              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
79952              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
79953      Branch: perl
79954            ! t/op/oct.t
79955 ____________________________________________________________________________
79956 [  7211] By: jhi                                   on 2000/10/13  00:35:09
79957         Log: Update Changes.
79958      Branch: perl
79959            ! Changes patchlevel.h
79960 ____________________________________________________________________________
79961 [  7210] By: jhi                                   on 2000/10/12  23:59:40
79962         Log: The Install.pm third of
79963              
79964              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
79965              From: Bill Campbell <bill@celestial.com>
79966              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
79967              Date: Thu, 5 Oct 2000 18:04:51 -0700
79968      Branch: perl
79969            ! lib/ExtUtils/Install.pm
79970 ____________________________________________________________________________
79971 [  7209] By: jhi                                   on 2000/10/12  23:58:43
79972         Log: Two thirds of
79973              
79974              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
79975              Date: Thu, 5 Oct 2000 18:04:51 -0700
79976              From: Bill Campbell <bill@celestial.com>
79977              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
79978              
79979              The Install.pm changes will be submitted separately because
79980              they need some work and discussion still.
79981      Branch: perl
79982            ! lib/getopts.pl lib/termcap.pl
79983 ____________________________________________________________________________
79984 [  7208] By: jhi                                   on 2000/10/12  23:41:19
79985         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
79986              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79987              Date:     Thu, 12 Oct 2000 07:30:02 EDT
79988              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
79989      Branch: perl
79990            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
79991            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
79992 ____________________________________________________________________________
79993 [  7207] By: jhi                                   on 2000/10/12  23:39:01
79994         Log: An updated EBCDIC tr patch.
79995              
79996              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
79997              From: Peter Prymmer <pvhp@forte.com>
79998              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
79999              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
80000      Branch: perl
80001            ! t/op/tr.t
80002 ____________________________________________________________________________
80003 [  7206] By: jhi                                   on 2000/10/12  23:34:55
80004         Log: Upgrade to CPAN 1.58, from Andreas König.
80005      Branch: perl
80006            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
80007 ____________________________________________________________________________
80008 [  7205] By: jhi                                   on 2000/10/12  23:29:08
80009         Log: Introduce the man[24-8] variables, from Andy Dougherty.
80010      Branch: metaconfig/U/perl
80011            + mandirs.U mandirstyle.U
80012      Branch: perl
80013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80014            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
80015            ! vos/config.h vos/config.pl vos/config_h.SH_orig
80016            ! win32/config.bc win32/config.gc win32/config.vc
80017 ____________________________________________________________________________
80018 [  7204] By: gsar                                  on 2000/10/12  18:11:24
80019         Log: restore change#7202
80020      Branch: perl
80021            ! mg.c
80022 ____________________________________________________________________________
80023 [  7203] By: gsar                                  on 2000/10/12  18:09:40
80024         Log: another test of the Emergency Broadcast System--back out 
80025              change#7202
80026      Branch: perl
80027            ! mg.c
80028 ____________________________________________________________________________
80029 [  7202] By: gsar                                  on 2000/10/12  16:40:47
80030         Log: (submitted on behalf of Jarkko)
80031              Fix the lib/encode.t subtest 6 failure as reported by Andreas
80032              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
80033              was unearthed by change 7182, as was a bug in HTML::Entities.
80034      Branch: perl
80035            ! mg.c
80036 ____________________________________________________________________________
80037 [  7201] By: jhi                                   on 2000/10/11  03:16:05
80038         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
80039      Branch: perl
80040            ! pp_hot.c t/pragma/utf8.t
80041 ____________________________________________________________________________
80042 [  7200] By: jhi                                   on 2000/10/11  00:40:30
80043         Log: The #7198 was a false alarm.
80044      Branch: perl
80045            ! pp_hot.c
80046 ____________________________________________________________________________
80047 [  7199] By: jhi                                   on 2000/10/11  00:26:04
80048         Log: Remove duplicated code.
80049      Branch: perl
80050            ! t/lib/cgi-html.t
80051 ____________________________________________________________________________
80052 [  7198] By: jhi                                   on 2000/10/10  23:30:46
80053         Log: (Retracted by #7200.)
80054      Branch: perl
80055            ! pp_hot.c
80056 ____________________________________________________________________________
80057 [  7197] By: jhi                                   on 2000/10/10  21:49:30
80058         Log: Add the test case for #7190, from the original bug report
80059              by Andreas König.
80060      Branch: perl
80061            ! t/pragma/utf8.t
80062 ____________________________________________________________________________
80063 [  7196] By: jhi                                   on 2000/10/10  21:40:49
80064         Log: Reapply Andy's patch and regen Configure.
80065      Branch: perl
80066            ! Configure INSTALL Makefile.SH Porting/Glossary
80067            ! Porting/config.sh config_h.SH epoc/config.sh installperl
80068            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
80069            ! win32/config.vc
80070 ____________________________________________________________________________
80071 [  7195] By: jhi                                   on 2000/10/10  21:09:30
80072         Log: Use the versiononly instead of the installscripts,
80073              retract the changes 7146 and 7147.
80074      Branch: perl
80075            ! Configure INSTALL Makefile.SH Porting/Glossary
80076            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
80077            ! installperl uconfig.sh vos/config.def win32/config.bc
80078            ! win32/config.gc win32/config.vc
80079 ____________________________________________________________________________
80080 [  7194] By: jhi                                   on 2000/10/10  21:06:15
80081         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
80082              From: Peter Prymmer <pvhp@forte.com>
80083              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
80084              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
80085      Branch: perl
80086            ! t/op/ver.t
80087 ____________________________________________________________________________
80088 [  7193] By: jhi                                   on 2000/10/10  21:05:12
80089         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
80090              From: Peter Prymmer <pvhp@forte.com>
80091              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
80092              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
80093      Branch: perl
80094            ! t/op/tr.t
80095 ____________________________________________________________________________
80096 [  7192] By: jhi                                   on 2000/10/10  20:57:30
80097         Log: Add versiononly, delete installscripts, from Andy Dougherty.
80098      Branch: metaconfig
80099            - U/installdirs/installscripts.U
80100      Branch: metaconfig/U/perl
80101            + versiononly.U
80102 ____________________________________________________________________________
80103 [  7191] By: jhi                                   on 2000/10/10  19:41:21
80104         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
80105              From: Peter Prymmer <pvhp@forte.com>
80106              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
80107              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
80108      Branch: perl
80109            ! pod/perlebcdic.pod
80110 ____________________________________________________________________________
80111 [  7190] By: jhi                                   on 2000/10/10  19:26:14
80112         Log: Subject: Re: utf8 concat, mg_get
80113              From: Simon Cozens <simon@cozens.net>
80114              Date: Tue, 10 Oct 2000 17:40:17 +0100
80115              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
80116      Branch: perl
80117            ! pp_hot.c
80118 ____________________________________________________________________________
80119 [  7189] By: jhi                                   on 2000/10/10  19:23:03
80120         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
80121              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
80122              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
80123              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
80124      Branch: perl
80125            ! lib/ExtUtils/MM_Unix.pm
80126 ____________________________________________________________________________
80127 [  7188] By: jhi                                   on 2000/10/10  15:31:24
80128         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
80129              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
80130              Date: Fri, 14 Jul 2000 10:47:36 +0100
80131              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
80132      Branch: perl
80133            ! README.win32
80134 ____________________________________________________________________________
80135 [  7187] By: jhi                                   on 2000/10/10  13:30:10
80136         Log: Quote the temp file name, needed in Win32 because the
80137              default name unfortunately contains spaces, shouldn't
80138              hurt elsewhere.
80139              
80140              Subject: FW: perldoc fails if $TEMP contains spaces
80141              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
80142              Date: Thu, 14 Sep 2000 08:58:45 +0100
80143              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
80144      Branch: perl
80145            ! utils/perldoc.PL
80146 ____________________________________________________________________________
80147 [  7186] By: jhi                                   on 2000/10/10  13:16:27
80148         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
80149              From: hv@hugo.hybyte.com
80150              Date: Tue, 10 Oct 2000 14:10:20 +0100
80151              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
80152      Branch: perl
80153            ! t/lib/thr5005.t util.c
80154 ____________________________________________________________________________
80155 [  7185] By: jhi                                   on 2000/10/10  12:06:22
80156         Log: Upgrade to podlators 1.04, from Russ Allbery.
80157      Branch: perl
80158            ! lib/Pod/Man.pm lib/Pod/Text.pm
80159 ____________________________________________________________________________
80160 [  7184] By: jhi                                   on 2000/10/10  12:01:32
80161         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
80162      Branch: perl
80163            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
80164 ____________________________________________________________________________
80165 [  7183] By: jhi                                   on 2000/10/09  23:47:15
80166         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
80167              From: Peter Prymmer <pvhp@forte.com>
80168              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
80169              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
80170      Branch: perl
80171            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
80172 ____________________________________________________________________________
80173 [  7182] By: jhi                                   on 2000/10/09  23:43:16
80174         Log: Make eq work again with utf8 (disabling the upgrading
80175              should no more be necessary since the copies of the
80176              scalars are upgraded, not the scalars themselves).
80177              Takes care of ID 20001009.001.  (The claimed length()
80178              bug in 20001009.001 seems bogus to me.)
80179      Branch: perl
80180            ! sv.c t/pragma/utf8.t
80181 ____________________________________________________________________________
80182 [  7181] By: gsar                                  on 2000/10/09  19:41:54
80183         Log: tweak for change#7173
80184      Branch: perl
80185            ! win32/win32sck.c
80186 ____________________________________________________________________________
80187 [  7180] By: gsar                                  on 2000/10/09  19:26:56
80188         Log: on Windows, clean targets might not work under some flavors of the shell
80189      Branch: perl
80190            ! win32/Makefile win32/makefile.mk
80191 ____________________________________________________________________________
80192 [  7179] By: jhi                                   on 2000/10/09  19:21:02
80193         Log: Update Changes.
80194      Branch: perl
80195            ! Changes patchlevel.h
80196 ____________________________________________________________________________
80197 [  7178] By: jhi                                   on 2000/10/09  19:18:23
80198         Log: Warn about unknown scripts.
80199              
80200              Subject: Re: ideas? patches? [PATCH bleadperl]
80201              From: Dominic Dunlop <domo@computer.org>
80202              Date: Mon, 9 Oct 2000 14:57:17 +0200
80203              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
80204      Branch: perl
80205            ! lib/charnames.pm
80206 ____________________________________________________________________________
80207 [  7177] By: jhi                                   on 2000/10/09  19:13:27
80208         Log: Change #7160 had a nasty typo.
80209      Branch: metaconfig
80210            ! U/compline/Compile.U
80211      Branch: perl
80212            ! Configure config_h.SH
80213 ____________________________________________________________________________
80214 [  7176] By: gsar                                  on 2000/10/09  18:59:33
80215         Log: pod nit
80216      Branch: perl
80217            ! pod/perlport.pod
80218 ____________________________________________________________________________
80219 [  7175] By: gsar                                  on 2000/10/09  18:54:28
80220         Log: Windows9x doesn't support link(), despite what Config.pm
80221              might think
80222      Branch: perl
80223            ! lib/ExtUtils/Manifest.pm
80224 ____________________________________________________________________________
80225 [  7174] By: gsar                                  on 2000/10/09  18:50:03
80226         Log: avoid nonportable example code
80227      Branch: perl
80228            ! lib/File/Copy.pm
80229 ____________________________________________________________________________
80230 [  7173] By: gsar                                  on 2000/10/09  18:46:54
80231         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
80232              being used) when closing a socket handle
80233      Branch: perl
80234            ! win32/win32.c win32/win32.h win32/win32sck.c
80235 ____________________________________________________________________________
80236 [  7172] By: gsar                                  on 2000/10/09  18:41:40
80237         Log: on Windows, cwd strings in the environment should be of the
80238              form =X:=X:\foo instead of =X=X:\foo\
80239      Branch: perl
80240            ! win32/vdir.h
80241 ____________________________________________________________________________
80242 [  7171] By: gsar                                  on 2000/10/09  18:30:09
80243         Log: on Windows, LoadLibrary() could load an extension DLL multiple
80244              times if forward slashes are used in the path
80245      Branch: perl
80246            ! win32/win32.c
80247 ____________________________________________________________________________
80248 [  7170] By: jhi                                   on 2000/10/09  17:53:59
80249         Log: Add a todo note about overloadable assertions.
80250      Branch: perl
80251            ! Todo-5.6
80252 ____________________________________________________________________________
80253 [  7169] By: jhi                                   on 2000/10/09  13:43:45
80254         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
80255              From: mjd@plover.com
80256              Date: 9 Oct 2000 00:24:44 -0000
80257              Message-ID: <20001009002444.10616.qmail@plover.com>
80258      Branch: perl
80259            ! pod/perldebguts.pod
80260 ____________________________________________________________________________
80261 [  7168] By: nick                                  on 2000/10/08  13:16:33
80262         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
80263              is not right thing to do on (e.g. x86). Network order is also "right" for
80264              X fonts.
80265      Branch: perl
80266            ! ext/Encode/Encode.pm
80267 ____________________________________________________________________________
80268 [  7167] By: nick                                  on 2000/10/08  12:54:42
80269         Log: Make "encodings" work post-install when Encode/*.enc files may not
80270              be in same directory as Encode.pm
80271      Branch: perl
80272            ! ext/Encode/Encode.pm
80273 ____________________________________________________________________________
80274 [  7166] By: nick                                  on 2000/10/08  11:51:26
80275         Log: Work round the fact that $hash->{$key} does not take into account
80276              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
80277              so that key is always in the "expected" encoding - i.e. same way we put
80278              it in the hash.
80279      Branch: perl
80280            ! ext/Encode/Encode.pm
80281 ____________________________________________________________________________
80282 [  7165] By: gsar                                  on 2000/10/08  04:15:29
80283         Log: save_re_context() could reset PL_curcop to freed memory, causing core
80284              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
80285      Branch: perl
80286            ! pp_ctl.c
80287 ____________________________________________________________________________
80288 [  7164] By: jhi                                   on 2000/10/06  20:51:48
80289         Log: UTF8ize split() so that the cloned substrings get the UTF8
80290              flag of the original scalar.  Problem reported by Simon Cozens.
80291      Branch: perl
80292            ! pp.c t/pragma/utf8.t
80293 ____________________________________________________________________________
80294 [  7163] By: nick                                  on 2000/10/06  20:48:34
80295         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
80296              got a false +ve and so did not reach code which would have un-FAKEd the SV.
80297      Branch: perl
80298            ! sv.c
80299 ____________________________________________________________________________
80300 [  7162] By: nick                                  on 2000/10/06  20:25:37
80301         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
80302              To fix  (sort {$a <=> $b} keys %hash) in particular but
80303              should cover a number of other as-yet-unknown cases as well.
80304      Branch: perl
80305            ! sv.c
80306 ____________________________________________________________________________
80307 [  7161] By: jhi                                   on 2000/10/06  19:56:18
80308         Log: Change the version number of Tie::Handle in the core to 4.0,
80309              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
80310              
80311              Subject: Note on Tie::Handle
80312              From: andreas.koenig@anima.de (Andreas J. Koenig)
80313              Date:      06 Oct 2000 21:48:58 +0200
80314              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
80315      Branch: perl
80316            ! lib/Tie/Handle.pm
80317 ____________________________________________________________________________
80318 [  7160] By: jhi                                   on 2000/10/06  18:20:35
80319         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
80320              as the first option of cc/ld because of ultrapicky compilers
80321              (e.g. OS/390 R2.5)
80322      Branch: metaconfig
80323            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
80324            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
80325            ! U/compline/orderlib.U U/modified/Cppsym.U
80326            ! U/modified/d_access.U
80327      Branch: metaconfig/U/perl
80328            ! Checkcc.U d_dlsymun.U gccvers.U
80329      Branch: perl
80330            ! Configure config_h.SH
80331 ____________________________________________________________________________
80332 [  7159] By: jhi                                   on 2000/10/06  13:56:39
80333         Log: Update Changes.
80334      Branch: perl
80335            ! Changes patchlevel.h
80336 ____________________________________________________________________________
80337 [  7158] By: jhi                                   on 2000/10/06  12:48:40
80338         Log: Eliminate $Is_VMS code from the test.
80339              
80340              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
80341              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80342              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
80343              Date:     Thu, 5 Oct 2000 07:46:33 EDT
80344      Branch: perl
80345            ! t/lib/b.t
80346 ____________________________________________________________________________
80347 [  7157] By: jhi                                   on 2000/10/06  12:47:13
80348         Log: Also the $ccflags is needed for the C compiler check.
80349              
80350              Subject: Configure (check for C-compiler)
80351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80352              Date: Fri, 06 Oct 2000 08:47:15 +0200
80353              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
80354      Branch: metaconfig/U/perl
80355            ! Checkcc.U
80356      Branch: perl
80357            ! Configure config_h.SH
80358 ____________________________________________________________________________
80359 [  7156] By: jhi                                   on 2000/10/06  11:45:15
80360         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
80361      Branch: perl
80362            ! perl.c pp_ctl.c sv.h utf8.c
80363 ____________________________________________________________________________
80364 [  7155] By: jhi                                   on 2000/10/06  11:40:41
80365         Log: IO::Handle->syswrite() did not handle length omission
80366              like CORE::syswrite() does.
80367              
80368              Subject: [Fwd] IO::Handle, syswrite and arguments
80369              From: Graham Barr <gbarr@pobox.com>
80370              Date: Fri, 6 Oct 2000 10:22:05 +0100
80371              Message-ID: <20001006102205.U6312@pobox.com>
80372              
80373              The original patch from andrew@ugh.net.au.
80374      Branch: perl
80375            ! ext/IO/lib/IO/Handle.pm
80376 ____________________________________________________________________________
80377 [  7154] By: jhi                                   on 2000/10/06  01:42:15
80378         Log: Tweak #7153.
80379      Branch: perl
80380            ! utf8.h
80381 ____________________________________________________________________________
80382 [  7153] By: jhi                                   on 2000/10/06  00:39:55
80383         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
80384      Branch: perl
80385            ! utf8.h
80386 ____________________________________________________________________________
80387 [  7152] By: jhi                                   on 2000/10/06  00:38:11
80388         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
80389      Branch: perl
80390            ! perl.c pp_ctl.c sv.h utf8.c
80391 ____________________________________________________________________________
80392 [  7151] By: jhi                                   on 2000/10/06  00:36:38
80393         Log: Subject: Re: Questions about Tie::Array and perl modules
80394              From: Nick Ing-Simmons <nik@tiuk.ti.com>
80395              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
80396              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
80397              
80398              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
80399      Branch: perl
80400            ! lib/Tie/Array.pm t/op/array.t
80401 ____________________________________________________________________________
80402 [  7150] By: jhi                                   on 2000/10/05  00:20:45
80403         Log: Regen Changes.
80404      Branch: perl
80405            ! Changes patchlevel.h
80406 ____________________________________________________________________________
80407 [  7149] By: jhi                                   on 2000/10/05  00:20:01
80408         Log: Regen toc.
80409      Branch: perl
80410            ! pod/perltoc.pod
80411 ____________________________________________________________________________
80412 [  7148] By: jhi                                   on 2000/10/04  23:35:08
80413         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
80414              reported several times by Dominic Dunlop, for example in
80415              ID 20000315.008.  Patch from Dominic.  Patch affects at
80416              least MachTen, and possibly other oldish BSDs. Should not
80417              break non-broken platforms (tested on LinuxPPC). 
80418      Branch: perl
80419            ! doio.c
80420 ____________________________________________________________________________
80421 [  7147] By: jhi                                   on 2000/10/04  23:26:34
80422         Log: The one that got away from 7146.
80423      Branch: metaconfig
80424            + U/installdirs/installscripts.U
80425 ____________________________________________________________________________
80426 [  7146] By: jhi                                   on 2000/10/04  23:25:04
80427         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
80428              suggested by H. Merijn Brand.
80429      Branch: perl
80430            ! Configure INSTALL Makefile.SH Porting/Glossary
80431            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
80432            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
80433            ! win32/config.vc
80434 ____________________________________________________________________________
80435 [  7145] By: jhi                                   on 2000/10/04  22:08:21
80436         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
80437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80438              Date: Wed, 4 Oct 2000 17:37:46 -0400
80439              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
80440      Branch: perl
80441            ! utils/h2xs.PL
80442 ____________________________________________________________________________
80443 [  7144] By: jhi                                   on 2000/10/04  18:11:41
80444         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
80445              From: Jeff Pinyan <jeffp@crusoe.net>
80446              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
80447              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
80448      Branch: perl
80449            ! pod/perlrun.pod
80450 ____________________________________________________________________________
80451 [  7143] By: jhi                                   on 2000/10/04  18:09:58
80452         Log: Subject: perlhack.pod Patch for Externals Tools
80453              From: Fisher Mark <fisherm@tce.com>
80454              Date: Tue, 3 Oct 2000 15:43:27 -0500 
80455              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
80456      Branch: perl
80457            ! pod/perlhack.pod
80458 ____________________________________________________________________________
80459 [  7142] By: jhi                                   on 2000/10/04  18:08:41
80460         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
80461              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80462              Date:     Wed, 4 Oct 2000 12:11:11 EDT
80463              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
80464      Branch: perl
80465            ! vms/vms.c
80466 ____________________________________________________________________________
80467 [  7141] By: jhi                                   on 2000/10/04  12:20:16
80468         Log: Subject: [PATCH 5.7.0] h2xs not working
80469              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80470              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
80471              Date: Tue, 3 Oct 2000 21:43:01 -0400
80472              
80473              Subject: [PATCH 5.7.0] h2xs not documenting the created module
80474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80475              Date: Tue, 3 Oct 2000 22:55:19 -0400
80476              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
80477      Branch: perl
80478            ! utils/h2xs.PL
80479 ____________________________________________________________________________
80480 [  7140] By: jhi                                   on 2000/10/04  11:53:44
80481         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
80482              From: nick@babyhippo.com
80483              Date: Wed, 4 Oct 2000 12:06:45 +0100
80484              Message-Id: <20001004120645.A7356@babyhippo.com>
80485              
80486              Retract 7118 and 7135.
80487      Branch: perl
80488            ! installman installperl op.c t/pragma/subs.t
80489 ____________________________________________________________________________
80490 [  7139] By: jhi                                   on 2000/10/03  22:09:41
80491         Log: It is possible to have no hosts database at all.  Pointed out in
80492              
80493              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
80494              From: Peter Prymmer <pvhp@forte.com>
80495              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
80496              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
80497      Branch: metaconfig
80498            ! U/modified/myhostname.U
80499      Branch: perl
80500            ! Configure config_h.SH
80501 ____________________________________________________________________________
80502 [  7138] By: jhi                                   on 2000/10/03  21:49:49
80503         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
80504              From: Peter Prymmer <pvhp@forte.com>
80505              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
80506              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
80507      Branch: perl
80508            ! pp_sys.c
80509 ____________________________________________________________________________
80510 [  7137] By: jhi                                   on 2000/10/03  20:10:05
80511         Log: One remaining nit less at the VMS mailbox sizing.
80512      Branch: perl
80513            ! vms/vms.c
80514 ____________________________________________________________________________
80515 [  7136] By: jhi                                   on 2000/10/03  20:08:47
80516         Log: Test harness update to sync with the new perlcc,
80517              from Simon Cozens.
80518      Branch: perl
80519            ! t/TEST t/UTEST
80520 ____________________________________________________________________________
80521 [  7135] By: jhi                                   on 2000/10/03  15:15:42
80522         Log: Subject: Re: PATCH for 20001003.004
80523              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
80524              From: "AARON B. DOSSETT" <aaron@iglou.com>
80525              Message-Id: <E13gTay-0006od-00@iglou.com>
80526      Branch: perl
80527            ! installman installperl
80528 ____________________________________________________________________________
80529 [  7134] By: jhi                                   on 2000/10/03  15:00:34
80530         Log: Subject: [ID 20001003.006] B::Debug not -w clean
80531              From: Nicholas Clark <nick@babyhippo.co.uk>
80532              Date: Tue, 03 Oct 2000 15:46:32 +0100
80533              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
80534      Branch: perl
80535            ! ext/B/B/Debug.pm
80536 ____________________________________________________________________________
80537 [  7133] By: jhi                                   on 2000/10/03  14:58:39
80538         Log: Scale down the VMS message boxes, by Charles Lane.
80539              Fix for ID 20000903.009, workaround at
80540              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
80541      Branch: perl
80542            ! vms/vms.c
80543 ____________________________________________________________________________
80544 [  7132] By: jhi                                   on 2000/10/03  11:20:37
80545         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
80546      Branch: perl
80547            + t/lib/st-lock.t t/lib/st-utf8.t
80548            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
80549            ! ext/Storable/Storable.xs t/lib/st-recurse.t
80550 ____________________________________________________________________________
80551 [  7131] By: jhi                                   on 2000/10/03  03:38:23
80552         Log: Encode nits.
80553      Branch: perl
80554            ! MANIFEST Makefile.SH
80555 ____________________________________________________________________________
80556 [  7130] By: jhi                                   on 2000/10/03  03:31:05
80557         Log: Update Changes.
80558      Branch: perl
80559            ! Changes patchlevel.h
80560 ____________________________________________________________________________
80561 [  7129] By: jhi                                   on 2000/10/03  02:24:02
80562         Log: Misplaced else.
80563      Branch: metaconfig/U/perl
80564            ! d_strtoll.U
80565      Branch: perl
80566            ! Configure config_h.SH
80567 ____________________________________________________________________________
80568 [  7128] By: jhi                                   on 2000/10/03  02:08:29
80569         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
80570              From: sthoenna@efn.org
80571              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
80572              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
80573      Branch: metaconfig/U/perl
80574            ! d_strtoll.U
80575      Branch: perl
80576            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
80577 ____________________________________________________________________________
80578 [  7127] By: jhi                                   on 2000/10/03  01:13:14
80579         Log: Update Changes.
80580      Branch: perl
80581            ! Changes patchlevel.h
80582 ____________________________________________________________________________
80583 [  7126] By: jhi                                   on 2000/10/03  00:57:08
80584         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
80585              as suggested by Olaf Flebbe and Nick Clark.
80586      Branch: perl
80587            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
80588 ____________________________________________________________________________
80589 [  7125] By: jhi                                   on 2000/10/03  00:50:56
80590         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
80591              From: Nick Clark <nick@plum.flirble.org>
80592              Date: Mon, 2 Oct 2000 11:03:24 +0100
80593              Message-Id: <20001002110324.D20073@plum.flirble.org>
80594              
80595              Also fixes bug ID 20001002.005.
80596      Branch: perl
80597            ! t/lib/encode.t
80598 ____________________________________________________________________________
80599 [  7124] By: jhi                                   on 2000/10/03  00:34:59
80600         Log: Subject: [PATCH 5.7.0] Epoc update
80601              From: Olaf Flebbe <o.flebbe@gmx.de>
80602              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
80603              Message-ID: <26423.969484586@www10.gmx.net>
80604      Branch: perl
80605            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
80606            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
80607            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
80608            ! util.c util.h
80609 ____________________________________________________________________________
80610 [  7123] By: jhi                                   on 2000/10/03  00:30:07
80611         Log: Regen headers.
80612      Branch: perl
80613            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
80614 ____________________________________________________________________________
80615 [  7122] By: jhi                                   on 2000/10/03  00:10:48
80616         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
80617      Branch: perl
80618            ! hints/openbsd.sh
80619 ____________________________________________________________________________
80620 [  7121] By: jhi                                   on 2000/10/03  00:05:06
80621         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
80622              From: <abigail@foad.org>
80623              Date: Tue, 26 Sep 2000 13:36:14 -0400
80624              Message-ID: <20000926173614.4356.qmail@foad.org>
80625      Branch: perl
80626            ! pod/perlop.pod
80627 ____________________________________________________________________________
80628 [  7120] By: jhi                                   on 2000/10/03  00:04:00
80629         Log: Inside require() $^S was always left undefined.
80630              
80631              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
80632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80633              Date: Wed, 27 Sep 2000 18:54:49 -0400
80634              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
80635      Branch: perl
80636            ! cop.h mg.c pp_ctl.c util.c
80637 ____________________________________________________________________________
80638 [  7119] By: jhi                                   on 2000/10/03  00:00:16
80639         Log: Subject: [PATCH] DLL not restartabke with threaded perl
80640              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
80641              Date: Thu, 28 Sep 2000 09:20:46 +0100
80642              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
80643      Branch: perl
80644            ! perl.c
80645 ____________________________________________________________________________
80646 [  7118] By: jhi                                   on 2000/10/02  23:59:20
80647         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
80648              From: Nicholas Clark <nick@ccl4.org>
80649              Date: Thu, 28 Sep 2000 11:52:24 +0100
80650              Message-ID: <20000928115224.D7924@plum.flirble.org>
80651      Branch: perl
80652            ! op.c
80653 ____________________________________________________________________________
80654 [  7117] By: jhi                                   on 2000/10/02  23:57:51
80655         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
80656              From: Nicholas Clark <nick@babyhippo.co.uk>
80657              Date: Thu, 28 Sep 2000 12:18:10 +0100
80658              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
80659              
80660              Did not apply cleanly, manual intervention was needed.
80661      Branch: perl
80662            ! ext/B/B/Bytecode.pm utils/perlcc.PL
80663 ____________________________________________________________________________
80664 [  7116] By: jhi                                   on 2000/10/02  23:50:40
80665         Log: Document the issue (is not a syntax error, kind of)
80666              
80667              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
80668              From: Nicholas Clark <nick@ccl4.org>
80669              Date: Thu, 28 Sep 2000 17:12:42 +0100
80670              Message-ID: <20000928171242.K7924@plum.flirble.org>
80671      Branch: perl
80672            ! pod/perldata.pod
80673 ____________________________________________________________________________
80674 [  7115] By: jhi                                   on 2000/10/02  23:48:58
80675         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
80676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80677              Date: Thu, 28 Sep 2000 21:55:31 -0400
80678              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
80679      Branch: perl
80680            ! regexec.c
80681 ____________________________________________________________________________
80682 [  7114] By: jhi                                   on 2000/10/02  23:47:57
80683         Log: Subject: DOC PATCH 5.6.0
80684              From: mjd@plover.com
80685              Date: 30 Sep 2000 06:02:34 -0000
80686              Message-ID: <20000930060234.4559.qmail@plover.com>
80687      Branch: perl
80688            ! pod/perldebguts.pod
80689 ____________________________________________________________________________
80690 [  7113] By: jhi                                   on 2000/10/02  23:46:43
80691         Log: SOCK_DGRAM and listen() do not mix as reported in
80692              
80693              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
80694              From: Petter Reinholdtsen <pere@hungry.com>
80695              Date: Sun, 1 Oct 2000 10:57:20 +0800
80696              Message-Id: <200010010257.KAA05735@localhost.localdomain>
80697              
80698              The patch for 5.7.0+ had to be reengineered, though.
80699      Branch: perl
80700            ! ext/IO/lib/IO/Socket/UNIX.pm
80701 ____________________________________________________________________________
80702 [  7112] By: jhi                                   on 2000/10/02  23:36:57
80703         Log: Subject: Re: [PATCH 5.005_64 missed]
80704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80705              Date: Sun, 1 Oct 2000 18:50:10 -0400
80706              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
80707      Branch: perl
80708            ! pod/perlxs.pod
80709 ____________________________________________________________________________
80710 [  7111] By: jhi                                   on 2000/10/02  23:35:40
80711         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
80712              From: Radu Greab <radu@netsoft.ro>
80713              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
80714              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
80715      Branch: perl
80716            ! op.c opcode.pl t/op/substr.t
80717 ____________________________________________________________________________
80718 [  7110] By: jhi                                   on 2000/10/02  23:32:38
80719         Log: Subject: [PATCH] Fix aliasing of tied filehandles
80720              From: Daniel Chetlin <daniel@chetlin.com>
80721              Date: Mon, 2 Oct 2000 14:53:27 -0700
80722              Message-ID: <20001002145327.C1617@ilmd>
80723      Branch: perl
80724            ! perl.h pp_hot.c t/op/tiehandle.t
80725 ____________________________________________________________________________
80726 [  7109] By: jhi                                   on 2000/10/02  23:31:30
80727         Log: s/Robin Parker/Robin Barker/
80728      Branch: perl
80729            ! Changes5.6
80730 ____________________________________________________________________________
80731 [  7108] By: jhi                                   on 2000/10/02  23:15:46
80732         Log: Retract #7091 as suggested in
80733              
80734              From: Robin Barker <rmb1@cise.npl.co.uk> 
80735              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
80736              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
80737              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
80738      Branch: perl
80739            ! embed.pl proto.h
80740 ____________________________________________________________________________
80741 [  7107] By: nick                                  on 2000/10/02  18:23:14
80742         Log: A few tweaks to get Tk803 to work with Encode scheme.
80743      Branch: perl
80744            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
80745 ____________________________________________________________________________
80746 [  7106] By: nick                                  on 2000/10/01  21:34:14
80747         Log: Add checking cases to Encode's toUnicode and fromUnicode.
80748      Branch: perl
80749            ! ext/Encode/Encode.pm
80750 ____________________________________________________________________________
80751 [  7105] By: nick                                  on 2000/10/01  17:18:01
80752         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
80753              To read and use them.
80754              Add a lib/encode.t which checks a few things.
80755      Branch: perl
80756            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
80757            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
80758            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
80759            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
80760            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
80761            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
80762            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
80763            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
80764            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
80765            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
80766            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
80767            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
80768            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
80769            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
80770            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
80771            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
80772            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
80773            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
80774            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
80775            + ext/Encode/Encode/iso2022-jp.enc
80776            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
80777            + ext/Encode/Encode/iso8859-1.enc
80778            + ext/Encode/Encode/iso8859-2.enc
80779            + ext/Encode/Encode/iso8859-3.enc
80780            + ext/Encode/Encode/iso8859-4.enc
80781            + ext/Encode/Encode/iso8859-5.enc
80782            + ext/Encode/Encode/iso8859-6.enc
80783            + ext/Encode/Encode/iso8859-7.enc
80784            + ext/Encode/Encode/iso8859-8.enc
80785            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
80786            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
80787            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
80788            + ext/Encode/Encode/macCentEuro.enc
80789            + ext/Encode/Encode/macCroatian.enc
80790            + ext/Encode/Encode/macCyrillic.enc
80791            + ext/Encode/Encode/macDingbats.enc
80792            + ext/Encode/Encode/macGreek.enc
80793            + ext/Encode/Encode/macIceland.enc
80794            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
80795            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
80796            + ext/Encode/Encode/macTurkish.enc
80797            + ext/Encode/Encode/macUkraine.enc
80798            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
80799            + t/lib/encode.t
80800            ! MANIFEST ext/Encode/Encode.pm
80801 ____________________________________________________________________________
80802 [  7104] By: nick                                  on 2000/09/30  13:04:30
80803         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
80804              From: Daniel Chetlin <daniel@chetlin.com>
80805              Date: Mon, 18 Sep 2000 05:05:40 -0700
80806              Message-Id: <20000918050540.C652@ilmd>
80807      Branch: perl
80808            ! lib/overload.pm sv.c t/pragma/overload.t
80809 ____________________________________________________________________________
80810 [  7103] By: nick                                  on 2000/09/30  12:53:36
80811         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
80812              From: Johan Vromans <jvromans@squirrel.nl>
80813              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
80814              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
80815      Branch: perl
80816            ! pod/Makefile.SH
80817 ____________________________________________________________________________
80818 [  7102] By: nick                                  on 2000/09/30  12:52:31
80819         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
80820              From: Spider Boardman <spider@Orb.Nashua.NH.US>
80821              Date: Sat, 16 Sep 2000 16:36:45 -0400
80822              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
80823      Branch: perl
80824            ! ext/B/B/Deparse.pm
80825 ____________________________________________________________________________
80826 [  7101] By: nick                                  on 2000/09/30  12:51:41
80827         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
80828              From: Craig A. Berry <craig.berry@psinetcs.com>
80829              Date: Sat, 16 Sep 2000 10:11:10 -0500
80830              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
80831      Branch: perl
80832            ! vms/vms.c
80833 ____________________________________________________________________________
80834 [  7100] By: nick                                  on 2000/09/30  12:50:33
80835         Log: Subject: Re: unicode support and perl [ID 20000901.097]
80836              From: Spider Boardman <spider@Orb.Nashua.NH.US>
80837              Date: Fri, 15 Sep 2000 16:37:58 -0400
80838              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
80839      Branch: perl
80840            ! t/op/append.t
80841 ____________________________________________________________________________
80842 [  7099] By: nick                                  on 2000/09/30  12:49:35
80843         Log: Subject: Re: unicode support and perl [ID 20000901.097]
80844              From: Spider Boardman <spider@Orb.Nashua.NH.US>
80845              Date: Fri, 15 Sep 2000 16:25:30 -0400
80846              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
80847      Branch: perl
80848            ! pp_hot.c
80849 ____________________________________________________________________________
80850 [  7098] By: nick                                  on 2000/09/30  12:48:00
80851         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
80852              From: Gisle Aas <gisle@ActiveState.com>
80853              Date: 15 Sep 2000 16:23:41 +0200
80854              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
80855      Branch: perl
80856            ! toke.c
80857 ____________________________________________________________________________
80858 [  7097] By: nick                                  on 2000/09/30  12:45:16
80859         Log: Subject: [PATCH] Nits in perlmod.pod
80860              From: Daniel Chetlin <daniel@chetlin.com>
80861              Date: Fri, 15 Sep 2000 02:04:09 -0700
80862              Message-Id: <20000915020409.A2104@ilmd>
80863      Branch: perl
80864            ! pod/perlmod.pod
80865 ____________________________________________________________________________
80866 [  7096] By: nick                                  on 2000/09/30  12:18:00
80867         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
80868              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
80869              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
80870              0 to checking to get the warning.
80871      Branch: perl
80872            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
80873            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
80874            ! regexec.c sv.c toke.c utf8.c
80875 ____________________________________________________________________________
80876 [  7095] By: nick                                  on 2000/09/15  16:55:59
80877         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
80878              
80879              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
80880              From: Spider Boardman <spider@Orb.Nashua.NH.US>
80881              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
80882              Date: Fri, 15 Sep 2000 06:37:30 -0400
80883      Branch: perl
80884            ! ext/Encode/Encode.xs sv.c
80885 ____________________________________________________________________________
80886 [  7094] By: jhi                                   on 2000/09/15  03:23:32
80887         Log: Update Changes.
80888      Branch: perl
80889            ! Changes patchlevel.h
80890 ____________________________________________________________________________
80891 [  7093] By: jhi                                   on 2000/09/15  03:11:44
80892         Log: Fix for the charnames.t failures from Spider Boardman.
80893      Branch: perl
80894            ! toke.c
80895 ____________________________________________________________________________
80896 [  7092] By: jhi                                   on 2000/09/15  00:15:48
80897         Log: Botched the #7090 check-in.
80898      Branch: perl
80899            ! sv.c
80900 ____________________________________________________________________________
80901 [  7091] By: jhi                                   on 2000/09/14  23:33:24
80902         Log: Part of #7081 didn't come through.
80903      Branch: perl
80904            ! embed.pl proto.h
80905 ____________________________________________________________________________
80906 [  7090] By: jhi                                   on 2000/09/14  23:17:39
80907         Log: Subject: Re: perl@7078 
80908              From: Spider Boardman <spider@web.zk3.dec.com>
80909              Date: Thu, 14 Sep 2000 19:06:36 -0400
80910              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
80911      Branch: perl
80912            ! sv.c toke.c
80913 ____________________________________________________________________________
80914 [  7089] By: jhi                                   on 2000/09/14  23:11:21
80915         Log: Small portability tweaks.
80916      Branch: perl
80917            ! ext/Encode/Encode.xs
80918 ____________________________________________________________________________
80919 [  7088] By: jhi                                   on 2000/09/14  22:57:23
80920         Log: Fake return to pacify picky compilers.
80921      Branch: perl
80922            ! ext/Encode/Encode.xs
80923 ____________________________________________________________________________
80924 [  7087] By: jhi                                   on 2000/09/14  22:53:37
80925         Log: Subject: [PATCH] utf8.c apidoc
80926              From: Simon Cozens <simon@cozens.net>
80927              Date: Thu, 14 Sep 2000 23:46:57 +0100
80928              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
80929      Branch: perl
80930            ! perlapi.c pod/perlapi.pod utf8.c
80931 ____________________________________________________________________________
80932 [  7086] By: jhi                                   on 2000/09/14  22:40:38
80933         Log: We don't need to count the high bit bytes, a boolean is enough. 
80934      Branch: perl
80935            ! sv.c
80936 ____________________________________________________________________________
80937 [  7085] By: jhi                                   on 2000/09/14  21:20:09
80938         Log: Replace #7084 with
80939              
80940              Subject: Re: perl@7078 
80941              From: Spider Boardman <spider@web.zk3.dec.com>
80942              Date: Thu, 14 Sep 2000 17:09:36 -0400
80943              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
80944      Branch: perl
80945            ! sv.c utf8.c
80946 ____________________________________________________________________________
80947 [  7084] By: jhi                                   on 2000/09/14  20:03:34
80948         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
80949              convertible to bytes by checking it doesn't go above 0xc3
80950              
80951              Subject: Re: perl@7078
80952              From: Simon Cozens <simon@cozens.net>
80953              Date: Thu, 14 Sep 2000 20:59:19 +0100
80954              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
80955      Branch: perl
80956            ! utf8.c
80957 ____________________________________________________________________________
80958 [  7083] By: jhi                                   on 2000/09/14  19:38:47
80959         Log: Subject: Re: perl@7078
80960              From: Simon Cozens <simon@cozens.net>
80961              Date: Thu, 14 Sep 2000 20:13:09 +0100
80962              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
80963      Branch: perl
80964            ! t/op/bop.t
80965 ____________________________________________________________________________
80966 [  7082] By: jhi                                   on 2000/09/14  17:50:44
80967         Log: The one that got away.
80968      Branch: perl
80969            ! lib/File/Find.pm
80970 ____________________________________________________________________________
80971 [  7081] By: jhi                                   on 2000/09/14  17:45:35
80972         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
80973              From: Robin Barker <rmb1@cise.npl.co.uk>
80974              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
80975              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
80976      Branch: perl
80977            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
80978            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
80979            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
80980            ! regcomp.c toke.c universal.c
80981 ____________________________________________________________________________
80982 [  7080] By: jhi                                   on 2000/09/14  17:40:35
80983         Log: Problems picked up by AIX cc.
80984              
80985              Subject: Re: perl@7078 (patch included)
80986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80987              Date: Thu, 14 Sep 2000 18:53:30 +0200
80988              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
80989      Branch: perl
80990            ! ext/Encode/Encode.xs
80991 ____________________________________________________________________________
80992 [  7079] By: jhi                                   on 2000/09/14  17:38:27
80993         Log: Subject: File::Find 5.7.0 POD nits
80994              From: Rich Morin <rdm@cfcl.com>
80995              Date: Wed, 13 Sep 2000 22:03:58 -0700
80996              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
80997      Branch: perl
80998            ! lib/File/Find.pm
80999 ____________________________________________________________________________
81000 [  7078] By: jhi                                   on 2000/09/14  14:58:20
81001         Log: Update Changes.
81002      Branch: perl
81003            ! Changes patchlevel.h
81004 ____________________________________________________________________________
81005 [  7077] By: jhi                                   on 2000/09/14  14:55:54
81006         Log: Compilation warnings and an error.
81007      Branch: perl
81008            ! sv.c
81009 ____________________________________________________________________________
81010 [  7076] By: jhi                                   on 2000/09/14  14:42:56
81011         Log: Fix for a parsing bug, not for the original bug.
81012              
81013              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
81014              From: Spider Boardman <spider@web.zk3.dec.com>
81015              Date: Wed, 13 Sep 2000 17:52:20 -0400
81016              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
81017      Branch: perl
81018            ! regcomp.c
81019 ____________________________________________________________________________
81020 [  7075] By: jhi                                   on 2000/09/14  14:40:40
81021         Log: Batch of UTF-8 patches from Simon Cozens.
81022      Branch: perl
81023            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
81024            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
81025            ! toke.c utf8.c
81026 ____________________________________________________________________________
81027 [  7074] By: jhi                                   on 2000/09/14  14:29:58
81028         Log: Subject: Re: Two advertising clauses need to be removed
81029              From: Russ Allbery <rra@stanford.edu>
81030              Date: 13 Sep 2000 18:50:26 -0700
81031              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
81032      Branch: perl
81033            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
81034 ____________________________________________________________________________
81035 [  7073] By: jhi                                   on 2000/09/14  14:28:20
81036         Log: Subject: [PATCH] de-wall t/README
81037              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81038              Date: Wed, 13 Sep 2000 17:46:55 -0700
81039              Message-ID: <//Bw5gzkge/e092yn@efn.org>
81040      Branch: perl
81041            ! t/README
81042 ____________________________________________________________________________
81043 [  7072] By: jhi                                   on 2000/09/14  14:25:10
81044         Log: Hints optimization.
81045              
81046              Subject: Minor nit
81047              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81048              Date: Wed, 13 Sep 2000 21:42:07 +0200
81049              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
81050      Branch: perl
81051            ! hints/hpux.sh
81052 ____________________________________________________________________________
81053 [  7071] By: jhi                                   on 2000/09/14  14:23:30
81054         Log: Allow chop() and chomp() to be overridden.
81055              
81056              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
81057              From: "Casey R. Tweten" <crt@kiski.net>
81058              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
81059              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
81060      Branch: perl
81061            ! toke.c
81062 ____________________________________________________________________________
81063 [  7070] By: jhi                                   on 2000/09/14  14:20:36
81064         Log: The return value of setlocale must be copied away.
81065              
81066              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
81067              From: Alan Burlison <Alan.Burlison@uk.sun.com>
81068              Date: Wed, 13 Sep 2000 16:27:37 +0100 
81069              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
81070      Branch: perl
81071            ! util.c
81072 ____________________________________________________________________________
81073 [  7069] By: jhi                                   on 2000/09/14  14:16:27
81074         Log: Remove vestiges of tr//CU.
81075              
81076              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
81077              From: Nick Clark <nick@plum.flirble.org>
81078              Date: Tue, 12 Sep 2000 22:50:14 +0100
81079              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
81080              
81081              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
81082              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81083              Date: Tue, 12 Sep 2000 21:38:48 -0700
81084              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
81085      Branch: perl
81086            ! op.h pod/perlunicode.pod
81087 ____________________________________________________________________________
81088 [  7068] By: jhi                                   on 2000/09/13  14:18:39
81089         Log: Add the Encode extension.  The code is still largely just skeleton.
81090      Branch: perl
81091            + ext/Encode/Encode.pm ext/Encode/Encode.xs
81092            + ext/Encode/Makefile.PL ext/Encode/Todo
81093            ! MANIFEST Todo-5.6
81094 ____________________________________________________________________________
81095 [  7067] By: jhi                                   on 2000/09/12  17:43:33
81096         Log: Allow for whitespace between "#" and "line" in cpp output.
81097              
81098              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
81099              From: Calle Dybedahl <calle@lysator.liu.se>
81100              Date: 12 Sep 2000 19:38:02 +0200 
81101              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
81102      Branch: perl
81103            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
81104 ____________________________________________________________________________
81105 [  7066] By: gsar                                  on 2000/09/12  17:24:29
81106         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
81107              initialization in all the threads on Windows
81108      Branch: perl
81109            ! win32/win32.c
81110 ____________________________________________________________________________
81111 [  7065] By: jhi                                   on 2000/09/12  15:11:31
81112         Log: Update Changes.
81113      Branch: perl
81114            ! Changes patchlevel.h
81115 ____________________________________________________________________________
81116 [  7064] By: jhi                                   on 2000/09/12  14:54:54
81117         Log: Retract #7062, the pod tests are not ready.
81118      Branch: perl
81119            ! t/TEST t/harness
81120 ____________________________________________________________________________
81121 [  7063] By: jhi                                   on 2000/09/12  14:25:41
81122         Log: The #7054 truncated Configure badly.
81123      Branch: metaconfig/U/perl
81124            ! End.U
81125      Branch: perl
81126            ! Configure config_h.SH
81127 ____________________________________________________________________________
81128 [  7062] By: jhi                                   on 2000/09/12  14:08:32
81129         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
81130              From: sthoenna@efn.org
81131              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
81132              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
81133      Branch: perl
81134            ! t/TEST t/harness
81135 ____________________________________________________________________________
81136 [  7061] By: jhi                                   on 2000/09/12  14:07:18
81137         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
81138              From: sthoenna@efn.org
81139              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
81140              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
81141      Branch: perl
81142            ! pod/perlxs.pod
81143 ____________________________________________________________________________
81144 [  7060] By: jhi                                   on 2000/09/12  14:06:08
81145         Log: Break up the myconfig lines a bit.
81146              
81147              Subject: perlbug/perl -V output format
81148              From: sthoenna@efn.org
81149              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
81150              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
81151      Branch: perl
81152            ! myconfig.SH
81153 ____________________________________________________________________________
81154 [  7059] By: jhi                                   on 2000/09/12  14:05:04
81155         Log: Test for the #7049.
81156              
81157              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
81158              From: andreas.koenig@anima.de (Andreas J. Koenig)
81159              Date: 12 Sep 2000 06:42:01 +0200
81160              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
81161      Branch: perl
81162            ! t/op/my.t
81163 ____________________________________________________________________________
81164 [  7058] By: jhi                                   on 2000/09/12  14:03:05
81165         Log: Subject: [patch: perl@7045] vms updates
81166              From: Peter Prymmer <pvhp@forte.com>
81167              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
81168              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
81169      Branch: perl
81170            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
81171 ____________________________________________________________________________
81172 [  7057] By: jhi                                   on 2000/09/12  14:00:51
81173         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
81174              From: sthoenna@efn.org
81175              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
81176              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
81177      Branch: perl
81178            ! t/op/64bitint.t
81179 ____________________________________________________________________________
81180 [  7056] By: jhi                                   on 2000/09/12  13:58:14
81181         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
81182              From: Jeff Pinyan <jeffp@crusoe.net>
81183              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
81184              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
81185      Branch: perl
81186            ! pod/perlfunc.pod
81187 ____________________________________________________________________________
81188 [  7055] By: jhi                                   on 2000/09/12  13:56:32
81189         Log: Do in VMS as the #7054 does.
81190      Branch: perl
81191            ! configure.com
81192 ____________________________________________________________________________
81193 [  7054] By: jhi                                   on 2000/09/12  13:50:31
81194         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
81195              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
81196              Date: Mon, 11 Sep 2000 08:33:09 +0100
81197              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
81198      Branch: metaconfig/U/perl
81199            ! End.U
81200      Branch: perl
81201            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
81202            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
81203 ____________________________________________________________________________
81204 [  7053] By: jhi                                   on 2000/09/12  13:29:19
81205         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
81206              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81207              Date:     Tue, 12 Sep 2000 08:35:59 EDT
81208              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
81209      Branch: perl
81210            ! vms/test.com
81211 ____________________________________________________________________________
81212 [  7052] By: jhi                                   on 2000/09/11  23:01:50
81213         Log: Document the SvUTF8*().
81214      Branch: perl
81215            ! pod/perlapi.pod sv.h
81216 ____________________________________________________________________________
81217 [  7051] By: gsar                                  on 2000/09/11  14:46:30
81218         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
81219              (missed a spot when fixing up op_pmreplroot hack for ithreads)
81220      Branch: perl
81221            ! op.c t/op/split.t
81222 ____________________________________________________________________________
81223 [  7050] By: nick                                  on 2000/09/11  10:03:51
81224         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
81225              
81226              Subject: borland C++ win32.c tweak
81227              From: Vadim Konovalov <vkonovalov@lucent.com>
81228              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
81229              Date: Mon, 11 Sep 2000 11:22:33 +0400
81230      Branch: perl
81231            ! win32/win32.c
81232 ____________________________________________________________________________
81233 [  7049] By: nick                                  on 2000/09/11  09:57:33
81234         Log: Point fix for s/// on foreach (keys %xxx).
81235      Branch: perl
81236            ! pp_hot.c
81237 ____________________________________________________________________________
81238 [  7048] By: jhi                                   on 2000/09/10  23:37:09
81239         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
81240              by Pod::Text, from Brad Appleton.
81241      Branch: perl
81242            ! t/pod/testp2pt.pl
81243 ____________________________________________________________________________
81244 [  7047] By: jhi                                   on 2000/09/10  14:32:53
81245         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
81246              by Russ Allbery.
81247      Branch: perl
81248            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
81249 ____________________________________________________________________________
81250 [  7046] By: jhi                                   on 2000/09/10  14:15:08
81251         Log: Upgrade to CPAN 1.57_65, from Andreas König.
81252      Branch: perl
81253            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
81254 ____________________________________________________________________________
81255 [  7045] By: jhi                                   on 2000/09/08  21:36:32
81256         Log: Update Changes.
81257      Branch: perl
81258            ! Changes patchlevel.h
81259 ____________________________________________________________________________
81260 [  7044] By: jhi                                   on 2000/09/08  21:29:56
81261         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
81262              From: Peter Prymmer <pvhp@forte.com>
81263              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
81264              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
81265      Branch: perl
81266            ! configure.com
81267 ____________________________________________________________________________
81268 [  7043] By: jhi                                   on 2000/09/08  21:27:50
81269         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
81270              From: Peter Prymmer <pvhp@forte.com>
81271              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
81272              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
81273      Branch: perl
81274            ! Makefile.SH installperl
81275 ____________________________________________________________________________
81276 [  7042] By: jhi                                   on 2000/09/08  21:23:21
81277         Log: Continue #7041.
81278      Branch: perl
81279            ! cygwin/Makefile.SHs os2/Makefile.SHs
81280 ____________________________________________________________________________
81281 [  7041] By: jhi                                   on 2000/09/08  21:18:10
81282         Log: Do away with memory models cruft.  Sorry, PDP users.
81283      Branch: metaconfig
81284            ! U/modified/cc.U U/modified/libpth.U
81285      Branch: perl
81286            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
81287            ! Porting/config_H cflags.SH config_h.SH configure.com
81288            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
81289            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
81290            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
81291 ____________________________________________________________________________
81292 [  7040] By: jhi                                   on 2000/09/08  14:34:18
81293         Log: Major rewrite of s2p.  And I mean really major, it is
81294              an implementation of sed in perl.  If called as s2p it
81295              will function as s2p.  Note: needs non-UNIXifying.
81296              
81297              Subject: s2p
81298              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
81299              Date: Mon, 28 Aug 2000 14:05:12 +0200
81300              Message-ID: <39AA5578.2102E2AA@alcatel.at>
81301      Branch: perl
81302            ! x2p/s2p.PL
81303 ____________________________________________________________________________
81304 [  7039] By: jhi                                   on 2000/09/08  14:19:49
81305         Log: Re-allow vec() for characters > 255.
81306              
81307              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
81308              From: Spider Boardman <spider@web.zk3.dec.com>
81309              Date: Fri, 08 Sep 2000 02:21:02 -0400
81310              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
81311      Branch: perl
81312            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
81313            ! t/op/vec.t
81314 ____________________________________________________________________________
81315 [  7038] By: jhi                                   on 2000/09/08  14:14:18
81316         Log: Subject: [PATCH lib/Benchmark.pm]
81317              From: <abigail@foad.org>
81318              Date: Thu, 7 Sep 2000 15:03:20 -0400
81319              Message-ID: <20000907190320.888.qmail@foad.org>
81320      Branch: perl
81321            ! lib/Benchmark.pm
81322 ____________________________________________________________________________
81323 [  7037] By: jhi                                   on 2000/09/08  14:11:06
81324         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
81325              
81326              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
81327              From: Spider Boardman <spider@web.zk3.dec.com>
81328              Date: Fri, 08 Sep 2000 01:30:27 -0400
81329              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
81330      Branch: perl
81331            ! op.c
81332 ____________________________________________________________________________
81333 [  7036] By: jhi                                   on 2000/09/08  14:08:58
81334         Log: Subject: [ID 20000908.002] perlipc documentation bug.
81335              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
81336              Date: Fri, 08 Sep 2000 12:38:32 +0200
81337              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
81338      Branch: perl
81339            ! pod/perlipc.pod
81340 ____________________________________________________________________________
81341 [  7035] By: jhi                                   on 2000/09/08  14:03:12
81342         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
81343              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81344              Date: Fri, 08 Sep 2000 11:47:34 +0200
81345              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
81346      Branch: perl
81347            ! hints/dec_osf.sh
81348 ____________________________________________________________________________
81349 [  7034] By: jhi                                   on 2000/09/08  13:59:35
81350         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
81351              From: Simon Cozens <simon@cozens.net>
81352              Date: Thu, 7 Sep 2000 20:40:38 +0100
81353              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
81354      Branch: perl
81355            ! pp_hot.c
81356 ____________________________________________________________________________
81357 [  7033] By: jhi                                   on 2000/09/08  04:03:03
81358         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
81359              From: "Larry W. Virden" <lvirden@cas.org>
81360              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
81361              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
81362      Branch: perl
81363            ! pod/perldiag.pod
81364 ____________________________________________________________________________
81365 [  7032] By: jhi                                   on 2000/09/07  22:18:30
81366         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
81367              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
81368              Date: Mon, 04 Sep 2000 13:16:38 -0700
81369              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
81370      Branch: perl
81371            ! lib/perl5db.pl
81372 ____________________________________________________________________________
81373 [  7031] By: jhi                                   on 2000/09/07  22:02:29
81374         Log: Fix the ccversion detection for 5.1 and beyond.
81375              
81376              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
81377              From: Spider Boardman <spider@leggy.zk3.dec.com>
81378              Date: Thu, 7 Sep 2000 17:54:27 -0400
81379              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
81380      Branch: perl
81381            ! hints/dec_osf.sh
81382 ____________________________________________________________________________
81383 [  7030] By: jhi                                   on 2000/09/07  19:12:28
81384         Log: Fix for
81385              
81386              Subject: [ID 20000903.001] \w in utf8-strings
81387              From: Marc Lehmann <pcg@goof.com>
81388              Date: Sun, 03 Sep 2000 09:44:29 +0200
81389              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
81390              
81391              and various related nits.
81392      Branch: perl
81393            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
81394 ____________________________________________________________________________
81395 [  7029] By: jhi                                   on 2000/09/07  18:49:09
81396         Log: Fix the URL, but the server is still missing in action.
81397              
81398              Subject: [ID 20000905.002] perlfaq1.pod URL error
81399              From: "Larry W. Virden" <lvirden@cas.org>
81400              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
81401              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
81402      Branch: perl
81403            ! pod/perlfaq1.pod
81404 ____________________________________________________________________________
81405 [  7028] By: jhi                                   on 2000/09/07  18:47:13
81406         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
81407              From: Hugo <hv@crypt.compulink.co.uk>
81408              Date: Tue, 05 Sep 2000 14:13:37 +0100
81409              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
81410      Branch: perl
81411            ! toke.c
81412 ____________________________________________________________________________
81413 [  7027] By: jhi                                   on 2000/09/07  18:45:35
81414         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
81415              From: Daniel Chetlin <daniel@chetlin.com>
81416              Date: Tue, 5 Sep 2000 04:57:07 -0700
81417              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
81418      Branch: perl
81419            ! pod/perlfaq6.pod pod/perlop.pod
81420 ____________________________________________________________________________
81421 [  7026] By: jhi                                   on 2000/09/07  18:44:01
81422         Log: Document the new ref() semantics.
81423              
81424              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
81425              From: Gisle Aas <gisle@ActiveState.com>
81426              Date: 05 Sep 2000 08:10:30 +0200
81427              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
81428      Branch: perl
81429            ! pod/perldelta.pod
81430 ____________________________________________________________________________
81431 [  7025] By: jhi                                   on 2000/09/07  18:42:27
81432         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
81433              
81434              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
81435              From: Gisle Aas <gisle@ActiveState.com>
81436              Date: 05 Sep 2000 08:11:40 +0200
81437              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
81438      Branch: perl
81439            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
81440 ____________________________________________________________________________
81441 [  7024] By: jhi                                   on 2000/09/07  18:39:32
81442         Log: Subject: [PATCH] Modernize Opcode.pm documentation
81443              From: Gisle Aas <gisle@ActiveState.com>
81444              Date: 4 Sep 2000 00:18:55 -0000
81445              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
81446      Branch: perl
81447            ! ext/Opcode/Opcode.pm
81448 ____________________________________________________________________________
81449 [  7023] By: jhi                                   on 2000/09/07  18:37:42
81450         Log: Subject: [PATCH] Tied filehandle documentation
81451              From: Gisle Aas <gisle@ActiveState.com>
81452              Date: 4 Sep 2000 00:14:40 -0000
81453              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
81454      Branch: perl
81455            ! pod/perlfunc.pod pod/perltie.pod
81456 ____________________________________________________________________________
81457 [  7022] By: jhi                                   on 2000/09/07  18:35:37
81458         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
81459              From: Gisle Aas <gisle@ActiveState.com>
81460              Date: 4 Sep 2000 00:04:22 -0000
81461              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
81462      Branch: perl
81463            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
81464 ____________________________________________________________________________
81465 [  7021] By: jhi                                   on 2000/09/07  18:33:22
81466         Log: Subject: small apidoc fix
81467              From: Marc Lehmann <pcg@goof.com>
81468              Date: Sun, 3 Sep 2000 05:12:06 +0200
81469              Message-ID: <20000903051206.A5909@cerebro.laendle>
81470      Branch: perl
81471            ! pod/perlapi.pod utf8.c
81472 ____________________________________________________________________________
81473 [  7020] By: jhi                                   on 2000/09/07  16:14:57
81474         Log: Tiny perldelta nits.
81475      Branch: perl
81476            ! pod/perldelta.pod
81477 ____________________________________________________________________________
81478 [  7019] By: jhi                                   on 2000/09/07  16:04:20
81479         Log: Guard against bad string->int conversion for quads.
81480      Branch: perl
81481            ! t/op/64bitint.t
81482 ____________________________________________________________________________
81483 [  7018] By: jhi                                   on 2000/09/06  17:07:03
81484         Log: Update Unicode todo list.
81485      Branch: perl
81486            ! Todo-5.6
81487 ____________________________________________________________________________
81488 [  7017] By: jhi                                   on 2000/09/05  21:16:01
81489         Log: Document the SvIOK_.*UV().
81490      Branch: perl
81491            ! pod/perlapi.pod sv.h
81492 ____________________________________________________________________________
81493 [  7016] By: nick                                  on 2000/09/03  21:54:46
81494         Log: Hash lookup of constant strings optimization:
81495              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
81496              to string table (as per sharepvn). Add newSV_pvn_share to create such
81497              a thing. Make hv.c compare addresses of strings and skip string compare
81498              if equal. Make method_named and helem ops use these shared-string SVs
81499              when arg is constant. Make keys op return shared-string SVs (less clearly
81500              a win).
81501      Branch: perl
81502            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
81503            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
81504            ! pod/perlintern.pod pp_hot.c proto.h sv.c
81505 ____________________________________________________________________________
81506 [  7015] By: jhi                                   on 2000/09/02  17:48:59
81507         Log: This is 5.7.0.
81508      Branch: perl
81509            ! Changes
81510 ____________________________________________________________________________
81511 [  7014] By: jhi                                   on 2000/09/02  17:35:45
81512         Log: Changes and patchlevel tweaks.
81513      Branch: perl
81514            ! Changes patchlevel.h
81515 ____________________________________________________________________________
81516 [  7013] By: jhi                                   on 2000/09/02  17:30:50
81517         Log: Update Changes.
81518      Branch: perl
81519            ! Changes patchlevel.h
81520 ____________________________________________________________________________
81521 [  7012] By: nick                                  on 2000/09/02  17:25:20
81522         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
81523      Branch: perl
81524            ! gv.c lib/overload.pm
81525 ____________________________________________________________________________
81526 [  7011] By: jhi                                   on 2000/09/02  17:16:25
81527         Log: Update perlhist.
81528      Branch: perl
81529            ! pod/perlhist.pod
81530 ____________________________________________________________________________
81531 [  7010] By: jhi                                   on 2000/09/02  17:01:35
81532         Log: perldelta nits.
81533      Branch: perl
81534            ! pod/perldelta.pod
81535 ____________________________________________________________________________
81536 [  7009] By: nick                                  on 2000/09/02  16:48:35
81537         Log: If overloaded %{} etc. return the object do not loop.
81538              Thus  sub deref { $_[0] } functions if object is wanted type.
81539      Branch: perl
81540            ! pp.h
81541 ____________________________________________________________________________
81542 [  7008] By: jhi                                   on 2000/09/02  16:26:11
81543         Log: Retab MANIFEST.
81544      Branch: perl
81545            ! ext/Storable/MANIFEST
81546 ____________________________________________________________________________
81547 [  7007] By: jhi                                   on 2000/09/02  16:23:02
81548         Log: Make certain cc is set before trying to run it.
81549      Branch: perl
81550            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
81551 ____________________________________________________________________________
81552 [  7006] By: jhi                                   on 2000/09/02  15:45:41
81553         Log: Unicode notes.
81554      Branch: perl
81555            ! pod/perldelta.pod
81556 ____________________________________________________________________________
81557 [  7005] By: jhi                                   on 2000/09/02  15:42:11
81558         Log: Various Configure nits by Philip Newton,
81559              plus the ebcdic one by me.
81560      Branch: metaconfig
81561            + U/modified/pager.U
81562            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
81563      Branch: metaconfig/U/perl
81564            ! Devel.U quadfio.U
81565      Branch: perl
81566            ! Configure config_h.SH
81567 ____________________________________________________________________________
81568 [  7004] By: jhi                                   on 2000/09/02  15:06:14
81569         Log: Apparently avoiding the swapping is too costly.
81570              
81571              From: "Ben Tilly" <ben_tilly@hotmail.com>
81572              Subject: Re: the door is closed.
81573              Date: Fri, 01 Sep 2000 20:23:16 EDT
81574              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
81575      Branch: perl
81576            ! pod/perlfaq4.pod
81577 ____________________________________________________________________________
81578 [  7003] By: nick                                  on 2000/09/02  12:26:04
81579         Log: Undo part of change 6489 which looks like a bulk edit which
81580              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
81581              The supressing of main:: on return from select() is undesirable.
81582      Branch: perl
81583            ! pp_sys.c
81584 ____________________________________________________________________________
81585 [  7002] By: jhi                                   on 2000/09/01  23:08:54
81586         Log: Update Changes.
81587      Branch: perl
81588            ! Changes patchlevel.h
81589 ____________________________________________________________________________
81590 [  7001] By: jhi                                   on 2000/09/01  23:00:13
81591         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
81592              From: Peter Prymmer <pvhp@forte.com>
81593              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
81594              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
81595              
81596              plus rework the http: spots as suggested by Tom Christiansen,
81597              plus regen perltoc.
81598      Branch: perl
81599            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
81600            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
81601 ____________________________________________________________________________
81602 [  7000] By: jhi                                   on 2000/09/01  22:36:01
81603         Log: Only the first line, thank you very much.
81604      Branch: perl
81605            ! hints/solaris_2.sh
81606 ____________________________________________________________________________
81607 [  6999] By: gsar                                  on 2000/09/01  22:16:40
81608         Log: change#6791 accidentally clobbered change#6710, put it back
81609      Branch: perl
81610            ! win32/win32.c
81611 ____________________________________________________________________________
81612 [  6998] By: jhi                                   on 2000/09/01  22:14:16
81613         Log: Mention the HP-UX LP64 freak failure.
81614      Branch: perl
81615            ! pod/perldelta.pod
81616 ____________________________________________________________________________
81617 [  6997] By: jhi                                   on 2000/09/01  21:48:32
81618         Log: Detypo.
81619      Branch: perl
81620            ! hints/hpux.sh
81621 ____________________________________________________________________________
81622 [  6996] By: jhi                                   on 2000/09/01  21:27:10
81623         Log: Update Changes.
81624      Branch: perl
81625            ! Changes patchlevel.h
81626 ____________________________________________________________________________
81627 [  6995] By: jhi                                   on 2000/09/01  21:14:24
81628         Log: Mi splgn s gnin.g
81629      Branch: perl
81630            ! pp_ctl.c
81631 ____________________________________________________________________________
81632 [  6994] By: jhi                                   on 2000/09/01  21:09:54
81633         Log: Subject: http:// in L<>
81634              From: Nicholas Clark <nick@ccl4.org>
81635              Date: Fri, 1 Sep 2000 22:03:21 +0100
81636              Message-ID: <20000901220321.B72074@plum.flirble.org>
81637      Branch: perl
81638            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
81639 ____________________________________________________________________________
81640 [  6993] By: jhi                                   on 2000/09/01  21:06:54
81641         Log: Update to Storable 1.0, from Raphael Manfredi.
81642      Branch: perl
81643            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
81644            ! ext/Storable/Makefile.PL ext/Storable/README
81645            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
81646            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
81647            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
81648            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
81649            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
81650            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
81651 ____________________________________________________________________________
81652 [  6992] By: jhi                                   on 2000/09/01  20:43:05
81653         Log: Mention known sfio+linux buglet.
81654      Branch: perl
81655            ! pod/perldelta.pod
81656 ____________________________________________________________________________
81657 [  6991] By: jhi                                   on 2000/09/01  20:40:11
81658         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
81659              From: Peter Prymmer <pvhp@forte.com>
81660              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
81661              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
81662      Branch: perl
81663            ! vms/vms.c
81664 ____________________________________________________________________________
81665 [  6990] By: jhi                                   on 2000/09/01  20:25:26
81666         Log: Retract #6986.
81667      Branch: perl
81668            ! hints/solaris_2.sh
81669 ____________________________________________________________________________
81670 [  6989] By: jhi                                   on 2000/09/01  20:23:00
81671         Log: Mergesort is back.
81672      Branch: perl
81673            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
81674 ____________________________________________________________________________
81675 [  6988] By: jhi                                   on 2000/09/01  19:37:40
81676         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
81677              From: Mike Guy <mjtg@cam.ac.uk>
81678              Date: Fri, 01 Sep 2000 17:43:33 +0100
81679              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
81680      Branch: perl
81681            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
81682            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
81683 ____________________________________________________________________________
81684 [  6987] By: jhi                                   on 2000/09/01  19:17:10
81685         Log: Regen perltoc.
81686      Branch: perl
81687            ! pod/perltoc.pod
81688 ____________________________________________________________________________
81689 [  6986] By: jhi                                   on 2000/09/01  18:51:10
81690         Log: Subject: Re: Solaris x86 has no SPARC libraries!
81691              From: Lupe Christoph <lupe@lupe-christoph.de>
81692              Date: Fri, 1 Sep 2000 20:41:20 +0200
81693              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
81694      Branch: perl
81695            ! hints/solaris_2.sh
81696 ____________________________________________________________________________
81697 [  6985] By: jhi                                   on 2000/09/01  18:28:10
81698         Log: Update Changes.
81699      Branch: perl
81700            ! Changes patchlevel.h
81701 ____________________________________________________________________________
81702 [  6984] By: jhi                                   on 2000/09/01  18:26:53
81703         Log: Feature ordering tweak.
81704      Branch: perl
81705            ! myconfig.SH
81706 ____________________________________________________________________________
81707 [  6983] By: jhi                                   on 2000/09/01  18:19:50
81708         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
81709              From: <abigail@foad.org>
81710              Date: Fri, 1 Sep 2000 13:07:32 -0400
81711              Message-ID: <20000901170732.18249.qmail@foad.org>
81712      Branch: perl
81713            ! t/pragma/overload.t
81714 ____________________________________________________________________________
81715 [  6982] By: jhi                                   on 2000/09/01  18:17:54
81716         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
81717              so that case-ignoring systems like DCL can tell them from
81718              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
81719      Branch: metaconfig/U/perl
81720            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
81721      Branch: perl
81722            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81723            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
81724            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
81725            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
81726            ! vos/config.def vos/config.h vos/config_h.SH_orig
81727            ! win32/config.bc win32/config.gc win32/config.vc
81728 ____________________________________________________________________________
81729 [  6981] By: nick                                  on 2000/09/01  17:21:57
81730         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
81731              warning when UNTIE exists and instead pass the count of extra references to
81732              the UNTIE method.
81733      Branch: perl
81734            ! pod/perltie.pod pp_sys.c
81735 ____________________________________________________________________________
81736 [  6980] By: jhi                                   on 2000/09/01  16:54:44
81737         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
81738              From: Peter Prymmer <pvhp@forte.com>
81739              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
81740              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
81741      Branch: perl
81742            ! configure.com
81743 ____________________________________________________________________________
81744 [  6979] By: jhi                                   on 2000/09/01  16:06:20
81745         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
81746              From: Mike Guy <mjtg@cam.ac.uk> 
81747              Date: Fri, 01 Sep 2000 16:49:27 +0100
81748              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
81749      Branch: perl
81750            ! t/base/rs.t
81751 ____________________________________________________________________________
81752 [  6978] By: jhi                                   on 2000/09/01  16:00:42
81753         Log: Update to PodParser 1.18, from Brad Appleton.
81754      Branch: perl
81755            ! lib/Pod/Checker.pm t/pod/find.t
81756 ____________________________________________________________________________
81757 [  6977] By: jhi                                   on 2000/09/01  14:48:58
81758         Log: Subject: Nit in Configure (bleadperl@6961)
81759              From: Lupe Christoph <lupe@lupe-christoph.de>
81760              Date: Fri, 1 Sep 2000 16:34:29 +0200
81761              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
81762      Branch: metaconfig
81763            ! U/compline/ccflags.U
81764      Branch: perl
81765            ! Configure config_h.SH
81766 ____________________________________________________________________________
81767 [  6976] By: jhi                                   on 2000/09/01  14:39:52
81768         Log: Update Changes.
81769      Branch: perl
81770            ! Changes patchlevel.h
81771 ____________________________________________________________________________
81772 [  6975] By: jhi                                   on 2000/09/01  14:37:36
81773         Log: microperl config update.
81774      Branch: perl
81775            ! uconfig.h uconfig.sh
81776 ____________________________________________________________________________
81777 [  6974] By: jhi                                   on 2000/09/01  14:36:53
81778         Log: Document known deficiencies.
81779      Branch: perl
81780            ! pod/perldelta.pod
81781 ____________________________________________________________________________
81782 [  6973] By: jhi                                   on 2000/09/01  14:10:20
81783         Log: Mention warnings fixes and updates.
81784      Branch: perl
81785            ! pod/perldelta.pod
81786 ____________________________________________________________________________
81787 [  6972] By: jhi                                   on 2000/09/01  14:01:52
81788         Log: Drop unused argument.
81789              
81790              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
81791              From: Spider Boardman <spider@web.zk3.dec.com>
81792              Date: Thu, 31 Aug 2000 16:10:15 -0400
81793              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
81794      Branch: perl
81795            ! toke.c
81796 ____________________________________________________________________________
81797 [  6971] By: jhi                                   on 2000/09/01  13:59:24
81798         Log: Add the overload warnings to perldiag.
81799      Branch: perl
81800            ! lib/overload.pm pod/perldiag.pod
81801 ____________________________________________________________________________
81802 [  6970] By: jhi                                   on 2000/09/01  13:55:10
81803         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
81804              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
81805              Date: Fri, 1 Sep 2000 13:43:15 +0100 
81806              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
81807      Branch: perl
81808            ! lib/overload.pm t/pragma/overload.t
81809 ____________________________________________________________________________
81810 [  6969] By: jhi                                   on 2000/09/01  13:52:27
81811         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
81812              From: <abigail@foad.org>
81813              Date: Fri, 1 Sep 2000 05:46:54 -0400
81814              Message-ID: <20000901094654.6476.qmail@foad.org>
81815      Branch: perl
81816            ! lib/overload.pm
81817 ____________________________________________________________________________
81818 [  6968] By: jhi                                   on 2000/09/01  13:50:05
81819         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
81820              From: Daniel Chetlin <daniel@chetlin.com>
81821              Date: Fri, 1 Sep 2000 02:10:55 -0700
81822              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
81823      Branch: perl
81824            ! pod/perlretut.pod
81825 ____________________________________________________________________________
81826 [  6967] By: jhi                                   on 2000/09/01  13:47:54
81827         Log: Part of the solution.
81828              
81829              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
81830              From: Mike Guy <mjtg@cam.ac.uk>
81831              Date: Fri, 01 Sep 2000 14:16:01 +0100
81832              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
81833      Branch: perl
81834            ! gv.c mg.c
81835 ____________________________________________________________________________
81836 [  6966] By: jhi                                   on 2000/09/01  13:46:17
81837         Log: Subject: CPAN.pm beta 1.57_57 for the core
81838              From: andreas.koenig@anima.de (Andreas J. Koenig)
81839              Date: 01 Sep 2000 15:16:31 +0200
81840              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
81841      Branch: perl
81842            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
81843 ____________________________________________________________________________
81844 [  6965] By: jhi                                   on 2000/09/01  13:43:18
81845         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
81846              From: "Craig A. Berry" <craig.berry@psinetcs.com>
81847              Date: Fri, 01 Sep 2000 01:47:22 -0500
81848              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
81849      Branch: perl
81850            ! pod/perldelta.pod vms/vms.c
81851 ____________________________________________________________________________
81852 [  6964] By: jhi                                   on 2000/09/01  13:35:35
81853         Log: File::Temp patches from Andreas König,
81854              
81855              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
81856              From: andreas.koenig@anima.de (Andreas J. Koenig)
81857              Date: 01 Sep 2000 10:07:20 +0200
81858              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
81859              
81860              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
81861              From: andreas.koenig@anima.de (Andreas J. Koenig)
81862              Date: 31 Aug 2000 23:26:08 +0200
81863              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
81864      Branch: perl
81865            ! lib/File/Temp.pm t/lib/ftmp-security.t
81866 ____________________________________________________________________________
81867 [  6963] By: jhi                                   on 2000/09/01  02:22:24
81868         Log: Retract the mergesort code, way too incompatible licensing
81869              and copyrights.
81870      Branch: perl
81871            ! pod/perldelta.pod pp_ctl.c
81872 ____________________________________________________________________________
81873 [  6962] By: jhi                                   on 2000/08/31  23:27:32
81874         Log: Update Changes.
81875      Branch: perl
81876            ! Changes patchlevel.h
81877 ____________________________________________________________________________
81878 [  6961] By: jhi                                   on 2000/08/31  23:20:04
81879         Log: Small tweaks all over.
81880      Branch: metaconfig
81881            ! U/compline/d_gconvert.U
81882      Branch: perl
81883            ! AUTHORS Configure config_h.SH pp_ctl.c
81884 ____________________________________________________________________________
81885 [  6960] By: jhi                                   on 2000/08/31  22:39:36
81886         Log: Further rewording.
81887      Branch: perl
81888            ! pp_ctl.c
81889 ____________________________________________________________________________
81890 [  6959] By: jhi                                   on 2000/08/31  21:26:44
81891         Log: More address tweaking.
81892      Branch: perl
81893            ! AUTHORS Changes
81894 ____________________________________________________________________________
81895 [  6958] By: jhi                                   on 2000/08/31  20:47:25
81896         Log: AUTHORS tweaks, from Peter Prymmer.
81897              
81898              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
81899              From: Peter Prymmer <pvhp@forte.com>
81900              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
81901              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
81902      Branch: perl
81903            ! AUTHORS MAINTAIN
81904 ____________________________________________________________________________
81905 [  6957] By: jhi                                   on 2000/08/31  20:34:43
81906         Log: perldelta tweaks.
81907      Branch: perl
81908            ! pod/perldelta.pod
81909 ____________________________________________________________________________
81910 [  6956] By: jhi                                   on 2000/08/31  19:11:06
81911         Log: Regen perltoc.
81912      Branch: perl
81913            ! pod/perltoc.pod
81914 ____________________________________________________________________________
81915 [  6955] By: jhi                                   on 2000/08/31  19:06:30
81916         Log: Clarify the mergesort situation.
81917      Branch: perl
81918            ! pp_ctl.c
81919 ____________________________________________________________________________
81920 [  6954] By: jhi                                   on 2000/08/31  18:24:17
81921         Log: Move the Solaris 7 scan to use64bitall, make the
81922              failure to find 64-bot sparc libc to mention the
81923              possibility of being in an intel, from Lupe and Alan.
81924      Branch: perl
81925            ! hints/solaris_2.sh
81926 ____________________________________________________________________________
81927 [  6953] By: jhi                                   on 2000/08/31  18:09:20
81928         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
81929              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
81930      Branch: metaconfig
81931            ! U/compline/d_gconvert.U U/threads/archname.U
81932      Branch: metaconfig/U/perl
81933            ! perlxv.U
81934      Branch: perl
81935            ! Configure config_h.SH sv.c
81936 ____________________________________________________________________________
81937 [  6952] By: jhi                                   on 2000/08/31  17:42:24
81938         Log: :: not allowed in pathnames, change to .
81939              
81940              Subject: [PATCH perl@6938] cygwin port
81941              From: "Fifer, Eric" <EFifer@sanwaint.com>
81942              Date: Thu, 31 Aug 2000 16:32:59 +0100
81943              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
81944      Branch: metaconfig/U/perl
81945            ! perlxv.U
81946 ____________________________________________________________________________
81947 [  6951] By: jhi                                   on 2000/08/31  17:02:05
81948         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
81949      Branch: perl
81950            ! perl.h
81951 ____________________________________________________________________________
81952 [  6950] By: jhi                                   on 2000/08/31  16:26:08
81953         Log: More author updates.
81954              
81955              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
81956              From: Simon Cozens <simon@cozens.net>
81957              Date: Thu, 31 Aug 2000 17:13:32 +0100
81958              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
81959      Branch: perl
81960            ! AUTHORS
81961 ____________________________________________________________________________
81962 [  6949] By: jhi                                   on 2000/08/31  16:04:49
81963         Log: POSIX doesn't report long double values under -Duselongdouble
81964              when the long doubles are "real" (bigger than doubles).
81965              
81966              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
81967              From: Spider Boardman <spider@peano.zk3.dec.com>
81968              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
81969              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
81970      Branch: perl
81971            ! ext/POSIX/POSIX.xs
81972 ____________________________________________________________________________
81973 [  6948] By: jhi                                   on 2000/08/31  15:25:10
81974         Log: Update Changes.
81975      Branch: perl
81976            ! Changes patchlevel.h
81977 ____________________________________________________________________________
81978 [  6947] By: jhi                                   on 2000/08/31  15:22:29
81979         Log: Document UNTIE in a very minimalistic way.
81980      Branch: perl
81981            ! pod/perlfunc.pod pod/perltie.pod
81982 ____________________________________________________________________________
81983 [  6946] By: jhi                                   on 2000/08/31  15:15:23
81984         Log: Document known failures.
81985      Branch: perl
81986            ! pod/perldelta.pod
81987 ____________________________________________________________________________
81988 [  6945] By: jhi                                   on 2000/08/31  15:07:00
81989         Log: Don't attach -ld to the archname if pointless.
81990      Branch: metaconfig
81991            ! U/threads/archname.U
81992      Branch: perl
81993            ! Configure config_h.SH
81994 ____________________________________________________________________________
81995 [  6944] By: jhi                                   on 2000/08/31  14:37:42
81996         Log: Wrap the test in eval.
81997              
81998              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
81999              From: Tim Jenness <timj@jach.hawaii.edu>
82000              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
82001              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
82002      Branch: perl
82003            ! t/lib/ftmp-security.t
82004 ____________________________________________________________________________
82005 [  6943] By: jhi                                   on 2000/08/31  14:30:57
82006         Log: Make -Dusemorebits find long doubles in Solaris.
82007      Branch: perl
82008            ! hints/solaris_2.sh
82009 ____________________________________________________________________________
82010 [  6942] By: jhi                                   on 2000/08/31  13:48:45
82011         Log: Clarify the third case of ftmp-security warnings.
82012      Branch: perl
82013            ! INSTALL
82014 ____________________________________________________________________________
82015 [  6941] By: jhi                                   on 2000/08/31  13:40:31
82016         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
82017              From: <abigail@foad.org>
82018              Date: Thu, 31 Aug 2000 01:35:05 -0400
82019              Message-ID: <20000831053505.32120.qmail@foad.org>
82020      Branch: perl
82021            ! pod/perldelta.pod
82022 ____________________________________________________________________________
82023 [  6940] By: jhi                                   on 2000/08/31  13:38:48
82024         Log: Issue useful diagnostic on unknown pod commands.
82025              
82026              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
82027              From: <abigail@foad.org>
82028              Date: Thu, 31 Aug 2000 03:41:18 -0400
82029              Message-ID: <20000831074118.24880.qmail@foad.org>
82030      Branch: perl
82031            ! lib/Pod/Man.pm
82032 ____________________________________________________________________________
82033 [  6939] By: jhi                                   on 2000/08/31  13:34:33
82034         Log: Reveal Borland's isnan.
82035              
82036              Subject: build with BC++ tweak
82037              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
82038              Date: Thu, 31 Aug 2000 13:09:37 +0400
82039              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
82040      Branch: perl
82041            ! win32/win32.h
82042 ____________________________________________________________________________
82043 [  6938] By: jhi                                   on 2000/08/31  05:01:20
82044         Log: Update Changes.
82045      Branch: perl
82046            ! Changes patchlevel.h
82047 ____________________________________________________________________________
82048 [  6937] By: jhi                                   on 2000/08/31  04:26:23
82049         Log: sscanf() may be the only way to read long doubles from strings.
82050      Branch: metaconfig/U/perl
82051            ! longdblfio.U
82052      Branch: perl
82053            ! Configure config_h.SH perl.h util.c
82054 ____________________________________________________________________________
82055 [  6936] By: jhi                                   on 2000/08/31  04:18:19
82056         Log: The #6929 was too skimpy.
82057      Branch: perl
82058            ! sv.c
82059 ____________________________________________________________________________
82060 [  6935] By: jhi                                   on 2000/08/31  02:47:07
82061         Log: Subject: Re: typos in pods
82062              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82063              Date: Wed, 30 Aug 2000 19:25:34 -0700
82064              Message-ID: <eIcr5gzkg25X092yn@efn.org>
82065      Branch: perl
82066            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
82067 ____________________________________________________________________________
82068 [  6934] By: jhi                                   on 2000/08/31  02:42:55
82069         Log: Missed one Unicode file.
82070      Branch: perl
82071            + lib/unicode/UCDFF301.html
82072 ____________________________________________________________________________
82073 [  6933] By: jhi                                   on 2000/08/30  23:42:27
82074         Log: Update Changes.
82075      Branch: perl
82076            ! Changes patchlevel.h
82077 ____________________________________________________________________________
82078 [  6932] By: jhi                                   on 2000/08/30  23:40:07
82079         Log: Mention UNTIE in perldelta.  Still needs documenting
82080              in perltie et alia.
82081      Branch: perl
82082            ! pod/perldelta.pod
82083 ____________________________________________________________________________
82084 [  6931] By: jhi                                   on 2000/08/30  23:36:02
82085         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
82086              From: <abigail@foad.org>
82087              Date: Wed, 30 Aug 2000 19:28:07 -0400
82088              Message-ID: <20000830232807.305.qmail@foad.org>
82089      Branch: perl
82090            ! pod/perldelta.pod
82091 ____________________________________________________________________________
82092 [  6930] By: jhi                                   on 2000/08/30  23:32:40
82093         Log: Update to Unicode 3.0.1.
82094      Branch: perl
82095            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
82096            + lib/unicode/PropList.txt lib/unicode/README.perl
82097            + lib/unicode/UCD301.html lib/unicode/Unicode.301
82098            - lib/unicode/Props.txt lib/unicode/UCD300.html
82099            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
82100            ! (edit 257 files)
82101 ____________________________________________________________________________
82102 [  6929] By: jhi                                   on 2000/08/30  22:38:18
82103         Log: Heap decorruption.
82104              
82105              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
82106              From: Alan Burlison <Alan.Burlison@uk.sun.com>
82107              Date: Wed, 30 Aug 2000 22:39:52 +0100
82108              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
82109      Branch: perl
82110            ! sv.c
82111 ____________________________________________________________________________
82112 [  6928] By: jhi                                   on 2000/08/30  22:29:34
82113         Log: Retract the dummy test, skip the security tests (instead of failing),
82114              explain what the warnings mean.
82115      Branch: perl
82116            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
82117 ____________________________________________________________________________
82118 [  6927] By: jhi                                   on 2000/08/30  22:14:13
82119         Log: Change the internal implementation of sort() to be mergesort
82120              instead of quicksort, from John Linderman <jpl@research.att.com>.
82121              Gives us better worst case, better average case, and stability.
82122              What's there not to like?  (Small fixes for threaded builds
82123              were required).
82124      Branch: perl
82125            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
82126 ____________________________________________________________________________
82127 [  6926] By: jhi                                   on 2000/08/30  20:55:20
82128         Log: A better fix for the Socket building problem from Craig Berry.
82129      Branch: perl
82130            ! vms/vms.c
82131 ____________________________________________________________________________
82132 [  6925] By: jhi                                   on 2000/08/30  20:20:25
82133         Log: Subject: [PATCH] Re: UNTIE method 
82134              From: Nick Ing-Simmons <nik@tiuk.ti.com>
82135              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
82136              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
82137      Branch: perl
82138            ! pp_sys.c t/op/tie.t
82139 ____________________________________________________________________________
82140 [  6924] By: jhi                                   on 2000/08/30  20:17:11
82141         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
82142              From: "Craig A. Berry" <craig.berry@psinetcs.com>
82143              Date: Wed, 30 Aug 2000 15:03:14 -0500
82144              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
82145      Branch: perl
82146            ! vms/vms.c
82147 ____________________________________________________________________________
82148 [  6923] By: jhi                                   on 2000/08/30  20:15:18
82149         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
82150              From: "Craig A. Berry" <craig.berry@psinetcs.com>
82151              Date: Wed, 30 Aug 2000 13:30:36 -0500
82152              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
82153      Branch: perl
82154            ! vms/vms.c
82155 ____________________________________________________________________________
82156 [  6922] By: jhi                                   on 2000/08/30  19:54:43
82157         Log: Better options for rsync.
82158      Branch: perl
82159            ! pod/perlhack.pod
82160 ____________________________________________________________________________
82161 [  6921] By: jhi                                   on 2000/08/30  19:40:16
82162         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
82163              From: Rick Delaney <rick@consumercontact.com>
82164              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
82165              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
82166      Branch: perl
82167            ! pod/perlfunc.pod
82168 ____________________________________________________________________________
82169 [  6920] By: jhi                                   on 2000/08/30  19:36:40
82170         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
82171              From: Peter Prymmer <pvhp@forte.com>
82172              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
82173              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
82174      Branch: perl
82175            ! configure.com
82176 ____________________________________________________________________________
82177 [  6919] By: jhi                                   on 2000/08/30  14:52:02
82178         Log: Update Changes.
82179      Branch: perl
82180            ! Changes patchlevel.h
82181 ____________________________________________________________________________
82182 [  6918] By: jhi                                   on 2000/08/30  14:48:34
82183         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
82184      Branch: perl
82185            ! lib/ExtUtils/typemap
82186 ____________________________________________________________________________
82187 [  6917] By: jhi                                   on 2000/08/30  14:46:34
82188         Log: Subject: typos in pods
82189              From: Nicholas Clark <nick@ccl4.org>
82190              Date: Wed, 30 Aug 2000 01:12:50 +0100
82191              Message-ID: <20000830011249.A61388@plum.flirble.org>
82192      Branch: perl
82193            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
82194            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
82195            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
82196            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
82197 ____________________________________________________________________________
82198 [  6916] By: jhi                                   on 2000/08/30  14:19:09
82199         Log: Document Storable problems on Crays.  (Will have
82200              to document all the other Storable problems, too.)
82201      Branch: perl
82202            ! pod/perldelta.pod
82203 ____________________________________________________________________________
82204 [  6915] By: jhi                                   on 2000/08/30  14:06:02
82205         Log: Subject: [PATCH] fix misc cast warnings
82206              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82207              Date: Tue, 29 Aug 2000 23:16:14 -0700
82208              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
82209      Branch: perl
82210            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
82211            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
82212            ! os2/os2ish.h
82213 ____________________________________________________________________________
82214 [  6914] By: jhi                                   on 2000/08/30  14:03:45
82215         Log: Timestamp mismatch again.  Need to fix this dependence on
82216              config_h.SH timestamp, since it's the contents of config_h.SH
82217              that matter.
82218      Branch: perl
82219            ! uconfig.h uconfig.sh
82220 ____________________________________________________________________________
82221 [  6913] By: jhi                                   on 2000/08/30  13:54:06
82222         Log: Don't say "Perl 5.0 source kit".
82223      Branch: perl
82224            ! perl.c
82225 ____________________________________________________________________________
82226 [  6912] By: jhi                                   on 2000/08/30  13:51:24
82227         Log: Reset archname and archname64 always, forcing them be
82228              recomputed at each Configure run, make Configure and
82229              the hints files agree on the naming of largefiles variables.
82230      Branch: metaconfig
82231            ! U/threads/archname.U
82232      Branch: metaconfig/U/perl
82233            ! use64bits.U
82234      Branch: perl
82235            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
82236            ! hints/linux.sh hints/solaris_2.sh
82237 ____________________________________________________________________________
82238 [  6911] By: jhi                                   on 2000/08/30  13:30:13
82239         Log: Put back the slice accidentally removed by #6907.
82240      Branch: perl
82241            ! hints/solaris_2.sh
82242 ____________________________________________________________________________
82243 [  6910] By: jhi                                   on 2000/08/30  01:24:26
82244         Log: Be consistent: other Net::get* do export theirs.
82245              
82246              Subject: Re: Net::protoent does not export 'getproto'
82247              From: Yasushi Nakajima <sey@jkc.co.jp>
82248              Date: Wed, 30 Aug 2000 09:53:14 +0900
82249              Message-Id: <200008300051.DAA24700@taku.hut.fi>
82250      Branch: perl
82251            ! lib/Net/protoent.pm
82252 ____________________________________________________________________________
82253 [  6909] By: jhi                                   on 2000/08/30  01:17:25
82254         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
82255              From: Gurusamy Sarathy <gsar@ActiveState.com>
82256              Date: Tue, 29 Aug 2000 17:17:07 -0700
82257              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
82258      Branch: perl
82259            ! cop.h
82260 ____________________________________________________________________________
82261 [  6908] By: jhi                                   on 2000/08/30  00:58:05
82262         Log: Update Changes.
82263      Branch: perl
82264            ! Changes patchlevel.h
82265 ____________________________________________________________________________
82266 [  6907] By: jhi                                   on 2000/08/30  00:57:22
82267         Log: Introduce ccname to keep track of what compiler kind of we have.
82268      Branch: metaconfig/U/perl
82269            ! Checkcc.U gccvers.U
82270      Branch: perl
82271            ! Configure config_h.SH hints/solaris_2.sh
82272 ____________________________________________________________________________
82273 [  6906] By: jhi                                   on 2000/08/30  00:25:47
82274         Log: Put back the flags dump as reasoned in
82275              
82276              Subject: Re: [PATCH] Glob dumping
82277              From: Mike Guy <mjtg@cam.ac.uk> 
82278              Date: Tue, 29 Aug 2000 21:41:32 +0100
82279              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
82280      Branch: perl
82281            ! dump.c t/lib/peek.t
82282 ____________________________________________________________________________
82283 [  6905] By: jhi                                   on 2000/08/30  00:16:17
82284         Log: Make the epsilon to be relative, not absolute.
82285              
82286              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
82287              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
82288              Date: Tue, 29 Aug 2000 19:58:56 -0400
82289              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
82290      Branch: perl
82291            ! t/lib/trig.t
82292 ____________________________________________________________________________
82293 [  6904] By: jhi                                   on 2000/08/30  00:13:09
82294         Log: From now on, Gisle is on my list of usual suspects :-)
82295              Retract #6902.
82296      Branch: perl
82297            ! ext/Opcode/Safe.pm
82298 ____________________________________________________________________________
82299 [  6903] By: jhi                                   on 2000/08/29  23:51:20
82300         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
82301              From: "Craig A. Berry" <craig.berry@psinetcs.com>
82302              Date: Tue, 29 Aug 2000 18:43:26 -0500
82303              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
82304      Branch: perl
82305            + vms/vmspipe.com
82306            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
82307            ! vms/vms.c
82308 ____________________________________________________________________________
82309 [  6902] By: jhi                                   on 2000/08/29  23:44:14
82310         Log: Retry what #6882 attempted.
82311              
82312              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
82313              From: Gisle Aas <gisle@ActiveState.com>
82314              Date: 30 Aug 2000 00:33:09 +0200
82315              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
82316      Branch: perl
82317            ! ext/Opcode/Safe.pm
82318 ____________________________________________________________________________
82319 [  6901] By: jhi                                   on 2000/08/29  22:59:32
82320         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
82321              From: Hugo <hv@crypt.compulink.co.uk>
82322              Date: Mon, 12 Jun 2000 19:36:08 +0100
82323              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
82324      Branch: perl
82325            ! sv.c
82326 ____________________________________________________________________________
82327 [  6900] By: jhi                                   on 2000/08/29  22:58:35
82328         Log: Admit that we are leaking scalars.
82329              
82330              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
82331              From: Spider Boardman <spider@leggy.zk3.dec.com>
82332              Date: Tue, 29 Aug 2000 18:48:29 -0400
82333              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
82334      Branch: perl
82335            ! t/pragma/warnings.t
82336 ____________________________________________________________________________
82337 [  6899] By: jhi                                   on 2000/08/29  20:53:13
82338         Log: Update Changes.
82339      Branch: perl
82340            ! Changes patchlevel.h
82341 ____________________________________________________________________________
82342 [  6898] By: jhi                                   on 2000/08/29  20:46:21
82343         Log: Undo namespace pollution of #6878.
82344              
82345              Subject: Re: Net::protoent does not export 'getproto'
82346              From: Mike Guy <mjtg@cam.ac.uk>
82347              Date: Tue, 29 Aug 2000 21:32:37 +0100
82348              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
82349      Branch: perl
82350            ! lib/Net/protoent.pm
82351 ____________________________________________________________________________
82352 [  6897] By: jhi                                   on 2000/08/29  20:44:29
82353         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
82354              From: Peter Prymmer <pvhp@forte.com>
82355              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
82356              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
82357      Branch: perl
82358            ! pod/perlebcdic.pod
82359 ____________________________________________________________________________
82360 [  6896] By: jhi                                   on 2000/08/29  20:40:57
82361         Log: There's no point repeating the 'revision' (5) of perl5.
82362      Branch: metaconfig/U/perl
82363            ! Devel.U patchlevel.U
82364      Branch: perl
82365            ! Configure config_h.SH
82366 ____________________________________________________________________________
82367 [  6895] By: jhi                                   on 2000/08/29  20:16:58
82368         Log: Regen Configure for #6894.
82369      Branch: metaconfig/U/perl
82370            ! perladmin.U
82371      Branch: perl
82372            ! Configure config_h.SH
82373 ____________________________________________________________________________
82374 [  6894] By: jhi                                   on 2000/08/29  19:59:52
82375         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
82376              From: "Philip Newton" <Philip.Newton@gmx.net>
82377              Date: Tue, 29 Aug 2000 21:39:14 +0200
82378              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
82379      Branch: perl
82380            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
82381            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
82382            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
82383            ! utils/perlbug.PL
82384 ____________________________________________________________________________
82385 [  6893] By: jhi                                   on 2000/08/29  19:55:30
82386         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
82387              From: "Philip Newton" <Philip.Newton@gmx.net>
82388              Date: Tue, 29 Aug 2000 21:39:14 +0200
82389              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
82390      Branch: perl
82391            ! installhtml
82392 ____________________________________________________________________________
82393 [  6892] By: jhi                                   on 2000/08/29  19:53:59
82394         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
82395              From: "Philip Newton" <Philip.Newton@gmx.net>
82396              Date: Tue, 29 Aug 2000 21:48:18 +0200
82397              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
82398      Branch: perl
82399            ! lib/File/Temp.pm
82400 ____________________________________________________________________________
82401 [  6891] By: jhi                                   on 2000/08/29  18:30:03
82402         Log: Nail the ID 20000828.023.
82403      Branch: perl
82404            ! ext/Storable/Storable.xs
82405 ____________________________________________________________________________
82406 [  6890] By: jhi                                   on 2000/08/29  16:50:17
82407         Log: Under usethreads the dumped variable is IN_PAD.
82408              
82409              Subject: Re: [PATCH] Glob dumping
82410              From: Gisle Aas <gisle@ActiveState.com>
82411              Date: 29 Aug 2000 18:45:05 +0200
82412              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
82413      Branch: perl
82414            ! t/lib/peek.t
82415 ____________________________________________________________________________
82416 [  6889] By: jhi                                   on 2000/08/29  15:17:37
82417         Log: Update Changes.
82418      Branch: perl
82419            ! Changes patchlevel.h
82420 ____________________________________________________________________________
82421 [  6888] By: jhi                                   on 2000/08/29  14:49:59
82422         Log: Retract #6882, broke the safe tests.
82423      Branch: perl
82424            ! ext/Opcode/Safe.pm
82425 ____________________________________________________________________________
82426 [  6887] By: jhi                                   on 2000/08/29  14:47:06
82427         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
82428              From: Gisle Aas <gisle@ActiveState.com> 
82429              Date: 09 Jun 2000 20:00:11 +0200
82430              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
82431      Branch: perl
82432            ! utils/perldoc.PL
82433 ____________________________________________________________________________
82434 [  6886] By: jhi                                   on 2000/08/29  14:42:45
82435         Log: The #6881 removed one dump line.
82436      Branch: perl
82437            ! t/lib/peek.t
82438 ____________________________________________________________________________
82439 [  6885] By: jhi                                   on 2000/08/29  14:30:47
82440         Log: Don't forget to tidy up.
82441      Branch: perl
82442            ! t/lib/ftmp-security.t
82443 ____________________________________________________________________________
82444 [  6884] By: jhi                                   on 2000/08/29  14:25:17
82445         Log: Disabling the one test is a bit tricky.
82446      Branch: perl
82447            ! t/lib/ftmp-security.t
82448 ____________________________________________________________________________
82449 [  6883] By: jhi                                   on 2000/08/29  14:16:25
82450         Log: Disable one of the tests for now.
82451      Branch: perl
82452            ! t/lib/ftmp-security.t
82453 ____________________________________________________________________________
82454 [  6882] By: jhi                                   on 2000/08/29  14:05:50
82455         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
82456              From: gisle@aas.no
82457              Date: 29 Aug 2000 10:35:06 -0000
82458              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
82459      Branch: perl
82460            ! ext/Opcode/Safe.pm
82461 ____________________________________________________________________________
82462 [  6881] By: jhi                                   on 2000/08/29  14:03:51
82463         Log: Subject: [PATCH] Glob dumping
82464              From: Gisle Aas <gisle@ActiveState.com>
82465              Date: 29 Aug 2000 07:59:42 -0000
82466              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
82467      Branch: perl
82468            ! dump.c
82469 ____________________________________________________________________________
82470 [  6880] By: jhi                                   on 2000/08/29  14:02:01
82471         Log: Subject: [PATCH] Warnings in B::Deparse
82472              From: <abigail@foad.org>
82473              Date: Tue, 29 Aug 2000 00:00:01 -0400
82474              Message-ID: <20000829040001.2999.qmail@foad.org>
82475      Branch: perl
82476            ! ext/B/B/Deparse.pm
82477 ____________________________________________________________________________
82478 [  6879] By: jhi                                   on 2000/08/29  13:57:26
82479         Log: Missed a change in #6869.
82480      Branch: perl
82481            ! mg.c
82482 ____________________________________________________________________________
82483 [  6878] By: jhi                                   on 2000/08/29  13:45:04
82484         Log: Subject: Net::protoent does not export 'getproto'
82485              From: Yasushi Nakajima <sey@jkc.co.jp>
82486              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
82487      Branch: perl
82488            ! lib/Net/protoent.pm
82489 ____________________________________________________________________________
82490 [  6877] By: jhi                                   on 2000/08/29  13:39:19
82491         Log: Patches all over for people and the files they (hopefully) care about.
82492      Branch: perl
82493            ! AUTHORS Changes MAINTAIN
82494 ____________________________________________________________________________
82495 [  6876] By: jhi                                   on 2000/08/29  12:53:54
82496         Log: Fix for thinko in #6848.
82497              
82498              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
82499              From: Lupe Christoph <lupe@lupe-christoph.de>
82500              Date: Tue, 29 Aug 2000 09:04:08 +0200
82501              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
82502      Branch: perl
82503            ! ext/Thread/Thread.xs
82504 ____________________________________________________________________________
82505 [  6875] By: jhi                                   on 2000/08/29  12:50:14
82506         Log: Update to Getopt::Long 2.24, from Johan Vromans.
82507      Branch: perl
82508            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
82509 ____________________________________________________________________________
82510 [  6874] By: jhi                                   on 2000/08/29  02:09:53
82511         Log: Use minimal @INC in tests, most of the time just '../lib',
82512              so that we simply can't pick up stuff from other Perls than
82513              the one we are testing.  Pointed out by
82514              
82515              From: Mike Guy <mjtg@cam.ac.uk>
82516              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
82517              Date: Fri, 25 Aug 2000 15:15:59 +0100
82518              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
82519      Branch: perl
82520            ! (edit 185 files)
82521 ____________________________________________________________________________
82522 [  6873] By: jhi                                   on 2000/08/29  01:07:11
82523         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
82524              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82525              Date: Mon, 28 Aug 2000 17:45:52 -0700
82526              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
82527      Branch: perl
82528            ! Makefile.SH hints/os2.sh
82529 ____________________________________________________________________________
82530 [  6872] By: jhi                                   on 2000/08/28  23:33:39
82531         Log: Subject: [PATCH bleedperl@6866] spellings
82532              From: marcel@codewerk.com (Marcel Grunauer)
82533              Date: Tue, 29 Aug 2000 01:19:59 +0200
82534              Message-Id: <200008282319.BAA29862@gandalf.local>
82535      Branch: perl
82536            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
82537            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
82538            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
82539 ____________________________________________________________________________
82540 [  6871] By: jhi                                   on 2000/08/28  23:22:09
82541         Log: Take out the SUIDMAIL thing, that will not be
82542              a problem in 5.7.*.
82543      Branch: perl
82544            ! patchlevel.h
82545 ____________________________________________________________________________
82546 [  6870] By: jhi                                   on 2000/08/28  23:19:30
82547         Log: -S is the silent flag, -s is the strip flag.
82548              
82549              Subject: [PATCH] Re: [PATCH] make no-install          
82550              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82551              Date: Mon, 28 Aug 2000 15:12:55 -0700
82552              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
82553      Branch: perl
82554            ! Makefile.SH
82555 ____________________________________________________________________________
82556 [  6869] By: jhi                                   on 2000/08/28  23:12:05
82557         Log: Subject: [PATCH bleedperl@6856] warnings fixes
82558              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82559              Date: Mon, 28 Aug 2000 23:55:06 +0100
82560              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
82561      Branch: perl
82562            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
82563            ! warnings.h warnings.pl
82564 ____________________________________________________________________________
82565 [  6868] By: jhi                                   on 2000/08/28  21:38:22
82566         Log: Potential cruft.
82567      Branch: perl
82568            ! Makefile.SH
82569 ____________________________________________________________________________
82570 [  6867] By: jhi                                   on 2000/08/28  21:35:36
82571         Log: Update Changes.
82572      Branch: perl
82573            ! Changes patchlevel.h
82574 ____________________________________________________________________________
82575 [  6866] By: jhi                                   on 2000/08/28  21:33:49
82576         Log: Subject: hv.h Doc Patch
82577              From: Fisher Mark <fisherm@tce.com>
82578              Date: Mon, 28 Aug 2000 16:24:59 -0500
82579              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
82580      Branch: perl
82581            ! hv.h
82582 ____________________________________________________________________________
82583 [  6865] By: jhi                                   on 2000/08/28  21:02:15
82584         Log: Add -ld to archname on long tr...double platforms.
82585      Branch: metaconfig
82586            ! U/threads/archname.U
82587      Branch: perl
82588            ! Configure config_h.SH
82589 ____________________________________________________________________________
82590 [  6864] By: jhi                                   on 2000/08/28  20:38:59
82591         Log: An attempt to fix the problem reported in
82592              
82593              Subject: Building perl@6856 using gcc/AIX 4.3.3 
82594              From: Daniel Muino <dmuino@afip.gov.ar> 
82595              Date: Mon, 28 Aug 2000 15:50:01 -0300   
82596              Message-ID: <20000828155001.A14403@con2-dgi>
82597              
82598              I can't test this properly since the gcc installation I have
82599              access to seems to be botched (gcc is calling the AIX cpp,
82600              a losing proposition...)
82601      Branch: perl
82602            ! hints/aix.sh
82603 ____________________________________________________________________________
82604 [  6863] By: jhi                                   on 2000/08/28  18:57:52
82605         Log: Fix for ID 20000828.001, long doubles were not formatted
82606              correctly (showed up in $], which stopped installing perl).
82607      Branch: perl
82608            ! sv.c
82609 ____________________________________________________________________________
82610 [  6862] By: jhi                                   on 2000/08/28  18:07:15
82611         Log: Typo in #6858.
82612      Branch: perl
82613            ! lib/Cwd.pm
82614 ____________________________________________________________________________
82615 [  6861] By: jhi                                   on 2000/08/28  17:57:27
82616         Log: opmini.o may be left around if a build is interrupted.
82617      Branch: perl
82618            ! Makefile.SH
82619 ____________________________________________________________________________
82620 [  6860] By: jhi                                   on 2000/08/28  16:52:50
82621         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
82622              From: Daniel Chetlin <daniel@chetlin.com>
82623              Date: Mon, 28 Aug 2000 01:14:18 -0700
82624              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
82625      Branch: perl
82626            ! lib/overload.pm
82627 ____________________________________________________________________________
82628 [  6859] By: jhi                                   on 2000/08/28  16:08:46
82629         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
82630              From: Nicholas Clark <nick@ccl4.org>
82631              Date: Mon, 28 Aug 2000 16:03:27 +0100
82632              Message-Id: <20000828160327.C49785@plum.flirble.org>
82633      Branch: perl
82634            ! ext/ByteLoader/bytecode.h
82635 ____________________________________________________________________________
82636 [  6858] By: jhi                                   on 2000/08/28  16:02:10
82637         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
82638              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
82639              Date: Mon, 28 Aug 2000 13:08:30 +0200
82640              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
82641      Branch: perl
82642            ! lib/Cwd.pm
82643 ____________________________________________________________________________
82644 [  6857] By: jhi                                   on 2000/08/28  15:42:47
82645         Log: display_format used as a class method without arguments was broken,
82646              reported in
82647              
82648              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
82649              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
82650              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
82651              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
82652      Branch: perl
82653            ! lib/Math/Complex.pm t/lib/complex.t
82654 ____________________________________________________________________________
82655 [  6856] By: jhi                                   on 2000/08/27  22:09:48
82656         Log: Update Changes.
82657      Branch: perl
82658            ! Changes patchlevel.h
82659 ____________________________________________________________________________
82660 [  6855] By: jhi                                   on 2000/08/27  21:59:21
82661         Log: Retract #6853 (false alarm).
82662      Branch: perl
82663            ! lib/ExtUtils/xsubpp
82664 ____________________________________________________________________________
82665 [  6854] By: jhi                                   on 2000/08/27  21:37:44
82666         Log: Update Changes.
82667      Branch: perl
82668            ! Changes patchlevel.h
82669 ____________________________________________________________________________
82670 [  6853] By: jhi                                   on 2000/08/27  21:37:16
82671         Log: Subject: [PATCH perl@6850] workaround for xsubpp
82672              From: Hugo <hv@crypt.compulink.co.uk>
82673              Date: Sun, 27 Aug 2000 22:30:25 +0100
82674              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
82675      Branch: perl
82676            ! lib/ExtUtils/xsubpp
82677 ____________________________________________________________________________
82678 [  6852] By: jhi                                   on 2000/08/27  21:33:58
82679         Log: Big-endian 64-bit patch from Raphael Manfredi.
82680      Branch: perl
82681            ! ext/Storable/Storable.xs
82682 ____________________________________________________________________________
82683 [  6851] By: jhi                                   on 2000/08/27  21:22:21
82684         Log: More ruthless editing from Hugo van der Sanden.
82685      Branch: perl
82686            ! pod/perldelta.pod
82687 ____________________________________________________________________________
82688 [  6850] By: jhi                                   on 2000/08/27  16:11:46
82689         Log: Update Changes.
82690      Branch: perl
82691            ! Changes patchlevel.h
82692 ____________________________________________________________________________
82693 [  6849] By: jhi                                   on 2000/08/27  16:11:05
82694         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
82695      Branch: perl
82696            ! configpm pod/perldelta.pod
82697 ____________________________________________________________________________
82698 [  6848] By: jhi                                   on 2000/08/27  15:35:08
82699         Log: Use the actual thread type, not the pointer-to-struct.
82700      Branch: perl
82701            ! ext/Thread/Thread.xs
82702 ____________________________________________________________________________
82703 [  6847] By: jhi                                   on 2000/08/27  15:30:49
82704         Log: Test nit.
82705      Branch: perl
82706            ! t/pragma/warn/pp_sys
82707 ____________________________________________________________________________
82708 [  6846] By: jhi                                   on 2000/08/27  15:19:02
82709         Log: Passing -R in ldflags makes now it to appear in the default
82710              for lddlflags, just like with -L.
82711              
82712              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
82713              From: Lupe Christoph <lupe@lupe-christoph.de>
82714              Date: Sun, 27 Aug 2000 10:28:21 +0200
82715              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
82716      Branch: metaconfig/U/perl
82717            ! dlsrc.U
82718      Branch: perl
82719            ! Configure
82720 ____________________________________________________________________________
82721 [  6845] By: jhi                                   on 2000/08/27  15:08:54
82722         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
82723              From: Alan Burlison <Alan.Burlison@uk.sun.com>
82724              Date: Sat, 26 Aug 2000 22:23:27 +0100
82725              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
82726      Branch: perl
82727            ! lib/ExtUtils/MM_Unix.pm
82728 ____________________________________________________________________________
82729 [  6844] By: jhi                                   on 2000/08/27  15:02:37
82730         Log: DJGPP update from Laszlo Molnar.
82731              
82732              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
82733              From: ml1050 <ml1050@freemail.hu>
82734              Date: Sat, 26 Aug 2000 23:24:40 +0200
82735              Message-Id: <20000826232440.A439@freemail.hu>
82736      Branch: perl
82737            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
82738            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
82739 ____________________________________________________________________________
82740 [  6843] By: jhi                                   on 2000/08/27  14:53:58
82741         Log: Subject: installman buglet
82742              From: Lupe Christoph <lupe@lupe-christoph.de>
82743              Date: Sun, 27 Aug 2000 14:38:59 +0200
82744              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
82745      Branch: perl
82746            ! installman
82747 ____________________________________________________________________________
82748 [  6842] By: jhi                                   on 2000/08/27  14:52:08
82749         Log: Can't get the test to reliably work thanks to the
82750              inaccurateness of floating point.  "Resolves" bug ids
82751              20000826.003, 20000826.009, 20000826.010,
82752      Branch: perl
82753            ! t/lib/trig.t
82754 ____________________________________________________________________________
82755 [  6841] By: jhi                                   on 2000/08/26  15:53:58
82756         Log: Update Changes.
82757      Branch: perl
82758            ! Changes patchlevel.h
82759 ____________________________________________________________________________
82760 [  6840] By: jhi                                   on 2000/08/26  14:23:03
82761         Log: grep -e isn't portable.
82762              
82763              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
82764              From: chris@broadband.att.com
82765              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
82766              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
82767      Branch: perl
82768            ! hints/solaris_2.sh
82769 ____________________________________________________________________________
82770 [  6839] By: jhi                                   on 2000/08/26  14:12:23
82771         Log: no-install target a la make -n.
82772              
82773              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
82774              From: <abigail@foad.org>
82775              Date: Sat, 26 Aug 2000 03:57:34 -0400
82776              Message-ID: <20000826075735.18912.qmail@foad.org>
82777      Branch: perl
82778            ! Makefile.SH installman installperl
82779 ____________________________________________________________________________
82780 [  6838] By: jhi                                   on 2000/08/26  14:06:33
82781         Log: Retract #6826 as the #6828 should be do the same
82782              in a More Correct Way.
82783      Branch: perl
82784            ! installperl
82785 ____________________________________________________________________________
82786 [  6837] By: jhi                                   on 2000/08/26  05:24:00
82787         Log: More casting.
82788      Branch: perl
82789            ! ext/Storable/Storable.xs
82790 ____________________________________________________________________________
82791 [  6836] By: jhi                                   on 2000/08/26  05:05:46
82792         Log: Nicer in decimal.
82793      Branch: perl
82794            ! ext/Storable/Storable.xs
82795 ____________________________________________________________________________
82796 [  6835] By: jhi                                   on 2000/08/26  05:03:50
82797         Log: There be no UVdf.
82798      Branch: perl
82799            ! ext/Storable/Storable.xs
82800 ____________________________________________________________________________
82801 [  6834] By: jhi                                   on 2000/08/26  05:00:18
82802         Log: Continue IVdfing and UVxfing.
82803      Branch: perl
82804            ! ext/Storable/Storable.xs
82805 ____________________________________________________________________________
82806 [  6833] By: jhi                                   on 2000/08/26  04:53:14
82807         Log: Use IVdf.
82808      Branch: perl
82809            ! ext/Storable/Storable.xs
82810 ____________________________________________________________________________
82811 [  6832] By: jhi                                   on 2000/08/26  04:40:41
82812         Log: Document PTR2XX and INT2PTR.
82813      Branch: perl
82814            ! pod/perlguts.pod
82815 ____________________________________________________________________________
82816 [  6831] By: jhi                                   on 2000/08/26  04:33:18
82817         Log: Use UVxf, PTR2UV, NVff.
82818      Branch: perl
82819            ! ext/Storable/Storable.xs
82820 ____________________________________________________________________________
82821 [  6830] By: jhi                                   on 2000/08/26  04:31:32
82822         Log: Update the test count.
82823      Branch: perl
82824            ! t/lib/trig.t
82825 ____________________________________________________________________________
82826 [  6829] By: jhi                                   on 2000/08/26  03:05:50
82827         Log: Subject: [PATCH] installation not quite silent yet.
82828              From: <abigail@foad.org>
82829              Date: Fri, 25 Aug 2000 20:07:53 -0400
82830              Message-ID: <20000826000753.7822.qmail@foad.org>
82831      Branch: perl
82832            ! installman installperl
82833 ____________________________________________________________________________
82834 [  6828] By: jhi                                   on 2000/08/26  03:05:14
82835         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
82836              From: Spider Boardman <spider@web.zk3.dec.com>
82837              Date: Fri, 25 Aug 2000 19:12:40 -0400
82838              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
82839      Branch: perl
82840            ! gv.c
82841 ____________________________________________________________________________
82842 [  6827] By: jhi                                   on 2000/08/25  23:54:34
82843         Log: Support preserving extremely big/small angles.
82844      Branch: perl
82845            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
82846 ____________________________________________________________________________
82847 [  6826] By: jhi                                   on 2000/08/25  23:01:20
82848         Log: Patch installperl to be long double-aware.
82849              
82850              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
82851              From: Spider Boardman <spider@web.zk3.dec.com>
82852              Date: Fri, 25 Aug 2000 18:15:23 -0400
82853              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
82854      Branch: perl
82855            ! installperl
82856 ____________________________________________________________________________
82857 [  6825] By: jhi                                   on 2000/08/25  22:58:25
82858         Log: Remove duplicately applied patch shards.
82859              
82860              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
82861              From: Spider Boardman <spider@leggy.zk3.dec.com>
82862              Date: Fri, 25 Aug 2000 16:45:03 -0400
82863              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
82864      Branch: perl
82865            ! t/lib/cgi-html.t
82866 ____________________________________________________________________________
82867 [  6824] By: jhi                                   on 2000/08/25  22:57:00
82868         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
82869              From: Daniel Chetlin <daniel@chetlin.com>
82870              Date: Fri, 25 Aug 2000 12:23:16 -0700
82871              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
82872              
82873              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
82874              From: Daniel Chetlin <daniel@chetlin.com>
82875              Date: Fri, 25 Aug 2000 14:47:19 -0700
82876              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
82877      Branch: perl
82878            ! installman
82879 ____________________________________________________________________________
82880 [  6823] By: jhi                                   on 2000/08/25  22:44:17
82881         Log: Timestamp problem?
82882      Branch: perl
82883            ! uconfig.h uconfig.sh
82884 ____________________________________________________________________________
82885 [  6822] By: jhi                                   on 2000/08/25  19:01:06
82886         Log: One forgotten file from #6816.
82887      Branch: perl
82888            ! vos/config.h
82889 ____________________________________________________________________________
82890 [  6821] By: jhi                                   on 2000/08/25  18:56:39
82891         Log: Regen Changes.
82892      Branch: perl
82893            ! Changes patchlevel.h
82894 ____________________________________________________________________________
82895 [  6820] By: jhi                                   on 2000/08/25  18:52:35
82896         Log: Fix Changes ordering.
82897      Branch: perl
82898            ! Changes
82899 ____________________________________________________________________________
82900 [  6819] By: jhi                                   on 2000/08/25  18:50:25
82901         Log: Update Changes.
82902      Branch: perl
82903            ! Changes patchlevel.h
82904 ____________________________________________________________________________
82905 [  6818] By: jhi                                   on 2000/08/25  18:47:45
82906         Log: Tweak the sfio/useperlio logic, hopefully as wished in
82907              
82908              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
82909              From: Nicholas Clark <nick@babyhippo.co.uk>
82910              Date: Fri, 25 Aug 2000 12:01:45 +0100
82911              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
82912      Branch: metaconfig/U/perl
82913            ! d_sfio.U
82914      Branch: perl
82915            ! Configure
82916 ____________________________________________________________________________
82917 [  6817] By: jhi                                   on 2000/08/25  18:32:51
82918         Log: Allow microperl to assume <math.h>, without it the math
82919              functions like floor() are assumed to return int, which makes
82920              for core dumps in machines where integer and floating register
82921              don't mix.
82922      Branch: perl
82923            ! uconfig.h uconfig.sh
82924 ____________________________________________________________________________
82925 [  6816] By: jhi                                   on 2000/08/25  18:27:17
82926         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
82927              the problem reported in
82928              
82929              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
82930              From: danhale@us.ibm.com
82931              Date: Fri, 25 Aug 2000 10:58:06 -0400
82932              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
82933      Branch: metaconfig/U/perl
82934            + d_socks5_init.U
82935      Branch: perl
82936            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
82937            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
82938            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
82939            ! win32/config.gc win32/config.vc
82940 ____________________________________________________________________________
82941 [  6815] By: jhi                                   on 2000/08/25  17:43:31
82942         Log: A solution for the retrieve_fd autosplit warning,
82943              idea suggested by Mike Guy.
82944      Branch: perl
82945            ! ext/Storable/Storable.pm
82946 ____________________________________________________________________________
82947 [  6814] By: jhi                                   on 2000/08/25  17:16:03
82948         Log: Add install-silent target.
82949      Branch: perl
82950            ! Makefile.SH
82951 ____________________________________________________________________________
82952 [  6813] By: jhi                                   on 2000/08/25  17:14:23
82953         Log: Subject: Re: [PATCH] More silencing of installman.
82954              From: <abigail@foad.org>
82955              Date: Thu, 24 Aug 2000 19:27:03 -0400
82956              Message-ID: <20000824232703.7001.qmail@foad.org>
82957              
82958              Subject: Re: [PATCH] More silencing of installman.
82959              From: <abigail@foad.org>
82960              Date: Fri, 25 Aug 2000 03:00:58 -0400
82961              Message-ID: <20000825070058.10697.qmail@foad.org>
82962      Branch: perl
82963            ! installman
82964 ____________________________________________________________________________
82965 [  6812] By: jhi                                   on 2000/08/25  17:11:28
82966         Log: installperl --verbose and --silent.
82967              
82968              Subject: Re: [PATCH] More silencing of installman.
82969              From: <abigail@foad.org>
82970              Message-ID: <20000825064430.9719.qmail@foad.org>
82971              Date: Fri, 25 Aug 2000 02:44:30 -0400
82972      Branch: perl
82973            ! installperl
82974 ____________________________________________________________________________
82975 [  6811] By: jhi                                   on 2000/08/25  17:05:43
82976         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
82977              From: "Peter J. Farley III" <pjfarley@banet.net>
82978              Date: Thu, 24 Aug 2000 21:58:03 -0400
82979              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
82980              
82981              (applied slightly modified)
82982      Branch: perl
82983            ! lib/ExtUtils/MM_Unix.pm
82984 ____________________________________________________________________________
82985 [  6810] By: jhi                                   on 2000/08/25  17:01:18
82986         Log: Missing parts of 
82987              
82988              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
82989              From: Peter Prymmer <pvhp@forte.com>
82990              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
82991              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
82992      Branch: perl
82993            ! t/lib/cgi-html.t
82994 ____________________________________________________________________________
82995 [  6809] By: jhi                                   on 2000/08/25  16:46:32
82996         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
82997              From: "Craig A. Berry" <craig.berry@psinetcs.com>
82998              Date: Thu, 24 Aug 2000 19:13:11 -0500
82999              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
83000      Branch: perl
83001            ! vms/vms.c
83002 ____________________________________________________________________________
83003 [  6808] By: jhi                                   on 2000/08/25  16:39:22
83004         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
83005              From: Peter Prymmer <pvhp@forte.com>
83006              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
83007              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
83008      Branch: perl
83009            ! configure.com
83010 ____________________________________________________________________________
83011 [  6807] By: jhi                                   on 2000/08/25  16:36:37
83012         Log: Better wording for the vec lvalue diagnostic.
83013              
83014              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
83015              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
83016              Date: Wed, 23 Aug 2000 14:12:16 -0400
83017              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
83018      Branch: perl
83019            ! pod/perldiag.pod
83020 ____________________________________________________________________________
83021 [  6806] By: jhi                                   on 2000/08/24  18:17:22
83022         Log: Subject: [PATCH] More silencing of installman.
83023              From: <abigail@foad.org>
83024              Date: Thu, 24 Aug 2000 14:01:44 -0400
83025              Message-ID: <20000824180144.20062.qmail@foad.org>
83026      Branch: perl
83027            ! installman
83028 ____________________________________________________________________________
83029 [  6805] By: jhi                                   on 2000/08/24  15:00:31
83030         Log: Update Changes.
83031      Branch: perl
83032            ! Changes patchlevel.h
83033 ____________________________________________________________________________
83034 [  6804] By: jhi                                   on 2000/08/24  14:59:07
83035         Log: Regen perltoc.
83036      Branch: perl
83037            ! pod/perltoc.pod
83038 ____________________________________________________________________________
83039 [  6803] By: jhi                                   on 2000/08/24  14:44:39
83040         Log: Show the doc file, not the temp file.
83041      Branch: perl
83042            ! installman
83043 ____________________________________________________________________________
83044 [  6802] By: jhi                                   on 2000/08/24  14:41:53
83045         Log: Continue silencing.
83046      Branch: perl
83047            ! installman
83048 ____________________________________________________________________________
83049 [  6801] By: jhi                                   on 2000/08/24  14:34:40
83050         Log: Actually do something with the silencer option.
83051      Branch: perl
83052            ! installman
83053 ____________________________________________________________________________
83054 [  6800] By: jhi                                   on 2000/08/24  14:26:22
83055         Log: Make installman to recognize the silence flag -S.
83056      Branch: perl
83057            ! installman
83058 ____________________________________________________________________________
83059 [  6799] By: jhi                                   on 2000/08/24  13:49:38
83060         Log: DOS patches and portability/porting notes, from Tim Jenness.
83061      Branch: perl
83062            ! lib/File/Temp.pm
83063 ____________________________________________________________________________
83064 [  6798] By: jhi                                   on 2000/08/24  13:48:27
83065         Log: Create directories in silence.
83066              
83067              Subject: [PATCH] Another silencer for MakeMaker
83068              From: andreas.koenig@anima.de (Andreas J. Koenig)
83069              Date: 24 Aug 2000 14:18:52 +0200
83070              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
83071      Branch: perl
83072            ! lib/ExtUtils/Command.pm
83073 ____________________________________________________________________________
83074 [  6797] By: jhi                                   on 2000/08/24  13:46:42
83075         Log: More liberal parsing of version numbers.
83076              
83077              Subject: Re: CPAN.pm beta for testing available
83078              From: andreas.koenig@anima.de (Andreas J. Koenig)
83079              Date: 24 Aug 2000 13:51:57 +0200
83080              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
83081      Branch: perl
83082            ! lib/CPAN.pm
83083 ____________________________________________________________________________
83084 [  6796] By: jhi                                   on 2000/08/24  13:44:36
83085         Log: Make "make install" by default silent.  A new "install-verbose"
83086              target is verbose.
83087      Branch: perl
83088            ! Makefile.SH
83089 ____________________________________________________________________________
83090 [  6795] By: jhi                                   on 2000/08/24  13:39:14
83091         Log: Add silencer flags to installperl.
83092              
83093              Subject: [PATCH] Making installperl silent.
83094              From: <abigail@foad.org>
83095              Date: Thu, 24 Aug 2000 05:01:45 -0400
83096              Message-ID: <20000824090145.13141.qmail@foad.org>
83097      Branch: perl
83098            ! installperl
83099 ____________________________________________________________________________
83100 [  6794] By: jhi                                   on 2000/08/24  13:35:50
83101         Log: installperl couldn't tell whether it had run tests or not.
83102              
83103              Subject: [PATCH] Re: installperl and t/TEST
83104              From: <abigail@foad.org>
83105              Date: Thu, 24 Aug 2000 04:00:53 -0400
83106              Message-ID: <20000824080053.2494.qmail@foad.org>
83107      Branch: perl
83108            ! Makefile.SH installperl
83109 ____________________________________________________________________________
83110 [  6793] By: jhi                                   on 2000/08/24  13:27:50
83111         Log: Drop the separate perlbc, perlcc -b should be enough.
83112      Branch: perl
83113            - utils/perlbc.PL
83114            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
83115 ____________________________________________________________________________
83116 [  6792] By: jhi                                   on 2000/08/24  04:41:30
83117         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
83118              plus the typo fix from Peter Prymmer.
83119      Branch: perl
83120            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
83121            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
83122 ____________________________________________________________________________
83123 [  6791] By: jhi                                   on 2000/08/24  02:10:43
83124         Log: Replace #6705 with a minimal doc patch.
83125              
83126              Subject: [PATCH 5.6.0] replace change #6705
83127              From: Jan Dubois <jand@ActiveState.com>
83128              Date: Wed, 23 Aug 2000 18:31:51 -0700
83129              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
83130      Branch: perl
83131            ! lib/Win32.pod win32/win32.c
83132 ____________________________________________________________________________
83133 [  6790] By: jhi                                   on 2000/08/23  17:52:00
83134         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
83135              From: Mike Guy <mjtg@cam.ac.uk>
83136              Date: Wed, 23 Aug 2000 18:38:46 +0100
83137              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
83138      Branch: perl
83139            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
83140 ____________________________________________________________________________
83141 [  6789] By: jhi                                   on 2000/08/23  15:34:21
83142         Log: Update Changes.
83143      Branch: perl
83144            ! Changes patchlevel.h
83145 ____________________________________________________________________________
83146 [  6788] By: jhi                                   on 2000/08/23  15:33:40
83147         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
83148              From: Wilfredo Sánchez <wsanchez@apple.com>
83149              Date: Tue, 22 Aug 2000 19:31:27 -0700
83150              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
83151      Branch: perl
83152            ! perl.h
83153 ____________________________________________________________________________
83154 [  6787] By: jhi                                   on 2000/08/23  15:29:31
83155         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
83156              From: Spider Boardman <spider@leggy.zk3.dec.com>
83157              Date: Wed, 23 Aug 2000 10:33:23 -0400
83158              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
83159      Branch: perl
83160            ! lib/Pod/Html.pm
83161 ____________________________________________________________________________
83162 [  6786] By: jhi                                   on 2000/08/23  15:28:11
83163         Log: Bad makefile.
83164      Branch: perl
83165            ! ext/B/Makefile.PL
83166 ____________________________________________________________________________
83167 [  6785] By: jhi                                   on 2000/08/23  14:37:04
83168         Log: Update Changes.
83169      Branch: perl
83170            ! Changes patchlevel.h
83171 ____________________________________________________________________________
83172 [  6784] By: jhi                                   on 2000/08/23  13:58:41
83173         Log: Portability fix from Hugo van der Sanden.
83174      Branch: perl
83175            ! ext/re/Makefile.PL
83176 ____________________________________________________________________________
83177 [  6783] By: jhi                                   on 2000/08/23  13:53:53
83178         Log: Storable support, v-version fixes.
83179              
83180              Subject: CPAN.pm beta for testing available
83181              From: andreas.koenig@anima.de (Andreas J. Koenig)
83182              Date: 22 Aug 2000 23:31:33 +0200
83183              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
83184      Branch: perl
83185            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83186 ____________________________________________________________________________
83187 [  6782] By: jhi                                   on 2000/08/23  13:51:26
83188         Log: Mac and other portability updates from Chris Nandor.
83189      Branch: perl
83190            ! pod/perlmodinstall.pod
83191 ____________________________________________________________________________
83192 [  6781] By: jhi                                   on 2000/08/23  13:47:33
83193         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
83194              From: Peter Prymmer <pvhp@forte.com>
83195              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
83196              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
83197      Branch: perl
83198            ! ext/Storable/Storable.xs
83199 ____________________________________________________________________________
83200 [  6780] By: jhi                                   on 2000/08/23  13:33:34
83201         Log: VMS MMS (make) wants null action.
83202      Branch: perl
83203            ! ext/B/Makefile.PL
83204 ____________________________________________________________________________
83205 [  6779] By: jhi                                   on 2000/08/22  19:44:47
83206         Log: Forgot portability nit.
83207      Branch: perl
83208            ! t/lib/st-forgive.t
83209 ____________________________________________________________________________
83210 [  6778] By: jhi                                   on 2000/08/22  19:35:25
83211         Log: Be portable.
83212      Branch: perl
83213            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
83214            ! t/lib/st-store.t
83215 ____________________________________________________________________________
83216 [  6777] By: jhi                                   on 2000/08/22  18:50:53
83217         Log: Update Changes.
83218      Branch: perl
83219            ! Changes patchlevel.h
83220 ____________________________________________________________________________
83221 [  6776] By: jhi                                   on 2000/08/22  18:44:46
83222         Log: cSVOPo_*v things index into the current PL_curpad
83223              under ithreads, which is different from the curpad
83224              used by the XSUB.  (In other words, the code as-is
83225              before this patch wouldn't work under ithreads.)
83226              From Sarathy.
83227      Branch: perl
83228            ! ext/B/B.xs
83229 ____________________________________________________________________________
83230 [  6775] By: jhi                                   on 2000/08/22  18:18:37
83231         Log: Make the selection of NVff et al stricter.
83232      Branch: metaconfig/U/perl
83233            ! perlxvf.U
83234      Branch: perl
83235            ! Configure config_h.SH
83236 ____________________________________________________________________________
83237 [  6774] By: jhi                                   on 2000/08/22  17:19:42
83238         Log: perldelta nits.
83239      Branch: perl
83240            ! pod/perldelta.pod
83241 ____________________________________________________________________________
83242 [  6773] By: jhi                                   on 2000/08/22  17:06:26
83243         Log: Long double fixes from Spider Boardman.
83244              
83245              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
83246              From: system PRIVILEGED account <root@peano.zk3.dec.com>
83247              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
83248              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
83249      Branch: perl
83250            ! t/lib/bigfltpm.t t/lib/st-06compat.t
83251 ____________________________________________________________________________
83252 [  6772] By: jhi                                   on 2000/08/22  15:04:53
83253         Log: Update Changes.
83254      Branch: perl
83255            ! Changes patchlevel.h
83256 ____________________________________________________________________________
83257 [  6771] By: jhi                                   on 2000/08/22  15:01:44
83258         Log: perldelta fixes from Hugo van der Sanden.
83259      Branch: perl
83260            ! pod/perldelta.pod
83261 ____________________________________________________________________________
83262 [  6770] By: jhi                                   on 2000/08/22  14:34:49
83263         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
83264              From: Hugo <hv@crypt.compulink.co.uk>
83265              Date: Tue, 22 Aug 2000 11:21:53 +0100
83266              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
83267      Branch: perl
83268            ! regcomp.c
83269 ____________________________________________________________________________
83270 [  6769] By: jhi                                   on 2000/08/22  14:30:02
83271         Log: Add Yitzchak, reformat.
83272      Branch: perl
83273            ! Changes config_h.SH
83274 ____________________________________________________________________________
83275 [  6768] By: jhi                                   on 2000/08/22  14:21:35
83276         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
83277              and Spider Boardman.
83278      Branch: metaconfig
83279            ! U/compline/d_gconvert.U
83280      Branch: perl
83281            ! Configure
83282 ____________________________________________________________________________
83283 [  6767] By: jhi                                   on 2000/08/22  14:11:24
83284         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
83285              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83286              Date: Mon, 21 Aug 2000 19:08:31 -0700
83287              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
83288      Branch: perl
83289            - ext/Storable/patchlevel.h
83290            ! MANIFEST ext/Storable/MANIFEST
83291 ____________________________________________________________________________
83292 [  6766] By: jhi                                   on 2000/08/22  13:49:29
83293         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
83294              From: Peter Prymmer <pvhp@forte.com>
83295              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
83296              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
83297      Branch: perl
83298            ! configure.com ext/Storable/Makefile.PL
83299 ____________________________________________________________________________
83300 [  6765] By: jhi                                   on 2000/08/22  13:44:59
83301         Log: Subject: [PATCH blead] B:: missing dependency
83302              From: Hugo <hv@crypt.compulink.co.uk>
83303              Date: Tue, 22 Aug 2000 06:44:33 +0100
83304              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
83305      Branch: perl
83306            ! ext/B/Makefile.PL
83307 ____________________________________________________________________________
83308 [  6764] By: jhi                                   on 2000/08/22  13:38:12
83309         Log: More bytecompiler.
83310      Branch: perl
83311            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
83312 ____________________________________________________________________________
83313 [  6763] By: jhi                                   on 2000/08/22  13:36:44
83314         Log: Bytecompiler patches from Benjamin Stuhl.
83315      Branch: perl
83316            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
83317            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
83318            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
83319            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
83320            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
83321            ! perl.c perlapi.h pod/perldelta.pod
83322 ____________________________________________________________________________
83323 [  6762] By: jhi                                   on 2000/08/21  23:43:40
83324         Log: An obsoleted diagnostic.
83325      Branch: perl
83326            ! pod/perldelta.pod
83327 ____________________________________________________________________________
83328 [  6761] By: jhi                                   on 2000/08/21  23:01:45
83329         Log: The #6759 wasn't quite right.
83330      Branch: perl
83331            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83332            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
83333            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
83334            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
83335            ! t/lib/st-tieditems.t
83336 ____________________________________________________________________________
83337 [  6760] By: jhi                                   on 2000/08/21  22:35:49
83338         Log: Be verydeepclean.
83339      Branch: perl
83340            ! Makefile.SH
83341 ____________________________________________________________________________
83342 [  6759] By: jhi                                   on 2000/08/21  22:25:40
83343         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
83344              From: Peter Prymmer <pvhp@forte.com>
83345              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
83346              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
83347      Branch: perl
83348            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83349            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
83350            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
83351            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
83352            ! t/lib/st-tieditems.t
83353 ____________________________________________________________________________
83354 [  6758] By: jhi                                   on 2000/08/21  22:22:32
83355         Log: Few more casts, need reported in
83356              
83357              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
83358              From: Mike Stok <mike@stok.co.uk>
83359              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
83360              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
83361              
83362              and
83363              
83364              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
83365              From: abigail@foad.org
83366              Date: 21 Aug 2000 21:31:34 -0000
83367              Message-Id: <20000821213134.30170.qmail@foad.org>
83368      Branch: perl
83369            ! ext/Storable/Storable.xs
83370 ____________________________________________________________________________
83371 [  6757] By: jhi                                   on 2000/08/21  18:37:07
83372         Log: Update Changes.
83373      Branch: perl
83374            ! Changes patchlevel.h
83375 ____________________________________________________________________________
83376 [  6756] By: jhi                                   on 2000/08/21  18:34:02
83377         Log: A pod nit.
83378              
83379              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
83380              From: <abigail@foad.org>
83381              Date: Mon, 21 Aug 2000 14:00:16 -0400
83382              Message-ID: <20000821180016.28627.qmail@foad.org>
83383      Branch: perl
83384            ! pod/perlre.pod
83385 ____________________________________________________________________________
83386 [  6755] By: jhi                                   on 2000/08/21  18:30:56
83387         Log: Use PodParser 1.18 new test.
83388      Branch: perl
83389            ! t/pod/special_seqs.t t/pod/special_seqs.xr
83390 ____________________________________________________________________________
83391 [  6754] By: jhi                                   on 2000/08/21  18:28:35
83392         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
83393              patches cannot be applied since #6712 conflicts.
83394      Branch: perl
83395            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
83396 ____________________________________________________________________________
83397 [  6753] By: jhi                                   on 2000/08/21  18:15:11
83398         Log: Weed out some smaller changes.
83399      Branch: perl
83400            ! pod/perldelta.pod
83401 ____________________________________________________________________________
83402 [  6752] By: jhi                                   on 2000/08/21  18:02:30
83403         Log: Also under djgpp the timestamps are funky.
83404      Branch: perl
83405            ! t/op/stat.t
83406 ____________________________________________________________________________
83407 [  6751] By: jhi                                   on 2000/08/21  17:55:56
83408         Log: Tweak the floating point output routine preferences.
83409      Branch: metaconfig
83410            ! U/compline/d_gconvert.U
83411      Branch: perl
83412            ! Configure
83413 ____________________________________________________________________________
83414 [  6750] By: jhi                                   on 2000/08/21  17:51:29
83415         Log: Unicos/mk requires elaborate paranoia.
83416      Branch: perl
83417            ! lib/Math/Complex.pm
83418 ____________________________________________________________________________
83419 [  6749] By: gsar                                  on 2000/08/21  16:53:31
83420         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
83421      Branch: perl
83422            ! lib/Cwd.pm
83423 ____________________________________________________________________________
83424 [  6748] By: gsar                                  on 2000/08/21  16:22:19
83425         Log: free TLS slot properly on Windows
83426      Branch: perl
83427            ! thread.h win32/perllib.c win32/win32thread.h
83428 ____________________________________________________________________________
83429 [  6747] By: jhi                                   on 2000/08/21  16:20:58
83430         Log: Rename the macro argument because some preprocessors
83431              can't tell the difference and expand arguments also inside
83432              double quoted strings.
83433      Branch: perl
83434            ! regcomp.c
83435 ____________________________________________________________________________
83436 [  6746] By: jhi                                   on 2000/08/21  16:09:41
83437         Log: Support long doubles in Storable.
83438              
83439              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
83440              From: Radu Greab <radu@netsoft.ro>
83441              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
83442              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
83443      Branch: perl
83444            ! ext/Storable/Storable.xs
83445 ____________________________________________________________________________
83446 [  6745] By: jhi                                   on 2000/08/21  15:51:40
83447         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
83448              From: "Fifer, Eric" <EFifer@sanwaint.com>
83449              Date: Mon, 21 Aug 2000 15:34:49 +0100
83450              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
83451      Branch: perl
83452            ! t/pragma/warn/9enabled
83453 ____________________________________________________________________________
83454 [  6744] By: jhi                                   on 2000/08/21  15:39:35
83455         Log: Document the endianness of Alpha more precisely.
83456      Branch: perl
83457            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
83458            ! pod/perlport.pod
83459 ____________________________________________________________________________
83460 [  6743] By: jhi                                   on 2000/08/21  14:47:05
83461         Log: perldelta fixes from the p5p crowd.
83462      Branch: perl
83463            ! pod/perldelta.pod pod/perlop.pod
83464 ____________________________________________________________________________
83465 [  6742] By: jhi                                   on 2000/08/21  13:34:51
83466         Log: Update to Pod::LaTeX 0.53.
83467              
83468              Subject: [PATCH] lib/Pod/LaTeX.pm updates
83469              From: Tim Jenness <timj@jach.hawaii.edu>
83470              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
83471              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
83472      Branch: perl
83473            ! lib/Pod/LaTeX.pm
83474 ____________________________________________________________________________
83475 [  6741] By: jhi                                   on 2000/08/21  13:33:01
83476         Log: Subject: [PATCH] os2.c fix for use64bitint
83477              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83478              Date: Mon, 21 Aug 2000 01:32:25 -0700
83479              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
83480      Branch: perl
83481            ! os2/os2.c
83482 ____________________________________________________________________________
83483 [  6740] By: jhi                                   on 2000/08/21  13:28:52
83484         Log: Array context keeps slithering in.
83485              
83486              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
83487              From: Daniel Chetlin <daniel@chetlin.com>
83488              Date: Sun, 20 Aug 2000 21:40:25 -0700
83489              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
83490      Branch: perl
83491            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
83492            ! pod/perldebtut.pod
83493 ____________________________________________________________________________
83494 [  6739] By: jhi                                   on 2000/08/21  13:23:55
83495         Log: Big-endian quad fixes for Storable from Radu Greab,
83496              plus few explicit null casts for picky compilers.
83497      Branch: perl
83498            ! ext/Storable/Storable.xs
83499 ____________________________________________________________________________
83500 [  6738] By: gsar                                  on 2000/08/21  05:56:13
83501         Log: small tweaks for change#6705: avoid C++ style comments in C code;
83502              use Perl's malloc API rather than the low level system one
83503      Branch: perl
83504            ! win32/win32.c
83505 ____________________________________________________________________________
83506 [  6737] By: gsar                                  on 2000/08/21  05:35:41
83507         Log: add Storable to list of extensions on Windows
83508      Branch: perl
83509            ! win32/Makefile win32/makefile.mk
83510 ____________________________________________________________________________
83511 [  6736] By: jhi                                   on 2000/08/21  02:57:53
83512         Log: Update Changes.
83513      Branch: perl
83514            ! Changes patchlevel.h
83515 ____________________________________________________________________________
83516 [  6735] By: jhi                                   on 2000/08/21  02:57:20
83517         Log: Draft 0.
83518      Branch: perl
83519            ! pod/perldelta.pod
83520 ____________________________________________________________________________
83521 [  6734] By: jhi                                   on 2000/08/21  02:57:03
83522         Log: Add Storable 0.7.2 from Raphael Manfredi,
83523              plus the patch from
83524              
83525              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
83526              From: Radu Greab <radu@netsoft.ro>
83527              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
83528              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
83529              
83530              plus changes to get Storable to compile with
83531              picky ANSI compilers.
83532      Branch: perl
83533            + ext/Storable/ChangeLog ext/Storable/MANIFEST
83534            + ext/Storable/Makefile.PL ext/Storable/README
83535            + ext/Storable/Storable.pm ext/Storable/Storable.xs
83536            + ext/Storable/patchlevel.h t/lib/st-06compat.t
83537            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
83538            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
83539            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
83540            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
83541            + t/lib/st-tieditems.t
83542            ! MANIFEST
83543 ____________________________________________________________________________
83544 [  6733] By: jhi                                   on 2000/08/21  02:29:09
83545         Log: The correct cleaning order is an art.
83546      Branch: perl
83547            ! Makefile.SH
83548 ____________________________________________________________________________
83549 [  6732] By: jhi                                   on 2000/08/21  01:23:39
83550         Log: The #6724 is here.
83551      Branch: perl
83552            ! t/lib/ftmp-security.t
83553 ____________________________________________________________________________
83554 [  6731] By: jhi                                   on 2000/08/20  23:17:03
83555         Log: s/this one/the 5.6.0 release/
83556      Branch: perl
83557            ! pod/perl56delta.pod
83558 ____________________________________________________________________________
83559 [  6730] By: jhi                                   on 2000/08/20  23:07:34
83560         Log: Mention perlebcdic and perlposix-bc.
83561      Branch: perl
83562            ! pod/perlport.pod
83563 ____________________________________________________________________________
83564 [  6729] By: jhi                                   on 2000/08/20  21:32:59
83565         Log: Document the number of exponent digits.
83566      Branch: perl
83567            ! pod/perlfunc.pod
83568 ____________________________________________________________________________
83569 [  6728] By: jhi                                   on 2000/08/20  21:16:47
83570         Log: Use File::Spec->tmpdir().
83571              
83572              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
83573              From: Tim Jenness <timj@jach.hawaii.edu>
83574              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
83575              MIME-Version: 1.0
83576              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
83577      Branch: perl
83578            ! utils/perlbug.PL
83579 ____________________________________________________________________________
83580 [  6727] By: jhi                                   on 2000/08/20  20:43:32
83581         Log: Update Changes.
83582      Branch: perl
83583            ! Changes patchlevel.h
83584 ____________________________________________________________________________
83585 [  6726] By: jhi                                   on 2000/08/20  20:41:44
83586         Log: The veryclean target needs to clobber.
83587      Branch: perl
83588            ! Makefile.SH
83589 ____________________________________________________________________________
83590 [  6725] By: jhi                                   on 2000/08/20  20:37:38
83591         Log: Document odd vs even subreleases and -Dusedevel.
83592      Branch: perl
83593            ! INSTALL
83594 ____________________________________________________________________________
83595 [  6724] By: jhi                                   on 2000/08/20  19:58:05
83596         Log: Use temporary directory instead of current directory.
83597              
83598              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
83599              From: Tim Jenness <timj@jach.hawaii.edu>
83600              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
83601              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
83602      Branch: perl
83603            ! t/lib/ftmp-security.t
83604 ____________________________________________________________________________
83605 [  6723] By: jhi                                   on 2000/08/20  19:55:55
83606         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
83607              From: andreas.koenig@anima.de (Andreas J. Koenig)
83608              Date: 20 Aug 2000 15:52:03 +0200
83609              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
83610      Branch: perl
83611            ! lib/ExtUtils/MM_Unix.pm
83612 ____________________________________________________________________________
83613 [  6722] By: jhi                                   on 2000/08/20  19:46:01
83614         Log: Update to CGI 2.72, from Lincoln Stein.
83615      Branch: perl
83616            ! lib/CGI.pm
83617 ____________________________________________________________________________
83618 [  6721] By: jhi                                   on 2000/08/20  19:43:54
83619         Log: (Replaced by #8364.)
83620              
83621              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
83622              From: Radu Greab <radu@netsoft.ro>
83623              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
83624              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
83625      Branch: perl
83626            ! ext/GDBM_File/GDBM_File.xs
83627 ____________________________________________________________________________
83628 [  6720] By: jhi                                   on 2000/08/20  19:42:01
83629         Log: pp_open() could pass an uninitialized filename down to do_open9().
83630      Branch: perl
83631            ! pp_sys.c
83632 ____________________________________________________________________________
83633 [  6719] By: jhi                                   on 2000/08/20  14:06:41
83634         Log: UTF8 concat fixes.
83635              
83636              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
83637              From: Hugo <hv@crypt.compulink.co.uk>
83638              Date: Sun, 20 Aug 2000 07:30:46 +0100
83639              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
83640      Branch: perl
83641            ! pp_hot.c t/op/append.t
83642 ____________________________________________________________________________
83643 [  6718] By: jhi                                   on 2000/08/20  02:09:37
83644         Log: Let's try #6717 again.
83645      Branch: perl
83646            ! lib/File/Temp.pm
83647 ____________________________________________________________________________
83648 [  6717] By: jhi                                   on 2000/08/20  01:56:55
83649         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
83650              From: "Craig A. Berry" <craig.berry@metamorgs.com>
83651              Date: Sat, 19 Aug 2000 18:15:39 -0500
83652              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
83653      Branch: perl
83654            ! lib/File/Temp.pm
83655 ____________________________________________________________________________
83656 [  6716] By: jhi                                   on 2000/08/19  15:50:11
83657         Log: Update Changes.
83658      Branch: perl
83659            ! Changes patchlevel.h
83660 ____________________________________________________________________________
83661 [  6715] By: jhi                                   on 2000/08/19  15:39:09
83662         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
83663              From: Jonathan D Johnston <jdjohnston2@juno.com>
83664              Date: Thu, 17 Aug 2000 23:13:01 -0400       
83665              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
83666      Branch: perl
83667            ! pod/perlfunc.pod
83668 ____________________________________________________________________________
83669 [  6714] By: jhi                                   on 2000/08/19  15:34:04
83670         Log: Introduce a 'veryclean' target that is like 'distclean'
83671              but also removes *~ and *.orig.
83672      Branch: perl
83673            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
83674            ! utils/Makefile x2p/Makefile.SH
83675 ____________________________________________________________________________
83676 [  6713] By: jhi                                   on 2000/08/19  14:15:45
83677         Log: Put back the long double avoidance code to POSIX.xs
83678              because VMS seems to need it still.
83679      Branch: perl
83680            ! ext/POSIX/POSIX.xs
83681 ____________________________________________________________________________
83682 [  6712] By: jhi                                   on 2000/08/19  14:10:41
83683         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
83684              From: Peter Prymmer <pvhp@forte.com>
83685              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
83686              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
83687      Branch: perl
83688            ! lib/Pod/Find.pm t/pod/find.t
83689 ____________________________________________________________________________
83690 [  6711] By: jhi                                   on 2000/08/19  14:09:19
83691         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
83692              From: Peter Prymmer <pvhp@forte.com>
83693              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
83694              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
83695              cc: vmsperl@perl.org
83696      Branch: perl
83697            ! t/lib/peek.t
83698 ____________________________________________________________________________
83699 [  6710] By: jhi                                   on 2000/08/19  14:08:01
83700         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
83701              From: Jan Dubois <jand@ActiveState.com>
83702              Date: Fri, 18 Aug 2000 16:31:48 -0700
83703              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
83704      Branch: perl
83705            ! win32/win32.c
83706 ____________________________________________________________________________
83707 [  6709] By: jhi                                   on 2000/08/19  14:06:57
83708         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
83709              
83710              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
83711              From: Spider.Boardman@Orb.Nashua.NH.US
83712              Date: Fri, 18 Aug 2000 18:41:14 -0400
83713              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
83714      Branch: perl
83715            ! regcomp.c
83716 ____________________________________________________________________________
83717 [  6708] By: jhi                                   on 2000/08/18  22:04:49
83718         Log: Update Changes.
83719      Branch: perl
83720            ! Changes patchlevel.h
83721 ____________________________________________________________________________
83722 [  6707] By: jhi                                   on 2000/08/18  21:55:14
83723         Log: Add warnif(), check warnings further up the stack,
83724              all the warnings functions now can take an optional object reference.
83725              
83726              Subject: [PATCH bleedperl@6691] warnings pragma update
83727              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
83728              Date: Fri, 18 Aug 2000 22:42:06 +0100
83729              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
83730      Branch: perl
83731            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
83732            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
83733            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
83734 ____________________________________________________________________________
83735 [  6706] By: jhi                                   on 2000/08/18  21:41:45
83736         Log: Typo in pp_complement().
83737              
83738              Subject: [PATCH perl-current] Deparse
83739              From: Peter Scott <Peter@PSDT.com>
83740              Date: Fri, 18 Aug 2000 12:44:37 -0700
83741              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
83742      Branch: perl
83743            ! ext/B/B/Deparse.pm
83744 ____________________________________________________________________________
83745 [  6705] By: jhi                                   on 2000/08/18  21:25:59
83746         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
83747              From: Jan Dubois <jand@ActiveState.com>
83748              Date: Fri, 18 Aug 2000 14:22:51 -0700
83749              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
83750      Branch: perl
83751            ! lib/Win32.pod win32/win32.c
83752 ____________________________________________________________________________
83753 [  6704] By: jhi                                   on 2000/08/18  21:16:14
83754         Log: Don't eat leading os from index entries.
83755              
83756              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
83757              From: Russ Allbery <rra@stanford.edu>
83758              Date: 10 Aug 2000 20:49:25 -0700
83759              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
83760      Branch: perl
83761            ! lib/Pod/Man.pm
83762 ____________________________________________________________________________
83763 [  6703] By: jhi                                   on 2000/08/18  21:07:06
83764         Log: Add [[:blank:]] as suggested in
83765              
83766              Subject: [ID 20000716.024] [=cc=] / [:blank:]
83767              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
83768              Date: Sun, 16 Jul 2000 17:55:29 -0700
83769              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
83770              
83771              (the [=cc=] has already been taken care of by #6439
83772              so the whole bug report can be closed)
83773              
83774              and make [[:space:]] to be equivalent to isspace(3)
83775              (as opposed to \s, which is isSPACE()).  The difference
83776              is that now [[:space:]] matches the mythical vertical tab,
83777              while \s doesn't.
83778      Branch: perl
83779            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
83780            ! regexec.c t/op/pat.t
83781 ____________________________________________________________________________
83782 [  6702] By: jhi                                   on 2000/08/18  18:47:47
83783         Log: The new tests were missing from #6415.
83784      Branch: perl
83785            ! t/op/bop.t
83786 ____________________________________________________________________________
83787 [  6701] By: jhi                                   on 2000/08/18  18:20:40
83788         Log: Document the NDBM_File and ODBM_File as SDBM_File
83789              was documented in #6417.
83790      Branch: perl
83791            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
83792            ! ext/SDBM_File/SDBM_File.pm
83793 ____________________________________________________________________________
83794 [  6700] By: jhi                                   on 2000/08/18  18:10:39
83795         Log: Subject: [PATCH perl@6698] cygwin port
83796              From: "Fifer, Eric" <EFifer@sanwaint.com>
83797              Date: Fri, 18 Aug 2000 17:30:05 +0100
83798              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
83799      Branch: perl
83800            ! lib/File/Temp.pm
83801 ____________________________________________________________________________
83802 [  6699] By: jhi                                   on 2000/08/18  16:21:49
83803         Log: Document code point which makes if (defined %stash::) to work
83804              (noted by Spider Boardman).
83805      Branch: perl
83806            ! op.c
83807 ____________________________________________________________________________
83808 [  6698] By: jhi                                   on 2000/08/18  13:43:27
83809         Log: Update Changes.
83810      Branch: perl
83811            ! Changes patchlevel.h
83812 ____________________________________________________________________________
83813 [  6697] By: jhi                                   on 2000/08/18  13:35:57
83814         Log: Tiny Getopt::Long patch from Johan Vromans.
83815      Branch: perl
83816            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
83817 ____________________________________________________________________________
83818 [  6696] By: jhi                                   on 2000/08/18  13:26:14
83819         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
83820              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
83821              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
83822              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
83823      Branch: perl
83824            ! pod/perldiag.pod pod/perlsyn.pod
83825 ____________________________________________________________________________
83826 [  6695] By: jhi                                   on 2000/08/18  13:13:26
83827         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
83828              From: Daniel Chetlin <daniel@chetlin.com>
83829              Date: Fri, 18 Aug 2000 03:13:36 -0700
83830              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
83831      Branch: perl
83832            ! pod/perlfunc.pod
83833 ____________________________________________________________________________
83834 [  6694] By: jhi                                   on 2000/08/18  13:08:05
83835         Log: Subject: [PATCH] perltrap.pod spring cleaning
83836              From: Daniel Chetlin <daniel@chetlin.com>
83837              Date: Fri, 18 Aug 2000 03:06:54 -0700
83838              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
83839              
83840              plus Mike Guy's nitfix.
83841      Branch: perl
83842            ! pod/perltrap.pod
83843 ____________________________________________________________________________
83844 [  6693] By: jhi                                   on 2000/08/18  13:00:26
83845         Log: Unbuffer the output.
83846              
83847              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
83848              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83849              Date: Thu, 17 Aug 2000 18:39:29 -0700
83850              Message-ID: <RPJn5gzkgydf092yn@efn.org>
83851      Branch: perl
83852            ! t/op/fork.t
83853 ____________________________________________________________________________
83854 [  6692] By: jhi                                   on 2000/08/18  05:19:17
83855         Log: Delete the image, too, not just its MANIFEStation.
83856      Branch: perl
83857            - lib/CGI/eg/wilogo.gif
83858 ____________________________________________________________________________
83859 [  6691] By: jhi                                   on 2000/08/18  05:10:26
83860         Log: Propagate new Configure vars.
83861      Branch: perl
83862            ! configure.com epoc/config.sh uconfig.h uconfig.sh
83863            ! vos/config.def vos/config.h vos/config_h.SH_orig
83864            ! win32/config.bc win32/config.gc win32/config.vc
83865            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
83866 ____________________________________________________________________________
83867 [  6690] By: jhi                                   on 2000/08/18  04:30:56
83868         Log: Update Changes.
83869      Branch: perl
83870            ! Changes patchlevel.h
83871 ____________________________________________________________________________
83872 [  6689] By: jhi                                   on 2000/08/18  04:12:30
83873         Log: Fix the lib/complex failure of
83874              
83875              From: abigail@foad.org
83876              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
83877              Date: 15 Aug 2000 04:06:38 -0000
83878              Message-Id: <20000815040638.8524.qmail@foad.org> 
83879              
83880              Linux long double accuracy issue: something that
83881              when printed with %g looks like "2" but int() of it is 1.
83882      Branch: perl
83883            ! lib/Math/Complex.pm
83884 ____________________________________________________________________________
83885 [  6688] By: jhi                                   on 2000/08/18  03:15:35
83886         Log: The byteorder code in #6671 was wrong.
83887      Branch: perl
83888            ! configpm
83889 ____________________________________________________________________________
83890 [  6687] By: jhi                                   on 2000/08/18  02:08:42
83891         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
83892              From: Jan Dubois <jand@ActiveState.com>
83893              Date: Thu, 17 Aug 2000 18:31:55 -0700
83894              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
83895      Branch: perl
83896            ! sv.c
83897 ____________________________________________________________________________
83898 [  6686] By: jhi                                   on 2000/08/18  02:04:15
83899         Log: Use NVs in POSIX math, not doubles.
83900              
83901              From: abigail@foad.org
83902              Subject: [ID 20000817.014] POSIX & modfl
83903              Date: 17 Aug 2000 20:49:18 -0000
83904              Message-Id: <20000817204918.23123.qmail@foad.org>
83905      Branch: perl
83906            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
83907 ____________________________________________________________________________
83908 [  6685] By: jhi                                   on 2000/08/18  02:02:12
83909         Log: Introduce NVef, NVff, and NVgf, use the middle one.
83910              (helps for lib/peek + Linux + long doubles)  Reported in
83911              
83912              From: abigail@foad.org
83913              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
83914              Date: 15 Aug 2000 04:06:38 -0000
83915              Message-Id: <20000815040638.8524.qmail@foad.org> 
83916              
83917              (note: the lib/complex failure has not yet been addressed)
83918      Branch: metaconfig/U/perl
83919            ! perlxvf.U
83920      Branch: perl
83921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83922            ! config_h.SH dump.c perl.h pod/perlguts.pod
83923 ____________________________________________________________________________
83924 [  6684] By: jhi                                   on 2000/08/17  23:22:19
83925         Log: Add byteorder to the myconfig output.
83926      Branch: perl
83927            ! myconfig.SH
83928 ____________________________________________________________________________
83929 [  6683] By: jhi                                   on 2000/08/17  23:20:19
83930         Log: The image doth not exist, spotted by Johan Vromans.
83931      Branch: perl
83932            ! MANIFEST
83933 ____________________________________________________________________________
83934 [  6682] By: jhi                                   on 2000/08/17  22:38:16
83935         Log: Document what the backtick returns if the command fails.
83936      Branch: perl
83937            ! pod/perlop.pod
83938 ____________________________________________________________________________
83939 [  6681] By: jhi                                   on 2000/08/17  22:33:12
83940         Log: Do not use prototyping here.
83941              
83942              Subject: [ID 20000817.016] [PATCH] Peek.xs
83943              From: abigail@foad.org
83944              Date: 17 Aug 2000 20:55:56 -0000
83945              Message-Id: <20000817205556.24270.qmail@foad.org>
83946      Branch: perl
83947            ! ext/Devel/Peek/Makefile.PL
83948 ____________________________________________________________________________
83949 [  6680] By: jhi                                   on 2000/08/17  19:46:43
83950         Log: Don't propose using modules built for 5.005 if no binary
83951              compatibility with 5.005 is attempted.
83952              
83953              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
83954              Subject: Minor nit with 5.7.0 (6655)
83955              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
83956              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
83957      Branch: metaconfig
83958            ! U/installdirs/inc_version_list.U
83959      Branch: perl
83960            ! Configure config_h.SH
83961 ____________________________________________________________________________
83962 [  6679] By: jhi                                   on 2000/08/17  19:16:39
83963         Log: Microperl config update.
83964      Branch: perl
83965            ! uconfig.h uconfig.sh
83966 ____________________________________________________________________________
83967 [  6678] By: jhi                                   on 2000/08/17  19:16:13
83968         Log: The #6648 wasn't protective enough for limited platforms
83969              (like microperl).
83970      Branch: perl
83971            ! dump.c sv.c
83972 ____________________________________________________________________________
83973 [  6677] By: jhi                                   on 2000/08/17  14:46:35
83974         Log: Update Changes.
83975      Branch: perl
83976            ! Changes patchlevel.h
83977 ____________________________________________________________________________
83978 [  6676] By: jhi                                   on 2000/08/17  14:44:02
83979         Log: Add perlebcdic from Peter Prymmer, regen toc.
83980      Branch: perl
83981            + pod/perlebcdic.pod
83982            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
83983 ____________________________________________________________________________
83984 [  6675] By: jhi                                   on 2000/08/17  14:41:52
83985         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
83986      Branch: perl
83987            ! pod/perldebtut.pod
83988 ____________________________________________________________________________
83989 [  6674] By: jhi                                   on 2000/08/17  14:29:43
83990         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
83991              
83992              Subject: [ID 20000724.006] -DLEAKTEST problem
83993              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
83994              Date: Tue, 25 Jul 2000 00:36:32 -0500
83995              Message-Id: <20000725003632.A26186@www.llamacom.com>
83996              
83997              Reminder sent
83998              
83999              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
84000              From: Hugo <hv@crypt.compulink.co.uk>
84001              Date: Thu, 17 Aug 2000 15:23:42 +0100
84002              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
84003      Branch: perl
84004            ! util.c
84005 ____________________________________________________________________________
84006 [  6673] By: jhi                                   on 2000/08/17  04:07:10
84007         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
84008              From: John Peacock <JPeacock@UnivPress.com>
84009              Date: Tue, 01 Aug 2000 09:38:12 -0400
84010              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
84011      Branch: perl
84012            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
84013 ____________________________________________________________________________
84014 [  6672] By: jhi                                   on 2000/08/17  03:04:35
84015         Log: Subject: [PATCH] Cwd.pm now uses strict
84016              From: Tim Jenness <timj@jach.hawaii.edu>
84017              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
84018              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
84019      Branch: perl
84020            ! lib/Cwd.pm
84021 ____________________________________________________________________________
84022 [  6671] By: jhi                                   on 2000/08/17  02:16:35
84023         Log: Make $Config{byteorder} more magical so that it is
84024              dynamically computed: nice for 'fat binaries'.
84025              
84026              Subject: [PATCH]: default byteorder
84027              From: Wilfredo Sánchez <wsanchez@apple.com>
84028              Date: Mon, 31 Jul 2000 19:45:31 -0700
84029              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
84030      Branch: perl
84031            ! configpm
84032 ____________________________________________________________________________
84033 [  6670] By: gsar                                  on 2000/08/17  01:22:21
84034         Log: move WNOHANG definition to where other such things are
84035      Branch: perl
84036            ! win32/win32.h
84037 ____________________________________________________________________________
84038 [  6669] By: jhi                                   on 2000/08/17  01:19:17
84039         Log: Update Changes.
84040      Branch: perl
84041            ! Changes patchlevel.h
84042 ____________________________________________________________________________
84043 [  6668] By: jhi                                   on 2000/08/17  01:16:29
84044         Log: Doc nits spotted by Richard Soderberg.
84045      Branch: perl
84046            ! README.posix-bc README.vmesa
84047 ____________________________________________________________________________
84048 [  6667] By: jhi                                   on 2000/08/17  01:12:11
84049         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
84050              From: "Casey R. Tweten" <crt@kiski.net>
84051              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
84052              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
84053      Branch: perl
84054            ! pod/perldebtut.pod
84055 ____________________________________________________________________________
84056 [  6666] By: jhi                                   on 2000/08/17  01:09:31
84057         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
84058              From: "Casey R. Tweten" <crt@kiski.net>
84059              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
84060              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
84061      Branch: perl
84062            ! lib/Shell.pm
84063 ____________________________________________________________________________
84064 [  6665] By: gsar                                  on 2000/08/17  01:03:52
84065         Log: add "ok" targets from change#6632 in makefile.mk
84066      Branch: perl
84067            ! pod/perlport.pod win32/Makefile win32/makefile.mk
84068 ____________________________________________________________________________
84069 [  6664] By: gsar                                  on 2000/08/17  00:56:11
84070         Log: avoid warnings from dense compiler
84071      Branch: perl
84072            ! win32/win32.c
84073 ____________________________________________________________________________
84074 [  6663] By: jhi                                   on 2000/08/17  00:51:49
84075         Log: Tweak the regex compilation errors once more.
84076      Branch: perl
84077            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
84078            ! t/op/regmesg.t t/pragma/warn/regcomp
84079 ____________________________________________________________________________
84080 [  6662] By: gsar                                  on 2000/08/17  00:28:19
84081         Log: trailing new %ENV entries weren't being pushed into the real
84082              environment of subprocesses on Windows
84083      Branch: perl
84084            ! t/op/magic.t win32/perlhost.h
84085 ____________________________________________________________________________
84086 [  6661] By: gsar                                  on 2000/08/17  00:19:20
84087         Log: waitpid() now handles externally spawned pids correctly;
84088              fixes for backtick/wait/waitpid failures on Windows 9x
84089              
84090              these changes make the pid returned by process functions on
84091              Windows 9x always positive by clearing the high bit (which
84092              is always set on Win9x); pseudo-process PIDs are likewise
84093              always negative now on Win9x (just as on NT/2000)
84094      Branch: perl
84095            ! pp_sys.c win32/perlhost.h win32/win32.c
84096 ____________________________________________________________________________
84097 [  6660] By: jhi                                   on 2000/08/17  00:04:32
84098         Log: Retract #6645.
84099      Branch: perl
84100            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84101            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
84102            ! t/op/sprintf.t
84103 ____________________________________________________________________________
84104 [  6659] By: gsar                                  on 2000/08/16  23:59:28
84105         Log: on windows, the return values from wait() and waitpid() don't
84106              match those of pseudo-pids
84107      Branch: perl
84108            ! pp_sys.c t/op/fork.t util.c win32/win32.c
84109 ____________________________________________________________________________
84110 [  6658] By: gsar                                  on 2000/08/16  23:56:14
84111         Log: pod nit seen in passing
84112      Branch: perl
84113            ! pod/perlfunc.pod
84114 ____________________________________________________________________________
84115 [  6657] By: gsar                                  on 2000/08/16  23:53:42
84116         Log: change#6328 could make close(SOCKET) return false on windows
84117              when it shouldn't
84118      Branch: perl
84119            ! win32/win32sck.c
84120 ____________________________________________________________________________
84121 [  6656] By: gsar                                  on 2000/08/16  23:46:57
84122         Log: check that the number pseudo children doesn't exceed
84123              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
84124              the WaitForMultipleObjects() limit that would cause wait()
84125              to crash)
84126              
84127              wait() and waitpid() could potentially be rewritten to use
84128              more than one thread to do the waiting to eliminate this
84129              limitation
84130      Branch: perl
84131            ! win32/perlhost.h
84132 ____________________________________________________________________________
84133 [  6655] By: jhi                                   on 2000/08/16  14:11:05
84134         Log: Update Changes.
84135      Branch: perl
84136            ! Changes patchlevel.h
84137 ____________________________________________________________________________
84138 [  6654] By: jhi                                   on 2000/08/16  14:10:12
84139         Log: Update to perldebtut 1.9, from Richard Foley.
84140      Branch: perl
84141            ! pod/perldebtut.pod
84142 ____________________________________________________________________________
84143 [  6653] By: jhi                                   on 2000/08/16  14:08:17
84144         Log: Change the regx compilation error markers to use = instead of <
84145              since pod makes using the latter quite messy.  Reported in
84146              ID 20000814.006 by Abigail and in
84147              Subject: Unknown escape E<> ?
84148              From: Lupe Christoph <lupe@lupe-christoph.de>
84149              Date: Fri, 11 Aug 2000 00:30:27 +0200
84150              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
84151      Branch: perl
84152            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
84153            ! t/op/regmesg.t t/pragma/warn/regcomp
84154 ____________________________________________________________________________
84155 [  6652] By: jhi                                   on 2000/08/16  13:25:31
84156         Log: Change the perlbug address to perl.org since it's more forgiving.
84157              
84158              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
84159              From: abigail@foad.org
84160              Date: 15 Aug 2000 04:15:40 -0000
84161              Message-Id: <20000815041540.8633.qmail@foad.org>
84162      Branch: perl
84163            ! utils/perlbug.PL
84164 ____________________________________________________________________________
84165 [  6651] By: jhi                                   on 2000/08/16  13:22:35
84166         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
84167              From: Tim Jenness <timj@jach.hawaii.edu>
84168              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
84169              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
84170      Branch: perl
84171            ! lib/Cwd.pm
84172 ____________________________________________________________________________
84173 [  6650] By: jhi                                   on 2000/08/16  13:18:13
84174         Log: Update to CPAN 1.57.
84175              
84176              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
84177              From: andreas.koenig@anima.de (Andreas J. Koenig)
84178              Date: 16 Aug 2000 15:09:46 +0200
84179              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
84180      Branch: perl
84181            ! lib/CPAN.pm
84182 ____________________________________________________________________________
84183 [  6649] By: jhi                                   on 2000/08/16  13:12:31
84184         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
84185              From: "Larry W. Virden" <lvirden@cas.org>
84186              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
84187              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
84188      Branch: perl
84189            ! README.hpux
84190 ____________________________________________________________________________
84191 [  6648] By: jhi                                   on 2000/08/16  13:03:53
84192         Log: The numeric locale was reset to "C" by s?printf and never restored.
84193              
84194              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
84195              From: Christian Kirsch <ck@held.mind.de>
84196              Date: Wed, 9 Aug 2000 17:05:17 +0200
84197              Message-Id: <20000809170517.A25389@held>
84198              
84199              No test since adding the failing example to locale.t
84200              does not fail -- probably because the locale settings are so
84201              thoroughly tweaked by that time.  Running the example standalone
84202              does fail, though.  UPDATE: test case added at change #7540.
84203      Branch: perl
84204            ! dump.c perl.h pp.c pp_ctl.c sv.c
84205 ____________________________________________________________________________
84206 [  6647] By: jhi                                   on 2000/08/16  00:07:54
84207         Log: Update Changes and test semi-automatic patchlevel updating.
84208      Branch: perl
84209            ! Changes patchlevel.h
84210 ____________________________________________________________________________
84211 [  6646] By: jhi                                   on 2000/08/15  23:35:07
84212         Log: Fix a dependency problem.
84213              
84214              Subject: [PATCH: 6640] VMS Makefile.SH update
84215              From: Peter Prymmer <pvhp@forte.com>
84216              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
84217              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
84218      Branch: perl
84219            ! vms/descrip_mms.template
84220 ____________________________________________________________________________
84221 [  6645] By: jhi                                   on 2000/08/15  23:33:23
84222         Log: (Retracted by #6660)
84223              
84224              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
84225              From: Dominic Dunlop <domo@computer.org>
84226              Date: Tue, 15 Aug 2000 22:20:52 +0200
84227              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
84228      Branch: metaconfig/U/perl
84229            + d_printfed.U
84230      Branch: perl
84231            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84232            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
84233            ! t/op/sprintf.t
84234 ____________________________________________________________________________
84235 [  6644] By: jhi                                   on 2000/08/15  21:17:20
84236         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
84237              From: abigail@foad.org
84238              Date: 15 Aug 2000 20:12:41 -0000
84239              Message-Id: <20000815201241.25556.qmail@foad.org>
84240      Branch: perl
84241            ! INSTALL
84242 ____________________________________________________________________________
84243 [  6643] By: jhi                                   on 2000/08/15  21:15:28
84244         Log: (an already applied patch)
84245      Branch: perl
84246            ! lib/CGI.pm
84247 ____________________________________________________________________________
84248 [  6642] By: gsar                                  on 2000/08/15  19:54:05
84249         Log: magic callbacks all need to have same type signature
84250      Branch: perl
84251            ! embed.pl mg.c proto.h
84252 ____________________________________________________________________________
84253 [  6641] By: jhi                                   on 2000/08/15  17:56:27
84254         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)
84255              From: Mike Guy <mjtg@cam.ac.uk>
84256              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
84257              Date: Tue, 15 Aug 2000 18:26:45 +0100
84258              
84259              Only the peek.t part applied, not the hash quality part.
84260      Branch: perl
84261            ! t/lib/peek.t
84262 ____________________________________________________________________________
84263 [  6640] By: jhi                                   on 2000/08/15  16:37:37
84264         Log: Update Changes.
84265      Branch: perl
84266            ! Changes
84267 ____________________________________________________________________________
84268 [  6639] By: jhi                                   on 2000/08/15  16:34:55
84269         Log: Missed a file from #6638.
84270      Branch: perl
84271            ! lib/File/Temp.pm
84272 ____________________________________________________________________________
84273 [  6638] By: jhi                                   on 2000/08/15  16:33:19
84274         Log: Subject: [PATCH perl@6620] cygwin port
84275              From: "Fifer, Eric" <EFifer@sanwaint.com>
84276              Date: Tue, 15 Aug 2000 17:00:49 +0100
84277              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
84278      Branch: perl
84279            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
84280 ____________________________________________________________________________
84281 [  6637] By: jhi                                   on 2000/08/15  16:29:22
84282         Log: Subject: [PATCH] debugger exit code should reflect user exit code
84283              From: Mike Guy <mjtg@cam.ac.uk>
84284              Date: Tue, 15 Aug 2000 16:55:59 +0100
84285              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
84286      Branch: perl
84287            ! lib/perl5db.pl
84288 ____________________________________________________________________________
84289 [  6636] By: jhi                                   on 2000/08/15  15:30:58
84290         Log: Update Changes.
84291      Branch: perl
84292            ! Changes
84293 ____________________________________________________________________________
84294 [  6635] By: jhi                                   on 2000/08/15  15:27:21
84295         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
84296      Branch: metaconfig
84297            ! U/mkglossary U/mksample
84298      Branch: metaconfig/U/perl
84299            ! Devel.U
84300      Branch: perl
84301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84302 ____________________________________________________________________________
84303 [  6634] By: jhi                                   on 2000/08/15  14:11:55
84304         Log: Don't blow limited stacks, a lower number is enough to
84305              tickle the lookbehind limit.
84306              
84307              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
84308              From: Dominic Dunlop <domo@computer.org>
84309              Date: Tue, 15 Aug 2000 13:51:24 +0200
84310              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
84311      Branch: perl
84312            ! t/op/regmesg.t
84313 ____________________________________________________________________________
84314 [  6633] By: jhi                                   on 2000/08/15  14:01:46
84315         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
84316              From: Mike Guy <mjtg@cam.ac.uk>
84317              Date: Tue, 15 Aug 2000 12:10:50 +0100
84318              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
84319      Branch: perl
84320            ! utils/perldoc.PL
84321 ____________________________________________________________________________
84322 [  6632] By: jhi                                   on 2000/08/15  13:58:48
84323         Log: make ok etc also for win32.
84324              
84325              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
84326              From: Prymmer/Kahn <pvhp@best.com>
84327              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
84328              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
84329      Branch: perl
84330            ! win32/Makefile
84331 ____________________________________________________________________________
84332 [  6631] By: jhi                                   on 2000/08/15  13:45:03
84333         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
84334      Branch: perl
84335            ! lib/Test.pm
84336 ____________________________________________________________________________
84337 [  6630] By: jhi                                   on 2000/08/15  03:25:09
84338         Log: Update Changes.
84339      Branch: perl
84340            ! Changes
84341 ____________________________________________________________________________
84342 [  6629] By: jhi                                   on 2000/08/15  03:23:53
84343         Log: magic_regdatum_set() is void, not int.
84344      Branch: perl
84345            ! embed.pl mg.c proto.h
84346 ____________________________________________________________________________
84347 [  6628] By: jhi                                   on 2000/08/15  03:08:02
84348         Log: Make the user to give up his firstborn, err, to knowingly
84349              verify installing an unstable developer release.  Also bump
84350              the release to 5.7.0, but leave a patch tag in the local
84351              patches saying that this is not yet the real thing.
84352      Branch: metaconfig
84353            ! U/modified/Instruct.U
84354      Branch: metaconfig/U/perl
84355            + Devel.U
84356      Branch: perl
84357            ! Configure patchlevel.h
84358 ____________________________________________________________________________
84359 [  6627] By: jhi                                   on 2000/08/14  22:32:52
84360         Log: README.os2 update.
84361              
84362              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
84363              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84364              Date: Wed, 02 Aug 2000 21:55:09 -0700
84365              Message-ID: <tsPi5gzkgegX092yn@efn.org>
84366      Branch: perl
84367            ! README.os2
84368 ____________________________________________________________________________
84369 [  6626] By: jhi                                   on 2000/08/14  21:00:02
84370         Log: Subject: Re: File::Temp problems on VMS in bleedperl
84371              From: Tim Jenness <timj@jach.hawaii.edu>
84372              cc: vmsperl@perl.org
84373              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
84374              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
84375      Branch: perl
84376            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
84377 ____________________________________________________________________________
84378 [  6625] By: jhi                                   on 2000/08/14  20:52:16
84379         Log: Add SUIDMAIL as was done for the CERT alert.
84380      Branch: perl
84381            ! patchlevel.h
84382 ____________________________________________________________________________
84383 [  6624] By: jhi                                   on 2000/08/14  20:48:50
84384         Log: Subject: sfio2000
84385              From: Daniel Muino <dmuino@afip.gov.ar>
84386              Date: Mon, 14 Aug 2000 16:58:11 -0300
84387              Message-ID: <20000814165811.B16368@con2-dgi>
84388      Branch: perl
84389            ! perlsdio.h perlsfio.h
84390 ____________________________________________________________________________
84391 [  6623] By: jhi                                   on 2000/08/14  20:47:36
84392         Log: Subject: warning: storage class after type is obsolescent
84393              From: Daniel Muino <dmuino@afip.gov.ar>
84394              Date: Mon, 14 Aug 2000 16:42:47 -0300
84395              Message-ID: <20000814164247.A16368@con2-dgi>
84396      Branch: perl
84397            ! regcomp.pl regnodes.h
84398 ____________________________________________________________________________
84399 [  6622] By: jhi                                   on 2000/08/14  20:43:05
84400         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
84401              From: abigail@foad.org
84402              Date: 14 Aug 2000 20:00:10 -0000
84403              Message-Id: <20000814200010.27271.qmail@foad.org>
84404      Branch: perl
84405            ! Changes
84406 ____________________________________________________________________________
84407 [  6621] By: jhi                                   on 2000/08/14  15:23:05
84408         Log: Update Changes.
84409      Branch: perl
84410            ! Changes
84411 ____________________________________________________________________________
84412 [  6620] By: jhi                                   on 2000/08/14  15:22:14
84413         Log: Subject: Re: [PATCH] @+, @- readonly
84414              From: Mike Guy <mjtg@cam.ac.uk>
84415              Date: Mon, 14 Aug 2000 15:26:55 +0100
84416              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
84417      Branch: perl
84418            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
84419            ! sv.c t/op/pat.t
84420 ____________________________________________________________________________
84421 [  6619] By: jhi                                   on 2000/08/14  14:12:08
84422         Log: Update Changes.
84423      Branch: perl
84424            ! Changes
84425 ____________________________________________________________________________
84426 [  6618] By: jhi                                   on 2000/08/14  14:09:34
84427         Log: For now remove the mail code.
84428      Branch: perl
84429            ! perl.c
84430 ____________________________________________________________________________
84431 [  6617] By: jhi                                   on 2000/08/14  14:08:28
84432         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
84433      Branch: perl
84434            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
84435            ! pod/perlfaq8.pod pod/perlsec.pod
84436 ____________________________________________________________________________
84437 [  6616] By: jhi                                   on 2000/08/14  14:00:11
84438         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
84439              From: Mike Guy <mjtg@cam.ac.uk>
84440              Date: Mon, 14 Aug 2000 08:26:02 +0100
84441              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
84442      Branch: perl
84443            ! lib/perl5db.pl
84444 ____________________________________________________________________________
84445 [  6615] By: jhi                                   on 2000/08/14  13:58:45
84446         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
84447              From: Mike Guy <mjtg@cam.ac.uk>
84448              Date: Mon, 14 Aug 2000 08:04:22 +0100
84449              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
84450      Branch: perl
84451            ! gv.c mg.c t/op/pat.t
84452 ____________________________________________________________________________
84453 [  6614] By: jhi                                   on 2000/08/14  13:56:45
84454         Log: Subject: Test fails / warnings with perl-current #6612
84455              From: Mike Guy <mjtg@cam.ac.uk>
84456              Date: Mon, 14 Aug 2000 07:57:23 +0100
84457              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
84458      Branch: perl
84459            ! t/lib/b.t t/lib/peek.t
84460 ____________________________________________________________________________
84461 [  6613] By: jhi                                   on 2000/08/14  13:45:33
84462         Log: VMS configure.com update continues.
84463      Branch: perl
84464            - vms/configure.com
84465            ! MANIFEST configure.com
84466 ____________________________________________________________________________
84467 [  6612] By: jhi                                   on 2000/08/13  22:13:35
84468         Log: Update Changes.
84469      Branch: perl
84470            ! Changes
84471 ____________________________________________________________________________
84472 [  6611] By: jhi                                   on 2000/08/13  16:21:45
84473         Log: Upgrade to CGI 2.71, from Lincoln Stein.
84474      Branch: perl
84475            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
84476 ____________________________________________________________________________
84477 [  6610] By: jhi                                   on 2000/08/13  15:09:16
84478         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
84479              From: Mike Guy <mjtg@cam.ac.uk>
84480              Date: Sun, 13 Aug 2000 13:45:51 +0100
84481              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
84482      Branch: perl
84483            ! t/op/regmesg.t
84484 ____________________________________________________________________________
84485 [  6609] By: jhi                                   on 2000/08/13  14:31:26
84486         Log: Andreas says that 1.56 is fine, so reverting back to it.
84487      Branch: perl
84488            ! lib/CPAN.pm
84489 ____________________________________________________________________________
84490 [  6608] By: jhi                                   on 2000/08/13  05:34:20
84491         Log: Update Changes.
84492      Branch: perl
84493            ! Changes
84494 ____________________________________________________________________________
84495 [  6607] By: jhi                                   on 2000/08/13  05:32:01
84496         Log: Put back the \z changes of #5406 to CPAN.pm.
84497      Branch: perl
84498            ! lib/CPAN.pm
84499 ____________________________________________________________________________
84500 [  6606] By: jhi                                   on 2000/08/13  05:20:16
84501         Log: Fix-n-skip the tests under 5005threads.
84502      Branch: perl
84503            ! t/lib/b.t
84504 ____________________________________________________________________________
84505 [  6605] By: jhi                                   on 2000/08/13  05:07:48
84506         Log: Fix the test for 5005threads.
84507      Branch: perl
84508            ! t/lib/peek.t
84509 ____________________________________________________________________________
84510 [  6604] By: jhi                                   on 2000/08/13  03:35:37
84511         Log: Should have deleted this in #6603.
84512      Branch: perl
84513            - vms/subconfigure.com
84514 ____________________________________________________________________________
84515 [  6603] By: jhi                                   on 2000/08/12  18:29:32
84516         Log: Rewrite of vms/subconfigure.com as configure.com,
84517              from Peter Prymmer and the vmsperl crew.
84518      Branch: perl
84519            + vms/configure.com
84520            ! MANIFEST
84521 ____________________________________________________________________________
84522 [  6602] By: jhi                                   on 2000/08/11  13:00:01
84523         Log: PlainText.pm is dead.
84524      Branch: perl
84525            - lib/Pod/PlainText.pm
84526            ! MANIFEST
84527 ____________________________________________________________________________
84528 [  6601] By: jhi                                   on 2000/08/11  04:06:45
84529         Log: Update Changes.
84530      Branch: perl
84531            ! Changes
84532 ____________________________________________________________________________
84533 [  6600] By: jhi                                   on 2000/08/11  04:06:10
84534         Log: Add a few missing files, update MANIFEST.
84535      Branch: perl
84536            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
84537            + lib/Pod/PlainText.pm t/pod/find.t
84538            ! MANIFEST t/op/regmesg.t
84539 ____________________________________________________________________________
84540 [  6599] By: jhi                                   on 2000/08/11  03:31:10
84541         Log: Add Perl debugging tutorial, regen toc. 
84542              
84543              Subject: perldebtut.pod
84544              From: Richard Foley <Richard.Foley@m.dasa.de>
84545              Date: Wed, 09 Aug 2000 10:17:15 +0200
84546              Message-id: <3991138B.262247B8@m.dasa.de>
84547      Branch: perl
84548            + pod/perldebtut.pod
84549            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
84550 ____________________________________________________________________________
84551 [  6598] By: jhi                                   on 2000/08/11  02:48:56
84552         Log: tiny Changes edit
84553      Branch: perl
84554            ! Changes
84555 ____________________________________________________________________________
84556 [  6597] By: jhi                                   on 2000/08/11  02:39:04
84557         Log: Tests for #6589.
84558              
84559              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
84560              From: simon@brecon.co.uk (Simon Cozens)
84561              Date: 11 Aug 2000 02:24:52 GMT
84562              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
84563      Branch: perl
84564            ! t/lib/b.t
84565 ____________________________________________________________________________
84566 [  6596] By: jhi                                   on 2000/08/11  01:50:07
84567         Log: Update Changes.
84568      Branch: perl
84569            ! Changes
84570 ____________________________________________________________________________
84571 [  6595] By: jhi                                   on 2000/08/11  01:47:16
84572         Log: nitfix
84573      Branch: perl
84574            ! Changes
84575 ____________________________________________________________________________
84576 [  6594] By: jhi                                   on 2000/08/11  01:36:16
84577         Log: Subject: Getting perlio and threads to compile
84578              From: Lupe Christoph <lupe@lupe-christoph.de>
84579              Date: Wed, 9 Aug 2000 11:35:54 +0200
84580              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
84581              
84582              (the Solaris version changes in Configure skipped)
84583      Branch: perl
84584            ! hints/solaris_2.sh thread.h
84585 ____________________________________________________________________________
84586 [  6593] By: jhi                                   on 2000/08/11  01:30:16
84587         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
84588              From: simon@brecon.co.uk (Simon Cozens)
84589              Date: 1 Aug 2000 06:55:19 GMT
84590              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
84591      Branch: perl
84592            ! lib/utf8.pm
84593 ____________________________________________________________________________
84594 [  6592] By: jhi                                   on 2000/08/11  01:26:39
84595         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
84596              From: Peter Scott <Peter@PeterScott.com>
84597              Date: Thu, 10 Aug 2000 08:23:27 -0700
84598              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
84599      Branch: perl
84600            ! lib/perl5db.pl
84601 ____________________________________________________________________________
84602 [  6591] By: jhi                                   on 2000/08/11  01:22:02
84603         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
84604              From: Hugo <hv@crypt.compulink.co.uk>
84605              Date: Thu, 10 Aug 2000 19:23:04 +0100
84606              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
84607      Branch: perl
84608            ! regexec.c t/op/pat.t
84609 ____________________________________________________________________________
84610 [  6590] By: jhi                                   on 2000/08/11  01:19:19
84611         Log: Preprocessing and postprocessing for File::Find.
84612              
84613              Subject: Patch to Find::File.pm to allow alphabetical results
84614              From: Joe Smith <jsmith@inwap.com>
84615              Date: Wed, 9 Aug 2000 02:44:54 -0700
84616              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
84617      Branch: perl
84618            ! lib/File/Find.pm
84619 ____________________________________________________________________________
84620 [  6589] By: jhi                                   on 2000/08/11  01:12:39
84621         Log: B::Deparse didn't do sub attributes.
84622              
84623              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
84624              From: simon@brecon.co.uk (Simon Cozens)
84625              Date: 9 Aug 2000 04:49:20 GMT
84626              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
84627      Branch: perl
84628            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
84629 ____________________________________________________________________________
84630 [  6588] By: jhi                                   on 2000/08/11  01:06:40
84631         Log: Subject: debugger "d" command doesnt check line number
84632              From: Mike Guy <mjtg@cam.ac.uk>
84633              Date: Tue, 08 Aug 2000 21:54:29 +0100
84634              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
84635      Branch: perl
84636            ! lib/perl5db.pl mg.c pod/perldiag.pod
84637 ____________________________________________________________________________
84638 [  6587] By: jhi                                   on 2000/08/11  00:45:03
84639         Log: sleep(1) does not necessarily return 1.
84640              
84641              Subject: [PATCH bleadperl] op/lex_assign.t  
84642              From: Hugo <hv@crypt.compulink.co.uk>
84643              Date: Thu, 03 Aug 2000 14:34:22 +0100        
84644              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
84645      Branch: perl
84646            ! t/op/lex_assign.t
84647 ____________________________________________________________________________
84648 [  6586] By: jhi                                   on 2000/08/11  00:31:50
84649         Log: Document the IO::Select timeout.
84650      Branch: perl
84651            ! ext/IO/lib/IO/Select.pm
84652 ____________________________________________________________________________
84653 [  6585] By: jhi                                   on 2000/08/11  00:13:54
84654         Log: Forgot contributor.
84655      Branch: perl
84656            ! Changes
84657 ____________________________________________________________________________
84658 [  6584] By: jhi                                   on 2000/08/11  00:09:19
84659         Log: detypo
84660      Branch: perl
84661            ! Changes
84662 ____________________________________________________________________________
84663 [  6583] By: jhi                                   on 2000/08/11  00:07:53
84664         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
84665              
84666              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
84667              From: Mike Guy <mjtg@cam.ac.uk> 
84668              Date: Thu, 10 Aug 2000 15:50:54 +0100
84669              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
84670      Branch: perl
84671            ! sv.c t/op/int.t
84672 ____________________________________________________________________________
84673 [  6582] By: jhi                                   on 2000/08/10  23:29:32
84674         Log: Update Changes.
84675      Branch: perl
84676            ! Changes
84677 ____________________________________________________________________________
84678 [  6581] By: jhi                                   on 2000/08/10  23:26:16
84679         Log: Put back the std @INC thing.
84680      Branch: perl
84681            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
84682            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
84683            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
84684            ! t/lib/gol-oo.t
84685 ____________________________________________________________________________
84686 [  6580] By: jhi                                   on 2000/08/10  23:03:34
84687         Log: Update to CGI 2.70, from Lincoln Stein.
84688      Branch: perl
84689            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
84690            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
84691            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
84692            ! t/lib/cgi-request.t
84693 ____________________________________________________________________________
84694 [  6579] By: jhi                                   on 2000/08/10  22:41:50
84695         Log: Update to CPAN 1.56, from Andreas König.
84696      Branch: perl
84697            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
84698 ____________________________________________________________________________
84699 [  6578] By: jhi                                   on 2000/08/10  22:38:13
84700         Log: Update to Pod::Parser 1.17, from Brad Appleton.
84701      Branch: perl
84702            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
84703            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
84704            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
84705            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
84706            ! t/pod/include.t t/pod/included.t t/pod/lref.t
84707            ! t/pod/multiline_items.t t/pod/nested_items.t
84708            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
84709            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
84710            ! t/pod/special_seqs.t
84711 ____________________________________________________________________________
84712 [  6577] By: jhi                                   on 2000/08/10  22:35:41
84713         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
84714      Branch: perl
84715            ! AUTHORS MAINTAIN
84716 ____________________________________________________________________________
84717 [  6576] By: jhi                                   on 2000/08/10  22:24:54
84718         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
84719      Branch: perl
84720            + t/lib/gol-oo.t
84721            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
84722            ! t/lib/gol-compat.t t/lib/gol-linkage.t
84723 ____________________________________________________________________________
84724 [  6575] By: jhi                                   on 2000/08/10  22:02:07
84725         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
84726      Branch: perl
84727            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
84728 ____________________________________________________________________________
84729 [  6574] By: jhi                                   on 2000/08/10  21:55:03
84730         Log: Iterating perl6 description.
84731      Branch: perl
84732            ! pod/perlfaq1.pod
84733 ____________________________________________________________________________
84734 [  6573] By: jhi                                   on 2000/08/10  21:48:26
84735         Log: Revert the sv.c part of #6559, a better fix is needed.
84736      Branch: perl
84737            ! sv.c
84738 ____________________________________________________________________________
84739 [  6572] By: jhi                                   on 2000/08/10  20:33:43
84740         Log: It's the 2ndO'ROSSC.
84741      Branch: perl
84742            ! pod/perlfaq1.pod
84743 ____________________________________________________________________________
84744 [  6571] By: jhi                                   on 2000/08/10  15:55:48
84745         Log: detypo
84746      Branch: perl
84747            ! pod/perlfaq1.pod
84748 ____________________________________________________________________________
84749 [  6570] By: jhi                                   on 2000/08/10  14:11:17
84750         Log: An exceptionally sticky typo.
84751      Branch: perl
84752            ! Changes
84753 ____________________________________________________________________________
84754 [  6569] By: jhi                                   on 2000/08/10  14:09:33
84755         Log: detypo (and test Changes updating script)
84756      Branch: perl
84757            ! Changes
84758 ____________________________________________________________________________
84759 [  6568] By: jhi                                   on 2000/08/10  14:07:07
84760         Log: Update Changes.
84761      Branch: perl
84762            ! Changes
84763 ____________________________________________________________________________
84764 [  6567] By: jhi                                   on 2000/08/10  14:06:19
84765         Log: Amend the description of Perl6.
84766              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
84767              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
84768              Date: Wed, 9 Aug 2000 22:11:06 -0500
84769              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
84770      Branch: perl
84771            ! pod/perlfaq1.pod
84772 ____________________________________________________________________________
84773 [  6566] By: jhi                                   on 2000/08/10  13:58:57
84774         Log: Subject: Remove dead entry in perldiag
84775              From: Mike Guy <mjtg@cam.ac.uk>
84776              Date: Thu, 10 Aug 2000 14:19:19 +0100
84777              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
84778      Branch: perl
84779            ! pod/perldiag.pod
84780 ____________________________________________________________________________
84781 [  6565] By: jhi                                   on 2000/08/10  13:51:48
84782         Log: Zero entries were skipped, fix from Adrian Goalby
84783              <argoalby@yahoo.co.uk>
84784      Branch: perl
84785            ! lib/unicode/Number.pl lib/unicode/mktables.PL
84786 ____________________________________________________________________________
84787 [  6564] By: jhi                                   on 2000/08/10  13:00:12
84788         Log: Subject: [PATCH 5.6.0] cygwin port
84789              From: "Fifer, Eric" <EFifer@sanwaint.com>
84790              Date: Thu, 10 Aug 2000 13:15:36 +0100
84791              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
84792      Branch: perl
84793            ! README.cygwin hints/cygwin.sh
84794 ____________________________________________________________________________
84795 [  6563] By: jhi                                   on 2000/08/10  12:55:16
84796         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
84797      Branch: perl
84798            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
84799 ____________________________________________________________________________
84800 [  6562] By: gsar                                  on 2000/08/10  08:38:39
84801         Log: warn is a macro, avoid using at a variable to avoid warnings
84802              in some configurations; readdir.t is too conservative in
84803              estimating number of *.t's
84804      Branch: perl
84805            ! t/op/readdir.t util.c
84806 ____________________________________________________________________________
84807 [  6561] By: jhi                                   on 2000/08/09  23:35:42
84808         Log: Update Changes.
84809      Branch: perl
84810            ! Changes
84811 ____________________________________________________________________________
84812 [  6560] By: jhi                                   on 2000/08/09  23:05:47
84813         Log: Subject: Re: enhanced(?) regex error messages
84814              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
84815              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
84816              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
84817              
84818              (plus two small patches sent privately)
84819              (this still seems to leave few test failures)
84820      Branch: perl
84821            + t/op/regmesg.t
84822            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
84823            ! t/pragma/warn/regcomp
84824 ____________________________________________________________________________
84825 [  6559] By: jhi                                   on 2000/08/09  20:41:18
84826         Log: (The fix did work but was not right, retracted in #6573)
84827              
84828              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
84829              From: Christian Kirsch <ck@held.mind.de>
84830              Date: Wed, 9 Aug 2000 17:05:17 +0200
84831              Message-Id: <20000809170517.A25389@held>
84832      Branch: perl
84833            ! sv.c t/pragma/locale.t
84834 ____________________________________________________________________________
84835 [  6558] By: jhi                                   on 2000/08/08  22:34:08
84836         Log: Tiny updates on the contributors list.
84837      Branch: perl
84838            ! Changes
84839 ____________________________________________________________________________
84840 [  6557] By: jhi                                   on 2000/08/08  19:34:28
84841         Log: Double check that we have a dirhandle.
84842      Branch: perl
84843            ! util.c
84844 ____________________________________________________________________________
84845 [  6556] By: jhi                                   on 2000/08/08  19:01:51
84846         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
84847              May be repopulated with fresh maintained examples.
84848      Branch: perl
84849            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
84850            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
84851            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
84852            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
84853            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
84854            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
84855            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
84856            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
84857            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
84858            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
84859            + lib/CGI/eg/wilogo_gif.uu
84860            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
84861            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
84862            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
84863            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
84864            - eg/cgi/frameset.cgi eg/cgi/index.html
84865            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
84866            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
84867            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
84868            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
84869            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
84870            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
84871            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
84872            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
84873            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
84874            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
84875            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
84876            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
84877            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
84878            - eg/van/vanish eg/who eg/wrapsuid
84879            ! MANIFEST
84880 ____________________________________________________________________________
84881 [  6555] By: jhi                                   on 2000/08/08  18:51:08
84882         Log: Delete chat2 as requested by Randal.
84883              
84884              Subject: Re: perlfaq8 coyness
84885              From: merlyn@stonehenge.com (Randal L. Schwartz) 
84886              Date: 15 May 2000 18:52:42 -0700 
84887              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
84888      Branch: perl
84889            - lib/chat2.pl
84890            ! MANIFEST
84891 ____________________________________________________________________________
84892 [  6554] By: jhi                                   on 2000/08/08  18:31:35
84893         Log: Regen global.sym.
84894      Branch: perl
84895            ! global.sym
84896 ____________________________________________________________________________
84897 [  6553] By: jhi                                   on 2000/08/08  18:28:13
84898         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
84899              (either perlbug or p5p ate the original), plus regen
84900              perlapi and perltoc. 
84901      Branch: perl
84902            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
84903            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
84904            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
84905            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
84906            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
84907            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
84908            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
84909            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
84910            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
84911            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
84912 ____________________________________________________________________________
84913 [  6552] By: jhi                                   on 2000/08/08  18:06:29
84914         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
84915              From: Mike Guy <mjtg@cam.ac.uk>
84916              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
84917              Date: Tue, 08 Aug 2000 15:51:27 +0100
84918      Branch: perl
84919            ! doop.c sv.h t/op/join.t t/pragma/overload.t
84920 ____________________________________________________________________________
84921 [  6551] By: jhi                                   on 2000/08/08  18:01:11
84922         Log: Re-apply #6549.
84923      Branch: perl
84924            ! lib/perl5db.pl
84925 ____________________________________________________________________________
84926 [  6550] By: jhi                                   on 2000/08/08  17:43:08
84927         Log: Accidental retraction of #6549.
84928      Branch: perl
84929            ! lib/perl5db.pl
84930 ____________________________________________________________________________
84931 [  6549] By: jhi                                   on 2000/08/08  17:40:04
84932         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
84933              From: Mike Guy <mjtg@cam.ac.uk>
84934              Date: Mon, 07 Aug 2000 21:49:58 +0100
84935              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
84936      Branch: perl
84937            ! lib/perl5db.pl
84938 ____________________________________________________________________________
84939 [  6548] By: jhi                                   on 2000/08/08  17:37:57
84940         Log: Document here-doc better.
84941              
84942              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
84943              From: Mike Guy <mjtg@cam.ac.uk>
84944              Date: Mon, 07 Aug 2000 14:02:09 +0100
84945              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
84946      Branch: perl
84947            ! pod/perldata.pod
84948 ____________________________________________________________________________
84949 [  6547] By: jhi                                   on 2000/08/08  17:33:34
84950         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
84951              From: "Randy J. Ray" <rjray@redhat.com>
84952              Date: Mon, 07 Aug 2000 19:12:25 -0700
84953              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
84954      Branch: perl
84955            ! perl.c pod/perlrun.pod
84956 ____________________________________________________________________________
84957 [  6546] By: jhi                                   on 2000/08/08  17:29:26
84958         Log: Subject: Re: enhanced(?) regex error messages 
84959              From: Hugo <hv@crypt.compulink.co.uk>
84960              Date: Tue, 08 Aug 2000 03:25:51 +0100
84961              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
84962              
84963              plus Capitalize the error messages, plus perldiag them.
84964      Branch: perl
84965            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
84966 ____________________________________________________________________________
84967 [  6545] By: jhi                                   on 2000/08/08  13:59:28
84968         Log: Augment #6539 a bit: don't croak if there's magic in the air.
84969              
84970              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
84971              From: Hugo <hv@crypt.compulink.co.uk>
84972              Date: Tue, 08 Aug 2000 03:02:03 +0100
84973              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
84974      Branch: perl
84975            ! pp.c t/op/bless.t
84976 ____________________________________________________________________________
84977 [  6544] By: jhi                                   on 2000/08/07  21:11:52
84978         Log: Make the test -w clean.
84979      Branch: perl
84980            ! t/op/bless.t
84981 ____________________________________________________________________________
84982 [  6543] By: jhi                                   on 2000/08/07  19:49:53
84983         Log: use warnings instead of $^W.
84984      Branch: perl
84985            ! t/op/bless.t
84986 ____________________________________________________________________________
84987 [  6542] By: jhi                                   on 2000/08/07  17:41:41
84988         Log: Disable a portability warning Because We Know What We Are Doing.
84989      Branch: perl
84990            ! t/op/bless.t
84991 ____________________________________________________________________________
84992 [  6541] By: jhi                                   on 2000/08/07  17:29:51
84993         Log: Tiny tidying on report_evil_fh().
84994      Branch: perl
84995            ! util.c
84996 ____________________________________________________________________________
84997 [  6540] By: jhi                                   on 2000/08/07  16:37:38
84998         Log: Make regular expression parse error messages easier to understand.
84999              
85000              Subject: Re: enhanced(?) regex error messages
85001              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
85002              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
85003              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
85004      Branch: perl
85005            ! regcomp.c
85006 ____________________________________________________________________________
85007 [  6539] By: jhi                                   on 2000/08/07  16:12:27
85008         Log: Make bless(REF, REF) a fatal error, add bless tests.
85009              
85010              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
85011              From: Hugo <hv@crypt.compulink.co.uk>
85012              Date: Mon, 07 Aug 2000 16:59:38 +0100
85013              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
85014      Branch: perl
85015            + t/op/bless.t
85016            ! MANIFEST pod/perldiag.pod pp.c sv.c
85017 ____________________________________________________________________________
85018 [  6538] By: jhi                                   on 2000/08/07  15:59:43
85019         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
85020              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
85021              Date: Thu, 3 Aug 2000 14:29:21 -0700
85022              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
85023      Branch: perl
85024            ! lib/lib_pm.PL
85025 ____________________________________________________________________________
85026 [  6537] By: jhi                                   on 2000/08/07  15:47:18
85027         Log: Retract #6419 for now since it breaks in AFS and MachTen.
85028      Branch: perl
85029            ! lib/Cwd.pm
85030 ____________________________________________________________________________
85031 [  6536] By: jhi                                   on 2000/08/07  15:05:29
85032         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
85033              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
85034              The security hole exists only in suidperls, which isn't
85035              installed or even built by default.
85036      Branch: perl
85037            ! perl.c
85038 ____________________________________________________________________________
85039 [  6535] By: jhi                                   on 2000/08/07  14:45:14
85040         Log: tr memory corruption fix from Simon Cozens.
85041      Branch: perl
85042            ! doop.c
85043 ____________________________________________________________________________
85044 [  6534] By: jhi                                   on 2000/08/06  11:38:16
85045         Log: Document a bit that UDP is not what you might think.
85046              
85047              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
85048              From: Lupe Christoph <lupe@lupe-christoph.de>
85049              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
85050              Date: Mon, 24 Jul 2000 08:59:15 +0200
85051      Branch: perl
85052            ! pod/perlipc.pod
85053 ____________________________________________________________________________
85054 [  6533] By: jhi                                   on 2000/08/06  11:35:01
85055         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
85056              From: Jeff Pinyan <jeffp@hut.crusoe.net>
85057              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
85058              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
85059      Branch: perl
85060            ! pod/perlfunc.pod
85061 ____________________________________________________________________________
85062 [  6532] By: jhi                                   on 2000/08/06  03:45:41
85063         Log: Have symbols for the IoTYPEs.
85064      Branch: perl
85065            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
85066 ____________________________________________________________________________
85067 [  6531] By: jhi                                   on 2000/08/06  01:33:55
85068         Log: Continue fixing the io warnings.  This also
85069              sort of fixes bug ID 20000802.003: the core dump
85070              is no more.  Whether the current behaviour is correct
85071              (giving a warning: "Not a format reference"), is another matter.
85072      Branch: perl
85073            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
85074            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
85075 ____________________________________________________________________________
85076 [  6530] By: jhi                                   on 2000/08/05  21:33:12
85077         Log: Change the Policy policy: now -Dprefix= with an existing
85078              Policy.sh and prefix == siteprefix == vendorprefix, then all
85079              of them follow along the new prefix.
85080              
85081              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
85082              From: Andy Dougherty <doughera@lafayette.edu>
85083              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
85084              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
85085      Branch: perl
85086            ! Policy_sh.SH
85087 ____________________________________________________________________________
85088 [  6529] By: jhi                                   on 2000/08/05  18:57:28
85089         Log: Zap lib/Sys directory when cleaning up.
85090      Branch: perl
85091            ! Makefile.SH
85092 ____________________________________________________________________________
85093 [  6528] By: jhi                                   on 2000/08/05  18:40:44
85094         Log: Essential prototype changes were missing from #6527.
85095              Also make report_evil_fh() more bomb-proof.
85096      Branch: perl
85097            ! embed.h util.c
85098 ____________________________________________________________________________
85099 [  6527] By: jhi                                   on 2000/08/05  03:22:05
85100         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
85101              From: "Ronald F. Guilmette" <rfg@monkeys.com>
85102              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
85103              Message-Id: <200007242247.PAA52177@monkeys.com>
85104      Branch: perl
85105            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
85106 ____________________________________________________________________________
85107 [  6526] By: jhi                                   on 2000/08/04  21:23:27
85108         Log: gcc versions might have (parentheses) in them.
85109      Branch: metaconfig/U/perl
85110            ! gccvers.U
85111      Branch: perl
85112            ! Configure config_h.SH
85113 ____________________________________________________________________________
85114 [  6525] By: jhi                                   on 2000/08/04  20:23:12
85115         Log: Weed buglets pointed out by
85116              
85117              From: Lupe Christoph <lupe@lupe-christoph.de>
85118              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
85119              Date: Fri, 4 Aug 2000 17:34:39 +0200
85120              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
85121      Branch: metaconfig/U/perl
85122            ! gccvers.U uselfs.U
85123      Branch: perl
85124            ! Configure config_h.SH
85125 ____________________________________________________________________________
85126 [  6524] By: jhi                                   on 2000/08/04  19:02:08
85127         Log: Warn under -w if lstat(FH) is attempted.
85128              
85129              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
85130              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
85131              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
85132              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
85133      Branch: perl
85134            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
85135            ! t/pragma/warn/pp_sys
85136 ____________________________________________________________________________
85137 [  6523] By: jhi                                   on 2000/08/04  12:31:11
85138         Log: Subject: New perlcc, take 2
85139              From: simon@brecon.co.uk (Simon Cozens)
85140              Date: 4 Aug 2000 06:21:04 GMT
85141              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
85142      Branch: perl
85143            ! utils/perlcc.PL
85144 ____________________________________________________________________________
85145 [  6522] By: jhi                                   on 2000/08/04  12:26:33
85146         Log: Subject: Re: Array vs. List context
85147              From: Daniel Chetlin <daniel@chetlin.com>
85148              Date: Fri, 4 Aug 2000 00:22:44 -0700
85149              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
85150      Branch: perl
85151            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
85152            ! pod/perlfaq4.pod
85153 ____________________________________________________________________________
85154 [  6521] By: jhi                                   on 2000/08/04  12:22:38
85155         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
85156              From: Raymund Will <ray@caldera.de>
85157              Date: Fri, 4 Aug 2000 12:07:09 +0200
85158              Message-Id: <20000804120709.A14982@caldera.de>
85159      Branch: perl
85160            ! configure.gnu
85161 ____________________________________________________________________________
85162 [  6520] By: jhi                                   on 2000/08/04  04:09:06
85163         Log: After the #6519 a warning about stat() is just that,
85164              not about a filetest, which now have their own warning.
85165      Branch: perl
85166            ! pod/perldiag.pod
85167 ____________________________________________________________________________
85168 [  6519] By: jhi                                   on 2000/08/04  04:06:30
85169         Log: In the warnings call filehandles consistently so;
85170              add "unopened" warning for stat().
85171      Branch: perl
85172            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
85173            ! t/pragma/warn/pp_sys
85174 ____________________________________________________________________________
85175 [  6518] By: jhi                                   on 2000/08/04  02:55:35
85176         Log: Subject: Minor tweak to perlvar.pod
85177              From: "Stephen P. Potter" <spp@ds.net>
85178              Date: Tue, 18 Apr 2000 09:26:03 -0400
85179              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
85180      Branch: perl
85181            ! pod/perlvar.pod
85182 ____________________________________________________________________________
85183 [  6517] By: jhi                                   on 2000/08/04  02:50:08
85184         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
85185              From: "Clinton Pierce" <cpierce1@ford.com>
85186              Date: Wed, 21 Jul 1999 16:45:31 -0400
85187              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
85188              
85189              Fix by Stephen Potter (visible in the bug db but not in p5p?)
85190      Branch: perl
85191            ! pod/perlfunc.pod pod/perlop.pod
85192 ____________________________________________________________________________
85193 [  6516] By: jhi                                   on 2000/08/04  02:09:25
85194         Log: This is 6512.  Really.
85195      Branch: perl
85196            ! dump.c
85197 ____________________________________________________________________________
85198 [  6515] By: jhi                                   on 2000/08/04  01:25:50
85199         Log: mention the idea of @( and @)
85200      Branch: perl
85201            ! Todo-5.6
85202 ____________________________________________________________________________
85203 [  6514] By: bailey                                on 2000/08/04  01:18:46
85204         Log: YA resync with mainstem, including VMS patches from others
85205      Branch: vmsperl
85206           +> (branch 48 files)
85207            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
85208           !> (integrate 354 files)
85209 ____________________________________________________________________________
85210 [  6513] By: jhi                                   on 2000/08/04  01:18:18
85211         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
85212              From: Mark Dickinson <dickins3@fas.harvard.edu>
85213              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
85214              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
85215      Branch: perl
85216            ! t/op/grent.t t/op/pwent.t
85217 ____________________________________________________________________________
85218 [  6512] By: jhi                                   on 2000/08/04  01:14:06
85219         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
85220              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85221              Date: Wed, 02 Aug 2000 10:51:01 +0100
85222              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
85223      Branch: perl
85224            ! sv.c
85225 ____________________________________________________________________________
85226 [  6511] By: jhi                                   on 2000/08/04  00:57:00
85227         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
85228              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85229              Date: Thu, 03 Aug 2000 17:20:04 -0700
85230              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
85231      Branch: metaconfig
85232            ! U/modified/Cppsym.U
85233      Branch: perl
85234            ! Configure config_h.SH
85235 ____________________________________________________________________________
85236 [  6510] By: jhi                                   on 2000/08/04  00:25:28
85237         Log: detypo
85238      Branch: perl
85239            ! Makefile.SH
85240 ____________________________________________________________________________
85241 [  6509] By: jhi                                   on 2000/08/03  23:43:18
85242         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
85243              From: Dominic Dunlop <domo@computer.org>
85244              Date: Thu, 3 Aug 2000 22:16:46 +0200
85245              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
85246      Branch: perl
85247            ! t/op/sprintf.t
85248 ____________________________________________________________________________
85249 [  6508] By: jhi                                   on 2000/08/03  23:40:37
85250         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
85251              From: Hugo <hv@crypt.compulink.co.uk>
85252              Date: Thu, 03 Aug 2000 18:25:30 +0100
85253              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
85254      Branch: perl
85255            ! regcomp.c t/op/re_tests
85256 ____________________________________________________________________________
85257 [  6507] By: jhi                                   on 2000/08/03  23:38:28
85258         Log: Subject: [PATCH] sv.h documentation - SvLEN
85259              From: Mike Guy <mjtg@cam.ac.uk>
85260              Date: Thu, 03 Aug 2000 14:43:09 +0100
85261              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
85262      Branch: perl
85263            ! sv.h
85264 ____________________________________________________________________________
85265 [  6506] By: jhi                                   on 2000/08/03  15:49:14
85266         Log: Disable the fix_pl hack for now.
85267      Branch: perl
85268            ! Makefile.SH
85269 ____________________________________________________________________________
85270 [  6505] By: jhi                                   on 2000/08/03  13:49:04
85271         Log: Add a URL for FSF.
85272              
85273              Subject: Patch for README
85274              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
85275              Date: Wed, 2 Aug 2000 13:25:09 -0500
85276              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
85277      Branch: perl
85278            ! README
85279 ____________________________________________________________________________
85280 [  6504] By: jhi                                   on 2000/08/03  13:29:19
85281         Log: Be more informative on what is skipped and why,
85282              also repeat the list at the end.
85283      Branch: perl
85284            ! Porting/p4desc
85285 ____________________________________________________________________________
85286 [  6503] By: jhi                                   on 2000/08/03  13:07:05
85287         Log: Circumvent the removal of .patch by fix_pl.
85288              
85289              Subject: Re: [ID 20000802.011] unable to 'make test'          
85290              From: simon@brecon.co.uk (Simon Cozens) 
85291              Date: 3 Aug 2000 04:17:00 GMT
85292              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
85293      Branch: perl
85294            ! Makefile.SH
85295 ____________________________________________________________________________
85296 [  6502] By: jhi                                   on 2000/08/03  00:14:34
85297         Log: Add the missing setproctitle unit.
85298      Branch: metaconfig/U/perl
85299            + d_setproctitle.U
85300 ____________________________________________________________________________
85301 [  6501] By: jhi                                   on 2000/08/03  00:00:26
85302         Log: The subtest 4 may fail also on VOBS, as pointed out
85303              by Nick Ing-Simmons in November 1999, bug id 19991124.003
85304              (but the failure in that bug report isn't the subtest 4).
85305      Branch: perl
85306            ! t/op/stat.t
85307 ____________________________________________________________________________
85308 [  6500] By: jhi                                   on 2000/08/02  23:49:30
85309         Log: Better skip message for the test; one of the two problems in
85310              
85311              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
85312              From: Lupe Christoph <lupe@lupe-christoph.de>
85313              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
85314              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
85315      Branch: perl
85316            ! t/op/numconvert.t
85317 ____________________________________________________________________________
85318 [  6499] By: jhi                                   on 2000/08/02  22:49:16
85319         Log: Allow "no Module;" even if there is no 'unimport'.
85320              
85321              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
85322              From: mjd@plover.com
85323              Date: 24 Mar 2000 15:24:34 -0000
85324              Message-Id: <20000324152434.15160.qmail@plover.com>
85325      Branch: perl
85326            ! gv.c
85327 ____________________________________________________________________________
85328 [  6498] By: jhi                                   on 2000/08/02  22:42:58
85329         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
85330              that are hopefully soon put into use.
85331      Branch: perl
85332            ! opcode.h opcode.pl opnames.h
85333 ____________________________________________________________________________
85334 [  6497] By: gsar                                  on 2000/08/02  22:28:59
85335         Log: require.t needs binmode() to work on windows
85336      Branch: perl
85337            ! t/comp/require.t
85338 ____________________________________________________________________________
85339 [  6496] By: jhi                                   on 2000/08/02  22:08:51
85340         Log: Document the IVdf UVuf UVof UVxf.
85341      Branch: perl
85342            ! pod/perlguts.pod
85343 ____________________________________________________________________________
85344 [  6495] By: jhi                                   on 2000/08/02  21:54:26
85345         Log: detypo #6494
85346      Branch: perl
85347            ! ext/Data/Dumper/Dumper.xs
85348 ____________________________________________________________________________
85349 [  6494] By: jhi                                   on 2000/08/02  21:49:17
85350         Log: Dump UVs as UVs in Data::Dumper.
85351              
85352              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
85353              From: Gurusamy Sarathy <gsar@ActiveState.com>
85354              Date: Thu, 27 Apr 2000 12:26:25 -0700
85355              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
85356      Branch: perl
85357            ! ext/Data/Dumper/Dumper.xs
85358 ____________________________________________________________________________
85359 [  6493] By: jhi                                   on 2000/08/02  17:01:58
85360         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
85361              From: Hugo <hv@crypt.compulink.co.uk>
85362              Date: Wed, 02 Aug 2000 14:53:56 +0100
85363              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
85364      Branch: perl
85365            ! regexec.c t/op/re_tests
85366 ____________________________________________________________________________
85367 [  6492] By: jhi                                   on 2000/08/02  15:02:46
85368         Log: The new setproctitle() feature is available only in 
85369              bleeding edge FreeBSD.  From Paul Saab.
85370      Branch: perl
85371            ! mg.c
85372 ____________________________________________________________________________
85373 [  6491] By: jhi                                   on 2000/08/02  13:34:36
85374         Log: The tr utf8 patching continues.
85375              
85376              Subject: Re: #6469, too many tests claimed in require.t
85377              From: simon@brecon.co.uk (Simon Cozens)
85378              Date: 2 Aug 2000 02:37:17 GMT
85379              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
85380              
85381              (the logic of the test was the wrong way round in the patch)
85382      Branch: perl
85383            ! doop.c
85384 ____________________________________________________________________________
85385 [  6490] By: jhi                                   on 2000/08/02  13:27:38
85386         Log: The name of a filehandle does not have <these>.
85387      Branch: perl
85388            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
85389            ! t/pragma/warn/pp_sys util.c
85390 ____________________________________________________________________________
85391 [  6489] By: jhi                                   on 2000/08/02  04:26:46
85392         Log: Remove the extraneous "main::" prefix from all the
85393              "opened only for", "on closed", and "never opened" warnings.
85394              
85395              Subject: Re: inappropriate warning
85396              From: Gurusamy Sarathy <gsar@ActiveState.com>
85397              Date: Mon, 20 Mar 2000 11:28:02 -0800
85398              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
85399      Branch: perl
85400            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
85401            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
85402            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
85403 ____________________________________________________________________________
85404 [  6488] By: jhi                                   on 2000/08/02  03:02:57
85405         Log: memcpy has n o in it, as pinted ut by Sarathy.
85406      Branch: perl
85407            ! pod/perlguts.pod
85408 ____________________________________________________________________________
85409 [  6487] By: jhi                                   on 2000/08/02  02:44:51
85410         Log: Document in one place the memory abstractions used in Perl core.
85411              
85412              Subject: Re: Memory abstraction
85413              From: simon@brecon.co.uk (Simon Cozens)
85414              Date: 2 Aug 2000 02:20:23 GMT
85415              Organization: Earth.li Origins
85416      Branch: perl
85417            ! pod/perlguts.pod
85418 ____________________________________________________________________________
85419 [  6486] By: jhi                                   on 2000/08/02  02:41:57
85420         Log: regen_headers, regen perltoc.
85421      Branch: perl
85422            ! perlapi.c pod/perltoc.pod
85423 ____________________________________________________________________________
85424 [  6485] By: jhi                                   on 2000/08/02  01:43:33
85425         Log: "This little thing tests for a file .patch, and if it contains
85426              a number, pops into patchlevel.h" (making it easier to track
85427              which development version people are reporting bugs against)
85428              
85429              Subject: Patchlevel autogeneration for repository perls
85430              From: simon@brecon.co.uk (Simon Cozens)
85431              Date: 14 Jul 2000 07:12:15 GMT
85432              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
85433      Branch: perl
85434            + fix_pl
85435            ! MANIFEST Makefile.SH
85436 ____________________________________________________________________________
85437 [  6484] By: jhi                                   on 2000/08/02  01:32:54
85438         Log: FreeBSD 3.* updates from
85439              
85440              From: Paul Saab <ps@yahoo-inc.com>
85441              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
85442              Date: Tue, 1 Aug 2000 15:41:39 -0700
85443              Message-Id: <20000801154139.A53740@yahoo-inc.com>
85444      Branch: perl
85445            ! hints/freebsd.sh
85446 ____________________________________________________________________________
85447 [  6483] By: jhi                                   on 2000/08/02  01:27:44
85448         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
85449              instead one must use setproctitle().  This was already addressed
85450              by change #6457, but the below has a new variant for FreeBSD 4.0
85451              or later, and the matter is also documented more.
85452              
85453              From: Paul Saab <ps@yahoo-inc.com>
85454              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
85455              Date: Tue, 1 Aug 2000 15:41:39 -0700
85456              Message-Id: <20000801154139.A53740@yahoo-inc.com>
85457      Branch: metaconfig/U/perl
85458            + i_libutil.U
85459      Branch: perl
85460            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
85461 ____________________________________________________________________________
85462 [  6482] By: jhi                                   on 2000/08/01  22:17:32
85463         Log: The test from this
85464              
85465              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
85466              Date: Sat, 15 Apr 2000 17:03:44 +0100
85467              From: Tom Hughes <tom@compton.nu>
85468              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
85469              
85470              was missing, the code change went in as #5989
85471              (which had a different test?)
85472      Branch: perl
85473            ! t/op/misc.t
85474 ____________________________________________________________________________
85475 [  6481] By: jhi                                   on 2000/08/01  21:48:38
85476         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
85477              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
85478              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
85479              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
85480      Branch: perl
85481            ! perl.h
85482 ____________________________________________________________________________
85483 [  6480] By: jhi                                   on 2000/08/01  18:05:28
85484         Log: Make p4desc to skip non-mainperl branches by default.
85485      Branch: perl
85486            ! Porting/p4desc
85487 ____________________________________________________________________________
85488 [  6479] By: jhi                                   on 2000/08/01  17:29:19
85489         Log: If gccosandvers is equal to osname, clear gccosandvers.
85490      Branch: metaconfig/U/perl
85491            ! gccvers.U
85492      Branch: perl
85493            ! Configure config_h.SH
85494 ____________________________________________________________________________
85495 [  6478] By: jhi                                   on 2000/08/01  15:54:08
85496         Log: BOM patching from Simon Cozens.
85497      Branch: perl
85498            ! toke.c
85499 ____________________________________________________________________________
85500 [  6477] By: jhi                                   on 2000/08/01  04:50:33
85501         Log: Stash away the largefiles flags and libswanted.
85502      Branch: perl
85503            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
85504 ____________________________________________________________________________
85505 [  6476] By: gsar                                  on 2000/08/01  04:24:24
85506         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
85507              on Windows)
85508      Branch: perl
85509            ! t/pragma/utf8.t utf8.c win32/win32.c
85510 ____________________________________________________________________________
85511 [  6475] By: jhi                                   on 2000/08/01  03:35:24
85512         Log: Make chr() for values >127 to create utf8 when under utf8.
85513              
85514              Subject: Re: uft8/chr()
85515              From: simon@brecon.co.uk (Simon Cozens)
85516              Date: 1 Aug 2000 02:37:02 GMT
85517              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
85518      Branch: perl
85519            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
85520 ____________________________________________________________________________
85521 [  6474] By: jhi                                   on 2000/08/01  02:36:18
85522         Log: In Digital UNIX warn if gcc explicitly chosen because even
85523              2.95.2 is known to cause problems.
85524      Branch: perl
85525            ! hints/dec_osf.sh
85526 ____________________________________________________________________________
85527 [  6473] By: jhi                                   on 2000/08/01  02:00:56
85528         Log: Make the safety catch for buggy gccs work with triple version
85529              numbers like 2.95.2.  Reported in
85530              
85531              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
85532              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
85533              Date: Mon, 31 Jul 2000 14:55:06 +0200
85534              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
85535      Branch: perl
85536            ! hints/dec_osf.sh
85537 ____________________________________________________________________________
85538 [  6472] By: jhi                                   on 2000/08/01  01:13:33
85539         Log: Subject: fix and question re: waitpid() under win32
85540              From: Brian Clarke <clarke@appliedmeta.com>
85541              Date: Fri, 28 Jul 2000 15:18:29 -0400
85542              Message-ID: <3981DC85.290314EB@appliedmeta.com>
85543              
85544              Slightly reformatted and WNOHANG # define moved to win32.h
85545              so that also POSIX.xs sees it, as suggsted by Sarathy.
85546      Branch: perl
85547            ! win32/win32.c win32/win32.h
85548 ____________________________________________________________________________
85549 [  6471] By: jhi                                   on 2000/08/01  00:55:05
85550         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
85551              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85552              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
85553              Date: Mon, 31 Jul 2000 13:28:51 +0100
85554              
85555              (aka ID 20000730.002)
85556      Branch: perl
85557            ! op.c t/op/tr.t
85558 ____________________________________________________________________________
85559 [  6470] By: jhi                                   on 2000/07/31  23:34:42
85560         Log: Document the problem with -P in HP-UX and its workaround.
85561              
85562              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
85563              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
85564              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
85565              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
85566      Branch: perl
85567            ! README.hpux
85568 ____________________________________________________________________________
85569 [  6469] By: jhi                                   on 2000/07/31  04:15:02
85570         Log: The swallow_bom() saga continues.  The #23 of require.t
85571              (UTF16-LE) still fails (silently, no output) but the #22
85572              (UTF16-BE) seems to be working now.  The root of the
85573              failure may be in sv_gets(): is it UTF-16LE-aware,
85574              especially when it comes to line endings? 
85575      Branch: perl
85576            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
85577            ! t/comp/require.t toke.c utf8.c
85578 ____________________________________________________________________________
85579 [  6468] By: jhi                                   on 2000/07/30  19:05:48
85580         Log: Find green threads before native threads.
85581              
85582              Subject: Re: Patch to jpl/JNI/Makefile.PL
85583              From: Jens Thomsen <jens@fiend.cis.com>
85584              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
85585              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
85586      Branch: perl
85587            ! jpl/JNI/Makefile.PL
85588 ____________________________________________________________________________
85589 [  6467] By: jhi                                   on 2000/07/30  18:36:22
85590         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
85591      Branch: perl
85592            ! doop.c
85593 ____________________________________________________________________________
85594 [  6466] By: jhi                                   on 2000/07/30  04:37:29
85595         Log: A new version of the "remove UPPERACSE string comparison"
85596              operators.  The problem with the previous one (change #6454)
85597              was that it was for Perl 5.6.0.  From Paul Marquess.
85598      Branch: perl
85599            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
85600            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
85601            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
85602 ____________________________________________________________________________
85603 [  6465] By: jhi                                   on 2000/07/29  22:39:56
85604         Log: Do not upgrade SVs into utf8 just because they participate
85605              in eq or cmp.  Reported and fix suggested in
85606              
85607              Subject: [ID 20000720.009] sv_eq UTF8 bug
85608              From: "Simon Cozens" <simon@othersideofthe.earth.li>
85609              Date: 21 Jul 2000 04:37:29 -0000
85610              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
85611              
85612              Exercise for the kind reader: should we or should we not
85613              cache the utf8 conversion alongside the SV? (as magic,
85614              as the strxfrm()ed version is cached under use locale)
85615              Argue both for and against.
85616      Branch: perl
85617            ! sv.c
85618 ____________________________________________________________________________
85619 [  6464] By: jhi                                   on 2000/07/29  22:36:22
85620         Log: Subject: UTF8 concat
85621              From: simon@brecon.co.uk (Simon Cozens) 
85622              Date: 30 Jun 2000 06:13:25 GMT
85623              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
85624              
85625              (with a memory leak fixed, plus a few casts added)
85626              
85627              This also seems to help for
85628              
85629              Subject: [ID 20000716.015] join UTF8 weirdness
85630              From: root <root@ak-71.mind.de> 
85631              Date: Sat, 15 Jul 2000 15:29:54 +0200
85632              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
85633              
85634              (from Andreas König)
85635      Branch: perl
85636            ! pp_hot.c
85637 ____________________________________________________________________________
85638 [  6463] By: jhi                                   on 2000/07/29  00:55:39
85639         Log: Tune the comments and hopefully stop a memory leak.
85640      Branch: perl
85641            ! toke.c utf8.c
85642 ____________________________________________________________________________
85643 [  6462] By: jhi                                   on 2000/07/29  00:16:53
85644         Log: The problem described in this
85645              
85646              Subject: [ID 20000322.018] named chars aren't magical enough
85647              From: root <root@dixie.cscaper.com>     
85648              Date: Wed, 22 Mar 2000 18:37:42 -0700
85649              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
85650              
85651              has been fixed in perl 5.6.0 but just in case added a test
85652              to keep it away.  (The report from Joseph Hall.)
85653      Branch: perl
85654            ! t/lib/charnames.t
85655 ____________________________________________________________________________
85656 [  6461] By: jhi                                   on 2000/07/28  23:56:36
85657         Log: Tiny fixes for #6460.
85658      Branch: metaconfig/U/perl
85659            ! gccvers.U
85660      Branch: perl
85661            ! Configure config_h.SH
85662 ____________________________________________________________________________
85663 [  6460] By: jhi                                   on 2000/07/28  23:24:41
85664         Log: Warn if the version of the operating system used to compile gcc
85665              differs from the current version of the operating system.
85666              Also display the gcc compilation os and version in myconfig.
85667              Inspiration from
85668              
85669              Subject: Re: [ID 20000710.003] ERRORS!!         
85670              From: "Kurt D. Starsinic" <kstar@chapin.edu>
85671              Date: Mon, 10 Jul 2000 15:54:16 -0400
85672              Message-ID: <20000710155416.A1384@O2.chapin.edu>
85673      Branch: metaconfig/U/perl
85674            ! gccvers.U
85675      Branch: perl
85676            ! Configure config_h.SH myconfig.SH
85677 ____________________________________________________________________________
85678 [  6459] By: jhi                                   on 2000/07/28  22:00:32
85679         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
85680              letter to $Config{osvers}.
85681      Branch: metaconfig
85682            ! U/modified/Oldconfig.U
85683      Branch: perl
85684            ! Configure config_h.SH
85685 ____________________________________________________________________________
85686 [  6458] By: jhi                                   on 2000/07/28  04:15:39
85687         Log: Back out #6454, doesn't seem to work.
85688              (Reason: that patch was for perl 5.6.0, not perl-current)
85689              (A version of the patch for perl-current came in later as #6466)
85690      Branch: perl
85691            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
85692            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
85693            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
85694 ____________________________________________________________________________
85695 [  6457] By: jhi                                   on 2000/07/27  23:31:49
85696         Log: Use setproctitle() if available to modify $0.
85697              
85698              Subject: setting $* on BSD4 broken
85699              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
85700              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
85701              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
85702      Branch: metaconfig
85703            ! U/modified/Myinit.U
85704      Branch: perl
85705            ! Configure config_h.SH mg.c
85706 ____________________________________________________________________________
85707 [  6456] By: jhi                                   on 2000/07/27  14:50:47
85708         Log: Allow "no AutoLoader;", based on change #6444,
85709              suggested by Graham Barr.
85710      Branch: perl
85711            ! lib/AutoLoader.pm
85712 ____________________________________________________________________________
85713 [  6455] By: jhi                                   on 2000/07/27  14:19:10
85714         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
85715              From: rspier@pobox.com (Robert Spier)
85716              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
85717              Message-ID: <14720.15855.787664.424783@rls.cx>
85718      Branch: perl
85719            ! pod/perldiag.pod
85720 ____________________________________________________________________________
85721 [  6454] By: jhi                                   on 2000/07/27  14:03:02
85722         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
85723              for a long time).
85724              
85725              Reported in
85726              
85727              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
85728              From: Ryan Herbert <rherbert@sycamorehq.com>
85729              Date: Mon, 17 Jul 2000 11:40:42 -0400
85730              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
85731              
85732              Patched in
85733              
85734              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
85735              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
85736              Date: Wed, 26 Jul 2000 23:40:18 +0100
85737              Message-ID: <000001bff752$79511880$0a17073e@tiny>
85738              
85739              based on an earlier patch from Stephen P. Potter.
85740              
85741              (Removed later by change #6458 because this patch was for
85742              perl 5.6.0, not perl-current)
85743      Branch: perl
85744            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
85745            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
85746            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
85747 ____________________________________________________________________________
85748 [  6453] By: jhi                                   on 2000/07/27  13:48:02
85749         Log: Subject: [PATCH] fixes bug 20000508.004
85750              From: Michael Stevens <mstevens@globnix.org>
85751              Date: Thu, 27 Jul 2000 13:49:04 +0100
85752              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
85753      Branch: perl
85754            ! pod/perldata.pod
85755 ____________________________________________________________________________
85756 [  6452] By: jhi                                   on 2000/07/26  23:51:26
85757         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
85758              and Craig A. Berry.
85759      Branch: perl
85760            ! lib/File/Temp.pm pod/perlport.pod
85761 ____________________________________________________________________________
85762 [  6451] By: jhi                                   on 2000/07/26  19:43:30
85763         Log: Be wary of close()s, too.
85764              
85765              Subject: Re: [PATCH] perlbug cleanup
85766              From: Tim Jenness <t.jenness@jach.hawaii.edu>
85767              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
85768              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
85769      Branch: perl
85770            ! utils/perlbug.PL
85771 ____________________________________________________________________________
85772 [  6450] By: jhi                                   on 2000/07/26  18:41:40
85773         Log: Subject: Minor doc patch: handy.h
85774              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
85775              Date: Wed, 26 Jul 2000 15:34:25 -0300
85776              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
85777      Branch: perl
85778            ! handy.h pod/perlapi.pod
85779 ____________________________________________________________________________
85780 [  6449] By: jhi                                   on 2000/07/26  18:23:55
85781         Log: Subject: [PATCH] minor doc change - perlguts
85782              From: Michael Stevens <mstevens@globnix.org>
85783              Date: Thu, 13 Jul 2000 12:39:18 +0100
85784              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
85785      Branch: perl
85786            ! pod/perlguts.pod
85787 ____________________________________________________________________________
85788 [  6448] By: jhi                                   on 2000/07/26  18:20:30
85789         Log: open() wariness in perlbug.
85790              
85791              Subject: [PATCH] perlbug cleanup
85792              From: Michael Stevens <mstevens@globnix.org>
85793              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
85794              Date: Thu, 13 Jul 2000 15:52:23 +0100
85795      Branch: perl
85796            ! utils/perlbug.PL
85797 ____________________________________________________________________________
85798 [  6447] By: jhi                                   on 2000/07/26  18:13:04
85799         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
85800      Branch: perl
85801            ! lib/File/Temp.pm t/lib/ftmp-security.t
85802 ____________________________________________________________________________
85803 [  6446] By: jhi                                   on 2000/07/26  18:06:32
85804         Log: docfix from Peter Scott <Peter@PSDT.com>.
85805      Branch: perl
85806            ! pod/perlfunc.pod
85807 ____________________________________________________________________________
85808 [  6445] By: jhi                                   on 2000/07/26  17:53:31
85809         Log: Fix *foo{FORMAT}.
85810              
85811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
85812              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
85813              Date: Wed, 26 Jul 2000 19:51:02 +0200
85814              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
85815              
85816              From: Graham Barr <gbarr@pobox.com>
85817              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
85818              Date: Wed, 26 Jul 2000 17:38:36 +0100
85819              Message-ID: <20000726173836.L472@pobox.com>
85820      Branch: perl
85821            ! pp.c sv.c t/op/gv.t
85822 ____________________________________________________________________________
85823 [  6444] By: jhi                                   on 2000/07/26  17:49:14
85824         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
85825              from Graham Barr in the module list.
85826      Branch: perl
85827            ! gv.c pod/perlobj.pod
85828 ____________________________________________________________________________
85829 [  6443] By: jhi                                   on 2000/07/26  16:06:56
85830         Log: More split() doc and test patches from Mike Guy.
85831      Branch: perl
85832            ! pod/perlfunc.pod t/op/split.t
85833 ____________________________________________________________________________
85834 [  6442] By: jhi                                   on 2000/07/26  16:05:30
85835         Log: MacOS nits from Matthias Neeracher.
85836      Branch: perl
85837            ! perl.c pp_ctl.c
85838 ____________________________________________________________________________
85839 [  6441] By: jhi                                   on 2000/07/26  04:39:57
85840         Log: Subject: [PATCH] split /^/
85841              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85842              Date: Tue, 25 Jul 2000 14:18:57 +0100
85843              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
85844              
85845              (with notes from tchrist and gbarr)
85846      Branch: perl
85847            ! pod/perlfunc.pod t/op/split.t
85848 ____________________________________________________________________________
85849 [  6440] By: jhi                                   on 2000/07/26  04:32:32
85850         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
85851              From: Peter Prymmer <pvhp@forte.com>
85852              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
85853              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
85854      Branch: perl
85855            ! vms/munchconfig.c
85856 ____________________________________________________________________________
85857 [  6439] By: jhi                                   on 2000/07/26  04:31:01
85858         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
85859              to be fatal errors (instead of by default ignoring them, and
85860              ignoring with a bug: even though -w gave an error, the opening [
85861              was left in)  Reported in:
85862              
85863              Subject: [ID 20000716.024] [=cc=] / [:blank:]
85864              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
85865              Date: Sun, 16 Jul 2000 17:55:29 -0700
85866              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
85867      Branch: perl
85868            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
85869 ____________________________________________________________________________
85870 [  6438] By: jhi                                   on 2000/07/25  15:41:15
85871         Log: Subject: [PATCH] av.c apidoc
85872              From: simon@brecon.co.uk (Simon Cozens)
85873              Date: 24 Jul 2000 06:40:52 GMT
85874              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
85875      Branch: perl
85876            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
85877            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
85878 ____________________________________________________________________________
85879 [  6437] By: jhi                                   on 2000/07/25  14:05:36
85880         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
85881              From: "Stephen P. Potter" <spp@ds.net>
85882              Date: Mon, 24 Jul 2000 14:22:23 -0400
85883              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
85884      Branch: perl
85885            ! pod/perllocale.pod
85886 ____________________________________________________________________________
85887 [  6436] By: jhi                                   on 2000/07/25  14:02:03
85888         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
85889              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85890              Date: Mon, 24 Jul 2000 18:04:28 +0100
85891              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
85892      Branch: perl
85893            ! t/lib/syslfs.t t/op/lfs.t
85894 ____________________________________________________________________________
85895 [  6435] By: jhi                                   on 2000/07/25  13:59:28
85896         Log: Get UTF16 BOMs working.  Patch from
85897              
85898              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
85899              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85900              Date: Tue, 25 Jul 2000 12:52:45 +0100
85901              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
85902              
85903              and notes from
85904              
85905              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
85906              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85907              Date: Tue, 25 Jul 2000 11:43:25 +0100
85908              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
85909      Branch: perl
85910            ! t/comp/require.t toke.c utf8.c
85911 ____________________________________________________________________________
85912 [  6434] By: jhi                                   on 2000/07/25  02:39:54
85913         Log: Make the "uninit variable" warning to say "concat or string"
85914              or "join or string" when in concat or join .
85915              
85916              Subject: Re: [ID 20000403.009] uninitialised concatenation???
85917              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85918              Date: Tue, 04 Apr 2000 18:22:58 +0100
85919              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
85920              
85921              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
85922              From: William R Ward <hermit@BayView.COM>
85923              Date: Thu, 30 Mar 2000 19:50:03 -0800
85924              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
85925      Branch: perl
85926            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
85927            ! t/pragma/warn/op t/pragma/warn/sv
85928 ____________________________________________________________________________
85929 [  6433] By: jhi                                   on 2000/07/24  17:52:56
85930         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
85931      Branch: perl
85932            ! lib/File/Spec/VMS.pm
85933 ____________________________________________________________________________
85934 [  6432] By: jhi                                   on 2000/07/24  17:44:44
85935         Log: Test cases for #6431.
85936              
85937              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
85938              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85939              Date: Mon, 24 Jul 2000 15:32:29 +0100
85940              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
85941      Branch: perl
85942            ! t/op/pat.t t/op/split.t
85943 ____________________________________________________________________________
85944 [  6431] By: jhi                                   on 2000/07/24  17:43:17
85945         Log: Bind op fix.
85946              
85947              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
85948              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85949              Date: Mon, 17 Jul 2000 20:04:56 +0100
85950              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
85951      Branch: perl
85952            ! op.c
85953 ____________________________________________________________________________
85954 [  6430] By: jhi                                   on 2000/07/24  03:42:42
85955         Log: Subject: [ID 20000716.023] syslog test fails without sockets
85956              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85957              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
85958              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
85959      Branch: metaconfig/U/perl
85960            ! Extensions.U
85961      Branch: perl
85962            ! Configure config_h.SH
85963 ____________________________________________________________________________
85964 [  6429] By: jhi                                   on 2000/07/24  03:11:52
85965         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
85966              case, but add also notes explaining the relationship of this
85967              patch and the earlier notes by Sarathy.
85968              
85969              Subject: Map is still slow
85970              From: "Ben Tilly" <ben_tilly@hotmail.com>
85971              Date: Sat, 15 Jul 2000 17:23:27 EDT
85972              Message-ID: <20000715212327.21656.qmail@hotmail.com>
85973      Branch: perl
85974            ! pp_ctl.c
85975 ____________________________________________________________________________
85976 [  6428] By: jhi                                   on 2000/07/24  02:58:52
85977         Log: Documentation to explain the behaviour of map().
85978              
85979              Subject: Re: Map is still slow 
85980              From: Gurusamy Sarathy <gsar@ActiveState.com>
85981              Date: Sat, 15 Jul 2000 16:05:09 -0700
85982              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
85983      Branch: perl
85984            ! pp_ctl.c
85985 ____________________________________________________________________________
85986 [  6427] By: jhi                                   on 2000/07/24  02:50:03
85987         Log: Add tests for
85988              [ID 19991110.003] another matching finding by pcre author
85989              which has already been fixed by some patch, as verified in
85990              
85991              Subject: Re: two regex bugs from the mists of time (well, last November)
85992              From: Hugo <hv@crypt.compulink.co.uk>
85993              Date: Sat, 22 Jul 2000 18:12:58 +0100
85994              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
85995      Branch: perl
85996            ! t/op/re_tests
85997 ____________________________________________________________________________
85998 [  6426] By: jhi                                   on 2000/07/24  02:11:20
85999         Log: A missing 'break' after the [[:space:]] switch case.
86000              
86001              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
86002              From: "Stephen P. Potter" <spp@ds.net>
86003              Date: Tue, 18 Jul 2000 16:25:17 -0400
86004              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
86005      Branch: perl
86006            ! regcomp.c
86007 ____________________________________________________________________________
86008 [  6425] By: jhi                                   on 2000/07/24  02:06:12
86009         Log: The output might have been produced in the wrong order.
86010              
86011              Subject: [ID 20000720.003] [PATCH] t/op/write.t
86012              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86013              Date: Thu, 20 Jul 2000 18:49:18 +0100
86014              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
86015      Branch: perl
86016            ! t/op/write.t
86017 ____________________________________________________________________________
86018 [  6424] By: jhi                                   on 2000/07/24  02:00:07
86019         Log: Use STDOUT consistently.
86020              
86021              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
86022              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86023              Date: Thu, 20 Jul 2000 18:04:01 +0100
86024              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
86025      Branch: perl
86026            ! lib/Test/Harness.pm
86027 ____________________________________________________________________________
86028 [  6423] By: jhi                                   on 2000/07/24  01:54:54
86029         Log: Protect against "wild next"s, that is, callbacks doing "next"
86030              instead of "return".
86031              
86032              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
86033              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86034              Date: Tue, 18 Jul 2000 11:30:16 +0100
86035              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
86036      Branch: perl
86037            ! lib/File/Find.pm
86038 ____________________________________________________________________________
86039 [  6422] By: jhi                                   on 2000/07/24  01:35:47
86040         Log: Out-of-date note removed.
86041              
86042              Subject: [PATCH] documentation perlipc
86043              From: rspier@pobox.com (Robert Spier)
86044              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
86045              Message-ID: <14711.35178.572612.502654@rls.cx>
86046      Branch: perl
86047            ! pod/perlipc.pod
86048 ____________________________________________________________________________
86049 [  6421] By: jhi                                   on 2000/07/24  00:09:18
86050         Log: Send all installperl messages to STDERR and be -w clean.
86051              
86052              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
86053              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86054              Date: Sat, 22 Jul 2000 14:02:11 +0100
86055              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
86056      Branch: perl
86057            ! installperl
86058 ____________________________________________________________________________
86059 [  6420] By: jhi                                   on 2000/07/24  00:04:19
86060         Log: Decutandpasto.
86061              
86062              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
86063              From: "Richard Soderberg" <rs@crystalflame.net>
86064              Date: Sun, 23 Jul 2000 01:37:23 -0700
86065              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
86066      Branch: perl
86067            ! pod/perlipc.pod
86068 ____________________________________________________________________________
86069 [  6419] By: jhi                                   on 2000/07/24  00:01:12
86070         Log: A cleaner abs_path().
86071              Subject: Re: unix alternative to Cwd.pm
86072              From: Jeff Pinyan <jeffp@crusoe.net>
86073              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
86074              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
86075      Branch: perl
86076            ! lib/Cwd.pm
86077 ____________________________________________________________________________
86078 [  6418] By: jhi                                   on 2000/07/23  23:48:56
86079         Log: Detypo.
86080              
86081              Subject: [PATCH perl-current] Typo in hints/powerux.sh
86082              From: "Richard Soderberg" <rs@crystalflame.net>
86083              Date: Sun, 23 Jul 2000 01:27:33 -0700
86084              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
86085      Branch: perl
86086            ! hints/powerux.sh
86087 ____________________________________________________________________________
86088 [  6417] By: jhi                                   on 2000/07/17  22:13:31
86089         Log: Subject: SDBM_File documentation
86090              From: mjd@plover.com
86091              Date: 16 Jul 2000 17:41:17 -0000
86092              Message-ID: <20000716174117.18515.qmail@plover.com>
86093      Branch: perl
86094            ! ext/SDBM_File/SDBM_File.pm
86095 ____________________________________________________________________________
86096 [  6416] By: jhi                                   on 2000/07/17  19:13:26
86097         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
86098      Branch: perl
86099            ! hints/mpeix.sh mpeix/relink
86100 ____________________________________________________________________________
86101 [  6415] By: jhi                                   on 2000/07/15  14:11:02
86102         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
86103              the utf8 'characters' can be more than one octet).
86104              
86105              Date: Sat, 15 Jul 2000 00:21:56 +0100
86106              From: Tom Hughes <tom@compton.nu>
86107              Subject: Re: [ID 20000714.002]
86108              Message-ID: <db2334de49.tom@compton.compton.nu>
86109              
86110              Reported in
86111              
86112              Subject: [ID 20000714.002]
86113              From: "Simon Cozens" <simon@othersideofthe.earth.li>
86114              Date: 14 Jul 2000 15:13:09 -0000
86115              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
86116      Branch: perl
86117            ! doop.c
86118 ____________________________________________________________________________
86119 [  6414] By: jhi                                   on 2000/07/15  03:13:41
86120         Log: another VMS build tweak from Peter Prymmer
86121      Branch: perl
86122            ! vms/descrip_mms.template
86123 ____________________________________________________________________________
86124 [  6413] By: jhi                                   on 2000/07/15  03:10:40
86125         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
86126      Branch: perl
86127            ! vms/perlvms.pod
86128 ____________________________________________________________________________
86129 [  6412] By: jhi                                   on 2000/07/15  00:31:05
86130         Log: More docs for sv functions.
86131              
86132              Subject: [PATCH cfgperl] sv.c apidoc
86133              From: simon@brecon.co.uk (Simon Cozens)
86134              Date: 13 Jul 2000 09:00:20 GMT
86135              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
86136              
86137              Subject: Re: [PATCH cfgperl] sv.c apidoc
86138              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86139              Date: Thu, 13 Jul 2000 12:27:41 +0100
86140              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
86141              
86142              Subject: Re: [PATCH cfgperl] sv.c apidoc
86143              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86144              Date: Thu, 13 Jul 2000 13:23:09 +0100
86145              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
86146              
86147              Subject: Re: [PATCH cfgperl] sv.c apidoc
86148              From: simon@brecon.co.uk (Simon Cozens)
86149              Date: 14 Jul 2000 06:51:02 GMT
86150              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
86151      Branch: perl
86152            ! embed.pl pod/perlapi.pod sv.c
86153 ____________________________________________________________________________
86154 [  6411] By: jhi                                   on 2000/07/15  00:10:41
86155         Log: lib/b test fixes from Peter Prymmer.
86156      Branch: perl
86157            ! t/lib/b.t
86158 ____________________________________________________________________________
86159 [  6410] By: jhi                                   on 2000/07/15  00:02:09
86160         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
86161              From: Hugo <hv@crypt.compulink.co.uk>
86162              Date: Fri, 14 Jul 2000 23:05:20 +0100
86163              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
86164              
86165              Didn't anymore apply, but that point still could use another fix.
86166      Branch: perl
86167            ! pod/perlfunc.pod
86168 ____________________________________________________________________________
86169 [  6409] By: jhi                                   on 2000/07/14  23:15:15
86170         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
86171              not in pod, from Peter Prymmer
86172      Branch: perl
86173            ! vms/descrip_mms.template
86174 ____________________________________________________________________________
86175 [  6408] By: jhi                                   on 2000/07/14  20:35:05
86176         Log: The bug report
86177              [ID 19991110.002] minimal matching discrepancy found by pcre author
86178              seems to have been fixed (though differently from what was suggested
86179              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
86180      Branch: perl
86181            ! t/op/re_tests
86182 ____________________________________________________________________________
86183 [  6407] By: jhi                                   on 2000/07/14  17:38:08
86184         Log: Fix AutoSplit to use File::Spec the right way in VMS,
86185              from Peter Prymmer.
86186      Branch: perl
86187            ! lib/AutoSplit.pm
86188 ____________________________________________________________________________
86189 [  6406] By: jhi                                   on 2000/07/14  14:13:22
86190         Log: Merge perlhacktut into perlhack, update perlguts.
86191              
86192              Subject: Re: Perlhacktut
86193              From: simon@brecon.co.uk (Simon Cozens)
86194              Date: 14 Jul 2000 06:49:21 GMT
86195              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
86196              
86197              Subject: Re: Perlhacktut
86198              From: simon@brecon.co.uk (Simon Cozens)
86199              Date: 14 Jul 2000 07:09:45 GMT
86200              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
86201      Branch: perl
86202            ! pod/perlguts.pod pod/perlhack.pod
86203 ____________________________________________________________________________
86204 [  6405] By: jhi                                   on 2000/07/14  14:02:31
86205         Log: Integrate with Sarathy.
86206      Branch: cfgperl
86207           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
86208           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
86209           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
86210 ____________________________________________________________________________
86211 [  6404] By: gsar                                  on 2000/07/14  12:15:02
86212         Log: PERL_OBJECT build tweaks
86213      Branch: perl
86214            ! toke.c
86215 ____________________________________________________________________________
86216 [  6403] By: gsar                                  on 2000/07/14  11:23:41
86217         Log: inconsistent types needs casts
86218      Branch: perl
86219            ! toke.c
86220 ____________________________________________________________________________
86221 [  6402] By: gsar                                  on 2000/07/14  11:12:04
86222         Log: typos in change#6399, regen headers
86223      Branch: perl
86224            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
86225 ____________________________________________________________________________
86226 [  6401] By: gsar                                  on 2000/07/14  10:59:12
86227         Log: typecasts needed for change#6394
86228      Branch: perl
86229            ! toke.c
86230 ____________________________________________________________________________
86231 [  6400] By: gsar                                  on 2000/07/14  10:49:37
86232         Log: integrate cfgperl contents into mainline
86233      Branch: perl
86234           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
86235           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
86236 ____________________________________________________________________________
86237 [  6399] By: gsar                                  on 2000/07/14  10:38:35
86238         Log: enable UTF-16 filter by default if relevant BOM is seen; various
86239              cleanups (typos, misformatted code, and small bugs)
86240      Branch: perl
86241            ! doop.c embed.pl mg.c op.c pp.c toke.c
86242 ____________________________________________________________________________
86243 [  6398] By: gsar                                  on 2000/07/14  08:55:38
86244         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
86245              name suggests anyway)
86246      Branch: perl
86247            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
86248 ____________________________________________________________________________
86249 [  6397] By: gsar                                  on 2000/07/14  08:44:33
86250         Log: move new variables to the end of the interpreter structure (for
86251              bincompat in code that doesn't #include XSUB.h)
86252      Branch: perl
86253            ! intrpvar.h
86254 ____________________________________________________________________________
86255 [  6396] By: gsar                                  on 2000/07/14  08:13:58
86256         Log: MakeMaker should not remove editor backups (*~) on `make clean`
86257              by default (completes change#6383)
86258      Branch: perl
86259            ! lib/ExtUtils/MM_Unix.pm
86260 ____________________________________________________________________________
86261 [  6395] By: jhi                                   on 2000/07/14  05:20:33
86262         Log: Replace change #6337 with a better one.
86263              
86264              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
86265              From: Hugo <hv@crypt.compulink.co.uk>
86266              Date: Fri, 14 Jul 2000 04:16:20 +0100
86267              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
86268      Branch: cfgperl
86269            ! regexec.c t/op/re_tests
86270 ____________________________________________________________________________
86271 [  6394] By: jhi                                   on 2000/07/14  01:33:59
86272         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
86273      Branch: cfgperl
86274            ! embed.pl global.sym proto.h toke.c
86275 ____________________________________________________________________________
86276 [  6393] By: jhi                                   on 2000/07/13  23:41:23
86277         Log: remove discarded test
86278      Branch: cfgperl
86279            ! MANIFEST
86280 ____________________________________________________________________________
86281 [  6392] By: jhi                                   on 2000/07/13  23:32:25
86282         Log: The {multiplier} of a fixed substring was overlooked which
86283              caused a wrong initial search offset for that substring.
86284              
86285              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
86286              From: Hugo <hv@crypt.compulink.co.uk>
86287              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
86288              Date: Thu, 13 Jul 2000 19:27:13 +0100
86289      Branch: cfgperl
86290            ! regcomp.c t/op/re_tests
86291 ____________________________________________________________________________
86292 [  6391] By: jhi                                   on 2000/07/13  16:37:42
86293         Log: typo fix from Craig Berry
86294      Branch: cfgperl
86295            ! vms/subconfigure.com
86296 ____________________________________________________________________________
86297 [  6390] By: jhi                                   on 2000/07/13  13:20:12
86298         Log: Integrate with Sarathy.
86299      Branch: cfgperl
86300            - t/op/method2entersub.t
86301           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
86302           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
86303           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
86304           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
86305 ____________________________________________________________________________
86306 [  6389] By: jhi                                   on 2000/07/13  13:18:48
86307         Log: Detypo from Peter Prymmer, part of #6388.
86308      Branch: cfgperl
86309            ! Configure config_h.SH
86310      Branch: metaconfig
86311            ! U/modified/d_longlong.U
86312 ____________________________________________________________________________
86313 [  6388] By: gsar                                  on 2000/07/13  06:33:40
86314         Log: typos (spotted by Peter Prymmer)
86315      Branch: perl
86316            ! Configure t/lib/english.t
86317 ____________________________________________________________________________
86318 [  6387] By: gsar                                  on 2000/07/13  05:35:28
86319         Log: new selfloader.t in change#6183 doesn't close DATA handles,
86320              and thus fails to clean up tmp files on dosish platforms
86321      Branch: perl
86322            ! t/lib/selfloader.t
86323 ____________________________________________________________________________
86324 [  6386] By: gsar                                  on 2000/07/12  21:42:39
86325         Log: sprintf test tweaks (from Dominic Dunlop)
86326      Branch: perl
86327            ! t/op/sprintf.t
86328 ____________________________________________________________________________
86329 [  6385] By: gsar                                  on 2000/07/12  21:33:46
86330         Log: fix bugs in processing %v-*d and similar format specs (from
86331              Avi Finkel <avi@finkel.org>)
86332      Branch: perl
86333            ! sv.c t/op/sprintf.t
86334 ____________________________________________________________________________
86335 [  6384] By: gsar                                  on 2000/07/12  16:04:19
86336         Log: readd missing perldelta.pod changes from changes#6339,6376
86337      Branch: perl
86338            ! pod/perldelta.pod
86339 ____________________________________________________________________________
86340 [  6383] By: gsar                                  on 2000/07/12  16:00:51
86341         Log: don't clobber *.orig files on *clean targets
86342      Branch: perl
86343            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
86344 ____________________________________________________________________________
86345 [  6382] By: gsar                                  on 2000/07/12  07:59:12
86346         Log: fix broken integrations in cfgperl
86347      Branch: cfgperl
86348           !> Changes pod/perldelta.pod
86349 ____________________________________________________________________________
86350 [  6381] By: gsar                                  on 2000/07/12  07:42:17
86351         Log: integrate cfgperl changes into mainline
86352      Branch: perl
86353            ! Changes
86354           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
86355           !> pod/perlre.pod
86356 ____________________________________________________________________________
86357 [  6380] By: gsar                                  on 2000/07/12  07:31:00
86358         Log: get sprintf.t to adjust properly for 3-digit exponents
86359      Branch: perl
86360            ! t/op/sprintf.t
86361 ____________________________________________________________________________
86362 [  6379] By: gsar                                  on 2000/07/12  06:40:04
86363         Log: change#6174 needs corresponding change in win32/config_h.PL,
86364              which grovels through config_h.SH to find the config.h name
86365      Branch: perl
86366            ! win32/config_h.PL
86367 ____________________________________________________________________________
86368 [  6378] By: jhi                                   on 2000/07/12  05:03:59
86369         Log: Do the cc sanity check both before the hints and
86370              after the cc selction.
86371      Branch: cfgperl
86372            ! Configure config_h.SH
86373      Branch: metaconfig
86374            ! U/modified/Oldconfig.U U/modified/cc.U
86375      Branch: metaconfig/U/perl
86376            + Checkcc.U
86377 ____________________________________________________________________________
86378 [  6377] By: jhi                                   on 2000/07/12  02:49:22
86379         Log: Fix nits noticed by Boston.pm.
86380      Branch: cfgperl
86381            ! pod/perlre.pod
86382 ____________________________________________________________________________
86383 [  6376] By: jhi                                   on 2000/07/11  21:22:13
86384         Log: Configure cosmetics and perldelta.
86385      Branch: cfgperl
86386            ! Configure config_h.SH pod/perldelta.pod
86387      Branch: metaconfig
86388            ! U/modified/cc.U
86389 ____________________________________________________________________________
86390 [  6375] By: gsar                                  on 2000/07/11  21:17:35
86391         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
86392      Branch: perl
86393            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
86394            ! win32/win32sck.c
86395 ____________________________________________________________________________
86396 [  6374] By: gsar                                  on 2000/07/11  20:48:50
86397         Log: tweak for build failure under multiplicity
86398      Branch: perl
86399            ! toke.c
86400 ____________________________________________________________________________
86401 [  6373] By: gsar                                  on 2000/07/11  20:37:23
86402         Log: integrate cfgperl changes#6325..6373 into mainline
86403              (NOTE: today's batch of integrations still untested)
86404      Branch: perl
86405           +> ext/DynaLoader/hints/netbsd.pl
86406            ! Changes
86407           !> (integrate 26 files)
86408 ____________________________________________________________________________
86409 [  6372] By: jhi                                   on 2000/07/11  20:30:36
86410         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
86411              regen perltoc.
86412      Branch: cfgperl
86413            + pod/perlbook.pod
86414            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
86415            ! pod/perltoc.pod
86416 ____________________________________________________________________________
86417 [  6371] By: jhi                                   on 2000/07/11  20:08:56
86418         Log: Minor cleanups on the booklist.
86419      Branch: cfgperl
86420            ! pod/perlfaq2.pod
86421 ____________________________________________________________________________
86422 [  6370] By: jhi                                   on 2000/07/11  19:31:13
86423         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
86424      Branch: cfgperl
86425            ! t/pragma/overload.t
86426 ____________________________________________________________________________
86427 [  6369] By: gsar                                  on 2000/07/11  19:27:48
86428         Log: integrate cfgperl changes#6293..6324 into mainline
86429      Branch: perl
86430           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
86431            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
86432           !> (integrate 30 files)
86433 ____________________________________________________________________________
86434 [  6368] By: gsar                                  on 2000/07/11  19:18:57
86435         Log: skip integrate of problematic change#6292 from cfgperl into mainline
86436      Branch: perl
86437           !> pp_hot.c
86438 ____________________________________________________________________________
86439 [  6367] By: gsar                                  on 2000/07/11  19:17:21
86440         Log: integrate cfgperl changes#6288..6290 into mainline
86441      Branch: perl
86442           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
86443 ____________________________________________________________________________
86444 [  6366] By: gsar                                  on 2000/07/11  19:11:18
86445         Log: integrate cfgperl changes#6268..6282 into mainline
86446      Branch: perl
86447           !> (integrate 30 files)
86448 ____________________________________________________________________________
86449 [  6365] By: gsar                                  on 2000/07/11  18:57:00
86450         Log: delete new accidentally branched file
86451      Branch: perl
86452            - t/op/method2entersub.t
86453 ____________________________________________________________________________
86454 [  6364] By: gsar                                  on 2000/07/11  18:55:13
86455         Log: skip integrate of change#6267 from cfgperl into mainline (the
86456              method call optimization is flawed without additional hints
86457              from user about immutableness of @ISA and no runtime method
86458              definitions)
86459      Branch: perl
86460           +> t/op/method2entersub.t
86461           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
86462           !> perl.h t/op/sprintf.t xsutils.c
86463 ____________________________________________________________________________
86464 [  6363] By: gsar                                  on 2000/07/11  18:49:43
86465         Log: integrate cfgperl changes#6261..6266 into mainline
86466      Branch: perl
86467           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
86468           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
86469           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
86470           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
86471 ____________________________________________________________________________
86472 [  6362] By: gsar                                  on 2000/07/11  18:43:26
86473         Log: integrate cfgperl changes#6252..6260 into mainline
86474      Branch: perl
86475           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
86476           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
86477           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
86478           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
86479 ____________________________________________________________________________
86480 [  6361] By: gsar                                  on 2000/07/11  18:37:12
86481         Log: skip integrate of problematic change#6251 from cfgperl into mainline
86482      Branch: perl
86483           !> lib/Exporter.pm
86484 ____________________________________________________________________________
86485 [  6360] By: gsar                                  on 2000/07/11  18:34:56
86486         Log: integrate cfgperl change#6250 into mainline
86487      Branch: perl
86488           +> t/op/my_stash.t
86489           !> MANIFEST embed.pl proto.h toke.c
86490 ____________________________________________________________________________
86491 [  6359] By: gsar                                  on 2000/07/11  18:21:19
86492         Log: integrate cfgperl changes#6242..6249 into mainline
86493      Branch: perl
86494           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
86495           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
86496           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
86497           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
86498           !> t/lib/peek.t utf8.c
86499 ____________________________________________________________________________
86500 [  6358] By: gsar                                  on 2000/07/11  18:15:45
86501         Log: skip integrate of problematic change#6241 from cfgperl into mainline
86502      Branch: perl
86503           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
86504 ____________________________________________________________________________
86505 [  6357] By: jhi                                   on 2000/07/11  18:15:16
86506         Log: Fix for
86507              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
86508              From: Roderick Schertler <roderick@argon.org> 
86509              Date: Tue, 11 Jul 2000 13:55:05 -0400 
86510              Message-Id: <200007111755.NAA05077@jones.argon.org> 
86511      Branch: cfgperl
86512            ! doio.c
86513 ____________________________________________________________________________
86514 [  6356] By: jhi                                   on 2000/07/11  18:12:51
86515         Log: Typo in #6341.
86516      Branch: cfgperl
86517            ! pp_hot.c
86518 ____________________________________________________________________________
86519 [  6355] By: gsar                                  on 2000/07/11  18:12:10
86520         Log: integrate cfgperl changes#6231..6240 into mainline
86521      Branch: perl
86522           +> pod/perlutil.pod
86523           !> (integrate 35 files)
86524 ____________________________________________________________________________
86525 [  6354] By: jhi                                   on 2000/07/11  18:04:34
86526         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
86527              From: Dominic Dunlop <domo@computer.org> 
86528              Date: Tue, 11 Jul 2000 12:27:33 +0200 
86529              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
86530              
86531              Replaces change #6268.
86532      Branch: cfgperl
86533            ! t/op/sprintf.t
86534 ____________________________________________________________________________
86535 [  6353] By: gsar                                  on 2000/07/11  17:59:51
86536         Log: skip integrate of problematic change#6230 from cfgperl into mainline
86537              (a later version of File::Spec is already in mainline)
86538      Branch: perl
86539           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
86540           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
86541 ____________________________________________________________________________
86542 [  6352] By: gsar                                  on 2000/07/11  17:57:48
86543         Log: integrate cfgperl changes#6224..6229 into mainline
86544      Branch: perl
86545           +> lib/lib.pm.PL
86546            - lib/lib.pm
86547           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
86548           !> lib/English.pm op.c t/lib/english.t
86549 ____________________________________________________________________________
86550 [  6351] By: gsar                                  on 2000/07/11  17:50:10
86551         Log: skip integrate of problematic change#6223 from cfgperl into mainline
86552      Branch: perl
86553           !> doio.c
86554 ____________________________________________________________________________
86555 [  6350] By: gsar                                  on 2000/07/11  17:48:28
86556         Log: integrate cfgperl changes#6220..6222 into mainline
86557      Branch: perl
86558           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
86559           !> toke.c utf8.c win32/win32.h
86560 ____________________________________________________________________________
86561 [  6349] By: gsar                                  on 2000/07/11  17:46:13
86562         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
86563              mainline
86564      Branch: perl
86565           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
86566           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
86567           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
86568 ____________________________________________________________________________
86569 [  6348] By: jhi                                   on 2000/07/11  17:45:49
86570         Log: README.posix-bc podified from Thomas Dorner.
86571      Branch: cfgperl
86572            ! README.posix-bc
86573 ____________________________________________________________________________
86574 [  6347] By: gsar                                  on 2000/07/11  17:42:04
86575         Log: integrate cfgperl change#6217 into mainline
86576      Branch: perl
86577           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
86578           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
86579           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
86580 ____________________________________________________________________________
86581 [  6346] By: gsar                                  on 2000/07/11  17:39:37
86582         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
86583              mainline
86584      Branch: perl
86585           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
86586           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
86587           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
86588           !> perlapi.h pod/perlapi.pod
86589 ____________________________________________________________________________
86590 [  6345] By: gsar                                  on 2000/07/11  17:36:42
86591         Log: integrate cfgperl changes#6207..6210 into mainline
86592      Branch: perl
86593           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
86594           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
86595 ____________________________________________________________________________
86596 [  6344] By: gsar                                  on 2000/07/11  17:31:20
86597         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
86598              mainline
86599      Branch: perl
86600           !> (integrate 40 files)
86601 ____________________________________________________________________________
86602 [  6343] By: gsar                                  on 2000/07/11  17:19:08
86603         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
86604      Branch: perl
86605           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
86606            ! Changes
86607           !> (integrate 34 files)
86608 ____________________________________________________________________________
86609 [  6342] By: jhi                                   on 2000/07/11  16:05:48
86610         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
86611              To: perl5-porters@perl.org
86612              From: Karsten Sperling <spiff@phreax.net>
86613              Date: Mon, 10 Jul 2000 15:12:52 +0200
86614              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
86615      Branch: cfgperl
86616            ! lib/Symbol.pm
86617 ____________________________________________________________________________
86618 [  6341] By: jhi                                   on 2000/07/11  15:59:23
86619         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
86620              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86621              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
86622              Date: Fri, 07 Jul 2000 17:57:16 +0100
86623      Branch: cfgperl
86624            ! pp_hot.c
86625 ____________________________________________________________________________
86626 [  6340] By: jhi                                   on 2000/07/11  15:55:47
86627         Log: Subject: Re: format bug report  [Patch]
86628              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
86629              Date: Wed, 05 Jul 2000 13:12:52 +0200
86630              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
86631              
86632              Subject: Re: format bug report  [Patch]
86633              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
86634              Date: Wed, 05 Jul 2000 14:10:01 +0200
86635              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
86636      Branch: cfgperl
86637            ! t/op/write.t toke.c
86638 ____________________________________________________________________________
86639 [  6339] By: jhi                                   on 2000/07/11  13:54:09
86640         Log: Be less forgiving about ambiguous and illegal tr ranges.
86641              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
86642              From: Mark-Jason Dominus <mjd@plover.com>
86643              Date: Tue, 04 Jul 2000 10:00:12 -0400
86644              Message-ID: <20000704140012.17772.qmail@plover.com>
86645              
86646              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
86647              From: Mark-Jason Dominus <mjd@plover.com>
86648              Date: Wed, 05 Jul 2000 09:37:36 -0400
86649              Message-ID: <20000705133736.27293.qmail@plover.com>
86650      Branch: cfgperl
86651            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
86652 ____________________________________________________________________________
86653 [  6338] By: jhi                                   on 2000/07/11  13:31:24
86654         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
86655              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86656              Date: Tue, 11 Jul 2000 13:50:51 +0100
86657              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
86658      Branch: cfgperl
86659            ! sv.c
86660 ____________________________________________________________________________
86661 [  6337] By: jhi                                   on 2000/07/11  13:29:14
86662         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
86663              From: Hugo <hv@crypt.compulink.co.uk>
86664              Date: Tue, 11 Jul 2000 12:44:50 +0100
86665              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
86666      Branch: cfgperl
86667            ! regexec.c t/op/re_tests
86668 ____________________________________________________________________________
86669 [  6336] By: jhi                                   on 2000/07/11  13:26:47
86670         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
86671              From: simon@brecon.co.uk (Simon Cozens)
86672              Date: 7 Jul 2000 11:26:09 GMT
86673              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
86674      Branch: cfgperl
86675            ! mg.c
86676 ____________________________________________________________________________
86677 [  6335] By: jhi                                   on 2000/07/11  13:23:37
86678         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
86679              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
86680              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
86681              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
86682      Branch: cfgperl
86683            + ext/DynaLoader/hints/netbsd.pl
86684            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
86685 ____________________________________________________________________________
86686 [  6334] By: jhi                                   on 2000/07/11  13:20:38
86687         Log: Subject: PATCH perlguts.pod: Document D and d magic types
86688              From: mjd@plover.com
86689              Date: 5 Jul 2000 18:01:51 -0000
86690              Message-ID: <20000705180151.29413.qmail@plover.com>
86691      Branch: cfgperl
86692            ! pod/perlguts.pod
86693 ____________________________________________________________________________
86694 [  6333] By: jhi                                   on 2000/07/11  13:15:51
86695         Log: Precedence goof, fix based on
86696              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
86697              From: Hugo <hv@crypt.compulink.co.uk>
86698              Date: Tue, 11 Jul 2000 12:52:38 +0100
86699              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
86700      Branch: cfgperl
86701            ! t/op/taint.t
86702 ____________________________________________________________________________
86703 [  6332] By: jhi                                   on 2000/07/11  12:40:17
86704         Log: Integrate with Sarathy.
86705      Branch: cfgperl
86706           !> win32/win32sck.c
86707 ____________________________________________________________________________
86708 [  6331] By: jhi                                   on 2000/07/10  20:14:16
86709         Log: Sprinkle ldlibpath.
86710      Branch: cfgperl
86711            ! pod/Makefile.SH
86712 ____________________________________________________________________________
86713 [  6330] By: jhi                                   on 2000/07/10  17:54:49
86714         Log: More POSIX.pod tweaks.
86715      Branch: cfgperl
86716            ! ext/POSIX/POSIX.pod
86717 ____________________________________________________________________________
86718 [  6329] By: jhi                                   on 2000/07/10  14:02:12
86719         Log: Reorder perl.pod once more.
86720      Branch: cfgperl
86721            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86722 ____________________________________________________________________________
86723 [  6328] By: gsar                                  on 2000/07/10  07:06:00
86724         Log: accept() leaks memory on windows due to incorrect ordering of
86725              closesocket() and fclose() calls
86726      Branch: perl
86727            ! win32/win32sck.c
86728 ____________________________________________________________________________
86729 [  6327] By: gsar                                  on 2000/07/10  06:49:17
86730         Log: winsock options weren't being set in all threads under ithreads
86731              (caused send()s from second and subsequent threads to fail)
86732      Branch: perl
86733            ! win32/win32sck.c
86734 ____________________________________________________________________________
86735 [  6326] By: jhi                                   on 2000/07/08  02:45:40
86736         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
86737              was cast to an unsigned (32-bit) integer with wild abandon.
86738      Branch: cfgperl
86739            ! ext/Devel/DProf/DProf.xs
86740 ____________________________________________________________________________
86741 [  6325] By: jhi                                   on 2000/07/07  18:50:33
86742         Log: Remove perlbook, update perlfaq book listing,
86743              rearrange perl.pod, regenerate perltoc.
86744      Branch: cfgperl
86745            - pod/perlbook.pod
86746            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
86747            ! pod/perlfaq2.pod pod/perltoc.pod
86748 ____________________________________________________________________________
86749 [  6324] By: jhi                                   on 2000/07/07  14:03:40
86750         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
86751      Branch: cfgperl
86752            ! sv.h toke.c
86753 ____________________________________________________________________________
86754 [  6323] By: jhi                                   on 2000/07/06  16:03:55
86755         Log: Fix complaints of buildtoc.
86756      Branch: cfgperl
86757            + lib/Win32.pod
86758            - pod/Win32.pod
86759            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86760 ____________________________________________________________________________
86761 [  6322] By: jhi                                   on 2000/07/06  15:15:52
86762         Log: Add =head1 NAMEs so that buildtoc is happy.
86763              (The CGI::Util nit reported to Lincoln.)
86764      Branch: cfgperl
86765            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
86766            ! pod/perltoc.pod
86767 ____________________________________________________________________________
86768 [  6321] By: jhi                                   on 2000/07/06  03:16:04
86769         Log: Config is being used.
86770      Branch: cfgperl
86771            ! t/op/method.t
86772 ____________________________________________________________________________
86773 [  6320] By: jhi                                   on 2000/07/06  03:13:13
86774         Log: Integrate with Sarathy.
86775      Branch: cfgperl
86776           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
86777 ____________________________________________________________________________
86778 [  6319] By: jhi                                   on 2000/07/06  03:11:46
86779         Log: Autogenerate pod/Makefile and pod/buildtoc.
86780              buildtoc also checks whether the existing pods are
86781              mentioned in MANIFEST and perl.pod, and vice versa.
86782              (None of the thusly found discrepancies fixed yet.)
86783              roffitall also needs to be autogenerated similarly but it
86784              seems so badly out of date that I didn't touch it yet.
86785      Branch: cfgperl
86786            + pod/Makefile.SH pod/buildtoc.PL
86787            - pod/Makefile pod/buildtoc
86788            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
86789 ____________________________________________________________________________
86790 [  6318] By: gsar                                  on 2000/07/05  22:10:54
86791         Log: fix UNC path handling on Windows under ithreads, and chdir()
86792              return value when given a non-existent directory
86793      Branch: perl
86794            ! win32/vdir.h
86795 ____________________________________________________________________________
86796 [  6317] By: gsar                                  on 2000/07/05  22:08:19
86797         Log: winsock cleanup never done on Windows (leads to handle leaks)
86798      Branch: perl
86799            ! win32/perllib.c win32/win32sck.c
86800 ____________________________________________________________________________
86801 [  6316] By: gsar                                  on 2000/07/05  22:06:19
86802         Log: some debugger output does not go to the socket when RemotePort is set
86803      Branch: perl
86804            ! lib/perl5db.pl
86805 ____________________________________________________________________________
86806 [  6315] By: jhi                                   on 2000/07/05  00:25:21
86807         Log: Integrate with Sarathy, preliminary fix for unicos
86808              alignment problems in [ID 20000612.002] Perl problem on Cray system.
86809      Branch: cfgperl
86810            ! sv.h
86811           !> pp_hot.c
86812 ____________________________________________________________________________
86813 [  6314] By: gsar                                  on 2000/07/04  23:34:02
86814         Log: tyop in change#6306
86815      Branch: perl
86816            ! pp_hot.c
86817 ____________________________________________________________________________
86818 [  6313] By: jhi                                   on 2000/07/04  22:14:38
86819         Log: Multiline string literals ENONPORTABLE.
86820      Branch: cfgperl
86821            ! pp_hot.c
86822 ____________________________________________________________________________
86823 [  6312] By: jhi                                   on 2000/07/04  20:34:44
86824         Log: Integrate with Sarathy.
86825      Branch: cfgperl
86826           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
86827           !> t/op/method.t
86828 ____________________________________________________________________________
86829 [  6311] By: jhi                                   on 2000/07/04  20:30:56
86830         Log: More POSIX.pod embellishment.
86831      Branch: cfgperl
86832            ! ext/POSIX/POSIX.pod
86833 ____________________________________________________________________________
86834 [  6310] By: gsar                                  on 2000/07/04  17:28:48
86835         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
86836      Branch: perl
86837            ! t/lib/b.t
86838 ____________________________________________________________________________
86839 [  6309] By: jhi                                   on 2000/07/04  17:22:18
86840         Log: The #6308 required a little bit more.
86841      Branch: cfgperl
86842            ! Makefile.SH win32/Makefile
86843 ____________________________________________________________________________
86844 [  6308] By: jhi                                   on 2000/07/04  16:35:24
86845         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
86846      Branch: cfgperl
86847            + lib/lib_pm.PL
86848            - lib/lib.pm.PL
86849            ! MANIFEST Makefile.SH
86850 ____________________________________________________________________________
86851 [  6307] By: jhi                                   on 2000/07/04  16:28:58
86852         Log: Win32 patches for cfgperl from Sarathy.
86853      Branch: cfgperl
86854            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
86855            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
86856            ! thread.h toke.c util.c win32/Makefile win32/win32.c
86857 ____________________________________________________________________________
86858 [  6306] By: gsar                                  on 2000/07/04  16:28:40
86859         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
86860              (from Richard Soderberg <rs@oregonnet.com>)
86861      Branch: perl
86862            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
86863 ____________________________________________________________________________
86864 [  6305] By: jhi                                   on 2000/07/04  16:24:24
86865         Log: Integrate with Sarathy.
86866      Branch: cfgperl
86867           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
86868           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
86869           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
86870           !> proto.h win32/win32.c
86871 ____________________________________________________________________________
86872 [  6304] By: gsar                                  on 2000/07/04  16:17:24
86873         Log: missing perldiag entry for unpack("w",...) diagnostic (from
86874              Andreas Koenig)
86875      Branch: perl
86876            ! pod/perldiag.pod
86877 ____________________________________________________________________________
86878 [  6303] By: gsar                                  on 2000/07/04  16:14:44
86879         Log: remove rel2abs prototypes (from Barrie Slaymaker)
86880      Branch: perl
86881            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
86882            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
86883 ____________________________________________________________________________
86884 [  6302] By: gsar                                  on 2000/07/04  04:59:35
86885         Log: adjust change#6299
86886      Branch: perl
86887            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
86888            ! win32/win32.c
86889 ____________________________________________________________________________
86890 [  6301] By: jhi                                   on 2000/07/04  04:50:07
86891         Log: Integrate with Sarathy.
86892      Branch: cfgperl
86893           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
86894           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
86895           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
86896 ____________________________________________________________________________
86897 [  6300] By: gsar                                  on 2000/07/04  04:42:09
86898         Log: PERL_OBJECT build tweak
86899      Branch: perl
86900            ! perl.h
86901 ____________________________________________________________________________
86902 [  6299] By: gsar                                  on 2000/07/04  04:37:00
86903         Log: fix memory leak on Windows (PL_sys_intern contents were never
86904              freed)
86905      Branch: perl
86906            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
86907            ! perlapi.c proto.h win32/win32.c
86908 ____________________________________________________________________________
86909 [  6298] By: gsar                                  on 2000/07/04  04:15:59
86910         Log: fix large memory leak that has been around for ever, masked by
86911              -DPURIFY (most of the arenas were never freed!)
86912      Branch: perl
86913            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
86914 ____________________________________________________________________________
86915 [  6297] By: gsar                                  on 2000/07/04  04:07:46
86916         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
86917      Branch: perl
86918            ! perl.c
86919 ____________________________________________________________________________
86920 [  6296] By: jhi                                   on 2000/06/30  18:28:37
86921         Log: Elaborate POSIX.pod.  Still needs work.
86922      Branch: cfgperl
86923            ! ext/POSIX/POSIX.pod
86924 ____________________________________________________________________________
86925 [  6295] By: jhi                                   on 2000/06/30  14:58:18
86926         Log: Point to perlipc for more SysV IPC examples.
86927      Branch: cfgperl
86928            ! pod/perlfunc.pod
86929 ____________________________________________________________________________
86930 [  6294] By: gsar                                  on 2000/06/30  14:47:45
86931         Log: slurp mode fix in change#4736 still not quite right
86932      Branch: perl
86933            ! pp_hot.c t/io/argv.t
86934 ____________________________________________________________________________
86935 [  6293] By: jhi                                   on 2000/06/30  12:02:55
86936         Log: Integrate with Sarathy.
86937      Branch: cfgperl
86938           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
86939 ____________________________________________________________________________
86940 [  6292] By: jhi                                   on 2000/06/30  12:01:11
86941         Log: From: simon@brecon.co.uk (Simon Cozens)
86942              Subject: UTF8 concat
86943              Date: 30 Jun 2000 06:13:25 GMT
86944              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
86945      Branch: cfgperl
86946            ! pp_hot.c
86947 ____________________________________________________________________________
86948 [  6291] By: gsar                                  on 2000/06/30  04:37:33
86949         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
86950              when @_ is modified, causing coredumps
86951      Branch: perl
86952            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
86953 ____________________________________________________________________________
86954 [  6290] By: jhi                                   on 2000/06/30  02:21:44
86955         Log: Integrate with Sarathy.
86956      Branch: cfgperl
86957           !> vms/vms.c vms/vmsish.h
86958 ____________________________________________________________________________
86959 [  6289] By: jhi                                   on 2000/06/30  02:21:02
86960         Log: Check VERSIONs.
86961      Branch: cfgperl
86962            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
86963            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
86964            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
86965 ____________________________________________________________________________
86966 [  6288] By: jhi                                   on 2000/06/30  02:18:52
86967         Log: Integrate with Sarathy.
86968      Branch: cfgperl
86969           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
86970           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
86971           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
86972           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
86973 ____________________________________________________________________________
86974 [  6287] By: gsar                                  on 2000/06/30  02:17:08
86975         Log: integrate vmsperl changes into mainline
86976      Branch: perl
86977           !> vms/vms.c vms/vmsish.h
86978 ____________________________________________________________________________
86979 [  6285] By: gsar                                  on 2000/06/30  02:05:28
86980         Log: localize %INC in a Safe compartment so that use/require work
86981              (many other magic globals probably need similar treatment)
86982      Branch: perl
86983            ! ext/Opcode/Opcode.xs
86984 ____________________________________________________________________________
86985 [  6284] By: gsar                                  on 2000/06/30  01:54:54
86986         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
86987              about Windows
86988      Branch: perl
86989            ! pod/perlembed.pod
86990 ____________________________________________________________________________
86991 [  6283] By: jhi                                   on 2000/06/30  01:50:10
86992         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
86993              From: Barrie Slaymaker <barries@jester.slaysys.com>
86994              Date: Wed, 28 Jun 2000 11:35:29 -0400
86995              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
86996      Branch: perl
86997            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
86998            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
86999            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
87000            ! lib/File/Spec/Win32.pm
87001 ____________________________________________________________________________
87002 [  6282] By: jhi                                   on 2000/06/29  22:57:22
87003         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
87004              From: Dan Sugalski <dan@sidhe.org>
87005              Date: Tue, 06 Jun 2000 11:59:50 -0400
87006              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
87007      Branch: cfgperl
87008            ! vms/vms.c
87009 ____________________________________________________________________________
87010 [  6281] By: jhi                                   on 2000/06/29  22:52:50
87011         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
87012              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
87013              Date: Wed, 7 Jun 2000 04:02:04 -0500
87014              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
87015      Branch: cfgperl
87016            ! utils/h2xs.PL
87017 ____________________________________________________________________________
87018 [  6280] By: jhi                                   on 2000/06/29  22:45:47
87019         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
87020              From: rspier@pobox.com (Robert Spier)
87021              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
87022              Message-ID: <14654.31913.845602.610277@rls.cx>
87023      Branch: cfgperl
87024            ! utils/h2xs.PL
87025 ____________________________________________________________________________
87026 [  6279] By: jhi                                   on 2000/06/29  22:38:16
87027         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
87028              From: Tim Ayers <tayers@bridge.com>
87029              Date: Thu, 08 Jun 2000 08:11:06 +0200
87030              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
87031              [resent by Richard Foley, Message-Id probably wrong]
87032      Branch: cfgperl
87033            ! pod/perlsub.pod
87034 ____________________________________________________________________________
87035 [  6278] By: jhi                                   on 2000/06/29  22:21:45
87036         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
87037              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
87038              Date: Fri, 09 Jun 2000 12:39:27 -0400
87039              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
87040              (plus update the version "number" of Text::Wrap)
87041      Branch: cfgperl
87042            ! lib/Text/Wrap.pm
87043 ____________________________________________________________________________
87044 [  6277] By: jhi                                   on 2000/06/29  22:13:10
87045         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
87046              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87047              Date: Mon, 12 Jun 2000 14:55:59 +0100
87048              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
87049      Branch: cfgperl
87050            ! pod/perlfunc.pod
87051 ____________________________________________________________________________
87052 [  6276] By: jhi                                   on 2000/06/29  22:11:06
87053         Log: Subject: [PATCH] Re: eval documentation: context
87054              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87055              Date: Mon, 12 Jun 2000 15:07:29 +0100
87056              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
87057      Branch: cfgperl
87058            ! pod/perlfunc.pod
87059 ____________________________________________________________________________
87060 [  6275] By: jhi                                   on 2000/06/29  21:59:46
87061         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
87062              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
87063              Date: Tue, 13 Jun 2000 02:43:48 -0500
87064              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
87065      Branch: cfgperl
87066            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
87067 ____________________________________________________________________________
87068 [  6274] By: jhi                                   on 2000/06/29  21:56:14
87069         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
87070              From: Andy Dougherty <doughera@lafayette.edu>
87071              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
87072              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
87073      Branch: cfgperl
87074            ! ext/File/Glob/Glob.pm
87075 ____________________________________________________________________________
87076 [  6273] By: jhi                                   on 2000/06/29  21:49:09
87077         Log: Subject: [PATCH] xsub attributes
87078              From: Doug MacEachern <dougm@covalent.net>
87079              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
87080              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
87081      Branch: cfgperl
87082            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
87083            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
87084 ____________________________________________________________________________
87085 [  6272] By: jhi                                   on 2000/06/29  21:41:28
87086         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
87087              From: Tom Phoenix <rootbeer@redcat.com>
87088              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
87089              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
87090      Branch: cfgperl
87091            ! lib/Net/Ping.pm
87092 ____________________________________________________________________________
87093 [  6271] By: jhi                                   on 2000/06/29  21:36:55
87094         Log: Subject: PATCH pod/perltie.pod
87095              From: Ian Phillipps <Ian.Phillipps@iname.com>
87096              Date: Fri, 16 Jun 2000 00:17:19 +0100
87097              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
87098              (only the first hunk, the second hunk had already been done
87099              by some other patch)
87100      Branch: cfgperl
87101            ! pod/perltie.pod
87102 ____________________________________________________________________________
87103 [  6270] By: jhi                                   on 2000/06/29  21:24:51
87104         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
87105              From: Nicholas Clark <nick@talking.bollo.cx>
87106              Date: Fri, 23 Jun 2000 16:21:15 +0100
87107              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
87108      Branch: cfgperl
87109            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
87110            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
87111 ____________________________________________________________________________
87112 [  6269] By: jhi                                   on 2000/06/29  19:38:15
87113         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
87114              silence few compiler warnings.
87115      Branch: cfgperl
87116            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
87117 ____________________________________________________________________________
87118 [  6268] By: jhi                                   on 2000/06/29  18:21:50
87119         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
87120              From: Dominic Dunlop <domo@computer.org> 
87121              Date: Thu, 29 Jun 2000 12:32:39 +0200 
87122              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
87123      Branch: cfgperl
87124            ! t/op/sprintf.t
87125 ____________________________________________________________________________
87126 [  6267] By: jhi                                   on 2000/06/29  18:16:07
87127         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
87128              From: Doug MacEachern <dougm@covalent.net>
87129              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
87130              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
87131      Branch: cfgperl
87132            + t/op/method2entersub.t
87133            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
87134            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
87135            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
87136            ! xsutils.c
87137 ____________________________________________________________________________
87138 [  6266] By: jhi                                   on 2000/06/29  15:11:15
87139         Log: Subject: [PATCH 5.6.0] cygwin port
87140              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
87141              From: "Fifer, Eric" <EFifer@sanwaint.com>
87142              Date: Thu, 29 Jun 2000 12:58:29 +0100
87143      Branch: cfgperl
87144            ! cygwin/Makefile.SHs
87145 ____________________________________________________________________________
87146 [  6265] By: jhi                                   on 2000/06/29  15:04:05
87147         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
87148              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87149              Date: Wed, 28 Jun 2000 17:50:12 -0700
87150              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
87151      Branch: cfgperl
87152            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
87153 ____________________________________________________________________________
87154 [  6264] By: jhi                                   on 2000/06/29  15:00:57
87155         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
87156              From: Marty Lucich <marty@netcom.com>
87157              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
87158              Message-Id: <200006282116.OAA11148@netcom.com>
87159              ccdlflags update (the BSD/OS 4.1 part had already been taken
87160              care of by #6141).
87161      Branch: cfgperl
87162            ! hints/bsdos.sh
87163 ____________________________________________________________________________
87164 [  6263] By: jhi                                   on 2000/06/29  13:47:44
87165         Log: tr fixes from Simon Cozens
87166      Branch: cfgperl
87167            ! doop.c
87168 ____________________________________________________________________________
87169 [  6262] By: jhi                                   on 2000/06/28  18:46:01
87170         Log: Subject: 5.6.0 Patch for EPOC
87171              From: Olaf Flebbe <o.flebbe@gmx.de>
87172              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
87173              Message-ID: <23449.960929969@www11.gmx.net>
87174      Branch: cfgperl
87175            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
87176            ! epoc/epocish.h
87177 ____________________________________________________________________________
87178 [  6261] By: jhi                                   on 2000/06/28  18:29:07
87179         Log: Subject: Re: [PATCH cfgperl] BOMs away!
87180              From: simon@brecon.co.uk (Simon Cozens)
87181              Date: 17 Jun 2000 11:49:57 GMT
87182              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
87183      Branch: cfgperl
87184            ! pod/perldiag.pod t/comp/require.t toke.c
87185 ____________________________________________________________________________
87186 [  6260] By: jhi                                   on 2000/06/28  17:47:16
87187         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
87188              From: simon@brecon.co.uk (Simon Cozens) 
87189              Date: 17 Jun 2000 11:56:44 GMT 
87190              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
87191              pack U0, pack C0
87192      Branch: cfgperl
87193            ! pod/perlfunc.pod pp.c t/op/pack.t
87194 ____________________________________________________________________________
87195 [  6259] By: jhi                                   on 2000/06/28  16:43:17
87196         Log: perlnewmod was missing from MANIFEST.
87197      Branch: cfgperl
87198            ! MANIFEST
87199 ____________________________________________________________________________
87200 [  6258] By: jhi                                   on 2000/06/28  15:54:30
87201         Log: linenumber tweak
87202      Branch: cfgperl
87203            ! t/pragma/warn/regcomp
87204 ____________________________________________________________________________
87205 [  6257] By: jhi                                   on 2000/06/28  15:50:44
87206         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
87207              From: Doug MacEachern <dougm@covalent.net>
87208              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
87209              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
87210              (one part of the patch had been applied earlier)
87211      Branch: cfgperl
87212            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
87213 ____________________________________________________________________________
87214 [  6256] By: jhi                                   on 2000/06/28  15:40:22
87215         Log: tweaks from Simon Cozens to further fix tr/// under utf8
87216      Branch: cfgperl
87217            ! doop.c
87218 ____________________________________________________________________________
87219 [  6255] By: jhi                                   on 2000/06/28  15:33:45
87220         Log: small thinko tweaks
87221      Branch: cfgperl
87222            ! lib/IPC/Open3.pm t/op/my_stash.t
87223 ____________________________________________________________________________
87224 [  6254] By: jhi                                   on 2000/06/28  15:33:25
87225         Log: Subject: tr///, help wanted.
87226              From: simon@brecon.co.uk (Simon Cozens)
87227              Date: 28 Jun 2000 11:29:04 GMT
87228              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
87229      Branch: cfgperl
87230            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
87231            ! pp_proto.h proto.h t/op/tr.t
87232 ____________________________________________________________________________
87233 [  6253] By: jhi                                   on 2000/06/28  15:09:17
87234         Log: Paranoia tweak on #6249.
87235              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
87236              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
87237              Date: Sun, 25 Jun 2000 23:43:12 -0400
87238              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
87239      Branch: cfgperl
87240            ! lib/IPC/Open3.pm
87241 ____________________________________________________________________________
87242 [  6252] By: jhi                                   on 2000/06/28  15:01:38
87243         Log: Document #6249 and #6251.
87244      Branch: cfgperl
87245            ! lib/Exporter.pm lib/IPC/Open3.pm
87246 ____________________________________________________________________________
87247 [  6251] By: jhi                                   on 2000/06/28  14:50:43
87248         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
87249              From: Doug MacEachern <dougm@covalent.net>
87250              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
87251              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
87252      Branch: cfgperl
87253            ! lib/Exporter.pm
87254 ____________________________________________________________________________
87255 [  6250] By: jhi                                   on 2000/06/28  14:45:23
87256         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
87257              From: Doug MacEachern <dougm@covalent.net>
87258              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
87259              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
87260      Branch: cfgperl
87261            + t/op/my_stash.t
87262            ! MANIFEST embed.pl global.sym proto.h toke.c
87263 ____________________________________________________________________________
87264 [  6249] By: jhi                                   on 2000/06/28  14:36:34
87265         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
87266              From: Frank Tobin <ftobin@uiuc.edu>
87267              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
87268              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
87269      Branch: cfgperl
87270            ! lib/IPC/Open3.pm
87271 ____________________________________________________________________________
87272 [  6248] By: jhi                                   on 2000/06/28  14:11:25
87273         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
87274              From: Mark-Jason Dominus <mjd@plover.com>
87275              Date: Tue, 27 Jun 2000 22:36:42 -0400
87276              Message-ID: <20000628023642.12166.qmail@plover.com>
87277      Branch: cfgperl
87278            ! pod/perlfunc.pod
87279 ____________________________________________________________________________
87280 [  6247] By: jhi                                   on 2000/06/27  12:46:37
87281         Log: Tweak $VERSION, patch from Doug MacEachern.
87282      Branch: cfgperl
87283            ! lib/File/Spec.pm
87284 ____________________________________________________________________________
87285 [  6246] By: jhi                                   on 2000/06/27  03:34:46
87286         Log: Allow for standalone testing.
87287      Branch: cfgperl
87288            ! t/lib/filefunc.t t/lib/filespec.t
87289 ____________________________________________________________________________
87290 [  6245] By: jhi                                   on 2000/06/27  02:50:02
87291         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
87292              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
87293              Date: Sat, 24 Jun 2000 13:06:20 +0100
87294              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
87295      Branch: cfgperl
87296            ! ext/DynaLoader/DynaLoader_pm.PL
87297 ____________________________________________________________________________
87298 [  6244] By: jhi                                   on 2000/06/27  02:46:10
87299         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
87300              From: Doug MacEachern <dougm@covalent.net>
87301              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
87302              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
87303      Branch: cfgperl
87304            ! gv.c sv.c t/lib/peek.t
87305 ____________________________________________________________________________
87306 [  6243] By: jhi                                   on 2000/06/27  02:38:07
87307         Log: Subject: [PATCH] is_utf8_string
87308              From: simon@brecon.co.uk (Simon Cozens)
87309              Date: 26 Jun 2000 02:25:59 GMT
87310              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
87311      Branch: cfgperl
87312            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
87313            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
87314            ! proto.h utf8.c
87315 ____________________________________________________________________________
87316 [  6242] By: jhi                                   on 2000/06/27  02:24:00
87317         Log: Subject: [PATCH] bytes<->utf8 fixes
87318              From: simon@brecon.co.uk (Simon Cozens)
87319              Date: 26 Jun 2000 04:55:45 GMT
87320              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
87321      Branch: cfgperl
87322            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
87323 ____________________________________________________________________________
87324 [  6241] By: jhi                                   on 2000/06/27  02:12:42
87325         Log: Do no -warn on \_, only on \alpha.
87326              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
87327              From: David Dyck <dcd@tc.fluke.com>
87328              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
87329              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
87330      Branch: cfgperl
87331            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
87332 ____________________________________________________________________________
87333 [  6240] By: jhi                                   on 2000/06/27  02:00:01
87334         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
87335              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
87336              Date: Mon, 26 Jun 2000 18:40:14 +0100
87337              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
87338      Branch: cfgperl
87339            ! utils/h2xs.PL
87340 ____________________________________________________________________________
87341 [  6239] By: jhi                                   on 2000/06/27  01:53:40
87342         Log: Configure maintenance.  Sever some dependency cycles,
87343              separate gccversion from the cc unit,
87344              address [ID 20000623.006] Configure script patch for using gcc on AIX
87345              (but solve it a little bit differently),
87346              unduplex some accidentally duplicated units,
87347              suggest using gcc if no cc available
87348              (p5p thread: "Solaris configure: counterproposal", 1999-09)
87349      Branch: cfgperl
87350            ! Configure Todo-5.6 config_h.SH
87351      Branch: metaconfig
87352            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
87353            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
87354      Branch: metaconfig/U/perl
87355            + gccvers.U
87356            ! d_getespwnam.U d_getprpwnam.U i_prot.U
87357 ____________________________________________________________________________
87358 [  6238] By: jhi                                   on 2000/06/25  18:04:56
87359         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
87360              From: Dan Sugalski <dan@sidhe.org>
87361              Date: Fri, 23 Jun 2000 17:00:00 -0400
87362              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
87363      Branch: cfgperl
87364            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
87365 ____________________________________________________________________________
87366 [  6237] By: jhi                                   on 2000/06/25  16:36:45
87367         Log: Tweak embed.pl, regen headers.
87368      Branch: cfgperl
87369            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
87370            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
87371            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
87372            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
87373            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
87374 ____________________________________________________________________________
87375 [  6236] By: jhi                                   on 2000/06/25  15:26:42
87376         Log: Regen headers.
87377      Branch: cfgperl
87378            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
87379            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
87380            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
87381            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
87382            ! regnodes.h warnings.h
87383 ____________________________________________________________________________
87384 [  6235] By: jhi                                   on 2000/06/23  19:39:35
87385         Log: The thread begun by
87386              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
87387              From: Kevin.Ruscoe@ubsw.com
87388              Date: Fri, 16 Jun 2000 16:38:51 +0100
87389              Message-Id: <H000019b03c300d6@MHS>
87390      Branch: cfgperl
87391            ! hints/solaris_2.sh
87392 ____________________________________________________________________________
87393 [  6234] By: jhi                                   on 2000/06/23  19:23:36
87394         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
87395              because when run as services (Win32ese for daemons)
87396              no environment variables are set and tmpdir ends up as /tmp,
87397              which is ambiguous.
87398              
87399              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
87400              From: matt@sergeant.org
87401              Date: 16 Jun 2000 16:30:43 -0000
87402              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
87403      Branch: cfgperl
87404            ! lib/File/Spec/Win32.pm
87405 ____________________________________________________________________________
87406 [  6233] By: jhi                                   on 2000/06/23  19:18:58
87407         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
87408              From: Mark-Jason Dominus <mjd@plover.com>
87409              Date: Fri, 16 Jun 2000 20:53:04 -0400
87410              Message-ID: <20000617005304.8008.qmail@plover.com>
87411      Branch: cfgperl
87412            ! op.h
87413 ____________________________________________________________________________
87414 [  6232] By: jhi                                   on 2000/06/23  16:10:02
87415         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
87416              From: simon@brecon.co.uk (Simon Cozens)
87417              Date: 19 Jun 2000 15:18:27 GMT
87418              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
87419              
87420              plus update pod/Makefile and regenerate perltoc
87421      Branch: cfgperl
87422            + pod/perlutil.pod
87423            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
87424 ____________________________________________________________________________
87425 [  6231] By: jhi                                   on 2000/06/23  15:19:18
87426         Log: Subject: [PATCH 5.6.0] cygwin port
87427              From: "Fifer, Eric" <EFifer@sanwaint.com>
87428              Date: Tue, 20 Jun 2000 14:30:58 +0100
87429              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
87430      Branch: cfgperl
87431            ! README.cygwin lib/File/Find.pm
87432 ____________________________________________________________________________
87433 [  6230] By: jhi                                   on 2000/06/23  14:25:21
87434         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
87435      Branch: cfgperl
87436            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
87437            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
87438            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
87439            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
87440 ____________________________________________________________________________
87441 [  6229] By: jhi                                   on 2000/06/23  14:13:34
87442         Log: Subject: README.hpux version 0.6.1
87443              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
87444              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
87445              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
87446      Branch: cfgperl
87447            ! README.hpux
87448 ____________________________________________________________________________
87449 [  6228] By: jhi                                   on 2000/06/23  14:07:20
87450         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
87451              From: Doug MacEachern <dougm@covalent.net>
87452              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
87453              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
87454      Branch: cfgperl
87455            ! op.c
87456 ____________________________________________________________________________
87457 [  6227] By: jhi                                   on 2000/06/23  14:01:06
87458         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
87459              From: Doug MacEachern <dougm@covalent.net>
87460              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
87461              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
87462      Branch: cfgperl
87463            + lib/lib.pm.PL
87464            - lib/lib.pm
87465            ! MANIFEST Makefile.SH
87466 ____________________________________________________________________________
87467 [  6226] By: jhi                                   on 2000/06/23  13:53:07
87468         Log: Subject: [PATCH] remove forward declarations in Socket.pm
87469              From: Doug MacEachern <dougm@covalent.net>
87470              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
87471              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
87472              
87473              From: Doug MacEachern <dougm@covalent.net>
87474              Subject: Re: [PATCH] remove forward declarations in Socket.pm
87475              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
87476              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
87477      Branch: cfgperl
87478            ! ext/Socket/Socket.pm op.c
87479 ____________________________________________________________________________
87480 [  6225] By: jhi                                   on 2000/06/23  13:41:52
87481         Log: Add source code filenames to apidoc.
87482              From: simon@brecon.co.uk (Simon Cozens)
87483              Subject: [PATCH embed.pl] Source X-ref
87484              Date: 22 Jun 2000 02:18:49 GMT
87485              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
87486      Branch: cfgperl
87487            ! embed.pl
87488 ____________________________________________________________________________
87489 [  6224] By: jhi                                   on 2000/06/23  13:32:33
87490         Log: A way to avoid English.pm performance hit.
87491              From: root <root@jester.slaysys.com>
87492              Subject: [YAPATCH English.pm] My turn to putt again
87493              Date: Thu, 22 Jun 2000 20:33:58 -0400
87494              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
87495      Branch: cfgperl
87496            ! lib/English.pm t/lib/english.t
87497 ____________________________________________________________________________
87498 [  6223] By: jhi                                   on 2000/06/23  13:27:06
87499         Log: Avoid double close().
87500              Subject: [PATCH] avoid double close()
87501              From: Doug MacEachern <dougm@covalent.net>
87502              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
87503              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
87504      Branch: cfgperl
87505            ! doio.c
87506 ____________________________________________________________________________
87507 [  6222] By: jhi                                   on 2000/06/23  13:25:54
87508         Log: doc typo fix
87509              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
87510              From: Ian Phillipps <Ian.Phillipps@iname.com>
87511              Date: Fri, 23 Jun 2000 10:40:58 +0100
87512              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
87513      Branch: cfgperl
87514            ! lib/Pod/Usage.pm
87515 ____________________________________________________________________________
87516 [  6221] By: jhi                                   on 2000/06/23  13:24:15
87517         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
87518              From: simon@brecon.co.uk (Simon Cozens)
87519              Subject: [PATCH] Eliminate tr///[CU][CU]
87520              Date: 23 Jun 2000 11:05:40 GMT
87521              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
87522      Branch: cfgperl
87523            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
87524 ____________________________________________________________________________
87525 [  6220] By: jhi                                   on 2000/06/22  16:07:51
87526         Log: Win32 patches from Benjamin Stuhl.
87527      Branch: cfgperl
87528            ! makedef.pl win32/win32.h
87529 ____________________________________________________________________________
87530 [  6219] By: jhi                                   on 2000/06/22  16:06:34
87531         Log: Bytecode patches from Benjamin Stuhl.
87532      Branch: cfgperl
87533            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
87534            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
87535            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
87536 ____________________________________________________________________________
87537 [  6218] By: jhi                                   on 2000/06/15  23:54:16
87538         Log: Bytecode patches from Benjamin Stuhl.
87539      Branch: cfgperl
87540            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
87541 ____________________________________________________________________________
87542 [  6217] By: jhi                                   on 2000/06/09  13:38:29
87543         Log: Rename the fdpid locking and integrate with Sarathy.
87544      Branch: cfgperl
87545            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
87546            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
87547            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
87548            ! win32/win32.c
87549           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
87550 ____________________________________________________________________________
87551 [  6216] By: gsar                                  on 2000/06/08  14:54:21
87552         Log: be more optimal about clearing @_
87553      Branch: perl
87554            ! cop.h
87555 ____________________________________________________________________________
87556 [  6215] By: gsar                                  on 2000/06/08  14:33:04
87557         Log: tweak comment about @DB::args
87558      Branch: perl
87559            ! av.h pp_ctl.c
87560 ____________________________________________________________________________
87561 [  6214] By: gsar                                  on 2000/06/08  13:57:54
87562         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
87563              caller() wants to populate @DB::args with it (causes a coredump
87564              in Carp::confess())
87565      Branch: perl
87566            ! cop.h t/op/runlevel.t
87567 ____________________________________________________________________________
87568 [  6213] By: gsar                                  on 2000/06/08  07:06:35
87569         Log: back out change#6106 (seems problematic)
87570      Branch: perl
87571            ! hints/solaris_2.sh
87572 ____________________________________________________________________________
87573 [  6212] By: jhi                                   on 2000/06/07  03:10:36
87574         Log: Continuing mopup for #6204.
87575      Branch: cfgperl
87576            ! ext/B/defsubs_h.PL
87577 ____________________________________________________________________________
87578 [  6211] By: jhi                                   on 2000/06/07  02:41:50
87579         Log: Mopup for #6204.
87580              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
87581              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
87582              This is comes from const() where POK isn't on when expected.
87583      Branch: cfgperl
87584            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
87585            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
87586            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
87587            ! perlapi.h pod/perlapi.pod
87588 ____________________________________________________________________________
87589 [  6210] By: jhi                                   on 2000/06/07  01:56:29
87590         Log: Mopup for #6207 and #6209.
87591      Branch: cfgperl
87592            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
87593 ____________________________________________________________________________
87594 [  6209] By: jhi                                   on 2000/06/07  01:33:12
87595         Log: Lock PL_fdpid against race conditions, based on:
87596              Subject: [PATCH 5.6.0]subprocess fixup for threads
87597              From: Dan Sugalski <dan@sidhe.org>
87598              To: perl5-porters@perl.org
87599              Date: Tue, 11 Apr 2000 17:02:32 -0400
87600              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
87601      Branch: cfgperl
87602            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
87603            ! win32/win32.c
87604 ____________________________________________________________________________
87605 [  6208] By: jhi                                   on 2000/06/07  01:05:23
87606         Log: Regen headers for #6207.
87607      Branch: cfgperl
87608            ! embed.h global.sym objXSUB.h proto.h
87609 ____________________________________________________________________________
87610 [  6207] By: jhi                                   on 2000/06/06  23:43:13
87611         Log: Subject: [PATCH 5.6.0] Threadsafe patches
87612              From: Dan Sugalski <dan@sidhe.org>
87613              To: perl5-porters@perl.org
87614              Date: Mon, 08 May 2000 18:08:13 -0400
87615              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
87616      Branch: cfgperl
87617            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
87618            ! proto.h sv.h util.c
87619 ____________________________________________________________________________
87620 [  6206] By: jhi                                   on 2000/06/06  23:21:23
87621         Log: Subject: [PATCH] Eliminate $a/$b in pod
87622              From: David Glasser <me@davidglasser.net>
87623              To: perl5-porters@perl.org
87624              Date: Mon, 29 May 2000 21:15:59 -0400
87625              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
87626      Branch: cfgperl
87627            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
87628            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
87629            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
87630            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
87631            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
87632            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
87633            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
87634            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
87635            ! pod/perlvar.pod pod/perlxs.pod
87636 ____________________________________________________________________________
87637 [  6205] By: jhi                                   on 2000/06/06  23:12:14
87638         Log: Subject: [PATCH] Win32 improvements
87639              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
87640              To: gsar@activestate.com, perl5-porters@perl.org
87641              Date: Mon, 29 May 2000 17:22:24 PDT
87642              Message-ID: <20000530002224.91142.qmail@hotmail.com>
87643              (MUA had mangled many lines by wordwrapping)
87644      Branch: cfgperl
87645            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
87646 ____________________________________________________________________________
87647 [  6204] By: jhi                                   on 2000/06/06  23:01:50
87648         Log: Subject: [PATCH] B::Bytecode patches
87649              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
87650              To: gsar@activestate.com, jhi@iki.fi
87651              Cc: perl5-porters@perl.org
87652              Message-ID: <20000602202526.48694.qmail@hotmail.com>
87653              (MUA had mangled many lines by wordwrapping)
87654      Branch: cfgperl
87655            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
87656            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
87657            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
87658            ! intrpvar.h perl.c
87659 ____________________________________________________________________________
87660 [  6203] By: jhi                                   on 2000/06/06  22:32:43
87661         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
87662              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87663              Date: Tue, 06 Jun 2000 13:07:45 -0700
87664              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
87665      Branch: cfgperl
87666            ! pod/perldiag.pod
87667 ____________________________________________________________________________
87668 [  6202] By: jhi                                   on 2000/06/06  19:38:35
87669         Log: Integrate with Sarathy.
87670      Branch: cfgperl
87671           !> perl.c
87672 ____________________________________________________________________________
87673 [  6201] By: gsar                                  on 2000/06/06  00:42:59
87674         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
87675              does a PUSHMARK that's never ever POPMARKed; in general, only
87676              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
87677              Perl_eval_[sp]v() don't because they don't take any incoming
87678              arguments (this leak has been around since the original version
87679              of perl_eval_pv() in 5.003_97e)
87680      Branch: perl
87681            ! perl.c
87682 ____________________________________________________________________________
87683 [  6200] By: jhi                                   on 2000/06/04  03:44:52
87684         Log: Update to cperl-mode.el 4.31 from
87685              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
87686              Subject: A couple of notes
87687              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
87688              To: Mailing list Perl5 <perl5-porters@perl.org>
87689              Date: Sat, 3 Jun 2000 23:33:32 -0400
87690              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
87691      Branch: cfgperl
87692            ! emacs/cperl-mode.el
87693 ____________________________________________________________________________
87694 [  6199] By: jhi                                   on 2000/06/03  15:11:05
87695         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
87696              From: Dan Sugalski <dan@sidhe.org>
87697              To: perl5-porters@perl.org, vmsperl@perl.org
87698              Date: Fri, 02 Jun 2000 17:30:51 -0400
87699              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
87700      Branch: cfgperl
87701            ! vms/descrip_mms.template vms/gen_shrfls.pl
87702 ____________________________________________________________________________
87703 [  6198] By: jhi                                   on 2000/06/03  14:59:15
87704         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
87705              From: Dan Sugalski <dan@sidhe.org>
87706              To: vmsperl@perl.org, perl5-porters@perl.org
87707              Date: Fri, 02 Jun 2000 16:00:41 -0400
87708              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
87709              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
87710      Branch: cfgperl
87711            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
87712            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
87713            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
87714 ____________________________________________________________________________
87715 [  6197] By: jhi                                   on 2000/06/03  14:41:30
87716         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
87717              From: John Borwick <jhborwic@unity.ncsu.edu>
87718              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
87719              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
87720      Branch: cfgperl
87721            ! pod/perlsyn.pod
87722 ____________________________________________________________________________
87723 [  6196] By: jhi                                   on 2000/06/03  14:38:09
87724         Log: Integrate with Sarathy.
87725      Branch: cfgperl
87726           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
87727           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
87728           !> vms/perly_c.vms
87729 ____________________________________________________________________________
87730 [  6195] By: gsar                                  on 2000/06/02  22:43:13
87731         Log: fix yet another eval"" leak under USE_ITHREADS
87732      Branch: perl
87733            ! op.c
87734 ____________________________________________________________________________
87735 [  6194] By: gsar                                  on 2000/06/02  18:22:06
87736         Log: fix small eval"" memory leaks under USE_ITHREADS
87737      Branch: perl
87738            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
87739            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
87740            ! vms/perly_c.vms
87741 ____________________________________________________________________________
87742 [  6193] By: jhi                                   on 2000/06/01  13:03:56
87743         Log: Signals-be-gone for microperl.
87744      Branch: cfgperl
87745            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
87746 ____________________________________________________________________________
87747 [  6192] By: jhi                                   on 2000/06/01  12:52:02
87748         Log: Integrate with Sarathy.
87749      Branch: cfgperl
87750           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
87751           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
87752           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
87753           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
87754           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
87755           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
87756           !> t/op/vec.t utils/h2xs.PL
87757 ____________________________________________________________________________
87758 [  6191] By: gsar                                  on 2000/06/01  09:38:21
87759         Log: vec() loses numericalness (modified version of patch suggested
87760              by Robin Barker)
87761      Branch: perl
87762            ! doop.c t/op/vec.t
87763 ____________________________________________________________________________
87764 [  6190] By: gsar                                  on 2000/06/01  09:26:15
87765         Log: submit missing embed.pl change
87766      Branch: perl
87767            ! embed.pl
87768 ____________________________________________________________________________
87769 [  6189] By: gsar                                  on 2000/06/01  09:05:34
87770         Log: counting tr/// corrupts later operation (from M.J.T Guy)
87771      Branch: perl
87772            ! doop.c t/op/tr.t
87773 ____________________________________________________________________________
87774 [  6188] By: gsar                                  on 2000/06/01  08:58:39
87775         Log: h2xs tweaks
87776      Branch: perl
87777            ! utils/h2xs.PL
87778 ____________________________________________________________________________
87779 [  6187] By: gsar                                  on 2000/06/01  08:50:07
87780         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
87781              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
87782      Branch: perl
87783            + lib/Pod/LaTeX.pm
87784            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
87785            ! pod/pod2latex.PL
87786 ____________________________________________________________________________
87787 [  6186] By: gsar                                  on 2000/06/01  08:24:40
87788         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
87789              <wolfgang.laun@alcatel.at>)
87790      Branch: perl
87791            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
87792            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
87793 ____________________________________________________________________________
87794 [  6185] By: gsar                                  on 2000/06/01  08:12:00
87795         Log: remove incorrect documentation about implicit split to @_ in
87796              list context, which never really worked in perl 5 (from
87797              M.J.T. Guy)
87798      Branch: perl
87799            ! pod/perlfunc.pod pod/perltrap.pod
87800 ____________________________________________________________________________
87801 [  6184] By: gsar                                  on 2000/06/01  07:52:27
87802         Log: tweak for change#6127
87803      Branch: perl
87804            ! perl.c
87805 ____________________________________________________________________________
87806 [  6183] By: gsar                                  on 2000/06/01  07:41:02
87807         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
87808              <nick@ccl4.org>)
87809      Branch: perl
87810            + t/lib/selfloader.t
87811            ! MANIFEST lib/SelfLoader.pm
87812 ____________________________________________________________________________
87813 [  6182] By: jhi                                   on 2000/06/01  00:34:42
87814         Log: Be Cleaner Part Deux.
87815      Branch: cfgperl
87816            ! Makefile.SH
87817 ____________________________________________________________________________
87818 [  6181] By: jhi                                   on 2000/06/01  00:32:09
87819         Log: Integrate with Sarathy.
87820      Branch: cfgperl
87821           !> pp.c t/op/arith.t
87822 ____________________________________________________________________________
87823 [  6180] By: jhi                                   on 2000/06/01  00:31:13
87824         Log: microperl nits from Simon Cozens.
87825      Branch: cfgperl
87826            + uconfig.h
87827            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
87828            ! unixish.h
87829 ____________________________________________________________________________
87830 [  6179] By: gsar                                  on 2000/05/31  22:37:51
87831         Log: buggy modulus on UVs introduced by change#3378 (resulted in
87832              4063328477 % 65535 amounting to 27406, instead of 27407)
87833      Branch: perl
87834            ! pp.c t/op/arith.t
87835 ____________________________________________________________________________
87836 [  6178] By: jhi                                   on 2000/05/31  21:52:41
87837         Log: Be cleaner.
87838      Branch: cfgperl
87839            ! Makefile.SH
87840 ____________________________________________________________________________
87841 [  6177] By: jhi                                   on 2000/05/31  21:47:33
87842         Log: Substitution utf8 patch from Simon Cozens.
87843      Branch: cfgperl
87844            ! pp_hot.c
87845 ____________________________________________________________________________
87846 [  6176] By: jhi                                   on 2000/05/31  21:45:34
87847         Log: Single-quoted utf8 patch from Simon Cozens.
87848      Branch: cfgperl
87849            ! toke.c
87850 ____________________________________________________________________________
87851 [  6175] By: jhi                                   on 2000/05/31  21:40:18
87852         Log: Integrate with Sarathy.
87853      Branch: cfgperl
87854           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
87855 ____________________________________________________________________________
87856 [  6174] By: jhi                                   on 2000/05/31  21:37:31
87857         Log: microperl changes from Simon Cozens; Makefile for microperl
87858              written from scratch; few casts added as microperl compilation
87859              doesn't have all prototypes available.
87860      Branch: cfgperl
87861            + Makefile.micro README.micro Todo.micro uconfig.sh
87862            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
87863            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
87864      Branch: metaconfig
87865            + U/modified/Config_h.U
87866 ____________________________________________________________________________
87867 [  6173] By: jhi                                   on 2000/05/31  20:00:24
87868         Log: metaconfig maintenance.
87869      Branch: metaconfig
87870            + U/modified/Inhdr.U U/typedefs/inotype.U
87871      Branch: metaconfig/U/perl
87872            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
87873            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
87874 ____________________________________________________________________________
87875 [  6172] By: gsar                                  on 2000/05/31  05:05:42
87876         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
87877              (from Ilya Zakharevich)
87878      Branch: perl
87879            ! regexec.c t/op/re_tests
87880 ____________________________________________________________________________
87881 [  6171] By: gsar                                  on 2000/05/31  05:01:47
87882         Log: scalar() doesn't force scalar context when used in void context
87883              (from Simon Cozens)
87884      Branch: perl
87885            ! op.c t/op/wantarray.t
87886 ____________________________________________________________________________
87887 [  6170] By: gsar                                  on 2000/05/31  04:41:33
87888         Log: change#6142 needs tweaks to tests to work where there's no symlink()
87889              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
87890      Branch: perl
87891            ! t/lib/filefind.t
87892 ____________________________________________________________________________
87893 [  6169] By: gsar                                  on 2000/05/31  04:29:49
87894         Log: integrate cfgperl contents into mainline
87895      Branch: perl
87896           +> pod/perlmodlib.PL pod/perlnewmod.pod
87897           !> (integrate 42 files)
87898 ____________________________________________________________________________
87899 [  6168] By: jhi                                   on 2000/05/30  22:53:37
87900         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
87901      Branch: cfgperl
87902            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
87903            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
87904            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
87905            ! win32/config.bc win32/config.gc win32/config.vc
87906            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
87907            ! win32/config_h.PL win32/config_sh.PL
87908      Branch: metaconfig/U/perl
87909            ! perlxv.U
87910 ____________________________________________________________________________
87911 [  6167] By: jhi                                   on 2000/05/30  22:20:21
87912         Log: tweak todo 
87913      Branch: cfgperl
87914            ! Todo-5.6
87915 ____________________________________________________________________________
87916 [  6166] By: jhi                                   on 2000/05/30  22:11:51
87917         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
87918              in case somebody wants to write an extension for more
87919              shadow database interfaces.
87920      Branch: cfgperl
87921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
87922            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
87923            ! vos/config.def vos/config.h vos/config_h.SH_orig
87924            ! win32/config.bc win32/config.gc win32/config.vc
87925            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
87926      Branch: metaconfig
87927            ! U/modified/Myinit.U
87928      Branch: metaconfig/U/perl
87929            + d_getespwnam.U d_getprpwnam.U i_prot.U
87930 ____________________________________________________________________________
87931 [  6165] By: jhi                                   on 2000/05/30  18:35:34
87932         Log: Integrate with Sarathy.
87933      Branch: cfgperl
87934           !> op.c
87935 ____________________________________________________________________________
87936 [  6164] By: jhi                                   on 2000/05/30  18:30:16
87937         Log: detypo
87938      Branch: cfgperl
87939            ! Configure config_h.SH
87940      Branch: metaconfig/U/perl
87941            ! perlxv.U
87942 ____________________________________________________________________________
87943 [  6163] By: gsar                                  on 2000/05/30  03:24:03
87944         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
87945      Branch: perl
87946            ! op.c
87947 ____________________________________________________________________________
87948 [  6162] By: gsar                                  on 2000/05/30  03:09:38
87949         Log: fix memory leak in method call optimization (change#3768);
87950              made C<eval "$x->foo()"> leak
87951      Branch: perl
87952            ! op.c
87953 ____________________________________________________________________________
87954 [  6161] By: jhi                                   on 2000/05/29  17:56:26
87955         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
87956              both from Simon Cozens.
87957      Branch: cfgperl
87958            + pod/perlmodlib.PL pod/perlnewmod.pod
87959            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
87960            ! pod/perlmodlib.pod pod/perltoc.pod
87961 ____________________________________________________________________________
87962 [  6160] By: jhi                                   on 2000/05/29  17:23:55
87963         Log: Changes for the File::Temp 0.08 (change #6159) test suite
87964              to fit better into the Perl distribution test framework.
87965      Branch: cfgperl
87966            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
87967            ! t/lib/ftmp-tempfile.t
87968 ____________________________________________________________________________
87969 [  6159] By: jhi                                   on 2000/05/29  16:55:36
87970         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
87971      Branch: cfgperl
87972            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
87973            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
87974 ____________________________________________________________________________
87975 [  6158] By: bailey                                on 2000/05/29  16:22:08
87976         Log: Add fallback to tmpfile for use in cases where user's relying on
87977              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
87978              Lane's patch)
87979      Branch: vmsperl
87980            ! vms/vms.c vms/vmsish.h
87981 ____________________________________________________________________________
87982 [  6157] By: jhi                                   on 2000/05/29  03:10:36
87983         Log: Regen Configure to jive with #6149.
87984      Branch: cfgperl
87985            ! Configure
87986      Branch: metaconfig
87987            ! U/modified/Getfile.U
87988 ____________________________________________________________________________
87989 [  6156] By: jhi                                   on 2000/05/29  03:01:38
87990         Log: Integrate with Sarathy.
87991      Branch: cfgperl
87992           +> ext/DynaLoader/dl_mac.xs
87993           !> (integrate 38 files)
87994 ____________________________________________________________________________
87995 [  6155] By: gsar                                  on 2000/05/28  21:15:58
87996         Log: small bug in change#6144; remove random \xA0 character that snuck
87997              in via change#6145
87998      Branch: perl
87999            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
88000 ____________________________________________________________________________
88001 [  6154] By: gsar                                  on 2000/05/28  21:04:19
88002         Log: avoid type mismatch warning
88003      Branch: perl
88004            ! perl.c
88005 ____________________________________________________________________________
88006 [  6153] By: gsar                                  on 2000/05/28  20:58:31
88007         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
88008              <nick@Bagpuss.uk.boo.com>)
88009      Branch: perl
88010            ! lib/Test/Harness.pm
88011 ____________________________________________________________________________
88012 [  6152] By: gsar                                  on 2000/05/28  20:53:42
88013         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
88014      Branch: perl
88015            ! regexec.c
88016 ____________________________________________________________________________
88017 [  6151] By: gsar                                  on 2000/05/28  20:50:28
88018         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
88019      Branch: perl
88020            ! regexec.c
88021 ____________________________________________________________________________
88022 [  6150] By: gsar                                  on 2000/05/28  20:39:58
88023         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
88024      Branch: perl
88025            ! pod/perlrequick.pod
88026 ____________________________________________________________________________
88027 [  6149] By: gsar                                  on 2000/05/28  20:35:16
88028         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
88029              <troc@netrus.net>)
88030      Branch: perl
88031            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
88032            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
88033            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
88034            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
88035 ____________________________________________________________________________
88036 [  6148] By: gsar                                  on 2000/05/28  20:21:07
88037         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
88038      Branch: perl
88039            ! lib/ExtUtils/MM_Unix.pm
88040 ____________________________________________________________________________
88041 [  6147] By: gsar                                  on 2000/05/28  20:12:41
88042         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
88043              (from Peter Prymmer)
88044      Branch: perl
88045            ! vms/subconfigure.com
88046 ____________________________________________________________________________
88047 [  6146] By: gsar                                  on 2000/05/28  20:06:15
88048         Log: doc typo
88049      Branch: perl
88050            ! lib/warnings.pm warnings.h warnings.pl
88051 ____________________________________________________________________________
88052 [  6145] By: gsar                                  on 2000/05/28  18:44:33
88053         Log: make xsubpp skip embedded pod (from Matthias Neeracher
88054              <neeri@iis.ee.ethz.ch>)
88055      Branch: perl
88056            ! lib/ExtUtils/xsubpp
88057 ____________________________________________________________________________
88058 [  6144] By: gsar                                  on 2000/05/28  18:42:49
88059         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
88060              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
88061              <neeri@iis.ee.ethz.ch>)
88062      Branch: perl
88063            ! lib/AutoSplit.pm
88064 ____________________________________________________________________________
88065 [  6143] By: gsar                                  on 2000/05/28  18:41:12
88066         Log: MacOS support, part 1 (from Matthias Neeracher
88067              <neeri@iis.ee.ethz.ch>)
88068      Branch: perl
88069            + ext/DynaLoader/dl_mac.xs
88070            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
88071            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
88072            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
88073            ! util.h
88074 ____________________________________________________________________________
88075 [  6142] By: gsar                                  on 2000/05/28  18:21:51
88076         Log: File::Find fails to chdir when chasing symlinks (from
88077              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
88078      Branch: perl
88079            ! lib/File/Find.pm t/lib/filefind.t
88080 ____________________________________________________________________________
88081 [  6141] By: jhi                                   on 2000/05/28  14:25:15
88082         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
88083              forwarded by Peter Seebach from the bsdi-users mailing list.
88084              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
88085      Branch: perl
88086            ! hints/bsdos.sh
88087 ____________________________________________________________________________
88088 [  6140] By: jhi                                   on 2000/05/28  14:11:57
88089         Log: Integrate with Sarathy.
88090      Branch: cfgperl
88091           +> (branch 30 files)
88092           !> (integrate 93 files)
88093 ____________________________________________________________________________
88094 [  6139] By: gsar                                  on 2000/05/28  10:01:48
88095         Log: revise mktables.PL for bugs and newness in Unicode 3.0
88096              (from James Bence <jbence@amgen.com>)
88097      Branch: perl
88098            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
88099            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
88100            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
88101            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
88102            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
88103            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
88104            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
88105            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
88106            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
88107            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
88108            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
88109            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
88110            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
88111            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
88112            + lib/unicode/Is/SylWU.pl
88113            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
88114            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
88115            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
88116            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
88117            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
88118            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
88119            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
88120            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
88121            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
88122            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
88123            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
88124            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
88125            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
88126            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
88127            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
88128            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
88129            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
88130            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
88131            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
88132            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
88133            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
88134            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
88135            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
88136            ! lib/unicode/Makefile lib/unicode/mktables.PL
88137 ____________________________________________________________________________
88138 [  6138] By: gsar                                  on 2000/05/28  08:50:32
88139         Log: add note about the handling of negative indices to tied arrays
88140              (from Michael G Schwern <schwern@pobox.com>)
88141      Branch: perl
88142            ! pod/perltie.pod
88143 ____________________________________________________________________________
88144 [  6137] By: gsar                                  on 2000/05/28  08:46:10
88145         Log: fix bogus redeclaration warning for "our" variables in different
88146              scopes
88147      Branch: perl
88148            ! op.c t/pragma/strict-vars
88149 ____________________________________________________________________________
88150 [  6136] By: gsar                                  on 2000/05/28  08:31:20
88151         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
88152      Branch: perl
88153            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
88154 ____________________________________________________________________________
88155 [  6135] By: gsar                                  on 2000/05/28  08:17:50
88156         Log: enable Test::Harness to dynamically determine column width etc.
88157              (from Rob Napier <rnapier@employees.org>)
88158      Branch: perl
88159            ! lib/Test/Harness.pm
88160 ____________________________________________________________________________
88161 [  6134] By: gsar                                  on 2000/05/28  08:13:39
88162         Log: make Test::Harness use wait.h/WCOREDUMP if available
88163              (from Ben Tilly <ben_tilly@hotmail.com>)
88164      Branch: perl
88165            ! lib/Test/Harness.pm
88166 ____________________________________________________________________________
88167 [  6133] By: gsar                                  on 2000/05/28  08:08:05
88168         Log: elide bogus test in change#6132
88169      Branch: perl
88170            ! t/pragma/warn/9enabled
88171 ____________________________________________________________________________
88172 [  6132] By: gsar                                  on 2000/05/28  08:03:14
88173         Log: warnings::enabled() doesn't fall back to looking at $^W if
88174              caller isn't using lexical warnings (from Paul Marquess)
88175      Branch: perl
88176            ! pp_ctl.c t/pragma/warn/9enabled
88177 ____________________________________________________________________________
88178 [  6131] By: gsar                                  on 2000/05/28  07:57:47
88179         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
88180      Branch: perl
88181            ! ext/POSIX/POSIX.pm
88182 ____________________________________________________________________________
88183 [  6130] By: gsar                                  on 2000/05/28  07:29:12
88184         Log: fix places that mean C<"word" character> but say C<alphanumeric
88185              character>
88186      Branch: perl
88187            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
88188 ____________________________________________________________________________
88189 [  6129] By: gsar                                  on 2000/05/28  07:18:41
88190         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
88191      Branch: perl
88192            ! vms/test.com
88193 ____________________________________________________________________________
88194 [  6128] By: gsar                                  on 2000/05/28  07:12:55
88195         Log: new perlxstut example for passing/returning refs to arrays
88196              (from David Lowe <dlowe@pootpoot.com>)
88197      Branch: perl
88198            ! pod/perlxstut.pod
88199 ____________________________________________________________________________
88200 [  6127] By: gsar                                  on 2000/05/28  07:02:50
88201         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
88202              failed (from Gisle Aas)
88203      Branch: perl
88204            ! cop.h perl.c
88205 ____________________________________________________________________________
88206 [  6126] By: gsar                                  on 2000/05/28  06:39:53
88207         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
88208              (reworked variant of patch suggested by Simon Cozens)
88209      Branch: perl
88210            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
88211            ! pp_hot.c proto.h t/op/gv.t
88212 ____________________________________________________________________________
88213 [  6125] By: gsar                                  on 2000/05/28  05:14:55
88214         Log: enable propagating exception objects via Perl_croak() in XS code
88215              (from Gisle Aas)
88216      Branch: perl
88217            ! util.c
88218 ____________________________________________________________________________
88219 [  6124] By: gsar                                  on 2000/05/28  05:07:28
88220         Log: integrate vmsperl contents into mainline
88221      Branch: perl
88222           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
88223           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
88224           !> vms/vmsish.h
88225 ____________________________________________________________________________
88226 [  6123] By: gsar                                  on 2000/05/28  05:03:53
88227         Log: clarify gotcha with #line directives (from Rocco Caputo
88228              <troc@netrus.net>)
88229      Branch: perl
88230            ! pod/perldebug.pod pod/perlsyn.pod
88231 ____________________________________________________________________________
88232 [  6122] By: gsar                                  on 2000/05/28  04:58:29
88233         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
88234              (from Mark-Jason Dominus)
88235      Branch: perl
88236            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
88237            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
88238            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
88239            ! toke.c
88240 ____________________________________________________________________________
88241 [  6121] By: bailey                                on 2000/05/25  04:46:54
88242         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
88243              lists (based on fixes by Craig Berry)
88244      Branch: vmsperl
88245            ! lib/File/Spec/VMS.pm
88246 ____________________________________________________________________________
88247 [  6120] By: bailey                                on 2000/05/25  04:25:38
88248         Log: Add missing escape (Charles Lane)
88249      Branch: vmsperl
88250            ! t/op/lex_assign.t
88251 ____________________________________________________________________________
88252 [  6119] By: bailey                                on 2000/05/25  04:21:25
88253         Log: Quiet error messages in vmsish.t (Charles Lane)
88254      Branch: vmsperl
88255            ! vms/ext/vmsish.t
88256 ____________________________________________________________________________
88257 [  6118] By: bailey                                on 2000/05/25  04:17:57
88258         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
88259              Flatten case labels in switch statements uniformly (Charles Bailey)
88260      Branch: vmsperl
88261            ! vms/vms.c
88262 ____________________________________________________________________________
88263 [  6117] By: bailey                                on 2000/05/25  03:58:09
88264         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
88265      Branch: vmsperl
88266            ! vms/vmsish.h
88267 ____________________________________________________________________________
88268 [  6116] By: bailey                                on 2000/05/25  03:11:15
88269         Log: Miscellaneous cosmetic fixes (Charles Lane)
88270      Branch: vmsperl
88271            ! lib/ExtUtils/MM_VMS.pm
88272 ____________________________________________________________________________
88273 [  6115] By: bailey                                on 2000/05/25  03:10:36
88274         Log: Add bounds checking for several strings (Charles Lane)
88275      Branch: vmsperl
88276            ! vms/vms.c
88277 ____________________________________________________________________________
88278 [  6114] By: bailey                                on 2000/05/25  02:25:34
88279         Log: Urk -- undo previous removal of vmsish 'exit' change
88280      Branch: vmsperl
88281            ! vms/ext/vmsish.pm vms/vmsish.h
88282 ____________________________________________________________________________
88283 [  6113] By: bailey                                on 2000/05/24  02:24:40
88284         Log: Ugly workaround for version-specific RTL error
88285      Branch: vmsperl
88286            ! vms/vms.c
88287 ____________________________________________________________________________
88288 [  6112] By: bailey                                on 2000/05/24  02:19:55
88289         Log: Check for existence of file before trying to delete
88290      Branch: vmsperl
88291            ! vms/test.com
88292 ____________________________________________________________________________
88293 [  6111] By: bailey                                on 2000/05/23  23:35:13
88294         Log: Resync with mainline prior to post-5.6.0 updates
88295      Branch: vmsperl
88296           +> (branch 49 files)
88297            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
88298            ! vms/ext/vmsish.pm
88299           !> (integrate 334 files)
88300 ____________________________________________________________________________
88301 [  6110] By: jhi                                   on 2000/05/23  19:28:32
88302         Log: todo tweak
88303      Branch: cfgperl
88304            ! Todo-5.6
88305 ____________________________________________________________________________
88306 [  6109] By: jhi                                   on 2000/05/18  17:38:54
88307         Log: Integrate with Sarathy.
88308      Branch: cfgperl
88309           !> mg.c perl.h win32/perlhost.h
88310 ____________________________________________________________________________
88311 [  6108] By: gsar                                  on 2000/05/17  02:24:56
88312         Log: reenable fake signal handling on Windows, bugs and all
88313      Branch: perl
88314            ! mg.c perl.h win32/perlhost.h
88315 ____________________________________________________________________________
88316 [  6107] By: jhi                                   on 2000/05/15  18:01:41
88317         Log: Tweak the todo list.
88318      Branch: cfgperl
88319            ! Todo-5.6
88320 ____________________________________________________________________________
88321 [  6106] By: jhi                                   on 2000/05/15  13:41:48
88322         Log: The (Configure) script refuses to go on, after asking for
88323              'You may also choose to try maximal 64-bitness....'.
88324              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
88325              -- Patrick Zima
88326              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
88327      Branch: cfgperl
88328            ! hints/solaris_2.sh
88329 ____________________________________________________________________________
88330 [  6105] By: jhi                                   on 2000/05/11  14:37:43
88331         Log: Integrate with Sarathy.
88332      Branch: cfgperl
88333           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
88334           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
88335 ____________________________________________________________________________
88336 [  6104] By: gsar                                  on 2000/05/11  03:39:07
88337         Log: PL_sys_intern was being initialized too late on windows
88338      Branch: perl
88339            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
88340            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
88341 ____________________________________________________________________________
88342 [  6103] By: jhi                                   on 2000/05/09  19:42:20
88343         Log: Test tweaking for Unicos continues.
88344      Branch: cfgperl
88345            ! t/op/64bitint.t
88346 ____________________________________________________________________________
88347 [  6102] By: jhi                                   on 2000/05/09  16:47:27
88348         Log: The test suite tweak in #6101 wasn't quite right.
88349      Branch: cfgperl
88350            ! t/lib/complex.t
88351 ____________________________________________________________________________
88352 [  6101] By: jhi                                   on 2000/05/09  15:35:34
88353         Log: Hints and test tweaks for Unicos.
88354      Branch: cfgperl
88355            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
88356 ____________________________________________________________________________
88357 [  6100] By: jhi                                   on 2000/05/08  21:15:06
88358         Log: More compilation tweakery from Allen Smith.
88359      Branch: cfgperl
88360            ! hints/irix_6.sh
88361 ____________________________________________________________________________
88362 [  6099] By: jhi                                   on 2000/05/08  19:21:18
88363         Log: Tweaks for the cc bugs from Allen Smith.
88364      Branch: cfgperl
88365            ! hints/irix_6.sh
88366 ____________________________________________________________________________
88367 [  6098] By: jhi                                   on 2000/05/08  19:13:37
88368         Log: Add a note about other, yet unsupported, shadow password APIs.
88369      Branch: cfgperl
88370            ! pp_sys.c
88371 ____________________________________________________________________________
88372 [  6097] By: jhi                                   on 2000/05/08  18:46:34
88373         Log: Add a note about possible compilation problems from Allen Smith.
88374      Branch: cfgperl
88375            ! hints/irix_6.sh
88376 ____________________________________________________________________________
88377 [  6096] By: jhi                                   on 2000/05/08  17:33:10
88378         Log: Integrate with Sarathy.
88379      Branch: cfgperl
88380           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
88381           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
88382 ____________________________________________________________________________
88383 [  6095] By: jhi                                   on 2000/05/08  16:21:33
88384         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
88385              might be useful in future.
88386      Branch: cfgperl
88387            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
88388            ! config_h.SH
88389      Branch: metaconfig
88390            ! U/installdirs/inc_version_list.U
88391      Branch: metaconfig/U/perl
88392            ! perlxv.U
88393 ____________________________________________________________________________
88394 [  6094] By: gsar                                  on 2000/05/08  14:22:22
88395         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
88396      Branch: perl
88397            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
88398            ! hints/cygwin.sh pp_sys.c
88399 ____________________________________________________________________________
88400 [  6093] By: gsar                                  on 2000/05/08  12:52:28
88401         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
88402              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
88403      Branch: perl
88404            ! pp_sys.c sv.c win32/perlhost.h
88405 ____________________________________________________________________________
88406 [  6092] By: jhi                                   on 2000/05/07  22:40:34
88407         Log: Regen perltoc with the fixed buildtoc.
88408      Branch: cfgperl
88409            ! pod/perltoc.pod
88410 ____________________________________________________________________________
88411 [  6091] By: jhi                                   on 2000/05/07  22:24:16
88412         Log: Integrate with Sarathy.
88413      Branch: cfgperl
88414           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
88415           !> t/op/substr.t toke.c
88416 ____________________________________________________________________________
88417 [  6090] By: gsar                                  on 2000/05/07  19:47:07
88418         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
88419              [NI]OK; added tests for both
88420      Branch: perl
88421            ! perl.c pp_hot.c sv.c t/op/substr.t
88422 ____________________________________________________________________________
88423 [  6089] By: gsar                                  on 2000/05/07  18:18:38
88424         Log: buildtoc tweak to fix newline lossage
88425      Branch: perl
88426            ! pod/buildtoc
88427 ____________________________________________________________________________
88428 [  6088] By: jhi                                   on 2000/05/07  16:35:36
88429         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
88430              because we do not use those.  The HAS_GETSPNAM remains,
88431              though, because we still do use that.
88432      Branch: cfgperl
88433            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
88434            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
88435            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
88436            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
88437            ! win32/config.vc win32/config_H.bc win32/config_H.gc
88438            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
88439 ____________________________________________________________________________
88440 [  6087] By: gsar                                  on 2000/05/07  16:05:16
88441         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
88442      Branch: perl
88443            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
88444 ____________________________________________________________________________
88445 [  6086] By: jhi                                   on 2000/05/07  15:27:07
88446         Log: Integrate with Sarathy.
88447      Branch: cfgperl
88448           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
88449           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
88450           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
88451           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
88452           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
88453           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
88454 ____________________________________________________________________________
88455 [  6085] By: gsar                                  on 2000/05/07  05:52:02
88456         Log: repeat operator (x) doesn't preserve utf8-ness
88457      Branch: perl
88458            ! pp.c t/op/substr.t
88459 ____________________________________________________________________________
88460 [  6084] By: gsar                                  on 2000/05/07  05:39:55
88461         Log: substr() does not preserve utf8-ness (from Stefan Eissing
88462              <Eissing@medicaldataservice.de>); added tests
88463      Branch: perl
88464            ! pp.c t/op/substr.t
88465 ____________________________________________________________________________
88466 [  6083] By: gsar                                  on 2000/05/07  05:24:46
88467         Log: note about undocumented caller() return value (from M.J.T. Guy);
88468              yet another peek.t tweak
88469      Branch: perl
88470            ! pod/perlfunc.pod t/lib/peek.t
88471 ____________________________________________________________________________
88472 [  6082] By: gsar                                  on 2000/05/07  05:08:40
88473         Log: peek.t non-portable to ithreads
88474      Branch: perl
88475            ! t/lib/peek.t
88476 ____________________________________________________________________________
88477 [  6081] By: gsar                                  on 2000/05/07  04:17:04
88478         Log: better default perlbug categories for ok reports (from Richard Foley)
88479      Branch: perl
88480            ! utils/perlbug.PL
88481 ____________________________________________________________________________
88482 [  6080] By: gsar                                  on 2000/05/07  04:08:07
88483         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
88484              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
88485      Branch: perl
88486            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
88487            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
88488            ! AUTHORS MAINTAIN MANIFEST
88489 ____________________________________________________________________________
88490 [  6079] By: gsar                                  on 2000/05/07  04:01:38
88491         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
88492      Branch: perl
88493            ! lib/Carp/Heavy.pm
88494 ____________________________________________________________________________
88495 [  6078] By: gsar                                  on 2000/05/07  01:24:19
88496         Log: workaround for CRT bug in chdir() (from Charles Lane, via
88497              Peter Prymmer)
88498      Branch: perl
88499            ! iperlsys.h vms/vms.c vms/vmsish.h
88500 ____________________________________________________________________________
88501 [  6077] By: gsar                                  on 2000/05/07  01:22:23
88502         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
88503              and Tom Phoenix)
88504      Branch: perl
88505            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
88506 ____________________________________________________________________________
88507 [  6076] By: gsar                                  on 2000/05/06  17:36:29
88508         Log: integrate cfgperl contents into mainline
88509      Branch: perl
88510           +> t/lib/peek.t
88511           !> Configure MANIFEST Porting/Glossary Porting/config.sh
88512           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
88513           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
88514           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
88515 ____________________________________________________________________________
88516 [  6075] By: jhi                                   on 2000/05/05  18:56:10
88517         Log: Make the test more portable.
88518      Branch: cfgperl
88519            ! t/lib/peek.t
88520 ____________________________________________________________________________
88521 [  6074] By: jhi                                   on 2000/05/05  18:49:20
88522         Log: Introduce t/lib/peek.t.
88523      Branch: cfgperl
88524            + t/lib/peek.t
88525            ! MANIFEST
88526 ____________________________________________________________________________
88527 [  6073] By: jhi                                   on 2000/05/05  14:30:45
88528         Log: Complex tweaks.
88529      Branch: cfgperl
88530            ! lib/Math/Complex.pm t/lib/complex.t
88531 ____________________________________________________________________________
88532 [  6072] By: jhi                                   on 2000/05/05  12:27:13
88533         Log: Integrate with Sarathy.
88534      Branch: cfgperl
88535           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
88536           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
88537           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
88538           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
88539 ____________________________________________________________________________
88540 [  6071] By: gsar                                  on 2000/05/05  02:24:46
88541         Log: misformatted perllocal.pod (from Tim Jenness
88542              <t.jenness@jach.hawaii.edu>)
88543      Branch: perl
88544            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
88545 ____________________________________________________________________________
88546 [  6070] By: gsar                                  on 2000/05/05  02:16:52
88547         Log: remove misleading comment (from M.J.T. Guy)
88548      Branch: perl
88549            ! t/lib/anydbm.t
88550 ____________________________________________________________________________
88551 [  6069] By: gsar                                  on 2000/05/05  02:15:13
88552         Log: File::Spec compatibility update (from Barrie Slaymaker
88553              <barries@slaysys.com>)
88554      Branch: perl
88555            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
88556            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
88557 ____________________________________________________________________________
88558 [  6068] By: gsar                                  on 2000/05/05  02:01:50
88559         Log: note about values()
88560      Branch: perl
88561            ! pod/perlfunc.pod
88562 ____________________________________________________________________________
88563 [  6067] By: gsar                                  on 2000/05/05  01:33:09
88564         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
88565      Branch: perl
88566            ! win32/win32.c
88567 ____________________________________________________________________________
88568 [  6066] By: gsar                                  on 2000/05/05  01:23:43
88569         Log: s/END/CHECK/
88570      Branch: perl
88571            ! perl.c
88572 ____________________________________________________________________________
88573 [  6065] By: jhi                                   on 2000/05/04  17:30:22
88574         Log: Integrate with Sarathy.
88575      Branch: cfgperl
88576           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
88577 ____________________________________________________________________________
88578 [  6064] By: gsar                                  on 2000/05/04  17:26:14
88579         Log: change#5905 wasn't quite right--it's intent only applies when arguments
88580              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
88581      Branch: perl
88582            ! pp_sys.c sv.c
88583 ____________________________________________________________________________
88584 [  6063] By: gsar                                  on 2000/05/04  16:52:29
88585         Log: tokeq() could read unallocated field in argument
88586      Branch: perl
88587            ! toke.c
88588 ____________________________________________________________________________
88589 [  6062] By: gsar                                  on 2000/05/04  16:34:51
88590         Log: additional tests for utf8.t
88591      Branch: perl
88592            ! t/pragma/utf8.t
88593 ____________________________________________________________________________
88594 [  6061] By: gsar                                  on 2000/05/04  16:09:28
88595         Log: change#5921 neglected to make eq honor "use bytes"
88596      Branch: perl
88597            ! sv.c
88598 ____________________________________________________________________________
88599 [  6060] By: jhi                                   on 2000/05/04  15:30:16
88600         Log: Integrate with Sarathy.
88601      Branch: cfgperl
88602           !> perl.c regcomp.c t/pragma/utf8.t
88603 ____________________________________________________________________________
88604 [  6059] By: jhi                                   on 2000/05/04  15:26:37
88605         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
88606              in natively 64-bit platforms where a long is a quad (no need
88607              for long longs).  Also added bias for IVs.
88608      Branch: cfgperl
88609            ! toke.c
88610 ____________________________________________________________________________
88611 [  6058] By: gsar                                  on 2000/05/04  00:19:14
88612         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
88613              (spotted by Donald Kinzer <dkinzer@premia.com>)
88614      Branch: perl
88615            ! perl.c
88616 ____________________________________________________________________________
88617 [  6057] By: gsar                                  on 2000/05/03  18:34:01
88618         Log: fix broken parsing of /\x{ab}/
88619      Branch: perl
88620            ! regcomp.c t/pragma/utf8.t
88621 ____________________________________________________________________________
88622 [  6056] By: jhi                                   on 2000/05/03  17:57:16
88623         Log: The search of infinity continues, this time simplified.
88624      Branch: cfgperl
88625            ! lib/Math/Complex.pm
88626 ____________________________________________________________________________
88627 [  6055] By: jhi                                   on 2000/05/03  17:45:30
88628         Log: Detypo.
88629      Branch: cfgperl
88630            ! hints/unicos.sh
88631 ____________________________________________________________________________
88632 [  6054] By: jhi                                   on 2000/05/02  22:28:27
88633         Log: Be more forgiving in POSIX about HUGE_VALL.
88634      Branch: cfgperl
88635            ! ext/POSIX/POSIX.xs
88636 ____________________________________________________________________________
88637 [  6053] By: jhi                                   on 2000/05/02  22:25:05
88638         Log: Integrate with Sarathy.
88639      Branch: cfgperl
88640           !> hints/irix_6.sh pod/perlop.pod
88641 ____________________________________________________________________________
88642 [  6052] By: jhi                                   on 2000/05/02  22:24:31
88643         Log: Unicos hint tweak.
88644      Branch: cfgperl
88645            ! hints/unicos.sh
88646 ____________________________________________________________________________
88647 [  6051] By: jhi                                   on 2000/05/02  22:21:26
88648         Log: Complex tweakery.
88649      Branch: cfgperl
88650            ! lib/Math/Complex.pm t/lib/complex.t
88651 ____________________________________________________________________________
88652 [  6050] By: jhi                                   on 2000/05/02  19:26:22
88653         Log: Use setxxent()/endxxent().
88654      Branch: cfgperl
88655            ! t/op/grent.t t/op/pwent.t
88656 ____________________________________________________________________________
88657 [  6049] By: jhi                                   on 2000/05/02  19:06:02
88658         Log: Test both the scalar and list contexts.
88659      Branch: cfgperl
88660            ! t/op/grent.t t/op/pwent.t
88661 ____________________________________________________________________________
88662 [  6048] By: gsar                                  on 2000/05/02  18:29:10
88663         Log: add note about how $( doesn't interpolate in REs (from
88664              Philip Newton <newton@ficus.frogspace.net>)
88665      Branch: perl
88666            ! pod/perlop.pod
88667 ____________________________________________________________________________
88668 [  6047] By: jhi                                   on 2000/05/02  17:41:24
88669         Log: Call getspnam() only iff needed.
88670      Branch: cfgperl
88671            ! pp_sys.c
88672 ____________________________________________________________________________
88673 [  6046] By: gsar                                  on 2000/05/02  17:07:25
88674         Log: libscheck has insufficient checks for n32 libs (from
88675              Albert Chin-A-Young <china@thewrittenword.com>)
88676      Branch: perl
88677            ! hints/irix_6.sh
88678 ____________________________________________________________________________
88679 [  6045] By: jhi                                   on 2000/05/02  13:57:17
88680         Log: Integrate with Sarathy.
88681      Branch: cfgperl
88682           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
88683           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
88684 ____________________________________________________________________________
88685 [  6044] By: gsar                                  on 2000/05/02  06:48:19
88686         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
88687              such that underscores are only ignored in literal numbers,
88688              "\x{...}", and hex/oct argument
88689      Branch: perl
88690            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
88691 ____________________________________________________________________________
88692 [  6043] By: gsar                                  on 2000/05/02  02:22:29
88693         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
88694      Branch: perl
88695            ! pod/perlretut.pod
88696 ____________________________________________________________________________
88697 [  6042] By: gsar                                  on 2000/05/02  02:17:51
88698         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
88699      Branch: perl
88700            ! pod/perltrap.pod
88701 ____________________________________________________________________________
88702 [  6041] By: gsar                                  on 2000/05/02  01:53:51
88703         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
88704              to compensate
88705      Branch: perl
88706            ! Porting/makerel
88707 ____________________________________________________________________________
88708 [  6040] By: gsar                                  on 2000/05/02  01:51:57
88709         Log: missing files in MANIFEST
88710      Branch: perl
88711            ! MANIFEST
88712 ____________________________________________________________________________
88713 [  6039] By: jhi                                   on 2000/05/02  00:36:46
88714         Log: Infinite problems.
88715      Branch: cfgperl
88716            ! lib/Math/Complex.pm
88717 ____________________________________________________________________________
88718 [  6038] By: jhi                                   on 2000/05/02  00:06:38
88719         Log: pwent/spent #ifdef imbalance.
88720      Branch: cfgperl
88721            ! pp_sys.c
88722 ____________________________________________________________________________
88723 [  6037] By: jhi                                   on 2000/05/01  22:50:11
88724         Log: Use HUGE_VALL if applicable.
88725      Branch: cfgperl
88726            ! ext/POSIX/POSIX.xs util.c
88727 ____________________________________________________________________________
88728 [  6036] By: jhi                                   on 2000/05/01  22:20:53
88729         Log: Correct Freudian slip.
88730      Branch: cfgperl
88731            ! pp_sys.c
88732 ____________________________________________________________________________
88733 [  6035] By: jhi                                   on 2000/05/01  21:07:38
88734         Log: Continue on the pwent/spent case.
88735      Branch: cfgperl
88736            ! pp_sys.c
88737 ____________________________________________________________________________
88738 [  6034] By: jhi                                   on 2000/05/01  17:45:14
88739         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
88740              adjustments in 6032 conflicted badly with this, will have
88741              to revisit them later.
88742      Branch: cfgperl
88743           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
88744           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
88745           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
88746           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
88747           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
88748           !> t/lib/cgi-html.t t/lib/cgi-request.t
88749 ____________________________________________________________________________
88750 [  6033] By: jhi                                   on 2000/05/01  17:40:49
88751         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
88752      Branch: cfgperl
88753            ! pp_sys.c
88754 ____________________________________________________________________________
88755 [  6032] By: gsar                                  on 2000/05/01  15:56:32
88756         Log: whitespace adjustments
88757      Branch: perl
88758            ! pp_sys.c
88759 ____________________________________________________________________________
88760 [  6031] By: gsar                                  on 2000/05/01  15:19:41
88761         Log: small nits in diagnostics.pm (from Robin Barker)
88762      Branch: perl
88763            ! lib/diagnostics.pm pod/perldiag.pod
88764 ____________________________________________________________________________
88765 [  6030] By: gsar                                  on 2000/05/01  08:39:18
88766         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
88767              for @- and @+ (from Johan Vromans)
88768      Branch: perl
88769            ! lib/English.pm pod/perlvar.pod
88770 ____________________________________________________________________________
88771 [  6029] By: gsar                                  on 2000/05/01  08:16:10
88772         Log: add CGI.pm v2.66 (from Lincoln Stein)
88773      Branch: perl
88774            + lib/CGI/Util.pm t/lib/cgi-pretty.t
88775            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
88776            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
88777            ! t/lib/cgi-html.t t/lib/cgi-request.t
88778 ____________________________________________________________________________
88779 [  6028] By: gsar                                  on 2000/05/01  06:34:41
88780         Log: Pod::Man generates groff-incompatible macro definition (from
88781              Tom Christiansen)
88782      Branch: perl
88783            ! lib/Pod/Man.pm
88784 ____________________________________________________________________________
88785 [  6027] By: gsar                                  on 2000/05/01  06:31:36
88786         Log: podlators-1.02 update (from Russ Allbery)
88787      Branch: perl
88788            ! lib/Pod/Man.pm lib/Pod/Text.pm
88789 ____________________________________________________________________________
88790 [  6026] By: jhi                                   on 2000/04/30  23:24:23
88791         Log: Integrate with Sarathy.
88792      Branch: cfgperl
88793           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
88794           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
88795           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
88796           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
88797           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
88798           !> t/lib/syslog.t toke.c win32/win32.h
88799 ____________________________________________________________________________
88800 [  6025] By: gsar                                  on 2000/04/30  18:17:47
88801         Log: Is{Alnum,Alpha,Word} don't match titlecase
88802              
88803              TODO: IsSpace is defined recursively!
88804              
88805              (both spotted by Larry)
88806      Branch: perl
88807            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
88808            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
88809 ____________________________________________________________________________
88810 [  6024] By: gsar                                  on 2000/04/30  17:50:19
88811         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
88812              (from Hugo van der Sanden)
88813      Branch: perl
88814            ! toke.c
88815 ____________________________________________________________________________
88816 [  6023] By: gsar                                  on 2000/04/30  17:14:43
88817         Log: debugger stomps on $. (from M.J.T. Guy)
88818      Branch: perl
88819            ! lib/perl5db.pl
88820 ____________________________________________________________________________
88821 [  6022] By: gsar                                  on 2000/04/30  16:59:22
88822         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
88823      Branch: perl
88824            ! sv.c
88825 ____________________________________________________________________________
88826 [  6021] By: gsar                                  on 2000/04/29  21:00:08
88827         Log: remove Win2K issue in pod (fixed by change#6020)
88828      Branch: perl
88829            ! README.win32 pod/perl56delta.pod
88830 ____________________________________________________________________________
88831 [  6020] By: gsar                                  on 2000/04/29  20:51:49
88832         Log: test tweak
88833      Branch: perl
88834            ! t/lib/open3.t
88835 ____________________________________________________________________________
88836 [  6019] By: gsar                                  on 2000/04/29  20:34:27
88837         Log: windows portability tweaks
88838      Branch: perl
88839            ! t/lib/b.t win32/win32.h
88840 ____________________________________________________________________________
88841 [  6018] By: gsar                                  on 2000/04/29  19:55:24
88842         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
88843              make _PATH_LOG() return "" if unavailable
88844      Branch: perl
88845            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
88846            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
88847 ____________________________________________________________________________
88848 [  6017] By: jhi                                   on 2000/04/28  22:49:46
88849         Log: Integrate with Sarathy.
88850      Branch: cfgperl
88851           !> op.c perl.c pod/perldiag.pod t/lib/b.t
88852 ____________________________________________________________________________
88853 [  6016] By: jhi                                   on 2000/04/28  22:46:14
88854         Log: Do not warn that an infinity does not look like a number.
88855      Branch: cfgperl
88856            ! sv.c
88857 ____________________________________________________________________________
88858 [  6015] By: gsar                                  on 2000/04/28  22:35:49
88859         Log: tweak test for portability
88860      Branch: perl
88861            ! t/lib/b.t
88862 ____________________________________________________________________________
88863 [  6014] By: gsar                                  on 2000/04/28  22:05:31
88864         Log: glob() loading File::Glob behind the scenes may cause syntax errors
88865      Branch: perl
88866            ! op.c
88867 ____________________________________________________________________________
88868 [  6013] By: gsar                                  on 2000/04/28  21:25:22
88869         Log: tweak change#5945 to display correct switch name in diagnostic
88870      Branch: perl
88871            ! perl.c pod/perldiag.pod
88872 ____________________________________________________________________________
88873 [  6012] By: jhi                                   on 2000/04/28  21:08:12
88874         Log: Integrate with Sarathy.
88875      Branch: cfgperl
88876           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
88877           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
88878           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
88879 ____________________________________________________________________________
88880 [  6011] By: jhi                                   on 2000/04/28  21:04:46
88881         Log: &HUGE_VAL is not defined, it exists.
88882      Branch: cfgperl
88883            ! lib/Math/Complex.pm
88884 ____________________________________________________________________________
88885 [  6010] By: gsar                                  on 2000/04/28  21:02:58
88886         Log: clarify note about shadow password support (from
88887              gellyfish@gellyfish.com)
88888      Branch: perl
88889            ! pod/perlfunc.pod
88890 ____________________________________________________________________________
88891 [  6009] By: gsar                                  on 2000/04/28  21:00:00
88892         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
88893      Branch: perl
88894            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
88895 ____________________________________________________________________________
88896 [  6008] By: gsar                                  on 2000/04/28  20:56:33
88897         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
88898      Branch: perl
88899            ! installperl vms/subconfigure.com
88900 ____________________________________________________________________________
88901 [  6007] By: gsar                                  on 2000/04/28  20:51:21
88902         Log: note about compile failures and END blocks (from M.J.T. Guy)
88903      Branch: perl
88904            ! pod/perl56delta.pod pod/perlmod.pod
88905 ____________________________________________________________________________
88906 [  6006] By: jhi                                   on 2000/04/28  20:42:14
88907         Log: Regen Configure.
88908      Branch: cfgperl
88909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
88910            ! config_h.SH
88911 ____________________________________________________________________________
88912 [  6005] By: gsar                                  on 2000/04/28  20:41:16
88913         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
88914      Branch: perl
88915            ! utils/perldoc.PL
88916 ____________________________________________________________________________
88917 [  6004] By: jhi                                   on 2000/04/28  20:28:21
88918         Log: Integrate with Sarathy.
88919      Branch: cfgperl
88920           !> Configure INSTALL Porting/Glossary Porting/config.sh
88921           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
88922           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
88923           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
88924           !> win32/config.vc win32/win32.c
88925 ____________________________________________________________________________
88926 [  6003] By: gsar                                  on 2000/04/28  20:11:20
88927         Log: allow REG_EXPAND_SZ keys in Windows registry (from
88928              John Clayton <John.Clayton@barclayscapital.com>)
88929      Branch: perl
88930            ! win32/win32.c
88931 ____________________________________________________________________________
88932 [  6002] By: gsar                                  on 2000/04/28  19:34:16
88933         Log: destructive sv_setsv() can lose UV-ness from source, causing
88934              numeric promotions/comparisons to fail to do the right thing
88935      Branch: perl
88936            ! sv.c
88937 ____________________________________________________________________________
88938 [  6001] By: gsar                                  on 2000/04/28  18:44:15
88939         Log: support additional library locations via $Config{otherlibdirs}
88940              (from Andy Dougherty)
88941      Branch: perl
88942            ! Configure INSTALL Porting/Glossary Porting/config.sh
88943            ! Porting/config_H config_h.SH epoc/config.sh perl.c
88944            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
88945            ! win32/config.bc win32/config.gc win32/config.vc
88946 ____________________________________________________________________________
88947 [  6000] By: gsar                                  on 2000/04/28  18:26:58
88948         Log: reworked otherlibdirs.U (from Andy Dougherty)
88949      Branch: metaconfig
88950            ! U/installdirs/otherlibdirs.U
88951 ____________________________________________________________________________
88952 [  5999] By: gsar                                  on 2000/04/28  18:17:07
88953         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
88954      Branch: perl
88955            ! t/pragma/warn/toke toke.c
88956 ____________________________________________________________________________
88957 [  5998] By: jhi                                   on 2000/04/28  13:32:17
88958         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
88959      Branch: cfgperl
88960            ! lib/Math/Complex.pm
88961 ____________________________________________________________________________
88962 [  5997] By: jhi                                   on 2000/04/28  13:14:04
88963         Log: Preserve $!.
88964      Branch: cfgperl
88965            ! lib/Math/Complex.pm
88966 ____________________________________________________________________________
88967 [  5996] By: jhi                                   on 2000/04/28  12:59:23
88968         Log: Integrate with Sarathy.
88969      Branch: cfgperl
88970           +> pod/perlrequick.pod pod/perlretut.pod
88971           !> (integrate 51 files)
88972 ____________________________________________________________________________
88973 [  5995] By: gsar                                  on 2000/04/28  09:37:36
88974         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
88975      Branch: perl
88976            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
88977 ____________________________________________________________________________
88978 [  5994] By: gsar                                  on 2000/04/28  09:33:26
88979         Log: fix for missed accounting for null byte in pack("Z",...) (from
88980              M.J.T. Guy)
88981      Branch: perl
88982            ! pp.c t/op/pack.t
88983 ____________________________________________________________________________
88984 [  5993] By: gsar                                  on 2000/04/28  09:30:05
88985         Log: various minor tweaks seen on p5p
88986      Branch: perl
88987            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
88988 ____________________________________________________________________________
88989 [  5992] By: gsar                                  on 2000/04/28  09:08:19
88990         Log: pod nit (from Simon Cozens)
88991      Branch: perl
88992            ! pod/perlop.pod
88993 ____________________________________________________________________________
88994 [  5991] By: gsar                                  on 2000/04/28  09:06:36
88995         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
88996      Branch: perl
88997            ! README.posix-bc hints/posix-bc.sh
88998 ____________________________________________________________________________
88999 [  5990] By: gsar                                  on 2000/04/28  08:54:52
89000         Log: use $ENV{LIB} to search for libs under Visual C compiler
89001              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
89002      Branch: perl
89003            ! lib/ExtUtils/Liblist.pm
89004 ____________________________________________________________________________
89005 [  5989] By: gsar                                  on 2000/04/28  08:27:12
89006         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
89007              itself and no other (from Tom Hughes)
89008      Branch: perl
89009            ! t/op/array.t toke.c
89010 ____________________________________________________________________________
89011 [  5988] By: gsar                                  on 2000/04/28  08:01:38
89012         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
89013              <paul@miraclefish.com>)
89014      Branch: perl
89015            ! lib/ExtUtils/MakeMaker.pm
89016 ____________________________________________________________________________
89017 [  5987] By: gsar                                  on 2000/04/28  07:53:09
89018         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
89019      Branch: perl
89020            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
89021 ____________________________________________________________________________
89022 [  5986] By: gsar                                  on 2000/04/28  07:44:17
89023         Log: add regular expressions tutorial and quick-start guide (from
89024              Mark Kvale <kvale@phy.ucsf.edu>)
89025      Branch: perl
89026            + pod/perlrequick.pod pod/perlretut.pod
89027            ! AUTHORS MAINTAIN MANIFEST
89028 ____________________________________________________________________________
89029 [  5985] By: gsar                                  on 2000/04/28  07:30:28
89030         Log: forked child may not exit correctly if it failed to open
89031              /dev/console (from Graham Barr)
89032      Branch: perl
89033            ! ext/Sys/Syslog/Syslog.pm
89034 ____________________________________________________________________________
89035 [  5984] By: gsar                                  on 2000/04/28  07:27:20
89036         Log: attributes::reftype() doesn't work on tied argument
89037      Branch: perl
89038            ! xsutils.c
89039 ____________________________________________________________________________
89040 [  5983] By: gsar                                  on 2000/04/28  07:15:04
89041         Log: numeric conversion of non-number in change#3378 tramples on
89042              OOK offset, causing segfaults
89043      Branch: perl
89044            ! sv.c
89045 ____________________________________________________________________________
89046 [  5982] By: gsar                                  on 2000/04/28  04:48:25
89047         Log: avoid error in IO::Socket::INET when given an unknown service name
89048              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
89049      Branch: perl
89050            ! ext/IO/lib/IO/Socket/INET.pm
89051 ____________________________________________________________________________
89052 [  5981] By: gsar                                  on 2000/04/28  04:31:31
89053         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
89054              prototype mismatch with CORE::glob(); update pod and tests to
89055              suit (File::Glob::glob() is still available for backward
89056              compatibility, but should be considered deprecated)
89057      Branch: perl
89058            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
89059            ! t/lib/glob-taint.t
89060 ____________________________________________________________________________
89061 [  5980] By: gsar                                  on 2000/04/28  03:47:29
89062         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
89063              <ghudson@mit.edu>)
89064      Branch: metaconfig
89065            ! U/modified/Options.U
89066      Branch: perl
89067            ! Configure
89068 ____________________________________________________________________________
89069 [  5979] By: gsar                                  on 2000/04/28  03:07:54
89070         Log: under useithreads, constant pad entries could inadvertently be
89071              shared across threads (from Eric Blood <eblood@xmission.com>);
89072              added Eric's test case to testsuite
89073      Branch: perl
89074            ! op.c t/op/misc.t
89075 ____________________________________________________________________________
89076 [  5978] By: gsar                                  on 2000/04/27  21:13:00
89077         Log: sync version numbers in File::Spec with the ones on CPAN
89078              (from Barrie Slaymaker)
89079      Branch: perl
89080            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
89081            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
89082            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89083 ____________________________________________________________________________
89084 [  5977] By: gsar                                  on 2000/04/27  21:07:29
89085         Log: autoquote barewords followed by newline and arrow properly
89086              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
89087      Branch: perl
89088            ! t/pragma/warn/toke toke.c
89089 ____________________________________________________________________________
89090 [  5976] By: gsar                                  on 2000/04/27  20:41:20
89091         Log: DB_File v1.73 update (from Paul Marquess)
89092      Branch: perl
89093            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
89094            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
89095 ____________________________________________________________________________
89096 [  5975] By: gsar                                  on 2000/04/27  20:34:24
89097         Log: allow sort() reentrancy (variant of patch suggested by
89098              Hugo van der Sanden)
89099      Branch: perl
89100            ! pp_ctl.c t/op/sort.t
89101 ____________________________________________________________________________
89102 [  5974] By: gsar                                  on 2000/04/27  19:46:57
89103         Log: change#4197 somehow missed initializing PL_errors, meaning
89104              sytax error queueing wasn't working outside eval"" at all;
89105              also fixed eval"" to localize PL_error_count, so that compile-time
89106              eval's don't clobber the error state of the outer context
89107      Branch: perl
89108            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
89109            ! t/pragma/warn/toke
89110 ____________________________________________________________________________
89111 [  5973] By: gsar                                  on 2000/04/27  18:29:05
89112         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
89113      Branch: perl
89114            ! regcomp.c regexec.c t/op/re_tests
89115 ____________________________________________________________________________
89116 [  5972] By: jhi                                   on 2000/04/27  18:22:41
89117         Log: Integrate with Sarathy.
89118      Branch: cfgperl
89119           +> t/lib/b.t t/lib/syslog.t
89120           !> (integrate 31 files)
89121 ____________________________________________________________________________
89122 [  5971] By: jhi                                   on 2000/04/27  18:18:46
89123         Log: Unicos tweaks from Mark P. Lutz.
89124      Branch: cfgperl
89125            ! hints/unicos.sh lib/Math/Complex.pm
89126 ____________________________________________________________________________
89127 [  5970] By: gsar                                  on 2000/04/27  18:05:11
89128         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
89129              IV is >32bits
89130      Branch: perl
89131            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
89132 ____________________________________________________________________________
89133 [  5969] By: gsar                                  on 2000/04/27  17:50:56
89134         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
89135      Branch: perl
89136            + t/lib/syslog.t
89137            ! MANIFEST ext/Sys/Syslog/Syslog.pm
89138 ____________________________________________________________________________
89139 [  5968] By: gsar                                  on 2000/04/27  17:44:49
89140         Log: tolerate spaces in group names in test on solaris (from David Boyce
89141              <dsb@boyski.com>)
89142      Branch: perl
89143            ! t/op/groups.t
89144 ____________________________________________________________________________
89145 [  5967] By: gsar                                  on 2000/04/27  17:41:22
89146         Log: improved docs on the warn_uninit diagnostic (from David Glasser
89147              and Simon Cozens)
89148      Branch: perl
89149            ! pod/perldiag.pod
89150 ____________________________________________________________________________
89151 [  5966] By: gsar                                  on 2000/04/27  16:54:58
89152         Log: add testsuite for B backends, fix bug in B::Deparse (from
89153              Simon Cozens <simon@brecon.co.uk>)
89154      Branch: perl
89155            + t/lib/b.t
89156            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
89157 ____________________________________________________________________________
89158 [  5965] By: gsar                                  on 2000/04/27  16:10:37
89159         Log: avoid "will not stay shared" warnings for our variables (from
89160              Robin Barker)
89161      Branch: perl
89162            ! op.c t/pragma/warn/op
89163 ____________________________________________________________________________
89164 [  5964] By: gsar                                  on 2000/04/27  07:05:05
89165         Log: reformat to 72 columns (again)
89166      Branch: perl
89167            ! pod/perldiag.pod
89168 ____________________________________________________________________________
89169 [  5963] By: gsar                                  on 2000/04/27  06:28:31
89170         Log: patch from Larry to make (\&) prototype work; added tests for
89171              the same
89172      Branch: perl
89173            ! op.c t/comp/proto.t
89174 ____________________________________________________________________________
89175 [  5962] By: gsar                                  on 2000/04/27  06:15:47
89176         Log: updated README.hpux (from Jeff Okamoto)
89177      Branch: perl
89178            ! README.hpux
89179 ____________________________________________________________________________
89180 [  5961] By: gsar                                  on 2000/04/27  05:55:03
89181         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
89182      Branch: perl
89183            ! emacs/cperl-mode.el
89184 ____________________________________________________________________________
89185 [  5960] By: gsar                                  on 2000/04/27  05:49:26
89186         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
89187      Branch: perl
89188            ! INSTALL
89189 ____________________________________________________________________________
89190 [  5959] By: gsar                                  on 2000/04/27  05:33:41
89191         Log: doubled words in pods (from Simon Cozens
89192              <simon.p.cozens@jp.pwcglobal.com>)
89193      Branch: perl
89194            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
89195            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
89196            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
89197            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
89198            ! pod/perltootc.pod
89199 ____________________________________________________________________________
89200 [  5958] By: gsar                                  on 2000/04/27  05:11:39
89201         Log: change#3569 deleted some essential code, revert; avoid use of
89202              atexit() to make DynaLoader work properly on AIX under mod_perl
89203              (from Jens-Uwe Mager <jum@helios.de>)
89204      Branch: perl
89205            ! ext/DynaLoader/dl_aix.xs
89206 ____________________________________________________________________________
89207 [  5957] By: gsar                                  on 2000/04/27  04:54:51
89208         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
89209      Branch: perl
89210            ! pod/perlmod.pod
89211 ____________________________________________________________________________
89212 [  5956] By: gsar                                  on 2000/04/27  04:51:47
89213         Log: better diagnostics on failed tests (from Ilya Zakharevich)
89214      Branch: perl
89215            ! t/op/lex_assign.t
89216 ____________________________________________________________________________
89217 [  5955] By: gsar                                  on 2000/04/27  04:26:44
89218         Log: longstanding bug exposed by change#3307: sort arguments weren't
89219              compiled with the right wantarray context (ensuing runtime lookup
89220              via block_gimme() was getting the incidental context of the
89221              sort() itself)
89222      Branch: perl
89223            ! op.c t/op/sort.t
89224 ____________________________________________________________________________
89225 [  5954] By: gsar                                  on 2000/04/26  23:42:12
89226         Log: integrate cfgperl contents into mainline
89227      Branch: perl
89228           !> (integrate 30 files)
89229 ____________________________________________________________________________
89230 [  5953] By: jhi                                   on 2000/04/26  23:06:42
89231         Log: Integrate with Sarathy.
89232      Branch: cfgperl
89233           !> README.win32 ext/B/B/Deparse.pm
89234           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
89235           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
89236           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
89237           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
89238           !> utils/perldoc.PL vms/perlvms.pod
89239 ____________________________________________________________________________
89240 [  5952] By: jhi                                   on 2000/04/26  23:03:46
89241         Log: Undo "use integer" addition from 64bitint as it seems
89242              to break most of the subtests in Digital UNIX;
89243              Unicos needs to find another way.
89244      Branch: cfgperl
89245            ! t/op/64bitint.t
89246 ____________________________________________________________________________
89247 [  5951] By: jhi                                   on 2000/04/26  22:57:53
89248         Log: Be more robust on "extreme" (large absolute value)
89249              arguments.  Originally reported by Daniel Connelly
89250              as a problem with asinh() on large negative arguments,
89251              asinh() used to bail out because an argument to log()
89252              ended up being zero.  Ilya Zakharevich proposed using
89253              Taylor's series in such cases, which for such large
89254              arguments is a very good approximation.
89255      Branch: cfgperl
89256            ! lib/Math/Complex.pm t/lib/complex.t
89257 ____________________________________________________________________________
89258 [  5950] By: gsar                                  on 2000/04/25  19:13:12
89259         Log: reformat perldiag to avoid long lines
89260      Branch: perl
89261            ! pod/perldiag.pod
89262 ____________________________________________________________________________
89263 [  5949] By: gsar                                  on 2000/04/25  18:41:11
89264         Log: make perldoc use the pod2man from the same version (from
89265              M.J.T. Guy)
89266      Branch: perl
89267            ! utils/perldoc.PL
89268 ____________________________________________________________________________
89269 [  5948] By: gsar                                  on 2000/04/25  18:21:57
89270         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
89271              <kompas@kompas.usr.onet.pl>)
89272      Branch: perl
89273            ! lib/vars.pm
89274 ____________________________________________________________________________
89275 [  5947] By: gsar                                  on 2000/04/25  18:11:53
89276         Log: use &dl_error rather than &dl_load_file as the guard for calling
89277              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
89278              statically built perl)
89279      Branch: perl
89280            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
89281 ____________________________________________________________________________
89282 [  5946] By: jhi                                   on 2000/04/25  17:37:54
89283         Log: Document that tr() is not tr(1).
89284      Branch: cfgperl
89285            ! pod/perlop.pod
89286 ____________________________________________________________________________
89287 [  5945] By: gsar                                  on 2000/04/25  16:34:33
89288         Log: make module name mandatory after -M switch; reorder perldiag
89289              alphabetically (from Mark-Jason Dominus)
89290      Branch: perl
89291            ! perl.c pod/perldiag.pod
89292 ____________________________________________________________________________
89293 [  5944] By: jhi                                   on 2000/04/25  01:15:18
89294         Log: On second thoughts frexp() does have two arguments.
89295      Branch: cfgperl
89296            ! perl.h
89297 ____________________________________________________________________________
89298 [  5943] By: jhi                                   on 2000/04/24  22:56:32
89299         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
89300              Now pp_ncmp() returns undef is either operand is a NaN.
89301      Branch: cfgperl
89302            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89303            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
89304            ! vms/subconfigure.com vos/config.def vos/config.h
89305            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
89306            ! win32/config.vc win32/config_H.bc win32/config_H.gc
89307            ! win32/config_H.vc
89308      Branch: metaconfig/U/perl
89309            + d_modfl.U
89310 ____________________________________________________________________________
89311 [  5942] By: jhi                                   on 2000/04/24  19:45:17
89312         Log: Regen Configure to match #5937.
89313      Branch: cfgperl
89314            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89315            ! config_h.SH
89316      Branch: metaconfig
89317            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
89318 ____________________________________________________________________________
89319 [  5941] By: jhi                                   on 2000/04/24  19:24:11
89320         Log: Further Unicos fixes for Mark Lutz.
89321      Branch: cfgperl
89322            ! hints/unicos.sh pp_ctl.c
89323 ____________________________________________________________________________
89324 [  5940] By: jhi                                   on 2000/04/24  19:09:06
89325         Log: Various Unicos 10.0.0.6 fixes.
89326              
89327              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
89328              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
89329              Reply-To: tecmpl1@triton.ca.boeing.com 
89330              To: perl5-porters@perl.org 
89331              Date: Fri, 14 Apr 2000 20:21:00 GMT 
89332              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
89333      Branch: cfgperl
89334            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
89335 ____________________________________________________________________________
89336 [  5939] By: gsar                                  on 2000/04/24  19:01:24
89337         Log: more pod nits (from Larry Virden)
89338      Branch: perl
89339            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
89340            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
89341            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
89342 ____________________________________________________________________________
89343 [  5938] By: gsar                                  on 2000/04/24  18:54:01
89344         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
89345      Branch: perl
89346            ! ext/B/B/Deparse.pm
89347 ____________________________________________________________________________
89348 [  5937] By: jhi                                   on 2000/04/24  17:39:00
89349         Log: Integrate with Sarathy.
89350      Branch: cfgperl
89351           +> (branch 31 files)
89352           !> (integrate 73 files)
89353 ____________________________________________________________________________
89354 [  5936] By: gsar                                  on 2000/04/24  17:30:06
89355         Log: additional tests for change#5934 (from Paul Marquess, who also
89356              sent in the same fix)
89357      Branch: perl
89358            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
89359            ! t/pragma/warn/5nolint t/pragma/warn/6default
89360 ____________________________________________________________________________
89361 [  5935] By: jhi                                   on 2000/04/24  17:26:05
89362         Log: Do not assume sign propagation.
89363              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
89364              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
89365              To: payner@ncifcrf.gov, perl5-porters@perl.org 
89366              Date: Tue, 18 Apr 2000 18:24:49 +0100 
89367              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
89368      Branch: cfgperl
89369            ! t/op/bop.t t/op/misc.t
89370 ____________________________________________________________________________
89371 [  5934] By: gsar                                  on 2000/04/24  17:16:54
89372         Log: propagate lexical warnings from surrounding scope correctly
89373              within string eval()
89374      Branch: perl
89375            ! pp_ctl.c t/pragma/warn/pp_ctl
89376 ____________________________________________________________________________
89377 [  5933] By: jhi                                   on 2000/04/24  17:01:07
89378         Log: Flatten the cpp jungle doing the nosuid checking.
89379      Branch: cfgperl
89380            ! perl.c
89381 ____________________________________________________________________________
89382 [  5932] By: gsar                                  on 2000/04/24  09:08:14
89383         Log: add rsignal(), whichsig() and do_join() to public API list
89384              (mod_perl uses them to good advantage)
89385      Branch: perl
89386            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
89387 ____________________________________________________________________________
89388 [  5931] By: gsar                                  on 2000/04/24  09:01:40
89389         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
89390      Branch: perl
89391            ! pp_hot.c regexec.c t/op/pat.t
89392 ____________________________________________________________________________
89393 [  5930] By: gsar                                  on 2000/04/24  08:58:33
89394         Log: small os390 tweaks (from Peter Prymmer)
89395      Branch: perl
89396            ! config_h.SH makedepend.SH
89397 ____________________________________________________________________________
89398 [  5929] By: gsar                                  on 2000/04/24  08:55:25
89399         Log: pod nits
89400      Branch: perl
89401            ! pod/perlguts.pod
89402 ____________________________________________________________________________
89403 [  5928] By: gsar                                  on 2000/04/24  08:50:13
89404         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
89405      Branch: perl
89406            ! ext/IO/lib/IO/Poll.pm
89407 ____________________________________________________________________________
89408 [  5927] By: gsar                                  on 2000/04/24  08:43:24
89409         Log: arrange for next() to resume at the unstack op rather than the
89410              loop conditional, so that scope cleanup happens correctly
89411              (from Stephen McCamant)
89412      Branch: perl
89413            ! op.c pp_ctl.c t/op/misc.t
89414 ____________________________________________________________________________
89415 [  5926] By: gsar                                  on 2000/04/24  08:18:40
89416         Log: on windows, reserve 16M of stack rather than 128M (allows more
89417              threads to run concurrently)
89418      Branch: perl
89419            ! win32/Makefile win32/makefile.mk
89420 ____________________________________________________________________________
89421 [  5925] By: gsar                                  on 2000/04/24  08:13:52
89422         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
89423      Branch: perl
89424            ! toke.c
89425 ____________________________________________________________________________
89426 [  5924] By: gsar                                  on 2000/04/24  08:08:59
89427         Log: avoid using uninitialized memory in require version check
89428      Branch: perl
89429            ! pp_ctl.c universal.c
89430 ____________________________________________________________________________
89431 [  5923] By: gsar                                  on 2000/04/24  07:20:14
89432         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
89433      Branch: perl
89434            ! ext/IO/lib/IO/Poll.pm
89435 ____________________________________________________________________________
89436 [  5922] By: gsar                                  on 2000/04/24  07:08:42
89437         Log: commentary about IoTYPE() (from Nathan Torkington)
89438      Branch: perl
89439            ! sv.h
89440 ____________________________________________________________________________
89441 [  5921] By: gsar                                  on 2000/04/24  06:58:26
89442         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
89443              by fix
89444      Branch: perl
89445            ! sv.c t/lib/charnames.t t/pragma/utf8.t
89446 ____________________________________________________________________________
89447 [  5920] By: gsar                                  on 2000/04/24  06:37:59
89448         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
89449      Branch: perl
89450            ! doop.c t/op/ver.t
89451 ____________________________________________________________________________
89452 [  5919] By: gsar                                  on 2000/04/24  06:21:58
89453         Log: Configure might miss old directories when prefix must be
89454              expanded (from Robin Barker)
89455      Branch: metaconfig
89456            ! U/installdirs/inc_version_list.U
89457      Branch: perl
89458            ! Configure
89459 ____________________________________________________________________________
89460 [  5918] By: gsar                                  on 2000/04/24  06:16:11
89461         Log: VMS nits in glob() test (from Charles Lane)
89462      Branch: perl
89463            ! t/lib/glob-basic.t
89464 ____________________________________________________________________________
89465 [  5917] By: gsar                                  on 2000/04/24  06:11:56
89466         Log: various pod nits (from Larry Virden and others)
89467      Branch: perl
89468            ! README.amiga README.hpux README.machten README.os2
89469            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
89470            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
89471            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
89472            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
89473            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
89474            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
89475            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
89476            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
89477 ____________________________________________________________________________
89478 [  5916] By: gsar                                  on 2000/04/24  05:52:43
89479         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
89480              <wjones@tc.fluke.com>)
89481      Branch: perl
89482            ! t/lib/glob-basic.t
89483 ____________________________________________________________________________
89484 [  5915] By: gsar                                  on 2000/04/24  05:07:01
89485         Log: supported platforms mixed up
89486      Branch: perl
89487            ! pod/perl56delta.pod pod/perlport.pod
89488 ____________________________________________________________________________
89489 [  5914] By: gsar                                  on 2000/04/24  04:56:08
89490         Log: caller() wasn't returning the right number of elements for
89491              eval {...}
89492      Branch: perl
89493            ! pp_ctl.c t/pragma/warn/9enabled
89494 ____________________________________________________________________________
89495 [  5913] By: gsar                                  on 2000/04/24  04:35:41
89496         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
89497              Mark-Jason Dominus)
89498      Branch: perl
89499            ! pod/perlfunc.pod
89500 ____________________________________________________________________________
89501 [  5912] By: gsar                                  on 2000/04/24  04:17:15
89502         Log: fix totally broken caching in UNIVERSAL::isa() (from
89503              Nick Ing-Simmons)
89504      Branch: perl
89505            ! t/op/universal.t universal.c
89506 ____________________________________________________________________________
89507 [  5911] By: gsar                                  on 2000/04/24  03:39:47
89508         Log: add linebreak properties from unicode/LineBrk.txt (from
89509              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
89510      Branch: perl
89511            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
89512            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
89513            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
89514            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
89515            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
89516            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
89517            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
89518            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
89519            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
89520            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
89521            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
89522            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
89523            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
89524            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
89525            + lib/unicode/Is/LbrkZW.pl
89526            ! lib/unicode/mktables.PL
89527 ____________________________________________________________________________
89528 [  5910] By: gsar                                  on 2000/04/24  03:23:10
89529         Log: typo in pod
89530      Branch: perl
89531            ! ext/Thread/Thread.pm
89532 ____________________________________________________________________________
89533 [  5909] By: gsar                                  on 2000/04/24  03:22:03
89534         Log: mode argument to do_binmode() should be file mode, not boolean
89535      Branch: perl
89536            ! pp_sys.c
89537 ____________________________________________________________________________
89538 [  5908] By: gsar                                  on 2000/04/16  16:51:08
89539         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
89540              always returns a valid GV even when the symbol is trapped by strictures
89541              (avoids coredumps)
89542              
89543              TODO: the C<package;> hack needs similar treatment
89544      Branch: perl
89545            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
89546            ! t/pragma/strict-vars
89547 ____________________________________________________________________________
89548 [  5907] By: jhi                                   on 2000/03/31  23:42:56
89549         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
89550              an assumption which #5905 demolished.
89551      Branch: cfgperl
89552            ! pp_sys.c
89553 ____________________________________________________________________________
89554 [  5906] By: jhi                                   on 2000/03/31  18:54:37
89555         Log: Typo in #5905.
89556      Branch: cfgperl
89557            ! t/op/64bitint.t
89558 ____________________________________________________________________________
89559 [  5905] By: jhi                                   on 2000/03/31  18:50:54
89560         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
89561              reported by Joseph N. Hall.  The bug was that even with use64bitint
89562              one had to use the prefixes q, L, or ll with printf/sprintf,
89563              contrary to the documentation and common sense.
89564      Branch: cfgperl
89565            ! sv.c t/op/64bitint.t
89566 ____________________________________________________________________________
89567 [  5904] By: gsar                                  on 2000/03/28  02:31:32
89568         Log: add Changes, perldelta.pod
89569      Branch: perl
89570            + Changes pod/perldelta.pod
89571 ____________________________________________________________________________
89572 [  5903] By: gsar                                  on 2000/03/28  02:03:55
89573         Log: rename Changes and perldelta.pod
89574      Branch: perl
89575           +> Changes5.6 pod/perl56delta.pod
89576            - Changes pod/perldelta.pod
89577            ! MANIFEST
89578 ____________________________________________________________________________
89579 [  5902] By: gsar                                  on 2000/03/28  01:59:14
89580         Log: create maint-5.6 branch
89581      Branch: maint-5.6/perl
89582           +> (branch 1611 files)
89583 ____________________________________________________________________________
89584 [  5901] By: jhi                                   on 2000/03/23  05:48:43
89585         Log: Integrate with Sarathy.
89586      Branch: cfgperl
89587           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
89588 ____________________________________________________________________________
89589 [  5900] By: gsar                                  on 2000/03/23  05:42:43
89590         Log: three guesses on what this is :-)
89591      Branch: perl
89592            ! Changes