shared hash keys and ++/--
[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 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
35         Log: perldelta tweaks.
36      Branch: perl
37            ! pod/perldelta.pod
38 ____________________________________________________________________________
39 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
40         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
41              From: Sam Tregar <sam@tregar.com> 
42              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
43              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
44      Branch: perl
45            ! pod/perlnewmod.pod
46 ____________________________________________________________________________
47 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
48         Log: microperl casting nit.
49      Branch: perl
50            ! utf8.c
51 ____________________________________________________________________________
52 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
53         Log: Make sharepvn a macro since all it does is a deref.
54      Branch: perl
55            ! embed.h embed.pl global.sym hv.c hv.h proto.h
56 ____________________________________________________________________________
57 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
58         Log: perldelta updates.
59      Branch: perl
60            ! pod/perldelta.pod
61 ____________________________________________________________________________
62 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
63         Log: PPPort update from Paul Marquess.
64      Branch: perl
65            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
66            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
67            + ext/Devel/PPPort/t/test.t
68            - ext/Devel/PPPort/harness/Harness.pm
69            - ext/Devel/PPPort/harness/Harness.xs
70            - ext/Devel/PPPort/harness/Makefile.PL
71            - ext/Devel/PPPort/harness/module2.c
72            - ext/Devel/PPPort/harness/module3.c
73            - ext/Devel/PPPort/harness/t/test.t
74            ! MANIFEST ext/Devel/PPPort/MANIFEST
75            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
76            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
77            ! ext/Devel/PPPort/soak
78 ____________________________________________________________________________
79 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
80         Log: No use talking about dynamic library search patch
81              unless we are having a dynamic build.
82      Branch: perl
83            ! t/TEST
84 ____________________________________________________________________________
85 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
86         Log: Be more explicit on the List::Util build trick,
87              should also stop unneeded rebuilds on static builds.
88      Branch: perl
89            ! ext/List/Util/Makefile.PL
90 ____________________________________________________________________________
91 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
92         Log: We need to replace the optimize (-O1) with
93              the -h scalar0 -h vector0, not append them
94              to the ccflags.
95      Branch: perl
96            ! hints/unicos.sh hints/unicosmk.sh
97 ____________________________________________________________________________
98 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
99         Log: Subject: [PATCH] Shared hash keys 
100              From: Nicholas Clark <nick@ccl4.org>
101              Date: Sun, 2 Dec 2001 20:52:32 +0000
102              Message-ID: <20011202205232.U21702@plum.flirble.org>
103      Branch: perl
104            ! doop.c t/op/tr.t
105 ____________________________________________________________________________
106 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
107         Log: Better add new files to MANIFEST, too.
108      Branch: perl
109            ! MANIFEST
110 ____________________________________________________________________________
111 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
112         Log: Subject: {PATCH] perlpacktut.pod
113              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
114              Date: Sun, 02 Dec 2001 19:55:06 +0100
115              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
116      Branch: perl
117            ! pod/perlpacktut.pod
118 ____________________________________________________________________________
119 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
120         Log: Various small nits found by DJGPP build.
121      Branch: perl
122            ! doio.c mg.c pp.c util.c
123 ____________________________________________________________________________
124 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
125         Log: Subject: RE: More verbose POD for Carp
126              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
127              Date: Sun, 2 Dec 2001 11:32:51 -0500
128              Message-ID: <3C0A9748@operamail.com>
129      Branch: perl
130            ! lib/Carp.pm
131 ____________________________________________________________________________
132 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
133         Log: Add a header for DJGPP with the function prototypes.
134      Branch: perl
135            + djgpp/djgpp.h
136            ! MANIFEST djgpp/djgpp.c
137 ____________________________________________________________________________
138 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
139         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
140              From: Abe Timmerman <abe@ztreet.demon.nl>
141              Date: Sun, 02 Dec 2001 02:41:25 +0100
142              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
143      Branch: perl
144            ! pp_sys.c
145 ____________________________________________________________________________
146 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
147         Log: There isn't PTR2INT(), there's PTR2IV().
148      Branch: perl
149            ! ext/Time/HiRes/HiRes.xs
150 ____________________________________________________________________________
151 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
152         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
153              From: Marc Lehmann <root@schmorp.de>
154              Date: Sun, 02 Dec 2001 02:44:53 +0100
155              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
156      Branch: perl
157            ! ext/Time/HiRes/HiRes.xs
158 ____________________________________________________________________________
159 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
160         Log: encode()/decode() examples.
161      Branch: perl
162            ! ext/Encode/Encode.pm
163 ____________________________________________________________________________
164 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
165         Log: DJGPP tweaks from Laszlo Molnar.
166      Branch: perl
167            ! djgpp/config.over djgpp/djgppsed.sh
168 ____________________________________________________________________________
169 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
170         Log: Update Changes.
171      Branch: perl
172            ! Changes patchlevel.h
173 ____________________________________________________________________________
174 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
175         Log: Integrate perlio;
176              
177              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
178              which do not have file descriptors. Noticed a possibly
179              worse problem in the process ...
180      Branch: perl
181           !> doio.c
182 ____________________________________________________________________________
183 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
184         Log: Non-VMS-fixed and Win32-skipped version of
185              
186              Subject: [PATCH t/op/exec.t] Portabilty fix 
187              From: Michael G Schwern <schwern@pobox.com> 
188              Date: Fri, 30 Nov 2001 16:09:27 -0500
189              Message-ID: <20011130160927.A10406@blackrider>
190      Branch: perl
191            ! t/op/exec.t
192 ____________________________________________________________________________
193 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
194         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
195              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
196              Date: Sat, 1 Dec 2001 07:01:09 -0500
197              Message-ID: <3C0D2E39@operamail.com>
198              
199              Subject: More verbose POD for Carp
200              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
201              Date: Sat, 1 Dec 2001 08:04:16 -0500
202              Message-ID: <3C285C2B@operamail.com>
203      Branch: perl
204            ! lib/Carp.pm lib/Carp/Heavy.pm
205 ____________________________________________________________________________
206 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
207         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
208              From: chromatic <chromatic@rmci.net>
209              Date: Sat, 01 Dec 2001 12:41:58 -0700
210              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
211      Branch: perl
212            ! lib/DB.t
213 ____________________________________________________________________________
214 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
215         Log: Try to make a missing RADIXCHAR a softer kinder error.
216      Branch: perl
217            ! ext/I18N/Langinfo/Langinfo.t
218 ____________________________________________________________________________
219 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
220         Log: Have a little faith on nl_langinfo() itself.
221      Branch: perl
222            ! ext/I18N/Langinfo/Langinfo.xs
223 ____________________________________________________________________________
224 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
225         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
226              the max, not max plus one)
227      Branch: perl
228            ! ext/I18N/Langinfo/Langinfo.xs
229 ____________________________________________________________________________
230 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
231         Log: Make reality agree with the comment.
232      Branch: perl
233            ! ext/I18N/Langinfo/Langinfo.xs
234 ____________________________________________________________________________
235 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
236         Log: Try to protect against wild langinfo() arguments.
237      Branch: perl
238            ! ext/I18N/Langinfo/Langinfo.xs
239 ____________________________________________________________________________
240 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
241         Log: If we are inside an eval, let's be silent about
242              separate symbols and just croak() in the end.
243      Branch: perl
244            ! lib/Exporter/Heavy.pm
245 ____________________________________________________________________________
246 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
247         Log: Subject: Fix for Exporter error reporting behaviour
248              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
249              Date: Sat, 1 Dec 2001 06:34:48 -0500
250              Message-ID: <3C0D1B9A@operamail.com>
251      Branch: perl
252            ! lib/Exporter.pm lib/Exporter/Heavy.pm
253 ____________________________________________________________________________
254 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
255         Log: Need to hide behind an eval to avoid a warning
256              about :utf8 on non-perlio configs.
257      Branch: perl
258            ! lib/open.t
259 ____________________________________________________________________________
260 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
261         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
262              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
263              Date: Fri, 30 Nov 2001 23:46:58 +0100
264              Message-ID: <20011130234658.A717@rafael>
265      Branch: perl
266            ! op.c t/op/method.t
267 ____________________________________________________________________________
268 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
269         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
270              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
271              Date: Thu, 29 Nov 2001 22:46:12 +0100
272              Message-ID: <20011129224612.A699@rafael>
273      Branch: perl
274            ! ext/B/B/Xref.pm
275 ____________________________________________________________________________
276 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
277         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
278              From: Tels <perl_dummy@bloodgate.com>
279              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
280              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
281      Branch: perl
282            ! pod/perlfunc.pod
283 ____________________________________________________________________________
284 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
285         Log: Subject: [REPATCH] reference pointer comparison
286              From: Nicholas Clark <nick@ccl4.org>
287              Date: Sat, 1 Dec 2001 13:00:17 +0000
288              Message-ID: <20011201130017.I21702@plum.flirble.org>
289      Branch: perl
290            ! pp.c
291 ____________________________________________________________________________
292 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
293         Log: Upgrade to Storable 1.0.14.
294      Branch: perl
295            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
296 ____________________________________________________________________________
297 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
298         Log: Add simple caches for ::viacode() and ::vianame().
299      Branch: perl
300            ! lib/charnames.pm lib/charnames.t
301 ____________________________________________________________________________
302 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
303         Log: Regen toc and modlib.
304      Branch: perl
305            ! pod/perlmodlib.pod pod/perltoc.pod
306 ____________________________________________________________________________
307 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
308         Log: Upgrade to podlators-1.18.
309      Branch: perl
310            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
311 ____________________________________________________________________________
312 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
313         Log: -h scalar0 -h vector0 seems to help for both
314              UNICOS and UNICOS/mk on the unpack %65c problems.
315              
316              (replaces #13393)
317      Branch: perl
318            ! hints/unicos.sh hints/unicosmk.sh
319 ____________________________________________________________________________
320 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
321         Log: More Socket constants.
322      Branch: perl
323            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
324 ____________________________________________________________________________
325 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
326         Log: (replaced by #13395)
327      Branch: perl
328            ! hints/unicosmk.sh
329 ____________________________________________________________________________
330 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
331         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
332              From: Andy Dougherty <doughera@lafayette.edu>
333              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
334              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
335              
336              Simplify the test skippage criterion now that we are
337              no more dependent on sed.
338      Branch: perl
339            ! t/comp/cpp.t t/run/switchPx.t
340 ____________________________________________________________________________
341 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
342         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
343              From: Michael G Schwern <schwern@pobox.com>
344              Date: Fri, 30 Nov 2001 11:48:44 -0500
345              Message-ID: <20011130114844.C1303@blackrider>
346              
347              (replaces #13381)
348      Branch: perl
349            ! t/op/stat.t
350 ____________________________________________________________________________
351 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
352         Log: Let's not assume how much memory has been allocated
353              to PVs.
354      Branch: perl
355            ! ext/Devel/Peek/Peek.t
356 ____________________________________________________________________________
357 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
358         Log: VOS needs to know the modules, including pp_sort.
359      Branch: perl
360            ! vos/perl.bind
361 ____________________________________________________________________________
362 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
363         Log: Unused variables.
364      Branch: perl
365            ! ext/Unicode/Normalize/Normalize.xs
366 ____________________________________________________________________________
367 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
368         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
369              From: John Peacock <jpeacock@rowman.com>     
370              Date: Fri, 30 Nov 2001 10:24:00 -0500        
371              Message-ID: <3C07A490.A22A76B0@rowman.com>   
372      Branch: perl
373            ! lib/ExtUtils/Embed.t
374 ____________________________________________________________________________
375 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
376         Log: Tweak for the VOS building script from Paul Green.
377      Branch: perl
378            ! vos/configure_perl.cm
379 ____________________________________________________________________________
380 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
381         Log: Update Changes.
382      Branch: perl
383            ! Changes patchlevel.h
384 ____________________________________________________________________________
385 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
386         Log: Cannot test if cppstdin has not yet been installed.
387      Branch: perl
388            ! t/run/switchPx.t
389 ____________________________________________________________________________
390 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
391         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
392              From: Michael G Schwern <schwern@pobox.com> 
393              Date: Thu, 29 Nov 2001 22:05:11 -0500
394              Message-ID: <20011129220510.A18869@blackrider>
395              
396              TODO 1: if cppstdin is used and not yet installed,
397              the Px.t will fail (must do the same as in cpp.t)
398              
399              TODO 2: does this work if no Perl whatsoever has
400              yet been installed?  That is, we should be using
401              the Perl we are building to execute the one-liner.
402      Branch: perl
403            + t/run/switchPx.aux t/run/switchPx.t
404            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
405            ! vms/test.com
406 ____________________________________________________________________________
407 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
408         Log: Upgrade to Unicode::Normalize 0.12.
409      Branch: perl
410            ! ext/Unicode/Normalize/Changes
411            ! ext/Unicode/Normalize/Normalize.pm
412            ! ext/Unicode/Normalize/Normalize.xs
413            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
414            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
415            ! ext/Unicode/Normalize/t/test.t
416 ____________________________________________________________________________
417 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
418         Log: Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
419              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
420              Date: 30 Nov 2001 11:41:53 -0000             
421              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
422              
423              No need to die if we have high-paranoia (non-chdirable)
424              system directories.
425      Branch: perl
426            ! t/op/stat.t
427 ____________________________________________________________________________
428 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
429         Log: Paragraph rewrapping.
430      Branch: perl
431            ! pod/perliol.pod
432 ____________________________________________________________________________
433 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
434         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
435              From: Stas Bekman <stas@stason.org>
436              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
437              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
438      Branch: perl
439            ! pod/perliol.pod
440 ____________________________________________________________________________
441 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
442         Log: Whether select() gets restarted on signals is
443              implementation dependent.
444      Branch: perl
445            ! ext/Time/HiRes/HiRes.t
446 ____________________________________________________________________________
447 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
448         Log: More forgotten checkins.
449      Branch: perl
450            ! embed.h embed.pl proto.h
451 ____________________________________________________________________________
452 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
453         Log: Add a note about folding vs lowercase.
454      Branch: perl
455            ! regexec.c
456 ____________________________________________________________________________
457 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
458         Log: Use to_uni_fold (and add changed global.sym)
459      Branch: perl
460            ! global.sym utf8.c
461 ____________________________________________________________________________
462 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
463         Log: Make to Unicode character functions to use UVs
464              instead of U32s and add to_uni_fold().
465      Branch: perl
466            ! embed.pl proto.h utf8.c
467 ____________________________________________________________________________
468 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
469         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
470              From: Nicholas Clark <nick@ccl4.org>
471              Date: Thu, 29 Nov 2001 22:47:32 +0000
472              Message-ID: <20011129224732.W37621@plum.flirble.org>
473      Branch: perl
474            ! pod/perlpacktut.pod
475 ____________________________________________________________________________
476 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
477         Log: README.vos updates from Paul Green.
478      Branch: perl
479            ! README.vos
480 ____________________________________________________________________________
481 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
482         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
483              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
484              Date: Thu, 29 Nov 2001 14:18:51 EST
485              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
486      Branch: perl
487            ! mg.c vms/vms.c vms/vmsish.h
488 ____________________________________________________________________________
489 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
490         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
491              From: Michael G Schwern <schwern@pobox.com>
492              Date: Thu, 29 Nov 2001 13:12:31 -0500
493              Message-ID: <20011129131231.E11300@blackrider>
494      Branch: perl
495            ! README.vms
496 ____________________________________________________________________________
497 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
498         Log: BGET_IV was missing.
499      Branch: perl
500            ! ext/ByteLoader/bytecode.h
501 ____________________________________________________________________________
502 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
503         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
504              From: Jonathan Stowe <gellyfish@gellyfish.com>
505              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
506              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
507      Branch: perl
508            ! lib/Term/Cap.pm
509 ____________________________________________________________________________
510 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
511         Log: Porting/checkURL.pl was missing.
512      Branch: perl
513            ! MANIFEST
514 ____________________________________________________________________________
515 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
516         Log: Subject: INSTALL and READMEs should be reviewed
517              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
518              Date: Thu, 29 Nov 2001 16:49:36 +0100
519              Message-ID: <20011129164936.A17492@rafael>         
520      Branch: perl
521            ! README.cygwin
522 ____________________________________________________________________________
523 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
524         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
525              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
526              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
527              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
528      Branch: perl
529            ! README.os390
530 ____________________________________________________________________________
531 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
532         Log: Update Changes.
533      Branch: perl
534            ! Changes patchlevel.h
535 ____________________________________________________________________________
536 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
537         Log: The changes to the curliffed files didn't stick in #13348.
538      Branch: perl
539            ! README.dos README.win32
540 ____________________________________________________________________________
541 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
542         Log: Subject: Re: Found the rev where File::Glob broke
543              From: Andy Dougherty <doughera@lafayette.edu>
544              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
545              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
546      Branch: perl
547            ! lib/ExtUtils/MM_Unix.pm
548 ____________________________________________________________________________
549 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
550         Log: Use __DATA__ instead of __END__.
551      Branch: perl
552            ! lib/Term/Cap.pm
553 ____________________________________________________________________________
554 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
555         Log: Subject: [PATCH toke.c] autosplit into @F fix
556              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
557              Date: Thu, 29 Nov 2001 14:52:23 +0100
558              Message-ID: <20011129145223.A25817@rafael>         
559      Branch: perl
560            ! toke.c
561 ____________________________________________________________________________
562 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
563         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
564              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
565              Date: Thu, 29 Nov 2001 15:48:15 +0100
566              Message-ID: <20011129154815.C25817@rafael>         
567      Branch: perl
568            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
569 ____________________________________________________________________________
570 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
571         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
572              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
573              Date: Wed, 28 Nov 2001 20:35:29 +0100
574              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
575      Branch: perl
576            ! pod/perlpacktut.pod
577 ____________________________________________________________________________
578 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
579         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
580              From: Stas Bekman <stas@stason.org>
581              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
582              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
583              
584              (with tweaks)
585      Branch: perl
586            ! pod/perlapio.pod
587 ____________________________________________________________________________
588 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
589         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
590              From: Tels <perl_dummy@bloodgate.com>
591              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
592              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
593              
594              (plus paragraph rewrapping)
595      Branch: perl
596            ! lib/Exporter.pm
597 ____________________________________________________________________________
598 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
599         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
600              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
601              Date: Wed, 28 Nov 2001 21:47:59 +0000
602              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
603      Branch: perl
604            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
605 ____________________________________________________________________________
606 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
607         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
608              From: Andy Dougherty <doughera@lafayette.edu>
609              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
610              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
611      Branch: perl
612            ! INSTALL ext/Time/HiRes/HiRes.t
613 ____________________________________________________________________________
614 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
615         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
616              From: Michael G Schwern <schwern@pobox.com> 
617              Date: Wed, 28 Nov 2001 16:37:01 -0500
618              Message-ID: <20011128163701.H676@blackrider>
619      Branch: perl
620            ! t/run/kill_perl.t
621 ____________________________________________________________________________
622 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
623         Log: @INC tweak.
624      Branch: perl
625            ! t/op/ref.t
626 ____________________________________________________________________________
627 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
628         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
629              From: Nicholas Clark <nick@ccl4.org>
630              Date: Wed, 28 Nov 2001 23:38:43 +0000
631              Message-ID: <20011128233843.N37621@plum.flirble.org>  
632      Branch: perl
633            ! installman
634 ____________________________________________________________________________
635 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
636         Log: Tweak the forking logic.
637      Branch: perl
638            ! Porting/checkURL.pl
639 ____________________________________________________________________________
640 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
641         Log: Update perlmodlib.PL as per #13348.  The L<> got
642              changed back because that is coming from ParseLink.pm.
643      Branch: perl
644            ! pod/perlmodlib.PL pod/perlmodlib.pod
645 ____________________________________________________________________________
646 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
647         Log: URL fixups from Michael Schwern.
648      Branch: perl
649            ! README.cygwin README.dos README.hpux README.mint README.mpeix
650            ! README.os390 README.qnx README.solaris README.vos README.win32
651            ! pod/perlmodlib.pod
652 ____________________________________________________________________________
653 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
654         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
655              From: Barrie Slaymaker <barries@slaysys.com>
656              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
657              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
658      Branch: perl
659            ! lib/Exporter.pm
660 ____________________________________________________________________________
661 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
662         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
663      Branch: perl
664            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
665 ____________________________________________________________________________
666 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
667         Log: Subject: [PATCH] Re: $\ very broken
668              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
669              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
670              Message-ID: <20011128223308.E732@rafael>   
671              
672              Subject: Re: [PATCH] Re: $\ very broken     
673              From: Nicholas Clark <nick@ccl4.org>
674              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
675              Message-ID: <20011128222859.K37621@plum.flirble.org>
676      Branch: perl
677            ! mg.c t/op/ref.t
678 ____________________________________________________________________________
679 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
680         Log: Add Abigail's link checker with the following tweaks:
681              - known dummy URLs (Peter Prymmer)
682              - do also READMEs and INSTALL (Michael Schwern)
683              - do also ftp URLs
684              - add fork retry loop in case the allowed number
685              of processes per user is low
686      Branch: perl
687            + Porting/checkURL.pl
688            ! MANIFEST
689 ____________________________________________________________________________
690 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
691         Log: Update Changes.
692      Branch: perl
693            ! Changes patchlevel.h
694 ____________________________________________________________________________
695 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
696         Log: In Linux if we have modern enough gcc and supported
697              enough CPU, crank up the optimization level to -O3.
698      Branch: perl
699            ! hints/linux.sh
700 ____________________________________________________________________________
701 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
702         Log: Add perlpacktut from Wolfgang Laun; regen toc.
703      Branch: perl
704            + pod/perlpacktut.pod
705            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
706            ! pod/perltoc.pod
707 ____________________________________________________________________________
708 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
709         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
710              From: PPrymmer@factset.com
711              Date: Wed, 28 Nov 2001 07:51:26 -0500
712              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
713      Branch: perl
714            ! vms/test.com
715 ____________________________________________________________________________
716 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
717         Log: Test cases for the first half of #13338.
718      Branch: perl
719            ! t/lib/h2ph.h t/lib/h2ph.pht
720 ____________________________________________________________________________
721 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
722         Log: Subject: Re: h2ph confused by comments in an enum.
723              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
724              Date: Wed, 28 Nov 2001 04:19:21 +0000
725              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
726              
727              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
728              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
729              Date: Wed, 28 Nov 2001 13:36:35 +0000
730              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
731      Branch: perl
732            ! utils/h2ph.PL
733 ____________________________________________________________________________
734 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
735         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
736              From: Jonathan Stowe <gellyfish@gellyfish.com>
737              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
738              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
739              
740              (replace #13327)
741      Branch: perl
742            ! lib/Term/Cap.pm
743 ____________________________________________________________________________
744 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
745         Log: Replace #13335 with
746              
747              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
748              From: Russ Allbery <rra@stanford.edu>
749              Date: 27 Nov 2001 20:42:49 -0800
750              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
751      Branch: perl
752            ! lib/Pod/Text/Termcap.pm
753 ____________________________________________________________________________
754 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
755         Log: (replaced by #13336)
756              
757              Subject: [PATCH perl@13323] Termcap.pm with no termios
758              From: "Craig A. Berry" <craigberry@mac.com> 
759              Date: Tue, 27 Nov 2001 22:28:50 -0600
760              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
761      Branch: perl
762            ! lib/Pod/Text/Termcap.pm
763 ____________________________________________________________________________
764 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
765         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
766              From: "Craig A. Berry" <craigberry@mac.com> 
767              Date: Tue, 27 Nov 2001 21:46:45 -0600
768              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
769      Branch: perl
770            ! configure.com
771 ____________________________________________________________________________
772 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
773         Log: Upgrade to podlators 1.17.
774      Branch: perl
775            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
776            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
777 ____________________________________________________________________________
778 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
779         Log: Fix for "a\x{100}" =~ /A/i.
780      Branch: perl
781            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
782            ! utf8.c
783 ____________________________________________________________________________
784 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
785         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
786              From: "Craig A. Berry" <craigberry@mac.com>
787              Date: Tue, 27 Nov 2001 17:11:49 -0600
788              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
789      Branch: perl
790            ! lib/DB.t
791 ____________________________________________________________________________
792 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
793         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
794              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
795              Date: Tue, 27 Nov 2001 14:55:23 -0500
796              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
797              
798              Subject: [PATCH: perl@13324] updates to perldelta.pod 
799              From: PPrymmer@factset.com
800              Date: Tue, 27 Nov 2001 18:06:04 -0500
801              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
802              
803              plus added some known problems.
804      Branch: perl
805            ! pod/perldelta.pod
806 ____________________________________________________________________________
807 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
808         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
809              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
810              Date: Tue, 27 Nov 2001 15:38:02 EST 
811              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
812      Branch: perl
813            ! configure.com vms/vms.c vms/vmsish.h
814 ____________________________________________________________________________
815 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
816         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
817              From: Michael G Schwern <schwern@pobox.com> 
818              Date: Tue, 27 Nov 2001 15:31:12 -0500
819              Message-ID: <20011127153112.G20929@blackrider>
820      Branch: perl
821            ! t/run/kill_perl.t
822 ____________________________________________________________________________
823 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
824         Log: (replaced by #13337)
825              
826              VMS can safely hardcode a termcap entry for VT100.
827      Branch: perl
828            ! lib/Term/Cap.pm
829 ____________________________________________________________________________
830 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
831         Log: VMS piping fixes from Charles Lane (perl -P should
832              be working now).
833      Branch: perl
834            ! vms/vms.c
835 ____________________________________________________________________________
836 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
837         Log: Subject: [PATCH] perlvar.pod fix
838              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
839              Date: Tue, 27 Nov 2001 13:11:47 -0500
840              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
841      Branch: perl
842            ! pod/perlvar.pod
843 ____________________________________________________________________________
844 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
845         Log: Update Changes.
846      Branch: perl
847            ! Changes patchlevel.h
848 ____________________________________________________________________________
849 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
850         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
851              From: "Craig A. Berry" <craigberry@mac.com> 
852              Date: Tue, 27 Nov 2001 10:21:18 -0600
853              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
854      Branch: perl
855            ! lib/ExtUtils/MM_VMS.pm
856 ____________________________________________________________________________
857 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
858         Log: Protect against accumulating -options -options -options.
859      Branch: perl
860            ! hints/hpux.sh
861 ____________________________________________________________________________
862 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
863         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
864              From: Barrie Slaymaker <barries@slaysys.com>
865              Date: Tue, 27 Nov 2001 10:58:54 -0500
866              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
867      Branch: perl
868            ! lib/Benchmark.pm
869 ____________________________________________________________________________
870 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
871         Log: Tiny fix from John P. Linderman.
872      Branch: perl
873            ! lib/sort.pm
874 ____________________________________________________________________________
875 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
876         Log: The Story of sort(), from John P. Linderman.
877      Branch: perl
878            ! pod/perldelta.pod
879 ____________________________________________________________________________
880 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
881         Log: Add information what to do if you are reading
882              perluniintro but using some older Perl.
883      Branch: perl
884            ! pod/perluniintro.pod
885 ____________________________________________________________________________
886 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
887         Log: Update the 'wide characters' FAQ entry.
888      Branch: perl
889            ! pod/perlfaq6.pod
890 ____________________________________________________________________________
891 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
892         Log: Fix for
893              
894              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
895              From: Marc Lehmann <root@schmorp.de>
896              Date: Tue, 27 Nov 2001 14:27:14 +0100
897              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
898      Branch: perl
899            ! ext/Encode.t ext/Encode/Encode.xs
900 ____________________________________________________________________________
901 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
902         Log: Subject: [PATCH] DB_File 1.801
903              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
904              Date: Tue, 27 Nov 2001 15:06:45 -0000
905              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
906      Branch: perl
907            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
908            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
909 ____________________________________________________________________________
910 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
911         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
912      Branch: perl
913            ! pod/perlmodlib.pod
914 ____________________________________________________________________________
915 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
916         Log: sort() doc tweaks from John P. Linderman.
917      Branch: perl
918            ! pod/perlfunc.pod
919 ____________________________________________________________________________
920 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
921         Log: Subject: [PATCH] More perldelta.pod nits
922              From: Simon Glover <scog@roe.ac.uk>
923              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
924              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
925      Branch: perl
926            ! pod/perldelta.pod
927 ____________________________________________________________________________
928 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
929         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
930              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
931              Date: Tue, 27 Nov 2001 11:52:31 -0000
932              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
933      Branch: perl
934            ! ext/Devel/PPPort/harness/Makefile.PL
935 ____________________________________________________________________________
936 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
937         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
938              From: Michael G Schwern <schwern@pobox.com>
939              Date: Tue, 27 Nov 2001 03:38:24 -0500
940              Message-ID: <20011127033824.A17775@blackrider>
941      Branch: perl
942            ! t/TEST
943 ____________________________________________________________________________
944 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
945         Log: Subject: Re: perlcc very broken
946              From: John Peacock <jpeacock@rowman.com>
947              Date: Tue, 27 Nov 2001 06:48:01 -0500
948              Message-ID: <3C037D71.4030508@rowman.com>
949      Branch: perl
950            ! utils/perlcc.PL
951 ____________________________________________________________________________
952 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
953         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
954              From: David Dyck <dcd@tc.fluke.com>
955              Date: Mon, 26 Nov 2001 22:04:38 -0800
956              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
957      Branch: perl
958            ! t/op/pack.t
959 ____________________________________________________________________________
960 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
961         Log: Subject: [ID 20011126.149] t/op/split fails step 37
962              From: David Dyck <dcd@tc.fluke.com>
963              Date: Mon, 26 Nov 2001 21:52:35 -0800
964              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
965      Branch: perl
966            ! t/op/split.t
967 ____________________________________________________________________________
968 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
969         Log: incorporate last minute change from libnet 1.0901-tobe
970      Branch: perl
971            ! lib/Net/SMTP.pm
972 ____________________________________________________________________________
973 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
974         Log: Pass 7 at perldelta - random edits.
975      Branch: perl
976            ! pod/perldelta.pod
977 ____________________________________________________________________________
978 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
979         Log: Portability and skippage tweaks.
980      Branch: perl
981            ! t/op/split.t
982 ____________________________________________________________________________
983 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
984         Log: Try to make Unicode casemapping to work for EBCDIC, too.
985      Branch: perl
986            ! utf8.c
987 ____________________________________________________________________________
988 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
989         Log: Just printing 1..0 is not quite enough...
990      Branch: perl
991            ! lib/Dumpvalue.t
992 ____________________________________________________________________________
993 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
994         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
995              Delay the match until runtime.
996      Branch: perl
997            ! t/op/append.t
998 ____________________________________________________________________________
999 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
1000         Log: UTF-EBCDIC.
1001      Branch: perl
1002            ! ext/Devel/Peek/Peek.t
1003 ____________________________________________________________________________
1004 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
1005         Log: Be UTF-EBCDIC aware.
1006      Branch: perl
1007            ! lib/bytes.t
1008 ____________________________________________________________________________
1009 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
1010         Log: Bad assumption which way digits and letters sort.
1011      Branch: perl
1012            ! lib/English.t
1013 ____________________________________________________________________________
1014 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
1015         Log: If in EBCDIC but no Convert::EBCDIC
1016              the libnet tests will all fail.
1017      Branch: perl
1018            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
1019            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
1020            ! lib/Net/t/smtp.t lib/Net/t/time.t
1021 ____________________________________________________________________________
1022 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
1023         Log: Just sorting to guarantee order is not enough.
1024              (Think EBCDIC.) 
1025      Branch: perl
1026            ! lib/ExtUtils/Manifest.t
1027 ____________________________________________________________________________
1028 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
1029         Log: OS/390 cleanable gunk.
1030      Branch: perl
1031            ! lib/ExtUtils/MM_Unix.pm
1032 ____________________________________________________________________________
1033 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
1034         Log: Update the EBCDIC MD5 checksums.
1035      Branch: perl
1036            ! ext/Digest/MD5/t/files.t
1037 ____________________________________________________________________________
1038 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
1039         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
1040              From: Nicholas Clark <nick@ccl4.org>
1041              Date: Mon, 26 Nov 2001 23:06:34 +0000
1042              Message-ID: <20011126230633.Q37621@plum.flirble.org>
1043      Branch: perl
1044            ! installman
1045 ____________________________________________________________________________
1046 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
1047         Log: sort tweaks from John P. Linderman.
1048      Branch: perl
1049            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
1050 ____________________________________________________________________________
1051 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
1052         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
1053              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
1054              Date: Mon, 26 Nov 2001 18:47:25 -0600
1055              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
1056              
1057              Craig Berry submitted half of this patch just yesterday.
1058              Spooky cosmic resonance.
1059      Branch: perl
1060            ! ext/Socket/Socket.xs
1061 ____________________________________________________________________________
1062 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
1063         Log: Subject: [PATCH] doio slightly smaller
1064              From: Nicholas Clark <nick@ccl4.org>
1065              Date: Tue, 27 Nov 2001 00:40:23 +0000      
1066              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
1067      Branch: perl
1068            ! doio.c
1069 ____________________________________________________________________________
1070 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
1071         Log: perldelta nits from Autrijus Tang and Ron Kimball.
1072      Branch: perl
1073            ! pod/perldelta.pod
1074 ____________________________________________________________________________
1075 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
1076         Log: Subject: [PATCH] unpack P* uses random length for item
1077              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
1078              Date: Mon, 26 Nov 2001 19:56:32 +0100
1079              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
1080      Branch: perl
1081            ! pod/perldiag.pod pp_pack.c t/op/pack.t
1082 ____________________________________________________________________________
1083 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
1084         Log: Subject: [PATCH current] system and taintedness
1085              From: Radu Greab <radu@netsoft.ro>
1086              Date: Mon, 26 Nov 2001 18:42:29 +0200
1087              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
1088      Branch: perl
1089            ! pp_sys.c t/op/taint.t
1090 ____________________________________________________________________________
1091 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
1092         Log: Subject: [PATCH @ 13283] Devel::PPPort
1093              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1094              Date: Mon, 26 Nov 2001 14:37:17 -0000
1095              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
1096      Branch: perl
1097            + ext/Devel/PPPort/MANIFEST
1098            ! MANIFEST ext/Devel/PPPort/Makefile.PL
1099            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
1100            ! ext/Devel/PPPort/harness/Harness.xs
1101            ! ext/Devel/PPPort/harness/Makefile.PL
1102            ! ext/Devel/PPPort/harness/module2.c
1103            ! ext/Devel/PPPort/harness/module3.c
1104            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
1105 ____________________________________________________________________________
1106 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
1107         Log: Update the test list.
1108      Branch: perl
1109            ! t/lib/1_compile.t
1110 ____________________________________________________________________________
1111 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
1112         Log: Sync-up tests with libnet distribution
1113      Branch: perl
1114            + lib/Net/t/netrc.t
1115            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
1116 ____________________________________________________________________________
1117 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
1118         Log: Update Changes.
1119      Branch: perl
1120            ! Changes patchlevel.h
1121 ____________________________________________________________________________
1122 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
1123         Log: Upgrade to podlators 1.16.
1124      Branch: perl
1125            + lib/Pod/t/basic.cap
1126            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
1127            ! lib/Pod/t/basic.t pod/pod2man.PL
1128 ____________________________________________________________________________
1129 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
1130         Log: Pass 6 at perldelta - sort enhancements, generic and
1131              platform specific bug fixes.
1132      Branch: perl
1133            ! pod/perldelta.pod
1134 ____________________________________________________________________________
1135 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
1136         Log: PROPAGATE documentation from Tony Cook.
1137      Branch: perl
1138            ! pod/perlfunc.pod
1139 ____________________________________________________________________________
1140 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
1141         Log: DJGPP cannot do signals that well.
1142      Branch: perl
1143            ! ext/POSIX/t/sigaction.t
1144 ____________________________________________________________________________
1145 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
1146         Log: Can't do subsecond alarms without ualarm; and break out
1147              early if alarms do not seem to be coming in as expected.
1148      Branch: perl
1149            ! ext/Time/HiRes/HiRes.t
1150 ____________________________________________________________________________
1151 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
1152         Log: No Socket, little Net.
1153      Branch: perl
1154            ! t/lib/1_compile.t
1155 ____________________________________________________________________________
1156 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
1157         Log: Take the taint brush to the getcwds.
1158      Branch: perl
1159            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
1160 ____________________________________________________________________________
1161 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
1162         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
1163              From: "Craig A. Berry" <craigberry@mac.com>
1164              Date: Sun, 25 Nov 2001 16:20:45 -0600
1165              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
1166      Branch: perl
1167            ! ext/Socket/Socket.xs
1168 ____________________________________________________________________________
1169 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
1170         Log: Since in some DOS filesystems the timestamp granularity
1171              may be only two seconds, better sleep for three to play safe.
1172              (Helps CygWin, at least.)
1173      Branch: perl
1174            ! lib/Memoize/t/expire_file.t
1175 ____________________________________________________________________________
1176 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
1177         Log: For some reason CygWin wasn't collapsing multiple
1178              slashes into one, which made some Spec.t tests to fail.
1179              Either CygWin was being too prudish or the collapsing
1180              logic needs to be rethunk.
1181      Branch: perl
1182            ! lib/File/Spec/Unix.pm
1183 ____________________________________________________________________________
1184 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
1185         Log: Cygwin needs to have libperl.dll around if trying to link
1186              with -lperl.  Note: this change cures the test but whether
1187              it cures CygPerl installation, I don't know: hopefully the
1188              libperl5_7_2.dll, or the version equivalent, gets installed
1189              also as libperl.dll to the proper place(s).
1190      Branch: perl
1191            ! lib/ExtUtils/Embed.t
1192 ____________________________________________________________________________
1193 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
1194         Log: -I../lib/.. and -L../lib/..?  Strange.
1195      Branch: perl
1196            ! lib/ExtUtils/Embed.t
1197 ____________________________________________________________________________
1198 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
1199         Log: $MM?
1200      Branch: perl
1201            ! lib/ExtUtils/Embed.pm
1202 ____________________________________________________________________________
1203 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
1204         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
1205              From: Dave Rolsky <autarch@urth.org>
1206              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
1207              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
1208      Branch: perl
1209            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
1210            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1211 ____________________________________________________________________________
1212 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
1213         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
1214              From: chromatic <chromatic@rmci.net>
1215              Date: Sat, 24 Nov 2001 14:56:57 -0700
1216              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
1217              
1218              plus a tweak for ithreads builds.
1219      Branch: perl
1220            + lib/DB.t
1221            ! MANIFEST lib/DB.pm
1222 ____________________________________________________________________________
1223 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
1224         Log: Win32 compilation tweaks for Blair Zajac.
1225      Branch: perl
1226            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
1227 ____________________________________________________________________________
1228 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
1229         Log: I don't think trying to bracket the hires time with lores
1230              times is going to be portable enough: Cygwin seems to be
1231              capable of getting hires ones rather consistently lower
1232              than the lores ones.  So let's try average difference instead.
1233      Branch: perl
1234            ! ext/Time/HiRes/HiRes.t
1235 ____________________________________________________________________________
1236 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
1237         Log: Subject: Re: benchmarks, sorts and reproducibility
1238              From: "John P. Linderman" <jpl@research.att.com>
1239              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
1240              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
1241              
1242              Randomize large partitions for quicksort to dodge the
1243              angry gods of quadratic.
1244      Branch: perl
1245            ! pp_sort.c
1246 ____________________________________________________________________________
1247 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
1248         Log: The joys of portable quoting.
1249      Branch: perl
1250            ! ext/Devel/PPPort/harness/Makefile.PL
1251 ____________________________________________________________________________
1252 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
1253         Log: sort pragma tweaks.
1254      Branch: perl
1255            ! lib/sort.pm
1256 ____________________________________________________________________________
1257 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
1258         Log: Skip the link= directives of utils.lst if no mandir
1259              (if no manpages).
1260      Branch: perl
1261            ! installman
1262 ____________________________________________________________________________
1263 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
1264         Log: change#3373 introduced a handle leak in backticks and piped open()s
1265              that fail
1266      Branch: perl
1267            ! util.c
1268 ____________________________________________________________________________
1269 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
1270         Log: Extraenous breaks noticed by David Dyck.
1271      Branch: perl
1272            ! Configure
1273 ____________________________________________________________________________
1274 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
1275         Log: Revert the /proc/self/auxv experiment for now.
1276      Branch: perl
1277            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
1278 ____________________________________________________________________________
1279 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
1280         Log: Also ExtUtils.t had $^X assumptions.
1281      Branch: perl
1282            ! lib/ExtUtils.t
1283 ____________________________________________________________________________
1284 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
1285         Log: Now is Solaris if you start the t/perl in the t/
1286              as "./perl", the $^X will be "../perl", not "./perl".
1287      Branch: perl
1288            ! t/lib/1_compile.t
1289 ____________________________________________________________________________
1290 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
1291         Log: The new way of finding out $^X in Solaris
1292              requires a little tweak if the executable
1293              pathname is *not* absolute: prepend "./"
1294              (otherwise `$^X ...` will start perl from PATH...)
1295      Branch: perl
1296            ! perl.c
1297 ____________________________________________________________________________
1298 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
1299         Log: Avoid "will not stay shared" warnings.
1300      Branch: perl
1301            ! lib/ExtUtils/MM_Unix.pm
1302 ____________________________________________________________________________
1303 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
1304         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
1305              From: Michael G Schwern <schwern@pobox.com>
1306              Date: Sat, 24 Nov 2001 19:56:18 -0500
1307              Message-ID: <20011124195618.A14614@blackrider>            
1308      Branch: perl
1309            ! perl.c pp_sys.c t/op/magic.t util.c
1310 ____________________________________________________________________________
1311 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
1312         Log: In the MakeMaker pm_to_blib target don't copy all
1313              the files in one fell swppo, deal with them hunkwise,
1314              helps for CLIs with limited line lengths.
1315              (This seems to help for DJGPP building Encode,
1316              where there are dozens of files to copy.)
1317      Branch: perl
1318            ! lib/ExtUtils/MM_Unix.pm
1319 ____________________________________________________________________________
1320 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
1321         Log: testsuite leaves stray files behind on windows
1322      Branch: perl
1323            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
1324 ____________________________________________________________________________
1325 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
1326         Log: xsubpp produces a spurious warning on directories called 'typemap'
1327      Branch: perl
1328            ! lib/ExtUtils/xsubpp
1329 ____________________________________________________________________________
1330 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
1331         Log: xsubpp treats invalid (indented) cpp directives as comments
1332      Branch: perl
1333            ! ext/IO/IO.xs
1334 ____________________________________________________________________________
1335 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
1336         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
1337      Branch: perl
1338            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
1339 ____________________________________________________________________________
1340 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
1341         Log: The debug_pag needs to be visible at all times
1342              because of the re extension.
1343      Branch: perl
1344            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
1345 ____________________________________________________________________________
1346 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
1347         Log: Subject: Re: [PATCH] Tests are good
1348              From: Philip Newton <Philip.Newton@gmx.net>
1349              Date: Sat, 24 Nov 2001 21:24:00 +0100
1350              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
1351      Branch: perl
1352            ! pod/perlhack.pod
1353 ____________________________________________________________________________
1354 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
1355         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
1356              From: "Craig A. Berry" <craigberry@mac.com> 
1357              Date: Sat, 24 Nov 2001 12:45:44 -0600
1358              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
1359              
1360              (with tweaks, and combined with Sarathy's #13242)
1361      Branch: perl
1362            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
1363 ____________________________________________________________________________
1364 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
1365         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
1366              From: John Peacock <jpeacock@rowman.com>
1367              Date: Sat, 24 Nov 2001 14:27:46 -0500
1368              Message-ID: <3BFFF4B2.40509@rowman.com> 
1369      Branch: perl
1370            ! lib/Exporter/Heavy.pm
1371 ____________________________________________________________________________
1372 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
1373         Log: use portable quotes
1374      Branch: perl
1375            ! ext/Devel/PPPort/harness/Makefile.PL
1376 ____________________________________________________________________________
1377 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
1378         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
1379              From: Nicholas Clark <nick@ccl4.org>
1380              Date: Sat, 24 Nov 2001 18:06:26 +0000
1381              Message-ID: <20011124180626.T37621@plum.flirble.org>
1382      Branch: perl
1383            ! installman
1384 ____________________________________________________________________________
1385 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
1386         Log: Subject: [PATCH] perl5005delta.pod L<>
1387              From: Nicholas Clark <nick@ccl4.org>
1388              Date: Sat, 24 Nov 2001 18:04:21 +0000
1389              Message-ID: <20011124180421.S37621@plum.flirble.org>
1390      Branch: perl
1391            ! pod/perl5005delta.pod
1392 ____________________________________________________________________________
1393 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
1394         Log: fix typo in config.vc; regenerate win32 config_H.* files
1395      Branch: perl
1396            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1397            ! win32/config_H.vc
1398 ____________________________________________________________________________
1399 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
1400         Log: Mention the charnames::vianame().
1401      Branch: perl
1402            ! pod/perluniintro.pod
1403 ____________________________________________________________________________
1404 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
1405         Log: Add charnames::vianame() in case people want to access
1406              the codes in run-time (as opposed to the compile-timeness
1407              of \N{...}).
1408      Branch: perl
1409            ! lib/charnames.pm lib/charnames.t
1410 ____________________________________________________________________________
1411 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
1412         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
1413              From: Nicholas Clark <nick@ccl4.org>
1414              Date: Sat, 24 Nov 2001 16:30:42 +0000
1415              Message-ID: <20011124163042.R37621@plum.flirble.org>
1416      Branch: perl
1417            ! regcomp.c regcomp.h
1418 ____________________________________________________________________________
1419 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
1420         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
1421              From: Nicholas Clark <nick@ccl4.org>
1422              Date: Sat, 24 Nov 2001 16:24:33 +0000
1423              Message-ID: <20011124162433.Q37621@plum.flirble.org>
1424              
1425              cmp fixes.
1426      Branch: perl
1427            ! pp.c
1428 ____________________________________________________________________________
1429 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
1430         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
1431              (It seems that "./perl" gets resolved to "perl" now.)
1432      Branch: perl
1433            ! perl.c
1434 ____________________________________________________________________________
1435 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
1436         Log: Subject: [PATCH] DB_File 1.800        
1437              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
1438              Date: Sat, 24 Nov 2001 11:41:41 -0000
1439              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
1440      Branch: perl
1441            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1442            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
1443            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1444            ! ext/DB_File/t/db-recno.t
1445 ____________________________________________________________________________
1446 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
1447         Log: Tweak the PUSHED documentation.
1448      Branch: perl
1449            ! ext/PerlIO/Via/Via.pm
1450 ____________________________________________________________________________
1451 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
1452         Log: Update 1_compile for new known tests.
1453      Branch: perl
1454            ! t/lib/1_compile.t
1455 ____________________________________________________________________________
1456 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
1457         Log: Move the MBF/MBI test modules to t/lib.
1458      Branch: perl
1459            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
1460            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1461            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1462            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
1463            ! lib/Math/BigInt/t/sub_mbi.t
1464 ____________________________________________________________________________
1465 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
1466         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
1467              From: "Craig A. Berry" <craigberry@mac.com> 
1468              Date: Fri, 23 Nov 2001 18:05:35 -0600
1469              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
1470      Branch: perl
1471            ! configure.com
1472 ____________________________________________________________________________
1473 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
1474         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
1475              From: PPrymmer@factset.com 
1476              Date: Fri, 23 Nov 2001 17:03:07 -0500
1477              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
1478      Branch: perl
1479            ! ext/Unicode/Normalize/mkheader
1480 ____________________________________________________________________________
1481 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
1482         Log: Here are the right helper files.
1483      Branch: perl
1484            + t/lib/Filter/Simple/ExportTest.pm
1485            + t/lib/Filter/Simple/FilterOnlyTest.pm
1486            + t/lib/Filter/Simple/FilterTest.pm
1487            + t/lib/Filter/Simple/ImportTest.pm
1488            ! MANIFEST
1489 ____________________________________________________________________________
1490 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
1491         Log: Update Changes.
1492      Branch: perl
1493            ! Changes patchlevel.h
1494 ____________________________________________________________________________
1495 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
1496         Log: Never mind.
1497      Branch: perl
1498            - lib/Filter/Simple/lib/ExportTest.pm
1499            - lib/Filter/Simple/lib/ImportTest.pm
1500 ____________________________________________________________________________
1501 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
1502         Log: Mis-add.
1503      Branch: perl
1504            + lib/Filter/Simple/lib/ExportTest.pm
1505            + lib/Filter/Simple/lib/ImportTest.pm
1506 ____________________________________________________________________________
1507 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
1508         Log: Upgrade to Filter::Simple 0.77.
1509      Branch: perl
1510            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
1511            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
1512            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
1513            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
1514            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
1515 ____________________________________________________________________________
1516 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
1517         Log: Missing p4 add.
1518      Branch: perl
1519            + lib/ExtUtils/MM_VMS.t
1520 ____________________________________________________________________________
1521 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
1522         Log: Pass 5 at perldelta - module and utility updates cleanup.
1523      Branch: perl
1524            ! pod/perldelta.pod
1525 ____________________________________________________________________________
1526 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
1527         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
1528      Branch: perl
1529            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1530            ! pod/buildtoc.PL pod/perltoc.pod
1531 ____________________________________________________________________________
1532 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
1533         Log: Add procselfexe and d_dirfd to strange lands.
1534      Branch: perl
1535            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
1536            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
1537            ! vos/config.ga.def vos/config.ga.h win32/config.bc
1538            ! win32/config.gc win32/config.vc win32/config.win64
1539            ! wince/config.ce
1540 ____________________________________________________________________________
1541 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
1542         Log: Better to "quote" the pathname.
1543      Branch: perl
1544            ! Configure config_h.SH
1545 ____________________________________________________________________________
1546 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
1547         Log: Use PROCSELFEXE_PATH.
1548      Branch: perl
1549            ! perl.c
1550 ____________________________________________________________________________
1551 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
1552         Log: Add probing for BSD-like /proc/curpoc/file.
1553      Branch: perl
1554            ! Configure config_h.SH
1555 ____________________________________________________________________________
1556 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
1557         Log: Add probing for dirfd() so that it can be added it IO::Dir.
1558      Branch: perl
1559            ! Configure config_h.SH perl.h
1560 ____________________________________________________________________________
1561 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
1562         Log: ...and update the test count.
1563      Branch: perl
1564            ! lib/Pod/t/basic.t
1565 ____________________________________________________________________________
1566 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
1567         Log: Must remove the cap test also from the test script.
1568      Branch: perl
1569            ! lib/Pod/t/basic.t
1570 ____________________________________________________________________________
1571 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
1572         Log: Subject: [PATCH] Tests are good
1573              From: Nicholas Clark <nick@ccl4.org>
1574              Date: Fri, 23 Nov 2001 18:12:21 +0000
1575              Message-ID: <20011123181220.F37621@plum.flirble.org>
1576      Branch: perl
1577            ! pod/perlhack.pod
1578 ____________________________________________________________________________
1579 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
1580         Log: The basic.cap from podlators 1.14 is not very portable.
1581      Branch: perl
1582            - lib/Pod/t/basic.cap
1583            ! MANIFEST
1584 ____________________________________________________________________________
1585 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
1586         Log: Subject: Re: [DOC PATCHES] pod cleanups
1587              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1588              Date: 22 Nov 2001 12:54:16 -0000
1589              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
1590      Branch: perl
1591            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
1592            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
1593 ____________________________________________________________________________
1594 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
1595         Log: FAQ sync.
1596      Branch: perl
1597            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
1598 ____________________________________________________________________________
1599 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
1600         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
1601              From: PPrymmer@factset.com
1602              Date: Fri, 23 Nov 2001 11:43:45 -0500
1603              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
1604      Branch: perl
1605            ! MANIFEST lib/ExtUtils/MM_VMS.pm
1606 ____________________________________________________________________________
1607 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
1608         Log: Corify podlators 1.14 test.
1609      Branch: perl
1610            ! lib/Pod/t/basic.t
1611 ____________________________________________________________________________
1612 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
1613         Log: Output tweak needed because of podlators 1.14.
1614      Branch: perl
1615            ! t/pod/multiline_items.xr
1616 ____________________________________________________________________________
1617 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
1618         Log: Upgrade to podlators 1.14.
1619      Branch: perl
1620            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
1621            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
1622            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
1623            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
1624            ! lib/Pod/Text/Overstrike.pm
1625 ____________________________________________________________________________
1626 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
1627         Log: perlmodinstall tweaks from Philip Newton.
1628      Branch: perl
1629            ! pod/perlmodinstall.pod
1630 ____________________________________________________________________________
1631 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
1632         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
1633              From: Autrijus Tang <autrijus@autrijus.org>           
1634              Date: Fri, 23 Nov 2001 23:55:53 +0800
1635              Message-ID: <20011123235553.A2310@not.autrijus.org>
1636      Branch: perl
1637            ! Porting/genlog
1638 ____________________________________________________________________________
1639 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
1640         Log: Subject: Re: regex oddness with \Z and $&
1641              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
1642              Date: Fri, 23 Nov 2001 15:15:24 +0000
1643              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
1644      Branch: perl
1645            ! regcomp.c t/op/re_tests
1646 ____________________________________________________________________________
1647 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
1648         Log: regen_headers.
1649      Branch: perl
1650            ! embed.h global.sym pod/perlapi.pod proto.h
1651 ____________________________________________________________________________
1652 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
1653         Log: Forgotten check-in.
1654      Branch: perl
1655            ! pod/perlapi.pod
1656 ____________________________________________________________________________
1657 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
1658         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
1659      Branch: perl
1660            ! lib/Test/Simple.pm
1661 ____________________________________________________________________________
1662 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
1663         Log: Retract #13173 (effectively retract Net::Ping 2.06,
1664              go back to 2.04, the 2.06 hasn't seen the patches
1665              that have gone to the blead version.)
1666      Branch: perl
1667            - lib/Net/Ping/CHANGES lib/Net/Ping/README
1668            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1669            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1670            - lib/Net/Ping/t/200_ping_tcp.t
1671            ! MANIFEST lib/Net/Ping.pm
1672 ____________________________________________________________________________
1673 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
1674         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
1675              From: Robin Barker <rmb1@cise.npl.co.uk>
1676              Date: Thu, 22 Nov 2001 11:00:38 GMT
1677              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
1678      Branch: perl
1679            ! utils/perldoc.PL
1680 ____________________________________________________________________________
1681 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
1682         Log: procselfexe tweak: for some reason I had a ls in
1683              /proc/self/exe, not the ls Configure thought it
1684              would found.
1685      Branch: perl
1686            ! Configure
1687 ____________________________________________________________________________
1688 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
1689         Log: Corify the Net::Ping tests; skip the tests
1690              unless $ENV{PERL_TEST_Net_Ping} is true.
1691      Branch: perl
1692            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1693            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1694            ! lib/Net/Ping/t/200_ping_tcp.t
1695 ____________________________________________________________________________
1696 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
1697         Log: The #13182 didn't really help.  The real problem
1698              seems to be that 'sh' can in AIX mean at least three
1699              different things, and we can't know which one it is
1700              unless we export $newsh from an earlier run (and it's
1701              the 'bsh' aka 'sh' that has the the broken test -h).
1702      Branch: perl
1703            ! Configure
1704 ____________________________________________________________________________
1705 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
1706         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
1707      Branch: perl
1708            ! op.c t/op/override.t
1709 ____________________________________________________________________________
1710 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
1711         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
1712              From: PPrymmer@factset.com 
1713              Date: Wed, 21 Nov 2001 20:17:25 -0500
1714              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
1715      Branch: perl
1716            ! lib/Shell.t
1717 ____________________________________________________________________________
1718 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
1719         Log: Reapply perlmodinstall parts of #12897.
1720      Branch: perl
1721            ! pod/perlmodinstall.pod
1722 ____________________________________________________________________________
1723 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
1724         Log: perlmodinstall 2.01 from Jon Orwant.
1725      Branch: perl
1726            ! pod/perlmodinstall.pod
1727 ____________________________________________________________________________
1728 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
1729         Log: Subject: [PATCH @10907] REXX on OS/2
1730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1731              Date: Wed, 21 Nov 2001 15:26:11 -0500
1732              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
1733      Branch: perl
1734            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
1735            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
1736 ____________________________________________________________________________
1737 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
1738         Log: AIX has broken builtin 'test'.
1739      Branch: perl
1740            ! Configure
1741 ____________________________________________________________________________
1742 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
1743         Log: Subject: [PATCH 5.7.x] INSTALL size update
1744              From: Andy Dougherty <doughera@lafayette.edu>
1745              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
1746              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
1747      Branch: perl
1748            ! INSTALL
1749 ____________________________________________________________________________
1750 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
1751         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
1752              to pp_sort.c.  Includes the quicksort stabilizing layer
1753              from John P. Linderman.  -Msort=qsort or -Msort=fast is
1754              faster than without (or with -Msort=mergesort or -Msort=safe)
1755              for short random inputs, but for some reason not quite as fast
1756              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
1757              optimizing definitely needed.
1758      Branch: perl
1759            + lib/sort.pm lib/sort.t pp_sort.c
1760            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
1761            ! embed.pl global.sym perl.h pp_ctl.c proto.h
1762            ! vms/descrip_mms.template vos/build.cm win32/Makefile
1763            ! win32/makefile.mk wince/Makefile.ce
1764 ____________________________________________________________________________
1765 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
1766         Log: Sync file with libnet-1.0901-tobe
1767      Branch: perl
1768            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
1769            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
1770            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
1771            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
1772            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
1773 ____________________________________________________________________________
1774 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
1775         Log: Subject: [PATCH perldoc] problems with pod2man
1776              From: Robin Barker <rmb1@cise.npl.co.uk>
1777              Date: Wed, 21 Nov 2001 17:48:51 GMT
1778              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
1779      Branch: perl
1780            ! utils/perldoc.PL
1781 ____________________________________________________________________________
1782 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
1783         Log: debug_pad only visible when debugging.
1784      Branch: perl
1785            ! makedef.pl
1786 ____________________________________________________________________________
1787 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
1788         Log: procselfexe tweaks.
1789      Branch: perl
1790            ! Configure config_h.SH
1791 ____________________________________________________________________________
1792 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
1793         Log: Upgrade to Net::Ping 2.06.
1794      Branch: perl
1795            + lib/Net/Ping/CHANGES lib/Net/Ping/README
1796            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1797            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1798            + lib/Net/Ping/t/200_ping_tcp.t
1799            ! MANIFEST lib/Net/Ping.pm
1800 ____________________________________________________________________________
1801 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
1802         Log: Upgrade to Math::BigInt 1.47.
1803      Branch: perl
1804            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1805            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
1806            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
1807            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1808            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
1809            ! lib/Math/BigInt/t/sub_mbi.t
1810 ____________________________________________________________________________
1811 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
1812         Log: Dynaloading for POSIX-BC from Thomas Dorner.
1813      Branch: perl
1814            ! hints/posix-bc.sh
1815 ____________________________________________________________________________
1816 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
1817         Log: Strange: the same mysterious regex study bug
1818              seems to be present both in OS/390 and POSIX-BC.
1819              Deep EBCDIC magic that regex engine gets wrong,
1820              or a bug in some compiler/library shared by the
1821              two platforms?  From Thomas Dorner.
1822      Branch: perl
1823            ! t/op/study.t
1824 ____________________________________________________________________________
1825 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
1826         Log: More lost and found.
1827      Branch: perl
1828            + lib/Test/Simple/README
1829            ! MANIFEST
1830 ____________________________________________________________________________
1831 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
1832         Log: MANIFESTly missing.
1833      Branch: perl
1834            ! MANIFEST
1835 ____________________________________________________________________________
1836 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
1837         Log: Subject: Re: PERFORCE change 13162 for review               
1838              From: Philip Newton <Philip.Newton@gmx.net> 
1839              Date: Wed, 21 Nov 2001 16:44:30 +0100
1840              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
1841      Branch: perl
1842            ! ext/Devel/PPPort/PPPort.pm
1843 ____________________________________________________________________________
1844 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
1845         Log: Update Changes.
1846      Branch: perl
1847            ! Changes patchlevel.h
1848 ____________________________________________________________________________
1849 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
1850         Log: Small doc tweaks.
1851      Branch: perl
1852            ! ext/PerlIO/Via/Via.pm
1853 ____________________________________________________________________________
1854 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
1855         Log: Redundant return.
1856      Branch: perl
1857            ! ext/MIME/Base64/QuotedPrint.pm
1858 ____________________________________________________________________________
1859 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
1860         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
1861              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
1862              Date: Wed, 21 Nov 2001 10:23:16 +0100
1863              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
1864      Branch: perl
1865            ! pp_pack.c t/op/pack.t
1866 ____________________________________________________________________________
1867 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
1868         Log: Add Devel::PPPort originally from Kenneth Albanowski,
1869              revigorated by Paul Marquess: gives h2xs a Perl version
1870              portability boost.
1871      Branch: perl
1872            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
1873            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
1874            + ext/Devel/PPPort/harness/Harness.pm
1875            + ext/Devel/PPPort/harness/Harness.xs
1876            + ext/Devel/PPPort/harness/Makefile.PL
1877            + ext/Devel/PPPort/harness/module2.c
1878            + ext/Devel/PPPort/harness/module3.c
1879            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
1880            ! MANIFEST lib/h2xs.t utils/h2xs.PL
1881 ____________________________________________________________________________
1882 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
1883         Log: Oops.
1884      Branch: perl
1885            ! lib/Test/Simple/t/filehandles.t
1886 ____________________________________________________________________________
1887 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
1888         Log: Subject: Re: PERFORCE change 13152 for review               
1889              From: Philip Newton <Philip.Newton@gmx.net> 
1890              Date: Wed, 21 Nov 2001 09:04:05 +0100
1891              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
1892      Branch: perl
1893            ! lib/Test/Builder.pm
1894 ____________________________________________________________________________
1895 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
1896         Log: Subject: Re: PERFORCE change 13142 for review
1897              From: Philip Newton <Philip.Newton@gmx.net>
1898              Date: Wed, 21 Nov 2001 09:04:03 +0100
1899              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
1900              
1901              plus rewrap few paragraphs.
1902      Branch: perl
1903            ! lib/Pod/LaTeX.pm
1904 ____________________________________________________________________________
1905 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
1906         Log: Integrate #13154 from macperl; Remove comments.
1907      Branch: perl
1908           !> lib/File/Spec/Mac.pm
1909 ____________________________________________________________________________
1910 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
1911         Log: Update the list of modules having tests.
1912      Branch: perl
1913            ! t/lib/1_compile.t
1914 ____________________________________________________________________________
1915 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
1916         Log: Slight doc changes.
1917      Branch: maint-5.6/macperl
1918            ! macos/macperl/MacPerl.podhelp
1919 ____________________________________________________________________________
1920 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
1921         Log: Add UTF-16 coercion.
1922      Branch: maint-5.6/macperl
1923            ! macos/lib/Mac/AppleEvents/Simple.pm
1924 ____________________________________________________________________________
1925 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
1926         Log: Remove comments.
1927      Branch: maint-5.6/macperl
1928            ! lib/File/Spec/Mac.pm
1929 ____________________________________________________________________________
1930 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
1931         Log: Fix FSpGetCatInfo (and other functions) corrupting
1932              memory with bad filespecs (bug #471867)
1933      Branch: maint-5.6/macperl
1934            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
1935 ____________________________________________________________________________
1936 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
1937         Log: Upgrade to Test::Simple 0.33.
1938      Branch: perl
1939            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
1940            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
1941            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
1942 ____________________________________________________________________________
1943 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
1944         Log: Upgrade to Test::Harness 1.26.
1945      Branch: perl
1946            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1947 ____________________________________________________________________________
1948 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
1949         Log: Integrate change #13145 from maintperl;
1950              another compatibility tweak to change#12559: avoid quoting
1951              arguments that already have quotes; add test case
1952      Branch: perl
1953           !> t/op/system_tests win32/win32.c
1954 ____________________________________________________________________________
1955 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
1956         Log: integrate change#13147 from mainline (fixes nit in change#10091)
1957              
1958              Subject: [PATCH] spaceship and refs
1959      Branch: maint-5.6/perl
1960            ! pp.c pp_hot.c t/op/cmp.t
1961 ____________________________________________________________________________
1962 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
1963         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
1964              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
1965              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
1966              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
1967      Branch: perl
1968            + lib/Pod/t/utils.t
1969            ! MANIFEST
1970 ____________________________________________________________________________
1971 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
1972         Log: Subject: [PATCH] spaceship and refs
1973              From: Nicholas Clark <nick@ccl4.org>
1974              Date: Tue, 20 Nov 2001 21:59:51 +0000
1975              Message-ID: <20011120215951.U62891@plum.flirble.org> 
1976      Branch: perl
1977            ! pp.c pp_hot.c t/op/cmp.t
1978 ____________________________________________________________________________
1979 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
1980         Log: Try to clarify which I/O call operates on bytes,
1981              which on characters, which on either.
1982      Branch: perl
1983            ! pod/perlfunc.pod
1984 ____________________________________________________________________________
1985 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
1986         Log: another compatibility tweak to change#12559: avoid quoting
1987              arguments that already have quotes; add test case
1988      Branch: maint-5.6/perl
1989            ! t/op/system_tests win32/win32.c
1990 ____________________________________________________________________________
1991 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
1992         Log: Give a simple example of writing PerlIO::Via handlers
1993              in Perl.
1994      Branch: perl
1995            ! ext/PerlIO/Via/Via.pm
1996 ____________________________________________________________________________
1997 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
1998         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
1999      Branch: perl
2000            + lib/Pod/t/latex.t
2001            ! MANIFEST
2002 ____________________________________________________________________________
2003 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
2004         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
2005              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2006              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
2007              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
2008      Branch: perl
2009            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
2010 ____________________________________________________________________________
2011 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
2012         Log: Spread d_procselfexe to far-off lands (undefined).
2013      Branch: perl
2014            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
2015            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
2016            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2017            ! win32/config.gc win32/config.vc win32/config.win64
2018            ! wince/config.ce
2019 ____________________________________________________________________________
2020 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
2021         Log: Integrate perlio; add detection and use of /proc/self/exe
2022              (Linuxism for finding the absolute path of the executable)
2023      Branch: perl
2024           !> Configure config_h.SH perl.c t/op/magic.t
2025 ____________________________________________________________________________
2026 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
2027         Log: Really define do_report_used() only if DEBUGGING.
2028      Branch: perl
2029            ! sv.c
2030 ____________________________________________________________________________
2031 [ 13138] By: nick                                  on 2001/11/20  20:01:05
2032         Log: perl.c change to use HAS_PROCSELFEXE, also
2033              tweak to $^X test to comprehend full path to real executable
2034              being returned (like Cygwin as it happens...)
2035      Branch: perlio
2036            ! perl.c t/op/magic.t
2037 ____________________________________________________________________________
2038 [ 13137] By: nick                                  on 2001/11/20  19:46:00
2039         Log: Integrate mainline
2040      Branch: perlio
2041           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
2042           +> lib/NEXT/t/unseen.t
2043            - lib/NEXT/test.pl
2044           !> (integrate 34 files)
2045 ____________________________________________________________________________
2046 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
2047         Log: Subject: [?PATCH] terser pp_eq
2048              From: Nicholas Clark <nick@ccl4.org>
2049              Date: Mon, 19 Nov 2001 23:09:02 +0000
2050              Message-ID: <20011119230901.O62891@plum.flirble.org>
2051      Branch: perl
2052            ! pp_hot.c
2053 ____________________________________________________________________________
2054 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
2055         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
2056      Branch: perl
2057            ! pod/perldelta.pod
2058 ____________________________________________________________________________
2059 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
2060         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
2061              From: Andy Dougherty <doughera@lafayette.edu>
2062              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
2063              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
2064      Branch: perl
2065            ! ext/re/Makefile.PL ext/re/re.xs
2066 ____________________________________________________________________________
2067 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
2068         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
2069              From: Andy Dougherty <doughera@lafayette.edu>
2070              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
2071              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
2072      Branch: perl
2073            ! ext/re/re.xs
2074 ____________________________________________________________________________
2075 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
2076         Log: Integrate change #13119 from macperl.
2077              (No changes since already applied the patch,
2078              just keep perforce happy and well-fed.)
2079      Branch: perl
2080           !> lib/Pod/Html.pm
2081 ____________________________________________________________________________
2082 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
2083         Log: Subject: [PATCH] filter-util.pl for Mac OS
2084              From: Chris Nandor <pudge@pobox.com>
2085              Date: Tue, 20 Nov 2001 00:16:11 -0500
2086              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
2087      Branch: perl
2088            ! t/lib/filter-util.pl
2089 ____________________________________________________________________________
2090 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
2091         Log: Subject: [PATCH] Portability fix for Pod::Html
2092              From: Chris Nandor <pudge@pobox.com>
2093              Date: Tue, 20 Nov 2001 00:01:05 -0500
2094              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
2095      Branch: perl
2096            ! lib/Pod/Html.pm
2097 ____________________________________________________________________________
2098 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
2099         Log: Need to skip more tests if not perlio.
2100      Branch: perl
2101            ! lib/open.t
2102 ____________________________________________________________________________
2103 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
2104         Log: Pass 3 at perldelta - sort the lists of new modules,
2105              module improvements, and new platforms.
2106      Branch: perl
2107            ! pod/perldelta.pod
2108 ____________________________________________________________________________
2109 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
2110         Log: Document ${^OPEN}.
2111      Branch: perl
2112            ! pod/perlvar.pod
2113 ____________________________________________________________________________
2114 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
2115         Log: Make configpm work with extra keys
2116      Branch: maint-5.6/macperl
2117            ! macos/configpm
2118 ____________________________________________________________________________
2119 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
2120         Log: Version and doc updates
2121      Branch: maint-5.6/macperl
2122            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
2123 ____________________________________________________________________________
2124 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
2125         Log: More fixes for error message parsing (bug #470316)
2126      Branch: maint-5.6/macperl
2127            ! macos/macish.c
2128 ____________________________________________________________________________
2129 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
2130         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
2131              remove obsolete function (bug #465225)
2132      Branch: maint-5.6/macperl
2133            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
2134            ! macos/macperl/MPScript.c
2135 ____________________________________________________________________________
2136 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
2137         Log: Add p2as droplet to distribution.
2138      Branch: maint-5.6/macperl
2139            + macos/macperl/Droplets/p2as.plx
2140 ____________________________________________________________________________
2141 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
2142         Log: Bundle File::Sort.
2143      Branch: maint-5.6/macperl
2144            + macos/bundled_lib/blib/lib/File/Sort.pm
2145 ____________________________________________________________________________
2146 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
2147         Log: Various bundled module fixes.
2148      Branch: maint-5.6/macperl
2149            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
2150            ! macos/bundled_ext/Digest/MD5/t/files.t
2151            ! macos/bundled_ext/Filter/t/filter-util.pl
2152            ! macos/bundled_lib/blib/lib/Net/Config.pm
2153            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
2154 ____________________________________________________________________________
2155 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
2156         Log: Portability fix for Pod::Html.
2157      Branch: maint-5.6/macperl
2158            ! lib/Pod/Html.pm
2159 ____________________________________________________________________________
2160 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
2161         Log: Upgrade to Text::Balanced 1.89.
2162      Branch: perl
2163            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
2164            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
2165            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
2166            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
2167            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
2168            ! lib/Text/Balanced/t/gentag.t
2169 ____________________________________________________________________________
2170 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
2171         Log: Upgrade to NEXT 0.50.
2172      Branch: perl
2173            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
2174            + lib/NEXT/t/unseen.t
2175            - lib/NEXT/test.pl
2176            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
2177 ____________________________________________________________________________
2178 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
2179         Log: Integrate with maint-5.6/perl.
2180      Branch: maint-5.6/macperl
2181           !> win32/win32.c
2182 ____________________________________________________________________________
2183 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
2184         Log: Update the README.threads scary header a bit.
2185      Branch: perl
2186            ! README.threads
2187 ____________________________________________________________________________
2188 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
2189         Log: Pass 2 at perldelta: add some changes since 5.7.2.
2190      Branch: perl
2191            ! pod/perldelta.pod
2192 ____________________________________________________________________________
2193 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
2194         Log: Subject: [DOC PATCH] perlfaq4.pod 
2195              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2196              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
2197              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
2198      Branch: perl
2199            ! pod/perlfaq4.pod
2200 ____________________________________________________________________________
2201 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
2202         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
2203              From: Michael G Schwern <schwern@pobox.com> 
2204              Date: Mon, 19 Nov 2001 19:53:12 -0500
2205              Message-ID: <20011119195311.I11883@blackrider>
2206      Branch: perl
2207            ! perl.c
2208 ____________________________________________________________________________
2209 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
2210         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
2211              From: PPrymmer@factset.com
2212              Date: Mon, 19 Nov 2001 17:08:59 -0500
2213              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
2214      Branch: perl
2215            ! vms/descrip_mms.template
2216 ____________________________________________________________________________
2217 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
2218         Log: Create a per-interpeter debug scratchpad container
2219              and use that for the regexec debugging.
2220      Branch: perl
2221            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
2222 ____________________________________________________________________________
2223 [ 13109] By: nick                                  on 2001/11/19  22:01:45
2224         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
2225              Configure unit detects the feature).
2226      Branch: metaconfig/U/perl
2227            + procselfexe.U
2228      Branch: perlio
2229            ! Configure config_h.SH
2230 ____________________________________________________________________________
2231 [ 13108] By: nick                                  on 2001/11/19  20:39:17
2232         Log: Integrate mainline
2233      Branch: perlio
2234           +> t/op/or.t
2235           !> (integrate 44 files)
2236 ____________________________________________________________________________
2237 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
2238         Log: sysseek tweak.
2239      Branch: perl
2240            ! pod/perlfunc.pod
2241 ____________________________________________________________________________
2242 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
2243         Log: Move the sysio tests from io/utf8 to lib/open.
2244      Branch: perl
2245            ! lib/open.t t/io/utf8.t
2246 ____________________________________________________________________________
2247 [ 13105] By: nick                                  on 2001/11/19  20:15:39
2248         Log: Add a .package and a README to //depot/metaconfig
2249      Branch: metaconfig
2250            + .package README
2251 ____________________________________________________________________________
2252 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
2253         Log: Thou shalt not mix stdio and sysio.
2254      Branch: perl
2255            ! t/io/utf8.t
2256 ____________________________________________________________________________
2257 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
2258         Log: Update Changes.
2259      Branch: perl
2260            ! Changes patchlevel.h
2261 ____________________________________________________________________________
2262 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
2263         Log: The runops_debug needs to be present always, otherwise
2264              places like AIX which need an explicit symbol export list
2265              will croak when trying to build Devel::Peek (which uses
2266              the runops_debug).
2267      Branch: perl
2268            ! makedef.pl
2269 ____________________________________________________________________________
2270 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
2271         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
2272              From: PPrymmer@factset.com 
2273              Date: Mon, 19 Nov 2001 11:34:22 -0500
2274              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
2275      Branch: perl
2276            ! lib/Memoize/t/tie_sdbm.t
2277 ____________________________________________________________________________
2278 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
2279         Log: Retract #13088: it seems that unless dump.c is extensively
2280              reorganized as to what symbols it shows, when, and to whom,
2281              we are stuck with having the dump.o symbols in the libperl
2282              and thusly in the main Perl binary.
2283      Branch: perl
2284            ! embedvar.h perlapi.h perlvars.h
2285 ____________________________________________________________________________
2286 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
2287         Log: The _uni_display should not be in dump.c since they
2288              are used under normal operation (S_not_a_number()).
2289      Branch: perl
2290            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
2291 ____________________________________________________________________________
2292 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
2293         Log: Protect sv_dump() from being included unless DEBUGGING,
2294              as noticed by Ilya.
2295      Branch: perl
2296            ! sv.c
2297 ____________________________________________________________________________
2298 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
2299         Log: Pending further investigation skip the tell() tests.
2300              The tell() is okay on Solaris, HP-UX and Tru64, but fails
2301              (by returning too much) in Linux.
2302      Branch: perl
2303            ! t/io/utf8.t
2304 ____________________________________________________________________________
2305 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
2306         Log: Retract #13082 until a better solution is found:
2307              statics break ithreads.
2308      Branch: perl
2309            ! regexec.c
2310 ____________________________________________________________________________
2311 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
2312         Log: Figures 1 and 2 for UTF-8.
2313      Branch: perl
2314            ! pod/perlunicode.pod
2315 ____________________________________________________________________________
2316 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
2317         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
2318              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2319              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
2320              Message-ID: <20011119132645.A15034@rafael>
2321      Branch: perl
2322            ! op.c pod/perldiag.pod t/lib/warnings/op
2323 ____________________________________________________________________________
2324 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
2325         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
2326              From: Michael G Schwern <schwern@pobox.com> 
2327              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
2328              Message-ID: <20011119031112.E786@blackrider>
2329      Branch: perl
2330            ! t/op/closure.t
2331 ____________________________________________________________________________
2332 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
2333         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
2334              From: Michael G Schwern <schwern@pobox.com>
2335              Date: Mon, 19 Nov 2001 03:42:56 -0500
2336              Message-ID: <20011119034256.I786@blackrider>
2337      Branch: perl
2338            + t/op/or.t
2339            ! MANIFEST
2340 ____________________________________________________________________________
2341 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
2342         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
2343              From: "Craig A. Berry" <craigberry@mac.com>
2344              Date: Sun, 18 Nov 2001 14:33:48 -0600
2345              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
2346      Branch: perl
2347            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
2348 ____________________________________________________________________________
2349 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
2350         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
2351              From: Dave Rolsky <autarch@urth.org>
2352              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
2353              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
2354      Branch: perl
2355            ! lib/ExtUtils/Manifest.pm
2356 ____________________________________________________________________________
2357 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
2358         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
2359              From: Dave Rolsky <autarch@urth.org>
2360              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
2361              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
2362      Branch: perl
2363            ! lib/ExtUtils/Install.pm
2364 ____________________________________________________________________________
2365 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
2366         Log: The runops_dbg should not be needed.
2367      Branch: perl
2368            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
2369 ____________________________________________________________________________
2370 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
2371         Log: do_spawn() cleanup from Charles Lane.
2372      Branch: perl
2373            ! vms/vms.c
2374 ____________________________________________________________________________
2375 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
2376         Log: Update the list of tests.
2377      Branch: perl
2378            ! t/lib/1_compile.t
2379 ____________________________________________________________________________
2380 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
2381         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
2382              From: Michael G Schwern <schwern@pobox.com> 
2383              Date: Fri, 16 Nov 2001 17:37:04 -0500
2384              Message-ID: <20011116173703.L30160@blackrider>
2385      Branch: perl
2386            ! t/lib/warnings/sv
2387 ____________________________________________________________________________
2388 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
2389         Log: FAQ sync.
2390      Branch: perl
2391            ! pod/perlfaq4.pod
2392 ____________________________________________________________________________
2393 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
2394         Log: Integrate perlio; win32 sync.
2395      Branch: perl
2396           !> perlio.c win32/win32io.c
2397 ____________________________________________________________________________
2398 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
2399         Log: (retracted by #13096)
2400              Debugging would be badly skewed by a malloc per regex dump.
2401      Branch: perl
2402            ! regexec.c
2403 ____________________________________________________________________________
2404 [ 13081] By: nick                                  on 2001/11/18  19:08:40
2405         Log: Win32 layer has a dup which needs to match new prototype.
2406      Branch: perlio
2407            ! win32/win32io.c
2408 ____________________________________________________________________________
2409 [ 13080] By: nick                                  on 2001/11/18  19:05:02
2410         Log: Wrong way to get stdio mode used.
2411      Branch: perlio
2412            ! perlio.c
2413 ____________________________________________________________________________
2414 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
2415         Log: Retract #13048: that introduced a malloc() (through savepvn())
2416              to *every* m//, which killed the performance quite badly.
2417      Branch: perl
2418            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
2419 ____________________________________________________________________________
2420 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
2421         Log: Pass 1 at perldelta.pod: sort the section contents
2422              together, drop all but the 5.7.2 known problems,
2423              leave the 5.7.1 security note since that's the
2424              fullest explanation (update the date on that).
2425      Branch: perl
2426            ! pod/perldelta.pod
2427 ____________________________________________________________________________
2428 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
2429         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
2430              
2431              Tiny problem in the test for 20011113.110: I hope
2432              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
2433      Branch: perl
2434            ! pp.c t/op/repeat.t
2435 ____________________________________________________________________________
2436 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
2437         Log: All of syswrite/send/sendto need to return character counts,
2438              and character counts from the offset, not the beginning of
2439              the scalar.
2440      Branch: perl
2441            ! pp_sys.c
2442 ____________________________________________________________________________
2443 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
2444         Log: Integrate PerlIO: duping fixes.
2445      Branch: perl
2446           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2447           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
2448           !> perliol.h sv.c
2449 ____________________________________________________________________________
2450 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
2451         Log: syswrite() was still returning byte counts, not character counts.
2452      Branch: perl
2453            ! pp_sys.c t/io/utf8.t
2454 ____________________________________________________________________________
2455 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
2456         Log: Add test for sysread().
2457      Branch: perl
2458            ! t/io/utf8.t
2459 ____________________________________________________________________________
2460 [ 13072] By: nick                                  on 2001/11/18  16:15:31
2461         Log: Allow dup'ing of PerlIO::Scalar etc.
2462      Branch: perlio
2463            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2464            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
2465            ! perliol.h sv.c
2466 ____________________________________________________________________________
2467 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
2468         Log: Prepend a null byte to the test set.
2469      Branch: perl
2470            ! t/io/utf8.t
2471 ____________________________________________________________________________
2472 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
2473         Log: Document how "no utf8;" can become handy.
2474      Branch: perl
2475            ! lib/utf8.pm
2476 ____________________________________________________________________________
2477 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
2478         Log: Integrate perlio; force the inclusion of the PL_runops_*
2479      Branch: perl
2480           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
2481 ____________________________________________________________________________
2482 [ 13068] By: nick                                  on 2001/11/18  13:23:33
2483         Log: embed.pl generated changes I forgot to include
2484      Branch: perlio
2485            ! embedvar.h perlapi.h pod/perlapi.pod
2486 ____________________________________________________________________________
2487 [ 13067] By: nick                                  on 2001/11/18  12:50:19
2488         Log: Force inclusion of both Perl_runops_* in perl itself,
2489              so they are available for Peek.xs etc.
2490      Branch: perlio
2491            ! perlvars.h
2492 ____________________________________________________________________________
2493 [ 13066] By: nick                                  on 2001/11/18  11:00:34
2494         Log: Integrate mainline - a few Devel::Peak fails.
2495      Branch: perlio
2496           +> (branch 29 files)
2497            - ext/Thread/Thread.pm lib/Benchmark.t
2498            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2499            - lib/Lingua/KO/Hangul/Util/README
2500            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
2501            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
2502            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
2503            - vms/ext/vmsish.pm vms/ext/vmsish.t
2504            ! hv.c
2505           !> (integrate 389 files)
2506 ____________________________________________________________________________
2507 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
2508         Log: Start working on perldelta.  This is not yet any sort of
2509              editing; just concatenating perl570delta, perl571delta,
2510              and perl572delta.  Any sorting not done, any duplicate
2511              removal not done, any removal or update of obsolete items
2512              not done, any changes since 5.7.2 not included.  So there.
2513      Branch: perl
2514            ! pod/perldelta.pod
2515 ____________________________________________________________________________
2516 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
2517         Log: Banish "use utf8".
2518      Branch: perl
2519            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
2520 ____________________________________________________________________________
2521 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
2522         Log: Tweak from Charles Lane.
2523      Branch: perl
2524            ! vms/vms.c
2525 ____________________________________________________________________________
2526 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
2527         Log: Integrate change #13058 from maintperl;
2528              change#12559 breaks things on Win9x because command.com doesn't
2529              grok dquotes at all; disable all the system() smarts for
2530              command.com
2531      Branch: perl
2532           !> win32/win32.c
2533 ____________________________________________________________________________
2534 [ 13061] By: ams                                   on 2001/11/17  13:46:11
2535         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
2536              From: Jonathan Stowe <gellyfish@gellyfish.com>
2537              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
2538              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
2539      Branch: perl
2540            ! lib/Term/Cap.pm
2541 ____________________________________________________________________________
2542 [ 13060] By: ams                                   on 2001/11/17  09:49:10
2543         Log: Subject: [PATCH9 File/Find.pm doc nits
2544              From: Tels <perl_dummy@bloodgate.com>
2545              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
2546      Branch: perl
2547            ! lib/File/Find.pm
2548 ____________________________________________________________________________
2549 [ 13059] By: ams                                   on 2001/11/17  09:38:38
2550         Log: Subject: [PATCH] Benchmark.pm nit
2551              From: Tels <perl_dummy@bloodgate.com>
2552              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
2553      Branch: perl
2554            ! lib/Benchmark.pm
2555 ____________________________________________________________________________
2556 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
2557         Log: change#12559 breaks things on Win9x because command.com doesn't
2558              grok dquotes at all; disable all the system() smarts for
2559              command.com
2560      Branch: maint-5.6/perl
2561            ! win32/win32.c
2562 ____________________________________________________________________________
2563 [ 13057] By: ams                                   on 2001/11/16  20:30:03
2564         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
2565              From: Andy Dougherty <doughera@lafayette.edu>
2566              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
2567              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
2568      Branch: perl
2569            ! lib/Unicode/UCD.t
2570 ____________________________________________________________________________
2571 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
2572         Log: Subject: [Patch Perl@13023] VMS system() warning
2573              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2574              Date: Fri, 16 Nov 2001 15:20:11 EST
2575              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
2576      Branch: perl
2577            ! vms/vms.c
2578 ____________________________________________________________________________
2579 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
2580         Log: It's neither-nor, and protect against the impossible.
2581      Branch: perl
2582            ! lib/Thread.pm
2583 ____________________________________________________________________________
2584 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
2585         Log: 5005threads didn't work because $Thread::VERSION wasn't
2586              visible.  Oops.
2587      Branch: perl
2588            ! ext/Thread/Makefile.PL lib/Thread.pm
2589 ____________________________________________________________________________
2590 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
2591         Log: Robustness against Linux using something else than gcc;
2592              based on
2593              
2594              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
2595              From: Charles Randall <cfriv@yahoo.com>
2596              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
2597              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
2598      Branch: perl
2599            ! ext/Errno/Errno_pm.PL
2600 ____________________________________________________________________________
2601 [ 13052] By: ams                                   on 2001/11/16  16:46:39
2602         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
2603              From: Russ Allbery <rra@stanford.edu>
2604              Date: 16 Nov 2001 09:44:21 -0800
2605              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
2606      Branch: perl
2607            ! lib/Pod/ParseLink.pm
2608 ____________________________________________________________________________
2609 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
2610         Log: Update perluniintro on the UTF-8 output matters
2611              (that -w will warn unless the stream is explicitly UTF-8-ified).
2612      Branch: perl
2613            ! pod/perluniintro.pod
2614 ____________________________________________________________________________
2615 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
2616         Log: Adding new files to MANIFEST is nice.
2617      Branch: perl
2618            ! MANIFEST
2619 ____________________________________________________________________________
2620 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
2621         Log: Update Changes.
2622      Branch: perl
2623            ! Changes patchlevel.h
2624 ____________________________________________________________________________
2625 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
2626         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
2627              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
2628              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
2629              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
2630      Branch: perl
2631            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
2632 ____________________________________________________________________________
2633 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
2634         Log: Rename perlunintro to perluniintro; regen toc.
2635      Branch: perl
2636            + pod/perluniintro.pod
2637            - pod/perlunintro.pod
2638            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2639 ____________________________________________________________________________
2640 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
2641         Log: Document the negated lookeahead trick to emulate
2642              character class subtraction.
2643      Branch: perl
2644            ! pod/perlunicode.pod
2645 ____________________________________________________________________________
2646 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
2647         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
2648              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2649              Date: Fri, 16 Nov 2001 23:31:04 +0900
2650              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
2651              
2652              (with the tweak that Cntrl is not C, it's Cc)
2653      Branch: perl
2654            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
2655            ! lib/unicore/mktables
2656 ____________________________________________________________________________
2657 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
2658         Log: Subject: [PATCH current] runtime runops switch
2659              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2660              Date: Fri, 16 Nov 2001 00:48:09 -0500
2661              Message-ID: <20011116004809.A934@math.ohio-state.edu>
2662      Branch: perl
2663            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
2664            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
2665            ! pod/perlintern.pod proto.h run.c
2666 ____________________________________________________________________________
2667 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
2668         Log: Further discourage old Thread code; tell how to tell
2669              the difference.
2670      Branch: perl
2671            ! lib/Thread.pm
2672 ____________________________________________________________________________
2673 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
2674         Log: A missing return; from Charles Lane.
2675      Branch: perl
2676            ! vms/vms.c
2677 ____________________________________________________________________________
2678 [ 13041] By: ams                                   on 2001/11/16  12:11:14
2679         Log: Subject: [PATCH] Doc spellcheck + podcheck
2680              From: Autrijus Tang <autrijus@egb.elixus.org>
2681              Date: Thu, 15 Nov 2001 22:49:05 -0800
2682              Message-Id: <20011116064905.GA44092@egb.elixus.org>
2683              
2684              Subject: [PATCH] podcheck+spellcheck, the rest of the story
2685              From: Autrijus Tang <autrijus@egb.elixus.org>
2686              Date: Fri, 16 Nov 2001 00:42:20 -0800
2687              Message-Id: <20011116084220.GA44295@egb.elixus.org>
2688              
2689              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
2690              From: Nicholas Clark <nick@ccl4.org>
2691              Date: Fri, 16 Nov 2001 10:32:01 +0000
2692              Message-Id: <20011116103200.F62891@plum.flirble.org>
2693              (Applied after suitable de-mangling.)
2694      Branch: perl
2695            ! README.aix README.dgux README.dos README.epoc README.hpux
2696            ! README.mint README.mpeix README.netware README.os2
2697            ! README.os390 README.plan9 README.qnx README.solaris
2698            ! README.threads doio.c pod/perl571delta.pod
2699            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
2700            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
2701            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
2702            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
2703            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
2704            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
2705 ____________________________________________________________________________
2706 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
2707         Log: Avoid redefinedness warning for now.
2708      Branch: perl
2709            ! lib/Thread.pm
2710 ____________________________________________________________________________
2711 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
2712         Log: use strict.
2713      Branch: perl
2714            ! lib/Thread.pm
2715 ____________________________________________________________________________
2716 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
2717         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
2718              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
2719              Date: Thu, 15 Nov 2001 22:54:47 EST 
2720              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
2721      Branch: perl
2722            ! vms/vms.c vms/vmspipe.com
2723 ____________________________________________________________________________
2724 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
2725         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
2726              From: "chromatic" <chromatic@rmci.net>
2727              Date: Thu, 15 Nov 2001 19:54:23 -0700
2728              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
2729      Branch: perl
2730            ! lib/File/stat.t
2731 ____________________________________________________________________________
2732 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
2733         Log: Make Thread a wrapper for both ithreads and 5005threads.
2734              Needs a lot of work and Arthur's eyeballing (and finishing
2735              few missing odds and ends of threads.pm).  Now Thread
2736              is an extension without its own .pm.
2737              
2738              If there are people who have experience working with
2739              either the 5005threads or the ithreads: cleaning up
2740              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
2741              and porting the various Thread::* modules, like Thread::Queue,
2742              to work also with ithreads, is needed.
2743              
2744              Removed the 5005threads requirement from the 5005 tests
2745              for easier testing (not all of them work yet since
2746              they use the Thread::* modules that have not been made
2747              to work with ithreads).  Leave the 5005 tests named as
2748              *.tx so that they are not run by "make test".
2749      Branch: perl
2750            + lib/Thread.pm
2751            - ext/Thread/Thread.pm
2752            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
2753            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
2754            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
2755            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
2756            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
2757            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
2758            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
2759 ____________________________________________________________________________
2760 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
2761         Log: $VERSION "a5" doesn't quite work.
2762      Branch: perl
2763            ! ext/B/Makefile.PL
2764 ____________________________________________________________________________
2765 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
2766         Log: Add the fruits of Larry Shatzer's version verifying script.
2767              (There are some straddlers, but they will be fixed in the
2768              upcoming releases of the modules.)
2769      Branch: perl
2770            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
2771            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
2772            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
2773            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
2774            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
2775            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
2776            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2777            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
2778            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
2779            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
2780            ! wince/FindExt.pm
2781 ____________________________________________________________________________
2782 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
2783         Log: Add Larry Shatzer's VERSION verifying script.
2784      Branch: perl
2785            + Porting/checkVERSION.pl
2786            ! MANIFEST Porting/pumpkin.pod
2787 ____________________________________________________________________________
2788 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
2789         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
2790              From: Michael G Schwern <schwern@pobox.com>
2791              Date: Thu, 15 Nov 2001 19:26:40 -0500
2792              Message-ID: <20011115192640.R31399@blackrider>
2793      Branch: perl
2794            ! t/test.pl
2795 ____________________________________________________________________________
2796 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
2797         Log: Document the MY_CXT business; from Paul Marquess.
2798      Branch: perl
2799            ! pod/perlxs.pod
2800 ____________________________________________________________________________
2801 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
2802         Log: VMSCMD synch attempt.
2803      Branch: perl
2804            ! vms/vms.c vms/vmsish.h
2805 ____________________________________________________________________________
2806 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
2807         Log: Advise against -P as instructed by Schwern.
2808      Branch: perl
2809            ! pod/perlrun.pod
2810 ____________________________________________________________________________
2811 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
2812         Log: Subject: [PATCH] v-strings as Objects Step 1
2813              From: John Peacock <jpeacock@rowman.com>
2814              Date: Thu, 15 Nov 2001 12:41:04 -0500
2815              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
2816      Branch: perl
2817            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
2818            ! util.c
2819 ____________________________________________________________________________
2820 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
2821         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
2822              From: Michael G Schwern <schwern@pobox.com>
2823              Date: Thu, 15 Nov 2001 12:47:59 -0500
2824              Message-ID: <20011115124759.E31399@blackrider>
2825      Branch: perl
2826            + t/run/switchx.aux t/run/switchx.t
2827            ! MANIFEST t/run/switches.t
2828 ____________________________________________________________________________
2829 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
2830         Log: Upgrade to Getopt::Long 2.26_03.
2831      Branch: perl
2832            ! lib/Getopt/Long.pm
2833 ____________________________________________________________________________
2834 [ 13025] By: ams                                   on 2001/11/15  20:46:22
2835         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
2836              From: Michael G Schwern <schwern@pobox.com>
2837              Date: Thu, 15 Nov 2001 16:24:11 -0500
2838              Message-Id: <20011115162411.M31399@blackrider>
2839      Branch: perl
2840            ! vms/vms.c
2841 ____________________________________________________________________________
2842 [ 13024] By: ams                                   on 2001/11/15  19:32:06
2843         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
2844              From: rspier@pobox.com (Robert Spier)
2845              Date: Thu, 15 Nov 2001 11:19:21 -0800
2846              Message-Id: <15348.5433.732364.963687@rls.cx>
2847      Branch: perl
2848            ! op.c
2849 ____________________________________________________________________________
2850 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
2851         Log: Update Changes.
2852      Branch: perl
2853            ! Changes patchlevel.h
2854 ____________________________________________________________________________
2855 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
2856         Log: Subject: [PATCH] new tests for command-line switches
2857              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2858              Date: Thu, 15 Nov 2001 17:00:30 +0100
2859              Message-ID: <20011115170030.A14193@rafael>
2860      Branch: perl
2861            + t/run/switches.t
2862            ! MANIFEST
2863 ____________________________________________________________________________
2864 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
2865         Log: Upgrade to podlators 1.13.
2866      Branch: perl
2867            + lib/Pod/ParseLink.pm
2868            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
2869            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
2870            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
2871            ! t/pod/pod2usage.xr t/pod/podselect.xr
2872 ____________________________________________________________________________
2873 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
2874         Log: skip "might be used uninitialized".
2875      Branch: perl
2876            ! pp_sys.c
2877 ____________________________________________________________________________
2878 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
2879         Log: Fix for "perlio bug in koi8-r encoding".  The problem
2880              seemed to be that binmode() always flushed the handle,
2881              which is not so good when switching encodings.  Fixed,
2882              added Matt Sergeant's testcase, documented in perlfunc/binmode,
2883              also added a pointer about disciplines to perlfunc/open,
2884              and in general cleaned up and reformatted the open entry.
2885      Branch: perl
2886            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
2887 ____________________________________________________________________________
2888 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
2889         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
2890              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2891              Date: 15 Nov 2001 08:57:06 -0000
2892              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
2893              
2894              chop() and chomp() are not real list functions,
2895              so let's not have them overrideable.  (Casey will
2896              be confused since in #7071 he patched the other way.)
2897      Branch: perl
2898            ! pod/perlfunc.pod toke.c
2899 ____________________________________________________________________________
2900 [ 13017] By: ams                                   on 2001/11/15  12:56:49
2901         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
2902              From: Robin Barker <rmb1@cise.npl.co.uk>
2903              Date: Thu, 15 Nov 2001 13:48:34 GMT
2904              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
2905              (Applied with tweaks.)
2906      Branch: perl
2907            ! pod/perltrap.pod
2908 ____________________________________________________________________________
2909 [ 13016] By: ams                                   on 2001/11/15  09:12:48
2910         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
2911              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2912              Date: Thu, 15 Nov 2001 09:06:39 +0100
2913              Message-Id: <20011115090639.A13005@rafael>
2914      Branch: perl
2915            ! pod/perlrun.pod
2916 ____________________________________________________________________________
2917 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
2918         Log: "link =" from utils.lst was being processed oddly.
2919      Branch: perl
2920            ! installman
2921 ____________________________________________________________________________
2922 [ 13014] By: ams                                   on 2001/11/15  02:52:52
2923         Log: Subject: [PATCH current] CreateTTY in -d
2924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2925              Date: Wed, 14 Nov 2001 21:26:31 -0500
2926              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
2927      Branch: perl
2928            ! lib/perl5db.pl
2929 ____________________________________________________________________________
2930 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
2931         Log: Corify the Filter::Simple tests. 
2932      Branch: perl
2933            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
2934            ! lib/Filter/Simple/t/filter_only.t
2935 ____________________________________________________________________________
2936 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
2937         Log: Upgrade to Filter::Simple 0.70.
2938      Branch: perl
2939            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
2940            + t/lib/FilterOnlyTest.pm
2941            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
2942            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
2943            ! t/lib/FilterTest.pm
2944 ____________________________________________________________________________
2945 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
2946         Log: Cleanliness inspired by Cygwin.
2947      Branch: perl
2948            ! Makefile.SH x2p/Makefile.SH
2949 ____________________________________________________________________________
2950 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
2951         Log: Add perlunintro (formerly known as perlunitut); regen toc.
2952      Branch: perl
2953            + pod/perlunintro.pod
2954            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2955 ____________________________________________________________________________
2956 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
2957         Log: FAQ sync.
2958      Branch: perl
2959            ! pod/perlfaq6.pod
2960 ____________________________________________________________________________
2961 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
2962         Log: Quieten pgcc 2.91.66 worries.
2963      Branch: perl
2964            ! gv.c pp_ctl.c utf8.c
2965 ____________________________________________________________________________
2966 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
2967         Log: Upgrade to Switch 2.06.
2968      Branch: perl
2969            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2970            ! lib/Switch/t/nested.t
2971 ____________________________________________________________________________
2972 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
2973         Log: Upgrade to Attribute::Handlers 0.76.
2974      Branch: perl
2975            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2976            ! lib/Attribute/Handlers/README
2977            ! lib/Attribute/Handlers/demo/Demo.pm
2978            ! lib/Attribute/Handlers/demo/Descriptions.pm
2979            ! lib/Attribute/Handlers/demo/MyClass.pm
2980            ! lib/Attribute/Handlers/demo/demo_cycle.pl
2981            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
2982            ! lib/Attribute/Handlers/t/multi.t
2983 ____________________________________________________________________________
2984 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
2985         Log: Signedness nit.
2986      Branch: perl
2987            ! regexec.c
2988 ____________________________________________________________________________
2989 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
2990         Log: VERSIONize.
2991      Branch: perl
2992            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
2993            ! lib/integer.pm
2994 ____________________________________________________________________________
2995 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
2996         Log: No pod in internal Net::FTP classes.
2997      Branch: perl
2998            ! pod/buildtoc.PL
2999 ____________________________________________________________________________
3000 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
3001         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
3002              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3003              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
3004              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
3005      Branch: perl
3006            ! regexec.c
3007 ____________________________________________________________________________
3008 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
3009         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
3010              Pudge correctly).
3011      Branch: perl
3012            ! t/test.pl
3013 ____________________________________________________________________________
3014 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
3015         Log: Add comments to mark where $^X is being handled.
3016      Branch: perl
3017            ! perl.c toke.c
3018 ____________________________________________________________________________
3019 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
3020         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
3021              From: Michael G Schwern <schwern@pobox.com>
3022              Date: Wed, 14 Nov 2001 16:38:25 -0500
3023              Message-ID: <20011114163825.D6519@blackrider>
3024      Branch: perl
3025            ! t/op/repeat.t
3026 ____________________________________________________________________________
3027 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
3028         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
3029              From: Michael G Schwern <schwern@pobox.com>
3030              Date: Wed, 14 Nov 2001 13:19:15 -0500
3031              Message-ID: <20011114131915.K5096@blackrider>
3032      Branch: perl
3033            ! t/op/die_exit.t
3034 ____________________________________________________________________________
3035 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
3036         Log: Subject: Re: [PATCH] new version of runperl()
3037              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3038              Date: Wed, 14 Nov 2001 15:39:12 EST
3039              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
3040              
3041              "VMS $^X pipes etc" patch.
3042      Branch: perl
3043            ! vms/vms.c
3044 ____________________________________________________________________________
3045 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
3046         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
3047              and add "verbose" option to show the final command.
3048      Branch: perl
3049            ! t/test.pl
3050 ____________________________________________________________________________
3051 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
3052         Log: Goof in some of the comment fields of #12994.
3053      Branch: perl
3054            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
3055            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
3056            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
3057            ! lib/unicore/In/9.pl
3058 ____________________________________________________________________________
3059 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
3060         Log: The First, Last ranges in the Unicode data weren't
3061              getting their general categories added properly;
3062              noticed by Jeffrey Friedl.
3063      Branch: perl
3064            ! lib/unicore/Category.pl lib/unicore/In/0.pl
3065            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
3066            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
3067            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
3068            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
3069            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
3070            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
3071            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
3072            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
3073            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
3074            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
3075            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
3076            ! lib/unicore/mktables
3077 ____________________________________________________________________________
3078 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
3079         Log: Subject: [PATCH] new version of runperl()
3080              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3081              Date: Wed, 14 Nov 2001 12:23:01 +0100
3082              Message-ID: <20011114122301.A29384@rafael>
3083      Branch: perl
3084            ! t/io/argv.t t/test.pl
3085 ____________________________________________________________________________
3086 [ 12992] By: ams                                   on 2001/11/14  13:40:39
3087         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
3088              From: Michael G Schwern <schwern@pobox.com>
3089              Date: Tue, 13 Nov 2001 23:17:54 -0500
3090              Message-Id: <20011113231754.S32567@blackrider>
3091      Branch: perl
3092            ! perl.c
3093 ____________________________________________________________________________
3094 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
3095         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
3096              From: Philip Newton <Philip.Newton@gmx.net>
3097              Date: Wed, 14 Nov 2001 10:59:53 +0100
3098              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
3099              
3100              plus a lot of paragraph reformatting because of long lines.
3101      Branch: perl
3102            ! pod/perlapio.pod
3103 ____________________________________________________________________________
3104 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
3105         Log: A bool is not a pointer.
3106      Branch: perl
3107            ! pp_sys.c
3108 ____________________________________________________________________________
3109 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
3110         Log: AUTHORS updates.
3111      Branch: perl
3112            ! AUTHORS
3113 ____________________________________________________________________________
3114 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
3115         Log: There are several MIME RFCs.
3116      Branch: perl
3117            ! ext/Encode/Encode.pm
3118 ____________________________________________________________________________
3119 [ 12987] By: ams                                   on 2001/11/14  01:09:28
3120         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
3121              From: Michael G Schwern <schwern@pobox.com>
3122              Date: Tue, 13 Nov 2001 20:59:13 -0500
3123              Message-Id: <20011113205913.H32567@blackrider>
3124      Branch: perl
3125            ! t/op/groups.t vms/test.com
3126 ____________________________________________________________________________
3127 [ 12986] By: ams                                   on 2001/11/14  01:07:06
3128         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
3129              From: Michael G Schwern <schwern@pobox.com>
3130              Date: Tue, 13 Nov 2001 20:51:34 -0500
3131              Message-Id: <20011113205134.F32567@blackrider>
3132      Branch: perl
3133            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
3134 ____________________________________________________________________________
3135 [ 12985] By: ams                                   on 2001/11/14  00:43:59
3136         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
3137              From: Michael G Schwern <schwern@pobox.com>
3138              Date: Tue, 13 Nov 2001 20:38:42 -0500
3139              Message-Id: <20011113203842.E32567@blackrider>
3140      Branch: perl
3141            ! pod/perlport.pod
3142 ____________________________________________________________________________
3143 [ 12984] By: ams                                   on 2001/11/14  00:32:15
3144         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
3145              From: Michael G Schwern <schwern@pobox.com>
3146              Date: Tue, 13 Nov 2001 20:27:02 -0500
3147              Message-Id: <20011113202702.D32567@blackrider>
3148      Branch: perl
3149            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
3150            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
3151            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
3152            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
3153 ____________________________________________________________________________
3154 [ 12983] By: ams                                   on 2001/11/14  00:00:27
3155         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
3156              From: Michael G Schwern <schwern@pobox.com>
3157              Date: Tue, 13 Nov 2001 19:51:59 -0500
3158              Message-Id: <20011113195159.B32567@blackrider>
3159      Branch: perl
3160            ! pod/perlport.pod
3161 ____________________________________________________________________________
3162 [ 12982] By: ams                                   on 2001/11/13  23:53:11
3163         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
3164              From: Larry Shatzer <fugazi@zippy.zyx.net>
3165              Date: Tue, 13 Nov 2001 17:27:59 -0700
3166              Message-Id: <20011113172759.E27768@zippy.zyx.net>
3167      Branch: perl
3168            ! pod/perlapio.pod
3169 ____________________________________________________________________________
3170 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
3171         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
3172              "large enough" Unicode characters returned more than one
3173              as their "Unicode size".
3174      Branch: perl
3175            ! pp_sys.c t/io/utf8.t
3176 ____________________________________________________________________________
3177 [ 12980] By: ams                                   on 2001/11/13  19:32:33
3178         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
3179              From: "Craig A. Berry" <craigberry@mac.com>
3180              Date: Tue, 13 Nov 2001 14:33:25 -0600
3181              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
3182      Branch: perl
3183            ! vms/gen_shrfls.pl
3184 ____________________________________________________________________________
3185 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
3186         Log: Subject: Minor patch to Encode.pm (detypo)
3187              From: "Philip Newton" <Philip.Newton@gmx.net>
3188              Date: Tue, 13 Nov 2001 20:11:01 +0100
3189              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
3190      Branch: perl
3191            ! ext/Encode/Encode.pm
3192 ____________________________________________________________________________
3193 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
3194         Log: Evil tabulators.
3195      Branch: perl
3196            ! ext/Encode/Encode.pm
3197 ____________________________________________________________________________
3198 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
3199         Log: Document the available encodings.
3200      Branch: perl
3201            ! ext/Encode/Encode.pm
3202 ____________________________________________________________________________
3203 [ 12976] By: ams                                   on 2001/11/13  17:14:07
3204         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
3205              From: Barrie Slaymaker <barries@slaysys.com>
3206              Date: Tue, 13 Nov 2001 12:41:36 -0500
3207              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
3208      Branch: perl
3209            ! t/op/universal.t
3210 ____________________________________________________________________________
3211 [ 12975] By: ams                                   on 2001/11/13  16:24:21
3212         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
3213              From: Barrie Slaymaker <barries@slaysys.com>
3214              Date: Tue, 13 Nov 2001 10:56:20 -0500
3215              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
3216              (Test applied with minor tweaks and ->isa("HASH") omission.)
3217      Branch: perl
3218            ! lib/UNIVERSAL.pm t/op/universal.t
3219 ____________________________________________________________________________
3220 [ 12974] By: ams                                   on 2001/11/13  15:46:07
3221         Log: Subject: [PATCH Benchmark.pm] docco tweaks
3222              From: Barrie Slaymaker <barries@slaysys.com>
3223              Date: Tue, 13 Nov 2001 11:34:45 -0500
3224              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
3225      Branch: perl
3226            ! lib/Benchmark.pm
3227 ____________________________________________________________________________
3228 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
3229         Log: Subject: [PATCH] Attack of the C loops, round 1
3230              From: Richard Soderberg <rs@oregonnet.com>
3231              Date: Mon, 12 Nov 2001 12:07:29 -0800
3232              Message-Id: <200111122007.MAA01994@oregonnet.com>
3233              
3234              Subject: [PATCH] bytecode.pl (tiny patch)
3235              From: Richard Soderberg <rs@oregonnet.com>
3236              Date: Mon, 12 Nov 2001 12:53:24 -0800
3237              Message-Id: <200111122053.MAA06272@oregonnet.com>
3238      Branch: perl
3239            ! bytecode.pl installhtml
3240 ____________________________________________________________________________
3241 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
3242         Log: Subject: [PATCH] Update to Filter::Util::Call
3243              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3244              Date: Sun, 11 Nov 2001 22:33:33 -0000
3245              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
3246              
3247              Use the new CXT* macros.
3248      Branch: perl
3249            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
3250 ____________________________________________________________________________
3251 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
3252         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
3253              From: Michael G Schwern <schwern@pobox.com>
3254              Date: Mon, 12 Nov 2001 20:50:34 -0500
3255              Message-ID: <20011112205034.H2888@blackrider>
3256      Branch: perl
3257            + lib/vmsish.pm lib/vmsish.t
3258            - vms/ext/vmsish.pm vms/ext/vmsish.t
3259            ! MANIFEST vms/descrip_mms.template
3260 ____________________________________________________________________________
3261 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
3262         Log: :utf8 works only with perlio.
3263      Branch: perl
3264            ! lib/open.t
3265 ____________________________________________________________________________
3266 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
3267         Log: Subject: Re: @Config -"des" not quite working on VMS
3268              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3269              Date: Tue, 13 Nov 2001 08:35:13 EST 
3270              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
3271      Branch: perl
3272            ! configure.com
3273 ____________________________________________________________________________
3274 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
3275         Log: Subject: [PATCH] lib/charnames.pm 
3276              From: Jeffrey Friedl <jfriedl@yahoo.com>
3277              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
3278              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
3279      Branch: perl
3280            ! lib/charnames.pm
3281 ____________________________________________________________________________
3282 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
3283         Log: Docs for Mac::err.
3284      Branch: maint-5.6/macperl
3285            ! macos/ext/Mac/err/err.pm
3286 ____________________________________________________________________________
3287 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
3288         Log: Some cleanup; change some globals to references for
3289              possible persistence later.
3290      Branch: maint-5.6/macperl
3291            ! macos/lib/Mac/Glue.pm
3292 ____________________________________________________________________________
3293 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
3294         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
3295      Branch: maint-5.6/macperl
3296            ! macos/ext/Mac/Files/Files.pm
3297 ____________________________________________________________________________
3298 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
3299         Log: Get Mac::Navigation to compile (bug #464684).
3300      Branch: maint-5.6/macperl
3301            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
3302            ! macos/ext/Mac/Navigation/Makefile.PL
3303            ! macos/ext/Mac/Navigation/Navigation.xs
3304            ! macos/macperl/Makefile.mk
3305 ____________________________________________________________________________
3306 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
3307         Log: Add in modules and POD to help menu.
3308      Branch: maint-5.6/macperl
3309            ! macos/macperl/MacPerl.podhelp
3310 ____________________________________________________________________________
3311 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
3312         Log: Update bundled modules.
3313      Branch: maint-5.6/macperl
3314            + macos/bundled_ext/Filter/t/FilterTest.pm
3315            + macos/bundled_ext/List/Util/t/shuffle.t
3316            + macos/bundled_ext/Storable/t/compat06.t
3317            + macos/bundled_ext/Storable/t/st-dump.pl
3318            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
3319            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
3320            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
3321            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
3322            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
3323            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
3324            + macos/bundled_lib/blib/lib/lwpcook.pod
3325            + macos/bundled_lib/t/Filter/Simple/filter.t
3326            + macos/bundled_lib/t/Switch/t/given.t
3327            + macos/bundled_lib/t/Switch/t/nested.t
3328            + macos/bundled_lib/t/Switch/t/switch.t
3329            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
3330            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
3331            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
3332            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
3333            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
3334            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
3335            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
3336            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
3337            + macos/bundled_lib/t/URI/rfc2732.t
3338            + macos/bundled_lib/t/libnet/config.t
3339            + macos/bundled_lib/t/libnet/libnet_t.pl
3340            + macos/bundled_lib/t/libwww-perl/live/google.t
3341            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
3342            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
3343            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
3344            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
3345            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
3346            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
3347            + macos/bundled_lib/t/libwww-perl/live/validator.t
3348            - macos/bundled_ext/Filter/t/MyFilter.pm
3349            - macos/bundled_ext/Storable/t/compat-0.6.t
3350            - macos/bundled_ext/Storable/t/dump.pl
3351            - macos/bundled_ext/Time/Piece/Makefile.PL
3352            - macos/bundled_ext/Time/Piece/Piece.pm
3353            - macos/bundled_ext/Time/Piece/Piece.t
3354            - macos/bundled_ext/Time/Piece/Piece.xs
3355            - macos/bundled_ext/Time/Piece/README
3356            - macos/bundled_ext/Time/Piece/Seconds.pm
3357            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
3358            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
3359            - macos/bundled_lib/blib/lib/Net/PH.pm
3360            - macos/bundled_lib/blib/lib/Net/SNPP.pm
3361            - macos/bundled_lib/blib/lib/Text/Balanced.pod
3362            - macos/bundled_lib/t/Filter/Simple/test.pl
3363            - macos/bundled_lib/t/Switch/test.pl
3364            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
3365            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
3366            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
3367            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
3368            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
3369            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
3370            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
3371            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
3372            - macos/bundled_lib/t/libnet/ph.t
3373            ! (edit 125 files)
3374 ____________________________________________________________________________
3375 [ 12961] By: ams                                   on 2001/11/13  00:45:08
3376         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
3377              From: Michael G Schwern <schwern@pobox.com>
3378              Date: Mon, 12 Nov 2001 20:16:45 -0500
3379              Message-Id: <20011112201644.G2888@blackrider>
3380      Branch: perl
3381            ! pod/perlport.pod
3382 ____________________________________________________________________________
3383 [ 12960] By: ams                                   on 2001/11/12  23:54:00
3384         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
3385              Recoving dup tests for VMS
3386              From: Michael G Schwern <schwern@pobox.com>
3387              Date: Mon, 12 Nov 2001 19:35:33 -0500
3388              Message-Id: <20011112193533.D2888@blackrider>
3389      Branch: perl
3390            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
3391 ____________________________________________________________________________
3392 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
3393         Log: Update Changes.
3394      Branch: perl
3395            ! Changes patchlevel.h
3396 ____________________________________________________________________________
3397 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
3398         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
3399              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
3400              Date: Mon, 12 Nov 2001 12:35:18 EST 
3401              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
3402      Branch: perl
3403            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
3404            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
3405 ____________________________________________________________________________
3406 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
3407         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
3408              From: Barrie Slaymaker <barries@slaysys.com>
3409              Date: Mon, 12 Nov 2001 11:19:52 -0500
3410              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
3411      Branch: perl
3412            ! lib/File/Spec.t lib/File/Spec/Win32.pm
3413 ____________________________________________________________________________
3414 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
3415         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
3416              From: Barrie Slaymaker <barries@slaysys.com>
3417              Date: Mon, 12 Nov 2001 11:07:36 -0500
3418              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
3419      Branch: perl
3420            ! lib/Benchmark.pm
3421 ____________________________________________________________________________
3422 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
3423         Log: Misplaced test, noticed by Barrie Slaymaker.
3424              (We are missing Benchmark tests, then.)
3425      Branch: perl
3426            + ext/Devel/DProf/DProf.t
3427            - lib/Benchmark.t
3428            ! MANIFEST
3429 ____________________________________________________________________________
3430 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
3431         Log: Subject: [PATCH] a few typo fixes 
3432              From: Jeffrey Friedl <jfriedl@yahoo.com>
3433              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
3434              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
3435              
3436              Patching README.foo instead of pod/perlfoo.pod,
3437              not patching Math::BigInt (Tels will take care of that),
3438              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
3439              and perldoc.PL instead of libnetcfg and perldoc, patching
3440              ext/Digest/MD5/t/files.t since MD5.pm was changed.
3441      Branch: perl
3442            ! (edit 109 files)
3443 ____________________________________________________________________________
3444 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
3445         Log: Add a note about the dangers of bad UTF-8.
3446      Branch: perl
3447            ! pod/perlunicode.pod
3448 ____________________________________________________________________________
3449 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
3450         Log: NetWare Nit from Ananth Kesari.
3451      Branch: perl
3452            ! NetWare/config.wc
3453 ____________________________________________________________________________
3454 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
3455         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
3456      Branch: perl
3457            ! ext/Encode/Encode.pm
3458 ____________________________________________________________________________
3459 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
3460         Log: (retracted by #12951)
3461      Branch: perl
3462            ! ext/Encode/Encode.pm
3463 ____________________________________________________________________________
3464 [ 12949] By: ams                                   on 2001/11/12  06:40:18
3465         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
3466              From: Robert Spier <rspier@pobox.com>
3467              Date: Sun, 11 Nov 2001 18:50:18 -0800
3468              Message-Id: <15343.14570.121505.233336@rls.cx>
3469              
3470              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
3471              From: Rick Delaney <rick.delaney@home.com>
3472              Date: 12 Nov 2001 00:15:52 -0500
3473              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
3474      Branch: perl
3475            ! pp_hot.c t/op/taint.t
3476 ____________________________________________________________________________
3477 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
3478         Log: It seems that we actually have this detail implemented
3479              as for as Level 1 Support of Unicode regex support is
3480              concerned: at Level 1 only 1:1 support for loose
3481              (aka caseless, aka caseigoring ) matching is required.
3482      Branch: perl
3483            ! pod/perlunicode.pod
3484 ____________________________________________________________________________
3485 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
3486         Log: (retracted by #12951)
3487      Branch: perl
3488            ! ext/Encode/Encode.pm
3489 ____________________________________________________________________________
3490 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
3491         Log: BOM, bom, Bom.
3492      Branch: perl
3493            ! pod/perlunicode.pod
3494 ____________________________________________________________________________
3495 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
3496         Log: Upgrade to Math::BigInt 1.46.
3497      Branch: perl
3498            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3499            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
3500            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3501            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
3502            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3503 ____________________________________________________________________________
3504 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
3505         Log: Subject: Re: PERFORCE change 12943 for review
3506              From: "Philip Newton" <Philip.Newton@gmx.net>
3507              Date: Sun, 11 Nov 2001 20:53:36 +0100
3508              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
3509      Branch: perl
3510            ! pod/perlunicode.pod
3511 ____________________________________________________________________________
3512 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
3513         Log: Doc updates; make the Unicode discussions a little
3514              bit less alarming, and add information about encodings,
3515              surrogates, and BOMs.
3516      Branch: perl
3517            ! pod/perlunicode.pod
3518 ____________________________________________________________________________
3519 [ 12942] By: ams                                   on 2001/11/11  16:45:00
3520         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
3521              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
3522              Date: Mon, 12 Nov 2001 00:22:57 +0900
3523              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
3524      Branch: perl
3525            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3526            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
3527 ____________________________________________________________________________
3528 [ 12941] By: ams                                   on 2001/11/11  13:01:40
3529         Log: Subject: Re: PERFORCE change 12929 for review
3530              From: "Philip Newton" <Philip.Newton@gmx.net>
3531              Date: Sun, 11 Nov 2001 14:27:44 +0100
3532              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
3533      Branch: perl
3534            ! MANIFEST
3535 ____________________________________________________________________________
3536 [ 12940] By: ams                                   on 2001/11/11  05:06:43
3537         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
3538              From: Michael G Schwern <schwern@pobox.com>
3539              Date: Thu, 8 Nov 2001 22:56:45 -0500
3540              Message-Id: <20011108225645.H5587@blackrider>
3541      Branch: perl
3542            ! t/op/chdir.t
3543 ____________________________________________________________________________
3544 [ 12939] By: ams                                   on 2001/11/11  05:01:00
3545         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
3546              From: Michael G Schwern <schwern@pobox.com>
3547              Date: Sun, 11 Nov 2001 00:54:43 -0500
3548              Message-Id: <20011111005443.A24450@blackrider>
3549      Branch: perl
3550            ! ext/Cwd/t/cwd.t
3551 ____________________________________________________________________________
3552 [ 12938] By: ams                                   on 2001/11/11  03:25:13
3553         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
3554              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
3555              From: "chromatic" <chromatic@rmci.net>
3556              Date: Sat, 10 Nov 2001 21:03:20 -0700
3557              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
3558      Branch: perl
3559            ! lib/File/stat.pm lib/File/stat.t
3560 ____________________________________________________________________________
3561 [ 12937] By: ams                                   on 2001/11/11  02:05:23
3562         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
3563              From: "Craig A. Berry" <craigberry@mac.com>
3564              Date: Sat, 10 Nov 2001 17:23:52 -0600
3565              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
3566      Branch: perl
3567            ! t/op/magic.t
3568 ____________________________________________________________________________
3569 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
3570         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
3571      Branch: perl
3572            ! lib/open.pm lib/open.t
3573 ____________________________________________________________________________
3574 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
3575         Log: The Official name of ASCII.
3576      Branch: perl
3577            ! ext/Encode/Encode.pm
3578 ____________________________________________________________________________
3579 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
3580         Log: The KOI8-R example wasn't quite right.
3581      Branch: perl
3582            ! lib/open.pm lib/open.t
3583 ____________________________________________________________________________
3584 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
3585         Log: Enhance the open pragma to support :utf8, :locale,
3586              and :encoding directly as special cases, and rename
3587              the INOUT to IO.
3588      Branch: perl
3589            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
3590 ____________________________________________________________________________
3591 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
3592         Log: Document the UTF-16 surrogate encoding and decoding.
3593      Branch: perl
3594            ! ext/Encode/Encode.pm
3595 ____________________________________________________________________________
3596 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
3597         Log: A potential recursion breaker.
3598      Branch: perl
3599            ! sv.c
3600 ____________________________________________________________________________
3601 [ 12930] By: ams                                   on 2001/11/10  07:46:53
3602         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
3603              (was Re: perl@12892)
3604              From: "chromatic" <chromatic@rmci.net>
3605              Date: Sat, 10 Nov 2001 01:28:09 -0700
3606              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
3607      Branch: perl
3608            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
3609            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
3610            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
3611            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
3612 ____________________________________________________________________________
3613 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
3614         Log: Add a test for the bytes pragma.
3615      Branch: perl
3616            + lib/bytes.t
3617            ! MANIFEST
3618 ____________________________________________________________________________
3619 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
3620         Log: Doc update.
3621      Branch: perl
3622            ! lib/bytes.pm
3623 ____________________________________________________________________________
3624 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
3625         Log: Cease to exist.
3626      Branch: perl
3627            - lib/Unicode/Normalize.pm
3628 ____________________________________________________________________________
3629 [ 12926] By: ams                                   on 2001/11/10  03:23:16
3630         Log: Subject: [patch] my_setenv speedup + fixes
3631              From: Doug MacEachern <dougm@covalent.net>
3632              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
3633              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
3634      Branch: perl
3635            ! util.c
3636 ____________________________________________________________________________
3637 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
3638         Log: Newline trouble.
3639      Branch: perl
3640            ! lib/ExtUtils/Embed.t
3641 ____________________________________________________________________________
3642 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
3643         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
3644              From: "Craig A. Berry" <craigberry@mac.com>
3645              Date: Fri, 09 Nov 2001 18:13:16 -0600
3646              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
3647      Branch: perl
3648            ! vms/munchconfig.c
3649 ____________________________________________________________________________
3650 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
3651         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
3652              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3653              Date: Sat, 10 Nov 2001 00:10:45 +0100
3654              Message-ID: <20011110001045.A11945@rafael>
3655      Branch: perl
3656            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
3657            + t/run/switchn.t t/run/switchp.t
3658            ! MANIFEST
3659 ____________________________________________________________________________
3660 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
3661         Log: Subject: [PATCH] some tests not cleaning up properly               
3662              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
3663              Date: Fri, 9 Nov 2001 22:13:10 +0100
3664              Message-ID: <20011109221310.A11115@rafael>
3665      Branch: perl
3666            ! ext/Cwd/t/cwd.t t/io/argv.t
3667 ____________________________________________________________________________
3668 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
3669         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
3670              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3671              Date: Fri, 9 Nov 2001 15:07:19 EST
3672              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
3673      Branch: perl
3674            ! lib/ExtUtils/Embed.t
3675 ____________________________________________________________________________
3676 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
3677         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
3678              have been copied so it shouldn't be freed in perl_destruct()
3679      Branch: perl
3680            ! perl.c
3681 ____________________________________________________________________________
3682 [ 12919] By: ams                                   on 2001/11/09  15:36:22
3683         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
3684              From: Michael G Schwern <schwern@pobox.com>
3685              Date: Fri, 9 Nov 2001 00:38:59 -0500
3686              Message-Id: <20011109003859.K5587@blackrider>
3687              (Applied with directory name changes suggested by Craig Berry.)
3688      Branch: perl
3689            ! ext/Cwd/t/cwd.t
3690 ____________________________________________________________________________
3691 [ 12918] By: ams                                   on 2001/11/09  15:29:15
3692         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
3693              From: Michael G Schwern <schwern@pobox.com>
3694              Date: Fri, 9 Nov 2001 01:44:14 -0500
3695              Message-Id: <20011109014414.N5587@blackrider>
3696      Branch: perl
3697            ! vms/ext/filespec.t
3698 ____________________________________________________________________________
3699 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
3700         Log: Update Changes.
3701      Branch: perl
3702            ! Changes patchlevel.h
3703 ____________________________________________________________________________
3704 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
3705         Log: Regen toc.
3706      Branch: perl
3707            ! pod/perltoc.pod
3708 ____________________________________________________________________________
3709 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
3710         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
3711              see http://www.jepstone.net/bjepson//jpl/cvs.html
3712      Branch: perl
3713            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3714 ____________________________________________________________________________
3715 [ 12914] By: ams                                   on 2001/11/09  14:05:12
3716         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
3717              From: Michael G Schwern <schwern@pobox.com>
3718              Date: Thu, 8 Nov 2001 22:05:49 -0500
3719              Message-Id: <20011108220549.F5587@blackrider>
3720      Branch: perl
3721            ! vms/test.com
3722 ____________________________________________________________________________
3723 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
3724         Log: NetWare update from Ananth Kesari.
3725      Branch: perl
3726            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
3727 ____________________________________________________________________________
3728 [ 12912] By: ams                                   on 2001/11/09  13:40:26
3729         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
3730              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3731              Date: Fri, 9 Nov 2001 14:32:28 +0100
3732              Message-Id: <20011109143228.A18996@rafael>
3733      Branch: perl
3734            ! perl.c
3735 ____________________________________________________________________________
3736 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
3737         Log: FAQ sync.
3738      Branch: perl
3739            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3740            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3741            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
3742 ____________________________________________________________________________
3743 [ 12910] By: ams                                   on 2001/11/09  07:33:49
3744         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
3745              From: Michael G Schwern <schwern@pobox.com>
3746              Date: Fri, 9 Nov 2001 00:41:56 -0500
3747              Message-Id: <20011109004156.L5587@blackrider>
3748      Branch: perl
3749            ! lib/File/Find/t/find.t
3750 ____________________________________________________________________________
3751 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
3752         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
3753              The CPAN distribution has both pm and XS implementations,
3754              and for performance reasons we choose the XS.
3755              Another reason to choose the XS is that it doesn't
3756              require Lingua::KO::Hangul::Util, which means that
3757              we can delete that-- which in turn means that Unicode::UCD
3758              cannot expect that: support it, but don't expect.
3759              Ditto Unicode::Collate.
3760              
3761              Note that Unicode::Normalize Makefile.PL and
3762              Normalize.xs have been modified from the CPAN 0.10
3763              versions: the first one to be simpler (no pm) and
3764              clean up the generated unf*.h files, the second one
3765              to quench compiler grumblings.  Must notify Sadahiro
3766              about these changes.
3767      Branch: perl
3768            + ext/Unicode/Normalize/Changes
3769            + ext/Unicode/Normalize/Makefile.PL
3770            + ext/Unicode/Normalize/Normalize.pm
3771            + ext/Unicode/Normalize/Normalize.pod
3772            + ext/Unicode/Normalize/Normalize.xs
3773            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3774            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3775            + ext/Unicode/Normalize/t/test.t
3776            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
3777            - lib/Lingua/KO/Hangul/Util/README
3778            - lib/Lingua/KO/Hangul/Util/t/test.t
3779            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
3780            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
3781            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
3782            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
3783            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
3784            ! win32/makefile.mk
3785 ____________________________________________________________________________
3786 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
3787         Log: Test miscounting.
3788      Branch: perl
3789            ! ext/POSIX/t/posix.t
3790 ____________________________________________________________________________
3791 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
3792         Log: Quote the variables in failures messages more nicely.
3793      Branch: perl
3794            ! t/test.pl
3795 ____________________________________________________________________________
3796 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
3797         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
3798              From: Michael G Schwern <schwern@pobox.com>
3799              Date: Thu, 8 Nov 2001 17:24:49 -0500
3800              Message-ID: <20011108172449.A5587@blackrider>
3801              
3802              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
3803              From: "Craig A. Berry" <craigberry@mac.com>
3804              Date: Thu, 8 Nov 2001 16:35:00 -0600
3805              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
3806      Branch: perl
3807            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
3808 ____________________________________________________________________________
3809 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
3810         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
3811              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3812              Date: Thu, 8 Nov 2001 22:52:50 -0000
3813              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
3814      Branch: perl
3815            ! ext/DB_File/t/db-recno.t
3816 ____________________________________________________________________________
3817 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
3818         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
3819              (Probably not an EBCDIC issue the way one would think
3820              since no chr() et alia are used in UCD.pm.)
3821      Branch: perl
3822            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3823 ____________________________________________________________________________
3824 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
3825         Log: Whether overwriting the $self->{...} values (see #12902)
3826              is a good policy or not is debatable, but let's at least
3827              be consistent.
3828      Branch: perl
3829            ! lib/ExtUtils/MM_Unix.pm
3830 ____________________________________________________________________________
3831 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
3832         Log: The MakeMaker argument () quoting patch that sneaked
3833              in at #12883 didn't handle make macros like this $(...).
3834              Leaning toothpicks, we've got them.
3835      Branch: perl
3836            ! lib/ExtUtils/MM_Unix.pm
3837 ____________________________________________________________________________
3838 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
3839         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
3840              From: Michael G Schwern <schwern@pobox.com>
3841              Date: Wed, 7 Nov 2001 02:02:29 -0500
3842              Message-ID: <20011107020229.K2858@blackrider>
3843      Branch: perl
3844            ! t/io/argv.t t/test.pl vms/test.com
3845 ____________________________________________________________________________
3846 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
3847         Log: Subject: [PATCH 20011106.084] -s on #! line 
3848              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3849              Date: Wed, 7 Nov 2001 22:23:39 +0100
3850              Message-ID: <20011107222339.E729@rafael>
3851      Branch: perl
3852            ! embed.h embed.pl perl.c proto.h toke.c
3853 ____________________________________________________________________________
3854 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
3855         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
3856              From: Michael G Schwern <schwern@pobox.com>
3857              Date: Wed, 7 Nov 2001 16:52:49 -0500
3858              Message-ID: <20011107165249.I7346@blackrider>
3859      Branch: perl
3860            ! pod/perlhack.pod
3861 ____________________________________________________________________________
3862 [ 12898] By: ams                                   on 2001/11/08  13:02:19
3863         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
3864              From: Mark-Jason Dominus <mjd@plover.com>
3865              Date: Thu, 08 Nov 2001 08:59:02 -0500
3866              Message-Id: <20011108135902.2275.qmail@plover.com>
3867      Branch: perl
3868            ! INSTALL README README.amiga README.os2 README.vms
3869            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
3870            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
3871 ____________________________________________________________________________
3872 [ 12897] By: ams                                   on 2001/11/08  12:49:28
3873         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
3874              From: mjd@plover.com
3875              Date: 8 Nov 2001 13:33:18 -0000
3876              Message-Id: <20011108133318.1786.qmail@plover.com>
3877      Branch: perl
3878            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
3879            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3880            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3881            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
3882            ! pod/perlport.pod pod/perlvar.pod
3883 ____________________________________________________________________________
3884 [ 12896] By: ams                                   on 2001/11/08  11:22:12
3885         Log: open(FH, $file) should strip leading and trailing whitespace.
3886      Branch: perl
3887            ! doio.c
3888 ____________________________________________________________________________
3889 [ 12895] By: ams                                   on 2001/11/08  10:17:14
3890         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
3891              From: "Craig A. Berry" <craigberry@mac.com>
3892              Date: Wed, 07 Nov 2001 13:41:50 -0600
3893              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
3894      Branch: perl
3895            ! t/op/glob.t
3896 ____________________________________________________________________________
3897 [ 12894] By: ams                                   on 2001/11/08  08:32:20
3898         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
3899              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
3900              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
3901              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
3902      Branch: perl
3903            ! makedepend.SH
3904 ____________________________________________________________________________
3905 [ 12893] By: ams                                   on 2001/11/08  08:26:31
3906         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
3907              From: mjd@plover.com
3908              Date: 8 Nov 2001 08:08:07 -0000
3909              Message-Id: <20011108080807.30147.qmail@plover.com>
3910              
3911              Subject: bleadperl perl.pod
3912              From: mjd@plover.com
3913              Date: 8 Nov 2001 08:10:47 -0000
3914              Message-Id: <20011108081047.30178.qmail@plover.com>
3915              
3916              Subject: more bleadperl perl.pod
3917              From: mjd@plover.com
3918              Date: 8 Nov 2001 08:16:28 -0000
3919              Message-Id: <20011108081628.30229.qmail@plover.com>
3920      Branch: perl
3921            ! pod/perl.pod pod/perldebug.pod
3922 ____________________________________________________________________________
3923 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
3924         Log: Tweak for Cray-friendliness from Nicholas Clark.
3925      Branch: perl
3926            ! sv.c
3927 ____________________________________________________________________________
3928 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
3929         Log: VMS patch redo from Charles Lane.
3930      Branch: perl
3931            ! vms/gen_shrfls.pl
3932 ____________________________________________________________________________
3933 [ 12890] By: ams                                   on 2001/11/07  15:16:10
3934         Log: Subject: [ID 20011107.088] two perl pod nits
3935              From: lvirden@cas.org
3936              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
3937              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
3938      Branch: perl
3939            ! pod/perl.pod pod/perlfaq3.pod
3940 ____________________________________________________________________________
3941 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
3942         Log: Update Changes.
3943      Branch: perl
3944            ! Changes patchlevel.h
3945 ____________________________________________________________________________
3946 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
3947         Log: The (emulated) "no utf8" must be in a BEGIN block
3948              to be effective.
3949      Branch: perl
3950            ! lib/CGI/t/html.t
3951 ____________________________________________________________________________
3952 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
3953         Log: "v-strings" is the right term.
3954      Branch: perl
3955            ! pod/perltodo.pod
3956 ____________________________________________________________________________
3957 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
3958         Log: Add vstrings-as-objects need to perltodo.
3959      Branch: perl
3960            ! pod/perltodo.pod
3961 ____________________________________________________________________________
3962 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
3963         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
3964              From: Nicholas Clark <nick@ccl4.org>
3965              Date: Wed, 7 Nov 2001 14:36:32 +0000
3966              Message-ID: <20011107143631.I24980@plum.flirble.org>
3967      Branch: perl
3968            ! t/op/pack.t
3969 ____________________________________________________________________________
3970 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
3971         Log: The Embed test requires a major rewrite for VMS
3972              (plus it reveals a couple of annoying glitches
3973              in buffering), so skip the test for now; from
3974              Charles Lane.
3975      Branch: perl
3976            ! lib/ExtUtils/Embed.t
3977 ____________________________________________________________________________
3978 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
3979         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
3980              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3981              Date: Wed, 7 Nov 2001 09:23:28 EST
3982              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
3983      Branch: perl
3984            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
3985 ____________________________________________________________________________
3986 [ 12882] By: ams                                   on 2001/11/07  05:14:04
3987         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
3988              From: Mark-Jason Dominus <mjd@plover.com>
3989              Date: Wed, 07 Nov 2001 00:43:46 -0500
3990              Message-Id: <20011107054346.14428.qmail@plover.com>
3991      Branch: perl
3992            ! gv.c op.c toke.c
3993 ____________________________________________________________________________
3994 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
3995         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
3996              From: Michael G Schwern <schwern@pobox.com>             
3997              Date: Tue, 6 Nov 2001 22:04:39 -0500
3998              Message-ID: <20011106220439.D2858@blackrider>              
3999      Branch: perl
4000            ! lib/perl5db.pl
4001 ____________________________________________________________________________
4002 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
4003         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
4004              stress))
4005              From: Jonathan Stowe <gellyfish@gellyfish.com>
4006              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
4007              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
4008              
4009              (except for one hunk where indentation differs)
4010      Branch: perl
4011            ! lib/Term/Cap.t
4012 ____________________________________________________________________________
4013 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
4014         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
4015              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4016              Date: Tue, 6 Nov 2001 21:45:01 +0100
4017              Message-ID: <20011106214501.A704@rafael>
4018      Branch: perl
4019            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
4020            ! lib/File/Spec/Win32.pm
4021 ____________________________________________________________________________
4022 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
4023         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
4024              From: Michael G Schwern <schwern@pobox.com>              
4025              Date: Tue, 6 Nov 2001 20:58:45 -0500
4026              Message-ID: <20011106205845.G29411@blackrider>
4027      Branch: perl
4028            ! t/test.pl
4029 ____________________________________________________________________________
4030 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
4031         Log: Subject: making do_sprintf public       
4032              From: Doug MacEachern <dougm@covalent.net>    
4033              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
4034              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
4035      Branch: perl
4036            ! embed.h embed.pl global.sym
4037 ____________________________________________________________________________
4038 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
4039         Log: Update to CGI.pm 2.78.
4040              
4041              TODO: the test suite needs to be merged so that
4042              when in core, the core version is tested, and when
4043              using the CPAN version, testing the CPAN version.
4044              (the changes need to be sent to Lincoln, too...)
4045      Branch: perl
4046            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
4047            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
4048            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
4049            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
4050            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
4051            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
4052 ____________________________________________________________________________
4053 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
4054         Log: Integrate with perlio; (strictly) readonly hashes via XS.
4055      Branch: perl
4056           +> t/lib/access.t
4057           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
4058 ____________________________________________________________________________
4059 [ 12874] By: nick                                  on 2001/11/06  21:05:16
4060         Log: Keep It Simple and Stupid version of readonly hash support.
4061              - Test for SvREAONLY(hv) at a few spots in hv.c
4062              - add the error message to perldiag.pod
4063              - (dubious) add access::readonly() to univeral.c
4064              - add test using above
4065              - fixup ext/B/t/stash.t to account for access:: existing
4066      Branch: perlio
4067            + t/lib/access.t
4068            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
4069 ____________________________________________________________________________
4070 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
4071         Log: Fix incorrect warnings about broken globbing;
4072              from Andy Dougherty.
4073      Branch: perl
4074            ! hints/linux.sh
4075 ____________________________________________________________________________
4076 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
4077         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
4078              toggle-on from the encoding pragma.
4079      Branch: perl
4080            ! regcomp.c regexec.c
4081 ____________________________________________________________________________
4082 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
4083         Log: Retract #12824, doesn't help and is ignored
4084              by Configure anyway.
4085      Branch: perl
4086            ! hints/beos.sh
4087 ____________________________________________________________________________
4088 [ 12870] By: ams                                   on 2001/11/06  10:40:37
4089         Log: Subject: Cosmetic change
4090              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4091              Date: Tue, 06 Nov 2001 12:30:52 +0100
4092              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
4093      Branch: perl
4094            ! README.hpux
4095 ____________________________________________________________________________
4096 [ 12869] By: nick                                  on 2001/11/06  08:26:40
4097         Log: Integrate mainline
4098      Branch: perlio
4099           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
4100           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
4101 ____________________________________________________________________________
4102 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
4103         Log: The parentheses are protected enough.
4104      Branch: perl
4105            ! hints/os390.sh
4106 ____________________________________________________________________________
4107 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
4108         Log: ccflags, not ldflags.
4109      Branch: perl
4110            ! hints/os390.sh
4111 ____________________________________________________________________________
4112 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
4113         Log: ... and the proto to go with #12865.
4114      Branch: perl
4115            ! proto.h
4116 ____________________________________________________________________________
4117 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
4118         Log: Oops.  Luckily nothing was using this symbol yet.
4119      Branch: perl
4120            ! global.sym
4121 ____________________________________________________________________________
4122 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
4123         Log: Implement the encoding pragma for regex literals.
4124      Branch: perl
4125            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
4126 ____________________________________________________________________________
4127 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
4128         Log: More UTF8 EXACT fixing.
4129      Branch: perl
4130            ! regexec.c
4131 ____________________________________________________________________________
4132 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
4133         Log: More re debugging.
4134      Branch: perl
4135            ! regexec.c
4136 ____________________________________________________________________________
4137 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
4138         Log: EXACT correction attempt.  Continued in #12863.
4139      Branch: perl
4140            ! regexec.c
4141 ____________________________________________________________________________
4142 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
4143         Log: Unterminated L<.
4144      Branch: perl
4145            ! ext/DB_File/DB_File.pm
4146 ____________________________________________________________________________
4147 [ 12859] By: nick                                  on 2001/11/05  19:15:17
4148         Log: Integrate mainline
4149      Branch: perlio
4150           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4151           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4152           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
4153           +> lib/Math/BigInt/t/sub_mbi.t
4154            - lib/Math/BigInt/t/Math/Subclass.pm
4155            - lib/Math/BigInt/t/subclass.t
4156           !> (integrate 30 files)
4157 ____________________________________________________________________________
4158 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
4159         Log: Regex debugging fixes from Hugo.
4160      Branch: perl
4161            ! regcomp.c regexec.c
4162 ____________________________________________________________________________
4163 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
4164         Log: IRIX: at some point the cc -version has started
4165              to output to stderr, not stdout any more.
4166      Branch: perl
4167            ! hints/irix_6.sh
4168 ____________________________________________________________________________
4169 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
4170         Log: Update Changes.
4171      Branch: perl
4172            ! Changes patchlevel.h
4173 ____________________________________________________________________________
4174 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
4175         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
4176      Branch: perl
4177            ! lib/File/Spec/Unix.pm
4178 ____________________________________________________________________________
4179 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
4180         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
4181              From: rgarciasuarez@free.fr
4182              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
4183              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
4184      Branch: perl
4185            ! lib/File/Spec/Unix.pm
4186 ____________________________________________________________________________
4187 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
4188         Log: Use config.arch in OS/390 where the combination of
4189              IEEE floats and ldflags is tricky.
4190      Branch: perl
4191            ! hints/os390.sh
4192 ____________________________________________________________________________
4193 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
4194         Log: Metaconfig unit change for #12851.
4195      Branch: metaconfig
4196            ! U/modified/Config_sh.U
4197 ____________________________________________________________________________
4198 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
4199         Log: Support a config.arch file, similar to config.over,
4200              but loaded just before it.
4201      Branch: perl
4202            ! Configure INSTALL
4203 ____________________________________________________________________________
4204 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
4205         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
4206              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4207              Date: Mon, 5 Nov 2001 14:26:24 +0100
4208              Message-ID: <20011105142624.C31977@rafael>
4209      Branch: perl
4210            ! lib/Symbol.pm lib/Symbol.t
4211 ____________________________________________________________________________
4212 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
4213         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
4214              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4215              Date: Sun, 4 Nov 2001 22:28:57 +0100
4216              Message-ID: <20011104222857.C696@rafael>
4217      Branch: perl
4218            ! pod/perldebug.pod pod/perlpodspec.pod
4219 ____________________________________________________________________________
4220 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
4221         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
4222      Branch: perl
4223            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
4224 ____________________________________________________________________________
4225 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
4226         Log: Math::Big* test tweaks to work better with core:
4227              but the coast still not clear.
4228      Branch: perl
4229            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
4230            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4231 ____________________________________________________________________________
4232 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
4233         Log: Protect against high load: measure how much wall
4234              clock time went by while sleeping.  Avoids some
4235              false negatives, while may introduce some false
4236              positives.  Life is hard.
4237      Branch: perl
4238            ! ext/Time/HiRes/HiRes.t
4239 ____________________________________________________________________________
4240 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
4241         Log: More forgotten from #12843.
4242      Branch: perl
4243            ! lib/Math/BigInt/t/bigfltpm.inc
4244 ____________________________________________________________________________
4245 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
4246         Log: Forgot from #12843.
4247      Branch: perl
4248            + lib/Math/BigInt/t/bigintpm.inc
4249            ! MANIFEST
4250 ____________________________________________________________________________
4251 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
4252         Log: Upgrade to Math::BigInt 1.45; from Tels.
4253              NOTE: some of the tests are failing but that's because
4254              the core integration is not yet done.
4255      Branch: perl
4256            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4257            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4258            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4259            - lib/Math/BigInt/t/Math/Subclass.pm
4260            - lib/Math/BigInt/t/subclass.t
4261            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
4262            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
4263            ! lib/Math/BigInt/t/mbimbf.t
4264 ____________________________________________________________________________
4265 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
4266         Log: VMS: adds capability to control more configuration stuff with
4267              -D and -U switches; parsing config.sh to extract previous config
4268              info in VMS-form, and a rewrite of the "prompt/response" routine;
4269              from Charles Lane.
4270      Branch: perl
4271            ! configure.com
4272 ____________________________________________________________________________
4273 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
4274         Log: Subject: Typo correction in perldebguts.pod
4275              From: mjd@plover.com
4276              Date: 4 Nov 2001 16:20:05 -0000
4277              Message-ID: <20011104162005.16699.qmail@plover.com>
4278      Branch: perl
4279            ! pod/perldebguts.pod
4280 ____________________________________________________________________________
4281 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
4282         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
4283              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4284              Date: Sun, 4 Nov 2001 11:47:30 +0100
4285              Message-ID: <20011104114730.A715@rafael>
4286              
4287              Remove -T from the test, wrong place for that.
4288      Branch: perl
4289            ! lib/File/Temp/t/mktemp.t
4290 ____________________________________________________________________________
4291 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
4292         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
4293              From: Nicholas Clark <nick@ccl4.org>
4294              Date: Sun, 4 Nov 2001 10:41:24 +0000
4295              Message-ID: <20011104104123.U20123@plum.flirble.org>
4296      Branch: perl
4297            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
4298 ____________________________________________________________________________
4299 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
4300         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
4301              From: Michael G Schwern <schwern@pobox.com>
4302              Date: Sat, 3 Nov 2001 15:41:47 -0500
4303              Message-ID: <20011103154147.C600@blackrider>
4304      Branch: perl
4305            ! lib/Term/Cap.t
4306 ____________________________________________________________________________
4307 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
4308         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
4309              From: "Craig A. Berry" <craigberry@mac.com>     
4310              Date: Sat, 03 Nov 2001 16:02:28 -0600
4311              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
4312      Branch: perl
4313            ! ext/Time/HiRes/HiRes.t
4314 ____________________________________________________________________________
4315 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
4316         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
4317              From: "chromatic" <chromatic@rmci.net>
4318              Date: Sat, 03 Nov 2001 12:28:17 -0700
4319              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
4320      Branch: perl
4321            ! lib/Term/Cap.t
4322 ____________________________________________________________________________
4323 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
4324         Log: Don't bother doing POSIX charclass parsing if it
4325              possibly cannot be so.  Prepares way for charclass
4326              syntax like [[abc]||[def]] (or just [[abc][def]])
4327              for union, [[\w]&&[$a]] for intersection,
4328              and [[a-z]&&[^def]] for subtraction.
4329              
4330              Currently /[[a]/ (or /[a[]/) parses as a character
4331              class containing two characters, "[" and "a",
4332              this may have to be broken for the syntax described
4333              above, otherwise we would have to scan the whole pattern
4334              to find out whether the square brackets match pairwise.
4335              Luckily, the special case of "[" doesn't seem to be
4336              documented (as opposed to "]" and "-"), so we may have
4337              better story for breaking it...  One can always use \[
4338              if one wants a literal "[", so there.
4339      Branch: perl
4340            ! regcomp.c
4341 ____________________________________________________________________________
4342 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
4343         Log: Comment correction.
4344      Branch: perl
4345            ! regcomp.c
4346 ____________________________________________________________________________
4347 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
4348         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
4349              The latter is a RedHatism.
4350      Branch: perl
4351            ! lib/ExtUtils/MakeMaker.pm
4352 ____________________________________________________________________________
4353 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
4354         Log: Integrate perlio.
4355      Branch: perl
4356           !> perlio.c
4357 ____________________________________________________________________________
4358 [ 12831] By: nick                                  on 2001/11/03  11:42:15
4359         Log: Integrate mainline
4360      Branch: perlio
4361           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
4362           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
4363           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
4364           !> sv.c t/test.pl
4365 ____________________________________________________________________________
4366 [ 12830] By: nick                                  on 2001/11/03  10:27:34
4367         Log: Fix clone_leak problem.
4368              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
4369              as vestige of calling PerlLIO_dup().
4370      Branch: perlio
4371            ! perlio.c
4372 ____________________________________________________________________________
4373 [ 12829] By: nick                                  on 2001/11/03  09:40:46
4374         Log: Tweaks attempting to locate Doug's clone_leak leak.
4375              - add some PerlIO_debug()
4376              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
4377              - Even if it closing stdout etc. do a fflush()
4378      Branch: perlio
4379            ! perlio.c
4380 ____________________________________________________________________________
4381 [ 12828] By: nick                                  on 2001/11/03  08:34:31
4382         Log: Integrate mainline
4383      Branch: perlio
4384           !> (integrate 54 files)
4385 ____________________________________________________________________________
4386 [ 12827] By: ams                                   on 2001/11/03  03:45:19
4387         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
4388              remove this later). Based on a patch from Robert Spier in
4389              <15330.61459.14452.795263@rls.cx>.
4390      Branch: perl
4391            ! sv.c
4392 ____________________________________________________________________________
4393 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
4394         Log: microperl sync.
4395      Branch: perl
4396            ! doio.c perl.c perl.h perlio.c regexec.c
4397 ____________________________________________________________________________
4398 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
4399         Log: Definitions for the Unicode Newline Guidelines.
4400      Branch: perl
4401            ! perl.h
4402 ____________________________________________________________________________
4403 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
4404         Log: There is no csh of any kind in default BeOS.
4405              For the purposes of miniperl globbing, bash
4406              will do.
4407      Branch: perl
4408            ! hints/beos.sh
4409 ____________________________________________________________________________
4410 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
4411         Log: Integrate change #12820 from macperl to maint and blead;
4412              
4413              Fix up (dynaloading) to work properly with multiplicity
4414      Branch: maint-5.6/perl
4415           !> ext/DynaLoader/dl_mac.xs
4416      Branch: perl
4417           !> ext/DynaLoader/dl_mac.xs
4418 ____________________________________________________________________________
4419 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
4420         Log: Several fixes for various exit problems and clearing out
4421              task queue, as well as another (incomplete) go at
4422              fixing error message handling
4423      Branch: maint-5.6/macperl
4424            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
4425 ____________________________________________________________________________
4426 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
4427         Log: Add source files for bleadperl builds
4428      Branch: maint-5.6/macperl
4429            ! macos/Makefile.mk
4430 ____________________________________________________________________________
4431 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
4432         Log: Fix up to work properly with multiplicity
4433      Branch: maint-5.6/macperl
4434            ! ext/DynaLoader/dl_mac.xs
4435 ____________________________________________________________________________
4436 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
4437         Log: Integrate with maintperl.
4438      Branch: maint-5.6/macperl
4439           +> t/op/system.t t/op/system_tests
4440           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
4441           !> pod/perltodo.pod util.c win32/win32.c
4442 ____________________________________________________________________________
4443 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
4444         Log: Locate _PATH_LOG if it's a socket even if not #defined
4445              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
4446              via Nick Clark.
4447      Branch: perl
4448            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
4449 ____________________________________________________________________________
4450 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
4451         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
4452              From: Michael G Schwern <schwern@pobox.com>
4453              Date: Fri, 2 Nov 2001 15:36:41 -0500
4454              Message-ID: <20011102153641.E23234@blackrider>
4455      Branch: perl
4456            ! t/test.pl
4457 ____________________________________________________________________________
4458 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
4459         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
4460              From: merlyn@stonehenge.com (Randal L. Schwartz)
4461              Date: 02 Nov 2001 09:33:34 -0800
4462              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
4463              
4464              (two of the changes)
4465              
4466              Better coexistence with extensions.
4467      Branch: perl
4468            ! ext/Errno/Errno_pm.PL hints/darwin.sh
4469 ____________________________________________________________________________
4470 [ 12815] By: ams                                   on 2001/11/02  16:47:43
4471         Log: Subject: Re: [PATCH] the the double double word word fix fix
4472              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4473              Date: Fri, 02 Nov 2001 19:43:07 +0100
4474              Message-Id: <3BE2E93B.627C198E@alcatel.at>
4475      Branch: perl
4476            ! pod/perldebug.pod
4477 ____________________________________________________________________________
4478 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
4479         Log: Update Changes.
4480      Branch: perl
4481            ! Changes patchlevel.h
4482 ____________________________________________________________________________
4483 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
4484         Log: More encoding testing.
4485      Branch: perl
4486            ! lib/encoding.pm lib/encoding.t
4487 ____________________________________________________________________________
4488 [ 12812] By: ams                                   on 2001/11/02  15:07:11
4489         Log: Slight modification of #12811.
4490      Branch: perl
4491            ! op.c
4492 ____________________________________________________________________________
4493 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
4494         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
4495              From: Radu Greab <radu@netsoft.ro>
4496              Date: Fri, 2 Nov 2001 15:28:58 +0200
4497              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
4498      Branch: perl
4499            ! op.c t/op/stat.t
4500 ____________________________________________________________________________
4501 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
4502         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
4503              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4504              Date: Thu, 1 Nov 2001 22:35:50 +0100
4505              Message-ID: <20011101223550.A10849@rafael>
4506      Branch: perl
4507            ! lib/ExtUtils/Embed.t
4508 ____________________________________________________________________________
4509 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
4510         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
4511              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4512              Date: 2 Nov 2001 14:48:51 -0000
4513              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
4514      Branch: perl
4515            ! lib/File/Find.pm
4516 ____________________________________________________________________________
4517 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
4518         Log: Add documentation.
4519      Branch: perl
4520            ! embed.pl pod/perlapi.pod utf8.c
4521 ____________________________________________________________________________
4522 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
4523         Log: Unicode: add ToFold mapping.  Not used yet; but basically
4524              a more useful mapping for caseless aka case-ignoring than
4525              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
4526              algorithm for creating the foldings uses equivalence classes,
4527              see http://www.unicode.org/unicode/reports/tr21/
4528              Hopefully this feature will be used in //i.
4529              (The folding tables were introduced by #12689.)
4530      Branch: perl
4531            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
4532            ! utf8.c
4533 ____________________________________________________________________________
4534 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
4535         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
4536              From: "Craig A. Berry" <craigberry@mac.com>
4537              Date: Fri, 02 Nov 2001 00:03:52 -0600
4538              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
4539      Branch: perl
4540            ! lib/AutoSplit.t
4541 ____________________________________________________________________________
4542 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
4543         Log: Subject: Trivial doc patch
4544              From: andreas.koenig@anima.de (Andreas J. Koenig)
4545              Date: 02 Nov 2001 06:11:35 +0100
4546              Message-ID: <m37kt94v08.fsf@anima.de>
4547      Branch: perl
4548            ! pod/perlport.pod
4549 ____________________________________________________________________________
4550 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
4551         Log: Make encoding and charnames pragmas coexist.
4552      Branch: perl
4553            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
4554 ____________________________________________________________________________
4555 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
4556         Log: The basic character classes seem to go untested with Unicode.
4557      Branch: perl
4558            ! t/op/pat.t
4559 ____________________________________________________________________________
4560 [ 12802] By: ams                                   on 2001/11/02  00:39:36
4561         Log: Subject: [PATCH] the the double double word word fix fix
4562              From: Richard Soderberg <rs@oregonnet.com>
4563              Date: Thu, 1 Nov 2001 13:12:03 -0800
4564              Message-Id: <200111012112.NAA23288@oregonnet.com>
4565              
4566              Subject: Re: [PATCH] the the double double word word fix fix
4567              From: Mark-Jason Dominus <mjd@plover.com>
4568              Date: Thu, 01 Nov 2001 16:43:40 -0500
4569              Message-Id: <20011101214340.2044.qmail@plover.com>
4570              
4571              Subject: Re: [PATCH] the the double double word word fix fix
4572              From: Mark-Jason Dominus <mjd@plover.com>
4573              Date: Thu, 01 Nov 2001 16:51:39 -0500
4574              Message-Id: <20011101215139.2196.qmail@plover.com>
4575      Branch: perl
4576            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
4577            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
4578            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
4579            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
4580            ! pod/perltodo.pod pod/perlxstut.pod
4581 ____________________________________________________________________________
4582 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
4583         Log: Comment tweaks.
4584      Branch: perl
4585            ! toke.c
4586 ____________________________________________________________________________
4587 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
4588         Log: FAQ sync.
4589      Branch: perl
4590            ! pod/perlfaq9.pod
4591 ____________________________________________________________________________
4592 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
4593         Log: If an encoding is set by -M/-m, it must be in
4594              effect only for the actual script, not any other
4595              required/-M/-m'ed module, otherwise we enter a nasty
4596              recursion in regexec.c while trying to init the simple
4597              UTF-8 charclasses like PL_utf8_alnum.
4598      Branch: perl
4599            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
4600 ____________________________________________________________________________
4601 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
4602         Log: A bit more descriptive name.
4603      Branch: perl
4604            ! mg.c
4605 ____________________________________________________________________________
4606 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
4607         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
4608              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4609              Date: Wed, 31 Oct 2001 13:47:04 EST
4610              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
4611      Branch: perl
4612            ! ext/Time/HiRes/HiRes.t
4613 ____________________________________________________________________________
4614 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
4615         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
4616              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4617              Date: Wed, 31 Oct 2001 13:43:29 EST
4618              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
4619      Branch: perl
4620            ! mg.c
4621 ____________________________________________________________________________
4622 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
4623         Log: Subject: [PATCH] Various test cleanups
4624              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4625              Date: Tue, 30 Oct 2001 21:56:26 +0100
4626              Message-ID: <20011030215626.A28503@rafael>
4627      Branch: perl
4628            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4629            ! ext/DB_File/t/db-recno.t ext/Encode.t
4630 ____________________________________________________________________________
4631 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
4632         Log: Update Changes.
4633      Branch: perl
4634            ! Changes patchlevel.h
4635 ____________________________________________________________________________
4636 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
4637         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
4638              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
4639              Date: Wed, 31 Oct 2001 17:16:39 +0100
4640              Message-ID: <20011031171639.A32511@rafael>
4641      Branch: perl
4642            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
4643 ____________________________________________________________________________
4644 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
4645         Log: Skip message nit.
4646      Branch: perl
4647            ! t/io/fs.t
4648 ____________________________________________________________________________
4649 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
4650         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
4651              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4652              Date: 31 Oct 2001 14:49:37 -0000
4653              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
4654      Branch: perl
4655            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
4656 ____________________________________________________________________________
4657 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
4658         Log: Extend the effect of the encoding pragma to chr() and ord().
4659              
4660              TODO: regex literals, reentrancy problems with the utf8
4661              and charnames pragmas.
4662      Branch: perl
4663            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
4664 ____________________________________________________________________________
4665 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
4666         Log: Doc tweaks.
4667      Branch: perl
4668            ! lib/encoding.pm
4669 ____________________________________________________________________________
4670 [ 12788] By: nick                                  on 2001/10/31  08:59:56
4671         Log: Integrate mainline
4672      Branch: perlio
4673           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
4674           !> (integrate 49 files)
4675 ____________________________________________________________________________
4676 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
4677         Log: Forgot new proto.
4678      Branch: perl
4679            ! proto.h
4680 ____________________________________________________________________________
4681 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
4682         Log: Clarification: use encoding cannot be used to
4683              change the default encoding of "your whole script";
4684              only the default encoding of the *data*.  Also, it
4685              seems that "use encoding" does not mix with "use utf8"
4686              (a coredumping recursion ensues).  Should not be a huge
4687              problem since "use utf8" is pretty marginal nowadays.
4688      Branch: perl
4689            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
4690 ____________________________________________________________________________
4691 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
4692         Log: More documentation for the encode pragma.
4693      Branch: perl
4694            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
4695            ! pod/perlapi.pod pod/perlunicode.pod sv.c
4696 ____________________________________________________________________________
4697 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
4698         Log: Thinko in #12783.
4699      Branch: perl
4700            ! sv.c
4701 ____________________________________________________________________________
4702 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
4703         Log: Make sv_recode_to_utf8() a real API: the encoding
4704              is a parameter, instead of a global.  Document the
4705              PERL_ENCODING.
4706      Branch: perl
4707            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
4708            ! toke.c
4709 ____________________________________________________________________________
4710 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
4711         Log: Enable -Mencoding=foobar also for string literals.
4712      Branch: perl
4713            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
4714            ! pod/perlapi.pod proto.h sv.c toke.c
4715 ____________________________________________________________________________
4716 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
4717         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
4718              From: Andy Dougherty <doughera@lafayette.edu>
4719              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
4720              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
4721      Branch: perl
4722            ! ext/POSIX/hints/svr4.pl
4723 ____________________________________________________________________________
4724 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
4725         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
4726              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4727              Date: Mon, 29 Oct 2001 23:11:58 -0000
4728              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
4729              
4730              Add compat.h.
4731      Branch: perl
4732            ! lib/h2xs.t utils/h2xs.PL
4733 ____________________________________________________________________________
4734 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
4735         Log: Subject: PerlIOBuf_dup
4736              From: Nicholas Clark <nick@ccl4.org>              
4737              Date: Mon, 29 Oct 2001 21:52:35 +0000             
4738              Message-ID: <20011029215235.K41204@plum.flirble.org>
4739              
4740              Add prototype.
4741      Branch: perl
4742            ! perliol.h
4743 ____________________________________________________________________________
4744 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
4745         Log: Subject: [PATCH] Make malloc.c errors more useful
4746              From: Richard Soderberg <rs@oregonnet.com>
4747              Date: Mon, 29 Oct 2001 22:28:02 -0800
4748              Message-Id: <200110300628.WAA11025@oregonnet.com>
4749      Branch: perl
4750            ! malloc.c
4751 ____________________________________________________________________________
4752 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
4753         Log: Retract #12776 - the bug 19990906.001 is still valid.
4754      Branch: perl
4755            ! t/run/kill_perl.t
4756 ____________________________________________________________________________
4757 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
4758         Log: (Retracted by #12777)
4759              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
4760              From: Michael G Schwern <schwern@pobox.com> 
4761              Date: Mon, 29 Oct 2001 23:01:08 -0500
4762              Message-ID: <20011029230108.G18053@blackrider>
4763      Branch: perl
4764            ! t/run/kill_perl.t
4765 ____________________________________________________________________________
4766 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
4767         Log: Comment nits.
4768      Branch: perl
4769            ! lib/encoding.t
4770 ____________________________________________________________________________
4771 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
4772         Log: integrate change#12772 from mainline
4773              
4774              Subject: [PATCH] Mommy, what's a pointer cast?
4775      Branch: maint-5.6/perl
4776            ! perl.h
4777 ____________________________________________________________________________
4778 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
4779         Log: Subject: [PATCH] Mommy, what's a pointer cast?
4780              From: Richard Soderberg <rs@oregonnet.com>
4781              Date: Mon, 29 Oct 2001 17:01:10 -0800
4782              Message-Id: <200110300101.RAA31561@oregonnet.com>
4783              
4784              (threads* parts)
4785      Branch: perl
4786            ! ext/threads/shared/shared.xs ext/threads/threads.xs
4787 ____________________________________________________________________________
4788 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
4789         Log: Subject: [PATCH] Mommy, what's a pointer cast?
4790              From: Richard Soderberg <rs@oregonnet.com>
4791              Date: Mon, 29 Oct 2001 17:01:10 -0800
4792              Message-Id: <200110300101.RAA31561@oregonnet.com>
4793              
4794              (the perl.h part)
4795      Branch: perl
4796            ! perl.h
4797 ____________________________________________________________________________
4798 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
4799         Log: Subject: [PATCH] OpenBSD likes signal.h 
4800              From: Richard Soderberg <rs@oregonnet.com>
4801              Date: Mon, 29 Oct 2001 17:00:31 -0800
4802              Message-Id: <200110300100.RAA31533@oregonnet.com>
4803      Branch: perl
4804            ! unixish.h
4805 ____________________________________________________________________________
4806 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
4807         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
4808              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4809              Date: Mon, 29 Oct 2001 23:04:23 -0000
4810              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
4811      Branch: perl
4812            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4813            ! ext/DB_File/t/db-recno.t
4814 ____________________________________________________________________________
4815 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
4816         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
4817              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
4818              Date: Mon, 29 Oct 2001 12:34:07 -0600
4819              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
4820      Branch: perl
4821            ! ext/Time/HiRes/HiRes.t
4822 ____________________________________________________________________________
4823 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
4824         Log: Update Changes.
4825      Branch: perl
4826            ! Changes patchlevel.h
4827 ____________________________________________________________________________
4828 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
4829         Log: AIX needs an explicit symbol export list.
4830      Branch: perl
4831            ! lib/ExtUtils/Embed.t
4832 ____________________________________________________________________________
4833 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
4834         Log: The test (and the module) would require some
4835              quality hacking time to work on EBCDIC.  Based n
4836              the test results nothing seems to be majorly broken,
4837              the module just seems to have strange assumptions:
4838              got: ''\226\225\205'
4839              expected: ''one'
4840              The \226\225\205 being, of course, 'one', in EBCDIC.
4841      Branch: perl
4842            ! lib/Dumpvalue.t
4843 ____________________________________________________________________________
4844 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
4845         Log: Mark the test known to be failing in EBCDIC.
4846      Branch: perl
4847            ! t/op/tr.t
4848 ____________________________________________________________________________
4849 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
4850         Log: None of the libnet modules are going to work in
4851              EBCDIC without the Convert::EBCDIC.
4852      Branch: perl
4853            ! t/lib/1_compile.t
4854 ____________________________________________________________________________
4855 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
4856         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
4857      Branch: perl
4858            ! t/op/pack.t
4859 ____________________________________________________________________________
4860 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
4861         Log: UTF-EBCDIC ain't UTF-8.
4862      Branch: perl
4863            ! t/op/pack.t
4864 ____________________________________________________________________________
4865 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
4866         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
4867      Branch: perl
4868            ! t/lib/1_compile.t
4869 ____________________________________________________________________________
4870 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
4871         Log: Let's not assume ASCII.
4872      Branch: perl
4873            ! t/op/lc.t
4874 ____________________________________________________________________________
4875 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
4876         Log: Call the new perlio symbols differently.
4877      Branch: perl
4878            ! makedef.pl
4879 ____________________________________________________________________________
4880 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
4881         Log: Don't expect ASCII ordering.
4882      Branch: perl
4883            ! lib/ExtUtils/Manifest.t
4884 ____________________________________________________________________________
4885 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
4886         Log: Forgot from #12756.
4887      Branch: perl
4888            ! perlio.h
4889 ____________________________________________________________________________
4890 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
4891         Log: BeOS tweaks:
4892              - fseeko and ftello can be found by Configure but
4893              we do not seem to have prototypes for them so
4894              let's make up some
4895              - BeOS didn't use to have real sockets (sockets as
4896              filedescriptors) but the BONE package is supposed
4897              to fix this.  I do not know how to detect BONEness,
4898              see hints/beos.sh for a spot that needs to fixed.
4899              - BeOS has O_TEXT != O_BINARY but has no setmode()
4900      Branch: perl
4901            ! hints/beos.sh perlio.c
4902 ____________________________________________________________________________
4903 [ 12755] By: sky                                   on 2001/10/29  12:56:12
4904         Log: Ugly fix to not die when a thread creator is holding locks.
4905      Branch: perl
4906            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4907            ! ext/threads/threads.xs
4908 ____________________________________________________________________________
4909 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
4910         Log: Integrate change #12752 from maintperl;
4911              
4912              croak(Nullch) wasn't printing the contents of ERRSV if there was
4913              no outer eval (bug in change#6125)
4914      Branch: perl
4915           !> util.c
4916 ____________________________________________________________________________
4917 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
4918         Log: Subject: [PATCH h2xs] Use of static data in XS modules
4919              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4920              Date: Sun, 28 Oct 2001 21:19:07 -0000
4921              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
4922              
4923              with nits from Sarathy.
4924      Branch: perl
4925            ! utils/h2xs.PL
4926 ____________________________________________________________________________
4927 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
4928         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
4929              no outer eval (bug in change#6125)
4930      Branch: maint-5.6/perl
4931            ! util.c
4932 ____________________________________________________________________________
4933 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
4934         Log: More todo for the encoding pragma.
4935      Branch: perl
4936            ! lib/encoding.pm
4937 ____________________________________________________________________________
4938 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
4939         Log: Add the encoding pragma to control the "upgrade"
4940              from the native eight bit data to Unicode.
4941              
4942              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
4943      Branch: perl
4944            + lib/encoding.pm lib/encoding.t
4945            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
4946            ! pod/perlunicode.pod pod/perlvar.pod sv.c
4947 ____________________________________________________________________________
4948 [ 12749] By: sky                                   on 2001/10/28  21:02:33
4949         Log: Update documentation.
4950      Branch: perl
4951            ! ext/threads/shared/shared.pm
4952 ____________________________________________________________________________
4953 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
4954         Log: Integrate change #12747 from maintperl;
4955              
4956              finishing touches to system() fixes on windows:
4957              * detect cmd shell correctly even if it had full path in it
4958              * more quoting needed for single-arg system if the argument
4959              really had multiple quoted arguments within it
4960              * be smarter about not calling the shell when the executable
4961              has spaces, but otherwise does not need shell involvement
4962              * add a testsuite (windows-specific currently)
4963      Branch: perl
4964           +> t/op/system.t t/op/system_tests
4965            ! MANIFEST pod/perltodo.pod
4966           !> win32/win32.c
4967 ____________________________________________________________________________
4968 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
4969         Log: finishing touches to system() fixes on windows:
4970              * detect cmd shell correctly even if it had full path in it
4971              * more quoting needed for single-arg system if the argument
4972              really had multiple quoted arguments within it
4973              * be smarter about not calling the shell when the executable
4974              has spaces, but otherwise does not need shell involvement
4975              * add a testsuite (windows-specific currently)
4976      Branch: maint-5.6/perl
4977            + t/op/system.t t/op/system_tests
4978            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
4979 ____________________________________________________________________________
4980 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
4981         Log: Integrate perlio.
4982      Branch: perl
4983           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
4984 ____________________________________________________________________________
4985 [ 12745] By: nick                                  on 2001/10/28  16:08:14
4986         Log: Mingw32 fixup for Embed.t
4987      Branch: perlio
4988            ! lib/ExtUtils/Embed.t
4989 ____________________________________________________________________________
4990 [ 12744] By: nick                                  on 2001/10/28  15:54:14
4991         Log: GCC vs MS 64-bit constant syntax
4992      Branch: perlio
4993            ! ext/Time/HiRes/HiRes.xs
4994 ____________________________________________________________________________
4995 [ 12743] By: nick                                  on 2001/10/28  15:42:55
4996         Log: Integrate mainline
4997      Branch: perlio
4998           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
4999 ____________________________________________________________________________
5000 [ 12742] By: sky                                   on 2001/10/28  14:47:10
5001         Log: Manpage updates.
5002      Branch: perl
5003            ! ext/threads/threads.pm
5004 ____________________________________________________________________________
5005 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
5006         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
5007      Branch: perl
5008            ! lib/ExtUtils/Embed.t
5009 ____________________________________________________________________________
5010 [ 12740] By: nick                                  on 2001/10/28  14:14:24
5011         Log: Integrate mainline
5012      Branch: perlio
5013           !> lib/ExtUtils/Embed.t win32/win32.c
5014 ____________________________________________________________________________
5015 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
5016         Log: Need to be ./executed.
5017      Branch: perl
5018            ! lib/ExtUtils/Embed.t
5019 ____________________________________________________________________________
5020 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
5021         Log: Integrate perlio.
5022      Branch: perl
5023           !> perlio.c win32/win32.h
5024 ____________________________________________________________________________
5025 [ 12737] By: nick                                  on 2001/10/28  13:53:45
5026         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
5027              by gcc -xc++.
5028      Branch: perlio
5029            ! win32/win32.h
5030 ____________________________________________________________________________
5031 [ 12736] By: nick                                  on 2001/10/28  13:50:50
5032         Log: Have :stdio layer update an honour the fd refcnt table.
5033              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
5034      Branch: perlio
5035            ! perlio.c
5036 ____________________________________________________________________________
5037 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
5038         Log: Integrate changes #12724 and #12725 from maintperl;
5039              multiarg system now works.
5040      Branch: perl
5041           !> win32/win32.c
5042 ____________________________________________________________________________
5043 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
5044         Log: Integrate perlio.
5045      Branch: perl
5046           +> lib/ExtUtils/Embed.t
5047           !> MANIFEST perlio.c
5048 ____________________________________________________________________________
5049 [ 12733] By: nick                                  on 2001/10/28  13:07:16
5050         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
5051              least for PERLIO=perlio unthreaded case
5052      Branch: perlio
5053            ! perlio.c
5054 ____________________________________________________________________________
5055 [ 12732] By: nick                                  on 2001/10/28  11:10:24
5056         Log: Typo in exe name
5057      Branch: perlio
5058            ! lib/ExtUtils/Embed.t
5059 ____________________________________________________________________________
5060 [ 12731] By: nick                                  on 2001/10/28  11:09:59
5061         Log: Integrate Mainline
5062      Branch: perlio
5063           !> Changes configure.com ext/DB_File/DB_File.pm
5064           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
5065           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
5066           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
5067           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
5068           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
5069           !> t/TEST t/op/regexp.t win32/buildext.pl
5070 ____________________________________________________________________________
5071 [ 12730] By: nick                                  on 2001/10/28  11:05:35
5072         Log: Fixup Embed.t for Win32/VC++
5073      Branch: perlio
5074            ! lib/ExtUtils/Embed.t
5075 ____________________________________________________________________________
5076 [ 12729] By: nick                                  on 2001/10/28  09:36:20
5077         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
5078              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
5079              ExtUtils::Embed.
5080      Branch: perlio
5081            + lib/ExtUtils/Embed.t
5082            ! MANIFEST
5083 ____________________________________________________________________________
5084 [ 12728] By: sky                                   on 2001/10/28  08:12:53
5085         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
5086              line manually!
5087      Branch: perl
5088            ! lib/ExtUtils/xsubpp
5089 ____________________________________________________________________________
5090 [ 12727] By: sky                                   on 2001/10/28  08:02:09
5091         Log: And here we use the prototypes.
5092      Branch: perl
5093            ! ext/threads/shared/shared.xs
5094 ____________________________________________________________________________
5095 [ 12726] By: sky                                   on 2001/10/28  08:00:48
5096         Log: Support [] style prototypes.
5097      Branch: perl
5098            ! lib/ExtUtils/xsubpp
5099 ____________________________________________________________________________
5100 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
5101         Log: yet another multi-arg system() fix on windows: batch files as the
5102              first argument (i.e. directly executed by CreateProcess()) need
5103              extra quoting to escape shell-shock
5104      Branch: maint-5.6/perl
5105            ! win32/win32.c
5106 ____________________________________________________________________________
5107 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
5108         Log: another multi-arg system() fix on windows: passing empty arguments
5109              now works
5110      Branch: maint-5.6/perl
5111            ! win32/win32.c
5112 ____________________________________________________________________________
5113 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
5114         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
5115              No final #else #error because we do not seem to
5116              be using #error?
5117      Branch: perl
5118            ! op.h
5119 ____________________________________________________________________________
5120 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
5121         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
5122              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
5123              Date: Sat, 27 Oct 2001 23:28:44 EST 
5124              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
5125      Branch: perl
5126            ! ext/Time/HiRes/HiRes.xs
5127 ____________________________________________________________________________
5128 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
5129         Log: Regen perlapi, perltoc.
5130      Branch: perl
5131            ! pod/perlapi.pod pod/perltoc.pod
5132 ____________________________________________________________________________
5133 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
5134         Log: Subject: [PATCH] sv.h documentation
5135              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
5136              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
5137              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
5138      Branch: perl
5139            ! sv.h
5140 ____________________________________________________________________________
5141 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
5142         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
5143              system("nmake -nologo", "clean") and there is no executable
5144              called "nmake -nologo"; this used to "work" pre-change#12559 due
5145              to bugs in multiarg system() that have since been fixed
5146      Branch: perl
5147            ! win32/buildext.pl
5148 ____________________________________________________________________________
5149 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
5150         Log: Update Changes.
5151      Branch: perl
5152            ! Changes patchlevel.h
5153 ____________________________________________________________________________
5154 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
5155         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
5156              From: Richard.Foley@t-online.de (Richard Foley)            
5157              Date: Sun, 28 Oct 2001 00:48:32 +0200
5158              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
5159      Branch: perl
5160            ! pod/perlhack.pod
5161 ____________________________________________________________________________
5162 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
5163         Log: Must store pointers with the right width.
5164      Branch: perl
5165            ! op.h
5166 ____________________________________________________________________________
5167 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
5168         Log: Integrate change #12711 from perlio;
5169              
5170              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
5171              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
5172      Branch: perl
5173           !> perlio.c
5174 ____________________________________________________________________________
5175 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
5176         Log: Subject: [PATCH] make minitest
5177              From: Nicholas Clark <nick@ccl4.org>
5178              Date: Sat, 27 Oct 2001 22:56:16 +0100
5179              Message-ID: <20011027225616.L20275@plum.flirble.org>
5180      Branch: perl
5181            ! t/TEST
5182 ____________________________________________________________________________
5183 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
5184         Log: Patch #12661 missed this.
5185      Branch: perl
5186            ! ext/DB_File/DB_File.pm
5187 ____________________________________________________________________________
5188 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
5189         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
5190              From: "Craig A. Berry" <craigberry@mac.com>
5191              Date: Sat, 27 Oct 2001 16:07:47 -0500
5192              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
5193      Branch: perl
5194            ! configure.com perlio.c
5195 ____________________________________________________________________________
5196 [ 12711] By: nick                                  on 2001/10/27  19:49:25
5197         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
5198              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
5199      Branch: perlio
5200            ! perlio.c
5201 ____________________________________________________________________________
5202 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
5203         Log: Let's not replace reason if there's one already supplied.
5204      Branch: perl
5205            ! t/op/regexp.t
5206 ____________________________________________________________________________
5207 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
5208         Log: is not good.
5209      Branch: perl
5210            ! t/op/regexp.t
5211 ____________________________________________________________________________
5212 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
5213         Log: ldlibpth can exist but be unset.
5214      Branch: perl
5215            ! t/TEST
5216 ____________________________________________________________________________
5217 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
5218         Log: Unicode: property alias naming cleanup.
5219      Branch: perl
5220            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
5221 ____________________________________________________________________________
5222 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
5223         Log: FAQ sync.
5224      Branch: perl
5225            ! pod/perlfaq4.pod
5226 ____________________________________________________________________________
5227 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
5228         Log: Integrate change #12703 from maintperl;
5229              
5230              typemap stuff intervenes before declaration, move it to PREINIT
5231              section
5232              
5233              (an empty integrate, but now the files are in sync
5234              between the branches)
5235      Branch: perl
5236           !> ext/ODBM_File/ODBM_File.xs
5237 ____________________________________________________________________________
5238 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
5239         Log: More PerlIO symbols.
5240      Branch: perl
5241            ! makedef.pl
5242 ____________________________________________________________________________
5243 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
5244         Log: typemap stuff intervenes before declaration, move it to PREINIT
5245              section
5246      Branch: maint-5.6/perl
5247            ! ext/ODBM_File/ODBM_File.xs
5248 ____________________________________________________________________________
5249 [ 12702] By: nick                                  on 2001/10/27  14:09:35
5250         Log: Integrate mainline
5251      Branch: perlio
5252           +> ext/threads/shared/t/av_simple.t
5253           +> ext/threads/shared/t/hv_refs.t
5254           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
5255           !> (integrate 109 files)
5256 ____________________________________________________________________________
5257 [ 12700] By: ams                                   on 2001/10/26  21:22:23
5258         Log: Subject: [PATCH] tweak divide
5259              From: Nicholas Clark <nick@ccl4.org>
5260              Date: Fri, 26 Oct 2001 22:52:17 +0100
5261              Message-Id: <20011026225217.B20275@plum.flirble.org>
5262      Branch: perl
5263            ! pp.c
5264 ____________________________________________________________________________
5265 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
5266         Log: Integrate a buncha things from maintperl.
5267      Branch: maint-5.6/macperl
5268           !> (integrate 32 files)
5269 ____________________________________________________________________________
5270 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
5271         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
5272              From: Andy Dougherty <doughera@lafayette.edu>
5273              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
5274              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
5275      Branch: perl
5276            ! hints/svr4.sh
5277 ____________________________________________________________________________
5278 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
5279         Log: When you're root, many things become writable.
5280      Branch: perl
5281            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
5282 ____________________________________________________________________________
5283 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
5284         Log: Update Changes.
5285      Branch: perl
5286            ! Changes patchlevel.h
5287 ____________________________________________________________________________
5288 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
5289         Log: Term/Cap.t attempts to access the floppy drive for no good reason
5290              on dosish systems
5291      Branch: perl
5292            ! lib/Term/Cap.t
5293 ____________________________________________________________________________
5294 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
5295         Log: fix misleading comment on known inadequacy in B::Terse, and skip
5296              it correctly
5297      Branch: perl
5298            ! ext/B/t/terse.t
5299 ____________________________________________________________________________
5300 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
5301         Log: fix spurious AutoSplit.t failure under windows
5302      Branch: perl
5303            ! lib/AutoSplit.t
5304 ____________________________________________________________________________
5305 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
5306         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
5307      Branch: perl
5308            ! ext/Time/HiRes/HiRes.t
5309 ____________________________________________________________________________
5310 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
5311         Log: More logical to use %04"UVXf" than %"UVuf" since
5312              the Unicode standard prefers hex.
5313      Branch: perl
5314            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
5315            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
5316            ! lib/unicore/mktables utf8.c
5317 ____________________________________________________________________________
5318 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
5319         Log: change#12065 seems to have broken Encode build on windows; fix
5320      Branch: perl
5321            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
5322 ____________________________________________________________________________
5323 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
5324         Log: Unicode: add the case folding table.
5325      Branch: perl
5326            + lib/unicore/To/Fold.pl
5327            ! MANIFEST lib/unicore/mktables
5328 ____________________________________________________________________________
5329 [ 12688] By: sky                                   on 2001/10/26  13:51:29
5330         Log: Get the new functions right, do not export lock since we use builtin lock.
5331              TODO: fix xsubpp to support the new prototypes
5332      Branch: perl
5333            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5334 ____________________________________________________________________________
5335 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
5336         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
5337              as suggested by Sarathy.
5338      Branch: perl
5339            ! mg.c
5340 ____________________________________________________________________________
5341 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
5342         Log: avoid compiler warning
5343      Branch: perl
5344            ! win32/win32.c
5345 ____________________________________________________________________________
5346 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
5347         Log: WinCE update from Rainer Keuchel.
5348      Branch: perl
5349            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
5350            ! wince/wince.c
5351 ____________________________________________________________________________
5352 [ 12684] By: sky                                   on 2001/10/26  13:34:33
5353         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
5354      Branch: perl
5355            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5356 ____________________________________________________________________________
5357 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
5358         Log: More fixes that were made to the core and not in the libnet src
5359      Branch: perl
5360            ! lib/Net/Domain.pm
5361 ____________________________________________________________________________
5362 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
5363         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
5364              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
5365              Date: Fri, 26 Oct 2001 13:55:21 +0200
5366              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
5367              
5368              (plus make the db-recno.t#59 accept both \n and \r\n)
5369      Branch: perl
5370            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5371            ! ext/DB_File/t/db-recno.t
5372 ____________________________________________________________________________
5373 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
5374         Log: Fix tests to be able to run in the core and the CPAN dist
5375      Branch: perl
5376            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
5377            ! lib/Net/t/require.t lib/Net/t/smtp.t
5378 ____________________________________________________________________________
5379 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
5380         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
5381              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5382              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
5383              Date: Fri, 26 Oct 2001 08:34:46 EDT
5384      Branch: perl
5385            ! ext/Time/HiRes/HiRes.t
5386 ____________________________________________________________________________
5387 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
5388         Log: Sync libnet modules with what will be libnet-1.08
5389      Branch: perl
5390            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
5391            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
5392            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
5393            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
5394 ____________________________________________________________________________
5395 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
5396         Log: Integrate maintperl changes #12268 and #12669;
5397              
5398              final touches to the audit for statics and thread-unsafe code
5399              * make DB_File, ODBM_File thread-safe 
5400              * remove unnecessary/dangerous statics and protect others
5401              from not getting accidentally enabled under threaded perls
5402              
5403              windows support functions get_childdir() et al aren't exported
5404              correctly under vanilla build
5405              
5406              Testing under win32 appreciated since changes there had
5407              to be manually merged and I cannot test how badly did I do.
5408      Branch: perl
5409           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
5410           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
5411           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
5412           !> win32/vmem.h win32/win32.c win32/win32iop.h
5413 ____________________________________________________________________________
5414 [ 12677] By: sky                                   on 2001/10/26  12:37:17
5415         Log: More Config::threads to threads::threads changes
5416      Branch: perl
5417            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
5418 ____________________________________________________________________________
5419 [ 12676] By: sky                                   on 2001/10/26  12:31:46
5420         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
5421      Branch: perl
5422            ! ext/threads/threads.pm ext/threads/threads.xs
5423 ____________________________________________________________________________
5424 [ 12675] By: sky                                   on 2001/10/26  12:06:30
5425         Log: Allocing a TLS in runtime is not too hot.
5426      Branch: perl
5427            ! ext/threads/threads.xs
5428 ____________________________________________________________________________
5429 [ 12674] By: sky                                   on 2001/10/26  11:59:09
5430         Log: Don't display debug data.
5431      Branch: perl
5432            ! ext/threads/threads.pm
5433 ____________________________________________________________________________
5434 [ 12673] By: sky                                   on 2001/10/26  11:35:47
5435         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
5436              complete bar support for blessed objects.
5437              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
5438      Branch: perl
5439            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
5440 ____________________________________________________________________________
5441 [ 12672] By: sky                                   on 2001/10/26  11:15:28
5442         Log: Fix case where shared reference does not exist in current thread.
5443      Branch: perl
5444            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
5445 ____________________________________________________________________________
5446 [ 12671] By: sky                                   on 2001/10/26  08:48:52
5447         Log: Support for references in shared arrays.
5448      Branch: perl
5449            ! ext/threads/shared/shared.xs
5450 ____________________________________________________________________________
5451 [ 12670] By: sky                                   on 2001/10/26  08:30:11
5452         Log: Add tests for references in hashes.
5453      Branch: perl
5454            + ext/threads/shared/t/hv_refs.t
5455            ! MANIFEST
5456 ____________________________________________________________________________
5457 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
5458         Log: windows support functions get_childdir() et al aren't exported
5459              correctly under vanilla build
5460      Branch: maint-5.6/perl
5461            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
5462 ____________________________________________________________________________
5463 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
5464         Log: final touches to the audit for statics and thread-unsafe code
5465              * make DB_File, ODBM_File thread-safe 
5466              * remove unnecessary/dangerous statics and protect others
5467              from not getting accidentally enabled under threaded perls
5468      Branch: maint-5.6/perl
5469            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
5470            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
5471            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
5472            ! win32/win32.c
5473 ____________________________________________________________________________
5474 [ 12667] By: ams                                   on 2001/10/26  03:48:36
5475         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
5476              From: "Richard Soderberg" <rs@crystalflame.net>
5477              Date: Thu, 25 Oct 2001 23:42:50 -0400
5478              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
5479      Branch: perl
5480            ! sharedsv.c
5481 ____________________________________________________________________________
5482 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
5483         Log: Integrate change #12664 from maintperl;
5484              
5485              the newest GCCs don't seem to like C<"string1"##STRING2>
5486              so keep it as C<"string1" STRING2> (latter appears to
5487              work everywhere)
5488      Branch: perl
5489           !> ext/DynaLoader/dlutils.c
5490 ____________________________________________________________________________
5491 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
5492         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
5493              From: Chris Nandor <pudge@pobox.com>
5494              Date: Thu, 25 Oct 2001 22:15:03 -0400
5495              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
5496      Branch: perl
5497            ! perl.h
5498 ____________________________________________________________________________
5499 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
5500         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
5501              C<"string1" STRING2> (latter appears to work everywhere)
5502      Branch: maint-5.6/perl
5503            ! ext/DynaLoader/dlutils.c
5504 ____________________________________________________________________________
5505 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
5506         Log: AUTHORS update.
5507      Branch: perl
5508            ! AUTHORS
5509 ____________________________________________________________________________
5510 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
5511         Log: Integrate change #12660 from maintperl;
5512              
5513              make the dMY_CXT stuff available under all of
5514              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
5515      Branch: perl
5516           !> perl.h
5517 ____________________________________________________________________________
5518 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
5519         Log: Subject: [PATCH] DB_File-1.79
5520              From: "Paul Marquess" <paul.marquess@openwave.com>
5521              Date: Fri, 26 Oct 2001 00:03:54 +0100
5522              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
5523      Branch: perl
5524            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
5525            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
5526 ____________________________________________________________________________
5527 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
5528         Log: make the dMY_CXT stuff available under all of
5529              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
5530      Branch: maint-5.6/perl
5531            ! perl.h
5532 ____________________________________________________________________________
5533 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
5534         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
5535              From: Michael G Schwern <schwern@pobox.com>
5536              Date: Thu, 25 Oct 2001 18:28:12 -0400
5537              Message-ID: <20011025182812.M4811@blackrider>
5538      Branch: perl
5539            ! t/run/kill_perl.t
5540 ____________________________________________________________________________
5541 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
5542         Log: STRLEN != int.
5543      Branch: perl
5544            ! regcomp.c regexec.c
5545 ____________________________________________________________________________
5546 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
5547         Log: Subject: [PATCH] remove small IVop redundancy
5548              From: Nicholas Clark <nick@ccl4.org>
5549              Date: Thu, 25 Oct 2001 22:48:28 +0100
5550              Message-ID: <20011025224827.M66471@plum.flirble.org>
5551      Branch: perl
5552            ! pp.c pp_hot.c
5553 ____________________________________________________________________________
5554 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
5555         Log: Metaconfig unit change for #12655.
5556      Branch: metaconfig/U/perl
5557            ! Extensions.U
5558 ____________________________________________________________________________
5559 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
5560         Log: Subject: Re: Not OK @12650
5561              From: Andy Dougherty <doughera@lafayette.edu>
5562              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
5563              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
5564      Branch: perl
5565            ! Configure
5566 ____________________________________________________________________________
5567 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
5568         Log: Integrate changes #12652 and #12653 from maintperl;
5569              
5570              more tweaks to change#12626
5571              * move the boilerplate code over to perl.h and make DynaLoader
5572              use it
5573              * make re, Opcode, File::Glob and B threadsafe
5574              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
5575              C<no re;> anywhere)
5576              
5577              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
5578              
5579              File::Glob required a bit more work in bleadperl
5580              because of ExtUtils::Constant (see the Makefile.PL change)
5581      Branch: perl
5582            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
5583           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
5584           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
5585 ____________________________________________________________________________
5586 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
5587         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
5588      Branch: maint-5.6/perl
5589            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
5590            ! ext/Opcode/Opcode.xs ext/re/re.xs
5591 ____________________________________________________________________________
5592 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
5593         Log: more tweaks to change#12626
5594              * move the boilerplate code over to perl.h and make DynaLoader
5595              use it
5596              * make re, Opcode, File::Glob and B threadsafe
5597              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
5598              C<no re;> anywhere)
5599      Branch: maint-5.6/perl
5600            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
5601            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
5602 ____________________________________________________________________________
5603 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
5604         Log: Metaconfig unit change for #12650.
5605      Branch: metaconfig/U/perl
5606            ! Extensions.U
5607 ____________________________________________________________________________
5608 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
5609         Log: Subject: Re: ithreads doesn't like usedl=n
5610              From: Andy Dougherty <doughera@lafayette.edu>
5611              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
5612              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
5613              
5614              Special-case threads::shared.
5615      Branch: perl
5616            ! Configure
5617 ____________________________________________________________________________
5618 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
5619         Log: Getting fancier...
5620      Branch: perl
5621            ! t/TEST
5622 ____________________________________________________________________________
5623 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
5624         Log: csh - what a pain.
5625      Branch: perl
5626            ! t/TEST
5627 ____________________________________________________________________________
5628 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
5629         Log: Update Changes.
5630      Branch: perl
5631            ! Changes patchlevel.h
5632 ____________________________________________________________________________
5633 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
5634         Log: Allow resetting the locale system for the duration
5635              of the build (Mac OS X default setting LANG=En_US
5636              ist kaputt)
5637      Branch: perl
5638            ! Makefile.SH
5639 ____________________________________________________________________________
5640 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
5641         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
5642      Branch: perl
5643            ! ext/Digest/MD5/t/files.t
5644 ____________________________________________________________________________
5645 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
5646         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
5647              From: Andy Dougherty <doughera@lafayette.edu>
5648              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
5649              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
5650      Branch: perl
5651            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
5652            ! ext/threads/shared/Makefile.PL
5653 ____________________________________________________________________________
5654 [ 12643] By: sky                                   on 2001/10/25  12:28:26
5655         Log: Add support for reference members of hashes.
5656      Branch: perl
5657            ! ext/threads/shared/shared.xs
5658 ____________________________________________________________________________
5659 [ 12642] By: ams                                   on 2001/10/25  12:21:13
5660         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
5661              From: "Norton Allen" <nort@qnx.com>
5662              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
5663              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
5664      Branch: perl
5665            ! ext/Digest/MD5/MD5.xs
5666 ____________________________________________________________________________
5667 [ 12641] By: sky                                   on 2001/10/25  10:27:39
5668         Log: Tests shared hashes.
5669      Branch: perl
5670            + ext/threads/shared/t/hv_simple.t
5671            ! MANIFEST
5672 ____________________________________________________________________________
5673 [ 12640] By: sky                                   on 2001/10/25  10:18:23
5674         Log: Fix threadcounts for arrays and hashes.
5675      Branch: perl
5676            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5677 ____________________________________________________________________________
5678 [ 12639] By: sky                                   on 2001/10/25  10:17:26
5679         Log: Note to self, doing *src_ary++ in a macro that evaluates
5680              the value more than once is a good way to dump core.
5681      Branch: perl
5682            ! sharedsv.c
5683 ____________________________________________________________________________
5684 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
5685         Log: Integrate change #12636 from maintperl; more dl fixups.
5686      Branch: perl
5687           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
5688           !> ext/DynaLoader/dl_vms.xs
5689 ____________________________________________________________________________
5690 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
5691         Log: Like dl_hpux, like dl_dld.
5692      Branch: perl
5693            ! ext/DynaLoader/dl_dld.xs
5694 ____________________________________________________________________________
5695 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
5696         Log: followups to change#12635
5697      Branch: maint-5.6/perl
5698            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
5699            ! ext/DynaLoader/dl_vms.xs
5700 ____________________________________________________________________________
5701 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
5702         Log: add part of change#12634 to the two files that need it; dl_aix.xs
5703              in maint-5.6 doesn't have the branch that had the problem in
5704              mainline
5705      Branch: maint-5.6/perl
5706            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
5707 ____________________________________________________________________________
5708 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
5709         Log: Fixes for #12627.
5710      Branch: perl
5711            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
5712 ____________________________________________________________________________
5713 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
5714         Log: Since pv_uni_display and sv_uni_display are now used
5715              in the re extension, their symbols have to be exported.
5716      Branch: perl
5717            ! embed.pl global.sym
5718 ____________________________________________________________________________
5719 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
5720         Log: Subject:  Re: [PATCH Perl@12567] debug /list
5721              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5722              Date: Tue, 23 Oct 2001 21:40:33 EDT
5723              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
5724      Branch: perl
5725            ! configure.com
5726 ____________________________________________________________________________
5727 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
5728         Log: This takes care of some of the re 'debug' cases but
5729              not all cases since the information whether the pattern
5730              or the target are utf8 seems to be either lost or not
5731              spread widely enough, sigh.
5732      Branch: perl
5733            ! regcomp.c
5734 ____________________________________________________________________________
5735 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
5736         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
5737              From: John Peacock <jpeacock@rowman.com>
5738              Date: Wed, 24 Oct 2001 16:53:29 -0400
5739              Message-ID: <3BD72A49.1508D152@rowman.com>
5740      Branch: perl
5741            ! configure.com
5742 ____________________________________________________________________________
5743 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
5744         Log: Upgrade NetWare and WinCE as in #12626.
5745      Branch: perl
5746            ! NetWare/dl_netware.xs wince/dl_win32.xs
5747 ____________________________________________________________________________
5748 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
5749         Log: Tru64 compiler nit.
5750      Branch: perl
5751            ! ext/threads/shared/shared.xs
5752 ____________________________________________________________________________
5753 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
5754         Log: Integrate change #12626 from maintperl;
5755              make DynaLoader threadsafe by moving all statics into
5756              interpreter-local space
5757              
5758              TODO: Netware, OS/2, WinCE
5759      Branch: perl
5760           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5761           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
5762           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
5763           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
5764           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5765           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5766           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
5767 ____________________________________________________________________________
5768 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
5769         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
5770              space
5771      Branch: maint-5.6/perl
5772            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5773            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
5774            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
5775            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
5776            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5777            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5778            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
5779 ____________________________________________________________________________
5780 [ 12625] By: sky                                   on 2001/10/24  20:05:26
5781         Log: Change #12623 inflicted an infinite hang. Fixed.
5782      Branch: perl
5783            ! ext/threads/shared/shared.xs
5784 ____________________________________________________________________________
5785 [ 12624] By: sky                                   on 2001/10/24  19:06:55
5786         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
5787      Branch: perl
5788            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5789 ____________________________________________________________________________
5790 [ 12623] By: sky                                   on 2001/10/24  18:06:34
5791         Log: We need to do sharedsv_find in the original perl context.
5792      Branch: perl
5793            ! ext/threads/shared/shared.xs
5794 ____________________________________________________________________________
5795 [ 12622] By: sky                                   on 2001/10/24  17:26:51
5796         Log: Add support for basic support for AVs, references not supported yet.
5797              Add test for AVs.
5798              Add more tests to sv_refs
5799              Fix documentation issues.  
5800      Branch: perl
5801            + ext/threads/shared/t/av_simple.t
5802            ! MANIFEST ext/threads/shared/shared.pm
5803            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
5804 ____________________________________________________________________________
5805 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
5806         Log: Dump Unicode better for re 'debug'.  The regprop()
5807              is unfinished since have to figure out how to detect
5808              Unicodeness in there.
5809      Branch: perl
5810            ! regcomp.c regexec.c
5811 ____________________________________________________________________________
5812 [ 12620] By: sky                                   on 2001/10/24  13:18:07
5813         Log: Add support for finding shared arrays and hashes.
5814      Branch: perl
5815            ! sharedsv.c
5816 ____________________________________________________________________________
5817 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
5818         Log: Rewrite sv_uni_display() as pv_uni_display() as
5819              reimplement sv_uni_display() using that.
5820      Branch: perl
5821            ! dump.c embed.h embed.pl proto.h
5822 ____________________________________________________________________________
5823 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
5824         Log: Integrate change #12615 from maintperl;
5825              on Windows, IO::File::new_tmpfile() fails after being called
5826              32767 times because MSVCRT thinks stdio's TMP_MAX is a
5827              process-wide limit
5828      Branch: perl
5829           !> win32/win32.c
5830 ____________________________________________________________________________
5831 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
5832         Log: Don't try to print ints as IVs.
5833      Branch: perl
5834            ! ext/Time/HiRes/HiRes.xs
5835 ____________________________________________________________________________
5836 [ 12616] By: sky                                   on 2001/10/24  11:06:35
5837         Log: We only need to fetch the SV from the backend if the index
5838              is not the same as mg_private.     In theory this could be
5839              a problem if there are an exact multiple of U16 changes
5840              of a shared variable between two access in a given thread,
5841              we choose to avoid theory for now.
5842      Branch: perl
5843            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
5844 ____________________________________________________________________________
5845 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
5846         Log: on Windows, IO::File::new_tmpfile() fails after being called
5847              32767 times because MSVCRT thinks stdio's TMP_MAX is a
5848              process-wide limit
5849      Branch: maint-5.6/perl
5850            ! win32/win32.c
5851 ____________________________________________________________________________
5852 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
5853         Log: Negation and Unicode: sort of solves 20010303.010,
5854              except not quite like reported in the Subject
5855              (Perl_warner is still utf8-ignorant).
5856      Branch: perl
5857            ! pp.c t/lib/warnings/sv
5858 ____________________________________________________________________________
5859 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
5860         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
5861      Branch: perl
5862            ! sv.c t/lib/warnings/sv
5863 ____________________________________________________________________________
5864 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
5865         Log: sv_uni_display(): do not add the "...", let the caller
5866              do it if wanted, and be prepared for more display options.
5867      Branch: perl
5868            ! dump.c embed.h embed.pl proto.h
5869 ____________________________________________________________________________
5870 [ 12611] By: nick                                  on 2001/10/23  20:28:07
5871         Log: Integrate mainline
5872      Branch: perlio
5873           !> Changes configure.com cygwin/cygwin.c
5874           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
5875           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
5876           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
5877           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
5878           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
5879           !> utils/h2xs.PL utils/perldoc.PL
5880 ____________________________________________________________________________
5881 [ 12610] By: sky                                   on 2001/10/23  19:39:24
5882         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
5883              READONLY but still dies with modification attempt. We only call bless for ext and
5884              umagic.
5885      Branch: perl
5886            ! sv.c
5887 ____________________________________________________________________________
5888 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
5889         Log: Croak() on negative time; doc tweaks.
5890      Branch: perl
5891            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
5892            ! ext/Time/HiRes/HiRes.xs
5893 ____________________________________________________________________________
5894 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
5895         Log: FAQ sync.
5896      Branch: perl
5897            ! pod/perlfaq4.pod pod/perlfaq7.pod
5898 ____________________________________________________________________________
5899 [ 12607] By: sky                                   on 2001/10/23  18:27:27
5900         Log: Call setmagic on the referant we blessing!
5901      Branch: perl
5902            ! sv.c
5903 ____________________________________________________________________________
5904 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
5905         Log: Small test nits.
5906      Branch: perl
5907            ! t/op/lc.t
5908 ____________________________________________________________________________
5909 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
5910         Log: Update Changes.
5911      Branch: perl
5912            ! Changes patchlevel.h
5913 ____________________________________________________________________________
5914 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
5915         Log: Make the PerlIO_init() prototypes consistent.
5916      Branch: perl
5917            ! perlio.c
5918 ____________________________________________________________________________
5919 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
5920         Log: Upping the test count is a good idea.
5921      Branch: perl
5922            ! t/op/lc.t
5923 ____________________________________________________________________________
5924 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
5925         Log: Document the final sigma spot.
5926      Branch: perl
5927            ! pp.c
5928 ____________________________________________________________________________
5929 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
5930         Log: Fix multicharacter titlecase (ucfirst).
5931      Branch: perl
5932            ! pod/perlunicode.pod pp.c t/op/lc.t
5933 ____________________________________________________________________________
5934 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
5935         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
5936              From: Mikhail Zabaluev <mhz@alt-linux.org>
5937              Date: Tue, 23 Oct 2001 10:40:37 +0400
5938              Message-ID: <20011023104037.A12761@localhost.localdomain>
5939              
5940              (#12406 replaced with this)
5941      Branch: perl
5942            ! utils/perldoc.PL
5943 ____________________________________________________________________________
5944 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
5945         Log: MacOS Classic updates from Pudge.
5946      Branch: perl
5947            ! lib/File/Spec.t lib/File/Spec/Mac.pm
5948 ____________________________________________________________________________
5949 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
5950         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
5951              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5952              Date: Sun, 14 Oct 2001 23:14:46 +0200
5953              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
5954              
5955              except for the 2->4 changes.
5956      Branch: perl
5957            ! lib/AutoSplit.t
5958 ____________________________________________________________________________
5959 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
5960         Log: integrate macperl contents into maint-5.6
5961      Branch: maint-5.6/perl
5962            ! mg.c
5963           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
5964           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
5965           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
5966           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
5967           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
5968           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
5969           !> t/lib/filefind.t t/lib/filespec.t
5970 ____________________________________________________________________________
5971 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
5972         Log: At some point the #6234 has been lost from the mainline
5973              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
5974      Branch: perl
5975            ! lib/File/Spec/Win32.pm
5976 ____________________________________________________________________________
5977 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
5978         Log: Cygwin seems to round up (or closest, but not down)
5979              for time(), so half of the time (bad pun intended)
5980              Time::HiRes::time() is less than time(), half of
5981              the time it's more.  So let's try harder in the loop.
5982      Branch: perl
5983            ! ext/Time/HiRes/HiRes.t
5984 ____________________________________________________________________________
5985 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
5986         Log: MacOS Classic timeofday(), from Chris Nandor. 
5987      Branch: perl
5988            ! ext/Time/HiRes/HiRes.xs
5989 ____________________________________________________________________________
5990 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
5991         Log: Integrate changes #12580 and #12581 from macperl;
5992              
5993              Fix path construction.
5994              
5995              (Copyright) Nit.
5996      Branch: perl
5997           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
5998 ____________________________________________________________________________
5999 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
6000         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
6001              doesn't seem to help (the error being output to console, maybe?)
6002      Branch: perl
6003            ! lib/Net/Domain.pm
6004 ____________________________________________________________________________
6005 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
6006         Log: Taint the getcwd() result also in Cygwin.
6007              (TODO: which other platforms need the same thing?)
6008      Branch: perl
6009            ! cygwin/cygwin.c
6010 ____________________________________________________________________________
6011 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
6012         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
6013      Branch: perl
6014            ! t/op/taint.t
6015 ____________________________________________________________________________
6016 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
6017         Log: getpwuid() fragility continues.
6018      Branch: perl
6019            ! utils/h2xs.PL
6020 ____________________________________________________________________________
6021 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
6022         Log: getpwuid() might succeed but that's no guarantee
6023              that the $home will be defined.
6024      Branch: perl
6025            ! ext/File/Glob/t/basic.t
6026 ____________________________________________________________________________
6027 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
6028         Log: It's safer to to expand the variable, too... (see #12571)
6029      Branch: perl
6030            ! t/TEST
6031 ____________________________________________________________________________
6032 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
6033         Log: Integrate with maintperl.
6034      Branch: maint-5.6/macperl
6035           !> win32/bin/pl2bat.pl win32/win32.c
6036 ____________________________________________________________________________
6037 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
6038         Log: Oops, forgot to include Win32 ... just as well, since it
6039              seems in bleadperl, change #7764 was not included
6040              (adding C:\temp).  Re-added.  Rip it back out if it
6041              doesn't belong.  :-)
6042      Branch: maint-5.6/macperl
6043            ! lib/File/Spec/Win32.pm
6044 ____________________________________________________________________________
6045 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
6046         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
6047              From: "Craig A. Berry" <craigberry@mac.com>
6048              Date: Mon, 22 Oct 2001 15:25:19 -0500
6049              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
6050      Branch: perl
6051            ! configure.com
6052 ____________________________________________________________________________
6053 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
6054         Log: Add in lots of File::Spec changes, from Thomas Wegner,
6055              and sync with changes from bleadperl.
6056      Branch: maint-5.6/macperl
6057            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
6058            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
6059            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6060            ! lib/File/Spec/Win32.pm t/lib/filespec.t
6061 ____________________________________________________________________________
6062 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
6063         Log: Sync with latest File::Find and tests from bleadperl.
6064      Branch: maint-5.6/macperl
6065            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
6066 ____________________________________________________________________________
6067 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
6068         Log: Nit.
6069      Branch: maint-5.6/macperl
6070            ! perl.c
6071 ____________________________________________________________________________
6072 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
6073         Log: Fix path construction.
6074      Branch: maint-5.6/macperl
6075            ! ext/DynaLoader/DynaLoader_pm.PL
6076 ____________________________________________________________________________
6077 [ 12579] By: nick                                  on 2001/10/22  19:08:35
6078         Log: Integrate mainline (for Arthurs thread.xs fix)
6079      Branch: perlio
6080           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
6081 ____________________________________________________________________________
6082 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
6083         Log: Fix up exported symbols, move relevant docs
6084              over from macperl.pod.
6085      Branch: maint-5.6/macperl
6086            ! macos/ext/MacPerl/MacPerl.pm
6087 ____________________________________________________________________________
6088 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
6089         Log: Make ADDRESS called optionally as a method.
6090      Branch: maint-5.6/macperl
6091            ! macos/lib/Mac/Glue.pm
6092 ____________________________________________________________________________
6093 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
6094         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
6095              Apple event.
6096      Branch: maint-5.6/macperl
6097            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
6098            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
6099            ! macos/macperl/MPTerminology.aete
6100 ____________________________________________________________________________
6101 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
6102         Log: Clean up some build utilities. Change Entab to Duplicate;
6103              fix docs and error reporting; improve macify() of paths;
6104              remove requirement for Exporter.pm presence.
6105      Branch: maint-5.6/macperl
6106            ! macos/InstallBLIB macos/MacPerlTests.cmd
6107            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
6108 ____________________________________________________________________________
6109 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
6110         Log: Sync Time::HiRes with bleadperl
6111      Branch: maint-5.6/macperl
6112            ! macos/bundled_ext/Time/HiRes/HiRes.pm
6113            ! macos/bundled_ext/Time/HiRes/HiRes.t
6114            ! macos/bundled_ext/Time/HiRes/HiRes.xs
6115 ____________________________________________________________________________
6116 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
6117         Log: Fix up Changes
6118      Branch: maint-5.6/macperl
6119            ! macos/Changes
6120 ____________________________________________________________________________
6121 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
6122         Log: A user might belong to only a single group
6123              (the group equal to the group id).
6124      Branch: perl
6125            ! t/op/groups.t
6126 ____________________________________________________________________________
6127 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
6128         Log: Prepending (instead of replacing with) the pwd is safer. 
6129      Branch: perl
6130            ! t/TEST
6131 ____________________________________________________________________________
6132 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
6133         Log: Be more robust if no hostname or domainname
6134              (especially the latter)
6135      Branch: perl
6136            ! lib/Net/Domain.pm
6137 ____________________________________________________________________________
6138 [ 12569] By: sky                                   on 2001/10/22  17:41:07
6139         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
6140      Branch: perl
6141            ! ext/threads/threads.xs
6142 ____________________________________________________________________________
6143 [ 12568] By: nick                                  on 2001/10/22  16:31:24
6144         Log: Integrate mainline
6145      Branch: perlio
6146           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
6147           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6148           +> ext/threads/shared/t/sv_refs.t
6149           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
6150            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6151            - lib/unicore/To/SpecUpper.pl
6152           !> (integrate 42 files)
6153 ____________________________________________________________________________
6154 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
6155         Log: Update Changes.
6156      Branch: perl
6157            ! Changes patchlevel.h
6158 ____________________________________________________________________________
6159 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
6160         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
6161              From: Michael G Schwern <schwern@pobox.com>
6162              Date: Mon, 22 Oct 2001 03:48:38 -0400
6163              Message-ID: <20011022034838.B1676@blackrider>
6164      Branch: perl
6165            ! pod/perlvar.pod
6166 ____________________________________________________________________________
6167 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
6168         Log: Pod nits, as suggested by Stas Bekman.
6169      Branch: perl
6170            ! ext/threads/shared/shared.pm ext/threads/threads.pm
6171 ____________________________________________________________________________
6172 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
6173         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
6174              From: "Paul Marquess" <paul.marquess@openwave.com> 
6175              Date: Sun, 21 Oct 2001 21:11:15 +0100
6176              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
6177      Branch: perl
6178            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
6179            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
6180            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
6181            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
6182            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
6183            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
6184            ! ext/SDBM_File/sdbm.t
6185 ____________________________________________________________________________
6186 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
6187         Log: Integrate change #12559 from maintperl;
6188              various fixes for system() and backticks under windows
6189      Branch: perl
6190           !> win32/win32.c
6191 ____________________________________________________________________________
6192 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
6193         Log: Integrate change #12560 from maintperl;
6194              make pl2bat use %0 rather than "%0" (the latter fails to work
6195              in a lot of common cases)
6196      Branch: perl
6197           !> win32/bin/pl2bat.pl
6198 ____________________________________________________________________________
6199 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
6200         Log: Integrate changes #12549 and #12550 from maintperl;
6201              
6202              readline() doesn't work with our variables; it confuses them with
6203              my variables (change#4227 was incomplete)
6204      Branch: perl
6205            ! t/lib/strict/vars
6206           !> t/base/rs.t toke.c
6207 ____________________________________________________________________________
6208 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
6209         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
6210              in a lot of common cases)
6211      Branch: maint-5.6/perl
6212            ! win32/bin/pl2bat.pl
6213 ____________________________________________________________________________
6214 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
6215         Log: various fixes for system() and backticks under windows:
6216              
6217              * avoid munging whitespace that is passed within quotes
6218              * work around a cmd.exe misfeature that made multi-arg
6219              system() unreliable when there is more than one quoted
6220              argument
6221              * make multi-arg system() autoquote arguments as needed
6222              before passing them to the shell (this avoids having to
6223              second guess the shell quoting)
6224              * perl's -Dp switch can be used to trace the innards
6225      Branch: maint-5.6/perl
6226            ! win32/win32.c
6227 ____________________________________________________________________________
6228 [ 12558] By: nick                                  on 2001/10/22  08:58:42
6229         Log: Integrate ithreads buffer flush fix from perlio
6230      Branch: perl
6231           !> ext/threads/t/basic.t perl.c
6232 ____________________________________________________________________________
6233 [ 12557] By: nick                                  on 2001/10/22  08:35:09
6234         Log: All tests pass (legitimately) on ithreads
6235      Branch: perlio
6236            ! ext/threads/t/basic.t perl.c
6237 ____________________________________________________________________________
6238 [ 12556] By: nick                                  on 2001/10/22  06:51:22
6239         Log: Integrate non-ithreads fix to mainline
6240      Branch: perl
6241           !> perlio.c
6242 ____________________________________________________________________________
6243 [ 12555] By: nick                                  on 2001/10/22  06:48:33
6244         Log: Restore non-ithreads build. Interestingly binmode test passes
6245              non-ithreads - so crlf layer is not damaged and ithreads fail
6246              is a symptom ...
6247      Branch: perlio
6248            ! perlio.c
6249 ____________________________________________________________________________
6250 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
6251         Log: Integrate from perlio; restructuring.
6252      Branch: perl
6253           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
6254           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
6255           !> win32/perlhost.h
6256 ____________________________________________________________________________
6257 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
6258         Log: Integrate from maintperl
6259              (Changes 12350, 12496, 12548, 12549, 12550)
6260      Branch: maint-5.6/macperl
6261           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
6262           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
6263 ____________________________________________________________________________
6264 [ 12552] By: nick                                  on 2001/10/21  19:18:12
6265         Log: Win32 PerlIO_cleanup special cases should no longer be required.
6266      Branch: perlio
6267            ! perl.c
6268 ____________________________________________________________________________
6269 [ 12551] By: nick                                  on 2001/10/21  19:16:56
6270         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
6271      Branch: perlio
6272            ! win32/makefile.mk
6273 ____________________________________________________________________________
6274 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
6275         Log: change#12549 wasn't aware of strictures
6276      Branch: maint-5.6/perl
6277            ! t/pragma/strict-vars toke.c
6278 ____________________________________________________________________________
6279 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
6280         Log: readline() doesn't work with our variables; it confuses them with
6281              my variables (change#4227 was incomplete)
6282      Branch: maint-5.6/perl
6283            ! t/base/rs.t toke.c
6284 ____________________________________________________________________________
6285 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
6286         Log: change#12220 appears to have pulled in a mainline change that
6287              isn't applicable to maint-5.6 (some platforms don't taint
6288              cwd)
6289      Branch: maint-5.6/perl
6290            ! t/lib/filefind-taint.t
6291 ____________________________________________________________________________
6292 [ 12547] By: nick                                  on 2001/10/21  17:15:54
6293         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
6294              for them. Call explicit cleanup during destruct process.
6295              - one binmode test is failing
6296              - also ext/threads/t/basic.t fails under make test, and is noisy under
6297              harness. (Threads results are intermingled and don't match order expected.)
6298      Branch: perlio
6299            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
6300            ! perlio.h perliol.h pod/perlapi.pod sv.c
6301 ____________________________________________________________________________
6302 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
6303         Log: Implement multicharacter case mappings where a single
6304              Unicode character can be mapped into several.
6305      Branch: perl
6306            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6307            - lib/unicore/To/SpecUpper.pl
6308            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
6309            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
6310            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
6311            ! proto.h t/op/lc.t utf8.c
6312 ____________________________________________________________________________
6313 [ 12545] By: sky                                   on 2001/10/21  15:25:16
6314         Log: First support of threads::shared, support shared svs and references.
6315      Branch: perl
6316            + ext/threads/shared/Makefile.PL ext/threads/shared/README
6317            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6318            + ext/threads/shared/t/sv_refs.t
6319            + ext/threads/shared/t/sv_simple.t
6320            ! MANIFEST sharedsv.c
6321 ____________________________________________________________________________
6322 [ 12544] By: nick                                  on 2001/10/21  14:52:35
6323         Log: PerlIO layer table as PL_perlio (per-interpreter)
6324      Branch: perlio
6325            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
6326            ! pod/perlapi.pod sv.c
6327 ____________________________________________________________________________
6328 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
6329         Log: Prettyprinting.
6330      Branch: perl
6331            ! pod/perlunicode.pod
6332 ____________________________________________________________________________
6333 [ 12542] By: ams                                   on 2001/10/21  03:50:25
6334         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
6335              From: "Sean M. Burke" <sburke@cpan.org>
6336              Date: Sat, 20 Oct 2001 17:51:09 -0600
6337              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
6338      Branch: perl
6339            + pod/perlpodspec.pod
6340            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
6341            ! pod/perltoc.pod
6342 ____________________________________________________________________________
6343 [ 12541] By: nick                                  on 2001/10/20  22:23:53
6344         Log: Fix typos in new locking on MemShared
6345              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
6346              - seems to make segfaults more deterministic - suspect they are 
6347              attempt to free() after Interp and Host have gone.
6348      Branch: perlio
6349            ! perlio.c win32/perlhost.h
6350 ____________________________________________________________________________
6351 [ 12540] By: nick                                  on 2001/10/20  21:50:46
6352         Log: Remove the MemShared re-#define (again)
6353      Branch: perlio
6354            ! perlio.c
6355 ____________________________________________________________________________
6356 [ 12539] By: nick                                  on 2001/10/20  21:49:06
6357         Log: Use locks on MemShared
6358      Branch: perlio
6359            ! win32/perlhost.h
6360 ____________________________________________________________________________
6361 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
6362         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
6363              From: "chromatic" <chromatic@rmci.net>
6364              Date: Sat, 20 Oct 2001 11:13:47 -0600
6365              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
6366      Branch: perl
6367            ! installhtml
6368 ____________________________________________________________________________
6369 [ 12537] By: nick                                  on 2001/10/20  16:44:03
6370         Log: Integrate mainline
6371      Branch: perlio
6372           !> (integrate 48 files)
6373 ____________________________________________________________________________
6374 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
6375         Log: Update Changes.
6376      Branch: perl
6377            ! Changes patchlevel.h
6378 ____________________________________________________________________________
6379 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
6380         Log: Upgrade to podlators 1.11, from Russ Allbery.
6381      Branch: perl
6382            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
6383            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
6384            ! pod/pod2man.PL pod/pod2text.PL
6385 ____________________________________________________________________________
6386 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
6387         Log: Integrate perlio change #12532:
6388              introduce and use PerlIO_intmod2str().
6389      Branch: perl
6390           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
6391 ____________________________________________________________________________
6392 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
6393         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
6394      Branch: perl
6395            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
6396 ____________________________________________________________________________
6397 [ 12532] By: nick                                  on 2001/10/20  14:25:37
6398         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
6399              Use for non-PERLIO fdupopen().
6400      Branch: perlio
6401            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
6402 ____________________________________________________________________________
6403 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
6404         Log: Integrate perlio: PerlIO win32 fixes.
6405      Branch: perl
6406           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
6407           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
6408           !> proto.h sv.h win32/win32io.c
6409 ____________________________________________________________________________
6410 [ 12530] By: nick                                  on 2001/10/20  12:53:30
6411         Log: Fixed in two places - p4 resolve
6412      Branch: perlio
6413            ! perlsdio.h
6414 ____________________________________________________________________________
6415 [ 12529] By: nick                                  on 2001/10/20  12:51:05
6416         Log: Fix for ithreads/stdio build
6417      Branch: perlio
6418            ! perlio.c perlsdio.h
6419 ____________________________________________________________________________
6420 [ 12528] By: ams                                   on 2001/10/20  12:13:25
6421         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
6422              From: Michael G Schwern <schwern@pobox.com>
6423              Date: Sat, 20 Oct 2001 01:41:21 -0400
6424              Message-Id: <20011020014121.I3681@blackrider>
6425      Branch: perl
6426            ! installman
6427 ____________________________________________________________________________
6428 [ 12527] By: ams                                   on 2001/10/20  12:09:41
6429         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
6430              From: Michael G Schwern <schwern@pobox.com>
6431              Date: Sat, 20 Oct 2001 02:04:21 -0400
6432              Message-Id: <20011020020421.A11732@blackrider>
6433      Branch: perl
6434            ! lib/Pod/Checker.pm
6435 ____________________________________________________________________________
6436 [ 12526] By: ams                                   on 2001/10/20  11:59:41
6437         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
6438              From: "chromatic" <chromatic@rmci.net>
6439              Date: Fri, 19 Oct 2001 22:46:39 -0600
6440              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
6441      Branch: perl
6442            ! lib/Net/Config.pm
6443 ____________________________________________________________________________
6444 [ 12525] By: nick                                  on 2001/10/20  11:16:18
6445         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
6446              Perl_sv_setsv_flags directly.
6447      Branch: perlio
6448            ! ext/threads/threads.xs
6449 ____________________________________________________________________________
6450 [ 12524] By: nick                                  on 2001/10/20  10:28:17
6451         Log: Add a new flag character 'm' to embed.pl set to represent
6452              "functions" which are really macros. Use it foe the troublesome
6453              sv_setsv() etc. macros in sv.h - changing latter to define
6454              sv_setsv rather than sv_setsv_macro etc.
6455      Branch: perlio
6456            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
6457            ! pod/perlapi.pod proto.h sv.h
6458 ____________________________________________________________________________
6459 [ 12523] By: nick                                  on 2001/10/20  09:17:17
6460         Log: Add comments explaining why win32.h/embed.h are included where they are
6461              in perl.h 
6462      Branch: perlio
6463            ! perl.h
6464 ____________________________________________________________________________
6465 [ 12522] By: nick                                  on 2001/10/20  08:27:44
6466         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
6467              being used yet.
6468      Branch: perlio
6469            ! win32/win32io.c
6470 ____________________________________________________________________________
6471 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
6472         Log: Wording tweaks.
6473      Branch: perl
6474            ! t/TEST
6475 ____________________________________________________________________________
6476 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
6477         Log: Subject: IO module with nonblocking socket connect patch 
6478              From: Raul Dias <raul@dias.com.br>
6479              Date: Fri, 19 Oct 2001 22:45:32 -0300
6480              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
6481      Branch: perl
6482            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6483 ____________________________________________________________________________
6484 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
6485         Log: Test vertical whitespace combined with /x in \p{}.
6486      Branch: perl
6487            ! t/op/pat.t
6488 ____________________________________________________________________________
6489 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
6490         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
6491              From: Gisle Aas <gisle@ActiveState.com> 
6492              Date: 19 Oct 2001 16:46:02 -0700
6493              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
6494      Branch: perl
6495            ! lib/ExtUtils/MakeMaker.pm
6496 ____________________________________________________________________________
6497 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
6498         Log: No more this symbol.
6499      Branch: perl
6500            ! makedef.pl
6501 ____________________________________________________________________________
6502 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
6503         Log: Integrate change #12511; fix gross win32 build issues.
6504      Branch: perl
6505           !> makedef.pl sv.c
6506 ____________________________________________________________________________
6507 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
6508         Log: Unpack in scalar context should return the first value
6509              returned in list context, as pointed out by Ton Hospel
6510              in 2001-05-21 (this is how it works already in blead,
6511              just adding the test).
6512      Branch: perl
6513            ! t/op/pack.t
6514 ____________________________________________________________________________
6515 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
6516         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
6517              From: "Craig A. Berry" <craigberry@mac.com>
6518              Date: Fri, 19 Oct 2001 16:59:30 -0500
6519              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
6520      Branch: perl
6521            ! utils/perldoc.PL
6522 ____________________________________________________________________________
6523 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
6524         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
6525              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6526              Date: Fri, 19 Oct 2001 17:45:23 EDT
6527              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
6528      Branch: perl
6529            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
6530            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
6531            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
6532            ! vms/vmsish.h
6533 ____________________________________________________________________________
6534 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
6535         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
6536              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6537              Date: Fri, 19 Oct 2001 17:26:35 EDT
6538              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
6539      Branch: perl
6540            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
6541 ____________________________________________________________________________
6542 [ 12511] By: nick                                  on 2001/10/19  19:55:36
6543         Log: Fix gross win32 build issues
6544      Branch: perlio
6545            ! makedef.pl sv.c
6546 ____________________________________________________________________________
6547 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
6548         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
6549              From: David Dyck <dcd@tc.fluke.com>
6550              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
6551              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
6552      Branch: perl
6553            ! lib/File/Find.pm
6554 ____________________________________________________________________________
6555 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
6556         Log: Subject: Re: PerlIO and Encode
6557              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6558              Date: Tue, 16 Oct 2001 01:50:16 +0900
6559              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
6560      Branch: perl
6561            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
6562            ! ext/Encode/Encode/Tcl.t
6563 ____________________________________________________________________________
6564 [ 12508] By: ams                                   on 2001/10/19  17:59:16
6565         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
6566              (See #12499)
6567      Branch: perl
6568            ! pod/perlintro.pod
6569 ____________________________________________________________________________
6570 [ 12507] By: nick                                  on 2001/10/19  16:30:43
6571         Log: Integrate mainline
6572      Branch: perlio
6573           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
6574           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
6575           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
6576           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
6577           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
6578           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
6579           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6580           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
6581           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
6582           +> win32/config_H.win64
6583            - lib/Test/Utils.pm lib/unicore/mktables.PL
6584            - t/lib/Test/Simple/Catch/More.pm
6585           !> (integrate 84 files)
6586 ____________________________________________________________________________
6587 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
6588         Log: Retract the #10451 which seems to be the cause
6589              of the major leakage from while(){eval"sub{}"}
6590      Branch: perl
6591            ! op.c t/run/kill_perl.t
6592 ____________________________________________________________________________
6593 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
6594         Log: Regen toc.
6595      Branch: perl
6596            ! pod/perltoc.pod
6597 ____________________________________________________________________________
6598 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
6599         Log: Tiny tweaks.
6600      Branch: perl
6601            ! pod/perl.pod
6602 ____________________________________________________________________________
6603 [ 12503] By: ams                                   on 2001/10/19  13:34:24
6604         Log: Subject: Re: perlintro.pod
6605              From: Abe Timmerman <abe@ztreet.demon.nl>
6606              Date: Fri, 19 Oct 2001 14:12:40 +0200
6607              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
6608      Branch: perl
6609            ! pod/perlintro.pod
6610 ____________________________________________________________________________
6611 [ 12502] By: ams                                   on 2001/10/19  13:24:12
6612         Log: Slight reorganisation of references.
6613      Branch: perl
6614            ! pod/perl.pod
6615 ____________________________________________________________________________
6616 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
6617         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
6618              From: Kay Röpke <kroepke@dolphin-services.de>
6619              Date: Fri, 19 Oct 2001 14:04:01 +0200 
6620              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
6621      Branch: perl
6622            ! lib/ExtUtils/MakeMaker.pm
6623 ____________________________________________________________________________
6624 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
6625         Log: Unicode categories continue:
6626              implement Category=, Script=, Block=
6627              (these are based on an upcoming update of TR#18)
6628              Fix a bug where we got two In categories named "old italic",
6629              and another where shortcut for the Is categories wasn't taken.
6630      Branch: perl
6631            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
6632            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
6633            ! pod/perlunicode.pod t/op/pat.t
6634 ____________________________________________________________________________
6635 [ 12499] By: ams                                   on 2001/10/19  01:42:29
6636         Log: Subject: a small patch to perlintro.pod.
6637              From: Autrijus Tang <autrijus@autrijus.org>
6638              Date: Fri, 19 Oct 2001 01:45:51 +0800
6639              Message-Id: <20011019014551.A35625@not.autrijus.org>
6640              (Applied by hand with nits.)
6641      Branch: perl
6642            ! pod/perlintro.pod
6643 ____________________________________________________________________________
6644 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
6645         Log: Subject: [PATCH] OpenBSD hints for ithreads
6646              From: Andy Dougherty <doughera@lafayette.edu>
6647              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
6648              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
6649      Branch: perl
6650            ! hints/openbsd.sh
6651 ____________________________________________________________________________
6652 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
6653         Log: Retract #12446; the problem solved by #12474.
6654      Branch: perl
6655            ! hints/aix.sh
6656 ____________________________________________________________________________
6657 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
6658         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
6659              message and suppress line number info (from Steve Hay
6660              <Steve.Hay@uk.radan.com>)
6661      Branch: maint-5.6/perl
6662            ! lib/Carp/Heavy.pm
6663 ____________________________________________________________________________
6664 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
6665         Log: More documented In categories.
6666      Branch: perl
6667            ! pod/perlunicode.pod
6668 ____________________________________________________________________________
6669 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
6670         Log: Update Changes.
6671      Branch: perl
6672            ! Changes patchlevel.h
6673 ____________________________________________________________________________
6674 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
6675         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
6676      Branch: perl
6677            ! MANIFEST
6678 ____________________________________________________________________________
6679 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
6680         Log: Wrong skip() arguments.
6681      Branch: perl
6682            ! ext/B/t/terse.t
6683 ____________________________________________________________________________
6684 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
6685         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
6686              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6687              Date: Wed, 17 Oct 2001 09:10:53 EDT 
6688              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
6689      Branch: perl
6690            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
6691            ! pod/perlapi.pod vms/vms.c
6692 ____________________________________________________________________________
6693 [ 12490] By: ams                                   on 2001/10/18  09:31:00
6694         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
6695              From: Mark-Jason Dominus <mjd@plover.com>
6696              Date: Thu, 18 Oct 2001 06:25:35 -0400
6697              Message-Id: <20011018102535.19264.qmail@plover.com>
6698      Branch: perl
6699            ! pod/perl.pod
6700 ____________________________________________________________________________
6701 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
6702         Log: Prettyprinting.
6703      Branch: perl
6704            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
6705 ____________________________________________________________________________
6706 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
6707         Log: Regen toc.
6708      Branch: perl
6709            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6710 ____________________________________________________________________________
6711 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
6712         Log: Add perlintro, from Skud.
6713      Branch: perl
6714            + pod/perlintro.pod
6715            ! MANIFEST
6716 ____________________________________________________________________________
6717 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
6718         Log: FAQ sync.
6719      Branch: perl
6720            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
6721            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
6722            ! pod/perlfaq8.pod pod/perlfaq9.pod
6723 ____________________________________________________________________________
6724 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
6725         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
6726              in speed (upto 20% speedup in certain operations) but meanwhile
6727              regexps and arithmetics got slower (5-10%) (according to
6728              perlbench average speedup is negligible, and within measuring
6729              flutter, 1%).  Therefore retracting all the changes
6730              aimed at getting -std1 to compile cleanly:  #12475, #12476,
6731              #12479, #12480, #12481, #12482, #12483, #12484.
6732      Branch: perl
6733            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
6734            ! pp_hot.c pp_sys.c toke.c
6735 ____________________________________________________________________________
6736 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
6737         Log: (retracted by #12485)
6738              Strict ANSI doesn't like the third argument of main()
6739              so enable ignoring it if using ultra picky compiler.
6740      Branch: perl
6741            ! miniperlmain.c
6742 ____________________________________________________________________________
6743 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
6744         Log: (retracted by #12485)
6745              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
6746      Branch: perl
6747            ! perl.h
6748 ____________________________________________________________________________
6749 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
6750         Log: (retracted by #12485)
6751              Add explanatory comment.
6752      Branch: perl
6753            ! mg.c
6754 ____________________________________________________________________________
6755 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
6756         Log: (retracted by #12485)
6757              More dollar$hiding.
6758      Branch: perl
6759            ! doio.c perl.h pp_sys.c
6760 ____________________________________________________________________________
6761 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
6762         Log: (retracted by #12485)
6763              KISS.
6764      Branch: perl
6765            ! mg.c
6766 ____________________________________________________________________________
6767 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
6768         Log: (retracted by #12485)
6769              Thou shalt not #ifdef inside macro invocations,
6770              noticed by Rafael Garcia-Suarez.
6771      Branch: perl
6772            ! mg.c
6773 ____________________________________________________________________________
6774 [ 12478] By: ams                                   on 2001/10/17  18:50:55
6775         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
6776              From: Anton Berezin <tobez@tobez.org>
6777              Date: Wed, 17 Oct 2001 18:25:48 +0200
6778              Message-Id: <20011017182548.A12082@heechee.tobez.org>
6779      Branch: perl
6780            ! pp_sys.c
6781 ____________________________________________________________________________
6782 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
6783         Log: (retracted by #12485)
6784              Unterminated #ifdef.
6785      Branch: perl
6786            ! mg.c
6787 ____________________________________________________________________________
6788 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
6789         Log: (retracted by #12485)
6790              Avoid dollar signs in identifiers (in non-VMS) to
6791              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
6792      Branch: perl
6793            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
6794            ! toke.c
6795 ____________________________________________________________________________
6796 [ 12474] By: ams                                   on 2001/10/17  15:14:50
6797         Log: Subject: Two AIX patches
6798              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6799              Date: Wed, 17 Oct 2001 18:04:35 +0200
6800              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
6801      Branch: perl
6802            ! hints/aix.sh makedef.pl
6803 ____________________________________________________________________________
6804 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
6805         Log: Limiting the Time::HiRes::sleep and usleep to
6806              one second is not a good policy if drop-in
6807              replacement is still a goal.
6808      Branch: perl
6809            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
6810            ! ext/Time/HiRes/HiRes.xs
6811 ____________________________________________________________________________
6812 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
6813         Log: Subject: [PATCH] Test::Simple 0.32
6814              From: Michael G Schwern <schwern@pobox.com> 
6815              Date: Wed, 17 Oct 2001 03:42:41 -0400
6816              Message-ID: <20011017034241.A25038@blackrider>
6817      Branch: perl
6818            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
6819            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
6820            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
6821            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
6822            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
6823            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
6824            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
6825            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
6826            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
6827            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6828            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
6829            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6830            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6831            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
6832            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
6833            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
6834            ! t/lib/Test/Simple/Catch.pm
6835            ! t/lib/Test/Simple/sample_tests/five_fail.plx
6836 ____________________________________________________________________________
6837 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
6838         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
6839              From: Michael G Schwern <schwern@pobox.com> 
6840              Date: Wed, 17 Oct 2001 04:04:13 -0400
6841              Message-ID: <20011017040413.C25550@blackrider>
6842      Branch: perl
6843            ! t/TEST t/harness vms/test.com
6844 ____________________________________________________________________________
6845 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
6846         Log: Regen doc with perlmodstyle added.
6847      Branch: perl
6848            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6849 ____________________________________________________________________________
6850 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
6851         Log: Pod cleanup.
6852      Branch: perl
6853            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
6854 ____________________________________________________________________________
6855 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
6856         Log: Subject: perlmodstyle as a patch
6857              From: Kirrily Robert <skud@infotrope.net>
6858              Date: Tue, 16 Oct 2001 22:47:23 -0400
6859              Message-ID: <20011016224723.A20673@infotrope.net>
6860      Branch: perl
6861            + pod/perlmodstyle.pod
6862            ! MANIFEST
6863 ____________________________________________________________________________
6864 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
6865         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
6866              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
6867              Date: Thu, 6 Sep 2001 11:09:40 +0100
6868              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
6869              
6870              Mention also the develooper p5p archive.
6871      Branch: perl
6872            ! pod/perlhack.pod
6873 ____________________________________________________________________________
6874 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
6875         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
6876              From: Kay Röpke <kroepke@dolphin-services.de>
6877              Date: Tue, 16 Oct 2001 17:23:52 +0200
6878              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
6879      Branch: perl
6880            ! lib/ExtUtils/MakeMaker.pm
6881 ____________________________________________________________________________
6882 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
6883         Log: Add the special casing mappings (from SpecCase.txt)
6884              (except for the hyper special case mappings that have
6885              the condition list); the special casing mappings are
6886              unused for now.  Small tidying up on mktables.
6887      Branch: perl
6888            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6889            + lib/unicore/To/SpecUpper.pl
6890            ! lib/unicore/mktables
6891 ____________________________________________________________________________
6892 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
6893         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
6894              From: "David H. Adler" <dha@panix.com>       
6895              Date: Tue, 16 Oct 2001 11:59:35 -0400
6896              Message-ID: <20011016115935.A13078@panix.com>
6897              
6898              Subject: [ PATCH ] perldata patch, revised
6899              From: "David H. Adler" <dha@panix.com>     
6900              Date: Tue, 16 Oct 2001 18:26:49 -0400
6901              Message-ID: <20011016182649.C23970@panix.com>
6902      Branch: perl
6903            ! pod/perldata.pod pod/perlop.pod
6904 ____________________________________________________________________________
6905 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
6906         Log: Integrate perlio: PerlIO_dup (for all but Win32).
6907      Branch: perl
6908           !> embed.h embed.pl ext/Encode/Encode.xs
6909           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
6910           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
6911           !> win32/win32io.c
6912 ____________________________________________________________________________
6913 [ 12462] By: nick                                  on 2001/10/16  19:11:30
6914         Log: PerlIOXxxx_dups for all but Win32
6915      Branch: perlio
6916            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
6917            ! ext/PerlIO/Via/Via.xs
6918 ____________________________________________________________________________
6919 [ 12461] By: nick                                  on 2001/10/16  18:28:48
6920         Log: Implement PerlIOStdio_dup (explains core dumps - dup
6921              was not setting up a FILE * to be fclosed()).
6922      Branch: perlio
6923            ! perlio.c
6924 ____________________________________________________________________________
6925 [ 12460] By: nick                                  on 2001/10/16  17:31:47
6926         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
6927              overflow.
6928      Branch: perlio
6929            ! perlio.c
6930 ____________________________________________________________________________
6931 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
6932         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
6933              From: "Craig A. Berry" <craigberry@mac.com>
6934              Date: Tue, 16 Oct 2001 13:08:38 -0500
6935              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
6936      Branch: perl
6937            ! configure.com
6938 ____________________________________________________________________________
6939 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
6940         Log: Can't expect too much accuracy from a sleep of one second.
6941              (I think this will also fail with high load.)
6942      Branch: perl
6943            ! ext/Time/HiRes/HiRes.t
6944 ____________________________________________________________________________
6945 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
6946         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
6947              From: "Werner, Randolf" <randolf.werner@sap.com>
6948              Date: Tue, 16 Oct 2001 18:33:02 +0200
6949              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
6950      Branch: perl
6951            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
6952            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
6953 ____________________________________________________________________________
6954 [ 12456] By: nick                                  on 2001/10/16  14:08:16
6955         Log: Builds under ithreads (but fails all threads tests)
6956      Branch: perlio
6957            ! hv.c perlio.c sv.c
6958 ____________________________________________________________________________
6959 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
6960         Log: I think the Perl_sortsv needs *not* be skipped?
6961      Branch: perl
6962            ! makedef.pl
6963 ____________________________________________________________________________
6964 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
6965         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
6966              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
6967              Date: Tue, 16 Oct 2001 15:32:44 +0200
6968              Message-ID: <3BCC531C.11494.3E433F@localhost>
6969      Branch: perl
6970            ! t/op/groups.t
6971 ____________________________________________________________________________
6972 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
6973         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
6974              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
6975              Date: Tue, 16 Oct 2001 15:01:04 +0200
6976              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
6977      Branch: perl
6978            ! t/io/fs.t
6979 ____________________________________________________________________________
6980 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
6981         Log: A forgotten deletion.
6982      Branch: perl
6983            - lib/unicore/mktables.PL
6984 ____________________________________________________________________________
6985 [ 12451] By: nick                                  on 2001/10/16  11:32:48
6986         Log: Skeleton of "PerlIO_dup" coded.
6987              Still-passes all tests non-threaded (well it would wouldn't it!)
6988      Branch: perlio
6989            ! embed.h embed.pl ext/Encode/Encode.xs
6990            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
6991            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
6992            ! win32/win32io.c
6993 ____________________________________________________________________________
6994 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
6995         Log: Document the problem with the swash_fetch() API that affects
6996              more complex case conversions.
6997      Branch: perl
6998            ! lib/utf8_heavy.pl utf8.c
6999 ____________________________________________________________________________
7000 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
7001         Log: Make Time::HiRes::sleep() and usleep() to return
7002              the number of seconds (a floating point value) and 
7003              microseconds (an integer) actually slept (well,
7004              modulo the time spent in measuring the time actually
7005              slept...), to be a better drop-in replacement for
7006              the builtin sleep().  Noticed by Chris Nandor.
7007              
7008              Also make usleep() to croak if fed illegal number
7009              of useconds (anything greater than 1_000_000).
7010      Branch: perl
7011            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
7012            ! ext/Time/HiRes/HiRes.xs
7013 ____________________________________________________________________________
7014 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
7015         Log: A missing SvREFCNT_dec.
7016      Branch: perl
7017            ! perl.c
7018 ____________________________________________________________________________
7019 [ 12447] By: nick                                  on 2001/10/15  20:27:53
7020         Log: Beginings of PerlIO_dup support (unstable)
7021      Branch: perlio
7022            ! perlio.c perliol.h
7023 ____________________________________________________________________________
7024 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
7025         Log: (retracted by #12497)
7026              In AIX vac 5 just can't seem to get regcomp right.
7027      Branch: perl
7028            ! hints/aix.sh
7029 ____________________________________________________________________________
7030 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
7031         Log: Bump the version number to agree with the maintperl one.
7032      Branch: perl
7033            ! lib/Tie/RefHash.pm
7034 ____________________________________________________________________________
7035 [ 12444] By: nick                                  on 2001/10/15  15:59:57
7036         Log: Integrate mainline
7037      Branch: perlio
7038           +> lib/Math/BigInt/t/Math/Subclass.pm
7039           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
7040           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
7041           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
7042           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
7043           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
7044           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
7045           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
7046           +> lib/unicore/mktables
7047            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
7048            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
7049            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
7050            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
7051            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
7052            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
7053            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
7054            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
7055            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
7056            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
7057            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
7058            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
7059            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
7060            - lib/unicore/syllables.txt
7061           !> (integrate 344 files)
7062 ____________________________________________________________________________
7063 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
7064         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
7065      Branch: perl
7066            ! ext/DB_File/DB_File.xs
7067 ____________________________________________________________________________
7068 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
7069         Log: Sync the skip() amounts with the number of tests.
7070      Branch: perl
7071            ! lib/Term/Complete.t
7072 ____________________________________________________________________________
7073 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
7074         Log: Update Changes.
7075      Branch: perl
7076            ! Changes patchlevel.h
7077 ____________________________________________________________________________
7078 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
7079         Log: MacOS Classic catdir() rewrite from Thomas Wegner
7080              (backward incompatibility, but a deliberate one,
7081              the old version simply is broken in its logic),
7082              also documentation updates, and as suggested replicated
7083              the File::Spec::Unix documentation updates also on the
7084              File::Spec documentation.
7085              
7086              TODO: there seems to be duplication of documentation
7087              between File::Spec and File::Spec::Unix.  I think
7088              the ::Unix should be left only with specific UNIXisms,
7089              and all the generic documentation should be in ::Spec.
7090      Branch: perl
7091            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
7092            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
7093            ! lib/File/Spec/Unix.pm
7094 ____________________________________________________________________________
7095 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
7096         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
7097              From: Blair Zajac <blair@orcaware.com>
7098              Date: Mon, 24 Sep 2001 11:48:58 -0700
7099              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
7100              
7101              (the skip() messages)
7102      Branch: perl
7103            ! t/op/magic.t
7104 ____________________________________________________________________________
7105 [ 12438] By: ams                                   on 2001/10/14  23:43:59
7106         Log: Subject: [PATCH] make PerlIO default on VMS
7107              From: "Craig A. Berry" <craigberry@mac.com>
7108              Date: Sun, 14 Oct 2001 15:27:18 -0500
7109              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
7110      Branch: perl
7111            ! configure.com
7112 ____________________________________________________________________________
7113 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
7114         Log: Retract #12436 (Abhijit already did this at #12426)
7115      Branch: perl
7116            ! lib/ExtUtils/MM_Unix.pm
7117 ____________________________________________________________________________
7118 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
7119         Log: (retracted by #12437)
7120              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
7121              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
7122              Date: Sat, 13 Oct 2001 20:33:55 +0200
7123              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
7124      Branch: perl
7125            ! lib/ExtUtils/MM_Unix.pm
7126 ____________________________________________________________________________
7127 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
7128         Log: Subject: h2xs grammar nit
7129              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7130              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
7131              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
7132      Branch: perl
7133            ! utils/h2xs.PL
7134 ____________________________________________________________________________
7135 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
7136         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
7137              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7138              Date: Sun, 14 Oct 2001 11:25:08 +0100
7139              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
7140      Branch: perl
7141            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
7142            ! warnings.pl
7143 ____________________________________________________________________________
7144 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
7145         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
7146              for File::Spec::Mac::catfile)
7147      Branch: perl
7148            ! lib/h2xs.t
7149 ____________________________________________________________________________
7150 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
7151         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
7152              From: Nicholas Clark <nick@ccl4.org>
7153              Date: Sat, 13 Oct 2001 00:07:31 +0100
7154              Message-ID: <20011013000731.D67535@plum.flirble.org>
7155      Branch: perl
7156            ! lib/h2xs.t utils/h2xs.PL
7157 ____________________________________________________________________________
7158 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
7159         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
7160              before DEFINE and INC), and repent by taking DEFINE and
7161              INC away from PASTHRU.
7162      Branch: perl
7163            ! lib/ExtUtils/MM_Unix.pm
7164 ____________________________________________________________________________
7165 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
7166         Log: More MANIFEST anomalies.
7167      Branch: perl
7168            ! MANIFEST
7169 ____________________________________________________________________________
7170 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
7171         Log: Not that many.
7172      Branch: perl
7173            ! MANIFEST
7174 ____________________________________________________________________________
7175 [ 12428] By: sky                                   on 2001/10/13  20:59:27
7176         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
7177              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7178              Date: Sat, 13 Oct 2001 23:15:55 +0200
7179              Message-ID: <20011013231555.A18071@rafael>
7180      Branch: perl
7181            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
7182            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
7183 ____________________________________________________________________________
7184 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
7185         Log: Rewrite mktables from scratch.
7186              - Cleaner.
7187              - Faster: 15-20 seconds as opposed to several minutes.
7188              - More dynamic: the names of the various categories
7189              such as the linebreak ones are dynamic, not static.
7190              - Is.pl: long names for the general category properties
7191              are now available.
7192              - Ranges (<... ,First>, <..., Last>) from the general
7193              categories work now.
7194              - No more mktables.PL because the mktables.PL is not
7195              and never has been run to create a mktables.
7196              - syllables.txt and Is/Syl*.pl removed: non-standard
7197              (not part of the Unicode), and the whole concept is
7198              being reworked (http://syllabary.sourceforge.net/),
7199              the old way wouldn't even work with the new Syllables.txt
7200              (it would result in 1000+ new categories)
7201      Branch: perl
7202            + lib/unicore/In/163.pl lib/unicore/In/164.pl
7203            + lib/unicore/In/165.pl lib/unicore/In/166.pl
7204            + lib/unicore/In/167.pl lib/unicore/In/168.pl
7205            + lib/unicore/In/169.pl lib/unicore/In/170.pl
7206            + lib/unicore/In/171.pl lib/unicore/Is.pl
7207            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
7208            + lib/unicore/mktables
7209            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
7210            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
7211            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
7212            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
7213            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
7214            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
7215            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
7216            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
7217            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
7218            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
7219            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
7220            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
7221            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
7222            - lib/unicore/syllables.txt
7223            ! (edit 304 files)
7224 ____________________________________________________________________________
7225 [ 12426] By: ams                                   on 2001/10/13  18:05:36
7226         Log: ExtUtils::MM_Unix should ignore comments when searching for
7227              $VERSION.
7228      Branch: perl
7229            ! lib/ExtUtils/MM_Unix.pm
7230 ____________________________________________________________________________
7231 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
7232         Log: Subject: Re: New module XML::Clean
7233              From: andreas.koenig@anima.de (Andreas J. Koenig)
7234              Date: 13 Oct 2001 10:17:09 +0200
7235              Message-ID: <m37ku0t0my.fsf@anima.de>
7236      Branch: perl
7237            ! pod/perlnewmod.pod
7238 ____________________________________________________________________________
7239 [ 12424] By: sky                                   on 2001/10/13  09:39:59
7240         Log: Set thread stack size if needed.
7241      Branch: perl
7242            ! ext/threads/threads.xs
7243 ____________________________________________________________________________
7244 [ 12423] By: sky                                   on 2001/10/13  09:36:49
7245         Log: We do want to set the attribute to joinable even on modern posix
7246              platforms.
7247      Branch: perl
7248            ! ext/threads/threads.xs
7249 ____________________________________________________________________________
7250 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
7251         Log: Subject: [PATCH ext/Data/Dumper.xs]
7252              From: Brian Ingerson <ingy@ttul.org>
7253              Date: Fri, 12 Oct 2001 19:32:35 -0700
7254              Message-ID: <20011012193235.B889@ttul.org>
7255      Branch: perl
7256            ! ext/Data/Dumper/Dumper.xs
7257 ____________________________________________________________________________
7258 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
7259         Log: Update Changes.
7260      Branch: perl
7261            ! Changes patchlevel.h
7262 ____________________________________________________________________________
7263 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
7264         Log: FAQ sync.
7265      Branch: perl
7266            ! pod/perlfaq3.pod pod/perlfaq4.pod
7267 ____________________________________________________________________________
7268 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
7269         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
7270              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
7271              Date: Fri, 12 Oct 2001 11:51:05 -0700
7272              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
7273      Branch: perl
7274            ! lib/File/Copy.pm
7275 ____________________________________________________________________________
7276 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
7277         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
7278              From: "chromatic" <chromatic@rmci.net>     
7279              Date: Thu, 11 Oct 2001 10:57:55 -0600
7280              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
7281              
7282              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
7283              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7284              Date: Thu, 11 Oct 2001 22:34:21 +0200
7285              Message-ID: <20011011223421.A693@rafael>     
7286              
7287              plus undef $Term::Complete::stty as suggested by Rafael.
7288      Branch: perl
7289            ! lib/Term/Complete.pm lib/Term/Complete.t
7290 ____________________________________________________________________________
7291 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
7292         Log: UUnndduupplleexx..
7293      Branch: perl
7294            ! perl.h
7295 ____________________________________________________________________________
7296 [ 12416] By: sky                                   on 2001/10/12  20:16:19
7297         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
7298              From: Andy Dougherty <doughera@lafayette.edu>
7299              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
7300              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
7301              (Potentially only band-aid)
7302      Branch: perl
7303            ! sv.c
7304 ____________________________________________________________________________
7305 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
7306         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
7307              mishandles kill(), and therefore the sigaction test
7308              should be skipped, from Charles Lane.
7309      Branch: perl
7310            ! ext/POSIX/t/sigaction.t
7311 ____________________________________________________________________________
7312 [ 12414] By: sky                                   on 2001/10/12  18:47:49
7313         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
7314      Branch: perl
7315            ! op.h
7316 ____________________________________________________________________________
7317 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
7318         Log: Upgrade to Math::BigInt 1.44 from Tels and
7319              further fixes from John Peacock.
7320      Branch: perl
7321            + lib/Math/BigInt/t/Math/Subclass.pm
7322            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
7323            + lib/Math/BigInt/t/subclass.t
7324            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7325            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7326            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
7327            ! lib/Math/BigInt/t/mbimbf.t
7328 ____________________________________________________________________________
7329 [ 12412] By: sky                                   on 2001/10/12  18:28:23
7330         Log: perhaps pthread_attr_t really needs to be set for the old api
7331      Branch: perl
7332            ! ext/threads/threads.xs
7333 ____________________________________________________________________________
7334 [ 12411] By: sky                                   on 2001/10/12  18:11:45
7335         Log: pthread_keycreate not pthread_key_create under the here be dragons API
7336      Branch: perl
7337            ! ext/threads/threads.h
7338 ____________________________________________________________________________
7339 [ 12410] By: sky                                   on 2001/10/12  18:07:37
7340         Log: Apperently OLD PTHREADS API is a bit retarded.
7341              This should fix another set of compile failures in HP-UX 10.20.
7342      Branch: perl
7343            ! ext/threads/threads.h ext/threads/threads.xs
7344 ____________________________________________________________________________
7345 [ 12409] By: nick                                  on 2001/10/12  15:30:01
7346         Log: Blind integrate of mainline
7347      Branch: perlio
7348           +> (branch 32 files)
7349            - lib/unicode/README
7350           !> (integrate 121 files)
7351 ____________________________________________________________________________
7352 [ 12408] By: sky                                   on 2001/10/12  14:55:08
7353         Log: Let us avoid being smart for now.
7354      Branch: perl
7355            ! ext/threads/threads.h
7356 ____________________________________________________________________________
7357 [ 12407] By: sky                                   on 2001/10/12  14:38:12
7358         Log: (void*) the argument to make sure we work with picky compilers
7359      Branch: perl
7360            ! ext/threads/threads.xs
7361 ____________________________________________________________________________
7362 [ 12406] By: ams                                   on 2001/10/12  13:26:04
7363         Log: (replaced with #12600)
7364              
7365              Subject: [PATCH 5.6.1 perldoc] use File::Temp
7366              From: Mikhail Zabaluev <mhz@alt-linux.org>
7367              Date: Fri, 12 Oct 2001 12:47:47 +0400
7368              Message-Id: <20011012124747.E13918@localhost.localdomain>
7369      Branch: perl
7370            ! utils/perldoc.PL
7371 ____________________________________________________________________________
7372 [ 12405] By: ams                                   on 2001/10/12  13:05:32
7373         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
7374              From: andreas.koenig@anima.de (Andreas J. Koenig)
7375              Date: 12 Oct 2001 11:12:07 +0200
7376              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
7377      Branch: perl
7378            ! lib/Memoize/t/speed.t
7379 ____________________________________________________________________________
7380 [ 12404] By: sky                                   on 2001/10/12  12:46:15
7381         Log: A) Support OLD_PTHREADS_API
7382              B) Change from using pthread_t to using a TLS to store the
7383              index of the thread in an hash, this is to avoid problems when
7384              in fact pthread_t was not a seralizable type.
7385              Both these changes are because of HP-UX 10.20
7386              This has not been tested on win32 but should work there.
7387              Need to add support for NetWare.
7388      Branch: perl
7389            ! ext/threads/threads.h ext/threads/threads.xs
7390 ____________________________________________________________________________
7391 [ 12403] By: ams                                   on 2001/10/12  07:34:19
7392         Log: Subject: Re: New module XML::Clean
7393              From: andreas.koenig@anima.de (Andreas J. Koenig)
7394              Date: 12 Oct 2001 10:20:35 +0200
7395              Message-Id: <m3elo9uv58.fsf@anima.de>
7396      Branch: perl
7397            ! pod/perlnewmod.pod
7398 ____________________________________________________________________________
7399 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
7400         Log: More HP model tweaks from Merijn.
7401      Branch: perl
7402            ! README.hpux
7403 ____________________________________________________________________________
7404 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
7405         Log: Update Changes.
7406      Branch: perl
7407            ! Changes patchlevel.h
7408 ____________________________________________________________________________
7409 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
7410         Log: HP-UX update from H.Merijn Brand.
7411      Branch: perl
7412            ! README.hpux
7413 ____________________________________________________________________________
7414 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
7415         Log: Subject: [PATCH] fix link rot in README.vms
7416              From: "Craig A. Berry" <craigberry@mac.com>
7417              Date: Wed, 10 Oct 2001 17:17:00 -0500
7418              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
7419      Branch: perl
7420            ! README.vms
7421 ____________________________________________________________________________
7422 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
7423         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
7424              From: "chromatic" <chromatic@rmci.net>
7425              Date: Wed, 10 Oct 2001 15:50:30 -0600
7426              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
7427      Branch: perl
7428            ! lib/Term/Complete.t
7429 ____________________________________________________________________________
7430 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
7431         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
7432              From: "chromatic" <chromatic@rmci.net>
7433              Date: Wed, 10 Oct 2001 15:45:42 -0600
7434              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
7435      Branch: perl
7436            + lib/ExtUtils/Packlist.t
7437            ! MANIFEST
7438 ____________________________________________________________________________
7439 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
7440         Log: VMS needs quotes around the -I option to keep it from
7441              being downcased, from Charles Lane.
7442      Branch: perl
7443            ! t/run/kill_perl.t
7444 ____________________________________________________________________________
7445 [ 12395] By: ams                                   on 2001/10/10  16:22:32
7446         Log: Subject: [PATCH lib/FindBin.pm]
7447              From: Stas Bekman <stas@stason.org>
7448              Date: Tue, 09 Oct 2001 23:57:10 +0800
7449              Message-Id: <3BC31E56.60805@stason.org>
7450      Branch: perl
7451            ! lib/FindBin.pm
7452 ____________________________________________________________________________
7453 [ 12394] By: ams                                   on 2001/10/10  16:09:53
7454         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
7455              From: Abhijit Menon-Sen <ams@wiw.org>
7456              Date: Wed, 10 Oct 2001 21:59:33 +0530
7457              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
7458      Branch: perl
7459            ! ext/Data/Dumper/Dumper.xs
7460 ____________________________________________________________________________
7461 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
7462         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
7463              from Charles Lane.
7464      Branch: perl
7465            ! lib/File/Spec/VMS.pm
7466 ____________________________________________________________________________
7467 [ 12392] By: ams                                   on 2001/10/10  14:49:43
7468         Log: Subject: [PATCH] two s/// bugfixes
7469              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7470              Date: Wed, 10 Oct 2001 17:23:44 +0200
7471              Message-Id: <20011010172344.C22440@rafael>
7472      Branch: perl
7473            ! pp_ctl.c regexec.c t/op/subst.t
7474 ____________________________________________________________________________
7475 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
7476         Log: Fix/improve handling of the [000000] special "root"
7477              directory, by putting cwd in canonical form when doing
7478              abs2rel, and prepending a 000000 to directory "chunks"
7479              if missing from base or path.  Also adjust test to
7480              reflect the (improved) output from abs2rel.
7481              From Charles Lane.
7482      Branch: perl
7483            ! lib/File/Spec.t lib/File/Spec/VMS.pm
7484 ____________________________________________________________________________
7485 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
7486         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
7487              all of the extra VMSish attributes (such as "treat this logical
7488              as a device name") that are necessary to make programs run.
7489              A tainted %ENV does not hinder VMS.  From Charles Lane.
7490      Branch: perl
7491            ! lib/File/Find/t/taint.t
7492 ____________________________________________________________________________
7493 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
7494         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
7495              
7496              o  VMS is case-insensitive, RTL downcases filenames read
7497              by perl... so need to re-upcase filenames like MANIFEST
7498              and MANIFEST.SKIP
7499              
7500              o  Need to convert VMS-style to Unix-style filenames when comparing
7501              names in MANIFEST to names in filesystem.
7502              
7503              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
7504              since VMS won't let you (easily) delete non-empty directories.
7505              
7506              From Charles Lane.
7507      Branch: perl
7508            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
7509 ____________________________________________________________________________
7510 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
7511         Log: Unix and VMS agree on "*" as a "match any number of any chars"
7512              wildcards, but differ ("?"  vs.  "%") for their "match any single
7513              char" wildcard.  This patch changes "?"  chars to "%" before doing a
7514              VMS glob...at no loss of functionality, since "?"  isn't a valid
7515              filename char on VMS.  From Charles Lane.
7516      Branch: perl
7517            ! doio.c
7518 ____________________________________________________________________________
7519 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
7520         Log: (accidentally empty submit; new life as #12390)
7521      Branch: perl
7522            ! lib/File/Find/t/taint.t
7523 ____________________________________________________________________________
7524 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
7525         Log: Even more VMS tweakage from Charles Lane:
7526              
7527              Tweak #1:  splitdir only works on directory part of filespec,
7528              split off volume first
7529              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
7530              (it's a horrible kludge in the run-time library,
7531              improved in later versions). Check the
7532              $Config{'d_setenv'} flag before attempting to set it.
7533      Branch: perl
7534            ! t/op/chdir.t
7535 ____________________________________________________________________________
7536 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
7537         Log: VMS tweakage from Charles Lane.
7538              
7539              . command.com doubles an output line when prompting for extensions
7540              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
7541              . perl5db doesn't clean up after itself
7542      Branch: perl
7543            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
7544 ____________________________________________________________________________
7545 [ 12384] By: sky                                   on 2001/10/09  19:16:11
7546         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
7547              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7548              Date: Tue, 9 Oct 2001 22:10:26 +0200
7549              Message-ID: <20011009221026.A8579@rafael>
7550      Branch: perl
7551            ! pod/perldata.pod
7552 ____________________________________________________________________________
7553 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
7554         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
7555              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7556              Date: 9 Oct 2001 15:15:06 -0000
7557              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
7558      Branch: perl
7559            ! t/op/subst.t
7560 ____________________________________________________________________________
7561 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
7562         Log: Update Changes.
7563      Branch: perl
7564            ! Changes patchlevel.h
7565 ____________________________________________________________________________
7566 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
7567         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
7568              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
7569              when a NULL is passed for the filename string pointer.
7570              From Charles Lane.
7571      Branch: perl
7572            ! vms/vms.c
7573 ____________________________________________________________________________
7574 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
7575         Log: Subject: HP systems update
7576              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7577              Date: Tue, 09 Oct 2001 15:59:22 +0200
7578              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
7579      Branch: perl
7580            ! README.hpux
7581 ____________________________________________________________________________
7582 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
7583         Log: CPAN::Nox does now have a test.
7584      Branch: perl
7585            ! t/lib/1_compile.t
7586 ____________________________________________________________________________
7587 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
7588         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
7589              From: David Dyck <dcd@tc.fluke.com>
7590              Date: Mon, 1 Oct 2001 12:17:36 -0700
7591              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
7592      Branch: perl
7593            ! installperl
7594 ____________________________________________________________________________
7595 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
7596         Log: NetWare update from Ananth Kesari.
7597      Branch: perl
7598            ! NetWare/nwperlsys.h makedef.pl
7599 ____________________________________________________________________________
7600 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
7601         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
7602              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7603              Date: Tue, 9 Oct 2001 08:40:57 EDT
7604              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
7605      Branch: perl
7606            ! lib/File/Find/t/find.t
7607 ____________________________________________________________________________
7608 [ 12374] By: ams                                   on 2001/10/09  05:31:45
7609         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
7610              ExtUtils::Mkbootstrap
7611              From: "chromatic" <chromatic@rmci.net>
7612              Date: Tue, 09 Oct 2001 00:08:37 -0600
7613              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
7614      Branch: perl
7615            + lib/ExtUtils/Mkbootstrap.t
7616            ! MANIFEST
7617 ____________________________________________________________________________
7618 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
7619         Log: Enable more debugging.
7620      Branch: perl
7621            ! lib/utf8_heavy.pl
7622 ____________________________________________________________________________
7623 [ 12372] By: ams                                   on 2001/10/09  02:11:59
7624         Log: #12370 forgot to modify is_gv_magical().
7625      Branch: perl
7626            ! gv.c
7627 ____________________________________________________________________________
7628 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
7629         Log: Make the toupper/lower/title API for Unicode not right
7630              but at least less wrong: prepare for the mapping being
7631              more than just one-character-to-one-character.
7632      Branch: perl
7633            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
7634            ! regexec.c utf8.c
7635 ____________________________________________________________________________
7636 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
7637         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
7638              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7639              Date: Mon, 8 Oct 2001 22:18:23 -0400
7640              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
7641      Branch: perl
7642            ! pod/perlvar.pod t/op/taint.t
7643 ____________________________________________________________________________
7644 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
7645         Log: FAQ sync.
7646      Branch: perl
7647            ! pod/perlfaq3.pod pod/perlfaq4.pod
7648 ____________________________________________________________________________
7649 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
7650         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
7651              From: "chromatic" <chromatic@rmci.net>
7652              Date: Mon, 08 Oct 2001 14:05:32 -0600
7653              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
7654      Branch: perl
7655            ! lib/Term/Cap.t
7656 ____________________________________________________________________________
7657 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
7658         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
7659              From: Michael G Schwern <schwern@pobox.com>
7660              Date: Mon, 8 Oct 2001 17:00:14 -0400
7661              Message-ID: <20011008170014.L17083@blackrider>
7662      Branch: perl
7663            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
7664 ____________________________________________________________________________
7665 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
7666         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
7667              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7668              Date: Mon, 8 Oct 2001 16:01:33 EDT
7669              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
7670      Branch: perl
7671            ! ext/Time/HiRes/HiRes.xs
7672 ____________________________________________________________________________
7673 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
7674         Log: Subject: [PATCH] Autosplit patch for VMS
7675              From: "Craig A. Berry" <craigberry@mac.com>
7676              Date: Mon, 08 Oct 2001 15:40:43 -0500
7677              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
7678      Branch: perl
7679            ! lib/AutoSplit.pm lib/AutoSplit.t
7680 ____________________________________________________________________________
7681 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
7682         Log: Don't assume that everybody is running OS X 10.1 yet;
7683              from Kay Röpke.
7684      Branch: perl
7685            ! hints/darwin.sh
7686 ____________________________________________________________________________
7687 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
7688         Log: Update Changes.
7689      Branch: perl
7690            ! Changes patchlevel.h
7691 ____________________________________________________________________________
7692 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
7693         Log: Retract #12358 for now.
7694      Branch: perl
7695            ! lib/Term/Cap.t
7696 ____________________________________________________________________________
7697 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
7698         Log: Can't figure out what this is testing.
7699              (If it is trying to catch SIGKILL, it should stop
7700              trying because that is by definition impossible.)
7701      Branch: perl
7702            ! lib/sigtrap.t
7703 ____________________________________________________________________________
7704 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
7705         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
7706              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7707              Date: Sun, 30 Sep 2001 21:15:13 +0200
7708              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
7709      Branch: perl
7710            ! lib/ExtUtils/MM_Win32.pm
7711 ____________________________________________________________________________
7712 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
7713         Log: Clarify the ldlibpth part and condense the overall text.
7714      Branch: perl
7715            ! t/TEST
7716 ____________________________________________________________________________
7717 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
7718         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
7719              From: "chromatic" <chromatic@rmci.net>
7720              Date: Sun, 07 Oct 2001 16:59:26 -0600
7721              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
7722      Branch: perl
7723            ! lib/Term/Cap.t
7724 ____________________________________________________________________________
7725 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
7726         Log: Update the list because fo #12265.
7727      Branch: perl
7728            ! t/lib/1_compile.t
7729 ____________________________________________________________________________
7730 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
7731         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
7732              From: Nicholas Clark <nick@ccl4.org>
7733              Date: Sun, 7 Oct 2001 20:53:33 +0100
7734              Message-ID: <20011007205333.S38756@plum.flirble.org>   
7735      Branch: perl
7736            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
7737            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7738            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
7739            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
7740            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
7741            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
7742            ! lib/Switch/t/switch.t lib/Term/Complete.t
7743            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
7744            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
7745            ! t/op/my_stash.t
7746 ____________________________________________________________________________
7747 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
7748         Log: Integrate patch #12350 from maintperl; typo in
7749              IO::Seekable doc.
7750      Branch: perl
7751           !> ext/IO/lib/IO/Seekable.pm
7752 ____________________________________________________________________________
7753 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
7754         Log: Detypo.
7755      Branch: perl
7756            ! hints/darwin.sh
7757 ____________________________________________________________________________
7758 [ 12353] By: sky                                   on 2001/10/07  17:16:14
7759         Log: Change 12349 didn't really get it right.
7760      Branch: perl
7761            ! lib/Unicode/README
7762 ____________________________________________________________________________
7763 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
7764         Log: If running the harness the dynamic library search path
7765              may need setting.
7766      Branch: perl
7767            ! t/TEST
7768 ____________________________________________________________________________
7769 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
7770         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
7771              in ldflags.
7772      Branch: perl
7773            ! hints/darwin.sh
7774 ____________________________________________________________________________
7775 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
7776         Log: typo in IO::Seekable doc
7777      Branch: maint-5.6/perl
7778            ! ext/IO/lib/IO/Seekable.pm
7779 ____________________________________________________________________________
7780 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
7781         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
7782              doesn't work on Mac OS X 10.1 (when unpacking the tar the
7783              latter gets renamed as lib/unicode:1, assumedly for security
7784              reasons not to overwrite stuff)
7785      Branch: perl
7786            + lib/Unicode/README
7787            - lib/unicode/README
7788            ! MANIFEST
7789 ____________________________________________________________________________
7790 [ 12348] By: ams                                   on 2001/10/07  05:33:40
7791         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
7792              From: "chromatic" <chromatic@rmci.net>
7793              Date: Sat, 06 Oct 2001 21:42:03 -0600
7794              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
7795      Branch: perl
7796            + lib/CPAN/t/Nox.t
7797            ! MANIFEST
7798 ____________________________________________________________________________
7799 [ 12347] By: ams                                   on 2001/10/07  00:48:10
7800         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
7801              From: "chromatic" <chromatic@rmci.net>
7802              Date: Sat, 06 Oct 2001 18:52:10 -0600
7803              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
7804      Branch: perl
7805            + lib/sigtrap.t
7806            ! MANIFEST
7807 ____________________________________________________________________________
7808 [ 12346] By: ams                                   on 2001/10/06  23:14:01
7809         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
7810              h2xs write?)
7811              From: Nicholas Clark <nick@ccl4.org>
7812              Date: Sat, 6 Oct 2001 21:46:43 +0100
7813              Message-Id: <20011006214643.L38756@plum.flirble.org>
7814      Branch: perl
7815            ! utils/h2xs.PL
7816 ____________________________________________________________________________
7817 [ 12345] By: ams                                   on 2001/10/06  17:39:53
7818         Log: Subject: [PATCH] Memoize tests
7819              From: Nicholas Clark <nick@ccl4.org>
7820              Date: Sat, 6 Oct 2001 18:04:21 +0100
7821              Message-Id: <20011006180421.J38756@plum.flirble.org>
7822      Branch: perl
7823            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
7824            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
7825            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
7826            ! lib/Memoize/t/expire_module_n.t
7827            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
7828            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
7829            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
7830            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
7831            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
7832            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
7833 ____________________________________________________________________________
7834 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
7835         Log: Retract the latter part of #12343.
7836      Branch: perl
7837            ! ext/IO/lib/IO/Socket/INET.pm
7838 ____________________________________________________________________________
7839 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
7840         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
7841              From: David Dyck <dcd@tc.fluke.com>
7842              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
7843              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
7844              
7845              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
7846              From: David Dyck <dcd@tc.fluke.com>
7847              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
7848              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
7849      Branch: perl
7850            ! ext/IO/lib/IO/Socket/INET.pm
7851 ____________________________________________________________________________
7852 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
7853         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
7854              From: Robin Barker <rmb1@cise.npl.co.uk>
7855              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
7856              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
7857      Branch: perl
7858            ! t/TEST
7859 ____________________________________________________________________________
7860 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
7861         Log: Don't assume that %x is good for displaying UVs.
7862      Branch: perl
7863            ! dump.c
7864 ____________________________________________________________________________
7865 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
7866         Log: Update Changes.
7867      Branch: perl
7868            ! Changes patchlevel.h
7869 ____________________________________________________________________________
7870 [ 12339] By: ams                                   on 2001/10/05  10:22:34
7871         Log: Subject: [PATCH] perlfunc/select
7872              From: Nicholas Clark <nick@ccl4.org>
7873              Date: Fri, 5 Oct 2001 11:33:58 +0100
7874              Message-Id: <20011005113358.Z38756@plum.flirble.org>
7875      Branch: perl
7876            ! pod/perlfunc.pod
7877 ____________________________________________________________________________
7878 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
7879         Log: Retract #12313 and #12249.
7880      Branch: perl
7881            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
7882            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
7883            ! pod/perlebcdic.pod
7884 ____________________________________________________________________________
7885 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
7886         Log: Subject: [PATCH] perlvms.pod update
7887              From: "Craig A. Berry" <craigberry@mac.com>
7888              Date: Thu, 04 Oct 2001 12:55:52 -0500
7889              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
7890      Branch: perl
7891            ! vms/perlvms.pod
7892 ____________________________________________________________________________
7893 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
7894         Log: Subject: PATCH: Tie::SubstrHash
7895              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7896              Date: Thu, 04 Oct 2001 12:12:41 +0100
7897              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
7898      Branch: perl
7899            ! lib/Tie/SubstrHash.pm
7900 ____________________________________________________________________________
7901 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
7902         Log: Unicode properties saga continues.
7903      Branch: perl
7904            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
7905            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
7906 ____________________________________________________________________________
7907 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
7908         Log: Yet more Unicode properties.
7909      Branch: perl
7910            + lib/unicore/In/137.pl lib/unicore/In/138.pl
7911            + lib/unicore/In/139.pl lib/unicore/In/140.pl
7912            + lib/unicore/In/141.pl lib/unicore/In/142.pl
7913            + lib/unicore/In/143.pl lib/unicore/In/144.pl
7914            + lib/unicore/In/145.pl lib/unicore/In/146.pl
7915            + lib/unicore/In/147.pl lib/unicore/In/148.pl
7916            + lib/unicore/In/149.pl lib/unicore/In/150.pl
7917            + lib/unicore/In/151.pl lib/unicore/In/152.pl
7918            + lib/unicore/In/153.pl lib/unicore/In/154.pl
7919            + lib/unicore/In/155.pl lib/unicore/In/156.pl
7920            + lib/unicore/In/157.pl lib/unicore/In/158.pl
7921            + lib/unicore/In/159.pl lib/unicore/In/160.pl
7922            + lib/unicore/In/161.pl lib/unicore/In/162.pl
7923            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
7924            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
7925            ! pod/perlunicode.pod
7926 ____________________________________________________________________________
7927 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
7928         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
7929              From: "Craig A. Berry" <craigberry@mac.com>
7930              Date: Wed, 03 Oct 2001 17:45:25 -0500
7931              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
7932              
7933              (the lib/Term/Complete.t patched differently by #12332)
7934      Branch: perl
7935            ! lib/ExtUtils/Command.t
7936 ____________________________________________________________________________
7937 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
7938         Log: Restore only if something to restore.
7939      Branch: perl
7940            ! lib/Term/Complete.t
7941 ____________________________________________________________________________
7942 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
7943         Log: Update various resources for credits,
7944              minor icons fixes, and versions.
7945      Branch: maint-5.6/macperl
7946            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
7947            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
7948            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
7949 ____________________________________________________________________________
7950 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
7951         Log: Quiet the warnings about using undef value
7952      Branch: maint-5.6/macperl
7953            ! lib/File/Temp.pm
7954 ____________________________________________________________________________
7955 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
7956         Log: Fix up Ballon Help and Help menu docs (first pass);
7957              remove balloon rez file, and autogenerate with
7958              Balloon2Rez instead.
7959      Branch: maint-5.6/macperl
7960            + macos/macperl/macscripts/Balloon2Rez
7961            - macos/macperl/MPBalloons.r
7962            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
7963 ____________________________________________________________________________
7964 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
7965         Log: Allow overriding of defaults, for change #12327.
7966      Branch: maint-5.6/macperl
7967            ! perl.h
7968 ____________________________________________________________________________
7969 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
7970         Log: Override PerlProc_exit.
7971      Branch: maint-5.6/macperl
7972            ! macos/macish.h
7973 ____________________________________________________________________________
7974 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
7975         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
7976      Branch: maint-5.6/macperl
7977            + macos/bundled_lib/blib/lib/MD5.pm
7978            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
7979            + macos/lib/Mac/AETE/Dialect.pm
7980            + macos/lib/Mac/AETE/Format/Converter.pm
7981            + macos/lib/Mac/AETE/Format/Dictionary.pm
7982            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
7983            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
7984            + macos/lib/Mac/Toolbox.pod
7985            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
7986 ____________________________________________________________________________
7987 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
7988         Log: Sync up silly CVS headers ... I should commit CVS
7989              first to avoid this ...
7990      Branch: maint-5.6/macperl
7991            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
7992            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
7993            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
7994            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
7995 ____________________________________________________________________________
7996 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
7997         Log: Fix Matthias' address, and attributions.
7998      Branch: maint-5.6/macperl
7999            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
8000            ! pod/perlport.pod
8001 ____________________________________________________________________________
8002 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
8003         Log: Fix Matthias' address, and attributions.
8004      Branch: maint-5.6/macperl
8005            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
8006            ! macos/ext/Mac/Components/Components.pm
8007            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
8008            ! macos/ext/Mac/Dialogs/Dialogs.pm
8009            ! macos/ext/Mac/Events/Events.pm
8010            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
8011            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
8012            ! macos/ext/Mac/Gestalt/Gestalt.pm
8013            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
8014            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
8015            ! macos/ext/Mac/Menus/Menus.pm
8016            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
8017            ! macos/ext/Mac/Movies/Movies.pm
8018            ! macos/ext/Mac/Navigation/Navigation.pm
8019            ! macos/ext/Mac/Notification/Notification.pm
8020            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
8021            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
8022            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
8023            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
8024            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
8025            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
8026            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
8027            ! macos/ext/Mac/StandardFile/StandardFile.pm
8028            ! macos/ext/Mac/TextEdit/TextEdit.pm
8029            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
8030            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
8031            ! macos/lib/Mac/LowMem.pm
8032 ____________________________________________________________________________
8033 [ 12322] By: sky                                   on 2001/10/03  18:41:07
8034         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
8035              From: "Craig A. Berry" <craigberry@mac.com>
8036              Date: Wed, 03 Oct 2001 14:30:55 -0500
8037              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
8038      Branch: perl
8039            ! vms/vms.c
8040 ____________________________________________________________________________
8041 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
8042         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
8043              From: "Craig A. Berry" <craigberry@mac.com>
8044              Date: Wed, 03 Oct 2001 14:30:55 -0500
8045              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
8046      Branch: perl
8047            ! vms/vms.c
8048 ____________________________________________________________________________
8049 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
8050         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
8051              only IsL&) and Inherited (negative lookahead good);
8052              add tests for Common, Inherited, and L&.
8053      Branch: perl
8054            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
8055 ____________________________________________________________________________
8056 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
8057         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
8058              (The Unicode standard uses L& quite often.)
8059      Branch: perl
8060            ! lib/utf8_heavy.pl
8061 ____________________________________________________________________________
8062 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
8063         Log: Add the 'Common' Unicode property (code points not
8064              explicitly assigned to any other script).
8065      Branch: perl
8066            + lib/unicore/In/136.pl
8067            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
8068 ____________________________________________________________________________
8069 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
8070         Log: Skip the RV printing test under threads until fixed.
8071      Branch: perl
8072            ! ext/B/t/terse.t
8073 ____________________________________________________________________________
8074 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
8075         Log: Subject: 12309 / cygwin / win2k
8076              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8077              Date: Wed, 03 Oct 2001 15:25:15 +0200
8078              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
8079      Branch: perl
8080            ! makedef.pl
8081 ____________________________________________________________________________
8082 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
8083         Log: Metaconfig unit change for #12314.
8084      Branch: metaconfig
8085            ! U/modified/Head.U
8086 ____________________________________________________________________________
8087 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
8088         Log: Subject: Both cygwin and djgpp on one machine
8089              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8090              Date: Wed, 03 Oct 2001 15:02:59 +0200
8091              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
8092      Branch: perl
8093            ! Configure
8094 ____________________________________________________________________________
8095 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
8096         Log: (retracted by #12338)
8097              
8098              Subject: [PATCH] Code clean up for perlboot.pod
8099              From: Casey West <casey@geeknest.com>
8100              Date: Tue, 2 Oct 2001 19:24:43 -0400
8101              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
8102              
8103              Subject: [PATCH] Code clean up for perlbot.diff
8104              From: Casey West <casey@geeknest.com>
8105              Date: Tue, 2 Oct 2001 19:25:22 -0400
8106              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
8107              
8108              Subject: [PATCH] Code clean up for perlcall.pod
8109              From: Casey West <casey@geeknest.com>
8110              Date: Tue, 2 Oct 2001 19:25:57 -0400
8111              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
8112              
8113              Subject: [PATCH] Code clean up for perldata.pod
8114              From: Casey West <casey@geeknest.com>
8115              Date: Tue, 2 Oct 2001 19:26:29 -0400
8116              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
8117              
8118              Subject: [PATCH] Code clean up for perldbmfilter.pod
8119              From: Casey West <casey@geeknest.com>
8120              Date: Tue, 2 Oct 2001 19:26:59 -0400
8121              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
8122              
8123              Subject: [PATCH] Code clean up for perlebcdic.pod
8124              From: Casey West <casey@geeknest.com>
8125              Date: Tue, 2 Oct 2001 19:27:37 -0400
8126              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
8127      Branch: perl
8128            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
8129            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
8130 ____________________________________________________________________________
8131 [ 12312] By: ams                                   on 2001/10/02  23:43:55
8132         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
8133              From: Michael G Schwern <schwern@pobox.com>
8134              Date: Tue, 2 Oct 2001 17:00:49 -0400
8135              Message-Id: <20011002170049.A9955@blackrider>
8136      Branch: perl
8137            ! lib/ExtUtils/MakeMaker.pm
8138 ____________________________________________________________________________
8139 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
8140         Log: FAQ sync.
8141      Branch: perl
8142            ! pod/perlfaq3.pod
8143 ____________________________________________________________________________
8144 [ 12310] By: nick                                  on 2001/10/02  16:09:49
8145         Log: Integrate mainline
8146      Branch: perlio
8147           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
8148           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
8149           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
8150           !> patchlevel.h t/op/pat.t
8151 ____________________________________________________________________________
8152 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
8153         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
8154              not just one single space.
8155      Branch: perl
8156            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
8157 ____________________________________________________________________________
8158 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
8159         Log: AUTHORS updates.
8160      Branch: perl
8161            ! AUTHORS
8162 ____________________________________________________________________________
8163 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
8164         Log: Update Changes.
8165      Branch: perl
8166            ! Changes patchlevel.h
8167 ____________________________________________________________________________
8168 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
8169         Log: Work around old buggy glibcs for langinfo constants,
8170              from Nicholas Clark and David Dyck.
8171      Branch: perl
8172            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
8173 ____________________________________________________________________________
8174 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
8175         Log: Eradicate Time::Piece; add an example.
8176      Branch: perl
8177            ! ext/I18N/Langinfo/Langinfo.pm
8178 ____________________________________________________________________________
8179 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
8180         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
8181              From: Robert Spier <rspier@pobox.com>
8182              Date: Mon, 1 Oct 2001 23:20:16 -0700
8183              Message-ID: <15289.23712.422087.878224@rls.cx>
8184      Branch: perl
8185            ! lib/Pod/Html.pm
8186 ____________________________________________________________________________
8187 [ 12303] By: sky                                   on 2001/10/02  10:40:57
8188         Log: Fixes obscure bug that manifests itself by.
8189              local $!=0;undef*STDOUT;#segfaults
8190              Has been around for a while. Possible other magic IO vars are
8191              possibly affected aswell. Reported by Jos Boumans.
8192      Branch: perl
8193            ! mg.c
8194 ____________________________________________________________________________
8195 [ 12302] By: nick                                  on 2001/10/02  09:00:52
8196         Log: Integrate mainline
8197      Branch: perlio
8198           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
8199           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
8200           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
8201 ____________________________________________________________________________
8202 [ 12301] By: nick                                  on 2001/10/02  08:40:57
8203         Log: Integrate mainline + lib/open.t patch from Chromatic
8204      Branch: perlio
8205           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
8206            ! lib/open.t
8207           !> (integrate 29 files)
8208 ____________________________________________________________________________
8209 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
8210         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
8211              Until it has, better stop early if someone requests threads.
8212      Branch: perl
8213            ! hints/darwin.sh
8214 ____________________________________________________________________________
8215 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
8216         Log: Subject: [ID 20011001.011] redundant code in t/TEST
8217              From: David Dyck <dcd@tc.fluke.com>
8218              Date: Mon, 1 Oct 2001 12:56:24 -0700
8219              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
8220      Branch: perl
8221            ! t/TEST
8222 ____________________________________________________________________________
8223 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
8224         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
8225              From: "chromatic" <chromatic@rmci.net>
8226              Date: Mon, 01 Oct 2001 12:27:12 -0600
8227              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
8228      Branch: perl
8229            ! lib/Term/Cap.t
8230 ____________________________________________________________________________
8231 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
8232         Log: UNICOS testing patches from Nicholas Clark.
8233      Branch: perl
8234            ! t/op/arith.t t/op/pack.t
8235 ____________________________________________________________________________
8236 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
8237         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
8238              From: "chromatic" <chromatic@rmci.net>
8239              Date: Mon, 01 Oct 2001 10:21:51 -0600
8240              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
8241      Branch: perl
8242            ! lib/open.t
8243 ____________________________________________________________________________
8244 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
8245         Log: Make missing the RADIXCHAR a softer, gentler error.
8246      Branch: perl
8247            ! ext/I18N/Langinfo/Langinfo.t
8248 ____________________________________________________________________________
8249 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
8250         Log: Nuke also the LANG because of glibc.
8251      Branch: perl
8252            ! lib/open.t
8253 ____________________________________________________________________________
8254 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
8255         Log: Also the ^Is is optional.
8256      Branch: perl
8257            ! pod/perlunicode.pod t/op/pat.t
8258 ____________________________________________________________________________
8259 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
8260         Log: Be careful to pull chars from the varargs stack when
8261              formatting chars.
8262      Branch: perl
8263            ! regcomp.c
8264 ____________________________________________________________________________
8265 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
8266         Log: sortsv not in place anymore, noticed by John P. Linderman.
8267      Branch: perl
8268            ! pod/perlapi.pod pp_ctl.c
8269 ____________________________________________________________________________
8270 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
8271         Log: Make the diagnostic messages more neutral.
8272      Branch: perl
8273            ! ext/B/t/terse.t
8274 ____________________________________________________________________________
8275 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
8276         Log: Forgotten from #12288.
8277      Branch: perl
8278            ! ext/Data/Dumper/Dumper.pm
8279 ____________________________________________________________________________
8280 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
8281         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
8282              From: Brian Ingerson <ingy@ttul.org>
8283              Date: Sun, 30 Sep 2001 21:45:56 -0700
8284              Message-ID: <20010930214556.D26392@ttul.org>
8285              
8286              (remember also the #12289)
8287      Branch: perl
8288            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8289 ____________________________________________________________________________
8290 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
8291         Log: More Unicode property tests for the abbreviated
8292              general properties.
8293      Branch: perl
8294            ! t/op/pat.t
8295 ____________________________________________________________________________
8296 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
8297         Log: Further tweaks to the Unicode properties.
8298      Branch: perl
8299            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
8300 ____________________________________________________________________________
8301 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
8302         Log: Retract #12284.
8303      Branch: perl
8304            ! lib/Term/Cap.t
8305 ____________________________________________________________________________
8306 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
8307         Log: (Retracted by #12285)
8308      Branch: perl
8309            ! lib/Term/Cap.t
8310 ____________________________________________________________________________
8311 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
8312         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
8313              From: "chromatic" <chromatic@rmci.net>  
8314              Date: Sun, 30 Sep 2001 16:10:02 -0600
8315              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
8316      Branch: perl
8317            + lib/Term/Cap.t
8318            ! MANIFEST
8319 ____________________________________________________________________________
8320 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
8321         Log: Use stty -g to restore the terminal state, do not even
8322              try to run the tests if stty -g is not available.
8323      Branch: perl
8324            ! lib/Term/Complete.t
8325 ____________________________________________________________________________
8326 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
8327         Log: Cleanup utf8_heavy; allow dropping the In prefix from
8328              Unicode script/block properties.
8329      Branch: perl
8330            ! lib/utf8_heavy.pl
8331 ____________________________________________________________________________
8332 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
8333         Log: Retract the #12259 for now.
8334      Branch: perl
8335            ! embed.h embed.pl sv.h
8336 ____________________________________________________________________________
8337 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
8338         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
8339      Branch: perl
8340            + lib/Text/TabsWrap/CHANGELOG
8341            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
8342 ____________________________________________________________________________
8343 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
8344         Log: #12272 wasn't right, it introduced an extra ().
8345      Branch: perl
8346            ! lib/utf8_heavy.pl
8347 ____________________________________________________________________________
8348 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
8349         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
8350              From: Jonathan Stowe <gellyfish@gellyfish.com>
8351              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
8352              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
8353      Branch: perl
8354            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
8355 ____________________________________________________________________________
8356 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
8357         Log: Subject: Patch to put qsortsv in the public API
8358              From: Brian Ingerson <ingy@ttul.org>
8359              Date: Sat, 29 Sep 2001 17:41:13 -0700
8360              Message-ID: <20010929174113.A30223@ttul.org>
8361      Branch: perl
8362            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
8363 ____________________________________________________________________________
8364 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
8365         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
8366              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8367              Date: Sat, 29 Sep 2001 23:54:48 +0200
8368              Message-ID: <20010929235448.A5017@rafael>
8369      Branch: perl
8370            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
8371 ____________________________________________________________________________
8372 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
8373         Log: FAQ sync.
8374      Branch: perl
8375            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8376            ! pod/perlfaq9.pod
8377 ____________________________________________________________________________
8378 [ 12273] By: bailey                                on 2001/09/29  23:43:46
8379         Log: Resync with mainline
8380      Branch: vmsperl
8381           +> (branch 1207 files)
8382            - (delete 324 files)
8383           !> (integrate 866 files)
8384 ____________________________________________________________________________
8385 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
8386         Log: Nasty recursion trap if one would match Unicode.
8387      Branch: perl
8388            ! lib/utf8_heavy.pl
8389 ____________________________________________________________________________
8390 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
8391         Log: More Unicode todo.
8392      Branch: perl
8393            ! pod/perltodo.pod
8394 ____________________________________________________________________________
8395 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
8396         Log: Explain a bit the new more flexible \p\P syntax.
8397      Branch: perl
8398            ! pod/perlunicode.pod
8399 ____________________________________________________________________________
8400 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
8401         Log: More leniency to the \p and \P: now can have whitespace
8402              between the property definition and the curlies; now can
8403              invert the property by having a caret between the open
8404              curly and the property.
8405      Branch: perl
8406            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
8407 ____________________________________________________________________________
8408 [ 12268] By: nick                                  on 2001/09/29  17:39:26
8409         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
8410              one test (lib/open.t) fails
8411      Branch: perlio
8412           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
8413           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
8414           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
8415           +> lib/Tie/Scalar.t lib/open.t
8416            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
8417            - ext/B/Stash.t
8418           !> (integrate 62 files)
8419 ____________________________________________________________________________
8420 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
8421         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
8422      Branch: perl
8423            ! t/op/chdir.t
8424 ____________________________________________________________________________
8425 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
8426         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
8427              From: "Craig A. Berry" <craigberry@mac.com> 
8428              Date: Sat, 29 Sep 2001 09:35:33 -0500
8429              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
8430      Branch: perl
8431            ! t/op/chdir.t
8432 ____________________________________________________________________________
8433 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
8434         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
8435              From: "chromatic" <chromatic@rmci.net>
8436              Date: Fri, 28 Sep 2001 21:20:12 -0600
8437              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
8438      Branch: perl
8439            + lib/Tie/Scalar.t
8440            ! MANIFEST lib/Tie/Scalar.pm
8441 ____________________________________________________________________________
8442 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
8443         Log: Allow for more flexibility in the \p{In...} names, now
8444              case doesn't matter, and any space or dash can be
8445              matched by any space, dash, underbar, or empty.
8446              (may be going too far on leniency)
8447      Branch: perl
8448            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
8449            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
8450            ! t/op/pat.t
8451 ____________________________________________________________________________
8452 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
8453         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
8454              From: "chromatic" <chromatic@rmci.net>
8455              Date: Fri, 28 Sep 2001 17:39:50 -0600
8456              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
8457      Branch: perl
8458            + lib/open.t
8459            ! MANIFEST
8460 ____________________________________________________________________________
8461 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
8462         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
8463              From: "Craig A. Berry" <craigberry@mac.com>
8464              Date: Fri, 28 Sep 2001 16:24:51 -0500
8465              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
8466      Branch: perl
8467            ! ext/File/Glob/t/basic.t
8468 ____________________________________________________________________________
8469 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
8470         Log: Subject: [DOC PATCH] Carp.pm pod typo
8471              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8472              Date: Fri, 28 Sep 2001 23:14:51 +0200
8473              Message-ID: <20010928231451.E16889@rafael>
8474      Branch: perl
8475            ! lib/Carp.pm
8476 ____________________________________________________________________________
8477 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
8478         Log: Subject: [PATCH] Allow an @INC hook to set %INC
8479              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8480              Date: Fri, 28 Sep 2001 22:18:13 +0200
8481              Message-ID: <20010928221813.A16889@rafael>
8482      Branch: perl
8483            ! pp_ctl.c
8484 ____________________________________________________________________________
8485 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
8486         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
8487              From: Nicholas Clark <nick@ccl4.org>
8488              Date: Fri, 28 Sep 2001 23:39:33 +0100
8489              Message-ID: <20010928233933.C23673@plum.flirble.org>
8490      Branch: perl
8491            ! embed.h embed.pl sv.h
8492 ____________________________________________________________________________
8493 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
8494         Log: Update Changes.
8495      Branch: perl
8496            ! Changes patchlevel.h
8497 ____________________________________________________________________________
8498 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
8499         Log: Move the B tests to B/t.
8500      Branch: perl
8501            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
8502            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
8503            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
8504            - ext/B/Showlex.t ext/B/Stash.t
8505            ! MANIFEST
8506 ____________________________________________________________________________
8507 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
8508         Log: Forgot from #12254.
8509      Branch: perl
8510            + ext/B/B/Terse.t
8511 ____________________________________________________________________________
8512 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
8513         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
8514              From: "chromatic" <chromatic@rmci.net>
8515              Date: Thu, 27 Sep 2001 23:22:17 -0600
8516              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
8517      Branch: perl
8518            ! MANIFEST
8519 ____________________________________________________________________________
8520 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
8521         Log: Test numbering mismatch.
8522      Branch: perl
8523            ! t/op/chdir.t
8524 ____________________________________________________________________________
8525 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
8526         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
8527              From: "Craig A. Berry" <craigberry@mac.com>
8528              Date: Wed, 26 Sep 2001 17:43:14 -0500
8529              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
8530      Branch: perl
8531            ! iperlsys.h t/op/chdir.t
8532 ____________________________________________________________________________
8533 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
8534         Log: Subject: [PATCH gv.c] make __ANON__ global
8535              From: Robin Barker <rmb1@cise.npl.co.uk>
8536              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
8537              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
8538      Branch: perl
8539            ! gv.c t/op/anonsub.t t/op/runlevel.t
8540 ____________________________________________________________________________
8541 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
8542         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
8543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8544              Date: Thu, 27 Sep 2001 22:34:32 +0200
8545              Message-ID: <20010927223432.A1485@rafael>
8546      Branch: perl
8547            ! ext/B/B/Terse.pm
8548 ____________________________________________________________________________
8549 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
8550         Log: (retracted by #12338)
8551              
8552              Subject: [PATCH] Cleanup of perldsc.pod      
8553              From: Casey West <casey@geeknest.com>
8554              Date: Thu, 27 Sep 2001 11:13:17 -0400
8555              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
8556      Branch: perl
8557            ! pod/perldsc.pod
8558 ____________________________________________________________________________
8559 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
8560         Log: Not everyone is using ithreads...
8561      Branch: perl
8562            ! ext/Devel/Peek/Peek.t
8563 ____________________________________________________________________________
8564 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
8565         Log: Document the nss_delete core dump workaround for HP-UX
8566              and Solaris, bug IDs 20010805.018 and 20010629.004.
8567      Branch: perl
8568            ! README.hpux README.solaris
8569 ____________________________________________________________________________
8570 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
8571         Log: Dump Unicode hash keys also as Unicode,
8572              not just as a byte string.
8573      Branch: perl
8574            ! dump.c ext/Devel/Peek/Peek.t
8575 ____________________________________________________________________________
8576 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
8577         Log: Integrate changes #12241 and #12242 from macperl:
8578              
8579              Remove unneeded disabling of umask() calls
8580              
8581              Note (get|set)sockopt are available.
8582      Branch: perl
8583           !> lib/File/Temp.pm pod/perlport.pod
8584 ____________________________________________________________________________
8585 [ 12244] By: sky                                   on 2001/09/27  08:53:00
8586         Log: Flush buffers on thread closedown.
8587      Branch: perl
8588            ! ext/threads/threads.xs
8589 ____________________________________________________________________________
8590 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
8591         Log: Dump SvUTF8(sv)s also as \x{...}.
8592              
8593              TODO: dump the SvUTF8() hash keys similarly. 
8594      Branch: perl
8595            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
8596 ____________________________________________________________________________
8597 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
8598         Log: Note (get|set)sockopt are available.
8599      Branch: maint-5.6/macperl
8600            ! pod/perlport.pod
8601 ____________________________________________________________________________
8602 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
8603         Log: Remove unneeded disabling of umask() calls
8604      Branch: maint-5.6/macperl
8605            ! lib/File/Temp.pm
8606 ____________________________________________________________________________
8607 [ 12240] By: sky                                   on 2001/09/26  18:44:56
8608         Log: Documention update
8609      Branch: perl
8610            ! ext/threads/threads.pm
8611 ____________________________________________________________________________
8612 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
8613         Log: Update Changes.
8614      Branch: perl
8615            ! Changes patchlevel.h
8616 ____________________________________________________________________________
8617 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
8618         Log: Check that all environment variables are tainted.
8619      Branch: perl
8620            ! t/op/taint.t
8621 ____________________________________________________________________________
8622 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
8623         Log: Manual integration error in #12235.
8624      Branch: perl
8625            ! lib/File/DosGlob.t
8626 ____________________________________________________________________________
8627 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
8628         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
8629              From: "chromatic" <chromatic@rmci.net>
8630              Date: Tue, 25 Sep 2001 23:57:07 -0600
8631              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
8632      Branch: perl
8633            ! perlio.c
8634 ____________________________________________________________________________
8635 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
8636         Log: Integrate macperl changes from Chris Nandor:
8637              12192 11817 11815 11813 11778 11775
8638              
8639              Update CPAN.pm to work with new Mac::BuildTools instead
8640              of ExtUtils::MM_MacOS "orphan" functions
8641              
8642              Fix test
8643              
8644              Make syntax check report in MPW style, fix tests
8645              to use Mac::err=unix to get normal-style error
8646              messages.
8647              
8648              More module and test ports from Thomas Wegner et al
8649              
8650              Fix open of /dev/null for Mac OS
8651              
8652              Allow for platforms to override formatting of errors
8653              on output from Matthias Neeracher (core files)
8654      Branch: perl
8655            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
8656            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
8657            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
8658           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
8659           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
8660           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
8661 ____________________________________________________________________________
8662 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
8663         Log: grrr.
8664      Branch: perl
8665            ! t/op/gv.t
8666 ____________________________________________________________________________
8667 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
8668         Log: Retract #12232.
8669      Branch: perl
8670            ! t/op/gv.t
8671 ____________________________________________________________________________
8672 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
8673         Log: (Retracted by #12233.)
8674      Branch: perl
8675            ! t/op/gv.t
8676 ____________________________________________________________________________
8677 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
8678         Log: Detypo.
8679      Branch: perl
8680            ! ext/Encode/Makefile.PL
8681 ____________________________________________________________________________
8682 [ 12230] By: sky                                   on 2001/09/26  11:36:23
8683         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
8684              We are using a "delay" here because we do not want to depend on thread synchronization issues.
8685      Branch: perl
8686            + ext/threads/t/stress_cv.t
8687            ! MANIFEST ext/threads/t/stress_string.t
8688 ____________________________________________________________________________
8689 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
8690         Log: NetWare tweak from Ananth Kesari.
8691      Branch: perl
8692            ! NetWare/t/Readme.txt
8693 ____________________________________________________________________________
8694 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
8695         Log: Trick to fool case-blind filesystems.
8696      Branch: perl
8697            ! ext/Encode/Makefile.PL
8698 ____________________________________________________________________________
8699 [ 12227] By: sky                                   on 2001/09/26  11:06:50
8700         Log: Threads can start executing in a different order than they were
8701              created.... so we cannot ok() inside the threadstarter.
8702      Branch: perl
8703            ! ext/threads/t/stress_string.t
8704 ____________________________________________________________________________
8705 [ 12226] By: sky                                   on 2001/09/26  07:41:45
8706         Log: Add in stress_string.t to stress test threads a bit more.
8707      Branch: perl
8708            + ext/threads/t/stress_string.t
8709            ! MANIFEST
8710 ____________________________________________________________________________
8711 [ 12225] By: sky                                   on 2001/09/26  07:04:21
8712         Log: Fix negative refcount introduced by #12223.
8713      Branch: perl
8714            ! ext/threads/threads.xs
8715 ____________________________________________________________________________
8716 [ 12224] By: sky                                   on 2001/09/26  06:57:58
8717         Log: Update documentation to match change #12223
8718      Branch: perl
8719            ! sharedsv.c
8720 ____________________________________________________________________________
8721 [ 12223] By: sky                                   on 2001/09/26  06:54:32
8722         Log: Use a separate interpreter for the sharedsv space. Another
8723              negative sv leak. Sigh.
8724      Branch: perl
8725            ! sharedsv.c
8726 ____________________________________________________________________________
8727 [ 12222] By: sky                                   on 2001/09/26  05:58:35
8728         Log: Do the environ assignment in perl_contruct to match perl_destruct.
8729              Now we don't need to perl_parse/perl_run. However environ is a
8730              global....
8731      Branch: perl
8732            ! perl.c
8733 ____________________________________________________________________________
8734 [ 12221] By: sky                                   on 2001/09/26  05:41:02
8735         Log: Move the creation of PL_strtab to perl_construct so we can work
8736              with HV and HEs without running perl_parse.
8737      Branch: perl
8738            ! perl.c
8739 ____________________________________________________________________________
8740 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
8741         Log: integrate macperl changes into maint-5.6
8742      Branch: maint-5.6/perl
8743           !> (integrate 26 files)
8744 ____________________________________________________________________________
8745 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
8746         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
8747              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
8748      Branch: maint-5.6/macperl
8749            ! macos/ext/Mac/Fonts/Fonts.xs
8750            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
8751 ____________________________________________________________________________
8752 [ 12218] By: ams                                   on 2001/09/25  23:31:33
8753         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
8754              From: Nicholas Clark <nick@ccl4.org>
8755              Date: Wed, 26 Sep 2001 01:20:20 +0100
8756              Message-Id: <20010926012020.B48092@plum.flirble.org>
8757      Branch: perl
8758            ! lib/AutoSplit.t
8759 ____________________________________________________________________________
8760 [ 12217] By: ams                                   on 2001/09/25  22:33:05
8761         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
8762              From: "Craig A. Berry" <craigberry@mac.com>
8763              Date: Tue, 25 Sep 2001 18:08:42 -0500
8764              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
8765      Branch: perl
8766            ! vms/vms.c
8767 ____________________________________________________________________________
8768 [ 12216] By: ams                                   on 2001/09/25  21:41:01
8769         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
8770              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
8771              From: Michael G Schwern <schwern@pobox.com>
8772              Date: Wed, 26 Sep 2001 00:38:21 -0400
8773              Message-Id: <20010926003821.A627@blackrider>
8774      Branch: perl
8775            ! lib/AutoSplit.t
8776 ____________________________________________________________________________
8777 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
8778         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
8779              From: Michael G Schwern <schwern@pobox.com>
8780              Date: Tue, 25 Sep 2001 17:43:49 -0400
8781              Message-ID: <20010925174349.B19534@blackrider>
8782      Branch: perl
8783            ! lib/Test/Simple.pm lib/Test/Utils.pm
8784 ____________________________________________________________________________
8785 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
8786         Log: Integrate changes from bleadperl.
8787      Branch: maint-5.6/macperl
8788           !> pod/perlport.pod
8789 ____________________________________________________________________________
8790 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
8791         Log: skip($mess) should result in one skip.
8792      Branch: perl
8793            ! t/test.pl
8794 ____________________________________________________________________________
8795 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
8796         Log: Integrate change #12200 from maintperl.
8797      Branch: maint-5.6/macperl
8798           !> win32/perlhost.h
8799 ____________________________________________________________________________
8800 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
8801         Log: Fix file types to "apple"
8802      Branch: maint-5.6/macperl
8803            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
8804            ! macos/ext/Mac/SAT/t/Collision.rsrc
8805 ____________________________________________________________________________
8806 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
8807         Log: Fix rsrc file as snd file; fix path in t file.
8808      Branch: maint-5.6/macperl
8809            ! macos/ext/Mac/Notification/t/Notification.rsrc
8810            ! macos/ext/Mac/Notification/t/Notification.t
8811 ____________________________________________________________________________
8812 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
8813         Log: Sync up with File::Find from bleadperl.
8814      Branch: maint-5.6/macperl
8815            ! lib/File/Find.pm t/lib/filefind-taint.t
8816 ____________________________________________________________________________
8817 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
8818         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
8819              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
8820              of hundreds)
8821      Branch: maint-5.6/macperl
8822            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
8823            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
8824            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
8825 ____________________________________________________________________________
8826 [ 12207] By: nick                                  on 2001/09/25  19:04:36
8827         Log: Integrate mainline (untested while modem is up)
8828      Branch: perlio
8829           +> lib/AutoSplit.t t/test.pl
8830            - lib/warnings/register.t
8831           !> (integrate 28 files)
8832 ____________________________________________________________________________
8833 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
8834         Log: perldiag entry for #12205.
8835      Branch: perl
8836            ! pod/perldiag.pod
8837 ____________________________________________________________________________
8838 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
8839         Log: Subject: [PATCH] warning on v-string in use/require
8840              From: John Peacock <jpeacock@rowman.com>
8841              Date: Mon, 24 Sep 2001 17:29:03 -0400
8842              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
8843      Branch: perl
8844            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
8845 ____________________________________________________________________________
8846 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
8847         Log: perltooc et al updates.
8848      Branch: perl
8849            ! plan9/mkfile pod/roffitall
8850 ____________________________________________________________________________
8851 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
8852         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
8853              From: Michael G Schwern <schwern@pobox.com>
8854              Date: Sun, 23 Sep 2001 00:07:12 -0400
8855              Message-ID: <20010923000712.A7005@blackrider>
8856      Branch: perl
8857            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
8858 ____________________________________________________________________________
8859 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
8860         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
8861              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8862              Date: Wed, 26 Sep 2001 01:25:10 +0900
8863              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
8864      Branch: perl
8865            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
8866            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
8867            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
8868 ____________________________________________________________________________
8869 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
8870         Log: Integrate change #12200 from maintperl;
8871              on windows, virtualized environment could propagate deleted variables
8872              into children if they happen to be at the very end of the table
8873      Branch: perl
8874           !> win32/perlhost.h
8875 ____________________________________________________________________________
8876 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
8877         Log: on windows, virtualized environment could propagate deleted variables
8878              into children if they happen to be at the very end of the table
8879              (thanks for succinct test case from Johan Holmberg, and fix from
8880              Doug Lankshear)
8881      Branch: maint-5.6/perl
8882            ! win32/perlhost.h
8883 ____________________________________________________________________________
8884 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
8885         Log: avoid the use of ftime() (it does a useless, potentially
8886              expensive call to GetTimeZoneInformation()); this potentially
8887              also results in three more digits of precision from
8888              Time::HiRes::time()
8889      Branch: perl
8890            ! ext/Time/HiRes/HiRes.xs
8891 ____________________________________________________________________________
8892 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
8893         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
8894              
8895              Note: io/binmode is failing, have to figure out why.
8896      Branch: perl
8897            + t/test.pl
8898            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
8899            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
8900            ! t/run/exit.t
8901 ____________________________________________________________________________
8902 [ 12197] By: ams                                   on 2001/09/25  13:48:55
8903         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
8904              From: Nicholas Clark <nick@ccl4.org>
8905              Date: Tue, 25 Sep 2001 00:37:40 +0100
8906              Message-Id: <20010925003740.S4971@plum.flirble.org>
8907              (Further changes expected.)
8908      Branch: perl
8909            + lib/AutoSplit.t
8910            ! MANIFEST
8911 ____________________________________________________________________________
8912 [ 12196] By: sky                                   on 2001/09/25  13:37:12
8913         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
8914              _ftime to try and be more robust.
8915      Branch: perl
8916            ! ext/Time/HiRes/HiRes.xs
8917 ____________________________________________________________________________
8918 [ 12194] By: ams                                   on 2001/09/25  11:40:00
8919         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
8920              From: "Craig A. Berry" <craigberry@mac.com>
8921              Date: Mon, 24 Sep 2001 17:54:20 -0500
8922              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
8923      Branch: perl
8924            ! vms/descrip_mms.template
8925 ____________________________________________________________________________
8926 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
8927         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
8928              not working, cursor not spinning (Bug #422129); external
8929              editor problems (Bug #456329); escape/cmd-. not activating
8930              "Cancel" in Save dialog box (Bug #446960); Runtimes not
8931              executing on launch (Bug #464441).
8932      Branch: maint-5.6/macperl
8933            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
8934            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
8935            ! macos/macperl/MacPerl.r
8936 ____________________________________________________________________________
8937 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
8938         Log: Update CPAN.pm to work with new Mac::BuildTools instead
8939              of ExtUtils::MM_MacOS "orphan" functions
8940      Branch: maint-5.6/macperl
8941            ! lib/CPAN.pm
8942 ____________________________________________________________________________
8943 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
8944         Log: Fix up another xsubpp problem (Matthias Neeracher)
8945      Branch: maint-5.6/macperl
8946            ! macos/xsubpp
8947 ____________________________________________________________________________
8948 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
8949         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
8950      Branch: maint-5.6/macperl
8951            ! macos/lib/ExtUtils/MM_MacOS.pm
8952 ____________________________________________________________________________
8953 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
8954         Log: Fix up Makefiles for more Mac:: modules (and prepare for
8955              static build ...?)
8956      Branch: maint-5.6/macperl
8957            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
8958            ! macos/macperl/Makefile.mk
8959 ____________________________________________________________________________
8960 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
8961         Log: Fix up tests
8962      Branch: maint-5.6/macperl
8963            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8964 ____________________________________________________________________________
8965 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
8966         Log: Make malloc smarter, fix bugs.  (Bug #404030)
8967      Branch: maint-5.6/macperl
8968            ! macos/icemalloc.c macos/icemalloc.h
8969 ____________________________________________________________________________
8970 [ 12186] By: nick                                  on 2001/09/24  19:18:17
8971         Log: Integrate mainline
8972      Branch: perlio
8973           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
8974           +> lib/filetest.t
8975           !> (integrate 30 files)
8976 ____________________________________________________________________________
8977 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
8978         Log: Retract #12136, the warnings::register is already
8979              tested by t/lib/warnings/9enabled, as pointed out
8980              by Paul Marquess.
8981      Branch: perl
8982            - lib/warnings/register.t
8983            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
8984 ____________________________________________________________________________
8985 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
8986         Log: fix Time::HiRes implementation of gettimeofday() on windows
8987              (HiRes.t#14 now passes)
8988      Branch: perl
8989            ! ext/Time/HiRes/HiRes.xs
8990 ____________________________________________________________________________
8991 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
8992         Log: File::Spec::catfile() canonifies everything to blackslashes on
8993              windows :-(
8994      Branch: perl
8995            ! lib/ExtUtils/Manifest.t
8996 ____________________________________________________________________________
8997 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
8998         Log: test number mismatch
8999      Branch: perl
9000            ! t/op/magic.t
9001 ____________________________________________________________________________
9002 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
9003         Log: ok().
9004      Branch: perl
9005            ! t/op/pack.t
9006 ____________________________________________________________________________
9007 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
9008         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
9009              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9010      Branch: perl
9011            ! pp_pack.c t/op/pack.t
9012 ____________________________________________________________________________
9013 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
9014         Log: Update Changes.
9015      Branch: perl
9016            ! Changes patchlevel.h
9017 ____________________________________________________________________________
9018 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
9019         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
9020              From: Michael G Schwern <schwern@pobox.com>
9021              Date: Mon, 24 Sep 2001 11:12:13 -0400
9022              Message-ID: <20010924111213.G27885@blackrider>
9023      Branch: perl
9024            ! lib/ExtUtils/Manifest.pm
9025 ____________________________________________________________________________
9026 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
9027         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
9028              From: Michael G Schwern <schwern@pobox.com> 
9029              Date: Mon, 24 Sep 2001 11:02:07 -0400
9030              Message-ID: <20010924110207.E27885@blackrider>
9031      Branch: perl
9032            ! vms/test.com
9033 ____________________________________________________________________________
9034 [ 12176] By: ams                                   on 2001/09/24  14:01:59
9035         Log: Update Changes.
9036      Branch: perl
9037            ! Changes
9038 ____________________________________________________________________________
9039 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
9040         Log: Various cleanups.
9041      Branch: perl
9042            ! ext/threads/Makefile.PL ext/threads/threads.xs
9043 ____________________________________________________________________________
9044 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
9045         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
9046      Branch: maint-5.6/macperl
9047           !> (integrate 33 files)
9048 ____________________________________________________________________________
9049 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
9050         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
9051              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9052              Date: Mon, 24 Sep 2001 20:04:58 +0900
9053              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
9054      Branch: perl
9055            ! ext/Encode/Encode/gb2312.enc
9056 ____________________________________________________________________________
9057 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
9058         Log: Clarifying comment to #12164.
9059      Branch: perl
9060            ! lib/Cwd.pm
9061 ____________________________________________________________________________
9062 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
9063         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
9064              From: Nicholas Clark <nick@ccl4.org>
9065              Date: Sun, 23 Sep 2001 23:00:56 +0100
9066              Message-ID: <20010923230055.Y4971@plum.flirble.org>
9067              
9068              (with "sample_constants" changed to "fallback")
9069      Branch: perl
9070            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
9071            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
9072            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
9073            ! lib/h2xs.t utils/h2xs.PL
9074 ____________________________________________________________________________
9075 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
9076         Log: Metaconfig unit change for #12167.
9077      Branch: metaconfig
9078            ! U/modified/Cppsym.U
9079 ____________________________________________________________________________
9080 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
9081         Log: Add a few glibc cpp symbols to probe for.
9082      Branch: perl
9083            ! Configure
9084 ____________________________________________________________________________
9085 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
9086         Log: DJGPP tweaks for Laszlo Molnar.
9087      Branch: perl
9088            ! djgpp/djgppsed.sh dosish.h
9089 ____________________________________________________________________________
9090 [ 12165] By: ams                                   on 2001/09/24  10:07:08
9091         Log: Subject: [PATCH t/op/inccode.t] More tests
9092              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9093              Date: 24 Sep 2001 10:01:44 -0000
9094              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
9095      Branch: perl
9096            ! t/op/inccode.t
9097 ____________________________________________________________________________
9098 [ 12164] By: ams                                   on 2001/09/24  09:43:29
9099         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
9100              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
9101              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
9102              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
9103      Branch: perl
9104            ! lib/Cwd.pm
9105 ____________________________________________________________________________
9106 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
9107         Log: 1_compile updates.
9108      Branch: perl
9109            ! t/lib/1_compile.t
9110 ____________________________________________________________________________
9111 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
9112         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
9113              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9114              Date: Wed, 19 Sep 2001 22:47:14 +0200
9115              Message-ID: <20010919224714.A6382@rafael>
9116      Branch: perl
9117            ! pod/perlvar.pod pp_ctl.c
9118 ____________________________________________________________________________
9119 [ 12161] By: ams                                   on 2001/09/23  17:40:02
9120         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
9121              filetest Pragma
9122              From: "chromatic" <chromatic@rmci.net>
9123              Date: Sun, 23 Sep 2001 12:07:25 -0600
9124              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
9125      Branch: perl
9126            + lib/filetest.t
9127            ! MANIFEST t/lib/1_compile.t
9128 ____________________________________________________________________________
9129 [ 12160] By: ams                                   on 2001/09/23  16:32:11
9130         Log: Additional minor chdir() tweak.
9131      Branch: perl
9132            ! pod/perlfunc.pod
9133 ____________________________________________________________________________
9134 [ 12159] By: ams                                   on 2001/09/23  16:25:01
9135         Log: Subject: PATCH lib/ExtUtils/Command.t
9136              From: Abe Timmerman <abe@ztreet.demon.nl>
9137              Date: Sun, 23 Sep 2001 19:11:44 +0200
9138              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
9139      Branch: perl
9140            ! lib/ExtUtils/Command.t
9141 ____________________________________________________________________________
9142 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
9143         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
9144              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9145              Date: Sun, 23 Sep 2001 02:02:26 +0200
9146              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
9147      Branch: perl
9148            ! makedef.pl
9149 ____________________________________________________________________________
9150 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
9151         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
9152              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
9153              Date: Sat, 22 Sep 2001 12:54:39 -0500
9154              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
9155      Branch: perl
9156            ! t/op/study.t
9157 ____________________________________________________________________________
9158 [ 12156] By: nick                                  on 2001/09/23  07:48:44
9159         Log: Integrate mainline
9160      Branch: perlio
9161            - check83.pl
9162           !> ext/Encode/Encode/2022-cn.enc
9163 ____________________________________________________________________________
9164 [ 12155] By: nick                                  on 2001/09/23  07:48:01
9165         Log: Integrate mainline
9166      Branch: perlio
9167           +> (branch 64 files)
9168            - ext/Encode/Encode/cns11643-1.enc
9169            - ext/Encode/Encode/cns11643-2.enc
9170            - ext/Encode/Encode/iso2022-cn.enc
9171            - ext/Encode/Encode/iso2022-jp.enc
9172            - ext/Encode/Encode/iso2022-jp1.enc
9173            - ext/Encode/Encode/iso2022-jp2.enc
9174            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
9175            - ext/Encode/Encode/iso8859-1.enc
9176            - ext/Encode/Encode/iso8859-1.ucm
9177            - ext/Encode/Encode/iso8859-10.enc
9178            - ext/Encode/Encode/iso8859-10.ucm
9179            - ext/Encode/Encode/iso8859-13.enc
9180            - ext/Encode/Encode/iso8859-13.ucm
9181            - ext/Encode/Encode/iso8859-14.enc
9182            - ext/Encode/Encode/iso8859-14.ucm
9183            - ext/Encode/Encode/iso8859-15.enc
9184            - ext/Encode/Encode/iso8859-15.ucm
9185            - ext/Encode/Encode/iso8859-16.enc
9186            - ext/Encode/Encode/iso8859-16.ucm
9187            - ext/Encode/Encode/iso8859-2.enc
9188            - ext/Encode/Encode/iso8859-2.ucm
9189            - ext/Encode/Encode/iso8859-3.enc
9190            - ext/Encode/Encode/iso8859-3.ucm
9191            - ext/Encode/Encode/iso8859-4.enc
9192            - ext/Encode/Encode/iso8859-4.ucm
9193            - ext/Encode/Encode/iso8859-5.enc
9194            - ext/Encode/Encode/iso8859-5.ucm
9195            - ext/Encode/Encode/iso8859-6.enc
9196            - ext/Encode/Encode/iso8859-6.ucm
9197            - ext/Encode/Encode/iso8859-7.enc
9198            - ext/Encode/Encode/iso8859-7.ucm
9199            - ext/Encode/Encode/iso8859-8.enc
9200            - ext/Encode/Encode/iso8859-8.ucm
9201            - ext/Encode/Encode/iso8859-9.enc
9202            - ext/Encode/Encode/iso8859-9.ucm
9203            - ext/Encode/Encode/isoir-197.enc
9204            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
9205            - t/lib/sample-tests/header_at_end
9206            - t/lib/sample-tests/header_at_end_fail
9207           !> (integrate 174 files)
9208 ____________________________________________________________________________
9209 [ 12154] By: ams                                   on 2001/09/23  07:11:46
9210         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
9211              by Blair Zajac.
9212      Branch: perl
9213            ! pod/perlfunc.pod
9214 ____________________________________________________________________________
9215 [ 12153] By: ams                                   on 2001/09/23  06:56:32
9216         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
9217              Forgotten deprecation of *glob{FILEHANDLE}?
9218              From: "chromatic" <chromatic@rmci.net>
9219              Date: Sat, 22 Sep 2001 21:27:56 -0600
9220              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
9221      Branch: perl
9222            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
9223 ____________________________________________________________________________
9224 [ 12152] By: ams                                   on 2001/09/23  06:42:58
9225         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
9226              From: Michael G Schwern <schwern@pobox.com>
9227              Date: Sun, 23 Sep 2001 03:34:39 -0400
9228              Message-Id: <20010923033439.E7005@blackrider>
9229      Branch: perl
9230            ! lib/File/Find.pm
9231 ____________________________________________________________________________
9232 [ 12151] By: ams                                   on 2001/09/23  06:37:57
9233         Log: Subject: Re: t/op/magic.t missing tests on Win32
9234              From: Michael G Schwern <schwern@pobox.com>
9235              Date: Sat, 22 Sep 2001 20:29:09 -0400
9236              Message-Id: <20010922202909.I18223@blackrider>
9237      Branch: perl
9238            ! t/op/magic.t
9239 ____________________________________________________________________________
9240 [ 12150] By: ams                                   on 2001/09/23  06:36:26
9241         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
9242              Dumpvalue.pm
9243              From: "chromatic" <chromatic@rmci.net>
9244              Date: Sat, 22 Sep 2001 19:41:31 -0600
9245              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
9246      Branch: perl
9247            + lib/Dumpvalue.t
9248            ! MANIFEST lib/Dumpvalue.pm
9249 ____________________________________________________________________________
9250 [ 12149] By: ams                                   on 2001/09/23  06:25:35
9251         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
9252              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9253              Date: Sun, 23 Sep 2001 15:27:56 +0900
9254              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
9255      Branch: perl
9256            ! ext/Encode/Encode/2022-cn.enc
9257 ____________________________________________________________________________
9258 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
9259         Log: Manual eror in #12147.
9260      Branch: perl
9261            ! win32/win32.c
9262 ____________________________________________________________________________
9263 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
9264         Log: Integrate change #12146 from maintperl;
9265              win32_chdir() et al don't handle a NULL argument gracefully
9266      Branch: perl
9267           !> win32/perlhost.h win32/win32.c
9268 ____________________________________________________________________________
9269 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
9270         Log: win32_chdir() et al don't handle a NULL argument gracefully
9271      Branch: maint-5.6/perl
9272            ! win32/perlhost.h win32/win32.c
9273 ____________________________________________________________________________
9274 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
9275         Log: typo in change#12026
9276      Branch: maint-5.6/perl
9277            ! op.c
9278 ____________________________________________________________________________
9279 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
9280         Log: Subject: [PATCH] Re: scalar context unpack bugs
9281              From: Nicholas Clark <nick@ccl4.org>
9282              Date: Sat, 22 Sep 2001 23:07:56 +0100
9283              Message-ID: <20010922230755.O4971@plum.flirble.org>
9284      Branch: perl
9285            ! pp_pack.c t/op/pack.t
9286 ____________________________________________________________________________
9287 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
9288         Log: Try ExtUtils::Command.t everywhere, not just on Win32
9289              (as suggested by NI-S).  Also allow running it either
9290              in t/ or in the main directory.
9291      Branch: perl
9292            ! lib/ExtUtils/Command.t
9293 ____________________________________________________________________________
9294 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
9295         Log: Update the test on warnings/register.t.
9296      Branch: perl
9297            ! t/lib/1_compile.t
9298 ____________________________________________________________________________
9299 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
9300         Log: The code is now almost tidy enough to keep the IRIX cc happy.
9301      Branch: perl
9302            ! hints/irix_6.sh
9303 ____________________________________________________________________________
9304 [ 12140] By: ams                                   on 2001/09/22  17:26:32
9305         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
9306              use_ithreads
9307              From: "Craig A. Berry" <craigberry@mac.com>
9308              Date: Sat, 22 Sep 2001 13:15:32 -0500
9309              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
9310      Branch: perl
9311            ! configure.com
9312 ____________________________________________________________________________
9313 [ 12139] By: ams                                   on 2001/09/22  16:44:08
9314         Log: Do what perl_clone() does for sharedsv functions.
9315      Branch: perl
9316            ! embed.pl proto.h
9317 ____________________________________________________________________________
9318 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
9319         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
9320              (suggested by Sarathy, extensions shouldn't be dabbling with
9321              op structures, so binary backward compatibility should not be
9322              an issue.)
9323      Branch: perl
9324            ! hints/irix_6.sh op.h
9325 ____________________________________________________________________________
9326 [ 12137] By: ams                                   on 2001/09/22  16:21:05
9327         Log: More cleanups. (What's PERL_DECL_PROT?)
9328      Branch: perl
9329            ! embed.pl proto.h sharedsv.h
9330 ____________________________________________________________________________
9331 [ 12136] By: ams                                   on 2001/09/22  15:14:34
9332         Log: (Retracted by #12185)
9333              
9334              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
9335              Add Tests for warnings::register, Doc Update
9336              From: "chromatic" <chromatic@rmci.net>
9337              Date: Sat, 22 Sep 2001 09:43:20 -0600
9338              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
9339      Branch: perl
9340            + lib/warnings/register.t
9341            ! MANIFEST lib/warnings/register.pm
9342 ____________________________________________________________________________
9343 [ 12135] By: ams                                   on 2001/09/22  15:07:50
9344         Log: `@foo' should be @foo for consistency.
9345      Branch: perl
9346            ! pod/perldiag.pod
9347 ____________________________________________________________________________
9348 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
9349         Log: (Retracted by #12138)
9350              
9351              Add -woff (turn warning off) 3187:
9352              "A pointer is converted to a smaller integer."
9353              This happens when your pointers are 64-bit: then every case
9354              of converting pointers to PADOFFSETs (explicitly 32-bit)
9355              faces truncation (even explicit use of INT2PTR doesn't help).
9356              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
9357              Changing PADOFFSET from U32 to UV would help, but that
9358              would break binary backward compatibility of BASEOP and padop
9359              (assuming you have been using 64-bit pointers).
9360      Branch: perl
9361            ! hints/irix_6.sh
9362 ____________________________________________________________________________
9363 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
9364         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
9365              but the name comes from the inside the file, not from the file
9366              name, and Rumanian is the name of the language.
9367      Branch: perl
9368            + ext/Encode/Encode/macRumanian.enc
9369            - ext/Encode/Encode/macRomania.enc
9370            ! MANIFEST
9371 ____________________________________________________________________________
9372 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
9373         Log: Rename perltootc as perltooc for 8.3-friedliness.
9374      Branch: perl
9375            + pod/perltooc.pod
9376            - pod/perltootc.pod
9377            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
9378            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
9379            ! pod/perltoot.pod
9380 ____________________________________________________________________________
9381 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
9382         Log: Find more conflicts by lowercasing.
9383      Branch: perl
9384            + Porting/check83.pl
9385            - check83.pl
9386            ! MANIFEST
9387 ____________________________________________________________________________
9388 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
9389         Log: The AIX cc 5.0.0.0 is simply too buggy.
9390      Branch: perl
9391            ! hints/aix.sh
9392 ____________________________________________________________________________
9393 [ 12129] By: ams                                   on 2001/09/22  12:35:38
9394         Log: Uninteresting cleanup.
9395      Branch: perl
9396            ! form.h
9397 ____________________________________________________________________________
9398 [ 12128] By: ams                                   on 2001/09/22  12:28:48
9399         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
9400              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9401              Date: Sat, 22 Sep 2001 14:29:13 +0100
9402              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
9403      Branch: perl
9404            ! cv.h
9405 ____________________________________________________________________________
9406 [ 12127] By: ams                                   on 2001/09/22  12:04:28
9407         Log: What's a backet?
9408      Branch: perl
9409            ! dump.c
9410 ____________________________________________________________________________
9411 [ 12126] By: ams                                   on 2001/09/22  10:02:34
9412         Log: Removed duplicated tests #19 and #20.
9413      Branch: perl
9414            ! t/op/do.t
9415 ____________________________________________________________________________
9416 [ 12125] By: ams                                   on 2001/09/22  03:58:41
9417         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
9418              From: Michael Carman <mjcarman@home.com>
9419              Date: Fri, 21 Sep 2001 17:54:05 -0500
9420              Message-Id: <3BABC50D.6040202@home.com>
9421              (Applied with some changes.)
9422      Branch: perl
9423            ! pod/perlmod.pod
9424 ____________________________________________________________________________
9425 [ 12124] By: ams                                   on 2001/09/22  03:44:19
9426         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
9427              From: Michael G Schwern <schwern@pobox.com>
9428              Date: Fri, 21 Sep 2001 19:20:40 -0400
9429              Message-Id: <20010921192040.E5494@blackrider>
9430      Branch: perl
9431            ! t/op/chdir.t
9432 ____________________________________________________________________________
9433 [ 12123] By: ams                                   on 2001/09/22  03:41:08
9434         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
9435              From: Blair Zajac <blair@orcaware.com>
9436              Date: Fri, 21 Sep 2001 15:13:04 -0700
9437              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
9438      Branch: perl
9439            ! t/op/chdir.t
9440 ____________________________________________________________________________
9441 [ 12122] By: ams                                   on 2001/09/22  03:37:07
9442         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
9443              20010920.007
9444              From: Michael G Schwern <schwern@pobox.com>
9445              Date: Fri, 21 Sep 2001 17:59:03 -0400
9446              Message-Id: <20010921175903.V5494@blackrider>
9447      Branch: perl
9448            ! t/op/do.t
9449 ____________________________________________________________________________
9450 [ 12121] By: ams                                   on 2001/09/22  03:30:38
9451         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
9452              suite on WinCE)
9453              From: Michael G Schwern <schwern@pobox.com>
9454              Date: Fri, 21 Sep 2001 19:41:03 -0400
9455              Message-Id: <20010921194103.G5494@blackrider>
9456      Branch: perl
9457            ! pod/perlport.pod
9458 ____________________________________________________________________________
9459 [ 12120] By: ams                                   on 2001/09/22  03:28:06
9460         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
9461              From: Michael G Schwern <schwern@pobox.com>
9462              Date: Fri, 21 Sep 2001 17:33:35 -0400
9463              Message-Id: <20010921173335.T5494@blackrider>
9464              ($ENV{FOO}=undef hunk not applied.)
9465      Branch: perl
9466            ! t/op/magic.t
9467 ____________________________________________________________________________
9468 [ 12119] By: ams                                   on 2001/09/22  03:02:26
9469         Log: Subject: [PATCH] perldiag.pod
9470              From: Peter Scott <Peter@PSDT.com>
9471              Date: Fri, 21 Sep 2001 18:54:50 -0700
9472              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
9473              (Moved to the right place.)
9474      Branch: perl
9475            ! pod/perldiag.pod
9476 ____________________________________________________________________________
9477 [ 12118] By: ams                                   on 2001/09/21  20:05:29
9478         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
9479              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9480              Date: Fri, 21 Sep 2001 22:36:54 +0200
9481              Message-Id: <20010921223654.A12742@rafael>
9482      Branch: perl
9483            ! t/op/do.t
9484 ____________________________________________________________________________
9485 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
9486         Log: Restore things as they were before
9487              the backward compatibility police notices.
9488      Branch: perl
9489            ! lib/Cwd.pm
9490 ____________________________________________________________________________
9491 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
9492         Log: More Cwd from Schwern: make also OS/2 and DOS
9493              Cwd agree with File::Spec (that is, native path
9494              syntax using \ instead of / -- backward compatibility
9495              polic warning) and stop Win32 from using bsd_realpath().
9496      Branch: perl
9497            ! lib/Cwd.pm
9498 ____________________________________________________________________________
9499 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
9500         Log: Subject: [PATCH @12110] RE: Untested libraries update
9501              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9502              Date: Fri, 21 Sep 2001 18:21:07 +0100
9503              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
9504      Branch: perl
9505            ! lib/warnings/register.pm
9506 ____________________________________________________________________________
9507 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
9508         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
9509              From: Michael G Schwern <schwern@pobox.com>
9510              Date: Thu, 20 Sep 2001 22:54:02 -0400
9511              Message-ID: <20010920225402.A3611@blackrider>
9512      Branch: perl
9513            ! lib/Cwd.pm
9514 ____________________________________________________________________________
9515 [ 12113] By: ams                                   on 2001/09/21  17:08:24
9516         Log: Subject: [PATCH] avoid v-strings with require/use
9517              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9518              Date: Fri, 21 Sep 2001 12:34:40 -0400
9519              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
9520      Branch: perl
9521            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
9522            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
9523            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9524            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9525            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
9526            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
9527            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
9528            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
9529            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
9530            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
9531            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
9532            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
9533            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
9534            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
9535            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
9536            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
9537            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
9538            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
9539            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
9540 ____________________________________________________________________________
9541 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
9542         Log: Update Changes.
9543      Branch: perl
9544            ! Changes patchlevel.h
9545 ____________________________________________________________________________
9546 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
9547         Log: Make AIX and Tru64 compilers happy.  
9548      Branch: perl
9549            ! ext/threads/threads.h ext/threads/threads.xs
9550 ____________________________________________________________________________
9551 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
9552         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
9553              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9554              Date: 21 Sep 2001 09:16:37 -0000
9555              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
9556      Branch: perl
9557            ! toke.c
9558 ____________________________________________________________________________
9559 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
9560         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
9561              From: Michael G Schwern <schwern@pobox.com>
9562              Date: Thu, 20 Sep 2001 21:21:34 -0400
9563              Message-ID: <20010920212134.Y28291@blackrider>
9564      Branch: perl
9565            ! pp_sys.c
9566 ____________________________________________________________________________
9567 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
9568         Log: Subject: Re: GDB Debugging Macros from mod_perl
9569              From: rspier@pobox.com (Robert Spier)
9570              Date: Thu, 20 Sep 2001 22:45:03 -0700
9571              Message-ID: <15274.54239.413929.49430@rls.cx>
9572      Branch: perl
9573            ! pod/perltodo.pod
9574 ____________________________________________________________________________
9575 [ 12105] By: sky                                   on 2001/09/21  10:33:34
9576         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
9577              timezone! GetSystemTime should be available on all Win32 
9578              platforms we support. Perhaps Time::HiRes should be extended to
9579              support WinCE and Novell?
9580      Branch: perl
9581            ! ext/Time/HiRes/HiRes.xs
9582 ____________________________________________________________________________
9583 [ 12104] By: sky                                   on 2001/09/21  08:12:39
9584         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
9585      Branch: perl
9586            ! ext/threads/threads.h ext/threads/threads.xs
9587 ____________________________________________________________________________
9588 [ 12103] By: sky                                   on 2001/09/21  07:57:41
9589         Log: Rename the *thread* functions to Perl_* to avoid clashes.
9590              Notably on AIX but could become a problem on other platforms.
9591      Branch: perl
9592            ! ext/threads/threads.h ext/threads/threads.xs
9593 ____________________________________________________________________________
9594 [ 12102] By: sky                                   on 2001/09/21  07:35:30
9595         Log: Add the shared sv space to the global vars.
9596              Fix problems compiling on win32.
9597      Branch: perl
9598            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
9599            ! sharedsv.c sharedsv.h
9600 ____________________________________________________________________________
9601 [ 12101] By: ams                                   on 2001/09/21  00:19:55
9602         Log: Subject: [PATCH] win32/Makefile warning fix
9603              From: Blair Zajac <blair@orcaware.com>
9604              Date: Thu, 20 Sep 2001 18:15:43 -0700
9605              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
9606      Branch: perl
9607            ! win32/Makefile
9608 ____________________________________________________________________________
9609 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
9610         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
9611              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9612              Date: Thu, 20 Sep 2001 18:36:22 +0200
9613              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
9614      Branch: perl
9615            ! lib/ExtUtils/Command.t
9616 ____________________________________________________________________________
9617 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
9618         Log: Cant spl wirth a dam.
9619      Branch: perl
9620            ! intrpvar.h
9621 ____________________________________________________________________________
9622 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
9623         Log: Don't use C++ comments.
9624      Branch: perl
9625            ! ext/threads/threads.xs
9626 ____________________________________________________________________________
9627 [ 12097] By: ams                                   on 2001/09/20  21:42:07
9628         Log: Change #12044 didn't.
9629      Branch: perl
9630            ! lib/constant.pm
9631 ____________________________________________________________________________
9632 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
9633         Log: Metaconfig unit changes for #12095.
9634      Branch: metaconfig
9635            ! U/modified/Myinit.U U/modified/libs.U
9636 ____________________________________________________________________________
9637 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
9638         Log: Remove iconv references since we are not using it
9639              and not going to; regen perltoc, perlmodlib.
9640              (Some references still linger in perltoc, have to figure
9641              out where they are coming from.)
9642      Branch: perl
9643            ! Configure NetWare/config.wc NetWare/config_H.wc
9644            ! Porting/Glossary Porting/config.sh Porting/config_H
9645            ! config_h.SH configure.com epoc/config.sh perl.h
9646            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
9647            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9648            ! vos/config.ga.h win32/config.bc win32/config.gc
9649            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9650            ! win32/config_H.vc wince/config.ce wince/config.h
9651            ! wince/config_H.ce
9652 ____________________________________________________________________________
9653 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
9654         Log: Subject: [PATCH docs] Re: ARGV and read
9655              From: Dave Mitchell <davem@fdgroup.co.uk>
9656              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
9657              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
9658      Branch: perl
9659            ! pod/perltodo.pod pod/perlvar.pod
9660 ____________________________________________________________________________
9661 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
9662         Log: Fresh copies from the cvs.perl.org perlfaq repository.
9663      Branch: perl
9664            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9665            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9666            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9667            ! pod/perlfaq9.pod
9668 ____________________________________________________________________________
9669 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
9670         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
9671              From: Nicholas Clark <nick@ccl4.org>
9672              Date: Thu, 20 Sep 2001 14:27:08 +0100
9673              Message-ID: <20010920142708.X4971@plum.flirble.org>
9674      Branch: perl
9675            ! pp_pack.c t/op/pack.t
9676 ____________________________________________________________________________
9677 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
9678         Log: The sharedsv_space* are variables, not code.  Duh.
9679      Branch: perl
9680            ! intrpvar.h makedef.pl
9681 ____________________________________________________________________________
9682 [ 12090] By: ams                                   on 2001/09/20  11:26:06
9683         Log: Subject: [patch lib/lib_pm.PL]
9684              From: Stas Bekman <stas@stason.org>
9685              Date: Thu, 20 Sep 2001 18:48:53 +0800
9686              Message-Id: <3BA9C995.6010302@stason.org>
9687              (Applied by hand.)
9688      Branch: perl
9689            ! lib/lib_pm.PL
9690 ____________________________________________________________________________
9691 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
9692         Log: Only 21 tests, skipping or not.
9693      Branch: perl
9694            ! lib/ExtUtils/Command.t
9695 ____________________________________________________________________________
9696 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
9697         Log: New exported symbols.
9698      Branch: perl
9699            ! makedef.pl
9700 ____________________________________________________________________________
9701 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
9702         Log: Update Changes.
9703      Branch: perl
9704            ! Changes patchlevel.h
9705 ____________________________________________________________________________
9706 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
9707         Log: Correct numbering of the tests is useful.
9708      Branch: perl
9709            ! ext/threads/t/basic.t
9710 ____________________________________________________________________________
9711 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
9712         Log: More tests now too.
9713      Branch: perl
9714            ! lib/ExtUtils/Command.t
9715 ____________________________________________________________________________
9716 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
9717         Log: More tests now.
9718      Branch: perl
9719            ! ext/threads/t/basic.t
9720 ____________________________________________________________________________
9721 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
9722         Log: The test assumed 7-bit ASCII.  Now it "just"
9723              assumes 8-bit whatever.
9724      Branch: perl
9725            ! t/op/crypt.t
9726 ____________________________________________________________________________
9727 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
9728         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
9729              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9730              Date: Wed, 19 Sep 2001 11:45:28 +0200
9731              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
9732              
9733              Lvalue casts are not portable.
9734      Branch: perl
9735            ! ext/threads/threads.xs
9736 ____________________________________________________________________________
9737 [ 12081] By: sky                                   on 2001/09/19  10:17:52
9738         Log: Make the basic test contain only realy basic API tests
9739              Seems to be a problem with detach.
9740      Branch: perl
9741            ! ext/threads/t/basic.t
9742 ____________________________________________________________________________
9743 [ 12080] By: ams                                   on 2001/09/19  01:23:55
9744         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
9745              From: Michael G Schwern <schwern@pobox.com>
9746              Date: Tue, 18 Sep 2001 19:53:48 -0400
9747              Message-Id: <20010918195348.M585@blackrider>
9748              
9749              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
9750              From: Michael G Schwern <schwern@pobox.com>
9751              Date: Tue, 18 Sep 2001 22:07:13 -0400
9752              Message-Id: <20010918220713.B19616@blackrider>
9753      Branch: perl
9754            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
9755            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9756            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
9757            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
9758            ! lib/Test/Tutorial.pod
9759 ____________________________________________________________________________
9760 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
9761         Log: Indent the test a bit.
9762      Branch: perl
9763            ! ext/threads/t/basic.t
9764 ____________________________________________________________________________
9765 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
9766         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
9767              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9768              Date: Tue, 18 Sep 2001 18:06:44 +0200
9769              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
9770      Branch: perl
9771            ! win32/win32.c
9772 ____________________________________________________________________________
9773 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
9774         Log: Subject: stat access time is wrong on Win95
9775              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9776              Date: Tue, 18 Sep 2001 21:59:24 +0200
9777              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
9778      Branch: perl
9779            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
9780 ____________________________________________________________________________
9781 [ 12076] By: ams                                   on 2001/09/18  22:11:25
9782         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
9783              From: Michael G Schwern <schwern@pobox.com>
9784              Date: Tue, 18 Sep 2001 18:47:14 -0400
9785              Message-Id: <20010918184714.I585@blackrider>
9786      Branch: perl
9787            ! t/op/crypt.t
9788 ____________________________________________________________________________
9789 [ 12075] By: sky                                   on 2001/09/18  19:29:37
9790         Log: two test failures
9791              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9792              Message-ID: <20010918221702.A17408@rafael>
9793              partly applied, #12074 already fixed half the patch
9794      Branch: perl
9795            ! ext/threads/t/basic.t
9796 ____________________________________________________________________________
9797 [ 12074] By: sky                                   on 2001/09/18  18:49:03
9798         Log: Fixes test case failure introduced by #12071, the warning is
9799              now correctly spelled :-)
9800      Branch: perl
9801            ! ext/IO/lib/IO/t/io_sel.t
9802 ____________________________________________________________________________
9803 [ 12073] By: sky                                   on 2001/09/18  18:46:22
9804         Log: Make the test behave properly!
9805      Branch: perl
9806            ! ext/threads/t/basic.t
9807 ____________________________________________________________________________
9808 [ 12072] By: ams                                   on 2001/09/18  18:44:59
9809         Log: OP_RCATLINE is an SVOP, not a BASEOP.
9810      Branch: perl
9811            ! opcode.h opcode.pl
9812 ____________________________________________________________________________
9813 [ 12071] By: ams                                   on 2001/09/18  18:06:27
9814         Log: Deprecate != Depreciate.
9815      Branch: perl
9816            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
9817            ! lib/Pod/ParseUtils.pm
9818 ____________________________________________________________________________
9819 [ 12070] By: ams                                   on 2001/09/18  15:14:58
9820         Log: Subject: [PATCH] Getopt::Std cleanup
9821              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9822              Date: Tue, 18 Sep 2001 17:32:13 +0200
9823              Message-Id: <20010918173213.C777@rafael>
9824      Branch: perl
9825            ! lib/Getopt/Std.pm lib/Getopt/Std.t
9826 ____________________________________________________________________________
9827 [ 12069] By: sky                                   on 2001/09/18  14:56:33
9828         Log: Forgot the makefile
9829      Branch: perl
9830            + ext/threads/Makefile.PL
9831 ____________________________________________________________________________
9832 [ 12068] By: sky                                   on 2001/09/18  14:13:26
9833         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
9834              The test will fail because of Test.pm not knowing about threads. 
9835              basic needs to be manually tested
9836              compile time warnings on IV2PTR conversions need to be fixed
9837      Branch: perl
9838            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
9839            + ext/threads/threads.h ext/threads/threads.pm
9840            + ext/threads/threads.xs
9841            ! MANIFEST
9842 ____________________________________________________________________________
9843 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
9844         Log: DJGPP tweak from Laszlo Molnar.
9845      Branch: perl
9846            ! djgpp/config.over
9847 ____________________________________________________________________________
9848 [ 12066] By: sky                                   on 2001/09/18  10:24:31
9849         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
9850      Branch: perl
9851            ! sharedsv.c sharedsv.h
9852 ____________________________________________________________________________
9853 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
9854         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
9855              ditto ^cns.
9856      Branch: perl
9857            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
9858            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
9859            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
9860            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
9861            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
9862            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
9863            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
9864            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
9865            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
9866            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
9867            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
9868            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
9869            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
9870            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
9871            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
9872            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
9873            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
9874            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
9875            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
9876            + ext/Encode/Encode/ir-197.enc
9877            - ext/Encode/Encode/cns11643-1.enc
9878            - ext/Encode/Encode/cns11643-2.enc
9879            - ext/Encode/Encode/iso2022-cn.enc
9880            - ext/Encode/Encode/iso2022-jp.enc
9881            - ext/Encode/Encode/iso2022-jp1.enc
9882            - ext/Encode/Encode/iso2022-jp2.enc
9883            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
9884            - ext/Encode/Encode/iso8859-1.enc
9885            - ext/Encode/Encode/iso8859-1.ucm
9886            - ext/Encode/Encode/iso8859-10.enc
9887            - ext/Encode/Encode/iso8859-10.ucm
9888            - ext/Encode/Encode/iso8859-11.enc
9889            - ext/Encode/Encode/iso8859-11.ucm
9890            - ext/Encode/Encode/iso8859-13.enc
9891            - ext/Encode/Encode/iso8859-13.ucm
9892            - ext/Encode/Encode/iso8859-14.enc
9893            - ext/Encode/Encode/iso8859-14.ucm
9894            - ext/Encode/Encode/iso8859-15.enc
9895            - ext/Encode/Encode/iso8859-15.ucm
9896            - ext/Encode/Encode/iso8859-16.enc
9897            - ext/Encode/Encode/iso8859-16.ucm
9898            - ext/Encode/Encode/iso8859-2.enc
9899            - ext/Encode/Encode/iso8859-2.ucm
9900            - ext/Encode/Encode/iso8859-3.enc
9901            - ext/Encode/Encode/iso8859-3.ucm
9902            - ext/Encode/Encode/iso8859-4.enc
9903            - ext/Encode/Encode/iso8859-4.ucm
9904            - ext/Encode/Encode/iso8859-5.enc
9905            - ext/Encode/Encode/iso8859-5.ucm
9906            - ext/Encode/Encode/iso8859-6.enc
9907            - ext/Encode/Encode/iso8859-6.ucm
9908            - ext/Encode/Encode/iso8859-7.enc
9909            - ext/Encode/Encode/iso8859-7.ucm
9910            - ext/Encode/Encode/iso8859-8.enc
9911            - ext/Encode/Encode/iso8859-8.ucm
9912            - ext/Encode/Encode/iso8859-9.enc
9913            - ext/Encode/Encode/iso8859-9.ucm
9914            - ext/Encode/Encode/isoir-197.enc
9915            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
9916 ____________________________________________________________________________
9917 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
9918         Log: Must Uppercase.
9919      Branch: perl
9920            ! ext/Encode/Encode.pm
9921 ____________________________________________________________________________
9922 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
9923         Log: Add various encodings.
9924      Branch: perl
9925            + ext/Encode/Encode/iso8859-11.enc
9926            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
9927            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
9928            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
9929            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
9930            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
9931            + ext/Encode/Encode/viscii.ucm
9932            ! MANIFEST ext/Encode/Encode.pm
9933 ____________________________________________________________________________
9934 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
9935         Log: lib/unicode relic.
9936      Branch: perl
9937            ! ext/Encode/compile
9938 ____________________________________________________________________________
9939 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
9940         Log: Subject: [PATCH] Re: filename problems
9941              From: Michael G Schwern <schwern@pobox.com>
9942              Date: Mon, 17 Sep 2001 17:26:26 -0400
9943              Message-ID: <20010917172626.Q585@blackrider>
9944      Branch: perl
9945            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
9946            - t/lib/sample-tests/header_at_end
9947            - t/lib/sample-tests/header_at_end_fail
9948            ! MANIFEST lib/Test/Harness/t/test-harness.t
9949 ____________________________________________________________________________
9950 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
9951         Log: Explicitly explain the 1e9 seconds, not everybody
9952              is a C geek.
9953      Branch: perl
9954            ! ext/Time/HiRes/HiRes.pm
9955 ____________________________________________________________________________
9956 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
9957         Log: Explain an apparent bug reported by
9958              Richard J. Barbalace <rjbarbal@MIT.EDU>,
9959              with additional explanation from Gisle Aas.
9960      Branch: perl
9961            ! ext/Time/HiRes/HiRes.pm
9962 ____________________________________________________________________________
9963 [ 12058] By: ams                                   on 2001/09/17  19:52:01
9964         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
9965              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9966              Date: Mon, 17 Sep 2001 22:48:05 +0200
9967              Message-Id: <20010917224805.C11744@rafael>
9968      Branch: perl
9969            ! t/lib/warnings/op t/lib/warnings/pp
9970 ____________________________________________________________________________
9971 [ 12057] By: ams                                   on 2001/09/17  16:51:18
9972         Log: Its a nit!
9973      Branch: perl
9974            ! sv.h
9975 ____________________________________________________________________________
9976 [ 12056] By: ams                                   on 2001/09/17  16:47:55
9977         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
9978              From: "Craig A. Berry" <craigberry@mac.com>
9979              Date: Mon, 17 Sep 2001 12:34:20 -0500
9980              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
9981      Branch: perl
9982            ! vms/vms.c
9983 ____________________________________________________________________________
9984 [ 12055] By: ams                                   on 2001/09/17  16:05:15
9985         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
9986              From: Gisle Aas <gisle@ActiveState.com>
9987              Date: 16 Apr 2001 16:20:34 -0700
9988              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
9989              (Applied by hand.)
9990      Branch: perl
9991            ! lib/CPAN.pm lib/CPAN/Nox.pm
9992 ____________________________________________________________________________
9993 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
9994         Log: Update Changes.
9995      Branch: perl
9996            ! Changes patchlevel.h
9997 ____________________________________________________________________________
9998 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
9999         Log: Adding new files to the MANIFEST is always nice.
10000      Branch: perl
10001            ! MANIFEST
10002 ____________________________________________________________________________
10003 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
10004         Log: Reindent the PerlIO files (suggested by NI-S), used
10005              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
10006              (GNU indent).  Note that wholesale re-indenting might
10007              be nice, but that would break nice formatting/alignment
10008              of assignments, equality testing, and complex boolean
10009              expressions with lots of &s and |s.
10010      Branch: perl
10011            ! perlio.c perlio.h perliol.h
10012 ____________________________________________________________________________
10013 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
10014         Log: Add a script for being 8.3-polite.
10015              The found conflicts are being worked on.
10016      Branch: perl
10017            + check83.pl
10018            ! MANIFEST Porting/pumpkin.pod
10019 ____________________________________________________________________________
10020 [ 12050] By: sky                                   on 2001/09/17  12:44:36
10021         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
10022              finding it.
10023      Branch: perl
10024            ! sv.c
10025 ____________________________________________________________________________
10026 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
10027         Log: Bump up versions because of #12041.
10028      Branch: perl
10029            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
10030            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
10031            ! lib/Time/localtime.pm
10032 ____________________________________________________________________________
10033 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
10034         Log: Bump the version number because of #12042.
10035      Branch: perl
10036            ! lib/CPAN/FirstTime.pm
10037 ____________________________________________________________________________
10038 [ 12047] By: ams                                   on 2001/09/17  11:21:40
10039         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
10040              From: Abhijit Menon-Sen <ams@wiw.org>
10041              Date: Mon, 17 Sep 2001 17:44:12 +0530
10042              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
10043      Branch: perl
10044            ! op.c
10045 ____________________________________________________________________________
10046 [ 12046] By: sky                                   on 2001/09/17  07:14:17
10047         Log: Subject: Re: t/op/ver.t using skip() improperly
10048              From: "chromatic" <chromatic@rmci.net>
10049              Date: Mon, 17 Sep 2001 00:22:29 -0600
10050              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
10051      Branch: perl
10052            ! t/op/ver.t
10053 ____________________________________________________________________________
10054 [ 12045] By: nick                                  on 2001/09/17  07:12:14
10055         Log: Integrate mainline
10056      Branch: perlio
10057           +> t/op/chdir.t
10058           !> (integrate 117 files)
10059 ____________________________________________________________________________
10060 [ 12044] By: ams                                   on 2001/09/17  05:49:53
10061         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
10062              From: Ilmari Karonen <iltzu@sci.fi>
10063              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
10064              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
10065              (And $VERSION = '1.05'.)
10066      Branch: perl
10067            ! lib/constant.pm
10068 ____________________________________________________________________________
10069 [ 12043] By: ams                                   on 2001/09/17  05:44:50
10070         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
10071              From: Michael G Schwern <schwern@pobox.com>
10072              Date: Mon, 17 Sep 2001 07:49:04 +0200
10073              Message-Id: <20010917074904.V1588@blackrider>
10074              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
10075      Branch: perl
10076            + t/op/chdir.t
10077            ! MANIFEST pp_sys.c
10078 ____________________________________________________________________________
10079 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
10080         Log: Subject: Re: CPAN.pm needs some hacking 
10081              From: "chromatic" <chromatic@rmci.net>
10082              Date: Sun, 16 Sep 2001 16:46:29 -0600
10083              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
10084      Branch: perl
10085            ! lib/CPAN/FirstTime.pm
10086 ____________________________________________________________________________
10087 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
10088         Log: Change use|require 5.005_64 to use|require 5.6.1.
10089      Branch: perl
10090            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
10091            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10092            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
10093            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
10094            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
10095            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
10096            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
10097            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
10098            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
10099            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
10100            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
10101            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
10102            ! lib/base.pm lib/fields.pm
10103 ____________________________________________________________________________
10104 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
10105         Log: Bump up version numbers.
10106              
10107              TODO 1: double check that pre-5.6.1 CPAN.pm:s
10108              don't try to download 5.8.0 because of the
10109              version numbers.  Mainly this means using _00
10110              in the core version numbers.
10111              
10112              TODO 2: the "use 5.005_64" in many modules
10113              needs to be changed to, say, "use 5.6.1".
10114      Branch: perl
10115            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
10116            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
10117            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
10118            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
10119            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
10120            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
10121            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10122            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
10123            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
10124            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
10125            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
10126 ____________________________________________________________________________
10127 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
10128         Log: Use UCHARAT() as suggested by Inaba Hiroto.
10129      Branch: perl
10130            ! regexec.c
10131 ____________________________________________________________________________
10132 [ 12038] By: ams                                   on 2001/09/16  15:16:24
10133         Log: Subject: [PATCH] Re: Core module version numbers review
10134              From: Peter Scott <Peter@PSDT.com>
10135              Date: Sun, 16 Sep 2001 09:09:58 -0700
10136              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
10137      Branch: perl
10138            ! lib/perl5db.pl
10139 ____________________________________________________________________________
10140 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
10141         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
10142              not yet fully implemented.
10143      Branch: perl
10144            ! pod/perlfunc.pod pod/perlunicode.pod
10145 ____________________________________________________________________________
10146 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
10147         Log: Subject: [patch] plug PL_beginav_save leak
10148              From: Doug MacEachern <dougm@covalent.net>
10149              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
10150              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
10151      Branch: perl
10152            ! perl.c
10153 ____________________________________________________________________________
10154 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
10155         Log: (accidentally empty checkin)
10156      Branch: perl
10157            ! sv.c
10158 ____________________________________________________________________________
10159 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
10160         Log: Subject: [patch] ithreads+PL_beginav_save
10161              From: Doug MacEachern <dougm@covalent.net>
10162              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
10163              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
10164      Branch: perl
10165            ! sv.c
10166 ____________________________________________________________________________
10167 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
10168         Log: Subject: [PATCH] h2xs.PL with C::Scan
10169              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10170              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
10171              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
10172      Branch: perl
10173            ! utils/h2xs.PL
10174 ____________________________________________________________________________
10175 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
10176         Log: Elaborate (well, make more vague, really) #12030.
10177      Branch: perl
10178            ! pod/perltodo.pod pod/perlunicode.pod
10179 ____________________________________________________________________________
10180 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
10181         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
10182              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10183              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
10184              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
10185      Branch: perl
10186            ! regexec.c
10187 ____________________________________________________________________________
10188 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
10189         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
10190              are not yet complete.
10191      Branch: perl
10192            ! pod/perltodo.pod pod/perlunicode.pod
10193 ____________________________________________________________________________
10194 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
10195         Log: Document what's still to be done on the regular expression
10196              Unicode support, based on the UTR#18.
10197      Branch: perl
10198            ! pod/perltodo.pod pod/perlunicode.pod
10199 ____________________________________________________________________________
10200 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
10201         Log: Regen headers.
10202      Branch: perl
10203            ! embedvar.h perlapi.h
10204 ____________________________________________________________________________
10205 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
10206         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
10207              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10208              Date: Sun, 09 Sep 2001 18:41:54 +0100
10209              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
10210      Branch: perl
10211            ! Porting/findvars ext/ByteLoader/bytecode.h
10212            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
10213            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
10214 ____________________________________________________________________________
10215 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
10216         Log: enable most warnings for windows build; fix the various typecasting
10217              nits that showed up (no bugfixes here)
10218      Branch: maint-5.6/perl
10219            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
10220            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
10221            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
10222            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
10223            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
10224            ! x2p/walk.c
10225 ____________________________________________________________________________
10226 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
10227         Log: Integrate change #12024 from maintperl
10228              (a local() precedence bug)
10229      Branch: perl
10230           !> lib/ExtUtils/Install.pm
10231 ____________________________________________________________________________
10232 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
10233         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
10234              change#8642
10235      Branch: maint-5.6/perl
10236            ! lib/ExtUtils/Install.pm
10237 ____________________________________________________________________________
10238 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
10239         Log: Update Changes.
10240      Branch: perl
10241            ! Changes patchlevel.h
10242 ____________________________________________________________________________
10243 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
10244         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
10245              From: "chromatic" <chromatic@rmci.net>
10246              Date: Fri, 14 Sep 2001 09:44:57 -0600 
10247              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
10248      Branch: perl
10249            ! lib/ExtUtils/Manifest.t
10250 ____________________________________________________________________________
10251 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
10252         Log: Hopefully better skipping of the Complete.t tests
10253              in case of not a tty. 
10254      Branch: perl
10255            ! lib/Term/Complete.t t/op/stat.t
10256 ____________________________________________________________________________
10257 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
10258         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
10259              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10260              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
10261              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
10262      Branch: perl
10263            ! regexec.c t/op/pat.t
10264 ____________________________________________________________________________
10265 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
10266         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
10267              From: Robin Barker <rmb1@cise.npl.co.uk>
10268              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
10269              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
10270      Branch: perl
10271            ! pod/perlport.pod
10272 ____________________________________________________________________________
10273 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
10274         Log: NetWare tweaks from Ananth Kesari.
10275      Branch: perl
10276            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
10277            ! NetWare/nwutil.h
10278 ____________________________________________________________________________
10279 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
10280         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
10281              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10282              Date: Fri, 14 Sep 2001 10:51:13 +0200
10283              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
10284      Branch: perl
10285            ! pod/perlport.pod
10286 ____________________________________________________________________________
10287 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
10288         Log: Subject: Re: [PATCH 2 pl2pm.PL]
10289              From: Joe Smith <Joe.Smith@inwap.com>
10290              Date: Fri, 14 Sep 2001 00:13:32 -0700
10291              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
10292              
10293              Eradicate qu.
10294      Branch: perl
10295            ! keywords.h keywords.pl utils/pl2pm.PL
10296 ____________________________________________________________________________
10297 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
10298         Log: Retract #12013, didn't go over too well in Tru64.
10299      Branch: perl
10300            ! embed.h embed.pl sv.h
10301 ____________________________________________________________________________
10302 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
10303         Log: Subject: [PATCH] Execute files of debugger commands
10304              From: Peter Scott <Peter@PSDT.com>
10305              Date: Thu, 13 Sep 2001 15:26:31 -0700
10306              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
10307      Branch: perl
10308            ! lib/perl5db.pl pod/perldebug.pod
10309 ____________________________________________________________________________
10310 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
10311         Log: (Retracted by #12015)
10312              Subject: [proposed PATCH] Re: perl@11920
10313              From: Nicholas Clark <nick@ccl4.org>
10314              Date: Wed, 12 Sep 2001 23:46:09 +0100
10315              Message-ID: <20010912234609.H4971@plum.flirble.org>     
10316      Branch: perl
10317            ! embed.h embed.pl sv.h
10318 ____________________________________________________________________________
10319 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
10320         Log: ucblib shouldn't be linked against in nonstop-ux,
10321              from Tom Bates.
10322      Branch: perl
10323            ! hints/nonstopux.sh
10324 ____________________________________________________________________________
10325 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
10326         Log: Do stty only if we have stty.
10327              
10328              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
10329      Branch: perl
10330            ! lib/Term/Complete.pm
10331 ____________________________________________________________________________
10332 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
10333         Log: Skip the test if not running on a tty.
10334      Branch: perl
10335            ! lib/Term/Complete.t
10336 ____________________________________________________________________________
10337 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
10338         Log: Regen headers.
10339      Branch: perl
10340            ! embed.h opcode.h pod/perlapi.pod proto.h
10341 ____________________________________________________________________________
10342 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
10343         Log: Subject: [PATCH op.c] Re: perl@12003
10344              From: Robin Barker <rmb1@cise.npl.co.uk>
10345              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
10346              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
10347      Branch: perl
10348            ! op.c
10349 ____________________________________________________________________________
10350 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
10351         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
10352              From: Robin Barker <rmb1@cise.npl.co.uk>
10353              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
10354              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
10355      Branch: perl
10356            ! sv.c
10357 ____________________________________________________________________________
10358 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
10359         Log: Upgrade to Memoize 0.66.
10360      Branch: perl
10361            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
10362            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
10363            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
10364 ____________________________________________________________________________
10365 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
10366         Log: Subject: [ID 20010912.007] substr reference core dump
10367              From: me-01@ton.iguana.be
10368              Date: 12 Sep 2001 14:11:16 -0000
10369              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
10370      Branch: perl
10371            ! mg.c
10372 ____________________________________________________________________________
10373 [ 12004] By: ams                                   on 2001/09/12  01:13:49
10374         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
10375              From: Ilmari Karonen <iltzu@sci.fi>
10376              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
10377              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
10378      Branch: perl
10379            ! pod/perlfaq4.pod
10380 ____________________________________________________________________________
10381 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
10382         Log: Update Changes.
10383      Branch: perl
10384            ! Changes patchlevel.h
10385 ____________________________________________________________________________
10386 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
10387         Log: NetWare update from Ananth Kesari.
10388      Branch: perl
10389            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
10390            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
10391 ____________________________________________________________________________
10392 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
10393         Log: Retract #11984: div() being redefined, and 1397
10394              failing on 64-bit platforms.
10395      Branch: perl
10396            ! lib/Math/BigInt/Calc.pm
10397 ____________________________________________________________________________
10398 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
10399         Log: Metaconfig unit change for #11999.
10400      Branch: metaconfig
10401            ! U/protos/d_lseekproto.U
10402 ____________________________________________________________________________
10403 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
10404         Log: The lseek fix (#11991) was no fix.
10405      Branch: perl
10406            ! Configure
10407 ____________________________________________________________________________
10408 [ 11998] By: sky                                   on 2001/09/11  07:52:06
10409         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
10410              From: Matt Sergeant <MSergeant@star.net.uk>
10411              Date: Tue, 11 Sep 2001 09:22:32 +0100
10412              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
10413      Branch: perl
10414            ! ext/Encode/Encode.pm
10415 ____________________________________________________________________________
10416 [ 11997] By: sky                                   on 2001/09/11  06:35:29
10417         Log: Sometimes dTHX is added because it is needed on non 
10418              gnuc platforms, but not needed there. This uses GCC
10419              to silence GCC specific warnings by marking pTHX as 
10420              unused.
10421      Branch: perl
10422            ! perl.h
10423 ____________________________________________________________________________
10424 [ 11996] By: nick                                  on 2001/09/11  06:25:27
10425         Log: Integrate mainline
10426      Branch: perlio
10427            - ext/POSIX/sigaction.t lib/File/Find/taint.t
10428           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
10429 ____________________________________________________________________________
10430 [ 11995] By: nick                                  on 2001/09/11  06:23:39
10431         Log: Part Integrate mainline
10432      Branch: perlio
10433           +> (branch 69 files)
10434            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
10435            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
10436            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
10437            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
10438            - lib/Switch/t/switch_case.t lib/Test/Harness.t
10439            - lib/Test/More/Changes lib/Test/More/t/More.t
10440            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10441            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10442            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
10443            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
10444            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
10445            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
10446            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
10447            - t/lib/Test/More/Catch.pm wince/perl.ico
10448           !> (integrate 197 files)
10449 ____________________________________________________________________________
10450 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
10451         Log: Subject: Re: [PATCH] Encode.pm docs fix
10452              From: Gisle Aas <gisle@ActiveState.com>
10453              Date: 10 Sep 2001 11:27:02 -0700
10454              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
10455      Branch: perl
10456            ! ext/Encode/Encode.pm
10457 ____________________________________________________________________________
10458 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
10459         Log: Fix unpack U to be the reverse of pack U
10460              (but implement unpack U0U as a backdoor to get
10461              the UTF-8 malformed warnings from un-UTF-8 data)
10462      Branch: perl
10463            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
10464 ____________________________________________________________________________
10465 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
10466         Log: Metaconfig unit change for #11991;
10467              delete an unused unit (d_strtoull.U is the one used)
10468      Branch: metaconfig
10469            ! U/protos/d_lseekproto.U
10470      Branch: metaconfig/U/perl
10471            - strtoull.U
10472 ____________________________________________________________________________
10473 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
10474         Log: Subject: [PATCH] Configure not recording lseek proto
10475              From: Blair Zajac <blair@orcaware.com>
10476              Date: Mon, 10 Sep 2001 17:52:37 -0700
10477              Message-ID: <3B9D6055.BA334A31@orcaware.com>
10478              
10479              plus regen Configure.
10480      Branch: perl
10481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10482            ! config_h.SH uconfig.h
10483 ____________________________________________________________________________
10484 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
10485         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?)))                  
10486              From: Nicholas Clark <nick@ccl4.org>
10487              Date: Tue, 11 Sep 2001 00:00:31 +0100
10488              Message-ID: <20010911000031.G1512@plum.flirble.org>
10489      Branch: perl
10490            + t/op/qq.t
10491            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
10492 ____________________________________________________________________________
10493 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
10494         Log: Subject: [PATCH] Building on win32 w/o perlio
10495              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10496              Date: Mon, 10 Sep 2001 23:38:46 +0200
10497              Message-ID: <3B9D4F06.14433.2C37644@localhost>
10498      Branch: perl
10499            ! perl.c win32/Makefile win32/makefile.mk
10500 ____________________________________________________________________________
10501 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
10502         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
10503              From: "chromatic" <chromatic@rmci.net>
10504              Date: Mon, 10 Sep 2001 15:14:01 -0600
10505              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
10506      Branch: perl
10507            + lib/CGI/t/push.t
10508            ! MANIFEST
10509 ____________________________________________________________________________
10510 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
10511         Log: Subject: avoiding hoardes of zombies
10512              From: Nicholas Clark <nick@ccl4.org>
10513              Date: Mon, 10 Sep 2001 22:00:40 +0100
10514              Message-ID: <20010910220040.C1512@plum.flirble.org>
10515      Branch: perl
10516            ! pod/perlipc.pod
10517 ____________________________________________________________________________
10518 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
10519         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
10520              From: John Peacock <jpeacock@rowman.com>
10521              Date: Mon, 10 Sep 2001 16:34:30 -0400
10522              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
10523      Branch: perl
10524            ! sv.c t/op/ver.t utf8.h
10525 ____________________________________________________________________________
10526 [ 11985] By: ams                                   on 2001/09/10  23:20:13
10527         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
10528      Branch: perl
10529            ! MANIFEST
10530 ____________________________________________________________________________
10531 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
10532         Log: (Retracted by #12001)
10533              Subject: Calc with USE_MUL/USE_DIV
10534              From: Tels <perl_dummy@bloodgate.com>
10535              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
10536              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
10537      Branch: perl
10538            ! lib/Math/BigInt/Calc.pm
10539 ____________________________________________________________________________
10540 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
10541         Log: Subject: [PATCH op.c] Re: perl@11978
10542              From: Robin Barker <rmb1@cise.npl.co.uk>
10543              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
10544              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
10545              
10546              Format errors.
10547      Branch: perl
10548            ! op.c
10549 ____________________________________________________________________________
10550 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
10551         Log: Switch PADOFFSET back to U32 both because of binary backward
10552              compatibility and because Arthur seems to have been fixing the
10553              problems with naughty integer-pointer casting.
10554      Branch: perl
10555            ! op.h
10556 ____________________________________________________________________________
10557 [ 11981] By: ams                                   on 2001/09/10  16:31:43
10558         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
10559              Fix Pod Typo, Add Test for ExtUtils::Command
10560              From: "chromatic" <chromatic@rmci.net>
10561              Date: Mon, 10 Sep 2001 11:20:56 -0600
10562              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
10563      Branch: perl
10564            + lib/ExtUtils/Command.t
10565            ! MANIFEST lib/ExtUtils/Command.pm
10566 ____________________________________________________________________________
10567 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
10568         Log: Subject: [PATCH] Encode.pm docs fix
10569              From: Matt Sergeant <MSergeant@star.net.uk>
10570              Date: Mon, 10 Sep 2001 15:24:01 +0100
10571              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
10572      Branch: perl
10573            ! ext/Encode/Encode.pm
10574 ____________________________________________________________________________
10575 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
10576         Log: Update Changes.
10577      Branch: perl
10578            ! Changes patchlevel.h
10579 ____________________________________________________________________________
10580 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
10581         Log: Revert #11973, the dTHX seems to be needed in there
10582              for threaded builds.
10583      Branch: perl
10584            ! perlio.c
10585 ____________________________________________________________________________
10586 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
10587         Log: Detypo.
10588      Branch: perl
10589            ! pod/perlguts.pod
10590 ____________________________________________________________________________
10591 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
10592         Log: Further Class::Struct patching from Damian.
10593              
10594              The new new semantics are:
10595              
10596              * If you pass an initializer for a nested object, it has to be:
10597              a) a reference to an object of that class, or      
10598              b) a reference to an object of a subclass of that class, or
10599              c) a reference to a hash of arguments to be passed to the
10600              class's constructor
10601              * If you pass no initializer for a nested object, the attribute
10602              is initialized to C<undef>
10603      Branch: perl
10604            ! lib/Class/Struct.pm
10605 ____________________________________________________________________________
10606 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
10607         Log: Skip the crypt test if no crypt.
10608      Branch: perl
10609            ! t/op/crypt.t
10610 ____________________________________________________________________________
10611 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
10612         Log: Warn against using bare v-strings as IP addresses
10613              (okay if using the wrappers from Socket)
10614      Branch: perl
10615            ! pod/perldata.pod pod/perlport.pod
10616 ____________________________________________________________________________
10617 [ 11973] By: sky                                   on 2001/09/10  11:57:58
10618         Log: Remove unused dTHX. Silenced another warning.
10619      Branch: perl
10620            ! perlio.c
10621 ____________________________________________________________________________
10622 [ 11972] By: sky                                   on 2001/09/10  11:54:25
10623         Log: Silence some more warnings INT2PTR.
10624      Branch: perl
10625            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
10626 ____________________________________________________________________________
10627 [ 11971] By: sky                                   on 2001/09/10  11:21:50
10628         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
10629      Branch: perl
10630            ! cop.h
10631 ____________________________________________________________________________
10632 [ 11970] By: sky                                   on 2001/09/10  11:17:25
10633         Log: Apply INT2PTR with force to silence warnings from
10634              PM_GETRE and friends. No more warnings with 64bit 
10635              IVs and 32bit pointers.    
10636      Branch: perl
10637            ! op.c op.h perl.c
10638 ____________________________________________________________________________
10639 [ 11969] By: sky                                   on 2001/09/10  10:13:02
10640         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
10641      Branch: perl
10642            ! pod/perlguts.pod
10643 ____________________________________________________________________________
10644 [ 11968] By: sky                                   on 2001/09/10  10:02:51
10645         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
10646              Rename to custop_op_name to Perl_custom_op_name to match perlapi
10647              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
10648              perl_clone.
10649      Branch: perl
10650            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
10651 ____________________________________________________________________________
10652 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
10653         Log: Using strlen() not good on embedded nul bytes.
10654      Branch: perl
10655            ! regcomp.c
10656 ____________________________________________________________________________
10657 [ 11966] By: ams                                   on 2001/09/09  21:06:13
10658         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
10659              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10660              Date: Mon, 13 Aug 2001 22:51:59 +0200
10661              Message-ID: <20010813225159.C6681@rafael>
10662              (Applied with several tweaks.)
10663      Branch: perl
10664            ! embed.h embed.pl proto.h toke.c
10665 ____________________________________________________________________________
10666 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
10667         Log: The exact error message is system-dependent.
10668      Branch: perl
10669            ! lib/ExtUtils/Manifest.t
10670 ____________________________________________________________________________
10671 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
10672         Log: Add Windows and Mac Sami support to Encode
10673              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
10674      Branch: perl
10675            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
10676            ! MANIFEST
10677 ____________________________________________________________________________
10678 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
10679         Log: Use the tried method.
10680      Branch: perl
10681            ! pod/perlport.pod
10682 ____________________________________________________________________________
10683 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
10684         Log: Can't count parentheses.
10685      Branch: perl
10686            ! ext/IO/lib/IO/Socket/INET.pm
10687 ____________________________________________________________________________
10688 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
10689         Log: perlport additions: 1 while unlink, add/delete directory
10690              entries and permissions, cygwin stat funkiness (from Michael
10691              Schwern and Nicholas Clark)
10692      Branch: perl
10693            ! pod/perlport.pod
10694 ____________________________________________________________________________
10695 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
10696         Log: blib does have a detectable test.
10697      Branch: perl
10698            ! t/lib/1_compile.t
10699 ____________________________________________________________________________
10700 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
10701         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
10702              From: "chromatic" <chromatic@rmci.net>
10703              Date: Sat, 08 Sep 2001 19:33:42 -0600
10704              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
10705      Branch: perl
10706            + lib/Term/Complete.t
10707            ! MANIFEST
10708 ____________________________________________________________________________
10709 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
10710         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
10711              From: Michael G Schwern <schwern@pobox.com> 
10712              Date: Sat, 8 Sep 2001 02:40:26 -0400
10713              Message-ID: <20010908024026.A26283@blackrider>
10714      Branch: perl
10715            + lib/Test/Tutorial.pod
10716            ! MANIFEST
10717 ____________________________________________________________________________
10718 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
10719         Log: Try to look up protocol (by name) only iff it has non-numbers:
10720              nice if the server is in a chrooted environment (no /etc/protocols,
10721              server code using hardcorded protocol numbers like 6 for tcp),
10722              suggested by John Holdsworth <coldwave@bigfoot.com>.
10723              In other words, if we are given a number, why look it up again
10724              (by number)?
10725      Branch: perl
10726            ! ext/IO/lib/IO/Socket/INET.pm
10727 ____________________________________________________________________________
10728 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
10729         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
10730              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10731              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
10732              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
10733              
10734              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
10735              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10736              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
10737              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
10738              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
10739              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10740              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
10741              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
10742      Branch: perl
10743            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
10744 ____________________________________________________________________________
10745 [ 11955] By: ams                                   on 2001/09/09  02:54:21
10746         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
10747              From: "Craig A. Berry" <craigberry@mac.com>
10748              Date: Sat, 08 Sep 2001 19:02:16 -0500
10749              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
10750      Branch: perl
10751            ! lib/CGI/t/carp.t
10752 ____________________________________________________________________________
10753 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
10754         Log: Documentation tweaks; think the IP address as an opaque string.
10755      Branch: perl
10756            ! ext/Socket/Socket.pm
10757 ____________________________________________________________________________
10758 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
10759         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
10760              From: Michael G Schwern <schwern@pobox.com>
10761              Date: Sat, 8 Sep 2001 19:45:46 -0400
10762              Message-ID: <20010908194546.C9193@blackrider>
10763      Branch: perl
10764            + lib/blib.t
10765            ! MANIFEST lib/blib.pm t/lib/1_compile.t
10766 ____________________________________________________________________________
10767 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
10768         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
10769              From: "chromatic" <chromatic@rmci.net>
10770              Date: Sat, 08 Sep 2001 12:31:44 -0600
10771              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
10772      Branch: perl
10773            + lib/CGI/t/fast.t
10774            ! MANIFEST
10775 ____________________________________________________________________________
10776 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
10777         Log: The Socket tests were wrong: they were assuming too much.
10778      Branch: perl
10779            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
10780 ____________________________________________________________________________
10781 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
10782         Log: Retract the portability changes since they
10783              seem to have opened a can of worms... will
10784              go back to UNICOS/mk and do the bare minimum
10785              required to get the tests working.
10786      Branch: perl
10787            ! ext/Socket/Socket.xs
10788 ____________________________________________________________________________
10789 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
10790         Log: PADOFFSET is used to cast pointers into integers,
10791              if pointers are 64 bits and U32 32 bits,
10792              bad things may happen, or at least warnings issued.
10793      Branch: perl
10794            ! op.h
10795 ____________________________________________________________________________
10796 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
10797         Log: Still more Socket portability tweaking.
10798              Now Socket.t seems to be happy in all of
10799              Linux/x86, Tru64/alpha, Solaris/sparc,
10800              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
10801              
10802              Addendum: it seems that io_multihomed, io_sock, and hostent
10803              were broken in little-endians (linux/x86 and tru64/alpha)
10804              because of this change.  Argh.
10805      Branch: perl
10806            ! ext/Socket/Socket.xs
10807 ____________________________________________________________________________
10808 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
10809         Log: More portability kicking on inet_ntoa().
10810      Branch: perl
10811            ! ext/Socket/Socket.xs
10812 ____________________________________________________________________________
10813 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
10814         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
10815              From: Michael G Schwern <schwern@pobox.com> 
10816              Date: Fri, 7 Sep 2001 23:06:51 -0400
10817              Message-ID: <20010907230651.R606@blackrider>
10818      Branch: perl
10819            + lib/ExtUtils/Manifest.t
10820            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
10821 ____________________________________________________________________________
10822 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
10823         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
10824              From: "chromatic" <chromatic@rmci.net>
10825              Date: Fri, 07 Sep 2001 17:53:15 -0600      
10826              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
10827      Branch: perl
10828            + lib/ExtUtils/testlib.t
10829            ! MANIFEST
10830 ____________________________________________________________________________
10831 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
10832         Log: Thinko.
10833      Branch: perl
10834            ! lib/integer.t
10835 ____________________________________________________________________________
10836 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
10837         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
10838              From: "Craig A. Berry" <craigberry@mac.com>
10839              Date: Fri, 07 Sep 2001 15:30:03 -0500
10840              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
10841      Branch: perl
10842            ! lib/CGI/Carp.pm
10843 ____________________________________________________________________________
10844 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
10845         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
10846              From: Michael G Schwern <schwern@pobox.com>
10847              Date: Fri, 7 Sep 2001 15:38:13 -0400
10848              Message-ID: <20010907153813.K606@blackrider>
10849      Branch: perl
10850            ! lib/ExtUtils/MM_Unix.pm
10851 ____________________________________________________________________________
10852 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
10853         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
10854              From: Robin Barker <rmb1@cise.npl.co.uk>
10855              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
10856              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
10857      Branch: perl
10858            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
10859 ____________________________________________________________________________
10860 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
10861         Log: Clean up 1_compile.t; move tests to more consistent
10862              places (t/ subdirectories); add integer.t (much of
10863              the pragma is tested elsewhere but there is no one
10864              centralized place)
10865      Branch: perl
10866            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
10867            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
10868            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
10869            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
10870            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
10871            - lib/File/Find/find.t lib/File/Find/taint.t
10872            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
10873 ____________________________________________________________________________
10874 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
10875         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
10876              From: "chromatic" <chromatic@rmci.net>
10877              Date: Fri, 07 Sep 2001 10:17:40 -0600
10878              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
10879      Branch: perl
10880            ! lib/File/Find/taint.t
10881 ____________________________________________________________________________
10882 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
10883         Log: Update Changes.
10884      Branch: perl
10885            ! Changes patchlevel.h
10886 ____________________________________________________________________________
10887 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
10888         Log: Rename the old threading tutorial, start a new one,
10889              regen toc.
10890      Branch: perl
10891            + pod/perlothrtut.pod
10892            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
10893            ! pod/perltoc.pod
10894 ____________________________________________________________________________
10895 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
10896         Log: vars very much has a test.
10897      Branch: perl
10898            ! t/lib/1_compile.t
10899 ____________________________________________________________________________
10900 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
10901         Log: Subject: Re: wince/perl.ico marked as binary
10902              From: Nicholas Clark <nick@ccl4.org>
10903              Date: Fri, 7 Sep 2001 13:54:40 +0100
10904              Message-ID: <20010907135439.D39150@plum.flirble.org>
10905              
10906              and wince/Makefile.ce change from Rainer Keuchel.
10907      Branch: perl
10908            + wince/makeico.pl
10909            ! MANIFEST wince/Makefile.ce
10910 ____________________________________________________________________________
10911 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
10912         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
10913              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10914              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
10915              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
10916      Branch: perl
10917            ! regexec.c
10918 ____________________________________________________________________________
10919 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
10920         Log: (Replaced by #11934)
10921              Subject: Re: [PATCH regexec.c] more general .* and .*?
10922              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10923              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
10924              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
10925      Branch: perl
10926            ! regexec.c
10927 ____________________________________________________________________________
10928 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
10929         Log: The #11931 patching misbehaved.
10930      Branch: perl
10931            ! lib/Test/Harness/t/test-harness.t
10932 ____________________________________________________________________________
10933 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
10934         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
10935              From: Michael G Schwern <schwern@pobox.com>
10936              Date: Fri, 7 Sep 2001 03:30:41 -0400
10937              Message-ID: <20010907033041.A2796@blackrider>
10938      Branch: perl
10939            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
10940            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
10941            + t/lib/sample-tests/header_at_end_fail
10942            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
10943            - lib/Test/Harness.t
10944            ! MANIFEST lib/Test/Harness.pm t/TEST
10945 ____________________________________________________________________________
10946 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
10947         Log: Subject: [PATCH] Digest::MD5 update
10948              From: Gisle Aas <gisle@ActiveState.com>
10949              Date: 06 Sep 2001 23:32:56 -0700
10950              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
10951      Branch: perl
10952            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10953            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
10954 ____________________________________________________________________________
10955 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
10956         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
10957              From: "chromatic" <chromatic@rmci.net>
10958              Date: Thu, 06 Sep 2001 23:11:44 -0600
10959              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
10960      Branch: perl
10961            + lib/less.t
10962            ! MANIFEST t/lib/1_compile.t
10963 ____________________________________________________________________________
10964 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
10965         Log: The binary file must somehow differently stored.
10966      Branch: perl
10967            - wince/perl.ico
10968            ! MANIFEST
10969 ____________________________________________________________________________
10970 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
10971         Log: Add more modules to the list of modules that have tests,
10972              Schwern's wallet is getting more nervous.
10973              (Run t/lib/1_compile.t manually to see which modules
10974              are lacking tests, or the tests can't be run for some
10975              reason or another, such as the Net:: modules)
10976      Branch: perl
10977            ! t/lib/1_compile.t
10978 ____________________________________________________________________________
10979 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
10980         Log: Try to make Socket::inet_ntoa() more robust.
10981      Branch: perl
10982            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
10983 ____________________________________________________________________________
10984 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
10985         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
10986              From: chromatic <chromatic@rmci.net>       
10987              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
10988              Message-Id: <01090522580506.19590@firewheel>           
10989      Branch: perl
10990            ! lib/English.t
10991 ____________________________________________________________________________
10992 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
10993         Log: Subject: Re: perlvar manpage and localizing special vars
10994              From: Stas Bekman <stas@stason.org>
10995              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
10996              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
10997      Branch: perl
10998            ! pod/perlvar.pod
10999 ____________________________________________________________________________
11000 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
11001         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
11002              From: Robin Barker <rmb1@cise.npl.co.uk>
11003              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
11004              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
11005      Branch: perl
11006            ! lib/ExtUtils/MakeMaker.pm
11007 ____________________________________________________________________________
11008 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
11009         Log: Symbol missing; AIX unhappy.
11010      Branch: perl
11011            ! makedef.pl
11012 ____________________________________________________________________________
11013 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
11014         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
11015              Reported in 5.61, seems to work okay in blead.
11016      Branch: perl
11017            ! t/run/kill_perl.t
11018 ____________________________________________________________________________
11019 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
11020         Log: Update Changes.
11021      Branch: perl
11022            ! Changes patchlevel.h
11023 ____________________________________________________________________________
11024 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
11025         Log: Document the bad assumptions currently breaking
11026              the Socket.t tests 10, 11, and 13 in UNICOS.
11027      Branch: perl
11028            ! ext/Socket/Socket.xs
11029 ____________________________________________________________________________
11030 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
11031         Log: Subject: [PATCH x2p] make OPTIMIZE=...
11032              From: Robin Barker <rmb1@cise.npl.co.uk>
11033              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
11034              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
11035      Branch: perl
11036            ! x2p/Makefile.SH x2p/cflags.SH
11037 ____________________________________________________________________________
11038 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
11039         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
11040              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11041              Date: Thu, 6 Sep 2001 11:09:40 +0100
11042              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
11043              
11044              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
11045              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11046              Date: 6 Sep 2001 10:14:38 -0000
11047              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
11048      Branch: perl
11049            ! pod/perlfaq1.pod pod/perlhack.pod
11050 ____________________________________________________________________________
11051 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
11052         Log: Subject: Extra NUL is Data::Dumper output - patch
11053              From: Tony Cook <tony@develop-help.com>
11054              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
11055              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
11056      Branch: perl
11057            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
11058 ____________________________________________________________________________
11059 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
11060         Log: Avoid redefinition warning
11061              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
11062              from
11063              perl -w -Ilib -MCwd -e ''
11064      Branch: perl
11065            ! lib/Cwd.pm
11066 ____________________________________________________________________________
11067 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
11068         Log: Update the is_tainted() example implementation.
11069      Branch: perl
11070            ! pod/perlsec.pod
11071 ____________________________________________________________________________
11072 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
11073         Log: Missing) in #11912.
11074      Branch: perl
11075            ! lib/Test/Simple/t/fail.t
11076 ____________________________________________________________________________
11077 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
11078         Log: Rewhack Test-Simple into core harness.
11079      Branch: perl
11080            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11081            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
11082            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11083            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11084            ! lib/Test/Simple/t/skipall.t
11085 ____________________________________________________________________________
11086 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
11087         Log: Workaround for the new Exporter 'feature'.
11088      Branch: perl
11089            ! lib/Test/More.pm
11090 ____________________________________________________________________________
11091 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
11092         Log: Re-introduce pure-Perl fall-back for abs_path,
11093              re-introduce #11898.
11094      Branch: perl
11095            ! lib/Cwd.pm lib/File/Find.pm
11096 ____________________________________________________________________________
11097 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
11098         Log: More tests.
11099      Branch: perl
11100            ! lib/Exporter.t
11101 ____________________________________________________________________________
11102 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
11103         Log: Retract #11898 for now because it introduces
11104              a rather nasty depencency: when B is being built,
11105              MakeMaker is used.  MakeMaker uses File::Find.
11106              File::Find uses Cwd::getcwd()...which doesn't
11107              exist yet.
11108      Branch: perl
11109            ! lib/File/Find.pm
11110 ____________________________________________________________________________
11111 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
11112         Log: New test welcome.
11113      Branch: perl
11114            + lib/Test/Simple/t/simple.t
11115 ____________________________________________________________________________
11116 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
11117         Log: Old test begone.
11118      Branch: perl
11119            - lib/Attribute/Handlers/test.pl
11120 ____________________________________________________________________________
11121 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
11122         Log: Test-Simple syncup from Schwern.
11123      Branch: perl
11124            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
11125            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
11126            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
11127            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
11128            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
11129            - lib/Test/More/Changes lib/Test/More/t/More.t
11130            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
11131            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
11132            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
11133            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
11134            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
11135            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
11136            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
11137            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
11138            ! t/lib/Test/Simple/sample_tests/death.plx
11139            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
11140            ! t/lib/Test/Simple/sample_tests/extras.plx
11141            ! t/lib/Test/Simple/sample_tests/five_fail.plx
11142            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
11143            ! t/lib/Test/Simple/sample_tests/one_fail.plx
11144            ! t/lib/Test/Simple/sample_tests/require.plx
11145            ! t/lib/Test/Simple/sample_tests/success.plx
11146            ! t/lib/Test/Simple/sample_tests/too_few.plx
11147            ! t/lib/Test/Simple/sample_tests/two_fail.plx
11148 ____________________________________________________________________________
11149 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
11150         Log: Integrate File::Find changes from bleadperl
11151      Branch: maint-5.6/macperl
11152            ! lib/File/Find.pm t/lib/filefind-taint.t
11153 ____________________________________________________________________________
11154 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
11155         Log: Integrate 11847 from maint-5.6/perl
11156      Branch: maint-5.6/macperl
11157           !> sv.c
11158 ____________________________________________________________________________
11159 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
11160         Log: In UNICOS division yada yada.
11161      Branch: perl
11162            ! t/op/override.t
11163 ____________________________________________________________________________
11164 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
11165         Log: In UNICOS division is really lossy, better use
11166              a tolerance test.
11167      Branch: perl
11168            ! ext/Time/HiRes/HiRes.t
11169 ____________________________________________________________________________
11170 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
11171         Log: In UNICOS sigaction() sets an extra flag
11172              ("the signal has been registered for all the processes in
11173              a multitasking group.")
11174      Branch: perl
11175            ! ext/POSIX/sigaction.t
11176 ____________________________________________________________________________
11177 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
11178         Log: Documentation micropatch from Damian.
11179      Branch: perl
11180            ! lib/Attribute/Handlers.pm
11181 ____________________________________________________________________________
11182 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
11183         Log: (Retracted by #11908)
11184              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
11185              From: Michael G Schwern <schwern@pobox.com>
11186              Date: Wed, 5 Sep 2001 15:58:21 -0400
11187              Message-ID: <20010905155821.I632@blackrider>
11188      Branch: perl
11189            ! lib/File/Find.pm lib/File/Find/taint.t
11190 ____________________________________________________________________________
11191 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
11192         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
11193              From: Michael G Schwern <schwern@pobox.com>
11194              Date: Wed, 5 Sep 2001 19:16:31 -0400
11195              Message-ID: <20010905191631.E11386@blackrider>
11196      Branch: perl
11197            + lib/CGI/t/carp.t
11198            ! MANIFEST
11199 ____________________________________________________________________________
11200 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
11201         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
11202              From: chromatic <chromatic@rmci.net>
11203              Date: Wed, 5 Sep 2001 18:08:07 -0600
11204              Message-Id: <01090518080700.19590@firewheel>
11205      Branch: perl
11206            ! lib/English.pm
11207 ____________________________________________________________________________
11208 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
11209         Log: Fix a typo #11889 and add a test for the same.
11210      Branch: perl
11211            ! ext/Socket/Socket.t ext/Socket/Socket.xs
11212 ____________________________________________________________________________
11213 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
11214         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
11215              From: "Craig A. Berry" <craigberry@mac.com>
11216              Date: Wed, 05 Sep 2001 17:48:54 -0500
11217              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
11218      Branch: perl
11219            ! lib/warnings.t t/run/kill_perl.t
11220 ____________________________________________________________________________
11221 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
11222         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
11223              From: Michael G Schwern <schwern@pobox.com>
11224              Date: Wed, 5 Sep 2001 17:22:25 -0400
11225              Message-ID: <20010905172225.C11386@blackrider>
11226      Branch: perl
11227            ! t/run/kill_perl.t
11228 ____________________________________________________________________________
11229 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
11230         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
11231              From: Nicholas Clark <nick@ccl4.org>
11232              Date: Wed, 5 Sep 2001 20:54:24 +0100
11233              Message-ID: <20010905205424.C25120@plum.flirble.org>
11234      Branch: perl
11235            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
11236 ____________________________________________________________________________
11237 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
11238         Log: Forgotten thing.
11239      Branch: perl
11240            ! uconfig.h
11241 ____________________________________________________________________________
11242 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
11243         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
11244              From: chromatic <chromatic@rmci.net>               
11245              Date: Wed, 5 Sep 2001 13:22:08 -0600
11246              Message-Id: <01090513220807.10587@firewheel> 
11247      Branch: perl
11248            ! lib/English.pm
11249 ____________________________________________________________________________
11250 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
11251         Log: inet_ntoa() tweaks:
11252              - don't allow addresses with > 255 characters
11253              - indent the HP-UX workaround
11254              - don't leak memory
11255      Branch: perl
11256            ! ext/Socket/Socket.xs
11257 ____________________________________________________________________________
11258 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
11259         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
11260              <xwu@theeducationcenter.com>
11261      Branch: perl
11262            ! lib/File/Find.pm
11263 ____________________________________________________________________________
11264 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
11265         Log: Typo nits.
11266      Branch: perl
11267            ! lib/File/Find.pm
11268 ____________________________________________________________________________
11269 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
11270         Log: -Wall nit.
11271      Branch: perl
11272            ! op.c
11273 ____________________________________________________________________________
11274 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
11275         Log: Update to Scalar-List-Utils 1.05
11276      Branch: perl
11277            ! ext/List/Util/ChangeLog ext/List/Util/README
11278            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
11279 ____________________________________________________________________________
11280 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
11281         Log: Update Changes.
11282      Branch: perl
11283            ! Changes patchlevel.h
11284 ____________________________________________________________________________
11285 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
11286         Log: Update to Scalar-List-Utils 1.04
11287      Branch: perl
11288            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
11289            ! ext/List/Util/lib/List/Util.pm
11290            ! ext/List/Util/lib/Scalar/Util.pm
11291 ____________________________________________________________________________
11292 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
11293         Log: Metaconfigify #11724.
11294      Branch: metaconfig
11295            ! U/threads/archname.U
11296 ____________________________________________________________________________
11297 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
11298         Log: The MacOS reference is okay, no reason to hide it.
11299      Branch: perl
11300            ! lib/Cwd.pm
11301 ____________________________________________________________________________
11302 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
11303         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
11304              From: Michael G Schwern <schwern@pobox.com>
11305              Date: Tue, 4 Sep 2001 15:30:10 -0400
11306              Message-ID: <20010904153010.H26466@blackrider> 
11307              
11308              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
11309      Branch: perl
11310            ! ext/Cwd/Makefile.PL lib/Cwd.pm
11311 ____________________________________________________________________________
11312 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
11313         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.))
11314              From: Michael G Schwern <schwern@pobox.com>
11315              Date: Tue, 4 Sep 2001 17:39:13 -0400
11316              Message-ID: <20010904173913.C626@blackrider>
11317      Branch: perl
11318            ! lib/Cwd.pm
11319 ____________________________________________________________________________
11320 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
11321         Log: Subject: Re: Perl_pp_* in public API?
11322              From: "Craig A. Berry" <craigberry@mac.com>
11323              Date: Tue, 4 Sep 2001 21:51:29 -0500
11324              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
11325      Branch: perl
11326            ! ext/List/Util/Util.xs
11327 ____________________________________________________________________________
11328 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
11329         Log: From Damian: Class::Struct was unable to define
11330              recursive classes.  After the patch an object reference
11331              (rather than a hash) is required to initialize
11332              an object attribute.  If no such initializer is given to
11333              the constructor, object attributes are now default
11334              initialized to C<undef>.
11335      Branch: perl
11336            ! lib/Class/Struct.pm lib/Class/Struct.t
11337 ____________________________________________________________________________
11338 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
11339         Log: Subject: Re: sv_catpvfn and sv_setpvfn
11340              From: Richard Soderberg <rs@oregonnet.com>
11341              Date: Tue, 4 Sep 2001 15:16:47 -0700
11342              Message-Id: <200109042216.PAA17858@oregonnet.com>
11343      Branch: perl
11344            ! pod/perlclib.pod pod/perlguts.pod
11345 ____________________________________________________________________________
11346 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
11347         Log: NetWare updates from Ananth Kesari.
11348      Branch: perl
11349            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
11350            ! NetWare/nw5thread.h
11351 ____________________________________________________________________________
11352 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
11353         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?))
11354              From: Nicholas Clark <nick@ccl4.org>
11355              Date: Tue, 4 Sep 2001 22:42:50 +0100
11356              Message-ID: <20010904224250.P25120@plum.flirble.org>
11357      Branch: perl
11358            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
11359            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
11360            ! t/op/oct.t toke.c
11361 ____________________________________________________________________________
11362 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
11363         Log: Fix Cwd::getcwd() not being tainted, as noticed
11364              by Schwern.
11365      Branch: perl
11366            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
11367            - ext/Cwd/Cwd.t
11368            ! MANIFEST ext/Cwd/Cwd.xs util.c
11369 ____________________________________________________________________________
11370 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
11371         Log: Retract #11870 and volatilize the right destruct_level.
11372              Silly thinko pointed out by Sarathy.
11373      Branch: perl
11374            ! intrpvar.h perl.c
11375 ____________________________________________________________________________
11376 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
11377         Log: At least a temporary fix for the mysterious scope core dumps
11378              in Tru64 from Graham.
11379      Branch: perl
11380            ! ext/List/Util/Util.xs
11381 ____________________________________________________________________________
11382 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
11383         Log: (Retracted by #11872)
11384      Branch: perl
11385            ! intrpvar.h
11386 ____________________________________________________________________________
11387 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
11388         Log: Quench a -Wall gripe noticed by Robin Barker.
11389      Branch: perl
11390            ! op.c
11391 ____________________________________________________________________________
11392 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
11393         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
11394              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11395              Date: Wed, 05 Sep 2001 02:01:32 +0900
11396              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
11397      Branch: perl
11398            ! lib/Unicode/UCD.pm
11399 ____________________________________________________________________________
11400 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
11401         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
11402              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11403              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
11404              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
11405      Branch: perl
11406            ! gv.c
11407 ____________________________________________________________________________
11408 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
11409         Log: Update Changes.
11410      Branch: perl
11411            ! Changes patchlevel.h
11412 ____________________________________________________________________________
11413 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
11414         Log: Add the \[$@%&*] prototype support.
11415      Branch: perl
11416            ! op.c pod/perlsub.pod t/comp/proto.t
11417 ____________________________________________________________________________
11418 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
11419         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
11420              From: Michael G Schwern <schwern@pobox.com>
11421              Date: Mon, 3 Sep 2001 18:59:01 -0400
11422              Message-ID: <20010903185901.Z9233@blackrider>
11423      Branch: perl
11424            ! lib/CGI/t/form.t
11425 ____________________________________________________________________________
11426 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
11427         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
11428              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11429              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
11430              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
11431      Branch: perl
11432            ! gv.c
11433 ____________________________________________________________________________
11434 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
11435         Log: More srand entry tweakage based on Randal's suggestion.
11436      Branch: perl
11437            ! pod/perlfunc.pod
11438 ____________________________________________________________________________
11439 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
11440         Log: Subject: [PATCH] 'main' *is* a reserved word
11441              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11442              Date: Mon, 3 Sep 2001 22:55:41 +0200
11443              Message-ID: <20010903225541.A24097@rafael>
11444      Branch: perl
11445            ! toke.c
11446 ____________________________________________________________________________
11447 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
11448         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
11449              From: Peter Prymmer <pvhp@best.com>
11450              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
11451              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
11452      Branch: perl
11453            ! README.vms configure.com
11454 ____________________________________________________________________________
11455 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
11456         Log: Subject: Re: A slightly better default seed?   
11457              From: Michael G Schwern <schwern@pobox.com>
11458              Date: Mon, 3 Sep 2001 18:08:15 -0400 
11459              Message-ID: <20010903180815.W9233@blackrider>
11460      Branch: perl
11461            ! t/op/srand.t
11462 ____________________________________________________________________________
11463 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
11464         Log: Add sharedsv.o to microperl object files.
11465      Branch: perl
11466            ! Makefile.micro
11467 ____________________________________________________________________________
11468 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
11469         Log: AUTHORS updates and
11470              
11471              Subject: [PATCH] Just some preening :-)        
11472              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11473              Date: Tue, 4 Sep 2001 14:16:59 +0100
11474              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
11475      Branch: perl
11476            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
11477 ____________________________________________________________________________
11478 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
11479         Log: Typo fix and slight rewording.
11480      Branch: perl
11481            ! pod/perlfunc.pod
11482 ____________________________________________________________________________
11483 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
11484         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
11485      Branch: perl
11486            ! pod/perlfaq4.pod
11487 ____________________________________________________________________________
11488 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
11489         Log: The helper file changed name.
11490      Branch: perl
11491            ! MANIFEST
11492 ____________________________________________________________________________
11493 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
11494         Log: Update to Scalar-List-Utils 1.03
11495      Branch: perl
11496            + ext/List/Util/t/shuffle.t
11497            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
11498            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
11499            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
11500            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
11501            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
11502            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
11503            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
11504            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
11505 ____________________________________________________________________________
11506 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
11507         Log: Make crypt() do something more sane for Unicode
11508              (take crypt() of the low eight bits of the characters,
11509              instead of taking crypt() of the UTF-8 of the scalar);
11510              add a test for crypt().
11511      Branch: perl
11512            + t/op/crypt.t
11513            ! MANIFEST pod/perlfunc.pod pp.c
11514 ____________________________________________________________________________
11515 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
11516         Log: Reorganize the srand entry.
11517      Branch: perl
11518            ! pod/perlfunc.pod
11519 ____________________________________________________________________________
11520 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
11521         Log: Remove the tests that assume something about
11522              calling srand() without arguments multiple times.
11523      Branch: perl
11524            ! t/op/srand.t
11525 ____________________________________________________________________________
11526 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
11527         Log: Upgrade to Math::BigInt 1.42.
11528      Branch: perl
11529            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11530            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
11531            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
11532            ! lib/Math/BigInt/t/mbimbf.t
11533 ____________________________________________________________________________
11534 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
11535         Log: integrate change#11847 from maint-5.6
11536              
11537              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
11538      Branch: perl
11539            ! sv.c
11540 ____________________________________________________________________________
11541 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
11542         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
11543      Branch: maint-5.6/perl
11544            ! sv.c
11545 ____________________________________________________________________________
11546 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
11547         Log: As far as I can tell these functions have been Unicodified.
11548      Branch: perl
11549            ! doop.c
11550 ____________________________________________________________________________
11551 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
11552         Log: Update to Storable 1.0.13.
11553      Branch: perl
11554            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11555            ! ext/Storable/Storable.xs
11556 ____________________________________________________________________________
11557 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
11558         Log: Patch the Filter::Simple test to work with
11559              the core test suite (since the FilterTest.pm
11560              is in t/lib, not in lib).
11561      Branch: perl
11562            ! lib/Filter/Simple/t/filter.t
11563 ____________________________________________________________________________
11564 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
11565         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
11566      Branch: perl
11567            + t/lib/FilterTest.pm
11568            - t/lib/MyFilter.pm
11569 ____________________________________________________________________________
11570 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
11571         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
11572              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
11573              Text::Balanced 1.86.
11574      Branch: perl
11575            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
11576            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
11577            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
11578            + lib/Switch/t/nested.t lib/Switch/t/switch.t
11579            + lib/Text/Balanced/Changes lib/Text/Balanced/README
11580            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
11581            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
11582            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
11583            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
11584            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
11585            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
11586            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
11587            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
11588            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
11589            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
11590            ! MANIFEST lib/Attribute/Handlers.pm
11591            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
11592            ! lib/Attribute/Handlers/demo/Demo.pm
11593            ! lib/Attribute/Handlers/demo/Descriptions.pm
11594            ! lib/Attribute/Handlers/demo/MyClass.pm
11595            ! lib/Attribute/Handlers/demo/demo.pl
11596            ! lib/Attribute/Handlers/demo/demo2.pl
11597            ! lib/Attribute/Handlers/demo/demo3.pl
11598            ! lib/Attribute/Handlers/demo/demo4.pl
11599            ! lib/Attribute/Handlers/demo/demo_call.pl
11600            ! lib/Attribute/Handlers/demo/demo_chain.pl
11601            ! lib/Attribute/Handlers/demo/demo_cycle.pl
11602            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
11603            ! lib/Attribute/Handlers/demo/demo_phases.pl
11604            ! lib/Attribute/Handlers/demo/demo_range.pl
11605            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
11606            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
11607            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
11608            ! lib/Text/Balanced.pm
11609 ____________________________________________________________________________
11610 [ 11841] By: sky                                   on 2001/09/03  11:04:15
11611         Log: Forgot to add a file with Change #11840
11612      Branch: perl
11613            + t/op/srand.t
11614 ____________________________________________________________________________
11615 [ 11840] By: sky                                   on 2001/09/03  11:02:04
11616         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
11617              From: Michael G Schwern <schwern@pobox.com>
11618              Date: Mon, 3 Sep 2001 07:43:00 -0400
11619              Message-ID: <20010903074300.E9233@blackrider>
11620      Branch: perl
11621            ! MANIFEST pod/perlfunc.pod t/op/rand.t
11622 ____________________________________________________________________________
11623 [ 11839] By: sky                                   on 2001/09/03  10:47:11
11624         Log: Document the changes with regards to running of END blocks.
11625              And DESTROY on global objects are called in perl_destruct()!
11626      Branch: perl
11627            ! pod/perl572delta.pod pod/perlembed.pod
11628 ____________________________________________________________________________
11629 [ 11838] By: sky                                   on 2001/09/03  09:34:44
11630         Log: Subject: [PATCH t/op/time.t] Partial cleanup
11631              From: Michael G Schwern <schwern@pobox.com>
11632              Date: Mon, 3 Sep 2001 06:29:42 -0400
11633              Message-ID: <20010903062942.C9233@blackrider>
11634      Branch: perl
11635            ! t/op/time.t
11636 ____________________________________________________________________________
11637 [ 11837] By: sky                                   on 2001/09/03  09:30:02
11638         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
11639              From: Michael G Schwern <schwern@pobox.com>
11640              Date: Mon, 3 Sep 2001 06:24:13 -0400
11641              Message-ID: <20010903062413.B9233@blackrider>
11642      Branch: perl
11643            ! t/op/rand.t
11644 ____________________________________________________________________________
11645 [ 11836] By: sky                                   on 2001/09/03  07:56:47
11646         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
11647              From: Michael G Schwern <schwern@pobox.com>
11648              Date: Sun, 2 Sep 2001 21:38:43 -0400
11649              Message-ID: <20010902213843.L2711@blackrider>
11650      Branch: perl
11651            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
11652            ! MANIFEST
11653 ____________________________________________________________________________
11654 [ 11835] By: nick                                  on 2001/09/03  06:20:06
11655         Log: Integrate mainline
11656      Branch: perlio
11657           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
11658            - t/op/misc.t
11659           !> (integrate 187 files)
11660 ____________________________________________________________________________
11661 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
11662         Log: Update Changes.
11663      Branch: perl
11664            ! Changes patchlevel.h
11665 ____________________________________________________________________________
11666 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
11667         Log: Slight tweaks.
11668      Branch: perl
11669            ! t/run/kill_perl.t
11670 ____________________________________________________________________________
11671 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
11672         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
11673      Branch: perl
11674            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11675 ____________________________________________________________________________
11676 [ 11831] By: sky                                   on 2001/09/02  12:10:42
11677         Log: Change #11828 wasn't complete, this updates to intest path
11678      Branch: perl
11679            ! t/run/kill_perl.t
11680 ____________________________________________________________________________
11681 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
11682         Log: 's's's.
11683      Branch: perl
11684            ! Changes
11685 ____________________________________________________________________________
11686 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
11687         Log: Update Changes.
11688      Branch: perl
11689            ! Changes patchlevel.h
11690 ____________________________________________________________________________
11691 [ 11828] By: sky                                   on 2001/09/02  11:53:56
11692         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
11693              From: Michael G Schwern <schwern@pobox.com>
11694              Date: Sat, 1 Sep 2001 20:18:58 -0400
11695              Message-ID: <20010901201858.X606@blackrider>
11696              +MANIFEST Fix
11697      Branch: perl
11698            + t/run/kill_perl.t
11699            - t/op/misc.t t/run/segfault.t
11700            ! MANIFEST
11701 ____________________________________________________________________________
11702 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
11703         Log: Subject: [PATCH] lib/Time/Local.pm
11704              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11705              Date: Sun, 2 Sep 2001 06:50:01 -0500
11706              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
11707      Branch: perl
11708            ! lib/Time/Local.pm
11709 ____________________________________________________________________________
11710 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
11711         Log: Tick off Unicode collation and the normalization from
11712              the todo list.
11713      Branch: perl
11714            ! pod/perltodo.pod
11715 ____________________________________________________________________________
11716 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
11717         Log: Update to Unicode 3.1.1.
11718      Branch: perl
11719            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
11720            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
11721            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
11722            ! lib/unicore/PropList.txt lib/unicore/README.perl
11723            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
11724            ! lib/unicore/rename lib/unicore/version
11725 ____________________________________________________________________________
11726 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
11727         Log: Slight doc tweaks for the module.
11728      Branch: perl
11729            ! lib/Unicode/UCD.pm
11730 ____________________________________________________________________________
11731 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
11732         Log: Rename the variable: it *used* to be (wrongly) that the
11733              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
11734              but that is no more the case: PL_reg_match_utf8 is better.
11735      Branch: perl
11736            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
11737            ! regexec.c sv.c thrdvar.h
11738 ____________________________________________________________________________
11739 [ 11822] By: ams                                   on 2001/09/02  02:54:50
11740         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
11741              From: Ilmari Karonen <iltzu@sci.fi>
11742              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
11743              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
11744              (op/sub_lval.t updated to take new error message into account.)
11745      Branch: perl
11746            ! op.c t/op/sub_lval.t
11747 ____________________________________________________________________________
11748 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
11749         Log: remove stray CRs in files; keep all files with UNIX line-ends
11750              (Porting/makerel adds CRs to the files that need it in the
11751              distribution)
11752      Branch: perl
11753            ! NetWare/t/NWScripts.pl README.dos
11754            ! ext/Encode/Encode/cns11643-1.enc
11755            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
11756            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11757 ____________________________________________________________________________
11758 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
11759         Log: some remnants of change#11803
11760      Branch: perl
11761            ! ext/ByteLoader/byterun.h perl.h
11762 ____________________________________________________________________________
11763 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
11764         Log: Update to Unicode::Collate 0.08.
11765      Branch: perl
11766            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11767            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
11768 ____________________________________________________________________________
11769 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
11770         Log: Test tweaks.
11771      Branch: perl
11772            ! t/op/pat.t
11773 ____________________________________________________________________________
11774 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
11775         Log: Fix test
11776      Branch: maint-5.6/macperl
11777            ! t/lib/b.t
11778 ____________________________________________________________________________
11779 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
11780         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
11781              warnings in Config.pm with -W; increase default and
11782              minimum RAM; bump version number.
11783      Branch: maint-5.6/macperl
11784            + macos/lib/Mac/LowMem.pm
11785            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
11786            ! macos/configpm macos/macperl/MacPerl.r
11787 ____________________________________________________________________________
11788 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
11789         Log: Make syntax check report in MPW style, fix tests
11790              to use Mac::err=unix to get normal-style error
11791              messages.
11792      Branch: maint-5.6/macperl
11793            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
11794            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
11795 ____________________________________________________________________________
11796 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
11797         Log: Make MPW-style errors optional (but the default); add
11798              MacPerl::ErrorFormat() function and Mac::err pragma
11799      Branch: maint-5.6/macperl
11800            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
11801            + macos/ext/Mac/err/err.xs
11802            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
11803            ! macos/macish.c macos/macish.h macos/macperl.sym
11804 ____________________________________________________________________________
11805 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
11806         Log: More module and test ports from Thomas Wegner et al
11807      Branch: maint-5.6/macperl
11808            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11809            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
11810            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
11811            ! t/op/magic.t
11812 ____________________________________________________________________________
11813 [ 11812] By: sky                                   on 2001/09/01  17:19:30
11814         Log: Subject: [PATCH t/op/concat.t] cleanup
11815              From: Michael G Schwern <schwern@pobox.com>
11816              Date: Sat, 1 Sep 2001 14:06:28 -0400
11817              Message-ID: <20010901140628.C606@blackrider>
11818      Branch: perl
11819            ! t/op/concat.t
11820 ____________________________________________________________________________
11821 [ 11811] By: sky                                   on 2001/09/01  12:25:29
11822         Log: Change #11805 didn't update the MANIFEST
11823      Branch: perl
11824            ! MANIFEST
11825 ____________________________________________________________________________
11826 [ 11810] By: sky                                   on 2001/09/01  11:52:44
11827         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
11828              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11829              Date: Sat, 1 Sep 2001 14:50:14 +0200
11830              Message-ID: <20010901145014.A691@rafael>
11831      Branch: perl
11832            ! t/op/inccode.t
11833 ____________________________________________________________________________
11834 [ 11809] By: sky                                   on 2001/09/01  11:49:22
11835         Log: Subject: PATCH: ExtUtils::MakeMaker
11836              From: Tony Bowden <tony@kasei.com>
11837              Date: Sat, 1 Sep 2001 10:33:53 +0100
11838              Message-ID: <20010901103353.A13863@soto.kasei.com>
11839              Manually applied
11840      Branch: perl
11841            ! lib/ExtUtils/MakeMaker.pm
11842 ____________________________________________________________________________
11843 [ 11808] By: sky                                   on 2001/09/01  11:39:13
11844         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
11845              From: mike808@users.sourceforge.net
11846              Date: Sat, 1 Sep 101 11:27:50 GMT
11847              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
11848              With little tweak
11849      Branch: perl
11850            ! lib/Term/Cap.pm
11851 ____________________________________________________________________________
11852 [ 11807] By: ams                                   on 2001/09/01  11:31:16
11853         Log: Subject: oct() and hex()
11854              From: Nicholas Clark <nick@ccl4.org>
11855              Date: Fri, 31 Aug 2001 23:14:13 +0100
11856              Message-Id: <20010831231413.J4950@plum.flirble.org>
11857      Branch: perl
11858            ! pod/perlclib.pod
11859 ____________________________________________________________________________
11860 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
11861         Log: Integrate change 11801 from maintperl
11862      Branch: maint-5.6/macperl
11863            ! perl.c
11864 ____________________________________________________________________________
11865 [ 11805] By: sky                                   on 2001/08/31  21:35:10
11866         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
11867              From: Michael G Schwern <schwern@pobox.com>
11868              Date: Fri, 31 Aug 2001 15:36:28 -0400
11869              Message-ID: <20010831153628.B598@blackrider>
11870              Check for things which used to segfault
11871      Branch: perl
11872            + t/run/segfault.t
11873 ____________________________________________________________________________
11874 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
11875         Log: integrate change#11801 from maint-5.6
11876              
11877              remove age-old UNICOS "workaround" that introduces a static, and
11878              hence an egregious race condition for threaded builds (*sigh*
11879              beats me why this kludge wasn't guarded by a UNICOS-specific
11880              #define *sigh*)
11881      Branch: perl
11882            ! perl.c
11883 ____________________________________________________________________________
11884 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
11885         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
11886              working in 5.7.x
11887      Branch: perl
11888            - objXSUB.h
11889            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
11890            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
11891            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
11892            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
11893            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
11894            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
11895            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
11896            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11897            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
11898            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
11899            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
11900            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11901            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
11902            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
11903            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
11904            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
11905            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
11906            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
11907            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
11908            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
11909            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
11910            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
11911 ____________________________________________________________________________
11912 [ 11802] By: ams                                   on 2001/08/31  18:11:32
11913         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
11914              From: "Philip Newton" <Philip.Newton@gmx.net>
11915              Date: Fri, 31 Aug 2001 21:12:56 +0200
11916              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
11917      Branch: perl
11918            ! pod/perldiag.pod
11919 ____________________________________________________________________________
11920 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
11921         Log: remove age-old UNICOS "workaround" that introduces a static, and
11922              hence an egregious race condition for threaded builds (*sigh*
11923              beats me why this kludge wasn't guarded by a UNICOS-specific
11924              #define *sigh*)
11925      Branch: maint-5.6/perl
11926            ! perl.c
11927 ____________________________________________________________________________
11928 [ 11800] By: sky                                   on 2001/08/31  17:30:26
11929         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
11930              Might break on platforms where bool is larger than 8 bites ???
11931      Branch: perl
11932            ! regcomp.c
11933 ____________________________________________________________________________
11934 [ 11799] By: ams                                   on 2001/08/31  12:15:44
11935         Log: Integrate 11778 into mainline.
11936      Branch: perl
11937            ! t/base/term.t
11938 ____________________________________________________________________________
11939 [ 11798] By: sky                                   on 2001/08/31  11:31:44
11940         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
11941              supposed to happen.
11942      Branch: perl
11943            ! regcomp.c
11944 ____________________________________________________________________________
11945 [ 11797] By: sky                                   on 2001/08/31  11:28:17
11946         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
11947              From: "John P. Linderman" <jpl@research.att.com>
11948              Date: Fri, 31 Aug 2001 08:20:35 -0400
11949              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
11950              Fixes test 14 which could fail randomly in rare cases.
11951      Branch: perl
11952            ! ext/Time/HiRes/HiRes.t regcomp.c
11953 ____________________________________________________________________________
11954 [ 11796] By: ams                                   on 2001/08/31  01:13:07
11955         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
11956              From: Nicholas Clark <nick@ccl4.org>
11957              Date: Thu, 30 Aug 2001 23:21:50 +0100
11958              Message-Id: <20010830232150.D4950@plum.flirble.org>
11959      Branch: perl
11960            ! ext/Sys/Syslog/Makefile.PL
11961 ____________________________________________________________________________
11962 [ 11795] By: ams                                   on 2001/08/30  23:53:23
11963         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
11964              patching example
11965              From: Michael G Schwern <schwern@pobox.com>
11966              Date: Thu, 30 Aug 2001 17:02:08 -0400
11967              Message-Id: <20010830170208.M2318@blackrider>
11968      Branch: perl
11969            ! pod/perlhack.pod
11970 ____________________________________________________________________________
11971 [ 11794] By: ams                                   on 2001/08/30  19:35:36
11972         Log: Subject: [PATCH] pp_modulo
11973              From: Nicholas Clark <nick@ccl4.org>
11974              Date: Thu, 30 Aug 2001 18:20:54 +0100
11975              Message-Id: <20010830182053.A4950@plum.flirble.org>
11976      Branch: perl
11977            ! pp.c t/op/64bitint.t
11978 ____________________________________________________________________________
11979 [ 11793] By: sky                                   on 2001/08/30  13:02:48
11980         Log: 11792 wasn't complete
11981      Branch: perl
11982            ! makedef.pl regcomp.c
11983 ____________________________________________________________________________
11984 [ 11792] By: sky                                   on 2001/08/30  12:21:11
11985         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
11986      Branch: perl
11987            ! makedef.pl
11988 ____________________________________________________________________________
11989 [ 11791] By: sky                                   on 2001/08/30  10:08:02
11990         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
11991      Branch: perl
11992            ! config_h.SH
11993 ____________________________________________________________________________
11994 [ 11790] By: sky                                   on 2001/08/30  08:22:31
11995         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
11996              on the pad. Fixes coredumps in cleanups introduced by
11997              Change 11755  
11998      Branch: perl
11999            ! op.c perl.c sv.h
12000 ____________________________________________________________________________
12001 [ 11789] By: sky                                   on 2001/08/29  19:01:47
12002         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
12003              This is a replacement implmentation that works on HPUX.
12004              This bug should probably be fixed in GCC.
12005      Branch: perl
12006            ! ext/Socket/Socket.xs
12007 ____________________________________________________________________________
12008 [ 11788] By: ams                                   on 2001/08/29  17:35:33
12009         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
12010              From: Nicholas Clark <nick@ccl4.org>
12011              Date: Wed, 29 Aug 2001 18:21:56 +0100
12012              Message-Id: <20010829182156.O4950@plum.flirble.org>
12013      Branch: perl
12014            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
12015 ____________________________________________________________________________
12016 [ 11787] By: sky                                   on 2001/08/29  10:42:54
12017         Log: Added test for pack_addr_in and unpack_addr_in
12018              Nitpik in test 10
12019      Branch: perl
12020            ! ext/Socket/Socket.t
12021 ____________________________________________________________________________
12022 [ 11786] By: sky                                   on 2001/08/29  10:28:14
12023         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
12024              Trying to catch errors on HP-UX
12025      Branch: perl
12026            ! ext/Socket/Socket.t
12027 ____________________________________________________________________________
12028 [ 11785] By: sky                                   on 2001/08/29  09:07:03
12029         Log: make sure USE_THREADS is defined so external apps work
12030      Branch: perl
12031            ! config_h.SH
12032 ____________________________________________________________________________
12033 [ 11784] By: sky                                   on 2001/08/29  08:06:12
12034         Log: Subject: Re: The hitlist of untested modules.
12035              From: Jonathan Stowe <gellyfish@gellyfish.com>
12036              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
12037              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
12038              Start of tests for Shell.pm (make Schwern poorer!)
12039      Branch: perl
12040            + lib/Shell.t
12041            ! MANIFEST
12042 ____________________________________________________________________________
12043 [ 11783] By: sky                                   on 2001/08/29  07:37:50
12044         Log: END{} can change the return value even if we die from BEGIN{}
12045      Branch: perl
12046            ! miniperlmain.c
12047 ____________________________________________________________________________
12048 [ 11782] By: ams                                   on 2001/08/29  06:32:17
12049         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
12050              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12051              Date: Wed, 29 Aug 2001 09:18:17 +0200
12052              Message-Id: <20010829091817.A4453@rafael>
12053      Branch: perl
12054            ! t/op/inccode.t
12055 ____________________________________________________________________________
12056 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
12057         Log: Delete xsubpp.patch, as full copy exists now
12058      Branch: maint-5.6/macperl
12059            - macos/xsubpp.patch
12060 ____________________________________________________________________________
12061 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
12062         Log: Add Changes file
12063      Branch: maint-5.6/macperl
12064            + macos/Changes
12065 ____________________________________________________________________________
12066 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
12067         Log: Add Mac version of xsubpp as separate file
12068      Branch: maint-5.6/macperl
12069            + macos/xsubpp
12070            ! macos/Makefile.mk
12071 ____________________________________________________________________________
12072 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
12073         Log: Fix open of /dev/null for Mac OS
12074      Branch: maint-5.6/macperl
12075            ! t/base/term.t
12076 ____________________________________________________________________________
12077 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
12078         Log: Various patches: enable more tests; skip CVS in PerlInstall;
12079              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
12080      Branch: maint-5.6/macperl
12081            ! macos/MacPerlTests.cmd macos/PerlInstall
12082            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
12083 ____________________________________________________________________________
12084 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
12085         Log: Allow for platforms to override formatting of errors
12086              on output from Matthias Neeracher (Mac files)
12087      Branch: maint-5.6/macperl
12088            ! macos/macish.c macos/macish.h
12089 ____________________________________________________________________________
12090 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
12091         Log: Allow for platforms to override formatting of errors
12092              on output from Matthias Neeracher (core files)
12093      Branch: maint-5.6/macperl
12094            ! perl.h pp_ctl.c util.c
12095 ____________________________________________________________________________
12096 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
12097         Log: Add some param checking, from reports by Kevin Reid.
12098      Branch: maint-5.6/macperl
12099            ! macos/ext/Mac/Controls/Controls.pm
12100            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
12101 ____________________________________________________________________________
12102 [ 11773] By: ams                                   on 2001/08/28  23:54:57
12103         Log: Subject: [PATCH] make coretest
12104              From: Paul Johnson <paul@pjcj.net>
12105              Date: Wed, 29 Aug 2001 00:11:38 +0200
12106              Message-Id: <20010829001138.B12169@pjcj.net>
12107              (Applied without the change to perlhack.pod. This should
12108              probably stay undocumented.)
12109      Branch: perl
12110            ! Makefile.SH t/TEST
12111 ____________________________________________________________________________
12112 [ 11772] By: sky                                   on 2001/08/28  13:01:20
12113         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
12114              From: Michael G Schwern <schwern@pobox.com>
12115              Date: Tue, 28 Aug 2001 09:57:39 -0400
12116              Message-ID: <20010828095738.E17775@blackrider>
12117      Branch: perl
12118            ! pod/perlhack.pod t/op/pack.t
12119 ____________________________________________________________________________
12120 [ 11771] By: sky                                   on 2001/08/28  11:20:13
12121         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
12122              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12123              Date: Tue, 28 Aug 2001 14:23:43 +0200
12124              Message-ID: <20010828142343.A19299@rafael>
12125      Branch: perl
12126            ! pod/perlvar.pod pp_ctl.c
12127 ____________________________________________________________________________
12128 [ 11770] By: ams                                   on 2001/08/28  10:13:21
12129         Log: Subject: [PATCH] odd typo in op.h
12130              From: Nicholas Clark <nick@ccl4.org>
12131              Date: Tue, 28 Aug 2001 12:10:26 +0100
12132              Message-Id: <20010828121026.V4950@plum.flirble.org>
12133      Branch: perl
12134            ! op.h
12135 ____________________________________________________________________________
12136 [ 11769] By: sky                                   on 2001/08/28  08:09:16
12137         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
12138              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
12139              Date: Tue, 28 Aug 2001 02:22:20 +0300
12140              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
12141      Branch: perl
12142            ! ext/B/B/Lint.pm
12143 ____________________________________________________________________________
12144 [ 11768] By: ams                                   on 2001/08/28  00:47:35
12145         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
12146              From: Michael G Schwern <schwern@pobox.com>
12147              Date: Mon, 27 Aug 2001 21:24:44 -0400
12148              Message-Id: <20010827212444.F12582@blackrider>
12149      Branch: perl
12150            ! pod/perlhack.pod t/op/pack.t
12151 ____________________________________________________________________________
12152 [ 11767] By: ams                                   on 2001/08/27  23:59:48
12153         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
12154              From: Michael G Schwern <schwern@pobox.com>
12155              Date: Mon, 27 Aug 2001 20:12:29 -0400
12156              Message-Id: <20010827201229.D12582@blackrider>
12157      Branch: perl
12158            ! pod/perlhack.pod t/op/pack.t
12159 ____________________________________________________________________________
12160 [ 11766] By: ams                                   on 2001/08/27  23:39:40
12161         Log: Update Changes.
12162      Branch: perl
12163            ! Changes
12164 ____________________________________________________________________________
12165 [ 11765] By: ams                                   on 2001/08/27  22:53:10
12166         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
12167              From: Michael G Schwern <schwern@pobox.com>
12168              Date: Mon, 27 Aug 2001 19:47:30 -0400
12169              Message-Id: <20010827194730.C12582@blackrider>
12170      Branch: perl
12171            ! t/op/inccode.t
12172 ____________________________________________________________________________
12173 [ 11764] By: ams                                   on 2001/08/27  22:46:21
12174         Log: Subject: [PATCH] new tests for the coderef-in-@INC
12175              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12176              Date: Mon, 27 Aug 2001 22:36:27 +0200
12177              Message-Id: <20010827223627.C690@rafael>
12178              
12179              Subject: Re: [PATCH] new tests for the coderef-in-@INC
12180              From: Nicholas Clark <nick@ccl4.org>
12181              Date: Tue, 28 Aug 2001 00:02:46 +0100
12182              Message-Id: <20010828000245.R4950@plum.flirble.org>
12183      Branch: perl
12184            + t/op/inccode.t
12185            ! MANIFEST
12186 ____________________________________________________________________________
12187 [ 11763] By: ams                                   on 2001/08/27  22:41:09
12188         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
12189              bleadperl on fire, Win95+4NT)
12190              From: Michael G Schwern <schwern@pobox.com>
12191              Date: Mon, 27 Aug 2001 16:54:42 -0400
12192              Message-Id: <20010827165442.F9436@blackrider>
12193      Branch: perl
12194            ! lib/warnings.t
12195 ____________________________________________________________________________
12196 [ 11762] By: sky                                   on 2001/08/27  19:19:17
12197         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
12198              avaible at compile time. This broke the compilation of 
12199              Net/Ping.pm
12200      Branch: perl
12201            ! lib/Net/Ping.pm
12202 ____________________________________________________________________________
12203 [ 11761] By: sky                                   on 2001/08/27  18:34:48
12204         Log: Removed tripple definitions of CUSTOM_OP functions.
12205      Branch: perl
12206            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
12207 ____________________________________________________________________________
12208 [ 11760] By: sky                                   on 2001/08/27  18:21:27
12209         Log: Regen headers
12210      Branch: perl
12211            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
12212            ! perlapi.h proto.h
12213 ____________________________________________________________________________
12214 [ 11759] By: ams                                   on 2001/08/27  16:31:53
12215         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
12216              From: "chromatic" <chromatic@rmci.net>
12217              Date: Mon, 27 Aug 2001 11:17:09 -0600
12218              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
12219      Branch: perl
12220            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
12221 ____________________________________________________________________________
12222 [ 11758] By: sky                                   on 2001/08/27  15:16:42
12223         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
12224              Thanks to H. Merijn Brand for the patch.
12225              Some of the comments and or guards might be removable in perl.h now.
12226      Branch: perl
12227            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
12228            ! Porting/Glossary Porting/config_H README.threads config_h.SH
12229            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
12230            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
12231            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
12232            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
12233            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
12234            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
12235            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
12236            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
12237            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
12238            ! win32/config_H.vc win32/perllib.c win32/win32.h
12239            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
12240            ! wince/config.h wince/config_H.ce wince/win32.h
12241            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
12242 ____________________________________________________________________________
12243 [ 11757] By: sky                                   on 2001/08/27  13:39:16
12244         Log: Subject: GNU ld parses arguments different
12245              From: H.Merijn Brand <h.m.brand@hccnet.nl>
12246              Date: Mon, 27 Aug 2001 16:25:51 +0200
12247              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
12248      Branch: perl
12249            ! hints/hpux.sh
12250 ____________________________________________________________________________
12251 [ 11756] By: sky                                   on 2001/08/27  13:18:45
12252         Log: Subject: Custom Ops
12253              From: Simon Cozens <simon@netthink.co.uk>
12254              Date: Sat, 25 Aug 2001 17:45:09 +0100
12255              Message-ID: <20010825174509.A5752@netthink.co.uk>
12256              I also added a fix to Opcode.pm to quite test cases.
12257      Branch: perl
12258            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
12259            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
12260 ____________________________________________________________________________
12261 [ 11755] By: sky                                   on 2001/08/27  05:37:17
12262         Log: Plugs a memory leak on destruction of regular expressions
12263              introcued by #11274.
12264              PL_regex_padav now has an AV as it's first entry with a list
12265              of freed regex_padav slots that it will reuse on creating
12266              new PMOPs.
12267      Branch: perl
12268            ! op.c perl.c
12269 ____________________________________________________________________________
12270 [ 11754] By: ams                                   on 2001/08/26  14:38:52
12271         Log: Subject: [PATCH] t/io/binmode.t
12272              From: Nicholas Clark <nick@ccl4.org>
12273              Date: Sun, 26 Aug 2001 12:03:05 +0100
12274              Message-Id: <20010826120305.C4950@plum.flirble.org>
12275              
12276              (Also a nitpick in #11752 to t/op/universal.t)
12277      Branch: perl
12278            ! t/io/binmode.t t/op/universal.t
12279 ____________________________________________________________________________
12280 [ 11753] By: ams                                   on 2001/08/26  08:19:34
12281         Log: Subject: [PATCH] op/universal.t failing
12282              From: Nicholas Clark <nick@ccl4.org>
12283              Date: Sun, 26 Aug 2001 09:48:22 +0100
12284              Message-Id: <20010826094822.B4950@plum.flirble.org>
12285      Branch: perl
12286            ! t/op/universal.t
12287 ____________________________________________________________________________
12288 [ 11752] By: ams                                   on 2001/08/25  22:46:13
12289         Log: Subject: Re: 'can' with undefined subs
12290              From: Tony Bowden <tony@kasei.com>
12291              Date: Sat, 25 Aug 2001 14:58:17 +0100
12292              Message-Id: <20010825145817.A11788@soto.kasei.com>
12293              (Applied with minor modifications.)
12294      Branch: perl
12295            ! t/op/universal.t
12296 ____________________________________________________________________________
12297 [ 11751] By: ams                                   on 2001/08/25  18:28:43
12298         Log: Subject: Re: 'can' with undefined subs
12299              From: Tony Bowden <tony@kasei.com>
12300              Date: Sat, 25 Aug 2001 15:13:14 +0100
12301              Message-Id: <20010825151314.B11788@soto.kasei.com>
12302      Branch: perl
12303            ! lib/UNIVERSAL.pm
12304 ____________________________________________________________________________
12305 [ 11750] By: nick                                  on 2001/08/25  15:24:15
12306         Log: Integrate mainline
12307      Branch: perlio
12308           +> t/io/binmode.t
12309           !> (integrate 26 files)
12310 ____________________________________________________________________________
12311 [ 11749] By: nick                                  on 2001/08/25  14:55:41
12312         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
12313              From:  John Peacock <jpeacock@rowman.com>
12314              Date:  Wed, 22 Aug 2001 12:05:28 -0400
12315              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
12316      Branch: perl
12317            ! pod/perlhack.pod
12318 ____________________________________________________________________________
12319 [ 11748] By: nick                                  on 2001/08/25  14:53:04
12320         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
12321              From:  Michael G Schwern <schwern@pobox.com>
12322              Date:  Wed, 22 Aug 2001 19:22:45 -0400
12323              Message-Id:  <20010822192245.U619@blackrider>
12324      Branch: perl
12325            ! MANIFEST
12326 ____________________________________________________________________________
12327 [ 11747] By: nick                                  on 2001/08/25  14:52:33
12328         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
12329              From:  Nicholas Clark <nick@ccl4.org>
12330              Date:  Wed, 22 Aug 2001 23:29:06 +0100
12331              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
12332      Branch: perl
12333            + t/io/binmode.t
12334            ! perlio.c pod/perlfunc.pod
12335 ____________________________________________________________________________
12336 [ 11744] By: nick                                  on 2001/08/25  14:37:33
12337         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
12338              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12339              Date:  Fri, 24 Aug 2001 22:10:42 +0200
12340              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
12341      Branch: perl
12342            ! x2p/a2py.c x2p/walk.c
12343 ____________________________________________________________________________
12344 [ 11743] By: nick                                  on 2001/08/25  14:32:47
12345         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
12346              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12347              Date:  Fri, 24 Aug 2001 23:34:13 +0200
12348              Message-Id:  <20010824233413.A1285@rafael>
12349      Branch: perl
12350            ! pod/perlfunc.pod pod/perlvar.pod
12351 ____________________________________________________________________________
12352 [ 11742] By: ams                                   on 2001/08/25  13:16:02
12353         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
12354              From: Nicholas Clark <nick@ccl4.org>
12355              Date: Sat, 25 Aug 2001 14:50:07 +0100
12356              Message-Id: <20010825145007.L41464@plum.flirble.org>
12357      Branch: perl
12358            ! pp_ctl.c
12359 ____________________________________________________________________________
12360 [ 11741] By: nick                                  on 2001/08/24  07:08:45
12361         Log: When applying patch via Porting/apply fails, do p4 refresh
12362              to get old files back.
12363      Branch: perl
12364            ! Porting/apply
12365 ____________________________________________________________________________
12366 [ 11740] By: ams                                   on 2001/08/24  04:47:24
12367         Log: #11739 was incomplete.
12368      Branch: perl
12369            ! pod/perldiag.pod
12370 ____________________________________________________________________________
12371 [ 11739] By: ams                                   on 2001/08/24  04:09:40
12372         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
12373              From: "Philip Newton" <Philip.Newton@gmx.net>
12374              Date: Fri, 24 Aug 2001 07:08:34 +0200
12375      Branch: perl
12376            ! pod/perldiag.pod
12377 ____________________________________________________________________________
12378 [ 11738] By: ams                                   on 2001/08/24  02:19:42
12379         Log: Fixed Doug Wilson's email address.
12380      Branch: perl
12381            ! AUTHORS
12382 ____________________________________________________________________________
12383 [ 11737] By: ams                                   on 2001/08/24  00:10:13
12384         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
12385              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12386              Date: Thu, 23 Aug 2001 22:22:58 +0200
12387              Message-Id: <20010823222258.A901@rafael>
12388      Branch: perl
12389            ! pod/perldiag.pod
12390 ____________________________________________________________________________
12391 [ 11736] By: ams                                   on 2001/08/24  00:05:02
12392         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
12393              From: "Craig A. Berry" <craigberry@mac.com>
12394              Date: Thu, 23 Aug 2001 19:07:45 -0500
12395              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
12396      Branch: perl
12397            ! configure.com
12398 ____________________________________________________________________________
12399 [ 11735] By: sky                                   on 2001/08/23  13:42:07
12400         Log: Backed out 11732, it breaks lib/strict.t 
12401      Branch: perl
12402            ! op.c
12403 ____________________________________________________________________________
12404 [ 11734] By: sky                                   on 2001/08/23  11:45:59
12405         Log: Removed toy from 17133 after Matt Sargeants request.
12406      Branch: perl
12407            ! pod/perlfaq4.pod
12408 ____________________________________________________________________________
12409 [ 11733] By: sky                                   on 2001/08/23  11:36:29
12410         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
12411              From: Robin Houston <robin@kitsite.com>
12412              Date: Wed, 22 Aug 2001 23:06:16 +0100
12413              Message-ID: <20010822230616.A254@robin.kitsite.com>
12414      Branch: perl
12415            ! pod/perlfaq4.pod
12416 ____________________________________________________________________________
12417 [ 11732] By: sky                                   on 2001/08/23  10:36:02
12418         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
12419              From: Simon Cozens <simon@netthink.co.uk>
12420              Date: Thu, 23 Aug 2001 12:06:36 +0100
12421              Message-ID: <20010823120636.A9961@netthink.co.uk>
12422      Branch: perl
12423            ! op.c
12424 ____________________________________________________________________________
12425 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
12426         Log: fix broken windows build
12427      Branch: perl
12428            ! perl.h
12429 ____________________________________________________________________________
12430 [ 11730] By: ams                                   on 2001/08/22  21:35:30
12431         Log: Subject: [PATCH] io/tell.t doesn't chdir t
12432              From: Nicholas Clark <nick@ccl4.org>
12433              Date: Wed, 22 Aug 2001 23:25:58 +0100
12434              Message-Id: <20010822232557.Y82818@plum.flirble.org>
12435      Branch: perl
12436            ! t/io/tell.t
12437 ____________________________________________________________________________
12438 [ 11729] By: ams                                   on 2001/08/22  20:32:21
12439         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
12440              questions)
12441              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12442              Date: Wed, 22 Aug 2001 17:09:04 -0400
12443              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
12444              (Oops, forgot File::Spec::Unix in the previous patch.)
12445      Branch: perl
12446            ! lib/File/Spec/Unix.pm
12447 ____________________________________________________________________________
12448 [ 11728] By: ams                                   on 2001/08/22  20:25:41
12449         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
12450              questions)
12451              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12452              Date: Wed, 22 Aug 2001 17:09:04 -0400
12453              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
12454      Branch: perl
12455            ! lib/File/Spec.pm
12456 ____________________________________________________________________________
12457 [ 11727] By: ams                                   on 2001/08/22  19:43:30
12458         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
12459              From: John Peacock <jpeacock@rowman.com>
12460              Date: Wed, 22 Aug 2001 12:35:52 -0400
12461              Message-Id: <3B83DF68.5D89DC81@rowman.com>
12462              (Adds proper tests for $], notwithstanding Subject. +nitpick)
12463      Branch: perl
12464            ! t/op/ver.t
12465 ____________________________________________________________________________
12466 [ 11726] By: ams                                   on 2001/08/22  19:36:39
12467         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
12468              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
12469              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
12470              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
12471      Branch: perl
12472            ! lib/diagnostics.pm lib/diagnostics.t
12473 ____________________________________________________________________________
12474 [ 11725] By: ams                                   on 2001/08/22  19:25:01
12475         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
12476              From: Nicholas Clark <nick@ccl4.org>
12477              Date: Wed, 22 Aug 2001 20:59:05 +0100
12478              Message-Id: <20010822205905.U82818@plum.flirble.org>
12479      Branch: perl
12480            ! pp.c t/op/64bitint.t t/op/arith.t
12481 ____________________________________________________________________________
12482 [ 11724] By: ams                                   on 2001/08/22  10:02:33
12483         Log: Subject: Configure blooper
12484              From: H.Merijn Brand <h.m.brand@hccnet.nl>
12485              Date: Wed, 22 Aug 2001 12:38:35 +0200
12486              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
12487      Branch: perl
12488            ! Configure
12489 ____________________________________________________________________________
12490 [ 11723] By: ams                                   on 2001/08/21  16:17:53
12491         Log: Subject: [PATCH] installperl -help
12492              From: Nicholas Clark <nick@ccl4.org>
12493              Date: Tue, 21 Aug 2001 17:34:23 +0100
12494              Message-Id: <20010821173423.F82818@plum.flirble.org>
12495      Branch: perl
12496            ! installperl
12497 ____________________________________________________________________________
12498 [ 11722] By: ams                                   on 2001/08/20  07:46:31
12499         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
12500              From: Ilmari Karonen <iltzu@sci.fi>
12501              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
12502              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
12503      Branch: perl
12504            ! pod/perlvar.pod
12505 ____________________________________________________________________________
12506 [ 11721] By: nick                                  on 2001/08/20  06:24:31
12507         Log: Integrate mainline
12508      Branch: perlio
12509           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
12510           +> lib/Lingua/KO/Hangul/Util/Changes
12511           +> lib/Lingua/KO/Hangul/Util/README
12512           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
12513           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
12514           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
12515           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
12516           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
12517           +> lib/Unicode/Normalize/t/test.t
12518            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
12519           !> (integrate 55 files)
12520 ____________________________________________________________________________
12521 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
12522         Log: Integrate Change #11599 from maint-5.6/perl
12523      Branch: maint-5.6/macperl
12524           !> README.win32
12525 ____________________________________________________________________________
12526 [ 11719] By: ams                                   on 2001/08/18  21:21:42
12527         Log: Add Porting/apply to MANIFEST.
12528      Branch: perl
12529            ! MANIFEST
12530 ____________________________________________________________________________
12531 [ 11718] By: sky                                   on 2001/08/18  14:38:01
12532         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
12533              Better solution would be to make 5005threaded perl use
12534              the same system as ithreads do
12535      Branch: perl
12536            ! perl.h
12537 ____________________________________________________________________________
12538 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
12539         Log: New try for ID 20010407.006: detach the semantics
12540              "was the last match target UTF8" into its own variable.
12541      Branch: perl
12542            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
12543            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
12544 ____________________________________________________________________________
12545 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
12546         Log: UTF8 flag should be meaningful only when POK.
12547      Branch: perl
12548            ! dump.c
12549 ____________________________________________________________________________
12550 [ 11715] By: sky                                   on 2001/08/18  11:45:16
12551         Log: USE_THREADS and USE_ITHREADS are never true at the same time
12552      Branch: perl
12553            ! perl.h
12554 ____________________________________________________________________________
12555 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
12556         Log: Retract #11712 for now.  The real fix would probably
12557              be something like making PL_reg_sv a copy (PV + UTF8)
12558              of the matched/substituted string (note: not just a SvPOK
12559              string, for example the stringified form of a ROK would
12560              be applicable)  Beware of leaks.
12561      Branch: perl
12562            ! pp_hot.c t/op/pat.t
12563 ____________________________________________________________________________
12564 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
12565         Log: UTF8 wasn't printing for PVMGs.
12566      Branch: perl
12567            ! dump.c
12568 ____________________________________________________________________________
12569 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
12570         Log: (Retracted by #11714)
12571              
12572              Okay analysis, debatable fix.  (The fix will inc
12573              the refcount of all temporary match objects,
12574              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
12575              which will then cause griping at untie() time
12576              ("inner references remain").
12577              
12578              Fix for ID 20010407.006: PL_reg_sv got wiped out
12579              by freetemps if the match target was a temporary
12580              (like function_call() =~ /.../), which in turn meant
12581              that the $1 et al stopped working if they had UTF-8
12582              in them.  Therefore bump up the refcount of PL_reg_sv.
12583      Branch: perl
12584            ! pp_hot.c t/op/pat.t
12585 ____________________________________________________________________________
12586 [ 11711] By: ams                                   on 2001/08/17  20:32:08
12587         Log: Subject: [PATCH] doesn't compile, was perl@11710
12588              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12589              Date: Fri, 17 Aug 2001 23:21:10 +0200
12590              Message-Id: <20010817232110.C7041@rafael> 
12591      Branch: perl
12592            ! sharedsv.c
12593 ____________________________________________________________________________
12594 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
12595         Log: Update Changes.
12596      Branch: perl
12597            ! Changes patchlevel.h
12598 ____________________________________________________________________________
12599 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
12600         Log: Upgrade to libnet 1.0704.
12601      Branch: perl
12602            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
12603            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
12604            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
12605            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
12606            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
12607            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
12608            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
12609 ____________________________________________________________________________
12610 [ 11708] By: sky                                   on 2001/08/17  13:34:04
12611         Log: Let perl_clone copy PL_exit_flags
12612      Branch: perl
12613            ! sv.c
12614 ____________________________________________________________________________
12615 [ 11707] By: sky                                   on 2001/08/17  12:28:41
12616         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
12617      Branch: perl
12618            ! sharedsv.c sharedsv.h
12619 ____________________________________________________________________________
12620 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
12621         Log: The metaconfig unit change for #11705.
12622      Branch: metaconfig/U/perl
12623            ! Extensions.U
12624 ____________________________________________________________________________
12625 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
12626         Log: Allow the threads extension to be found if present.
12627      Branch: perl
12628            ! Configure
12629 ____________________________________________________________________________
12630 [ 11704] By: nick                                  on 2001/08/17  11:47:54
12631         Log: Mail -> change script (pre-alpha)
12632      Branch: perl
12633            + Porting/apply
12634 ____________________________________________________________________________
12635 [ 11703] By: sky                                   on 2001/08/17  07:11:24
12636         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
12637              Thanks to Tom Hospel for pointing out my error.
12638      Branch: perl
12639            ! op.h
12640 ____________________________________________________________________________
12641 [ 11702] By: sky                                   on 2001/08/17  04:18:11
12642         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.
12643      Branch: perl
12644            ! embed.pl miniperlmain.c perl.c perl.h proto.h
12645 ____________________________________________________________________________
12646 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
12647         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
12648              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
12649      Branch: perl
12650            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
12651            + lib/Lingua/KO/Hangul/Util/README
12652            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
12653            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
12654            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
12655            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
12656            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
12657            + lib/Unicode/Normalize/t/test.t
12658            ! MANIFEST
12659 ____________________________________________________________________________
12660 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
12661         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
12662              Date: Thu, 16 Aug 2001 22:46:15 -0500
12663              From: "Craig A. Berry" <craigberry@mac.com>
12664              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
12665      Branch: perl
12666            ! configure.com numeric.c
12667 ____________________________________________________________________________
12668 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
12669         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
12670              of the usual suspects (like getpwent) but not for others
12671              (like localtime and rand).  The _r versions are available
12672              for all of them, so let's use them.
12673      Branch: perl
12674            ! perl.h
12675 ____________________________________________________________________________
12676 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
12677         Log: (Accidental apply; thankfully empty.)
12678      Branch: perl
12679            ! hints/os390.sh
12680 ____________________________________________________________________________
12681 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
12682         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
12683              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12684              Date: Thu, 16 Aug 2001 16:27:49 +0100
12685              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
12686      Branch: perl
12687            ! regexec.c t/op/re_tests
12688 ____________________________________________________________________________
12689 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
12690         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
12691              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12692              Date: Thu, 16 Aug 2001 18:50:01 +0100
12693              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
12694      Branch: perl
12695            ! pp_hot.c t/op/pat.t
12696 ____________________________________________________________________________
12697 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
12698         Log: Subject: [PATCH] *time_r again
12699              From: "Arthur Bergman" <arthur@contiller.se>
12700              Date: Thu, 16 Aug 2001 16:01:54 +0200
12701              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
12702      Branch: perl
12703            ! op.h
12704 ____________________________________________________________________________
12705 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
12706         Log: system() and backtick error handling cleanup from Craig A. Berry.
12707      Branch: perl
12708            ! vms/vms.c
12709 ____________________________________________________________________________
12710 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
12711         Log: change#10334 leaks memory, copies string when it doesn't
12712              need to
12713      Branch: perl
12714            ! perl.c
12715 ____________________________________________________________________________
12716 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
12717         Log: One more twist to the sprintf + utf8 testing.
12718      Branch: perl
12719            ! t/op/misc.t
12720 ____________________________________________________________________________
12721 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
12722         Log: Fix for 20010407.008 sprintf removes utf8-ness.
12723      Branch: perl
12724            ! pp.c t/op/misc.t
12725 ____________________________________________________________________________
12726 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
12727         Log: Subject: [PATCH] *time_r fixes
12728              From: "Arthur Bergman" <arthur@contiller.se>
12729              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
12730              Date: Thu, 16 Aug 2001 14:22:27 +0200
12731      Branch: perl
12732            ! op.h
12733 ____________________________________________________________________________
12734 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
12735         Log: Upgrade to CGI.pm 2.77.
12736      Branch: perl
12737            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
12738            ! lib/CGI/t/function.t
12739 ____________________________________________________________________________
12740 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
12741         Log: Document the bytes-to-Unicode upgrading.
12742      Branch: perl
12743            ! pod/perlunicode.pod
12744 ____________________________________________________________________________
12745 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
12746         Log: Add a test for Unicode sprintf.
12747      Branch: perl
12748            ! t/op/misc.t
12749 ____________________________________________________________________________
12750 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
12751         Log: Add Unicode tests for index/rindex.
12752      Branch: perl
12753            ! t/op/index.t
12754 ____________________________________________________________________________
12755 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
12756         Log: Document a bit the art of minimizing the installation,
12757              based on the p5p discussion.
12758      Branch: perl
12759            ! INSTALL
12760 ____________________________________________________________________________
12761 [ 11684] By: nick                                  on 2001/08/15  15:03:31
12762         Log: Integrate mainline
12763      Branch: perlio
12764           +> sharedsv.c sharedsv.h
12765           !> (integrate 53 files)
12766 ____________________________________________________________________________
12767 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
12768         Log: Update Changes.
12769      Branch: perl
12770            ! Changes patchlevel.h
12771 ____________________________________________________________________________
12772 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
12773         Log: The #11673 necessitated a test tweak.
12774      Branch: perl
12775            ! t/io/utf8.t
12776 ____________________________________________________________________________
12777 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
12778         Log: Also UNICOS is in the general case unable to silently
12779              handle fp overflows.
12780      Branch: perl
12781            ! numeric.c
12782 ____________________________________________________________________________
12783 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
12784         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
12785              NV_EPSILON #defined.
12786      Branch: perl
12787            ! perl.h
12788 ____________________________________________________________________________
12789 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
12790         Log: Re-establish the fp overflow detection for VAX VMS; there
12791              is no easy way to have the IEEE fp silent overflow semantics.
12792              (in Alpha VMS we still will use IEEE fp by default-- but it
12793              is still possible to configure Perl to use G_FLOAT)
12794      Branch: perl
12795            ! numeric.c
12796 ____________________________________________________________________________
12797 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
12798         Log: Subject: [PATCH] pp_lock 
12799              From: "Arthur Bergman" <arthur@contiller.se>
12800              Date: Wed, 15 Aug 2001 11:52:16 +0200
12801              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
12802      Branch: perl
12803            ! pp.c
12804 ____________________________________________________________________________
12805 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
12806         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
12807              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12808              Date: Wed, 15 Aug 2001 11:32:11 +0100
12809              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
12810      Branch: perl
12811            ! regcomp.c t/op/re_tests
12812 ____________________________________________________________________________
12813 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
12814         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
12815              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12816              Date: Wed, 15 Aug 2001 10:33:49 +0100
12817              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
12818      Branch: perl
12819            ! regexec.c t/op/re_tests
12820 ____________________________________________________________________________
12821 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
12822         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
12823              From: Barrie Slaymaker <barries@slaysys.com>
12824              Date: Tue, 14 Aug 2001 14:32:25 -0400
12825              Message-ID: <20010814143225.A19822@jester.slaysys.com>
12826      Branch: perl
12827            ! lib/File/Spec.t lib/File/Spec/Unix.pm
12828 ____________________________________________________________________________
12829 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
12830         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
12831              From: Peter Prymmer <pvhp@forte.com>
12832              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
12833              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
12834      Branch: perl
12835            ! README.vms configure.com
12836 ____________________________________________________________________________
12837 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
12838         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
12839              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12840              Date: Tue, 14 Aug 2001 21:23:27 +0200
12841              Message-ID: <20010814212327.A1919@rafael>
12842      Branch: perl
12843            ! doio.c
12844 ____________________________________________________________________________
12845 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
12846         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
12847              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12848              Date: Tue, 14 Aug 2001 22:30:11 +0200
12849              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
12850              
12851              Combination of nmake, quoting, and Perl expanded $( in here-doc.
12852      Branch: perl
12853            ! ext/SDBM_File/Makefile.PL
12854 ____________________________________________________________________________
12855 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
12856         Log: Todo updates.
12857      Branch: perl
12858            ! pod/perltodo.pod
12859 ____________________________________________________________________________
12860 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
12861         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
12862              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12863              Date: Mon, 13 Aug 2001 23:15:01 +0200
12864              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
12865      Branch: perl
12866            ! sv.c
12867 ____________________________________________________________________________
12868 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
12869         Log: Subject: [PATCH] [b-]showlex.t
12870              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12871              Date: Sun, 12 Aug 2001 22:24:51 +0200
12872              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
12873              
12874              The 4nt command shell will expand the % in command line
12875              no matter what quoting is attempted, changed the % to @.
12876      Branch: perl
12877            ! ext/B/Showlex.t
12878 ____________________________________________________________________________
12879 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
12880         Log: Subject: [PATCH] magic.t
12881              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12882              Date: Sun, 12 Aug 2001 20:49:27 +0200
12883              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
12884      Branch: perl
12885            ! t/op/magic.t
12886 ____________________________________________________________________________
12887 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
12888         Log: Add sharedsv* to the DOSish platforms; plus add
12889              some WinCE files to the list of DOSish files.
12890      Branch: perl
12891            ! NetWare/Makefile Porting/makerel win32/Makefile
12892            ! win32/makefile.mk wince/Makefile.ce
12893 ____________________________________________________________________________
12894 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
12895         Log: More DOSish files.
12896      Branch: perl
12897            ! Porting/makerel
12898 ____________________________________________________________________________
12899 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
12900         Log: Strip CRs from the WinCE files.  Now we need to
12901              figure out in which CRs are really needed: probably
12902              Makefile.ce and the README files, at least, probably
12903              also the registry.bat.
12904      Branch: perl
12905            ! wince/Makefile.ce wince/README.compile wince/README.perlce
12906            ! wince/config.h wince/include/cectype.h wince/include/errno.h
12907            ! wince/include/sys/stat.h wince/include/sys/types.h
12908            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
12909            ! wince/perldll.def wince/registry.bat wince/wince.h
12910            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
12911 ____________________________________________________________________________
12912 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
12913         Log: Add some files to DOSish and writables.
12914      Branch: perl
12915            ! Porting/makerel
12916 ____________________________________________________________________________
12917 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
12918         Log: Compile failure message tidying.
12919      Branch: perl
12920            ! t/lib/1_compile.t
12921 ____________________________________________________________________________
12922 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
12923         Log: The new sharedsv* should be exported only if usethreads.
12924      Branch: perl
12925            ! makedef.pl
12926 ____________________________________________________________________________
12927 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
12928         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
12929              From: Peter Prymmer <pvhp@forte.com>
12930              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
12931              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
12932      Branch: perl
12933            ! README.os390
12934 ____________________________________________________________________________
12935 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
12936         Log: Update Changes.
12937      Branch: perl
12938            ! Changes patchlevel.h
12939 ____________________________________________________________________________
12940 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
12941         Log: Subject: [PATHC] sharedsv.[c|h]
12942              From: "Artur Bergman" <artur@contiller.se>
12943              Date: Mon, 13 Aug 2001 14:38:41 +0200
12944              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
12945              
12946              Subject: [PATCH] embed.pl
12947              From: Arthur Bergman <arthur@contiller.se>
12948              Date: Mon, 13 Aug 2001 14:38:14 +0200
12949              Message-ID: <B79D96D6.3088%arthur@contiller.se>
12950              
12951              Subject: [PATCH] sharedsv cleanups
12952              From: "Arthur Bergman" <arthur@contiller.se>
12953              Date: Mon, 13 Aug 2001 15:14:25 +0200
12954              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
12955              
12956              Plus few tweaks: _init needs to be Adp, the prototypes
12957              should not be revealed unless using ithreads, #endif FOO
12958              must be #endif /* FOO */, adding (parentheses) around
12959              do { } while doesn't work too well.
12960      Branch: perl
12961            + sharedsv.c sharedsv.h
12962            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
12963            ! perl.h perlapi.c pod/perlapi.pod proto.h
12964 ____________________________________________________________________________
12965 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
12966         Log: Subject: Re: END {} blocks run in perl_run
12967              From: Arthur Bergman <arthur@contiller.se>
12968              Date: Mon, 13 Aug 2001 11:11:30 +0200
12969              Message-ID: <B79D6661.3068%arthur@contiller.se>
12970      Branch: perl
12971            ! perl.c
12972 ____________________________________________________________________________
12973 [ 11657] By: nick                                  on 2001/08/13  09:03:02
12974         Log: Integrate mainline
12975      Branch: perlio
12976           +> (branch 326 files)
12977            - (delete 330 files)
12978           !> (integrate 85 files)
12979 ____________________________________________________________________________
12980 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
12981         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
12982              and the Perl will be built to do that by default (adding that
12983              will break scripts having non-UTF-8 binary data, such as Latin-1.)
12984      Branch: perl
12985            ! op.c toke.c utf8.h
12986 ____________________________________________________________________________
12987 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
12988         Log: Unnecessary downgrades.
12989      Branch: perl
12990            ! doop.c
12991 ____________________________________________________________________________
12992 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
12993         Log: Failure not true anymore (probably caused by my broken setup).
12994      Branch: perl
12995            ! t/op/pat.t
12996 ____________________________________________________________________________
12997 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
12998         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
12999              stopped working).
13000      Branch: perl
13001            ! op.h pp_ctl.c regcomp.c
13002 ____________________________________________________________________________
13003 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
13004         Log: There is no IN_UTF8.
13005      Branch: perl
13006            ! utf8.h
13007 ____________________________________________________________________________
13008 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
13009         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
13010      Branch: perl
13011            ! op.c op.h pp_ctl.c regcomp.c
13012 ____________________________________________________________________________
13013 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
13014         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
13015              and a test tweak.
13016      Branch: perl
13017            ! op.c t/pod/find.t
13018 ____________________________________________________________________________
13019 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
13020         Log: Todo updates and fixes.
13021      Branch: perl
13022            ! pod/perltodo.pod
13023 ____________________________________________________________________________
13024 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
13025         Log: Mark tests (and one module) having explicit Latin-1
13026              (and one file having explicit UTF-8) with an explicit
13027              'no utf8' (and one explicit 'use utf8').
13028              
13029              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
13030      Branch: perl
13031            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
13032            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
13033            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
13034 ____________________________________________________________________________
13035 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
13036         Log: Subject: SV: END {} blocks run in perl_run
13037              From: "Arthur Bergman" <arthur@contiller.se>
13038              Date: Sun, 12 Aug 2001 00:34:28 +0200 
13039              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
13040      Branch: perl
13041            ! miniperlmain.c perl.c
13042 ____________________________________________________________________________
13043 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
13044         Log: Typos in #11645.
13045      Branch: perl
13046            ! perl.h
13047 ____________________________________________________________________________
13048 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
13049         Log: On ithreads default to use_reentrant except on naturally
13050              threadsafe platforms.
13051      Branch: perl
13052            ! perl.h
13053 ____________________________________________________________________________
13054 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
13055         Log: (Hopefully) a fix for 20010723.004: make install needs
13056              write permission in build directory.  The problem was
13057              probably caused by overeager sprinkling of the lib/re.pm
13058              dependencies (which was done to guarantee lib/re.pm being
13059              uptodate for parallel makes: now solved by funneling that
13060              through an explicit recursive make in the preplibrary target).
13061      Branch: perl
13062            ! Makefile.SH
13063 ____________________________________________________________________________
13064 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
13065         Log: Dispell the "use utf8" superstition.
13066      Branch: perl
13067            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
13068            ! pod/perlunicode.pod
13069 ____________________________________________________________________________
13070 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
13071         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
13072              From: "Abigail" <abigail@foad.org> 
13073              Date: Sat, 11 Aug 2001 23:49:49 +0200
13074              Message-ID: <20010811214950.23255.qmail@foad.org>
13075      Branch: perl
13076            ! t/op/taint.t
13077 ____________________________________________________________________________
13078 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
13079         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
13080              From: Abhijit Menon-Sen <ams@wiw.org>
13081              Date: Sat, 11 Aug 2001 06:18:19 +0530
13082              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
13083      Branch: perl
13084            ! mg.c
13085 ____________________________________________________________________________
13086 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
13087         Log: Test for change #11639.
13088      Branch: perl
13089            ! t/op/tiehandle.t
13090 ____________________________________________________________________________
13091 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
13092         Log: Subject: Re: Can't localize *FH, then tie it
13093              From: Abhijit Menon-Sen <ams@wiw.org>
13094              Date: Sun, 12 Aug 2001 16:08:06 +0530
13095              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
13096      Branch: perl
13097            ! pp_hot.c pp_sys.c
13098 ____________________________________________________________________________
13099 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
13100         Log: Drop all the unnecessary "use utf8" clauses and some of
13101              the unnecessary "use bytes" ones.
13102              
13103              TODO: scour the documentation for unnecessary "use utf8"
13104              and prominently display it in perldelta when the time comes.
13105              ("use utf8" should be necessary ONLY if one wants the script
13106              to be in UTF-8.)  Also should be checked in some non-ASCII
13107              non-Latin-1 platform, like EBCDIC.
13108      Branch: perl
13109            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
13110            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
13111 ____________________________________________________________________________
13112 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
13113         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
13114              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
13115              in Unicode handling.
13116      Branch: perl
13117            + t/op/lc.t
13118            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
13119 ____________________________________________________________________________
13120 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
13121         Log: Thinko: we want the flags for native cc, not gcc.
13122      Branch: perl
13123            ! hints/dec_osf.sh
13124 ____________________________________________________________________________
13125 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
13126         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
13127              From: Robin Houston <robin@kitsite.com>
13128              Date: Fri, 10 Aug 2001 14:42:02 +0100
13129              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
13130      Branch: perl
13131            ! pp.c
13132 ____________________________________________________________________________
13133 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
13134         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
13135              From: Abhijit Menon-Sen <ams@wiw.org>
13136              Date: Sat, 11 Aug 2001 16:31:04 +0530
13137              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
13138      Branch: perl
13139            ! op.c
13140 ____________________________________________________________________________
13141 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
13142         Log: Get rid of indread, from Abhijit Menon-Sen.
13143      Branch: perl
13144            ! pp_sys.c
13145 ____________________________________________________________________________
13146 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
13147         Log: CRLFgngngn.
13148      Branch: perl
13149            ! win32/Makefile win32/makefile.mk
13150 ____________________________________________________________________________
13151 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
13152         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
13153      Branch: perl
13154            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
13155            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
13156            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
13157            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
13158            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
13159            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
13160            ! win32/Makefile win32/makefile.mk
13161 ____________________________________________________________________________
13162 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
13163         Log: Avoid #elif (less portable than #else #if).
13164      Branch: perl
13165            ! handy.h
13166 ____________________________________________________________________________
13167 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
13168         Log: Subject: patch for perlvar.pod
13169              From: mah@everybody.org (Mark A. Hershberger)
13170              Date: 08 Aug 2001 17:03:16 -0500
13171              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
13172      Branch: perl
13173            ! pod/perlvar.pod
13174 ____________________________________________________________________________
13175 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
13176         Log: cpp commands must start (the # must be) at the column #0.
13177      Branch: perl
13178            ! op.c
13179 ____________________________________________________________________________
13180 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
13181         Log: If using gcc -B/foo/bar makedepend would give
13182              unnecessary warnings about unused -B/foo/bar.
13183      Branch: perl
13184            ! makedepend.SH
13185 ____________________________________________________________________________
13186 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
13187         Log: Update Changes.
13188      Branch: perl
13189            ! Changes patchlevel.h
13190 ____________________________________________________________________________
13191 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
13192         Log: s/z/tz/
13193      Branch: perl
13194            ! pod/perlfaq2.pod
13195 ____________________________________________________________________________
13196 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
13197         Log: Article nit.
13198      Branch: perl
13199            ! pod/perlfaq2.pod
13200 ____________________________________________________________________________
13201 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
13202         Log: Rename lib/unicode files to lib/unicore to avoid
13203              conflicts between core lib/unicode and Unicode::
13204              files in case-ignoring filesystems.
13205      Branch: perl
13206            + (add 325 files)
13207            - (delete 324 files)
13208            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
13209 ____________________________________________________________________________
13210 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
13211         Log: Upgrade to Math::BigInt 1.41.
13212      Branch: perl
13213            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
13214 ____________________________________________________________________________
13215 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
13216         Log: Subject: [PATCH] remove PL_na from typemap
13217              From: James <james@rf.net>
13218              Date: Mon, 06 Aug 2001 20:23:15 -0700
13219              Message-ID: <3B6F5F23.A31A81B1@rf.net>
13220              
13221              (had to be manually applied)
13222      Branch: perl
13223            ! lib/ExtUtils/typemap
13224 ____________________________________________________________________________
13225 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
13226         Log: The metaconfig unit changes for #11618.
13227      Branch: metaconfig/U/perl
13228            + d_fpclassl.U i_fp.U
13229 ____________________________________________________________________________
13230 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
13231         Log: Forgot this from #11618.
13232              
13233              NOTE: wince/config_H.ce needs updating.
13234      Branch: perl
13235            ! wince/config.ce
13236 ____________________________________________________________________________
13237 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
13238         Log: Introduce more floating point classifying APIs;
13239              try to define (most importantly) Perl_is{inf,nan}(x).
13240              
13241              For this first cut, assume none such APIs exist in non-UNIXoid
13242              platforms-- this is of course too unkind: Win32 rumoredly has
13243              _fpclass() and _isnan(), and VMS/VOS very probably have some
13244              of the APIs available.     The only thing Perl uses at the moment
13245              is Perl_isnan() (has been in use for a while now).
13246              
13247              NOTE: the Win32 and NetWare config_h.?c need regenerating.
13248      Branch: perl
13249            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
13250            ! Porting/config_H config_h.SH configure.com epoc/config.sh
13251            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
13252            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13253            ! vos/config.ga.h win32/config.bc win32/config.gc
13254            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13255            ! win32/config_H.vc wince/config.ce wince/config.h
13256 ____________________________________________________________________________
13257 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
13258         Log: Integrate change #11519 from perlio:
13259              
13260              Avoid testing for (non-)existance of "encoding(xxxx)"
13261              layer is called "encoding" the (xxxx) is an argument.
13262      Branch: perl
13263           !> lib/open.pm
13264 ____________________________________________________________________________
13265 [ 11616] By: nick                                  on 2001/08/09  07:50:24
13266         Log: Integrate mainline
13267      Branch: perlio
13268           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
13269           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
13270           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
13271           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
13272            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
13273            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
13274           !> (integrate 79 files)
13275 ____________________________________________________________________________
13276 [ 11615] By: nick                                  on 2001/08/09  06:23:44
13277         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
13278              layer is called "encoding" the (xxxx) is an argument.
13279      Branch: perlio
13280            ! lib/open.pm
13281 ____________________________________________________________________________
13282 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
13283         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
13284              From: Paul Johnson <paul@pjcj.net>
13285              Date: Wed, 8 Aug 2001 23:54:17 +0200
13286              Message-ID: <20010808235417.O1006@pjcj.net>
13287      Branch: perl
13288            ! ext/B/B/Concise.pm
13289 ____________________________________________________________________________
13290 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
13291         Log: Make VMS use IEEE math by default; reorder Tru64 hints
13292              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
13293              exception semantics) is always set if using (the new) cc.
13294      Branch: perl
13295            ! configure.com hints/dec_osf.sh
13296 ____________________________________________________________________________
13297 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
13298         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
13299              From: Abhijit Menon-Sen <ams@wiw.org>
13300              Date: Tue, 7 Aug 2001 17:16:05 +0530
13301              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
13302      Branch: perl
13303            ! pp_sys.c
13304 ____________________________________________________________________________
13305 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
13306         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
13307              From: "Craig A. Berry" <craigberry@mac.com>
13308              Date: Tue, 07 Aug 2001 22:27:47 -0500
13309              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
13310      Branch: perl
13311            ! t/run/exit.t
13312 ____________________________________________________________________________
13313 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
13314         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
13315              From: "Craig A. Berry" <craigberry@mac.com>
13316              Date: Tue, 07 Aug 2001 20:01:53 -0500
13317              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
13318      Branch: perl
13319            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
13320 ____________________________________________________________________________
13321 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
13322         Log: Update the magazine information.
13323      Branch: perl
13324            ! pod/perlfaq2.pod
13325 ____________________________________________________________________________
13326 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
13327         Log: Ignore SIGFPE everywhere.
13328      Branch: perl
13329            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
13330 ____________________________________________________________________________
13331 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
13332         Log: With permission, change the licensing of the docs by
13333              TomC (and Gnat) to comply with the rest of Perl.
13334      Branch: perl
13335            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13336            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13337            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13338            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
13339            ! pod/perltootc.pod
13340 ____________________________________________________________________________
13341 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
13342         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
13343              From: Andy Dougherty <doughera@lafayette.edu>
13344              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
13345              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
13346      Branch: perl
13347            ! hints/openbsd.sh
13348 ____________________________________________________________________________
13349 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
13350         Log: Subject: [PATCH] Makefile.SH test_prep dependency
13351              From: Andy Dougherty <doughera@lafayette.edu>
13352              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
13353              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
13354      Branch: perl
13355            ! Makefile.SH
13356 ____________________________________________________________________________
13357 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
13358         Log: Don't autogenerate the headers et alia,
13359              make regen_headers explicitly.
13360      Branch: perl
13361            ! Makefile.SH
13362 ____________________________________________________________________________
13363 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
13364         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
13365              From: Gurusamy Sarathy <gsar@ActiveState.com> 
13366              Date: Tue, 07 Aug 2001 08:33:26 -0700
13367              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
13368              
13369              Unnecessary dependency.
13370      Branch: perl
13371            ! embed.pl
13372 ____________________________________________________________________________
13373 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
13374         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
13375              From: Abhijit Menon-Sen <ams@wiw.org>
13376              Date: Tue, 7 Aug 2001 09:10:54 +0530
13377              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
13378      Branch: perl
13379            ! pp_hot.c
13380 ____________________________________________________________________________
13381 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
13382         Log: Subject: [PATCH perl@11597] B && BEGIN handling
13383              From: "James A. Duncan" <jduncan@fotango.com>
13384              Date: Mon, 6 Aug 2001 17:29:11 +0100
13385              Message-ID: <20010806172911.A2071@fotango.com>
13386              
13387              (the intrpvar.h addition moved to the end for bincompat)
13388      Branch: perl
13389            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
13390 ____________________________________________________________________________
13391 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
13392         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
13393      Branch: perl
13394           !> README.win32
13395 ____________________________________________________________________________
13396 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
13397         Log: fix URLs for fcrypt.c
13398      Branch: maint-5.6/perl
13399            ! README.win32
13400 ____________________________________________________________________________
13401 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
13402         Log: Yet another way to say Infinity: HP-UX calls its "++".
13403      Branch: perl
13404            ! lib/Math/BigInt/t/bigintpm.t
13405 ____________________________________________________________________________
13406 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
13407         Log: Update Changes.
13408      Branch: perl
13409            ! Changes patchlevel.h
13410 ____________________________________________________________________________
13411 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
13412         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
13413      Branch: perl
13414            ! pod/perlfaq5.pod
13415 ____________________________________________________________________________
13416 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
13417         Log: The #11593 wasn't right.
13418      Branch: perl
13419            ! lib/Math/BigInt/t/bigintpm.t
13420 ____________________________________________________________________________
13421 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
13422         Log: Subject: [PATCH: perl@11564] introducing perlivp
13423              From: Prymmer/Kahn <pvhp@best.com>
13424              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
13425              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
13426              
13427              Subject: Re: [PATCH: perl@11564] introducing perlivp
13428              From: Prymmer/Kahn <pvhp@best.com>
13429              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
13430              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
13431      Branch: perl
13432            + utils/perlivp.PL
13433            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
13434            ! win32/Makefile win32/makefile.mk
13435 ____________________________________________________________________________
13436 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
13437         Log: libcs are confused what to call Infinity.
13438      Branch: perl
13439            ! lib/Math/BigInt/t/bigintpm.t
13440 ____________________________________________________________________________
13441 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
13442         Log: Avoid SIGFPE in Tru64.
13443      Branch: perl
13444            ! numeric.c
13445 ____________________________________________________________________________
13446 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
13447         Log: Upgrade to Math::BigInt 1.40.
13448              
13449              NOTE: this patch necessitates doing something about
13450              infinity handling since the new bigintpm.t tests use
13451              infinity, which causes SIGFPEs at least in Tru64.
13452      Branch: perl
13453            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13454            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
13455            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
13456            ! lib/Math/BigInt/t/mbimbf.t
13457 ____________________________________________________________________________
13458 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
13459         Log: remove hardcoded cmd shell in testsuite
13460      Branch: perl
13461            ! t/op/glob.t t/op/magic.t t/op/stat.t
13462 ____________________________________________________________________________
13463 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
13464         Log: 4-arg select() was busted on windows because change#8178 didn't
13465              make it into mainline
13466      Branch: perl
13467            ! perl.h win32/include/sys/socket.h
13468 ____________________________________________________________________________
13469 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
13470         Log: Rename the Getopt::Long tests to be as they are
13471              in the Getopt::Long official distribution.
13472      Branch: perl
13473            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
13474            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
13475            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
13476            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
13477            ! MANIFEST
13478 ____________________________________________________________________________
13479 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
13480         Log: Upgrade to Getopt::Long 2.26.
13481      Branch: perl
13482            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
13483            ! MANIFEST lib/Getopt/Long.pm
13484 ____________________________________________________________________________
13485 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
13486         Log: Retract #10874 (the hack should be unnecessary by now)
13487      Branch: perl
13488            ! lib/Test/Harness.pm
13489 ____________________________________________________________________________
13490 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
13491         Log: avoid temp file littering in tests
13492      Branch: perl
13493            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
13494 ____________________________________________________________________________
13495 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
13496         Log: Subject: warning in sv.c: double format, NV arg
13497              From: "Philip Newton" <Philip.Newton@gmx.net>
13498              Date: Sun, 5 Aug 2001 19:41:07 +0200
13499              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
13500      Branch: perl
13501            ! sv.c
13502 ____________________________________________________________________________
13503 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
13504         Log: fix POSIX.t#13 for windos
13505      Branch: perl
13506            ! ext/POSIX/POSIX.t
13507 ____________________________________________________________________________
13508 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
13509         Log: Add a test for PerlIO::Via.
13510      Branch: perl
13511            + ext/PerlIO/t/via.t
13512            ! MANIFEST ext/PerlIO/Via/Via.pm
13513 ____________________________________________________________________________
13514 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
13515         Log: flock() and link() are not available on Windows 9x
13516      Branch: perl
13517            ! win32/config_sh.PL
13518 ____________________________________________________________________________
13519 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
13520         Log: Some Tru64 C compilers have C++ components that confuse
13521              the ccversion parsing.
13522      Branch: perl
13523            ! hints/dec_osf.sh
13524 ____________________________________________________________________________
13525 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
13526         Log: (Reintroduce #11125)
13527              
13528              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
13529              From: Alan Burlison <Alan.Burlison@sun.com> 
13530              Date: Tue, 03 Jul 2001 15:20:13 +0100   
13531              Message-ID: <3B41D49D.A923D4F9@sun.com> 
13532      Branch: perl
13533            ! lib/ExtUtils/MM_Unix.pm
13534 ____________________________________________________________________________
13535 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
13536         Log: Little pointer juggling for HP-UX cc to avoid
13537              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
13538              followed by
13539              "error 1549: Modifiable lvalue required for assignment operator."
13540      Branch: perl
13541            ! hv.c
13542 ____________________________________________________________________________
13543 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
13544         Log: Continuation of #11575: SANY_SEEN completely deprecated,
13545              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
13546              plus a fix for the bug.
13547      Branch: perl
13548            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
13549 ____________________________________________________________________________
13550 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
13551         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
13552              From: Doug MacEachern <dougm@covalent.net>
13553              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
13554              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
13555      Branch: perl
13556            ! sv.c
13557 ____________________________________________________________________________
13558 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
13559         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
13560              the new CANY is the \C.  The problem reported and the
13561              test case supplied in
13562              
13563              Subject: UTF-8 bugs in string length & single line regex matches
13564              From: "Daniel P. Berrange" <dan@berrange.com>
13565              Date: Fri, 3 Aug 2001 11:39:33 +0100
13566              Message-ID: <20010803113932.A19318@berrange.com>
13567      Branch: perl
13568            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
13569            ! t/op/pat.t
13570 ____________________________________________________________________________
13571 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
13572         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
13573              From: Doug MacEachern <dougm@covalent.net>
13574              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
13575              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
13576      Branch: perl
13577            ! perl.c regexec.c
13578 ____________________________________________________________________________
13579 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
13580         Log: The #11572 didn't up the test count.
13581      Branch: perl
13582            ! t/op/length.t
13583 ____________________________________________________________________________
13584 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
13585         Log: Subject: UTF-8 bugs in string length & single line regex matches
13586              From: "Daniel P. Berrange" <dan@berrange.com>
13587              Date: Fri, 3 Aug 2001 11:39:33 +0100         
13588              Message-ID: <20010803113932.A19318@berrange.com>
13589              
13590              (the mg_length() fix)
13591      Branch: perl
13592            ! mg.c t/op/length.t
13593 ____________________________________________________________________________
13594 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
13595         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13596              From: Abhijit Menon-Sen <ams@wiw.org>
13597              Date: Sat, 4 Aug 2001 16:56:35 +0530
13598              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
13599      Branch: perl
13600            ! hv.c
13601 ____________________________________________________________________________
13602 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
13603         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13604              From: Abhijit Menon-Sen <ams@wiw.org>
13605              Date: Sat, 4 Aug 2001 16:16:03 +0530
13606              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
13607      Branch: perl
13608            ! hv.c
13609 ____________________________________________________________________________
13610 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
13611         Log: Subject: Re: [patch] refcount re ops
13612              From: Abhijit Menon-Sen <ams@wiw.org>
13613              Date: Sat, 4 Aug 2001 08:54:55 +0530
13614              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
13615      Branch: perl
13616            ! sv.c
13617 ____________________________________________________________________________
13618 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
13619         Log: Subject: [patch] refcount re ops
13620              From: Doug MacEachern <dougm@covalent.net>
13621              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
13622              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
13623      Branch: perl
13624            ! regcomp.c sv.c
13625 ____________________________________________________________________________
13626 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
13627         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
13628              From: Doug MacEachern <dougm@covalent.net>
13629              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
13630              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
13631      Branch: perl
13632            ! perl.c regexec.c
13633 ____________________________________________________________________________
13634 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
13635         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
13636              From: "Craig A. Berry" <craigberry@mac.com> 
13637              Date: Fri, 03 Aug 2001 16:16:16 -0500
13638              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
13639      Branch: perl
13640            ! t/op/misc.t
13641 ____________________________________________________________________________
13642 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
13643         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
13644              From: John Kristian <jmk2001@engineer.com>
13645              Date: Fri, 03 Aug 2001 00:59:08 -0700
13646              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
13647      Branch: perl
13648            ! win32/win32.c
13649 ____________________________________________________________________________
13650 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
13651         Log: Update Changes.
13652      Branch: perl
13653            ! Changes patchlevel.h
13654 ____________________________________________________________________________
13655 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
13656         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
13657              From: "Craig A. Berry" <craigberry@mac.com>
13658              Date: Thu, 02 Aug 2001 23:15:24 -0500
13659              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
13660      Branch: perl
13661            ! ext/B/Stash.t
13662 ____________________________________________________________________________
13663 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
13664         Log: Subject: [patch] plug PL_cshname leak
13665              From: Doug MacEachern <dougm@covalent.net>
13666              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
13667              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
13668      Branch: perl
13669            ! sv.c
13670 ____________________________________________________________________________
13671 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
13672         Log: Subject: [patch] plug PL_sh_path leak
13673              From: Doug MacEachern <dougm@covalent.net>
13674              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
13675              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
13676      Branch: perl
13677            ! sv.c
13678 ____________________________________________________________________________
13679 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
13680         Log: Subject: [patch] plug PL_regex_padav leaks
13681              From: Doug MacEachern <dougm@covalent.net>
13682              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
13683              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
13684      Branch: perl
13685            ! op.c op.h perl.c
13686 ____________________________________________________________________________
13687 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
13688         Log: Subject: [patch] plug PL_origargv leak
13689              From: Doug MacEachern <dougm@covalent.net>
13690              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
13691              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
13692      Branch: perl
13693            ! perl.c
13694 ____________________________________________________________________________
13695 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
13696         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13697              From: Abhijit Menon-Sen <ams@wiw.org>
13698              Date: Fri, 3 Aug 2001 06:38:11 +0530
13699              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
13700      Branch: perl
13701            ! hv.c
13702 ____________________________________________________________________________
13703 [ 11557] By: nick                                  on 2001/08/03  08:17:38
13704         Log: Integrate mainline
13705      Branch: perlio
13706           +> (branch 47 files)
13707            - lib/Switch/test.pl
13708           !> (integrate 49 files)
13709 ____________________________________________________________________________
13710 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
13711         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
13712              From: "Craig A. Berry" <craigberry@mac.com>
13713              Date: Thu, 02 Aug 2001 12:56:19 -0500
13714              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
13715      Branch: perl
13716            ! ext/B/Showlex.t
13717 ____________________________________________________________________________
13718 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
13719         Log: Be more careful about non-existent files.
13720      Branch: perl
13721            ! lib/File/Copy.pm
13722 ____________________________________________________________________________
13723 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
13724         Log: Subject: [PATCH resend] deparse empty formats
13725              From: Robin Houston <robin@kitsite.com> 
13726              Date: Thu, 2 Aug 2001 14:32:36 +0100
13727              Message-ID: <20010802143236.A894@robin.kitsite.com>
13728      Branch: perl
13729            ! ext/B/B/Deparse.pm
13730 ____________________________________________________________________________
13731 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
13732         Log: Subject: [patch] ithreads + refto fix improvement
13733              From: Doug MacEachern <dougm@covalent.net>
13734              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
13735              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
13736      Branch: perl
13737            ! pp.c
13738 ____________________________________________________________________________
13739 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
13740         Log: Readability nit from Abhijit.
13741      Branch: perl
13742            ! op.c
13743 ____________________________________________________________________________
13744 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
13745         Log: setproctitle() API version nit from Anton Berezin.
13746      Branch: perl
13747            ! mg.c
13748 ____________________________________________________________________________
13749 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
13750         Log: Add PerlCE to the docs.
13751      Branch: perl
13752            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13753            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13754 ____________________________________________________________________________
13755 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
13756         Log: Integrate the PerlCE (WinCE Perl) port;
13757              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
13758      Branch: perl
13759            + README.ce wince/FindExt.pm wince/Makefile.ce
13760            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
13761            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
13762            + wince/bin/search.pl wince/config.ce wince/config.h
13763            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
13764            + wince/dl_win32.xs wince/include/arpa/inet.h
13765            + wince/include/cectype.h wince/include/errno.h
13766            + wince/include/netdb.h wince/include/sys/socket.h
13767            + wince/include/sys/stat.h wince/include/sys/types.h
13768            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
13769            + wince/perl.rc wince/perldll.def wince/perllib.c
13770            + wince/perlmain.c wince/registry.bat wince/runperl.c
13771            + wince/splittree.pl wince/win32.h wince/win32iop.h
13772            + wince/win32thread.c wince/win32thread.h wince/wince.c
13773            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
13774            + wince/xdistclean.ksh wince/xmakediffs.ksh
13775            ! MANIFEST perl.c perl.h perlio.c
13776 ____________________________________________________________________________
13777 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
13778         Log: setproctitle() made simpler.  (This assumes the string is
13779              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
13780              should be used.  Note len, not len + 1.)  BSD-fu from Anton
13781              Berezin.
13782      Branch: perl
13783            ! mg.c
13784 ____________________________________________________________________________
13785 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
13786         Log: Subject: [PATCH] -Wall cleanup: op.c
13787              From: Richard Soderberg <rs@oregonnet.com>
13788              Date: Thu, 2 Aug 2001 00:17:09 -0700
13789              Message-Id: <200108020717.AAA26895@oregonnet.com>
13790              
13791              Subject: [PATCH] -Wall cleanup: sv.c
13792              From: Richard Soderberg <rs@oregonnet.com>
13793              Date: Thu, 2 Aug 2001 00:49:21 -0700
13794              Message-Id: <200108020749.AAA27492@oregonnet.com>
13795      Branch: perl
13796            ! op.c sv.c
13797 ____________________________________________________________________________
13798 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
13799         Log: Update Changes.
13800      Branch: perl
13801            ! Changes patchlevel.h
13802 ____________________________________________________________________________
13803 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
13804         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
13805              From: Doug MacEachern <dougm@covalent.net>
13806              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
13807              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
13808      Branch: perl
13809            ! op.c
13810 ____________________________________________________________________________
13811 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
13812         Log: The #11541 didn't work under threads.
13813      Branch: perl
13814            ! op.c
13815 ____________________________________________________________________________
13816 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
13817         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
13818              From: Hugo <hv@crypt.compulink.co.uk>
13819              Date: Fri, 22 Jun 2001 01:19:08 +0100 
13820              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
13821              
13822              (Skip tests if accept() failed)
13823      Branch: perl
13824            ! ext/IO/lib/IO/t/io_unix.t
13825 ____________________________________________________________________________
13826 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
13827         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
13828              From: "Stian Seeberg" <sseeberg@nimsoft.no>
13829              Date: Mon, 30 Jul 2001 12:28:07 +0200
13830              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
13831      Branch: perl
13832            ! perl.h
13833 ____________________________________________________________________________
13834 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
13835         Log: Subject: Pluggable optimizer
13836              From: Simon Cozens <simon@netthink.co.uk>
13837              Date: Wed, 1 Aug 2001 13:57:02 -0700
13838              Message-ID: <20010801135702.I10442@netthink.co.uk>
13839      Branch: perl
13840            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
13841 ____________________________________________________________________________
13842 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
13843         Log: Subject: [ID 20010801.039] perlre.pod message typo
13844              From: Autrijus Tang <autrijus@geb.elixus.org>
13845              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
13846              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
13847      Branch: perl
13848            ! pod/perlre.pod
13849 ____________________________________________________________________________
13850 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
13851         Log: Test for change #11536.
13852      Branch: perl
13853            ! t/op/tiehandle.t
13854 ____________________________________________________________________________
13855 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
13856         Log: More test fixups for #11537.
13857      Branch: perl
13858            ! t/lib/warnings/4lint t/lib/warnings/9enabled
13859 ____________________________________________________________________________
13860 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
13861         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
13862              From: Doug MacEachern <dougm@covalent.net>
13863              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
13864              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
13865      Branch: perl
13866            ! op.c t/TestInit.pm
13867 ____________________________________________________________________________
13868 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
13869         Log: Subject: [patch] ithreads + refto bug
13870              From: Doug MacEachern <dougm@covalent.net>
13871              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
13872              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
13873              
13874              (Test in change #11539)
13875      Branch: perl
13876            ! pp.c
13877 ____________________________________________________________________________
13878 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
13879         Log: Subject: [PATCH: perl@11523] fixups for t/harness
13880              From: Prymmer/Kahn <pvhp@best.com>
13881              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
13882              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
13883      Branch: perl
13884            ! t/harness
13885 ____________________________________________________________________________
13886 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
13887         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
13888              From: Prymmer/Kahn <pvhp@best.com>
13889              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
13890              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
13891      Branch: perl
13892            ! win32/Makefile win32/makefile.mk
13893 ____________________________________________________________________________
13894 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
13895         Log: Need to know the number of tests.
13896      Branch: perl
13897            ! t/run/exit.t
13898 ____________________________________________________________________________
13899 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
13900         Log: Subject: Re: new exit tests on VMS
13901              From: "Craig A. Berry" <craigberry@mac.com>
13902              Date: Tue, 31 Jul 2001 12:19:29 -0500
13903              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
13904      Branch: perl
13905            ! t/run/exit.t
13906 ____________________________________________________________________________
13907 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
13908         Log: Retract #11530 (the dTHX is needed under threads)
13909      Branch: perl
13910            ! perlio.c
13911 ____________________________________________________________________________
13912 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
13913         Log: (Retracted by #11531)
13914      Branch: perl
13915            ! perlio.c
13916 ____________________________________________________________________________
13917 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
13918         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
13919              From: Richard Soderberg <rs@crystalflame.net>
13920              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
13921              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
13922      Branch: perl
13923            ! unixish.h
13924 ____________________________________________________________________________
13925 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
13926         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
13927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13928              Date: Tue, 31 Jul 2001 05:39:09 -0400
13929              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
13930              
13931              (with a note about the case of UV being equal to long long)
13932      Branch: perl
13933            ! utils/h2xs.PL
13934 ____________________________________________________________________________
13935 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
13936         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
13937              From: "Craig A. Berry" <craigberry@mac.com>
13938              Date: Tue, 31 Jul 2001 14:57:43 -0500
13939              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
13940      Branch: perl
13941            ! t/io/fs.t
13942 ____________________________________________________________________________
13943 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
13944         Log: Fix for
13945              
13946              Subject: [ID 20010116.001] File::Copy truncates orig file 
13947              From: arbor@al37al08.telecel.pt
13948              Date: Tue, 16 Jan 2001 11:43:02 GMT
13949              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
13950              
13951              (copy($foo, $foo) would truncate $foo)
13952      Branch: perl
13953            ! lib/File/Copy.pm lib/File/Copy.t
13954 ____________________________________________________________________________
13955 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
13956         Log: Metaconfig unit change for #11524.
13957      Branch: metaconfig/U/perl
13958            ! Extras.U
13959 ____________________________________________________________________________
13960 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
13961         Log: Multiple modules didn't work; plus typo fixes.
13962      Branch: perl
13963            ! Configure
13964 ____________________________________________________________________________
13965 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
13966         Log: Update Changes.
13967      Branch: perl
13968            ! Changes patchlevel.h
13969 ____________________________________________________________________________
13970 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
13971         Log: Regen perlapi.
13972      Branch: perl
13973            ! pod/perlapi.pod
13974 ____________________________________________________________________________
13975 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
13976         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
13977              From: Dave Mitchell <davem@fdgroup.co.uk>
13978              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
13979              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
13980      Branch: perl
13981            ! sv.c
13982 ____________________________________________________________________________
13983 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
13984         Log: Regen toc.
13985      Branch: perl
13986            ! pod/perltoc.pod
13987 ____________________________________________________________________________
13988 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
13989         Log: Regen Porting stuff.
13990      Branch: perl
13991            ! Porting/Glossary Porting/config.sh Porting/config_H
13992 ____________________________________________________________________________
13993 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
13994         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
13995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13996              Date: Tue, 31 Jul 2001 05:34:38 -0400
13997              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
13998      Branch: perl
13999            ! utils/h2xs.PL
14000 ____________________________________________________________________________
14001 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
14002         Log: Metaconfig unit change for #11516. 
14003      Branch: metaconfig/U/perl
14004            ! gccvers.U
14005 ____________________________________________________________________________
14006 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
14007         Log: Add -Wall in cflags, not in Configure.
14008              (This way -Wall affects only the core and the core XS,
14009              not user modules' XS.  Concern from Paul Marquess,
14010              implementation idea from Andy Dougherty.)
14011      Branch: perl
14012            ! Configure cflags.SH
14013 ____________________________________________________________________________
14014 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
14015         Log: Metaconfig unit changes for #11514.
14016      Branch: metaconfig
14017            + U/modified/sysman.U
14018            ! U/installdirs/man1dir.U
14019 ____________________________________________________________________________
14020 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
14021         Log: Subject: Configure's detection of system manual
14022              From: Sean Dague <sean@dague.net> 
14023              Date: Sun, 13 May 2001 15:53:15 -0400
14024              Message-ID: <20010513155315.A15833@underhill.dague.net>
14025      Branch: perl
14026            ! Configure
14027 ____________________________________________________________________________
14028 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
14029         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
14030              From: Autrijus Tang <autrijus@autrijus.org> 
14031              Date: Thu, 21 Jun 2001 23:56:48 +0800
14032              Message-Id: <20010621235648.A57340@not.autrijus.org>
14033      Branch: perl
14034            ! pod/perlobj.pod
14035 ____________________________________________________________________________
14036 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
14037         Log: Subject: Typo in DB_File.pm
14038              From: "Philip Newton" <Philip.Newton@gmx.net>
14039              Date: Tue, 31 Jul 2001 06:19:35 +0200
14040              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
14041      Branch: perl
14042            ! ext/DB_File/DB_File.pm
14043 ____________________________________________________________________________
14044 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
14045         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
14046              From: "Stephen P. Potter" <spp@spotter.yi.org>
14047              Date: Wed, 30 May 2001 13:59:34 -0400
14048              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
14049      Branch: perl
14050            ! pod/perlre.pod
14051 ____________________________________________________________________________
14052 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
14053         Log: eval "format foo=" would loop indefinitely; reported in
14054              
14055              Subject: A load of old rubbish
14056              From: Mike Guy <mjtg@cam.ac.uk>
14057              Date: Mon, 14 May 2001 16:12:22 +0100
14058              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
14059              
14060              (The core dumps reported in there already fixed.)
14061      Branch: perl
14062            ! toke.c
14063 ____________________________________________________________________________
14064 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
14065         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
14066      Branch: perl
14067            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
14068            + lib/Switch/t/switch_case.t
14069            - lib/Switch/test.pl
14070            ! MANIFEST lib/Switch.pm
14071 ____________________________________________________________________________
14072 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
14073         Log: Subject: [PATCH @11505] DB_File-1.78
14074              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14075              Date: Mon, 30 Jul 2001 22:54:37 +0100
14076              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
14077      Branch: perl
14078            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14079            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
14080 ____________________________________________________________________________
14081 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
14082         Log: Explain in more detail why -pipe and -fno-common are good.
14083      Branch: perl
14084            ! hints/darwin.sh
14085 ____________________________________________________________________________
14086 [ 11506] By: nick                                  on 2001/07/30  14:32:23
14087         Log: Integrate mainline
14088      Branch: perlio
14089           !> INSTALL Makefile.SH doio.c hints/darwin.sh
14090 ____________________________________________________________________________
14091 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
14092         Log: Perl hasn't been putting man pages into $prefix/lib for
14093              a long time now; pointed out by Andy Dougherty. 
14094      Branch: perl
14095            ! hints/darwin.sh
14096 ____________________________________________________________________________
14097 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
14098         Log: Document the extras Configure option.
14099      Branch: perl
14100            ! INSTALL
14101 ____________________________________________________________________________
14102 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
14103         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
14104              everywhere.
14105      Branch: perl
14106           !> doio.c
14107 ____________________________________________________________________________
14108 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
14109         Log: Doubly guard against invoking CPAN if no extras defined,
14110              pointed out by H. Merijn Brand.
14111      Branch: perl
14112            ! Makefile.SH
14113 ____________________________________________________________________________
14114 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
14115         Log: Fix O_RDONLY check to check for O_RDONLY.
14116      Branch: maint-5.6/macperl
14117            ! doio.c
14118 ____________________________________________________________________________
14119 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
14120         Log: Integrate miscellaneous changes from maint-5.6/perl.
14121      Branch: maint-5.6/macperl
14122           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
14123 ____________________________________________________________________________
14124 [ 11499] By: nick                                  on 2001/07/30  06:52:42
14125         Log: Integrate mainline
14126      Branch: perlio
14127           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
14128           +> win32/sync_ext.pl
14129            - win32/sncfnmcs.pl
14130           !> (integrate 71 files)
14131 ____________________________________________________________________________
14132 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
14133         Log: Update Changes.
14134      Branch: perl
14135            ! Changes patchlevel.h
14136 ____________________________________________________________________________
14137 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
14138         Log: Now Configure -Dextras=Foo::Bar and "make install" will
14139              fetch and install Foo::Bar.
14140      Branch: perl
14141            ! Makefile.SH
14142 ____________________________________________________________________________
14143 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
14144         Log: Metaconfig unit change for #11495.
14145      Branch: metaconfig/U/perl
14146            ! Extras.U
14147 ____________________________________________________________________________
14148 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
14149         Log: extras.make, extras.test, and extras.install make targets.
14150      Branch: perl
14151            ! Configure Makefile.SH
14152 ____________________________________________________________________________
14153 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
14154         Log: Metaconfig unit change for #11493.
14155      Branch: metaconfig/U/perl
14156            ! Extras.U
14157 ____________________________________________________________________________
14158 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
14159         Log: Better to have the list of extras in $extras than 'define'.
14160      Branch: perl
14161            ! Configure
14162 ____________________________________________________________________________
14163 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
14164         Log: The metaconfig unit change for #11490.
14165      Branch: metaconfig/U/perl
14166            + Extras.U
14167 ____________________________________________________________________________
14168 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
14169         Log: Missed from #11490 (the required dependency).
14170      Branch: perl
14171            ! Makefile.SH
14172 ____________________________________________________________________________
14173 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
14174         Log: Add the support of asking for extra modules or bundles of modules
14175              to be fetched from the CPAN and installed as a part of the Perl
14176              build process.  None of this installation is yet really done;
14177              only the list is asked, and saved away in extras.lst for
14178              the build and installation process to worry about later.
14179      Branch: perl
14180            ! Configure
14181 ____________________________________________________________________________
14182 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
14183         Log: Beginnings of better Inf and NaN support.
14184              At least toke.c and sv.c still need quite a bit of work.
14185      Branch: perl
14186            ! numeric.c perl.h
14187 ____________________________________________________________________________
14188 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
14189         Log: Top-level Makefile didn't honour OPTIMIZE.
14190      Branch: perl
14191            ! Makefile.SH
14192 ____________________________________________________________________________
14193 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
14194         Log: Update Changes.
14195      Branch: perl
14196            ! Changes patchlevel.h
14197 ____________________________________________________________________________
14198 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
14199         Log: Use Search::Dict 1.02 interface for charinfo().
14200      Branch: perl
14201            ! lib/UnicodeCD.pm
14202 ____________________________________________________________________________
14203 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
14204         Log: Now also allow transforming the read lines before comparing them.
14205              (This will help UnicodeCD.) 
14206      Branch: perl
14207            ! lib/Search/Dict.pm
14208 ____________________________________________________________________________
14209 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
14210         Log: Remove tiehandle code.
14211      Branch: perl
14212            ! lib/UnicodeCD.pm
14213 ____________________________________________________________________________
14214 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
14215         Log: Allow specifying a comparison function for Search::Dict::look().
14216      Branch: perl
14217            ! lib/Search/Dict.pm
14218 ____________________________________________________________________________
14219 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
14220         Log: Small UnicodeCD tweaks.
14221      Branch: perl
14222            ! lib/UnicodeCD.pm lib/UnicodeCD.t
14223 ____________________________________________________________________________
14224 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
14225         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
14226              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14227              Date: Tue, 24 Jul 2001 01:51:32 +0900
14228              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
14229      Branch: perl
14230            ! lib/UnicodeCD.pm lib/UnicodeCD.t
14231 ____________________________________________________________________________
14232 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
14233         Log: Subject: [PATCH] installperl
14234              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
14235              Date: Fri, 27 Jul 2001 19:05:04 -0700
14236              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
14237      Branch: perl
14238            ! installperl
14239 ____________________________________________________________________________
14240 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
14241         Log: Subject: [PATCH] Set proper compatibility versions in core
14242              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
14243              Date: Fri, 27 Jul 2001 20:01:49 -0700
14244              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
14245      Branch: perl
14246            ! Makefile.SH
14247 ____________________________________________________________________________
14248 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
14249         Log: Metaconfig unit change for #11477.
14250      Branch: metaconfig/U/perl
14251            ! dlsrc.U
14252 ____________________________________________________________________________
14253 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
14254         Log: Subject: [PATCH] Darwin: -fpic not so good
14255              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
14256              Date: Fri, 27 Jul 2001 18:57:38 -0700
14257              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
14258      Branch: perl
14259            ! Configure
14260 ____________________________________________________________________________
14261 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
14262         Log: Subject: [PATCH] Clean up Darwin hints
14263              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
14264              Date: Fri, 27 Jul 2001 19:13:15 -0700
14265              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
14266      Branch: perl
14267            ! hints/darwin.sh
14268 ____________________________________________________________________________
14269 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
14270         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
14271              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14272              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
14273              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
14274      Branch: perl
14275            ! pod/perlfunc.pod pp.c t/op/split.t
14276 ____________________________________________________________________________
14277 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
14278         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
14279              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14280              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
14281              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
14282      Branch: perl
14283            ! pod/perlvar.pod
14284 ____________________________________________________________________________
14285 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
14286         Log: Subject: [PATCH] fixes to constant.pm documentation
14287              From: Ilmari Karonen <iltzu@sci.fi>
14288              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
14289              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
14290      Branch: perl
14291            ! lib/constant.pm
14292 ____________________________________________________________________________
14293 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
14294         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
14295              From: "Philip Newton" <Philip.Newton@gmx.net>
14296              Date: Fri, 27 Jul 2001 07:51:10 +0200
14297              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
14298      Branch: perl
14299            ! pod/perlport.pod
14300 ____________________________________________________________________________
14301 [ 11471] By: nick                                  on 2001/07/26  06:23:32
14302         Log: Subject:  [PATCH] Doc fix for perlguts / threading
14303              From:  Arthur Bergman <arthur@contiller.se>
14304              Date:  Wed, 25 Jul 2001 11:28:23 +0200
14305              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
14306      Branch: perl
14307            ! pod/perlguts.pod
14308 ____________________________________________________________________________
14309 [ 11470] By: nick                                  on 2001/07/26  06:21:06
14310         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
14311              From:  Philip Newton <Philip.Newton@gmx.net>
14312              Date:  Wed, 25 Jul 2001 08:19:47 +0200
14313              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
14314      Branch: perl
14315            ! INSTALL
14316 ____________________________________________________________________________
14317 [ 11469] By: nick                                  on 2001/07/26  06:20:25
14318         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
14319              From:  Philip Newton <Philip.Newton@gmx.net>
14320              Date:  Wed, 25 Jul 2001 08:12:48 +0200
14321              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
14322      Branch: perl
14323            ! INSTALL
14324 ____________________________________________________________________________
14325 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
14326         Log: More +x.
14327      Branch: perl
14328            ! Porting/makerel
14329 ____________________________________________________________________________
14330 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
14331         Log: Update Changes.
14332      Branch: perl
14333            ! Changes patchlevel.h
14334 ____________________________________________________________________________
14335 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
14336         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
14337              From: "Philip Newton" <Philip.Newton@gmx.net>
14338              Date: Tue, 24 Jul 2001 06:45:55 +0200
14339              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
14340      Branch: perl
14341            ! os2/perlrexx.c
14342 ____________________________________________________________________________
14343 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
14344         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
14345              From: Peter Prymmer <pvhp@forte.com>
14346              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
14347              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
14348      Branch: perl
14349            ! pod/perlport.pod t/io/fs.t vms/test.com
14350 ____________________________________________________________________________
14351 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
14352         Log: Workaround on Cwd bootstrap problem.
14353      Branch: perl
14354            ! lib/ExtUtils/MakeMaker.pm
14355 ____________________________________________________________________________
14356 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
14357         Log: When in Rome, quote like the Romans do.
14358      Branch: perl
14359            ! cflags.SH
14360 ____________________________________________________________________________
14361 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
14362         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
14363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14364              Date: Mon, 23 Jul 2001 19:29:49 -0400
14365              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
14366      Branch: perl
14367            + os2/perlrexx.c
14368            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
14369            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
14370            ! t/op/write.t
14371 ____________________________________________________________________________
14372 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
14373         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
14374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14375              Date: Mon, 23 Jul 2001 18:43:42 -0400
14376              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
14377      Branch: perl
14378            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14379 ____________________________________________________________________________
14380 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
14381         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
14382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14383              Date: Mon, 23 Jul 2001 18:33:16 -0400
14384              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
14385      Branch: perl
14386            ! lib/ExtUtils/MakeMaker.pm
14387 ____________________________________________________________________________
14388 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
14389         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
14390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14391              Date: Mon, 23 Jul 2001 18:20:35 -0400
14392              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
14393      Branch: perl
14394            ! Makefile.SH cflags.SH
14395 ____________________________________________________________________________
14396 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
14397         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
14398              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
14399              Date: Mon, 23 Jul 2001 11:32:17 -0500
14400              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
14401      Branch: perl
14402            ! lib/ExtUtils/MakeMaker.pm
14403 ____________________________________________________________________________
14404 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
14405         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
14406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14407              Date: Mon, 23 Jul 2001 18:13:20 -0400
14408              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
14409      Branch: perl
14410            ! lib/perl5db.pl
14411 ____________________________________________________________________________
14412 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
14413         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
14414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14415              Date: Mon, 23 Jul 2001 18:07:40 -0400
14416              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
14417      Branch: perl
14418            ! op.c
14419 ____________________________________________________________________________
14420 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
14421         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
14422              From: "Craig A. Berry" <craigberry@mac.com>
14423              Date: Mon, 23 Jul 2001 15:35:06 -0500
14424              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
14425      Branch: perl
14426            ! util.c
14427 ____________________________________________________________________________
14428 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
14429         Log: Subject: [PATCH perlfaq9.pod typo]
14430              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
14431              Date: Mon, 23 Jul 2001 07:49:05 -0700
14432              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
14433      Branch: perl
14434            ! pod/perlfaq9.pod
14435 ____________________________________________________________________________
14436 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
14437         Log: Subject: win32\sncfnmcs.pl corrections
14438              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14439              Date: Mon, 23 Jul 2001 12:56:54 +0200
14440              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
14441              
14442              Rename the script a little bit more sensibly.
14443      Branch: perl
14444            + win32/sync_ext.pl
14445            - win32/sncfnmcs.pl
14446            ! MANIFEST README.win32
14447 ____________________________________________________________________________
14448 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
14449         Log: Test tweak.
14450      Branch: perl
14451            ! ext/B/Deparse.t
14452 ____________________________________________________________________________
14453 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
14454         Log: Metaconfig unit tweak for #11450.
14455      Branch: metaconfig/U/perl
14456            ! Mksymlinks.U
14457 ____________________________________________________________________________
14458 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
14459         Log: Too volatile failsafe check.
14460      Branch: perl
14461            ! Configure
14462 ____________________________________________________________________________
14463 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
14464         Log: Further doc tweaks.
14465      Branch: perl
14466            ! lib/UnicodeCD.pm
14467 ____________________________________________________________________________
14468 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
14469         Log: Doc tweaks.
14470      Branch: perl
14471            ! lib/UnicodeCD.pm
14472 ____________________________________________________________________________
14473 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
14474         Log: Doc tweakery from Abhijit.
14475      Branch: perl
14476            ! Porting/repository.pod
14477 ____________________________________________________________________________
14478 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
14479         Log: An accidental empty line.
14480      Branch: perl
14481            ! MANIFEST
14482 ____________________________________________________________________________
14483 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
14484         Log: Missing MANIFESTations.
14485      Branch: perl
14486            ! MANIFEST
14487 ____________________________________________________________________________
14488 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
14489         Log: Update Changes.
14490      Branch: perl
14491            ! Changes patchlevel.h
14492 ____________________________________________________________________________
14493 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
14494         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
14495              From: Mike Guy <mjtg@cam.ac.uk>
14496              Date: Fri, 20 Jul 2001 16:12:49 +0100
14497              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
14498      Branch: perl
14499            ! Porting/pumpkin.pod
14500 ____________________________________________________________________________
14501 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
14502         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
14503              From: Peter Prymmer <pvhp@forte.com>
14504              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
14505              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
14506      Branch: perl
14507            ! pod/perlhack.pod
14508 ____________________________________________________________________________
14509 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
14510         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
14511              From: Michael G Schwern <schwern@pobox.com>
14512              Date: Fri, 20 Jul 2001 20:22:35 -0400
14513              Message-ID: <20010720202235.O4498@blackrider>
14514      Branch: perl
14515            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
14516            ! lib/Test/t/todo.t
14517 ____________________________________________________________________________
14518 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
14519         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
14520              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14521              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
14522              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
14523      Branch: perl
14524            ! ext/POSIX/POSIX.pod
14525 ____________________________________________________________________________
14526 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
14527         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
14528              From: Mark-Jason Dominus <mjd@plover.com>
14529              Date: Fri, 20 Jul 2001 23:16:54 -0400
14530              Message-ID: <20010721031654.21877.qmail@plover.com>
14531      Branch: perl
14532            ! ext/POSIX/POSIX.pod
14533 ____________________________________________________________________________
14534 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
14535         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
14536              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14537              Date: Sun, 22 Jul 2001 14:56:09 +0200
14538              Message-ID: <20010722145609.A766@rafael>
14539      Branch: perl
14540            ! ext/B/O.pm
14541 ____________________________________________________________________________
14542 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
14543         Log: Subject: regexec.c #define cleanup
14544              From: Mark-Jason Dominus <mjd@plover.com>
14545              Date: Sat, 21 Jul 2001 18:33:25 -0400
14546              Message-ID: <20010721223325.3069.qmail@plover.com>
14547      Branch: perl
14548            ! regexec.c
14549 ____________________________________________________________________________
14550 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
14551         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
14552              From: Prymmer/Kahn <pvhp@best.com>
14553              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
14554              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
14555      Branch: perl
14556            ! t/io/fs.t
14557 ____________________________________________________________________________
14558 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
14559         Log: Typo in #11432.
14560      Branch: perl
14561            ! ext/POSIX/POSIX.t
14562 ____________________________________________________________________________
14563 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
14564         Log: Integrate (manually) change #11424 from macperl.
14565      Branch: perl
14566            ! ext/Filter/t/call.t
14567 ____________________________________________________________________________
14568 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
14569         Log: Integrate change #11408 from macperl.
14570      Branch: perl
14571           !> README.macos pod/perlport.pod
14572 ____________________________________________________________________________
14573 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
14574         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
14575      Branch: perl
14576           +> macos/MacPerlTests.cmd macos/xsubpp.patch
14577            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14578            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
14579            ! ext/POSIX/POSIX.t
14580 ____________________________________________________________________________
14581 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
14582         Log: pod/*.t tests not picked up by t/TEST either
14583      Branch: maint-5.6/perl
14584            ! t/TEST
14585 ____________________________________________________________________________
14586 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
14587         Log: better tweak for change#11429 (windows has both / and \ separated
14588              paths in @INC at that point)
14589      Branch: maint-5.6/perl
14590            ! t/pod/testp2pt.pl
14591 ____________________________________________________________________________
14592 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
14593         Log: MacOS pod test tweak needs \Escape
14594      Branch: maint-5.6/perl
14595            ! t/pod/testp2pt.pl
14596 ____________________________________________________________________________
14597 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
14598         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
14599              resulting duplicate output, but t/harness isn't)
14600      Branch: maint-5.6/perl
14601            ! t/run/runenv.t
14602 ____________________________________________________________________________
14603 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
14604         Log: t/harness wasn't picking up all the tests
14605      Branch: maint-5.6/perl
14606            ! t/harness
14607 ____________________________________________________________________________
14608 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
14609         Log: update MANIFEST for new file
14610      Branch: maint-5.6/perl
14611            ! MANIFEST
14612 ____________________________________________________________________________
14613 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
14614         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
14615              the exception of the macperl/macos/... tree
14616      Branch: maint-5.6/perl
14617           +> t/lib/filefind-taint.t
14618           !> (integrate 72 files)
14619 ____________________________________________________________________________
14620 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
14621         Log: Fix test.
14622      Branch: maint-5.6/macperl
14623            ! macos/bundled_ext/Filter/t/call.t
14624 ____________________________________________________________________________
14625 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
14626         Log: Make perl fork()-safe (in a slightly limited way) even on
14627              platforms that don't have pthread_atfork() (extension of
14628              the fix in change#11151).
14629              
14630              Note that this will not help extensions that call fork()
14631              directly in C, or that link to libraries that call fork()
14632              directly.  Such cases must be fixed to either call
14633              PerlProc_fork(), or call atfork_lock() in parent before the
14634              calling the function that forks and call atfork_unlock()
14635              in both parent and child immediately after the fork().
14636              (There are no worries if C code calls exec() in the child
14637              immediately after a fork().  Only cases where the child
14638              calls perl's API functions (including New()) after the
14639              fork() are problematic.)
14640              
14641              This change also eliminates the use of vfork() from perl,
14642              since all such uses were violating the severe restrictions
14643              on modifying the state of the process between the vfork()
14644              and the exec().
14645              
14646              This is a modified version of patches suggested by Abhijit
14647              Menon-Sen and Richard Soderberg.
14648      Branch: perl
14649            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
14650            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
14651 ____________________________________________________________________________
14652 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
14653         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
14654              Switch, and Text::Balanced.
14655      Branch: maint-5.6/macperl
14656            + macos/bundled_ext/Filter/Util/Call/Call.pm
14657            + macos/bundled_ext/Filter/Util/Call/Call.xs
14658            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
14659            + macos/bundled_ext/Filter/t/MyFilter.pm
14660            + macos/bundled_ext/Filter/t/call.t
14661            + macos/bundled_ext/Filter/t/filter-util.pl
14662            + macos/bundled_lib/blib/lib/Class/ISA.pm
14663            + macos/bundled_lib/blib/lib/Digest.pm
14664            + macos/bundled_lib/blib/lib/Filter/Simple.pm
14665            + macos/bundled_lib/blib/lib/Switch.pm
14666            + macos/bundled_lib/blib/lib/Text/Balanced.pm
14667            + macos/bundled_lib/blib/lib/Text/Balanced.pod
14668            + macos/bundled_lib/t/Class/ISA/test.pl
14669            + macos/bundled_lib/t/Digest/Digest.t
14670            + macos/bundled_lib/t/Filter/Simple/test.pl
14671            + macos/bundled_lib/t/Switch/test.pl
14672            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
14673            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
14674            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
14675            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
14676            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
14677            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
14678            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
14679            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
14680 ____________________________________________________________________________
14681 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
14682         Log: Add Filter::Util::Call to config/make files; edit utils
14683              to recognize the module (it was descended too far down).
14684              Bump version to 5.6.1a4.
14685      Branch: maint-5.6/macperl
14686            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
14687            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
14688            ! macos/macperl/Makefile.mk macos/xsubpp.patch
14689 ____________________________________________________________________________
14690 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
14691         Log: Make DB_File the default for MLDBM on MacOS.
14692      Branch: maint-5.6/macperl
14693            ! macos/bundled_lib/blib/lib/MLDBM.pm
14694 ____________________________________________________________________________
14695 [ 11419] By: nick                                  on 2001/07/20  14:51:03
14696         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
14697              From:  Simon Cozens <simon@netthink.co.uk>
14698              Date:  Fri, 20 Jul 2001 11:42:35 -0400
14699              Message-Id:  <20010720114235.A5235@netthink.co.uk>
14700      Branch: perl
14701            ! lib/UnicodeCD.pm
14702 ____________________________________________________________________________
14703 [ 11418] By: nick                                  on 2001/07/20  14:48:12
14704         Log: Subject:  [PATCH regcomp.h] adds a comment
14705              From:  Abhijit Menon-Sen <ams@wiw.org>
14706              Date:  Fri, 20 Jul 2001 21:05:37 +0530
14707              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
14708      Branch: perl
14709            ! regcomp.h
14710 ____________________________________________________________________________
14711 [ 11417] By: nick                                  on 2001/07/20  14:16:38
14712         Log: Subject:  [PATCH 5.7.2] INSTALL updates
14713              From:  Andy Dougherty <doughera@lafayette.edu>
14714              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
14715              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
14716      Branch: perl
14717            ! INSTALL
14718 ____________________________________________________________________________
14719 [ 11416] By: nick                                  on 2001/07/20  06:44:44
14720         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
14721              From:  Russ Allbery <rra@stanford.edu>
14722              Date:  19 Jul 2001 15:52:37 -0700
14723              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
14724      Branch: perl
14725            ! lib/Pod/Man.pm
14726 ____________________________________________________________________________
14727 [ 11415] By: nick                                  on 2001/07/20  06:35:11
14728         Log: Subject:  [PATCH] defer op_seq allocation
14729              From:  Abhijit Menon-Sen <ams@wiw.org>
14730              Date:  Thu, 19 Jul 2001 22:12:24 +0530
14731              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
14732      Branch: perl
14733            ! op.c
14734 ____________________________________________________________________________
14735 [ 11414] By: nick                                  on 2001/07/20  06:23:36
14736         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
14737              From:  Abhijit Menon-Sen <ams@wiw.org>
14738              Date:  Fri, 20 Jul 2001 01:18:50 +0530
14739              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
14740              (Private e-mail)
14741      Branch: perl
14742            ! ext/Time/HiRes/HiRes.xs
14743 ____________________________________________________________________________
14744 [ 11413] By: nick                                  on 2001/07/20  06:18:53
14745         Log: Integrate mainline
14746      Branch: perlio
14747           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
14748            - t/base/commonsense.t
14749           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
14750           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
14751           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
14752           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
14753           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
14754           !> win32/win32.c
14755 ____________________________________________________________________________
14756 [ 11412] By: nick                                  on 2001/07/19  06:44:27
14757         Log: Integrate win32/perlhost.h from maintenance branch.
14758              (Rest of $ENV{PATH} / system() fix.)
14759      Branch: perl
14760           !> win32/perlhost.h
14761 ____________________________________________________________________________
14762 [ 11411] By: nick                                  on 2001/07/19  06:41:34
14763         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
14764              From:  Philip Newton <Philip.Newton@gmx.net>
14765              Date:  Wed, 18 Jul 2001 21:43:57 +0200
14766              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
14767      Branch: perl
14768            ! pod/perlhack.pod
14769 ____________________________________________________________________________
14770 [ 11410] By: nick                                  on 2001/07/19  06:39:35
14771         Log: Subject:  Security hole in taint checking in open()
14772              From:  deekoo@tentacle.net
14773              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
14774              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
14775      Branch: perl
14776            ! doio.c
14777 ____________________________________________________________________________
14778 [ 11409] By: nick                                  on 2001/07/19  06:28:08
14779         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
14780              From:  Abhijit Menon-Sen <ams@wiw.org>
14781              Date:  Thu, 19 Jul 2001 04:30:43 +0530
14782              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
14783      Branch: perl
14784            ! ext/Time/HiRes/HiRes.xs
14785 ____________________________________________________________________________
14786 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
14787         Log: Update docs with latest implementation information and new URLs.
14788      Branch: maint-5.6/macperl
14789            ! README.macos pod/perlport.pod
14790 ____________________________________________________________________________
14791 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
14792         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
14793              Fix BuildRules to accept optimization variables.
14794      Branch: maint-5.6/macperl
14795            + macos/bundled_ext/Digest/MD5/Makefile.mk
14796            ! macos/BuildRules.mk macos/Makefile.mk
14797            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
14798            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
14799 ____________________________________________________________________________
14800 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
14801         Log: Integrate changes 11399,11401
14802      Branch: maint-5.6/macperl
14803           !> win32/perlhost.h win32/win32.c
14804 ____________________________________________________________________________
14805 [ 11405] By: nick                                  on 2001/07/18  06:50:33
14806         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
14807              from perl5.6*
14808      Branch: perl
14809           !> win32/perlhost.h win32/win32.c
14810 ____________________________________________________________________________
14811 [ 11404] By: nick                                  on 2001/07/18  06:43:59
14812         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
14813              From:  hv@crypt0.demon.co.uk
14814              Date:  Wed, 18 Jul 2001 05:58:46 +0100
14815              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
14816      Branch: perl
14817            ! ext/POSIX/POSIX.t
14818 ____________________________________________________________________________
14819 [ 11403] By: nick                                  on 2001/07/18  06:38:57
14820         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
14821              From:  hv@crypt0.demon.co.uk
14822              Date:  Wed, 18 Jul 2001 05:21:54 +0100
14823              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
14824      Branch: perl
14825            ! numeric.c t/op/arith.t
14826 ____________________________________________________________________________
14827 [ 11402] By: nick                                  on 2001/07/18  06:19:17
14828         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
14829              From:  mjd@plover.com
14830              Date:  17 Jul 2001 17:59:20 -0000
14831              Message-Id:  <20010717175920.8177.qmail@plover.com>
14832      Branch: perl
14833            ! pod/perlre.pod
14834 ____________________________________________________________________________
14835 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
14836         Log: thinko in change#11400 (duh)
14837      Branch: maint-5.6/perl
14838            ! win32/perlhost.h
14839 ____________________________________________________________________________
14840 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
14841         Log: change#11399 revealed another unrelated bug; this is just a temporary
14842              bandaid
14843      Branch: maint-5.6/perl
14844            ! win32/perlhost.h
14845 ____________________________________________________________________________
14846 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
14847         Log: fix bugs in handling of the virtualized environment under windows;
14848              there were bugs in propagating any changes to %ENV down to the real
14849              environment when such changes happened in the toplevel process
14850              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
14851              problem identification, and for a part of the fix)
14852      Branch: maint-5.6/perl
14853            ! win32/perlhost.h win32/win32.c
14854 ____________________________________________________________________________
14855 [ 11398] By: nick                                  on 2001/07/17  08:26:35
14856         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
14857              From: Peter Prymmer <pvhp@forte.com>
14858              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
14859              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
14860              
14861              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
14862              should not depend on existance of Config.pm
14863      Branch: perl
14864           +> t/lib/commonsense.t
14865            - t/base/commonsense.t
14866            ! MANIFEST t/README
14867 ____________________________________________________________________________
14868 [ 11397] By: nick                                  on 2001/07/17  08:09:58
14869         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
14870              From:  Michael G Schwern <schwern@pobox.com>
14871              Date:  Mon, 16 Jul 2001 18:20:31 -0400
14872              Message-Id:  <20010716182031.A1128@blackrider>
14873      Branch: perl
14874            ! pod/perlhack.pod
14875 ____________________________________________________________________________
14876 [ 11396] By: nick                                  on 2001/07/17  08:04:11
14877         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
14878              From:  Gwyn Judd <b.judd@xtra.co.nz>
14879              Date:  Tue, 17 Jul 2001 20:55:58 +1200
14880              Message-Id:  <20010717205558.A3107@thislove>
14881      Branch: perl
14882            ! pod/perlfunc.pod
14883 ____________________________________________________________________________
14884 [ 11395] By: nick                                  on 2001/07/17  08:02:22
14885         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
14886              From:  Peter Prymmer <pvhp@forte.com>
14887              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
14888              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
14889      Branch: perl
14890            ! t/op/sprintf.t
14891 ____________________________________________________________________________
14892 [ 11394] By: nick                                  on 2001/07/17  07:57:06
14893         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
14894              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
14895              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
14896              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
14897      Branch: perl
14898            ! gv.c
14899 ____________________________________________________________________________
14900 [ 11392] By: nick                                  on 2001/07/17  07:50:12
14901         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
14902              From:  Coral <coral@moonlight.crystalflame.net>
14903              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
14904              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
14905      Branch: perl
14906            ! pp_sys.c thread.h
14907 ____________________________________________________________________________
14908 [ 11391] By: nick                                  on 2001/07/17  07:34:28
14909         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
14910              From:  Jonathan Stowe <gellyfish@gellyfish.com>
14911              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
14912              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
14913      Branch: perl
14914            ! utils/h2xs.PL
14915 ____________________________________________________________________________
14916 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
14917         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
14918              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
14919              and Mac::Apps::Launch, which don't work, and Time::HiRes and
14920              Time::Piece, which don't yet work.
14921      Branch: maint-5.6/macperl
14922            + (add 154 files)
14923 ____________________________________________________________________________
14924 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
14925         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
14926              Also add hack to get around missing setenv for PERL5DB.
14927      Branch: maint-5.6/macperl
14928            ! macos/macish.c macos/macish.h
14929 ____________________________________________________________________________
14930 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
14931         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
14932      Branch: maint-5.6/macperl
14933            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
14934            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
14935 ____________________________________________________________________________
14936 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
14937         Log: Fix up some configuration and make options, add extra
14938              extensions.
14939      Branch: maint-5.6/macperl
14940            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
14941            ! macos/macperl/Makefile.mk
14942 ____________________________________________________________________________
14943 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
14944         Log: From Change 11374 in maintperl.
14945      Branch: maint-5.6/macperl
14946           !> utils/h2ph.PL
14947 ____________________________________________________________________________
14948 [ 11385] By: nick                                  on 2001/07/16  14:12:58
14949         Log: Back out change to h2xs till it passes its test.
14950      Branch: perl
14951            ! utils/h2xs.PL
14952 ____________________________________________________________________________
14953 [ 11384] By: nick                                  on 2001/07/16  14:00:10
14954         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
14955              From:  Jonathan Stowe <gellyfish@gellyfish.com>
14956              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
14957              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
14958      Branch: perl
14959            ! utils/h2xs.PL
14960 ____________________________________________________________________________
14961 [ 11383] By: nick                                  on 2001/07/16  13:53:12
14962         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
14963              From:  Robin Houston <robin@kitsite.com>
14964              Date:  Sun, 15 Jul 2001 18:22:31 +0100
14965              Message-Id:  <20010715182230.A11174@robin>
14966      Branch: perl
14967            ! hints/darwin.sh
14968 ____________________________________________________________________________
14969 [ 11382] By: nick                                  on 2001/07/16  13:52:49
14970         Log: Subject:  [PATCH perl@11372] re_dup
14971              From:  Radu Greab <radu@netsoft.ro>
14972              Date:  Sun, 15 Jul 2001 04:50:06 +0300
14973              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
14974      Branch: perl
14975            ! sv.c
14976 ____________________________________________________________________________
14977 [ 11379] By: nick                                  on 2001/07/16  13:35:39
14978         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
14979              From:  Robin Houston <robin@kitsite.com>
14980              Date:  Sat, 14 Jul 2001 14:28:50 +0100
14981              Message-Id:  <20010714142850.A10205@robin>
14982      Branch: perl
14983            ! ext/B/B/Deparse.pm
14984 ____________________________________________________________________________
14985 [ 11378] By: nick                                  on 2001/07/16  13:30:36
14986         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
14987              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
14988              Date:  Sat, 14 Jul 2001 22:17:42 +0900
14989              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
14990      Branch: perl
14991            + ext/Encode/Encode/euc-jp-0212.enc
14992            ! ext/Encode/Encode/Tcl.pm
14993 ____________________________________________________________________________
14994 [ 11377] By: nick                                  on 2001/07/16  13:17:28
14995         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
14996              From:  Andy Dougherty <doughera@lafayette.edu>
14997              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
14998              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
14999      Branch: perl
15000            ! hints/darwin.sh hints/rhapsody.sh
15001 ____________________________________________________________________________
15002 [ 11376] By: nick                                  on 2001/07/16  09:05:00
15003         Log: Integrate mainline
15004      Branch: perlio
15005           +> ext/Encode/Encode/7bit-greek.enc
15006           +> ext/Encode/Encode/7bit-latin1.enc
15007           +> ext/Encode/Encode/cns11643-1.enc
15008           +> ext/Encode/Encode/cns11643-2.enc
15009           +> ext/Encode/Encode/iso2022-cn.enc
15010           +> ext/Encode/Encode/iso2022-jp1.enc
15011           +> ext/Encode/Encode/iso2022-jp2.enc
15012           !> Changes Configure MANIFEST Makefile.SH
15013           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
15014           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
15015           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
15016           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
15017           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
15018 ____________________________________________________________________________
15019 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
15020         Log: integrate change#11374 from maint-5.6
15021              
15022              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
15023      Branch: perl
15024           !> utils/h2ph.PL
15025 ____________________________________________________________________________
15026 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
15027         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
15028      Branch: maint-5.6/perl
15029            ! utils/h2ph.PL
15030 ____________________________________________________________________________
15031 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
15032         Log: Update Changes.
15033      Branch: perl
15034            ! Changes patchlevel.h
15035 ____________________________________________________________________________
15036 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
15037         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
15038              From: Jonathan Stowe <gellyfish@gellyfish.com>
15039              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
15040              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
15041      Branch: perl
15042            ! utils/h2xs.PL
15043 ____________________________________________________________________________
15044 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
15045         Log: Subject: patch to add DEL to [:cntrl:]
15046              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15047              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
15048              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
15049      Branch: perl
15050            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
15051 ____________________________________________________________________________
15052 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
15053         Log: Metaconfig unit change for #11369; plus a dependency nit.
15054      Branch: metaconfig
15055            ! U/compline/nblock_io.U
15056      Branch: metaconfig/U/perl
15057            ! Extensions.U
15058 ____________________________________________________________________________
15059 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
15060         Log: #include <stdlib.h> so that exit() is prototyped,
15061              noticed by Hugo.
15062      Branch: perl
15063            ! Configure
15064 ____________________________________________________________________________
15065 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
15066         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
15067              From: Peter Prymmer <pvhp@forte.com>
15068              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
15069              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
15070      Branch: perl
15071            ! t/op/sprintf.t
15072 ____________________________________________________________________________
15073 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
15074         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
15075              From: Peter Prymmer <pvhp@forte.com>
15076              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
15077              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
15078      Branch: perl
15079            ! ext/Encode/Encode/Tcl.t
15080 ____________________________________________________________________________
15081 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
15082         Log: Add information about gcc 3.0 basic block profiling.
15083      Branch: perl
15084            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
15085 ____________________________________________________________________________
15086 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
15087         Log: Subject: Error in lib/PerlIO/Via.pm ?
15088              From: Mark-Jason Dominus <mjd@plover.com>
15089              Date: Fri, 13 Jul 2001 15:55:41 -0400
15090              Message-ID: <20010713195541.26751.qmail@plover.com>
15091      Branch: perl
15092            ! ext/PerlIO/Via/Via.pm
15093 ____________________________________________________________________________
15094 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
15095         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
15096              section from the Compiler section.
15097      Branch: perl
15098            ! myconfig.SH
15099 ____________________________________________________________________________
15100 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
15101         Log: Handle glibc style of constant definitions using enum
15102              with intervening #defines; from Brendan O'Dea.
15103      Branch: perl
15104            ! utils/h2ph.PL
15105 ____________________________________________________________________________
15106 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
15107         Log: Add LC_MESSAGES to the locale_h export tag (it already is
15108              in the Makefile.PL and thusly eligible for an XS constant)
15109              (see also maintperl #10543)
15110      Branch: perl
15111            ! ext/POSIX/POSIX.pm
15112 ____________________________________________________________________________
15113 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
15114         Log: Subject: Re: [patch] re_dup
15115              From: Abhijit Menon-Sen <ams@wiw.org>
15116              Date: Fri, 13 Jul 2001 21:41:09 +0530
15117              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
15118      Branch: perl
15119            ! sv.c
15120 ____________________________________________________________________________
15121 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
15122         Log: Subject: [patch] re_dup
15123              From: Doug MacEachern <dougm@covalent.net>
15124              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
15125              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
15126      Branch: perl
15127            ! sv.c
15128 ____________________________________________________________________________
15129 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
15130         Log: Update Changes.
15131      Branch: perl
15132            ! Changes patchlevel.h
15133 ____________________________________________________________________________
15134 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
15135         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
15136              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
15137              Date: Sat, 14 Jul 2001 00:06:30 +0900
15138              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
15139      Branch: perl
15140            + ext/Encode/Encode/7bit-greek.enc
15141            + ext/Encode/Encode/7bit-latin1.enc
15142            + ext/Encode/Encode/cns11643-1.enc
15143            + ext/Encode/Encode/cns11643-2.enc
15144            + ext/Encode/Encode/iso2022-cn.enc
15145            + ext/Encode/Encode/iso2022-jp1.enc
15146            + ext/Encode/Encode/iso2022-jp2.enc
15147            ! MANIFEST ext/Encode/Encode/Tcl.pm
15148            ! ext/Encode/Encode/iso2022-kr.enc
15149 ____________________________________________________________________________
15150 [ 11357] By: nick                                  on 2001/07/13  14:24:06
15151         Log: Blind integrate mainline (as of 5.7.2?)
15152      Branch: perlio
15153           !> AUTHORS Changes Porting/config.sh Porting/config_H
15154           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
15155           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
15156           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15157           !> win32/makefile.mk
15158 ____________________________________________________________________________
15159 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
15160         Log: Snip away the devel patchlevel.
15161      Branch: perl
15162            ! patchlevel.h
15163 ____________________________________________________________________________
15164 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
15165         Log: Bump the version to 5.7.2.
15166      Branch: perl
15167            ! Porting/config.sh Porting/config_H patchlevel.h
15168            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
15169            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15170            ! win32/makefile.mk
15171 ____________________________________________________________________________
15172 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
15173         Log: Update Changes.
15174      Branch: perl
15175            ! Changes
15176 ____________________________________________________________________________
15177 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
15178         Log: Reword.
15179      Branch: perl
15180            ! AUTHORS
15181 ____________________________________________________________________________
15182 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
15183         Log: AUTHORS update.
15184      Branch: perl
15185            ! AUTHORS
15186 ____________________________________________________________________________
15187 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
15188         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
15189              unless ithreads.
15190      Branch: perl
15191            ! makedef.pl
15192 ____________________________________________________________________________
15193 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
15194         Log: Integrate perlio.
15195      Branch: perl
15196           !> win32/distclean.bat
15197 ____________________________________________________________________________
15198 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
15199         Log: Test the encoding transform only iff we have PerlIO,
15200              noticed by H. Merijn Brand.
15201      Branch: perl
15202            ! ext/PerlIO/t/encoding.t
15203 ____________________________________________________________________________
15204 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
15205         Log: README.netware tweaks from Ananth Kesari.
15206      Branch: perl
15207            ! README.netware
15208 ____________________________________________________________________________
15209 [ 11346] By: nick                                  on 2001/07/13  09:18:51
15210         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
15211              to avoid /unicode vs /Unicode issues.
15212      Branch: perlio
15213            ! win32/distclean.bat
15214 ____________________________________________________________________________
15215 [ 11345] By: nick                                  on 2001/07/13  06:24:18
15216         Log: Integrate mainline
15217      Branch: perlio
15218           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
15219            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
15220           !> (integrate 63 files)
15221 ____________________________________________________________________________
15222 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
15223         Log: Add d_bincompat5005 information to perl -V.
15224      Branch: perl
15225            ! myconfig.SH
15226 ____________________________________________________________________________
15227 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
15228         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
15229              From: Abhijit Menon-Sen <ams@wiw.org>
15230              Date: Fri, 13 Jul 2001 07:12:36 +0530
15231              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
15232      Branch: perl
15233            ! sv.c
15234 ____________________________________________________________________________
15235 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
15236         Log: Remove unicode::distinct, as per Inaba Hiroto.
15237      Branch: perl
15238            - lib/unicode/distinct.pm
15239            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
15240            ! t/lib/1_compile.t
15241 ____________________________________________________________________________
15242 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
15243         Log: Paging for Dr Octothorpe.
15244      Branch: perl
15245            ! pod/perlfaq4.pod
15246 ____________________________________________________________________________
15247 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
15248         Log: cut-n-paste error noticed by mjd.
15249      Branch: perl
15250            ! pod/perlfaq4.pod
15251 ____________________________________________________________________________
15252 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
15253         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
15254              From: Peter Prymmer <pvhp@forte.com>
15255              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
15256              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
15257      Branch: perl
15258            ! pod/perlfaq4.pod
15259 ____________________________________________________________________________
15260 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
15261         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
15262              From: Randall Gellens <randy@qualcomm.com>
15263              Date: Thu, 12 Jul 2001 16:56:23 -0700
15264              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
15265      Branch: perl
15266            ! Porting/repository.pod
15267 ____________________________________________________________________________
15268 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
15269         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
15270      Branch: perl
15271            ! thread.h
15272 ____________________________________________________________________________
15273 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
15274         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
15275              From: coral <coral@moonlight.crystalflame.net>
15276              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
15277              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
15278      Branch: perl
15279            ! thread.h
15280 ____________________________________________________________________________
15281 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
15282         Log: Metaconfig unit change for #11134.
15283      Branch: metaconfig
15284            + U/threads/d_pthread_atfork.U
15285 ____________________________________________________________________________
15286 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
15287         Log: Add HAS_PTHREAD_ATFORK.
15288      Branch: perl
15289            ! Configure NetWare/config.wc NetWare/config_H.wc
15290            ! Porting/Glossary Porting/config.sh Porting/config_H
15291            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
15292            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
15293            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15294            ! win32/config.gc win32/config.vc win32/config_H.bc
15295            ! win32/config_H.gc win32/config_H.vc
15296 ____________________________________________________________________________
15297 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
15298         Log: Subject: [PATCH] File::Copy fails on tied handles
15299              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
15300              Date: Thu, 12 Jul 2001 15:18:51 -0700
15301              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
15302      Branch: perl
15303            ! lib/File/Copy.pm
15304 ____________________________________________________________________________
15305 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
15306         Log: Subject: [PATCH] Langinfo.t
15307              From: Nicholas Clark <nick@ccl4.org>
15308              Date: Thu, 12 Jul 2001 23:55:38 +0100
15309              Message-ID: <20010712235538.M5827@plum.flirble.org>
15310      Branch: perl
15311            ! ext/I18N/Langinfo/Langinfo.t
15312 ____________________________________________________________________________
15313 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
15314         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
15315              From: Peter Prymmer <pvhp@forte.com>
15316              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
15317              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
15318      Branch: perl
15319            ! pod/perl572delta.pod
15320 ____________________________________________________________________________
15321 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
15322         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
15323              From: Abhijit Menon-Sen <ams@wiw.org>
15324              Date: Fri, 13 Jul 2001 05:21:16 +0530
15325              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
15326      Branch: perl
15327            ! sv.c
15328 ____________________________________________________________________________
15329 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
15330         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
15331              From: Abhijit Menon-Sen <ams@wiw.org>
15332              Date: Fri, 13 Jul 2001 03:04:25 +0530
15333              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
15334      Branch: perl
15335            ! av.c
15336 ____________________________________________________________________________
15337 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
15338         Log: s/^M$//g
15339      Branch: perl
15340            ! win32/Makefile win32/makefile.mk
15341 ____________________________________________________________________________
15342 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
15343         Log: Update Changes.
15344      Branch: perl
15345            ! Changes patchlevel.h
15346 ____________________________________________________________________________
15347 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
15348         Log: Typo spotted by Philip Newton.
15349      Branch: perl
15350            ! pod/perl572delta.pod
15351 ____________________________________________________________________________
15352 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
15353         Log: Subject: [PATCH] fixes perl_clone of perl_clone
15354              From: Artur Bergman <artur@contiller.se>
15355              Date: Thu, 12 Jul 2001 20:57:09 +0200
15356              Message-ID: <B773BFA4.236B%artur@contiller.se>
15357      Branch: perl
15358            ! sv.c
15359 ____________________________________________________________________________
15360 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
15361         Log: Add README.uts from Hal Morris.
15362      Branch: perl
15363            + README.uts
15364            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
15365            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15366 ____________________________________________________________________________
15367 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
15368         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
15369              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15370              Date: Thu, 12 Jul 2001 20:32:37 +0200
15371              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
15372      Branch: perl
15373            ! hints/aix.sh
15374 ____________________________________________________________________________
15375 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
15376         Log: Subject: Patch: document reg_data.what member
15377              From: Mark-Jason Dominus <mjd@plover.com>
15378              Message-ID: <20010712182532.14821.qmail@plover.com>
15379              Date: Thu, 12 Jul 2001 14:25:32 -0400
15380      Branch: perl
15381            ! regcomp.c regcomp.h
15382 ____________________________________________________________________________
15383 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
15384         Log: Subject: [PATCH] Perl_re_dup()
15385              From: Abhijit Menon-Sen <ams@wiw.org>
15386              Date: Thu, 12 Jul 2001 23:54:32 +0530
15387              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
15388      Branch: perl
15389            ! embed.h embed.pl perlapi.c proto.h sv.c
15390 ____________________________________________________________________________
15391 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
15392         Log: Regen Configure, modlib, toc.
15393      Branch: perl
15394            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15395            ! pod/perlmodlib.pod pod/perltoc.pod
15396 ____________________________________________________________________________
15397 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
15398         Log: The problem seems to be in PerlIO::Layer::->find() not
15399              accepting the ":encoding(blurflur)" arguments.
15400      Branch: perl
15401            ! lib/PerlIO.pm lib/open.pm
15402 ____________________________________________________________________________
15403 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
15404         Log: AIX doc update.
15405      Branch: perl
15406            ! README.aix pod/perl572delta.pod
15407 ____________________________________________________________________________
15408 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
15409         Log: Subject: AIX README update
15410              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15411              Date: Thu, 12 Jul 2001 19:28:30 +0200
15412              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
15413      Branch: perl
15414            ! README.aix
15415 ____________________________________________________________________________
15416 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
15417         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
15418              From: Norton Allen <allen@huarp.harvard.edu>
15419              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
15420              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
15421      Branch: perl
15422            ! ext/IO/lib/IO/t/io_unix.t
15423 ____________________________________________________________________________
15424 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
15425         Log: Subject: [PATCH README.qnx hints/qnx.sh]
15426              From: Norton Allen <allen@huarp.harvard.edu>
15427              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
15428              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
15429      Branch: perl
15430            ! README.qnx hints/qnx.sh
15431 ____________________________________________________________________________
15432 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
15433         Log: Subject: [patch] faster PM_GETRE
15434              From: Doug MacEachern <dougm@covalent.net>
15435              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
15436              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
15437      Branch: perl
15438            ! op.h
15439 ____________________________________________________________________________
15440 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
15441         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
15442              From: Doug MacEachern <dougm@covalent.net>
15443              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
15444              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
15445      Branch: perl
15446            ! op.c
15447 ____________________________________________________________________________
15448 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
15449         Log: Tell where the nice Estonian database is.
15450      Branch: perl
15451            ! lib/open.pm
15452 ____________________________________________________________________________
15453 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
15454         Log: Retract #11309 since #11310 is a better fix.
15455      Branch: perl
15456            ! t/lib/1_compile.t
15457 ____________________________________________________________________________
15458 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
15459         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
15460              change#11300 needs to return the status of failed win32_spawnvp())
15461              
15462              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
15463              splitting correctly; remove unused variables; 'require' at run time
15464              rather than 'use' at compile time for I18N::Langinfo, since it
15465              isn't everyware
15466      Branch: perl
15467            ! lib/open.pm win32/win32.c
15468 ____________________________________________________________________________
15469 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
15470         Log: Temporary workaround.
15471      Branch: perl
15472            ! t/lib/1_compile.t
15473 ____________________________________________________________________________
15474 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
15475         Log: UCD typo in #11306 and add also more known-to-be-tested
15476              modules to the skip list.
15477      Branch: perl
15478            ! t/lib/1_compile.t
15479 ____________________________________________________________________________
15480 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
15481         Log: Rename Unicode::UCD to UnicodeCD to avoid
15482              messups with case-insensitive filesystems.
15483      Branch: perl
15484            + lib/UnicodeCD.pm lib/UnicodeCD.t
15485            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
15486            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
15487 ____________________________________________________________________________
15488 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
15489         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
15490              From: daniel@biz.bitpusher.com
15491              Date: Wed, 11 Jul 2001 23:25:47 -0700
15492              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
15493      Branch: perl
15494            ! lib/Tie/Array.pm t/op/splice.t
15495 ____________________________________________________________________________
15496 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
15497         Log: Subject: [PATCH] More accurate line numbers in messages
15498              From: Paul Johnson <paul@pjcj.net>
15499              Date: Thu, 12 Jul 2001 04:14:11 +0200
15500              Message-ID: <20010712041411.A3467@pjcj.net>
15501              
15502              (With prototyping and multiplicity tweaks.)
15503      Branch: perl
15504            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
15505 ____________________________________________________________________________
15506 [ 11304] By: nick                                  on 2001/07/12  12:53:40
15507         Log: Integrate mainline
15508      Branch: perlio
15509           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
15510           !> regexec.c thread.h
15511 ____________________________________________________________________________
15512 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
15513         Log: Cut-and-pasto in #11298.
15514      Branch: perl
15515            ! ext/ByteLoader/bytecode.h
15516 ____________________________________________________________________________
15517 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
15518         Log: Update the AIX known problems section.
15519      Branch: perl
15520            ! pod/perl572delta.pod
15521 ____________________________________________________________________________
15522 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
15523         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
15524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15525              Date: Thu, 12 Jul 2001 12:16:16 +0200
15526              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
15527      Branch: perl
15528            ! hints/aix.sh
15529 ____________________________________________________________________________
15530 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
15531         Log: Integrate perlio.
15532      Branch: perl
15533           !> makedef.pl win32/win32.c
15534 ____________________________________________________________________________
15535 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
15536         Log: Subject: [PATCH] fix for PMOP threadness failures
15537              From: Artur Bergman <artur@contiller.se>
15538              Date: Thu, 12 Jul 2001 09:48:06 +0200
15539              Message-ID: <B77322D6.22DD%artur@contiller.se>
15540      Branch: perl
15541            ! regexec.c
15542 ____________________________________________________________________________
15543 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
15544         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
15545              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
15546              Date: Thu, 12 Jul 2001 09:09:48 +0200
15547              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
15548              
15549              More parentheses to keep bcc happy.
15550      Branch: perl
15551            ! ext/ByteLoader/bytecode.h
15552 ____________________________________________________________________________
15553 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
15554         Log: Subject: Re: [patch] pthread_atfork bandaid
15555              From: Doug MacEachern <dougm@covalent.net>
15556              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
15557              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
15558      Branch: perl
15559            ! thread.h
15560 ____________________________________________________________________________
15561 [ 11296] By: nick                                  on 2001/07/12  11:55:48
15562         Log: Exclude reentrant_buffer from .def file
15563      Branch: perlio
15564            ! makedef.pl
15565 ____________________________________________________________________________
15566 [ 11295] By: nick                                  on 2001/07/12  11:11:44
15567         Log: Honour void-ness of my_exit()
15568      Branch: perlio
15569            ! win32/win32.c
15570 ____________________________________________________________________________
15571 [ 11294] By: nick                                  on 2001/07/12  07:51:04
15572         Log: Integrate mainline
15573      Branch: perlio
15574           +> uts/sprintf_wrap.c
15575           !> (integrate 35 files)
15576 ____________________________________________________________________________
15577 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
15578         Log: Retract #11289.
15579      Branch: perl
15580            ! embed.h embed.pl perl.c proto.h thread.h
15581 ____________________________________________________________________________
15582 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
15583         Log: Now the :locale pseudolayer *almost* works...
15584      Branch: perl
15585            ! lib/open.pm
15586 ____________________________________________________________________________
15587 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
15588         Log: Locale encoding tweaks.
15589      Branch: perl
15590            ! lib/open.pm
15591 ____________________________________________________________________________
15592 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
15593         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
15594              From: Mark-Jason Dominus <mjd@plover.com>
15595              Date: Thu, 12 Jul 2001 00:59:31 -0400
15596              Message-ID: <20010712045931.8543.qmail@plover.com>
15597              
15598              Remove the chmod/umask leading zero warning.
15599      Branch: perl
15600            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
15601            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
15602 ____________________________________________________________________________
15603 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
15604         Log: (Retracted by #11289.)
15605      Branch: perl
15606            ! embed.h embed.pl perl.c proto.h thread.h
15607 ____________________________________________________________________________
15608 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
15609         Log: Needed by #11283.
15610      Branch: perl
15611            ! intrpvar.h
15612 ____________________________________________________________________________
15613 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
15614         Log: Metaconfig unit change for #11286.
15615      Branch: metaconfig/U/perl
15616            ! patchlevel.U
15617 ____________________________________________________________________________
15618 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
15619         Log: Subject: Re: [PATCH Configure] perl -V broken
15620              From: Andy Dougherty <doughera@lafayette.edu>
15621              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
15622              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
15623      Branch: perl
15624            ! Configure myconfig.SH
15625 ____________________________________________________________________________
15626 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
15627         Log: Retract #11166 (and #11237).
15628      Branch: perl
15629            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
15630            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
15631            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
15632 ____________________________________________________________________________
15633 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
15634         Log: UTS tweaks for Hal Morris.
15635      Branch: perl
15636            + uts/sprintf_wrap.c
15637            ! MANIFEST hints/uts.sh perl.h
15638 ____________________________________________________________________________
15639 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
15640         Log: Subject: [PATCH] Use reentrant API glibc
15641              From: Artur Bergman <artur@contiller.se>
15642              Date: Thu, 12 Jul 2001 00:58:21 +0200
15643              Message-ID: <B772A6AD.2288%artur@contiller.se>
15644      Branch: perl
15645            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
15646            ! sv.c
15647 ____________________________________________________________________________
15648 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
15649         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
15650              From: barries <barries@slaysys.com>
15651              Date: Wed, 11 Jul 2001 15:11:46 -0400
15652              Message-ID: <20010711151146.G24560@jester.slaysys.com>
15653      Branch: perl
15654            ! pp_sys.c t/lib/warnings/doio win32/win32.c
15655 ____________________________________________________________________________
15656 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
15657         Log: Subject: [patch] pthread_atfork bandaid
15658              From: Doug MacEachern <dougm@covalent.net>
15659              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
15660              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
15661      Branch: perl
15662            ! miniperlmain.c perl.c
15663 ____________________________________________________________________________
15664 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
15665         Log: Subject: [patch] perl_clone leaks
15666              From: Doug MacEachern <dougm@covalent.net>
15667              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
15668              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
15669      Branch: perl
15670            ! sv.c
15671 ____________________________________________________________________________
15672 [ 11279] By: nick                                  on 2001/07/11  15:49:38
15673         Log: Integrate mainline
15674      Branch: perlio
15675           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
15676           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
15677           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
15678           +> lib/Term/ANSIColor/README
15679           !> (integrate 54 files)
15680 ____________________________________________________________________________
15681 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
15682         Log: Update Changes.
15683      Branch: perl
15684            ! Changes patchlevel.h
15685 ____________________________________________________________________________
15686 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
15687         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
15688              From: Peter Prymmer <pvhp@forte.com>
15689              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
15690              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
15691              
15692              Backport of embed.pl to 5.003.
15693      Branch: perl
15694            ! embed.pl
15695 ____________________________________________________________________________
15696 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
15697         Log: Subject: Re: POSIX test #14 on UTS 
15698              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15699              Date: Wed, 11 Jul 2001 03:02:14 +0100
15700              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
15701      Branch: perl
15702            ! ext/POSIX/POSIX.t
15703 ____________________________________________________________________________
15704 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
15705         Log: Make the I32 an IV to preserve structure alignment and size.
15706      Branch: perl
15707            ! op.h
15708 ____________________________________________________________________________
15709 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
15710         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
15711              From: "Artur Bergman" <artur@contiller.se>
15712              Date: Wed, 11 Jul 2001 14:23:37 +0200
15713              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
15714              
15715              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
15716      Branch: perl
15717            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
15718            ! pod/perlapi.pod sv.c
15719 ____________________________________________________________________________
15720 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
15721         Log: Tweak until Pod::Parser gets updated.
15722      Branch: perl
15723            ! t/pod/special_seqs.xr
15724 ____________________________________________________________________________
15725 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
15726         Log: File::Spec usage tweak.
15727      Branch: perl
15728            ! lib/ExtUtils.t
15729 ____________________________________________________________________________
15730 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
15731         Log: Integrate #11263 from macperl; macos and macosx updates.
15732      Branch: perl
15733           !> pod/perlport.pod
15734 ____________________________________________________________________________
15735 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
15736         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
15737              From: Peter Prymmer <pvhp@forte.com>
15738              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
15739              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
15740      Branch: perl
15741            + ext/Time/HiRes/hints/dynixptx.pl
15742            ! MANIFEST hints/dynixptx.sh
15743 ____________________________________________________________________________
15744 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
15745         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
15746              From: Nicholas Clark <nick@ccl4.org>
15747              Date: Tue, 10 Jul 2001 23:17:43 +0100
15748              Message-ID: <20010710231742.B59620@plum.flirble.org>
15749      Branch: perl
15750            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
15751 ____________________________________________________________________________
15752 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
15753         Log: Subject: [DOC PATCH] Pluggable runops
15754              From: Paul Johnson <paul@pjcj.net>
15755              Date: Tue, 10 Jul 2001 21:53:28 +0200
15756              Message-ID: <20010710215328.B26577@pjcj.net>
15757      Branch: perl
15758            ! pod/perlguts.pod
15759 ____________________________________________________________________________
15760 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
15761         Log: Subject: [PATCH] Authors
15762              From: Artur Bergman <artur@contiller.se>
15763              Date: Tue, 10 Jul 2001 20:39:12 +0200
15764              Message-ID: <B771186F.21CD%artur@contiller.se>
15765      Branch: perl
15766            ! AUTHORS
15767 ____________________________________________________________________________
15768 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
15769         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
15770              From: Doug MacEachern <dougm@covalent.net>
15771              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
15772              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
15773      Branch: perl
15774            ! pp_ctl.c
15775 ____________________________________________________________________________
15776 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
15777         Log: Subject: doc patch; times() in scalar context
15778              From: mjd@plover.com
15779              Date: 10 Jul 2001 18:01:17 -0000
15780              Message-ID: <20010710180117.12477.qmail@plover.com>
15781      Branch: perl
15782            ! pod/perlfunc.pod
15783 ____________________________________________________________________________
15784 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
15785         Log: Subject: [PATCH] Small fix to pp_gmtime
15786              From: Artur Bergman <artur@contiller.se>
15787              Date: Tue, 10 Jul 2001 19:54:52 +0200
15788              Message-ID: <B7710E0B.21C5%artur@contiller.se>
15789      Branch: perl
15790            ! pp_sys.c
15791 ____________________________________________________________________________
15792 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
15793         Log: Integrate changes from mainline perl, add notes about
15794              Mac OS X and Mac OS.
15795      Branch: maint-5.6/macperl
15796            ! pod/perlport.pod
15797 ____________________________________________________________________________
15798 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
15799         Log: A proof of the dangers of package; ?
15800      Branch: perl
15801            ! t/lib/warnings/op
15802 ____________________________________________________________________________
15803 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
15804         Log: Regen toc and modlib.
15805      Branch: perl
15806            ! pod/perlmodlib.pod pod/perltoc.pod
15807 ____________________________________________________________________________
15808 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
15809         Log: Add compexcl(), casefold(), and casespec() interfaces;
15810              and make all interfaces to return hash references instead
15811              of hashes. 
15812      Branch: perl
15813            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15814 ____________________________________________________________________________
15815 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
15816         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
15817              From: "Philip Newton" <Philip.Newton@gmx.net>
15818              Date: Tue, 10 Jul 2001 09:55:59 +0200
15819              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
15820              
15821              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
15822              From: "Philip Newton" <Philip.Newton@gmx.net>
15823              Date: Tue, 10 Jul 2001 09:56:37 +0200
15824              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
15825      Branch: perl
15826            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15827            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
15828 ____________________________________________________________________________
15829 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
15830         Log: Subject: [patch] undef &xsub for 1,2
15831              From: Doug MacEachern <dougm@covalent.net>
15832              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
15833              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
15834              
15835              (This version of the patch with a comment from Gisle.)
15836      Branch: perl
15837            ! op.c
15838 ____________________________________________________________________________
15839 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
15840         Log: Mention package; deprecation and the Win32 problems.
15841      Branch: perl
15842            ! pod/perl572delta.pod
15843 ____________________________________________________________________________
15844 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
15845         Log: Subject: [PATCH] deprecate package with no arguments
15846              From: Robin Houston <robin@kitsite.com>
15847              Date: Tue, 10 Jul 2001 13:33:40 +0100
15848              Message-ID: <20010710133340.A13452@robin.kitsite.com>
15849      Branch: perl
15850            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
15851 ____________________________________________________________________________
15852 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
15853         Log: Upgrade to podlators 1.10.
15854      Branch: perl
15855            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
15856            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
15857            ! pod/pod2man.PL pod/pod2text.PL
15858 ____________________________________________________________________________
15859 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
15860         Log: Upgrade to Term::ANSIColor 1.04.
15861      Branch: perl
15862            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
15863            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
15864 ____________________________________________________________________________
15865 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
15866         Log: Integrate perlio (the right fix for the ":layer(args)")
15867      Branch: perl
15868           !> perlio.c
15869 ____________________________________________________________________________
15870 [ 11252] By: nick                                  on 2001/07/10  06:58:14
15871         Log: Fix open(...,"...:layer(xxx)",...)
15872              - use memEQ not strEQ as there is '(' not '\0'
15873      Branch: perlio
15874            ! perlio.c
15875 ____________________________________________________________________________
15876 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
15877         Log: Telling the number of tests helps.
15878      Branch: perl
15879            ! ext/PerlIO/t/encoding.t
15880 ____________________________________________________________________________
15881 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
15882         Log: Require I18N::Langinfo, not use.
15883      Branch: perl
15884            ! lib/open.pm
15885 ____________________________________________________________________________
15886 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
15887         Log: Add a test for for PerlIO ":encoding(...)" layer.
15888      Branch: perl
15889            + ext/PerlIO/t/encoding.t
15890            ! MANIFEST ext/Encode/Encode.pm
15891 ____________________________________________________________________________
15892 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
15893         Log: PerlIO ":encoding(foobar)" temporary fix.
15894              Not really correct, I think, since the change means
15895              that prefixes match.
15896      Branch: perl
15897            ! perlio.c
15898 ____________________________________________________________________________
15899 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
15900         Log: Update to Math::BigInt 1.36.  The biggest news is
15901              the separation of the backend; now the pure Perl
15902              implementation is in Math::BigInt::Calc, but one
15903              can plugin, say, Math::BigInt::BitVect, and get
15904              considerable speedup.
15905      Branch: perl
15906            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
15907            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15908            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
15909            ! lib/Math/BigInt/t/mbimbf.t
15910 ____________________________________________________________________________
15911 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
15912         Log: Subject: Re: compatibility question
15913              From: Peter Prymmer <pvhp@forte.com>
15914              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
15915              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
15916      Branch: perl
15917            ! lib/ExtUtils/MM_VMS.pm
15918 ____________________________________________________________________________
15919 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
15920         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
15921              From: Norton Allen <allen@huarp.harvard.edu>
15922              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
15923              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
15924      Branch: perl
15925            ! ext/File/Glob/t/basic.t
15926 ____________________________________________________________________________
15927 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
15928         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
15929              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15930              Date: Tue, 10 Jul 2001 00:29:55 +0900
15931              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
15932      Branch: perl
15933            + ext/Encode/Encode/HZ.enc
15934            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
15935            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
15936            ! ext/Encode/Encode/iso2022-jp.enc
15937            ! ext/Encode/Encode/iso2022-kr.enc
15938 ____________________________________________________________________________
15939 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
15940         Log: Add in all them there macos/ files.
15941      Branch: maint-5.6/macperl
15942            + (add 577 files)
15943 ____________________________________________________________________________
15944 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
15945         Log: Add the new modules to the list of having those own tests.
15946      Branch: perl
15947            ! t/lib/1_compile.t
15948 ____________________________________________________________________________
15949 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
15950         Log: Add INOUT to control both ways at the same time.
15951      Branch: perl
15952            ! lib/open.pm
15953 ____________________________________________________________________________
15954 [ 11240] By: nick                                  on 2001/07/09  16:33:50
15955         Log: Integrate mainline
15956      Branch: perlio
15957           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
15958           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
15959           !> (integrate 41 files)
15960 ____________________________________________________________________________
15961 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
15962         Log: More encoding mapping magic.
15963      Branch: perl
15964            ! lib/open.pm
15965 ____________________________________________________________________________
15966 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
15967         Log: Update Changes.
15968      Branch: perl
15969            ! Changes patchlevel.h
15970 ____________________________________________________________________________
15971 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
15972         Log: (Retracted by #11285).
15973              
15974              Subject: [PATCH] OPpCONST_OCTAL fixes
15975              From: Abhijit Menon-Sen <ams@wiw.org>
15976              Date: Mon, 9 Jul 2001 07:38:45 +0530
15977              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
15978      Branch: perl
15979            ! op.c
15980 ____________________________________________________________________________
15981 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
15982         Log: Add a pseudolayer ":locale" to the open pragma which
15983              will get the encoding from the locale.  Yet undocumented
15984              because I can't get the PerlIO :encoding(foobar) to work.
15985      Branch: perl
15986            ! ext/Encode/Encode.pm lib/open.pm
15987 ____________________________________________________________________________
15988 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
15989         Log: Add more encoding mappings.
15990      Branch: perl
15991            ! ext/Encode/Encode.pm
15992 ____________________________________________________________________________
15993 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
15994         Log: Document that using :encoding layer requires using Encode.
15995      Branch: perl
15996            ! ext/Encode/Encode.pm lib/PerlIO.pm
15997 ____________________________________________________________________________
15998 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
15999         Log: Netware tweak from Ananth Kesari.
16000      Branch: perl
16001            ! NetWare/netware.h
16002 ____________________________________________________________________________
16003 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
16004         Log: t/harness doesn't know about run/*.t
16005      Branch: perl
16006            ! t/harness
16007 ____________________________________________________________________________
16008 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
16009         Log: run/exit.t busted on windows
16010      Branch: perl
16011            ! t/run/exit.t
16012 ____________________________________________________________________________
16013 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
16014         Log: fix a couple of UCD.t tests that fail due to bad case
16015      Branch: perl
16016            ! lib/Unicode/UCD.t
16017 ____________________________________________________________________________
16018 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
16019         Log: test skip logic was broken
16020      Branch: perl
16021            ! ext/I18N/Langinfo/Langinfo.t
16022 ____________________________________________________________________________
16023 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
16024         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
16025              failure of ExtUtils.t#27 when built in debug mode)
16026      Branch: perl
16027            ! lib/ExtUtils/MM_Win32.pm
16028 ____________________________________________________________________________
16029 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
16030         Log: I18N::Langinfo is not available on windows
16031      Branch: perl
16032            ! win32/FindExt.pm
16033 ____________________________________________________________________________
16034 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
16035         Log: save a dTHX
16036      Branch: perl
16037            ! ext/POSIX/POSIX.xs
16038 ____________________________________________________________________________
16039 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
16040         Log: Update Changes.
16041      Branch: perl
16042            ! Changes patchlevel.h
16043 ____________________________________________________________________________
16044 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
16045         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
16046              as pointed out by Sarathy.
16047      Branch: perl
16048            ! ext/I18N/Langinfo/Langinfo.xs
16049 ____________________________________________________________________________
16050 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
16051         Log: Retract #11212.
16052      Branch: perl
16053            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
16054 ____________________________________________________________________________
16055 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
16056         Log: Bump up the VERSION of Cwd.xs.
16057      Branch: perl
16058            ! ext/Cwd/Makefile.PL
16059 ____________________________________________________________________________
16060 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
16061         Log: Retract #11220, the problem wasn't the missing leading zero.
16062              Here's the problem:
16063              $ ./perl -we 'chmod(oct("755"), ".")'
16064              Non-octal literal mode (493) specified at -e line 1.
16065              (Did you mean 0493 instead?)
16066      Branch: perl
16067            ! lib/ExtUtils/MM_Unix.pm
16068 ____________________________________________________________________________
16069 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
16070         Log: (Retracted by #11221)
16071              Change the PERM_RW and PERM_RWX to 0644 and 0755
16072              (add the leading zero).
16073      Branch: perl
16074            ! lib/ExtUtils/MM_Unix.pm
16075 ____________________________________________________________________________
16076 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
16077         Log: Integrate changes #11193, 11205, 11209 from macperl.
16078              
16079              Fix up AutoLoader to fudge for Mac paths in import().
16080              
16081              Allow symbols in try_symbol() to begin with "_".
16082              
16083              Small portability fix for Mac OS.
16084      Branch: perl
16085           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
16086 ____________________________________________________________________________
16087 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
16088         Log: Metaconfig unit change for #11217.
16089      Branch: metaconfig/U/perl
16090            ! Extensions.U
16091 ____________________________________________________________________________
16092 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
16093         Log: Detypo, problem noticed by Gerrit P. Haase.
16094      Branch: perl
16095            ! Configure config_h.SH
16096 ____________________________________________________________________________
16097 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
16098         Log: Cwd cleanups.
16099      Branch: perl
16100            ! ext/Cwd/Cwd.xs
16101 ____________________________________________________________________________
16102 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
16103         Log: Slight tweaks on #11213.
16104      Branch: perl
16105            ! toke.c
16106 ____________________________________________________________________________
16107 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
16108         Log: A missing dTHX noticed by Gerrit P. Haase.
16109      Branch: perl
16110            ! ext/POSIX/POSIX.xs
16111 ____________________________________________________________________________
16112 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
16113         Log: Subject: [PATCH toke.c] Simplify yytoke()
16114              From: Simon Cozens <simon@netthink.co.uk>
16115              Date: Sun, 8 Jul 2001 13:24:34 +0100
16116              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
16117              
16118              Split out pending_ident().
16119      Branch: perl
16120            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
16121 ____________________________________________________________________________
16122 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
16123         Log: (Retracted by #11223.)
16124              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
16125              Date: Wed, 05 Nov 1997 17:22:34 -0600
16126              From: Graham Barr <gbarr@ti.com>
16127              Message-Id: <3460FFBA.6DA51F46@ti.com>
16128      Branch: perl
16129            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
16130 ____________________________________________________________________________
16131 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
16132         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
16133      Branch: perl
16134            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
16135            ! pod/perllocale.pod
16136 ____________________________________________________________________________
16137 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
16138         Log: Really do the test under the C locale.
16139      Branch: perl
16140            ! ext/I18N/Langinfo/Langinfo.t
16141 ____________________________________________________________________________
16142 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
16143         Log: Small portability fix for Mac OS.
16144      Branch: maint-5.6/macperl
16145            ! lib/Cwd.pm
16146 ____________________________________________________________________________
16147 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
16148         Log: Metaconfig unit change for #11207.
16149      Branch: metaconfig/U/perl
16150            ! Extensions.U
16151 ____________________________________________________________________________
16152 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
16153         Log: Add I18N::Langinfo, which is basically a wrapper around
16154              nl_langinfo(), which is an additional way to query locale
16155              specific information.
16156      Branch: perl
16157            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
16158            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
16159            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
16160 ____________________________________________________________________________
16161 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
16162         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
16163              used in File::Find tests; replace with if.t.
16164      Branch: maint-5.6/macperl
16165            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
16166            ! t/pragma/warn/op
16167 ____________________________________________________________________________
16168 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
16169         Log: Allow symbols in try_symbol() to begin with "_".
16170      Branch: maint-5.6/macperl
16171            ! makedef.pl
16172 ____________________________________________________________________________
16173 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
16174         Log: Sync up the File::Find changes from the rewrite by
16175              Thomas Wegner, et al.
16176      Branch: maint-5.6/macperl
16177            + t/lib/filefind-taint.t
16178            ! lib/File/Find.pm t/lib/filefind.t
16179 ____________________________________________________________________________
16180 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
16181         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
16182              From: Thomas Wegner <wegner_thomas@yahoo.com>
16183              Date: Thu, 5 Jul 2001 20:31:25 +0200
16184              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
16185      Branch: maint-5.6/macperl
16186            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
16187 ____________________________________________________________________________
16188 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
16189         Log: Some more test portability fixes.
16190      Branch: maint-5.6/macperl
16191            ! t/lib/filecopy.t t/pragma/warn/pp_sys
16192 ____________________________________________________________________________
16193 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
16194         Log: The #11200 removed wrong (non-existent) target.  Duh.
16195      Branch: perl
16196            ! Makefile.SH
16197 ____________________________________________________________________________
16198 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
16199         Log: Zap the lib/re.pm before creating it.
16200      Branch: perl
16201            ! Makefile.SH
16202 ____________________________________________________________________________
16203 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
16204         Log: Another test.  Please ignore.
16205      Branch: maint-5.6/macperl
16206            ! README.macos
16207 ____________________________________________________________________________
16208 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
16209         Log: Portability fixes for a lot of tests, especially IO-related
16210              tests, and warnings, and the harness script.
16211      Branch: maint-5.6/macperl
16212            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
16213            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
16214            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
16215            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
16216            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
16217            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
16218            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
16219            ! t/pragma/warnings.t
16220 ____________________________________________________________________________
16221 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
16222         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
16223              From: Nicholas Clark <nick@ccl4.org>
16224              Date: Sat, 7 Jul 2001 21:00:17 +0100
16225              Message-ID: <20010707210017.H59620@plum.flirble.org>
16226      Branch: perl
16227            ! lib/h2xs.t
16228 ____________________________________________________________________________
16229 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
16230         Log: The UNICOS/mk SysV IPC problem has been fixed.
16231      Branch: perl
16232            ! pod/perl572delta.pod
16233 ____________________________________________________________________________
16234 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
16235         Log: Slight update tweaks on perlunicode.pod.
16236      Branch: perl
16237            ! pod/perlunicode.pod
16238 ____________________________________________________________________________
16239 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
16240         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
16241              From: Mark-Jason Dominus <mjd@plover.com>
16242              Date: Sat, 07 Jul 2001 13:04:04 -0400
16243              Message-ID: <20010707170404.32694.qmail@plover.com>
16244      Branch: perl
16245            ! ext/DB_File/DB_File.pm
16246 ____________________________________________________________________________
16247 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
16248         Log: Fix up AutoLoader to fudge for Mac paths in import().
16249      Branch: maint-5.6/macperl
16250            ! lib/AutoLoader.pm
16251 ____________________________________________________________________________
16252 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
16253         Log: Try to force the lib/re.pm to be there before entering
16254              the extensions builds, should help for parallel makes.
16255      Branch: perl
16256            ! Makefile.SH
16257 ____________________________________________________________________________
16258 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
16259         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
16260              From: Norton Allen <allen@huarp.harvard.edu>
16261              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
16262              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
16263      Branch: perl
16264            ! ext/POSIX/POSIX.xs
16265 ____________________________________________________________________________
16266 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
16267         Log: Subject: [PATCH] Re: op/arith.t
16268              From: Nicholas Clark <nick@ccl4.org>
16269              Date: Sat, 7 Jul 2001 13:04:54 +0100
16270              Message-ID: <20010707130454.D59620@plum.flirble.org>
16271      Branch: perl
16272            ! numeric.c toke.c
16273 ____________________________________________________________________________
16274 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
16275         Log: Subject: [PATCH] h2xs
16276              From: Nicholas Clark <nick@ccl4.org>
16277              Date: Fri, 6 Jul 2001 23:25:14 +0100
16278              Message-ID: <20010706232514.X59620@plum.flirble.org>
16279      Branch: perl
16280            ! utils/h2xs.PL
16281 ____________________________________________________________________________
16282 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
16283         Log: Subject: Re: bleedperl perl_alloc..free leakage
16284              From: Radu Greab <radu@netsoft.ro>
16285              Date: Fri, 6 Jul 2001 19:48:54 +0300
16286              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
16287              
16288              Leak-be-gone.
16289      Branch: perl
16290            ! op.c
16291 ____________________________________________________________________________
16292 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
16293         Log: Test again.  Please ignore.
16294      Branch: maint-5.6/macperl
16295            ! README.macos
16296 ____________________________________________________________________________
16297 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
16298         Log: Test.  Please ignore.
16299      Branch: maint-5.6/macperl
16300            ! README.macos
16301 ____________________________________________________________________________
16302 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
16303         Log: Include changes already sent in separately as patches,
16304              before branch was created.
16305      Branch: maint-5.6/macperl
16306            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
16307            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
16308            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
16309            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
16310            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
16311            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
16312            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
16313            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
16314            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
16315            ! t/pragma/strict.t
16316 ____________________________________________________________________________
16317 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
16318         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
16319              From: Norton Allen <allen@huarp.harvard.edu>
16320              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
16321              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
16322      Branch: perl
16323            ! utf8.h
16324 ____________________________________________________________________________
16325 [ 11183] By: nick                                  on 2001/07/06  16:27:40
16326         Log: Integrate mainline
16327      Branch: perlio
16328           +> (branch 42 files)
16329            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
16330            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
16331            - win32/bin/mdelete.bat
16332           !> (integrate 215 files)
16333 ____________________________________________________________________________
16334 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
16335         Log: The #11166 needed also these updated.
16336      Branch: perl
16337            ! lib/warnings.pm warnings.h
16338 ____________________________________________________________________________
16339 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
16340         Log: Update Changes.
16341      Branch: perl
16342            ! Changes patchlevel.h
16343 ____________________________________________________________________________
16344 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
16345         Log: Regen toc.
16346      Branch: perl
16347            ! pod/perltoc.pod
16348 ____________________________________________________________________________
16349 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
16350         Log: Nit from Abhijit.
16351      Branch: perl
16352            ! lib/CPAN.pm
16353 ____________________________________________________________________________
16354 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
16355         Log: Retract #11172.
16356      Branch: perl
16357            ! t/op/method.t
16358 ____________________________________________________________________________
16359 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
16360         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
16361              From: Norton Allen <allen@huarp.harvard.edu>
16362              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
16363              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
16364      Branch: perl
16365            ! lib/Cwd.pm
16366 ____________________________________________________________________________
16367 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
16368         Log: (Accidentally empty check-in.)
16369      Branch: perl
16370            ! utf8.h
16371 ____________________________________________________________________________
16372 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
16373         Log: Retract #11165 since Sarathy pointed out it'll not
16374              work properly under threads, the problem should be
16375              solved using "the savestack, either via SSNEW() or
16376              using a newSVpv()+SAVEFREESV() combo."
16377      Branch: perl
16378            ! ext/POSIX/POSIX.xs
16379 ____________________________________________________________________________
16380 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
16381         Log: Retract #11125 since NI-S pointed out it'll not work in
16382              cases where the extension has their own handcrafted INC
16383              et alia.
16384      Branch: perl
16385            ! lib/ExtUtils/MM_Unix.pm
16386 ____________________________________________________________________________
16387 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
16388         Log: Subject: RE: [PATCH] -I and MakeMaker again
16389              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16390              Date: Fri, 6 Jul 2001 09:18:29 +0200
16391              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
16392      Branch: perl
16393            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
16394            ! lib/ExtUtils/MM_Win32.pm
16395 ____________________________________________________________________________
16396 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
16397         Log: (Retracted by #11178)
16398              Subject: [PATCH t/op/method.t] SUPER:: strangeness
16399              From: Piers Cawley <pdcawley@iterative-software.com>
16400              Date: 06 Jul 2001 10:49:01 +0100
16401              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
16402      Branch: perl
16403            ! t/op/method.t
16404 ____________________________________________________________________________
16405 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
16406         Log: VOS README update from Paul Green.
16407      Branch: perl
16408            ! README.vos
16409 ____________________________________________________________________________
16410 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
16411         Log: Subject: [PATCH README.qnx hints/qnx.sh]
16412              From: Norton Allen <allen@huarp.harvard.edu>
16413              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
16414              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
16415      Branch: perl
16416            ! README.qnx hints/qnx.sh
16417 ____________________________________________________________________________
16418 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
16419         Log: Subject: [PATCH] Doc patch for Tie::Hash
16420              From: Artur Bergman <artur@contiller.se>
16421              Date: Thu, 05 Jul 2001 22:51:18 +0200
16422              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
16423      Branch: perl
16424            ! lib/Tie/Hash.pm
16425 ____________________________________________________________________________
16426 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
16427         Log: Subject: [PATCH] perlfaq4.pod
16428              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
16429              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
16430              Date: Thu, 5 Jul 2001 18:44:10 +0100 
16431      Branch: perl
16432            ! pod/perlfaq4.pod
16433 ____________________________________________________________________________
16434 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
16435         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
16436              From: Robin Houston <robin@kitsite.com>
16437              Date: Thu, 5 Jul 2001 18:33:21 +0100
16438              Message-ID: <20010705183321.A27345@robin.kitsite.com>
16439      Branch: perl
16440            ! ext/B/B/Deparse.pm
16441 ____________________________________________________________________________
16442 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
16443         Log: (Retracted by #11285.)
16444              
16445              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
16446              From: Abhijit Menon-Sen <ams@wiw.org>
16447              Date: Fri, 6 Jul 2001 01:26:32 +0530
16448              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
16449      Branch: perl
16450            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
16451            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
16452            ! warnings.pl
16453 ____________________________________________________________________________
16454 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
16455         Log: (Retracted by #11175)
16456              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
16457              From: Norton Allen <allen@huarp.harvard.edu>
16458              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
16459              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
16460      Branch: perl
16461            ! ext/POSIX/POSIX.xs
16462 ____________________________________________________________________________
16463 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
16464         Log: Unterminated C< (noticed by Richard Hatch), and few other
16465              small Unicode doc tweaks.
16466      Branch: perl
16467            ! pod/perlretut.pod
16468 ____________________________________________________________________________
16469 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
16470         Log: More flexible argument understanding; add charblocks() and
16471              charscripts(); make charblock() and charscript() two-way;
16472              add charinrange(); separate the $Unicode::UCD::VERSION and
16473              the version of the Unicode by adding UnicodeVersion().
16474      Branch: perl
16475            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16476 ____________________________________________________________________________
16477 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
16478         Log: Update Unicode::UCD on \p{In...}.
16479      Branch: perl
16480            ! lib/Unicode/UCD.pm
16481 ____________________________________________________________________________
16482 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
16483         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
16484              From: Norton Allen <allen@huarp.harvard.edu>
16485              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
16486              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
16487      Branch: perl
16488            ! lib/ExtUtils/MM_Unix.pm
16489 ____________________________________________________________________________
16490 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
16491         Log: POSIX-BC tweaks from Thomas Dorner.
16492      Branch: perl
16493            ! hints/posix-bc.sh perlio.h
16494 ____________________________________________________________________________
16495 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
16496         Log: Module updates for the delta.
16497      Branch: perl
16498            ! pod/perl572delta.pod
16499 ____________________________________________________________________________
16500 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
16501         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
16502              From: Norton Allen <allen@huarp.harvard.edu>
16503              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
16504              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
16505      Branch: perl
16506            ! ext/IO/lib/IO/t/io_sock.t
16507 ____________________________________________________________________________
16508 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
16509         Log: Subject: [PATCH perldiag.pod] Quick fixes
16510              From: Simon Cozens <simon@netthink.co.uk>
16511              Date: Wed, 4 Jul 2001 20:22:12 +0100
16512              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
16513      Branch: perl
16514            ! pod/perldiag.pod
16515 ____________________________________________________________________________
16516 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
16517         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
16518              From: Radu Greab <radu@netsoft.ro>
16519              Date: Wed, 4 Jul 2001 22:13:31 +0300
16520              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
16521      Branch: perl
16522            ! op.c sv.c t/op/pos.t
16523 ____________________________________________________________________________
16524 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
16525         Log: Subject: [PATCH] -I and MakeMaker again
16526              From: Michael G Schwern <schwern@pobox.com>
16527              Date: Wed, 4 Jul 2001 15:03:07 -0400
16528              Message-ID: <20010704150307.I20340@blackrider>
16529              
16530              (and retract #11145)
16531      Branch: perl
16532            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
16533            ! lib/ExtUtils/MakeMaker.pm
16534 ____________________________________________________________________________
16535 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
16536         Log: Subject: Re: PERFORCE change 11142 for review
16537              From: "Philip Newton" <Philip.Newton@gmx.net>
16538              Date: Wed, 4 Jul 2001 20:46:26 +0200
16539              Message-Id: <200107041841.VAA25380@taas.iki.fi>
16540      Branch: perl
16541            ! lib/ExtUtils/MakeMaker.pm
16542 ____________________________________________________________________________
16543 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
16544         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
16545              From: Jonathan Stowe <gellyfish@gellyfish.com>
16546              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
16547              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
16548      Branch: perl
16549            ! utils/pl2pm.PL
16550 ____________________________________________________________________________
16551 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
16552         Log: fix the binary compatibility issue when building with/without
16553              usemymalloc by exporting Perl_malloc() et al as simple wrappers
16554              around the system functions (this allows most extensions built
16555              using one mode to coexist with perls built in the other mode)
16556              
16557              XXX the Perl_mfree() wrapper might need to do return(free()) on
16558              platforms where Free_t isn't "void"
16559      Branch: perl
16560            ! embed.h embed.pl makedef.pl proto.h util.c
16561 ____________________________________________________________________________
16562 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
16563         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
16564              since it doesn't ensure threads other than the one calling fork()
16565              aren't holding any locks; the fix is to use pthread_atfork() to
16566              hold global locks
16567              
16568              building perl with -Dusemymalloc exacerbates the problem since
16569              Perl_malloc() holds a mutex, and perl's exec() calls New()
16570              
16571              XXX the code in win32thread.h may be needed on platforms that have
16572              no pthread_atfork()
16573      Branch: perl
16574            ! perl.c thread.h win32/win32thread.h
16575 ____________________________________________________________________________
16576 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
16577         Log: Integrate #11009 from maintperl.
16578      Branch: maint-5.6/macperl
16579           !> lib/ExtUtils/Manifest.pm
16580 ____________________________________________________________________________
16581 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
16582         Log: Flexing my Perforce muscles.
16583      Branch: maint-5.6/macperl
16584            ! README.macos
16585 ____________________________________________________________________________
16586 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
16587         Log: Update Changes.
16588      Branch: perl
16589            ! Changes patchlevel.h
16590 ____________________________________________________________________________
16591 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
16592         Log: Metaconfig unit change for #11146.
16593      Branch: metaconfig/U/perl
16594            ! d_fcntl_can_lock.U
16595 ____________________________________________________________________________
16596 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
16597         Log: Somehow the #ifdefs of the added code (in #11093) made
16598              HP-UX to fail the fcntl locking test, without the ifdefs
16599              the test seems to be working again.  Reason unknown:
16600              HP-UX cc doesn't complain either way.
16601      Branch: perl
16602            ! Configure
16603 ____________________________________________________________________________
16604 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
16605         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
16606      Branch: perl
16607            ! lib/ExtUtils/MM_Unix.pm
16608 ____________________________________________________________________________
16609 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
16610         Log: gcc -Wall nit.
16611      Branch: perl
16612            ! pp_hot.c
16613 ____________________________________________________________________________
16614 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
16615         Log: When removing tests updating the test count is a good idea, too.
16616      Branch: perl
16617            ! lib/Net/t/require.t
16618 ____________________________________________________________________________
16619 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
16620         Log: Document #11134 and add the new symbols to the list of
16621              of MakeMaker known ones.
16622      Branch: perl
16623            ! lib/ExtUtils/MakeMaker.pm
16624 ____________________________________________________________________________
16625 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
16626         Log: Microperl update.
16627      Branch: perl
16628            ! uconfig.h
16629 ____________________________________________________________________________
16630 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
16631         Log: Update the libnet tests as per #11138.
16632      Branch: perl
16633            - lib/Net/t/ph.t
16634            ! MANIFEST lib/Net/t/require.t
16635 ____________________________________________________________________________
16636 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
16637         Log: Regen toc and modlib.
16638      Branch: perl
16639            ! pod/perlmodlib.pod pod/perltoc.pod
16640 ____________________________________________________________________________
16641 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
16642         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
16643              Graham's request.
16644      Branch: perl
16645            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
16646            ! MANIFEST
16647 ____________________________________________________________________________
16648 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
16649         Log: Add the OS/390 harness results to the delta.
16650      Branch: perl
16651            ! pod/perl572delta.pod
16652 ____________________________________________________________________________
16653 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
16654         Log: Avoid the two study tests in OS/390 until the bug has been solved.
16655      Branch: perl
16656            ! t/op/study.t
16657 ____________________________________________________________________________
16658 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
16659         Log: DOS/DJGPP tweaks from Laszlo Molnar.
16660      Branch: perl
16661            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
16662 ____________________________________________________________________________
16663 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
16664         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
16665              From: Michael G Schwern <schwern@pobox.com>
16666              Date: Wed, 4 Jul 2001 00:01:16 -0400
16667              Message-ID: <20010704000116.C591@blackrider>
16668      Branch: perl
16669            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
16670 ____________________________________________________________________________
16671 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
16672         Log: The #11132 missed singleton characters (not part
16673              of a unilo..unihi range) in Unicode scripts.
16674      Branch: perl
16675            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
16676            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
16677            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
16678            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
16679            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
16680            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
16681            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
16682            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
16683            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
16684            ! lib/unicode/mktables.PL t/op/pat.t
16685 ____________________________________________________________________________
16686 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
16687         Log: Support preferentially the Unicode 'scripts' definition
16688              in the \p{In...} notation since according to Unicode the
16689              scripts concept is more natural for matching than using
16690              the somewhat artificial block names.  The block names are
16691              still available, though, and if there's a name conflict,
16692              the scripts one wins and the blocks one has to do with
16693              'Block' appended to its name.  For more information see
16694              
16695              http://www.unicode.org/unicode/reports/tr24/
16696      Branch: perl
16697            + lib/unicode/In/100.pl lib/unicode/In/101.pl
16698            + lib/unicode/In/102.pl lib/unicode/In/103.pl
16699            + lib/unicode/In/104.pl lib/unicode/In/105.pl
16700            + lib/unicode/In/106.pl lib/unicode/In/107.pl
16701            + lib/unicode/In/108.pl lib/unicode/In/109.pl
16702            + lib/unicode/In/110.pl lib/unicode/In/111.pl
16703            + lib/unicode/In/112.pl lib/unicode/In/113.pl
16704            + lib/unicode/In/114.pl lib/unicode/In/115.pl
16705            + lib/unicode/In/116.pl lib/unicode/In/117.pl
16706            + lib/unicode/In/118.pl lib/unicode/In/119.pl
16707            + lib/unicode/In/120.pl lib/unicode/In/121.pl
16708            + lib/unicode/In/122.pl lib/unicode/In/123.pl
16709            + lib/unicode/In/124.pl lib/unicode/In/125.pl
16710            + lib/unicode/In/126.pl lib/unicode/In/127.pl
16711            + lib/unicode/In/128.pl lib/unicode/In/129.pl
16712            + lib/unicode/In/130.pl lib/unicode/In/131.pl
16713            + lib/unicode/In/132.pl lib/unicode/In/133.pl
16714            + lib/unicode/In/134.pl lib/unicode/In/135.pl
16715            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
16716            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
16717            ! (edit 106 files)
16718 ____________________________________________________________________________
16719 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
16720         Log: Better document the difference between a block and a script.
16721      Branch: perl
16722            ! lib/Unicode/UCD.pm
16723 ____________________________________________________________________________
16724 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
16725         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
16726              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16727              Date: Tue, 3 Jul 2001 15:04:23 -0500
16728              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
16729      Branch: perl
16730            ! lib/CPAN.pm
16731 ____________________________________________________________________________
16732 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
16733         Log: Add tests for charscript().
16734      Branch: perl
16735            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16736 ____________________________________________________________________________
16737 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
16738         Log: Add charscript() to get the UTR#24 script names of characters.
16739      Branch: perl
16740            ! lib/Unicode/UCD.pm
16741 ____________________________________________________________________________
16742 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
16743         Log: Todo updates.
16744      Branch: perl
16745            ! pod/perltodo.pod
16746 ____________________________________________________________________________
16747 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
16748         Log: Unicode::UCD updates.
16749      Branch: perl
16750            ! lib/Unicode/UCD.pm
16751 ____________________________________________________________________________
16752 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
16753         Log: (Retracted by #11174)
16754              Subject: MakeMaker should pass through DEFINE and INC to subdirs
16755              From: Alan Burlison <Alan.Burlison@sun.com>
16756              Date: Tue, 03 Jul 2001 15:20:13 +0100
16757              Message-ID: <3B41D49D.A923D4F9@sun.com>
16758      Branch: perl
16759            ! lib/ExtUtils/MM_Unix.pm
16760 ____________________________________________________________________________
16761 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
16762         Log: Subject: Patch needed for UTS
16763              From: hom00@utsglobal.com (Hal Morris)
16764              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
16765              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
16766              
16767              Replace #11113 with a better version.
16768      Branch: perl
16769            ! perl.h
16770 ____________________________________________________________________________
16771 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
16772         Log: Subject: Re: POINTERRIGOR
16773              From: Andy Dougherty <doughera@lafayette.edu>
16774              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
16775              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
16776      Branch: perl
16777            ! util.c
16778 ____________________________________________________________________________
16779 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
16780         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
16781              From: "Philip Newton" <pnewton@gmx.de>
16782              Date: Tue, 3 Jul 2001 17:03:34 +0200
16783              Message-ID: <3B41FAE6.29564.660E117@localhost>
16784      Branch: perl
16785            ! pp_hot.c
16786 ____________________________________________________________________________
16787 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
16788         Log: Typos.
16789      Branch: perl
16790            ! INSTALL
16791 ____________________________________________________________________________
16792 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
16793         Log: Subject: [PATCH 5.6.1] debugger fixes
16794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16795              Date: Tue, 3 Jul 2001 03:38:18 -0400
16796              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
16797              
16798              The $^S is working again.
16799      Branch: perl
16800            ! lib/perl5db.pl
16801 ____________________________________________________________________________
16802 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
16803         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
16804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16805              Date: Tue, 3 Jul 2001 03:34:06 -0400
16806              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
16807      Branch: perl
16808            ! os2/OS2/Process/Process.pm
16809 ____________________________________________________________________________
16810 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
16811         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
16812              From: "Philip Newton" <Philip.Newton@gmx.net>
16813              Date: Tue, 3 Jul 2001 09:11:27 +0200
16814              Message-Id: <200107030706.KAA04596@taas.iki.fi>
16815      Branch: perl
16816            ! lib/FindBin.pm
16817 ____________________________________________________________________________
16818 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
16819         Log: Delta delta.
16820      Branch: perl
16821            ! pod/perl572delta.pod
16822 ____________________________________________________________________________
16823 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
16824         Log: Metaconfig unit change for 11115.
16825      Branch: metaconfig
16826            ! U/modified/libc.U
16827 ____________________________________________________________________________
16828 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
16829         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
16830              (from Richard Hatch) (this was the cause of pipes() and
16831              times() myeteriously not being found)
16832      Branch: perl
16833            ! Configure
16834 ____________________________________________________________________________
16835 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
16836         Log: Retract #10142, the real culprit found by Richard Hatch,
16837              coming soon to Configure near you.
16838      Branch: perl
16839            ! hints/aix.sh
16840 ____________________________________________________________________________
16841 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
16842         Log: (Replaced by #11124) UTS workaround from Hal Morris.
16843      Branch: perl
16844            ! perl.h
16845 ____________________________________________________________________________
16846 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
16847         Log: Subject: [PATCH] grok not grocking correctly
16848              From: Nicholas Clark <nick@ccl4.org>
16849              Date: Tue, 3 Jul 2001 00:19:08 +0100
16850              Message-ID: <20010703001908.H59620@plum.flirble.org>
16851      Branch: perl
16852            ! numeric.c
16853 ____________________________________________________________________________
16854 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
16855         Log: Subject: [PATCH Deparse.t] test just-posted patches
16856              From: Robin Houston <robin@kitsite.com>
16857              Date: Mon, 2 Jul 2001 23:46:15 +0100
16858              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
16859      Branch: perl
16860            ! ext/B/Deparse.t
16861 ____________________________________________________________________________
16862 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
16863         Log: Subject: [PATCH toke.c] autosplit into @F
16864              From: Robin Houston <robin@kitsite.com>
16865              Date: Mon, 2 Jul 2001 23:18:20 +0100
16866              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
16867      Branch: perl
16868            ! perl.c toke.c
16869 ____________________________________________________________________________
16870 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
16871         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
16872              From: Robin Houston <robin@kitsite.com>
16873              Date: Mon, 2 Jul 2001 23:00:48 +0100
16874              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
16875      Branch: perl
16876            ! ext/B/B/Deparse.pm
16877 ____________________________________________________________________________
16878 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
16879         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
16880              From: "Philip Newton" <Philip.Newton@gmx.net>
16881              Date: Mon, 2 Jul 2001 22:06:22 +0200
16882              (no Message-Id)
16883      Branch: perl
16884            ! ext/NDBM_File/hints/linux.pl
16885 ____________________________________________________________________________
16886 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
16887         Log: Subject: Re: Fixed pack problem - sort of
16888              From: Nicholas Clark <nick@ccl4.org>
16889              Date: Mon, 2 Jul 2001 20:59:20 +0100
16890              Message-ID: <20010702205919.F59620@plum.flirble.org>
16891      Branch: perl
16892            ! pp_pack.c t/op/pack.t
16893 ____________________________________________________________________________
16894 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
16895         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
16896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16897              Date: Mon, 2 Jul 2001 15:45:41 -0400
16898              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
16899      Branch: perl
16900            ! os2/os2.c
16901 ____________________________________________________________________________
16902 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
16903         Log: (Mistaken retraction)
16904      Branch: perl
16905            ! utils/pl2pm.PL
16906 ____________________________________________________________________________
16907 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
16908         Log: Detypo in #11103.
16909      Branch: perl
16910            ! utils/pl2pm.PL
16911 ____________________________________________________________________________
16912 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
16913         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
16914              From: Jonathan Stowe <gellyfish@gellyfish.com>
16915              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
16916              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
16917      Branch: perl
16918            ! utils/pl2pm.PL
16919 ____________________________________________________________________________
16920 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
16921         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
16922              From: "Craig A. Berry" <craigberry@mac.com>
16923              Date: Mon, 02 Jul 2001 14:11:23 -0500
16924              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
16925      Branch: perl
16926            ! lib/Unicode/UCD.pm
16927 ____________________________________________________________________________
16928 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
16929         Log: Subject: [PATCH] Re: op/numconvert.t failures
16930              From: Nicholas Clark <nick@ccl4.org>
16931              Date: Mon, 2 Jul 2001 20:10:48 +0100
16932              Message-ID: <20010702201048.E59620@plum.flirble.org>
16933      Branch: perl
16934            ! t/op/numconvert.t
16935 ____________________________________________________________________________
16936 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
16937         Log: Update Changes.
16938      Branch: perl
16939            ! Changes patchlevel.h
16940 ____________________________________________________________________________
16941 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
16942         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
16943              The real fix must be more involved.  The line of code all the leaky
16944              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
16945              line of Perl_newPMOP().
16946      Branch: perl
16947            ! op.h
16948 ____________________________________________________________________________
16949 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
16950         Log: Based on
16951              
16952              Subject: Re: sizeof(struct sembuf)
16953              From: Nicholas Clark <nick@ccl4.org>
16954              Date: Sun, 1 Jul 2001 22:26:48 +0100
16955              Message-ID: <20010701222648.W59620@plum.flirble.org>
16956              
16957              but do semop() always the slow way.
16958      Branch: perl
16959            ! doio.c
16960 ____________________________________________________________________________
16961 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
16962         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
16963              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16964              Date: Tue, 03 Jul 2001 00:56:30 +0900
16965              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
16966      Branch: perl
16967            ! ext/Encode/Encode/Tcl.t
16968 ____________________________________________________________________________
16969 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
16970         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
16971              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16972              Date: Tue, 03 Jul 2001 00:55:46 +0900
16973              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
16974      Branch: perl
16975            ! ext/Encode/Encode/Tcl.pm
16976 ____________________________________________________________________________
16977 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
16978         Log: Regen api and toc.
16979      Branch: perl
16980            ! pod/perlapi.pod pod/perltoc.pod
16981 ____________________________________________________________________________
16982 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
16983         Log: Metaconfig unit change for #11093.
16984      Branch: metaconfig/U/perl
16985            ! d_fcntl_can_lock.U
16986 ____________________________________________________________________________
16987 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
16988         Log: The fcntl locking test may hang if NFS locking messed up;
16989              break out with alarm(10).
16990      Branch: perl
16991            ! Configure
16992 ____________________________________________________________________________
16993 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
16994         Log: Move the mdelete.bat from win32/bin to win32.
16995      Branch: perl
16996            ! MANIFEST
16997 ____________________________________________________________________________
16998 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
16999         Log: Typo in #11083.
17000      Branch: perl
17001            ! ext/Time/Piece/Piece.t
17002 ____________________________________________________________________________
17003 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
17004         Log: Netware tweaks from Guruprasad.
17005      Branch: perl
17006            - NetWare/perlsdio.h
17007            ! MANIFEST NetWare/Makefile NetWare/interface.c
17008            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
17009            ! perlsdio.h
17010 ____________________________________________________________________________
17011 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
17012         Log: Subject: Re: [PATH] shared -> unique;
17013              From: Abhijit Menon-Sen <ams@wiw.org>
17014              Date: Wed, 27 Jun 2001 03:51:27 +0530
17015              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
17016      Branch: perl
17017            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
17018 ____________________________________________________________________________
17019 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
17020         Log: Subject: Re: AIX / gcc-3.0
17021              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17022              Date: Mon, 02 Jul 2001 15:20:21 +0200
17023              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
17024      Branch: perl
17025            ! hints/aix.sh
17026 ____________________________________________________________________________
17027 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
17028         Log: Subject: Re: Bug report: split splits on wrong pattern
17029              From: Abhijit Menon-Sen <ams@wiw.org>
17030              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
17031              Date: Mon, 2 Jul 2001 16:31:33 +0530
17032      Branch: perl
17033            ! pp_ctl.c
17034 ____________________________________________________________________________
17035 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
17036         Log: Subject: [PATCH 5.6.1] test harness
17037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17038              Date: Mon, 2 Jul 2001 06:29:21 -0400
17039              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
17040      Branch: perl
17041            ! lib/Test/Harness.pm
17042 ____________________________________________________________________________
17043 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
17044         Log: Subject: [PATCH 5.6.1] debugger goof
17045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17046              Date: Mon, 2 Jul 2001 06:27:22 -0400
17047              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
17048      Branch: perl
17049            ! lib/perl5db.pl
17050 ____________________________________________________________________________
17051 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
17052         Log: Subject: [PATCH 5.6.1] OS/2 cwd
17053              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17054              Date: Mon, 2 Jul 2001 06:21:17 -0400
17055              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
17056      Branch: perl
17057            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
17058 ____________________________________________________________________________
17059 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
17060         Log: Make #11082 more OS/2-specific.
17061      Branch: perl
17062            ! ext/Time/Piece/Piece.t
17063 ____________________________________________________________________________
17064 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
17065         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
17066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17067              Date: Mon, 2 Jul 2001 06:06:34 -0400
17068              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
17069      Branch: perl
17070            ! ext/Time/Piece/Piece.t
17071 ____________________________________________________________________________
17072 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
17073         Log: Subject: [PATCH B::Deparse] version number & changes
17074              From: Robin Houston <robin@kitsite.com>  
17075              Date: Sun, 1 Jul 2001 17:17:29 +0100
17076              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
17077      Branch: perl
17078            ! ext/B/B/Deparse.pm
17079 ____________________________________________________________________________
17080 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
17081         Log: Subject: a small fix.
17082              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17083              Date: Mon, 2 Jul 2001 12:17:53 +0200
17084              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
17085      Branch: perl
17086            ! ext/Thread/Thread.xs
17087 ____________________________________________________________________________
17088 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
17089         Log: Subject: RE: perl@10907
17090              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17091              Date: Mon, 2 Jul 2001 12:06:16 +0200
17092              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
17093              
17094              Borland C vs PerlIO.
17095      Branch: perl
17096            ! win32/config.bc win32/config_H.bc
17097 ____________________________________________________________________________
17098 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
17099         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
17100              From: "H.M. Brand" <merijn@l1.procura.nl>
17101              Date: Mon, 02 Jul 2001 11:18:57 +0200
17102              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
17103      Branch: perl
17104            ! t/op/write.t
17105 ____________________________________________________________________________
17106 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
17107         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
17108              From: Michael G Schwern <schwern@pobox.com>
17109              Date: Mon, 2 Jul 2001 00:26:24 -0400
17110              Message-ID: <20010702002624.A18302@blackrider>
17111      Branch: perl
17112            - ext/util/mkbootstrap
17113 ____________________________________________________________________________
17114 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
17115         Log: Subject: [PATCH op.h] v minor comment tweak
17116              From: Robin Houston <robin@puffinry.freeserve.co.uk>
17117              Date: Mon, 2 Jul 2001 00:42:01 +0100
17118              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
17119      Branch: perl
17120            ! op.h
17121 ____________________________________________________________________________
17122 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
17123         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
17124      Branch: perl
17125            ! pod/perlfunc.pod
17126 ____________________________________________________________________________
17127 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
17128         Log: Subject: Re: sizeof(struct sembuf)
17129              From: Nicholas Clark <nick@ccl4.org>
17130              Date: Sun, 1 Jul 2001 19:23:16 +0100
17131              Message-ID: <20010701192316.V59620@plum.flirble.org>
17132              
17133              s/signaling/signalling/
17134      Branch: perl
17135            ! pod/perlfunc.pod
17136 ____________________________________________________________________________
17137 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
17138         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
17139              From: "Philip Newton" <Philip.Newton@gmx.net>
17140              Date: Sun, 1 Jul 2001 09:37:56 +0200
17141              Message-Id: <200107010733.KAA03920@taas.iki.fi>
17142      Branch: perl
17143            ! pod/perlvar.pod
17144 ____________________________________________________________________________
17145 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
17146         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
17147              From: "Philip Newton" <Philip.Newton@gmx.net>
17148              Date: Sun, 1 Jul 2001 09:37:56 +0200
17149              Message-Id: <200107010733.KAA03925@taas.iki.fi>
17150      Branch: perl
17151            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
17152 ____________________________________________________________________________
17153 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
17154         Log: Metaconfig unit change for #11070.
17155      Branch: metaconfig
17156            ! U/compline/randfunc.U
17157 ____________________________________________________________________________
17158 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
17159         Log: Subject: [PATCH perlsnap] its --> it's --> its
17160              From: "Philip Newton" <Philip.Newton@gmx.net>
17161              Date: Sun, 1 Jul 2001 09:37:56 +0200
17162              Message-Id: <200107010733.KAA03914@taas.iki.fi>
17163      Branch: perl
17164            ! Porting/config_H
17165 ____________________________________________________________________________
17166 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
17167         Log: Sync with Sarathy; integrate with perlio.
17168      Branch: perl
17169           !> gv.c
17170 ____________________________________________________________________________
17171 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
17172         Log: regenerate win32/config_H.?c files
17173      Branch: perl
17174            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17175 ____________________________________________________________________________
17176 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
17177         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
17178              naming discipline
17179              
17180              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
17181              because of this)
17182              
17183              fix a warning about "fd" being used without being set in Cwd.xs
17184      Branch: perl
17185            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
17186            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
17187            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
17188            ! win32/config.vc
17189 ____________________________________________________________________________
17190 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
17191         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
17192              within macro arguments") and warnings ("unary minus applied to
17193              unsigned type", among others)
17194      Branch: perl
17195            ! gv.c hv.c op.c pp.c sv.c toke.c
17196 ____________________________________________________________________________
17197 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
17198         Log: win32 fixes: more spurious CRs
17199      Branch: perl
17200            ! win32/mdelete.bat
17201 ____________________________________________________________________________
17202 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
17203         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
17204              from win32/bin (or it gets deleted by distclean); don't delete
17205              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
17206              NT (should be made Win9x specific, and added to makefile.mk)
17207      Branch: perl
17208           +> win32/mdelete.bat
17209            - win32/bin/mdelete.bat
17210            ! win32/Makefile win32/makefile.mk
17211 ____________________________________________________________________________
17212 [ 11063] By: nick                                  on 2001/07/01  18:54:09
17213         Log: Quick for for #ifdef mess
17214      Branch: perlio
17215            ! gv.c
17216 ____________________________________________________________________________
17217 [ 11062] By: nick                                  on 2001/07/01  18:47:42
17218         Log: Raw integrate - does not build #if mess in gv.c
17219      Branch: perlio
17220           !> (integrate 29 files)
17221 ____________________________________________________________________________
17222 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
17223         Log: Make 'compile' target a little less broken.
17224              Still very broken, though: -Wall warnings from
17225              the generated code, boot_Foo prototypes missing,
17226              can't autoload Fcntl::SEEK_CUR et alia, ...
17227      Branch: perl
17228            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
17229            ! utils/perlcc.PL x2p/Makefile.SH
17230 ____________________________________________________________________________
17231 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
17232         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
17233      Branch: perl
17234            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17235            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
17236 ____________________________________________________________________________
17237 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
17238         Log: Update Changes.
17239      Branch: perl
17240            ! Changes patchlevel.h
17241 ____________________________________________________________________________
17242 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
17243         Log: Still one typo, regen toc.
17244      Branch: perl
17245            ! lib/Unicode/UCD.pm pod/perltoc.pod
17246 ____________________________________________________________________________
17247 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
17248         Log: Detypos and regen toc.
17249      Branch: perl
17250            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
17251 ____________________________________________________________________________
17252 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
17253         Log: VERSION tweak.
17254      Branch: perl
17255            ! ext/List/Util/lib/List/Util.pm
17256 ____________________________________________________________________________
17257 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
17258         Log: Attempt at plugging the leak under ithreads detected by Doug.
17259      Branch: perl
17260            ! op.h
17261 ____________________________________________________________________________
17262 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
17263         Log: gcc -Wall lint after #11051.
17264      Branch: perl
17265            ! pp_sys.c
17266 ____________________________________________________________________________
17267 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
17268         Log: Integrate perlio.
17269      Branch: perl
17270           !> lib/File/Find/taint.t
17271 ____________________________________________________________________________
17272 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
17273         Log: Don't use the v-strings for module VERSIONs.
17274      Branch: perl
17275            ! lib/Unicode/UCD.pm
17276 ____________________________________________________________________________
17277 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
17278         Log: Code cleanup based on turning off the -woffs in IRIX.
17279              Not all of the gripes cleaned up (hairy code in hv.c and
17280              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
17281              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
17282              to the IRIX hints)
17283      Branch: perl
17284            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
17285            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
17286            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
17287            ! regcomp.c sv.c
17288 ____________________________________________________________________________
17289 [ 11050] By: nick                                  on 2001/06/30  20:46:46
17290         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
17291      Branch: perlio
17292            ! lib/File/Find/taint.t
17293 ____________________________________________________________________________
17294 [ 11049] By: nick                                  on 2001/06/30  18:13:33
17295         Log: Integrate mainline
17296      Branch: perlio
17297           +> NetWare/nwstdio.h NetWare/perlsdio.h
17298           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
17299           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
17300           +> lib/Unicode/UCD.t t/run/exit.t
17301           !> (integrate 60 files)
17302 ____________________________________________________________________________
17303 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
17304         Log: Delta delta.
17305      Branch: perl
17306            ! pod/perl572delta.pod
17307 ____________________________________________________________________________
17308 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
17309         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
17310              by CPAN.pm, use rather _00.
17311      Branch: perl
17312            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
17313            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
17314            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
17315            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
17316            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
17317            ! lib/ExtUtils/Embed.pm lib/Test.pm
17318 ____________________________________________________________________________
17319 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
17320         Log: Add a simple Unicode character database interface, Unicode::UCD.
17321      Branch: perl
17322            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
17323            ! MANIFEST
17324 ____________________________________________________________________________
17325 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
17326         Log: Subject: [PATCH] op/numconver.t
17327              From: Nicholas Clark <nick@ccl4.org>
17328              Date: Sat, 30 Jun 2001 15:40:10 +0100
17329              Message-ID: <20010630154010.I59620@plum.flirble.org>
17330      Branch: perl
17331            ! t/op/numconvert.t
17332 ____________________________________________________________________________
17333 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
17334         Log: The $^N is now taken (by #11038).
17335      Branch: perl
17336            ! t/base/lex.t
17337 ____________________________________________________________________________
17338 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
17339         Log: The #11040 had slipped to a wrong function...
17340      Branch: perl
17341            ! sv.c
17342 ____________________________________________________________________________
17343 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
17344         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
17345              the Configure library symbol probe mysteriously finds all
17346              symbols but those of pipe() and times().
17347      Branch: perl
17348            ! hints/aix.sh
17349 ____________________________________________________________________________
17350 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
17351         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
17352              From: Nicholas Clark <nick@ccl4.org>
17353              Date: Fri, 29 Jun 2001 23:49:07 +0100
17354              Message-ID: <20010629234907.D59620@plum.flirble.org>
17355      Branch: perl
17356            ! lib/ExtUtils.t
17357 ____________________________________________________________________________
17358 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
17359         Log: Subject: [PATCH] weakref fix 2, not yet there
17360              From: Artur Bergman <artur@contiller.se>
17361              Date: Sat, 30 Jun 2001 01:18:16 +0200
17362              Message-ID: <B762D957.1CC9%artur@contiller.se>
17363      Branch: perl
17364            ! sv.c
17365 ____________________________________________________________________________
17366 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
17367         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
17368              From: Michael G Schwern <schwern@pobox.com>
17369              Date: Fri, 29 Jun 2001 19:39:11 -0400
17370              Message-ID: <20010629193910.D25304@blackrider>
17371      Branch: perl
17372            + t/run/exit.t
17373            ! MANIFEST
17374 ____________________________________________________________________________
17375 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
17376         Log: Add support for $^N, the most-recently closed group.
17377      Branch: perl
17378            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
17379            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
17380            ! thrdvar.h
17381 ____________________________________________________________________________
17382 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
17383         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
17384              From: lvirden@cas.org
17385              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
17386              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
17387              
17388              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
17389              From: lvirden@cas.org
17390              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
17391              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
17392      Branch: perl
17393            ! README.solaris
17394 ____________________________________________________________________________
17395 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
17396         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
17397              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17398              Date: Sat, 30 Jun 2001 07:33:37 +0900
17399              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
17400              
17401              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
17402              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17403              Date: Sat, 30 Jun 2001 21:38:14 +0900
17404              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
17405      Branch: perl
17406            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
17407            + ext/Encode/Encode/7bit-kr.enc
17408            ! MANIFEST ext/Encode/Encode/Tcl.pm
17409 ____________________________________________________________________________
17410 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
17411         Log: NetWare tweaks from Guruprasad.
17412      Branch: perl
17413            + NetWare/nwstdio.h NetWare/perlsdio.h
17414            ! MANIFEST NetWare/Makefile NetWare/config.wc
17415            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
17416            ! NetWare/t/Readme.txt
17417 ____________________________________________________________________________
17418 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
17419         Log: More module $VERSION bump-ups.
17420      Branch: perl
17421            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
17422            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
17423            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
17424 ____________________________________________________________________________
17425 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
17426         Log: Doc update due to #11032.
17427      Branch: perl
17428            ! pod/perl572delta.pod
17429 ____________________________________________________________________________
17430 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
17431         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
17432              From: Peter Prymmer <pvhp@forte.com>
17433              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
17434              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
17435      Branch: perl
17436            ! ext/Time/HiRes/HiRes.xs
17437 ____________________________________________________________________________
17438 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
17439         Log: -lpthreads missing in AIX.
17440      Branch: perl
17441            ! hints/aix.sh
17442 ____________________________________________________________________________
17443 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
17444         Log: Subject: [PATCH] CLONE && weakrefs
17445              From: Artur Bergman <artur@contiller.se>
17446              Date: Fri, 29 Jun 2001 17:02:00 +0200
17447              Message-ID: <B7626508.1CA0%artur@contiller.se>
17448      Branch: perl
17449            ! sv.c
17450 ____________________________________________________________________________
17451 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
17452         Log: Subject: Re: Bug report: split splits on wrong pattern
17453              From: Radu Greab <radu@netsoft.ro>
17454              Date: Wed, 27 Jun 2001 21:50:52 +0300
17455              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
17456      Branch: perl
17457            ! pp_ctl.c t/op/split.t
17458 ____________________________________________________________________________
17459 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
17460         Log: Metaconfig unit change for #11027.
17461      Branch: metaconfig/U/perl
17462            ! d_modfl.U
17463 ____________________________________________________________________________
17464 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
17465         Log: I thought this Configure glitch for AIX was just recently fixed?
17466      Branch: perl
17467            ! Configure
17468 ____________________________________________________________________________
17469 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
17470         Log: Update Changes.
17471      Branch: perl
17472            ! Changes patchlevel.h
17473 ____________________________________________________________________________
17474 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
17475         Log: Subject: Re: perl@10967, File::Find, and Cwd
17476              From: Mike Guy <mjtg@cam.ac.uk>
17477              Date: Fri, 29 Jun 2001 14:56:49 +0100
17478              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
17479      Branch: perl
17480            ! lib/File/Find/taint.t
17481 ____________________________________________________________________________
17482 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
17483         Log: Update the sv_pvprintify() spec.
17484      Branch: perl
17485            ! pod/perltodo.pod
17486 ____________________________________________________________________________
17487 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
17488         Log: Known test failures update.
17489      Branch: perl
17490            ! pod/perl572delta.pod
17491 ____________________________________________________________________________
17492 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
17493         Log: Based on
17494              
17495              Subject: [PATCH @11016] More );) fixes
17496              From: Richard Soderberg <rs@crystalflame.net>
17497              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
17498              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
17499      Branch: perl
17500            ! ext/Thread/Thread.xs ext/Thread/typemap
17501 ____________________________________________________________________________
17502 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
17503         Log: Subject: [PATCH @11016] Fixes compile errors in four files
17504              From: Richard Soderberg <rs@crystalflame.net>
17505              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
17506              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
17507      Branch: perl
17508            ! mg.c pp.c pp_hot.c util.c
17509 ____________________________________________________________________________
17510 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
17511         Log: AIX hints tweaking continues, from Merijn Brand.
17512      Branch: perl
17513            ! hints/aix.sh
17514 ____________________________________________________________________________
17515 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
17516         Log: HP-UX needs gccversion sooner, from Merijn Brand.
17517      Branch: perl
17518            ! hints/hpux.sh
17519 ____________________________________________________________________________
17520 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
17521         Log: Subject: [PATCH 5.6.1] OS/2 docs
17522              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17523              Date: Fri, 29 Jun 2001 02:34:12 -0400
17524              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
17525      Branch: perl
17526            ! README.os2 os2/Changes
17527 ____________________________________________________________________________
17528 [ 11017] By: nick                                  on 2001/06/29  10:20:30
17529         Log: Integrate mainline
17530      Branch: perlio
17531           +> (branch 37 files)
17532            - ext/ODBM_File/sdbm.t
17533           !> (integrate 211 files)
17534 ____________________________________________________________________________
17535 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
17536         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
17537              the modules found using a script written by Larry Schatzer Jr.
17538      Branch: perl
17539            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
17540            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
17541            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17542            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
17543            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
17544            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
17545            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
17546            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
17547            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
17548            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
17549            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
17550            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
17551            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
17552            ! lib/constant.pm lib/fields.pm lib/strict.pm
17553 ____________________________________________________________________________
17554 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
17555         Log: The latest JPL from the anoncvs.
17556      Branch: perl
17557            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17558 ____________________________________________________________________________
17559 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
17560         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
17561      Branch: perl
17562            ! t/op/pat.t
17563 ____________________________________________________________________________
17564 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
17565         Log: Worrying about insecure directories now is a bit too late.
17566      Branch: perl
17567            ! lib/File/Find/taint.t
17568 ____________________________________________________________________________
17569 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
17570         Log: Cannot DIE() in a void function,
17571              from Richard Hatch <rhatch@austin.ibm.com>.
17572      Branch: perl
17573            ! ext/IPC/SysV/SysV.xs
17574 ____________________________________________________________________________
17575 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
17576         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
17577              From: Peter Prymmer <pvhp@forte.com>
17578              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
17579              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
17580              
17581              (unfinished: time/hires tests 3, 5, 14 failing, but better
17582              than wholesale failure)
17583      Branch: perl
17584            ! ext/Time/HiRes/HiRes.xs
17585 ____________________________________________________________________________
17586 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
17587         Log: Subject: [PATCH 5.6.1] OS/2 improvements
17588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17589              Date: Thu, 28 Jun 2001 16:03:14 -0400
17590              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
17591      Branch: perl
17592            + os2/os2_base.t
17593            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
17594            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
17595            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
17596            ! os2/os2ish.h
17597 ____________________________________________________________________________
17598 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
17599         Log: Subject: Incrementing Extutils::Manifest's $VERSION
17600              From: Michael G Schwern <schwern@pobox.com>
17601              Date: Thu, 28 Jun 2001 13:13:49 -0400
17602              Message-ID: <20010628131349.A14738@blackrider>
17603      Branch: maint-5.6/perl
17604            ! lib/ExtUtils/Manifest.pm
17605 ____________________________________________________________________________
17606 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
17607         Log: AIX tweak from Merijn Brand.
17608      Branch: perl
17609            ! hints/aix.sh
17610 ____________________________________________________________________________
17611 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
17612         Log: Create the macperl branch.
17613      Branch: maint-5.6/macperl
17614           +> (branch 1728 files)
17615 ____________________________________________________________________________
17616 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
17617         Log: Update Changes.
17618      Branch: perl
17619            ! Changes patchlevel.h
17620 ____________________________________________________________________________
17621 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
17622         Log: More Perforce lore.
17623      Branch: perl
17624            ! Porting/repository.pod
17625 ____________________________________________________________________________
17626 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
17627         Log: Metaconfig unit changes for #11003.
17628      Branch: metaconfig/U/perl
17629            + d_nl_langinfo.U i_langinfo.U
17630 ____________________________________________________________________________
17631 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
17632         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
17633              Expected not to exist in non-UNIX excepting in VMS, where
17634              according to a quick web survey they just might.
17635      Branch: perl
17636            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
17637            ! Porting/config_H config_h.SH configure.com epoc/config.sh
17638            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
17639            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17640            ! win32/config.bc win32/config.gc win32/config.vc
17641 ____________________________________________________________________________
17642 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
17643         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
17644              in AIX is one is doing a 64-bit build.
17645      Branch: perl
17646            ! hints/aix.sh
17647 ____________________________________________________________________________
17648 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
17649         Log: Metaconfig unit changes for #11000.
17650      Branch: metaconfig/U/perl
17651            ! use64bits.U uselfs.U
17652 ____________________________________________________________________________
17653 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
17654         Log: Move use64bitint and use64bitall before uselargefiles.
17655      Branch: perl
17656            ! Configure
17657 ____________________________________________________________________________
17658 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
17659         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
17660              From: Robert Spier <rspier@pobox.com>
17661              Message-ID: <15162.41164.618712.841415@rls.cx>
17662              Date: Wed, 27 Jun 2001 23:13:16 -0400
17663      Branch: perl
17664            ! doio.c
17665 ____________________________________________________________________________
17666 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
17667         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
17668              From: Peter Prymmer <pvhp@forte.com>
17669              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
17670              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
17671      Branch: perl
17672            ! numeric.c
17673 ____________________________________________________________________________
17674 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
17675         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
17676              From: Peter Prymmer <pvhp@forte.com>
17677              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
17678              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
17679      Branch: perl
17680            ! configure.com ext/Digest/MD5/Makefile.PL
17681 ____________________________________________________________________________
17682 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
17683         Log: Update Changes.
17684      Branch: perl
17685            ! Changes patchlevel.h
17686 ____________________________________________________________________________
17687 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
17688         Log: Tiny EPOC updates.
17689      Branch: perl
17690            ! epoc/config.sh
17691 ____________________________________________________________________________
17692 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
17693         Log: The Test::More and Test::Simple tests required help
17694              thanks to our schizophrenic test scheme.
17695      Branch: perl
17696            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17697            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17698            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17699            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17700            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17701 ____________________________________________________________________________
17702 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
17703         Log: Upgrade to Test::Simple 0.09.
17704      Branch: perl
17705            + lib/Test/Simple/Changes
17706            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
17707            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17708            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17709            ! lib/Test/Simple/t/plan_is_noplan.t
17710 ____________________________________________________________________________
17711 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
17712         Log: Upgrade to Test::More 0.07.
17713      Branch: perl
17714            + lib/Test/More/Changes
17715            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
17716            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
17717            ! lib/Test/More/t/skipall.t
17718 ____________________________________________________________________________
17719 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
17720         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
17721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17722              Date: Wed, 27 Jun 2001 18:40:04 +0200
17723              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
17724      Branch: perl
17725            ! hints/hpux.sh
17726 ____________________________________________________________________________
17727 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
17728         Log: Subject: [PATCH README.qnx hints/qnx.sh]
17729              From: Norton Allen <allen@huarp.harvard.edu>
17730              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
17731              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
17732      Branch: perl
17733            ! README.qnx hints/qnx.sh
17734 ____________________________________________________________________________
17735 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
17736         Log: Subject: [PATCH] two little documentation nits
17737              From: Abhijit Menon-Sen <ams@wiw.org>
17738              Date: Wed, 27 Jun 2001 20:07:50 +0530
17739              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
17740      Branch: perl
17741            ! sv.c sv.h
17742 ____________________________________________________________________________
17743 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
17744         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
17745              From: Norton Allen <allen@huarp.harvard.edu>
17746              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
17747              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
17748      Branch: perl
17749            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
17750 ____________________________________________________________________________
17751 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
17752         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
17753              From: Michael G Schwern <schwern@pobox.com>
17754              Date: Wed, 27 Jun 2001 02:34:58 -0400
17755              Message-ID: <20010627023458.K23874@blackrider>
17756      Branch: perl
17757            ! vms/test.com
17758 ____________________________________________________________________________
17759 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
17760         Log: Add perl_clone_host() for Netware.
17761      Branch: perl
17762            ! NetWare/nw5.c
17763 ____________________________________________________________________________
17764 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
17765         Log: GCC 3.0 hints for HP-UX.
17766      Branch: perl
17767            ! hints/hpux.sh
17768 ____________________________________________________________________________
17769 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
17770         Log: In some Linux distributions the libndbm is broken
17771              (no null key support), therefore link with libgdbm
17772              (if available), since it has a working ndbm emulation,
17773              from Jonathan Stowe.
17774      Branch: perl
17775            + ext/NDBM_File/hints/linux.pl
17776            ! MANIFEST
17777 ____________________________________________________________________________
17778 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
17779         Log: Subject: [PATCH perl@10930] find.t hack for VMS
17780              From: "Craig A. Berry" <craigberry@mac.com>
17781              Date: Tue, 26 Jun 2001 23:40:25 -0500
17782              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
17783      Branch: perl
17784            ! lib/File/Find/find.t
17785 ____________________________________________________________________________
17786 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
17787         Log: AUTHORS updates.
17788      Branch: perl
17789            ! AUTHORS
17790 ____________________________________________________________________________
17791 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
17792         Log: Metaconfig unit change like #10980.
17793      Branch: metaconfig
17794            ! U/compline/d_stdstdio.U
17795 ____________________________________________________________________________
17796 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
17797         Log: "lose the it's", from Abhijit Menon-Sen.
17798              ("It's" not searched, pods not searched.)
17799      Branch: perl
17800            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
17801            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
17802            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
17803            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
17804            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17805            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
17806 ____________________________________________________________________________
17807 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
17808         Log: "lose the looses", from Abhijit Menon-Sen.
17809      Branch: perl
17810            ! ext/B/B/Assembler.pm gv.c
17811 ____________________________________________________________________________
17812 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
17813         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
17814      Branch: perl
17815            ! hints/os390.sh
17816 ____________________________________________________________________________
17817 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
17818         Log: DEC C 5.3 on the VAX simply doesn't seem to like
17819              compiling the MD5 extension, disable it there for now,
17820              from Peter Prymmer.
17821      Branch: perl
17822            ! configure.com
17823 ____________________________________________________________________________
17824 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
17825         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
17826              From: Jonathan Stowe <gellyfish@gellyfish.com>
17827              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
17828              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
17829      Branch: perl
17830            ! pod/perlfaq3.pod
17831 ____________________________________________________________________________
17832 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
17833         Log: Subject: [PATCH 5.6.1] perlxs misprints
17834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17835              Date: Tue, 26 Jun 2001 17:20:00 -0400
17836              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
17837      Branch: perl
17838            ! pod/perlxs.pod
17839 ____________________________________________________________________________
17840 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
17841         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
17842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17843              Date: Tue, 26 Jun 2001 17:27:07 -0400
17844              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
17845      Branch: perl
17846            ! lib/ExtUtils/MM_Unix.pm
17847 ____________________________________________________________________________
17848 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
17849         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
17850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17851              Date: Tue, 26 Jun 2001 17:23:24 -0400
17852              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
17853      Branch: perl
17854            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
17855 ____________________________________________________________________________
17856 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
17857         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
17858              by Olaf Flebbe.
17859      Branch: perl
17860            ! perl.h
17861 ____________________________________________________________________________
17862 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
17863         Log: Detypo.
17864      Branch: perl
17865            ! lib/Memoize/t/tie_sdbm.t
17866 ____________________________________________________________________________
17867 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
17868         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
17869      Branch: perl
17870            ! win32/perllib.c
17871 ____________________________________________________________________________
17872 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
17873         Log: Subject: [patch] perl_clone+CvFILE
17874              From: Doug MacEachern <dougm@covalent.net>
17875              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
17876              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
17877      Branch: perl
17878            ! sv.c
17879 ____________________________________________________________________________
17880 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
17881         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
17882              From: Mark-Jason Dominus <mjd@plover.com>
17883              Date: Tue, 26 Jun 2001 12:33:01 -0400
17884              Message-ID: <20010626163301.31298.qmail@plover.com>
17885      Branch: perl
17886            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
17887 ____________________________________________________________________________
17888 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
17889         Log: Update Changes.
17890      Branch: perl
17891            ! Changes patchlevel.h
17892 ____________________________________________________________________________
17893 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
17894         Log: Also catfile() needs now to explicitly exported.
17895      Branch: perl
17896            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
17897 ____________________________________________________________________________
17898 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
17899         Log: Regen toc.
17900      Branch: perl
17901            ! pod/perltoc.pod
17902 ____________________________________________________________________________
17903 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
17904         Log: Nonexistent pod command.
17905      Branch: perl
17906            ! pod/perl572delta.pod
17907 ____________________________________________________________________________
17908 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
17909         Log: Be more portable in the quest for tmpdir.
17910      Branch: perl
17911            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
17912 ____________________________________________________________________________
17913 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
17914         Log: Be more portable in finding out the home directory,
17915              and use File::Spec to do the concat.
17916              (Come to think of it, couldn't File::Spec provide
17917              for a ->homedir method?)
17918      Branch: perl
17919            ! lib/Net/Config.pm
17920 ____________________________________________________________________________
17921 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
17922         Log: Doc patch for #10959.
17923      Branch: perl
17924            ! pod/perlfunc.pod
17925 ____________________________________________________________________________
17926 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
17927         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
17928              From: "Philip Newton" <pnewton@gmx.de>
17929              Date: Tue, 26 Jun 2001 16:26:47 +0200
17930              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
17931      Branch: perl
17932            ! pod/perldata.pod
17933 ____________________________________________________________________________
17934 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
17935         Log: Subject: [PATH] shared -> unique;
17936              From: "Artur Bergman" <artur@contiller.se>
17937              Date: Tue, 26 Jun 2001 16:18:40 +0200
17938              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
17939              
17940              Because "shared" isn't: it's read-only.
17941      Branch: perl
17942            ! toke.c xsutils.c
17943 ____________________________________________________________________________
17944 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
17945         Log: Escape multiline croak messages.
17946      Branch: perl
17947            ! t/op/ver.t
17948 ____________________________________________________________________________
17949 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
17950         Log: No more pragma/*.t for minitest.
17951      Branch: perl
17952            ! Makefile.SH
17953 ____________________________________________________________________________
17954 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
17955         Log: AUTHORS updates.
17956      Branch: perl
17957            ! AUTHORS
17958 ____________________________________________________________________________
17959 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
17960         Log: delta updates.
17961      Branch: perl
17962            ! pod/perl572delta.pod
17963 ____________________________________________________________________________
17964 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
17965         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
17966              From: Artur Bergman <artur@contiller.se> 
17967              Date: Tue, 26 Jun 2001 15:32:53 +0200
17968              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
17969      Branch: perl
17970            ! makedef.pl sv.c sv.h win32/perllib.c
17971 ____________________________________________________________________________
17972 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
17973         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
17974              From: Jonathan Stowe <gellyfish@gellyfish.com>
17975              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
17976              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
17977              
17978              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
17979      Branch: perl
17980            + ext/Time/HiRes/hints/sco.pl
17981            ! MANIFEST
17982 ____________________________________________________________________________
17983 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
17984         Log: Subject: [PATCH 5.6.1] static build
17985              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17986              Date: Tue, 26 Jun 2001 04:22:25 -0400
17987              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
17988      Branch: perl
17989            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
17990            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
17991 ____________________________________________________________________________
17992 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
17993         Log: DJGPP patches from Laszlo Molnar.
17994      Branch: perl
17995            ! djgpp/djgpp.c perl.c util.c
17996 ____________________________________________________________________________
17997 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
17998         Log: Netware patches from Ananth Kesari.
17999      Branch: perl
18000            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
18001            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
18002            ! NetWare/nwtinfo.h
18003 ____________________________________________________________________________
18004 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
18005         Log: Detypo.
18006      Branch: perl
18007            ! ext/Errno/Errno_pm.PL
18008 ____________________________________________________________________________
18009 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
18010         Log: There seems to be two ways of spelling the $^O in *STEP.
18011      Branch: perl
18012            ! ext/Errno/Errno_pm.PL
18013 ____________________________________________________________________________
18014 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
18015         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
18016              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
18017      Branch: perl
18018            ! ext/Errno/Errno_pm.PL
18019 ____________________________________________________________________________
18020 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
18021         Log: Known bugs update.
18022      Branch: perl
18023            ! pod/perl572delta.pod
18024 ____________________________________________________________________________
18025 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
18026         Log: The default installation of Cygwin has 500 as root's uid.
18027      Branch: perl
18028            ! lib/User/pwent.t
18029 ____________________________________________________________________________
18030 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
18031         Log: Be even more relaxed (re-allow having only one entry).
18032      Branch: perl
18033            ! t/op/grent.t t/op/pwent.t
18034 ____________________________________________________________________________
18035 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
18036         Log: Test failure updates.
18037      Branch: perl
18038            ! pod/perl572delta.pod
18039 ____________________________________________________________________________
18040 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
18041         Log: MPE/iX test tweaks from Mark Bixby.
18042      Branch: perl
18043            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
18044            ! t/io/fs.t t/op/stat.t
18045 ____________________________________________________________________________
18046 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
18047         Log: Microperl findings.
18048      Branch: perl
18049            ! perl.h pp_sys.c
18050 ____________________________________________________________________________
18051 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
18052         Log: Touch uconfig.h.
18053      Branch: perl
18054            ! uconfig.h
18055 ____________________________________________________________________________
18056 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
18057         Log: Subject: [PATCH] Proposed fix for Pod::Man
18058              From: Rob Napier <rnapier@employees.org>
18059              Date: Mon, 25 Jun 2001 15:49:24 -0400
18060              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
18061              
18062              Cater for Solaris nroff brokenness (shortchanges daisywheel
18063              printers, but hey, we also no more support PDPs.)
18064      Branch: perl
18065            ! lib/Pod/Man.pm
18066 ____________________________________________________________________________
18067 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
18068         Log: Typo in #10937.
18069      Branch: perl
18070            ! ext/POSIX/sigaction.t
18071 ____________________________________________________________________________
18072 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
18073         Log: SIGCONT not trappable in VMS.
18074      Branch: perl
18075            ! ext/POSIX/sigaction.t
18076 ____________________________________________________________________________
18077 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
18078         Log: Subject: [DRAFT] Encode-Tcl.t
18079              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18080              Date: Tue, 26 Jun 2001 03:38:08 +0900
18081              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
18082      Branch: perl
18083            + ext/Encode/Encode/Tcl.t
18084            ! MANIFEST ext/Encode/Encode/Tcl.pm
18085 ____________________________________________________________________________
18086 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
18087         Log: Because of #10932 retract also the perlfunc hunk of #10910.
18088      Branch: perl
18089            ! pod/perlfunc.pod
18090 ____________________________________________________________________________
18091 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
18092         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
18093              by Ilya Zakharevich in
18094              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
18095      Branch: perl
18096            ! XSUB.h
18097 ____________________________________________________________________________
18098 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
18099         Log: Typo in #10889.
18100      Branch: perl
18101            ! hints/uts.sh
18102 ____________________________________________________________________________
18103 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
18104         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
18105              From: Abhijit Menon-Sen <ams@wiw.org>
18106              Date: Mon, 25 Jun 2001 23:45:45 +0530
18107              Message-ID: <20010625234545.A5022@lustre.linux.in>
18108      Branch: perl
18109            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
18110 ____________________________________________________________________________
18111 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
18112         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
18113              From: Michael G Schwern <schwern@pobox.com>
18114              Date: Mon, 25 Jun 2001 14:35:51 -0400
18115              Message-ID: <20010625143551.H13819@blackrider>
18116      Branch: perl
18117            ! lib/Test.pm
18118 ____________________________________________________________________________
18119 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
18120         Log: Update Changes.
18121      Branch: perl
18122            ! Changes patchlevel.h
18123 ____________________________________________________________________________
18124 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
18125         Log: Regen toc and modlib.
18126      Branch: perl
18127            ! pod/perlmodlib.pod pod/perltoc.pod
18128 ____________________________________________________________________________
18129 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
18130         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
18131              for the benefit of C++ compilers, as suggested by Guruprasad.
18132      Branch: perl
18133            ! embed.pl proto.h
18134 ____________________________________________________________________________
18135 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
18136         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
18137              From: Jonathan Stowe <gellyfish@gellyfish.com>
18138              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
18139              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
18140      Branch: perl
18141            ! pod/perlfaq5.pod
18142 ____________________________________________________________________________
18143 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
18144         Log: Missed from #10925.
18145      Branch: perl
18146            ! gv.c
18147 ____________________________________________________________________________
18148 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
18149         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
18150              From: Robin Houston <robin@kitsite.com>
18151              Date: Sat, 19 May 2001 16:19:34 +0100
18152              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
18153      Branch: perl
18154            ! cv.h gv.h op.c
18155 ____________________________________________________________________________
18156 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
18157         Log: Netware README tweak.
18158      Branch: perl
18159            ! README.netware
18160 ____________________________________________________________________________
18161 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
18162         Log: Subject: [PATCH] Re: overload.t fails
18163              From: Abhijit Menon-Sen <ams@wiw.org>
18164              Date: Mon, 25 Jun 2001 14:52:20 +0530
18165              Message-ID: <20010625145220.A24114@lustre.linux.in>
18166      Branch: perl
18167            ! lib/overload.t
18168 ____________________________________________________________________________
18169 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
18170         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
18171              From: Mike Guy <mjtg@cam.ac.uk>
18172              Date: Mon, 25 Jun 2001 11:43:23 +0100
18173              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
18174      Branch: perl
18175            ! lib/Carp.pm
18176 ____________________________________________________________________________
18177 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
18178         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
18179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18180              Date: Sun, 24 Jun 2001 05:17:05 -0400
18181              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
18182      Branch: perl
18183            ! os2/os2ish.h
18184 ____________________________________________________________________________
18185 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
18186         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
18187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18188              Date: Mon, 25 Jun 2001 05:52:27 -0400
18189              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
18190      Branch: perl
18191            ! hints/os2.sh
18192 ____________________________________________________________________________
18193 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
18194         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
18195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18196              Date: Mon, 25 Jun 2001 05:23:35 -0400
18197              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
18198      Branch: perl
18199            ! os2/os2.c
18200 ____________________________________________________________________________
18201 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
18202         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
18203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18204              Date: Mon, 25 Jun 2001 05:04:32 -0400
18205              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
18206      Branch: perl
18207            ! os2/OS2/REXX/DLL/DLL.pm
18208 ____________________________________________________________________________
18209 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
18210         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
18211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18212              Date: Mon, 25 Jun 2001 05:02:36 -0400
18213              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
18214      Branch: perl
18215            ! mg.c os2/dl_os2.c os2/os2.c
18216 ____________________________________________________________________________
18217 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
18218         Log: Subject: Re: [PATCH 5.6.1] misprints
18219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18220              Date: Mon, 25 Jun 2001 04:50:50 -0400
18221              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
18222      Branch: perl
18223            ! os2/os2.c pp_sys.c
18224 ____________________________________________________________________________
18225 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
18226         Log: Add Test::More and Test::Simple to the delta.
18227      Branch: perl
18228            ! pod/perl572delta.pod
18229 ____________________________________________________________________________
18230 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
18231         Log: Add Test::More, from Michael G Schwern.
18232      Branch: perl
18233            + lib/Test/More.pm lib/Test/More/t/More.t
18234            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
18235            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
18236            + t/lib/Test/More/Catch.pm
18237            ! MANIFEST
18238 ____________________________________________________________________________
18239 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
18240         Log: Add Test::Simple from Michael G Schwern.
18241      Branch: perl
18242            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
18243            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
18244            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
18245            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
18246            + t/lib/Test/Simple/Catch.pm
18247            + t/lib/Test/Simple/sample_tests/death.plx
18248            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
18249            + t/lib/Test/Simple/sample_tests/extras.plx
18250            + t/lib/Test/Simple/sample_tests/five_fail.plx
18251            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
18252            + t/lib/Test/Simple/sample_tests/one_fail.plx
18253            + t/lib/Test/Simple/sample_tests/require.plx
18254            + t/lib/Test/Simple/sample_tests/success.plx
18255            + t/lib/Test/Simple/sample_tests/too_few.plx
18256            + t/lib/Test/Simple/sample_tests/two_fail.plx
18257            ! MANIFEST
18258 ____________________________________________________________________________
18259 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
18260         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
18261              From: "Craig A. Berry" <craigberry@mac.com>
18262              Date: Sun, 24 Jun 2001 23:41:36 -0500
18263              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
18264      Branch: perl
18265            ! pp_sys.c
18266 ____________________________________________________________________________
18267 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
18268         Log: Upgrade to Attribute::Handlers 0.70.
18269      Branch: perl
18270            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
18271            ! MANIFEST lib/Attribute/Handlers.pm
18272 ____________________________________________________________________________
18273 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
18274         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
18275              From: Abhijit Menon-Sen <ams@wiw.org>
18276              Date: Sat, 23 Jun 2001 05:17:44 +0530
18277              Message-ID: <20010623051744.A18583@lustre.linux.in>
18278              
18279              (Can't think of a good place to put tests.)
18280      Branch: perl
18281            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
18282 ____________________________________________________________________________
18283 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
18284         Log: Subject: [PATCH] t/op/pat.t typo fix
18285              From: Richard Soderberg <rs@crystalflame.net>
18286              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
18287              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
18288      Branch: perl
18289            ! t/op/pat.t
18290 ____________________________________________________________________________
18291 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
18292         Log: Move the pack warnings to their own file, as pointed
18293              out by Spider.
18294      Branch: perl
18295            + t/lib/warnings/pp_pack
18296            ! MANIFEST t/lib/warnings/pp
18297 ____________________________________________________________________________
18298 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
18299         Log: Update Changes.
18300      Branch: perl
18301            ! Changes patchlevel.h
18302 ____________________________________________________________________________
18303 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
18304         Log: Partially fix a problem noticed by IRIX compiler:
18305              the initialization of parse_start was bypassed by
18306              several gotos.  Now initialized to zero, which may
18307              not be the best choice.
18308      Branch: perl
18309            ! regcomp.c
18310 ____________________________________________________________________________
18311 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
18312         Log: Relax the group and password tests back to moaning only
18313              if no matches at all are found.  (Even with a small sample
18314              I could find many sites where there are, umm, anomalies in
18315              the said databases.)       
18316      Branch: perl
18317            ! t/op/grent.t t/op/pwent.t
18318 ____________________________________________________________________________
18319 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
18320         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
18321      Branch: perl
18322            ! pp_ctl.c
18323 ____________________________________________________________________________
18324 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
18325         Log: De-cut-and-pasto in #10902.
18326      Branch: perl
18327            ! pp_ctl.c
18328 ____________________________________________________________________________
18329 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
18330         Log: The #10771 didn't take?
18331      Branch: perl
18332            ! pp_ctl.c
18333 ____________________________________________________________________________
18334 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
18335         Log: Undo the filetests part of #10900, under multiplicity
18336              weird errors take place.
18337      Branch: perl
18338            ! pp_sys.c
18339 ____________________________________________________________________________
18340 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
18341         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
18342      Branch: perl
18343            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
18344 ____________________________________________________________________________
18345 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
18346         Log: (Replaced by #10922)
18347              
18348              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
18349              From: Tony Bowden <tony@kasei.com>
18350              Date: Sun, 24 Jun 2001 17:32:40 +0100
18351              Message-ID: <20010624173240.A16293@blackstar.co.uk>
18352              
18353              Document (well, mention) shortmess() and longmess()
18354              to rob people of their fun of reinventing the weel.
18355      Branch: perl
18356            ! lib/Carp.pm
18357 ____________________________________________________________________________
18358 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
18359         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
18360              From: Brian Jepson <bjepson@oreilly.com>
18361              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
18362              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
18363      Branch: perl
18364            ! pp_sys.c
18365 ____________________________________________________________________________
18366 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
18367         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
18368              From: Robin Barker <rmb1@cise.npl.co.uk> 
18369              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
18370              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
18371      Branch: perl
18372            ! lib/CPAN.pm
18373 ____________________________________________________________________________
18374 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
18375         Log: Memoize patch from mjd.
18376      Branch: perl
18377            ! lib/Memoize/t/tie_storable.t
18378 ____________________________________________________________________________
18379 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
18380         Log: Spec the sv_pvprintify() a bit more.
18381      Branch: perl
18382            ! pod/perltodo.pod
18383 ____________________________________________________________________________
18384 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
18385         Log: Upgrade to Memoize 0.65.
18386      Branch: perl
18387            + lib/Memoize/t/array_confusion.t
18388            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
18389            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
18390            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
18391            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
18392            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
18393            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
18394            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
18395            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
18396            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
18397            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
18398            ! lib/Memoize/t/tie_storable.t
18399 ____________________________________________________________________________
18400 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
18401         Log: Metaconfig unit change for #10892.
18402      Branch: metaconfig
18403            ! U/modified/Options.U
18404 ____________________________________________________________________________
18405 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
18406         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
18407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18408              Date: Sun, 24 Jun 2001 05:24:40 -0400
18409              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
18410      Branch: perl
18411            ! Configure hints/os2.sh
18412 ____________________________________________________________________________
18413 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
18414         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
18415              From: Mike Guy <mjtg@cam.ac.uk>
18416              Date: Sun, 24 Jun 2001 15:28:39 +0100
18417              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
18418              
18419              Fix an ancient (5.002) bug.
18420      Branch: perl
18421            ! lib/Carp/Heavy.pm
18422 ____________________________________________________________________________
18423 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
18424         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
18425              variables.
18426      Branch: perl
18427            ! pp_sys.c
18428 ____________________________________________________________________________
18429 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
18430         Log: Make UTS as per #10888.
18431      Branch: perl
18432            ! hints/uts.sh
18433 ____________________________________________________________________________
18434 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
18435         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
18436      Branch: perl
18437            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
18438            ! mpeix/mpeixish.h perl.h unixish.h
18439 ____________________________________________________________________________
18440 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
18441         Log: AUTHORS update.
18442      Branch: perl
18443            ! AUTHORS
18444 ____________________________________________________________________________
18445 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
18446         Log: Subject: Encode::Tcl for multibyte doesnot work
18447              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18448              Date: Sun, 24 Jun 2001 22:48:21 +0900
18449              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
18450      Branch: perl
18451            ! ext/Encode/Encode/Tcl.pm
18452 ____________________________________________________________________________
18453 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
18454         Log: Subject: [PATCH] Remove tautology in error messages
18455              From: Mike Guy <mjtg@cam.ac.uk>
18456              Date: Sun, 24 Jun 2001 13:31:00 +0100
18457              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
18458      Branch: perl
18459            ! pp_sys.c
18460 ____________________________________________________________________________
18461 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
18462         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
18463      Branch: perl
18464            ! hints/darwin.sh
18465 ____________________________________________________________________________
18466 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
18467         Log: Subject: Re: [PATCH 5.6.1] test suite
18468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18469              Date: Sun, 24 Jun 2001 05:47:05 -0400
18470              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
18471              
18472              Test suite fixes.
18473      Branch: perl
18474            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
18475 ____________________________________________________________________________
18476 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
18477         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
18478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18479              Date: Sun, 24 Jun 2001 05:37:19 -0400
18480              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
18481      Branch: perl
18482            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
18483 ____________________________________________________________________________
18484 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
18485         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
18486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18487              Date: Sun, 24 Jun 2001 05:34:50 -0400
18488              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
18489              
18490              Pacify compiler warnings.
18491      Branch: perl
18492            ! pp_sys.c
18493 ____________________________________________________________________________
18494 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
18495         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
18496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18497              Date: Sun, 24 Jun 2001 05:21:18 -0400
18498              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
18499              
18500              Enable compression of executables during link time.
18501      Branch: perl
18502            ! hints/os2.sh
18503 ____________________________________________________________________________
18504 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
18505         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
18506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18507              Date: Sun, 24 Jun 2001 05:15:11 -0400
18508              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
18509              
18510              Add ordinals to the export list for Perl DLL.
18511              (Breaks intra-version DLL compatibility.)
18512      Branch: perl
18513            ! makedef.pl
18514 ____________________________________________________________________________
18515 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
18516         Log: Allow (displaying and) re-editing the Subject in perlbug.
18517              Also abstract the Subject quality control into a function.
18518      Branch: perl
18519            ! utils/perlbug.PL
18520 ____________________________________________________________________________
18521 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
18522         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
18523      Branch: perl
18524            ! utils/perlbug.PL
18525 ____________________________________________________________________________
18526 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
18527         Log: Regen toc and modlib.
18528      Branch: perl
18529            ! pod/perlmodlib.pod pod/perltoc.pod
18530 ____________________________________________________________________________
18531 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
18532         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
18533              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
18534              attribute semantics as much as possible, or 'ntsec' which uses
18535              native NTFS semantics.)  (See also #10877.)
18536      Branch: perl
18537            ! perl.c
18538 ____________________________________________________________________________
18539 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
18540         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
18541      Branch: perl
18542            ! lib/Test/Harness.pm
18543 ____________________________________________________________________________
18544 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
18545         Log: Just zap the -uPerlio.
18546      Branch: perl
18547            ! ext/B/Stash.t
18548 ____________________________________________________________________________
18549 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
18550         Log: Do not test PerlIO if PerlIO not used.
18551      Branch: perl
18552            ! ext/PerlIO/PerlIO.t
18553 ____________________________________________________________________________
18554 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
18555         Log: Regen perlapi.
18556      Branch: perl
18557            ! pod/perlapi.pod
18558 ____________________________________________________________________________
18559 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
18560         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
18561              From: Nicholas Clark <nick@ccl4.org>
18562              Date: Sat, 23 Jun 2001 22:55:47 +0100
18563              Message-ID: <20010623225547.Z98663@plum.flirble.org>
18564      Branch: perl
18565            ! numeric.c
18566 ____________________________________________________________________________
18567 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
18568         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
18569              From: Prymmer/Kahn <pvhp@best.com>
18570              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
18571              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
18572      Branch: perl
18573            ! lib/h2xs.t
18574 ____________________________________________________________________________
18575 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
18576         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
18577              cygwin does not taint cwd, just like win32.
18578      Branch: perl
18579            ! lib/File/Find/taint.t t/op/taint.t
18580 ____________________________________________________________________________
18581 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
18582         Log: Retract #10865, the patch should be unnecessary.
18583              (But seemingly helpful in Cygwin?  Strange.)
18584      Branch: perl
18585            ! lib/Memoize/t/tie_ndbm.t
18586 ____________________________________________________________________________
18587 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
18588         Log: Misplaced test file; plus Cygwin filesystem semantics.
18589      Branch: perl
18590            + ext/SDBM_File/sdbm.t
18591            - ext/ODBM_File/sdbm.t
18592            ! MANIFEST
18593 ____________________________________________________________________________
18594 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
18595         Log: (Retracted by #10867.)
18596      Branch: perl
18597            ! lib/Memoize/t/tie_ndbm.t
18598 ____________________________________________________________________________
18599 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
18600         Log: Metaconfig unit change for #10863.
18601      Branch: metaconfig/U/perl
18602            ! Extensions.U
18603 ____________________________________________________________________________
18604 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
18605         Log: In Cygwin do not build NDBM_File and ODBM_File unless
18606              -lndbm and -ldbm are available.
18607      Branch: perl
18608            ! Configure config_h.SH
18609 ____________________________________________________________________________
18610 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
18611         Log: More Cygwin filesystem semantics.
18612      Branch: perl
18613            ! t/io/fs.t t/op/stat.t
18614 ____________________________________________________________________________
18615 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
18616         Log: More DOSish permission semantics for Cygwin.
18617      Branch: perl
18618            ! lib/AnyDBM_File.t
18619 ____________________________________________________________________________
18620 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
18621         Log: Cygwin too has different permission semantics.
18622      Branch: perl
18623            ! ext/GDBM_File/gdbm.t
18624 ____________________________________________________________________________
18625 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
18626         Log: The group (and assumedly passwd) databases can have
18627              only one entry (this is the case in cygwin).
18628      Branch: perl
18629            ! t/op/grent.t t/op/pwent.t
18630 ____________________________________________________________________________
18631 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
18632         Log: Also in Cygwin use Socket to figure out domainname
18633              (if any) (avoids trying to call external 'domainname',
18634              which doesn't at the moment exist in Cygwin)
18635      Branch: perl
18636            ! lib/Net/Domain.pm
18637 ____________________________________________________________________________
18638 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
18639         Log: Remove also the lib$Foo.def, not just $Foo.def.
18640      Branch: perl
18641            ! lib/ExtUtils/MM_Unix.pm
18642 ____________________________________________________________________________
18643 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
18644         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
18645      Branch: perl
18646            ! unixish.h
18647 ____________________________________________________________________________
18648 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
18649         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
18650              to match the whole isprint(), only the space character.
18651      Branch: perl
18652            ! handy.h pod/perlre.pod t/op/pat.t
18653 ____________________________________________________________________________
18654 [ 10854] By: nick                                  on 2001/06/23  08:09:33
18655         Log: Integrate mainline
18656      Branch: perlio
18657           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
18658           !> lib/ExtUtils.t lib/File/Find/taint.t
18659           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
18660           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
18661           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
18662 ____________________________________________________________________________
18663 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
18664         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
18665              with its floats    in os390 and s390 (UTS).
18666      Branch: perl
18667            ! lib/Math/BigInt/t/bigintpm.t
18668 ____________________________________________________________________________
18669 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
18670         Log: Add also UTS (s390) to the non-IEEE float platforms.
18671      Branch: perl
18672            ! t/op/sprintf.t
18673 ____________________________________________________________________________
18674 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
18675         Log: Subject: RFC: what are applicable standards for exponent sizes?
18676              From: Peter Prymmer <pvhp@forte.com>
18677              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
18678              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
18679      Branch: perl
18680            ! t/op/sprintf.t
18681 ____________________________________________________________________________
18682 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
18683         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
18684              From: Peter Prymmer <pvhp@forte.com>
18685              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
18686              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
18687      Branch: perl
18688            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
18689 ____________________________________________________________________________
18690 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
18691         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
18692              From: Peter Prymmer <pvhp@forte.com>
18693              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
18694              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
18695      Branch: perl
18696            ! lib/ExtUtils.t
18697 ____________________________________________________________________________
18698 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
18699         Log: Retract #10845.
18700      Branch: perl
18701            ! lib/File/Find/taint.t
18702 ____________________________________________________________________________
18703 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
18704         Log: Yet another error message.
18705      Branch: perl
18706            ! t/op/mkdir.t
18707 ____________________________________________________________________________
18708 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
18709         Log: The croak message for nonexistent socket functions may vary.
18710      Branch: perl
18711            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
18712 ____________________________________________________________________________
18713 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
18714         Log: (Retracted by #10848.)
18715      Branch: perl
18716            ! lib/File/Find/taint.t
18717 ____________________________________________________________________________
18718 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
18719         Log: Integrate perlio.
18720      Branch: perl
18721           !> lib/File/Find/taint.t t/op/write.t
18722 ____________________________________________________________________________
18723 [ 10843] By: nick                                  on 2001/06/22  21:24:51
18724         Log: Back out debug in taint.t
18725      Branch: perlio
18726            ! lib/File/Find/taint.t
18727 ____________________________________________________________________________
18728 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
18729         Log: setitimer() does not exist in Unicos, despite of what
18730              Configure thinks, from Mark P. Lutz.
18731      Branch: perl
18732            ! hints/unicos.sh
18733 ____________________________________________________________________________
18734 [ 10841] By: nick                                  on 2001/06/22  21:19:36
18735         Log: Skip cwd test on Win32 ???
18736      Branch: perlio
18737            ! lib/File/Find/taint.t
18738 ____________________________________________________________________________
18739 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
18740         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
18741              and Tru64 gcc -Wall happy.
18742      Branch: perl
18743            ! mg.c
18744 ____________________________________________________________________________
18745 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
18746         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
18747      Branch: perl
18748            ! ext/IPC/SysV/Semaphore.pm
18749 ____________________________________________________________________________
18750 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
18751         Log: Metaconfig unit change for #10837.
18752      Branch: metaconfig/U/perl
18753            ! Cross.U
18754 ____________________________________________________________________________
18755 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
18756         Log: Cleanup of the cross-compilation unit.
18757      Branch: perl
18758            ! Configure
18759 ____________________________________________________________________________
18760 [ 10836] By: nick                                  on 2001/06/22  20:45:12
18761         Log: Skip |- based op/write.t on Win32 as well as VMS
18762      Branch: perlio
18763            ! t/op/write.t
18764 ____________________________________________________________________________
18765 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
18766         Log: Integrate perlio.
18767      Branch: perl
18768           !> util.c
18769 ____________________________________________________________________________
18770 [ 10834] By: nick                                  on 2001/06/22  20:41:54
18771         Log: Integrate mainline
18772      Branch: perlio
18773           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18774           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
18775           !> vos/config.ga.h
18776 ____________________________________________________________________________
18777 [ 10833] By: nick                                  on 2001/06/22  20:22:58
18778         Log: Patcho fix.
18779      Branch: perlio
18780            ! util.c
18781 ____________________________________________________________________________
18782 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
18783         Log: Metaconfig unit changes for #10831.
18784      Branch: metaconfig
18785            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
18786 ____________________________________________________________________________
18787 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
18788         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
18789              From: Andy Dougherty <doughera@lafayette.edu>
18790              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
18791              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
18792      Branch: perl
18793            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18794            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
18795 ____________________________________________________________________________
18796 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
18797         Log: MPE/iX prototype nits from Mark Bixby.
18798      Branch: perl
18799            ! pp_sys.c
18800 ____________________________________________________________________________
18801 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
18802         Log: Detypo.
18803      Branch: perl
18804            ! util.c
18805 ____________________________________________________________________________
18806 [ 10828] By: nick                                  on 2001/06/22  15:33:37
18807         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
18808      Branch: perlio
18809           +> lib/h2xs.t
18810           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
18811           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
18812           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
18813           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
18814           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18815           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
18816           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
18817           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
18818           !> vms/vmsish.h
18819 ____________________________________________________________________________
18820 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
18821         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
18822              Date: Fri, 22 Jun 2001 10:08:35 -0500
18823              From: "Craig A. Berry" <craigberry@mac.com>
18824              Message-Id: <a05101001b75908704194@[192.168.56.145]>
18825      Branch: perl
18826            ! vms/vms.c vms/vmsish.h
18827 ____________________________________________________________________________
18828 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
18829         Log: NetWare scripts tweak from Ananth Kesari.
18830      Branch: perl
18831            ! NetWare/t/NWScripts.pl
18832 ____________________________________________________________________________
18833 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
18834         Log: Update Changes.
18835      Branch: perl
18836            ! Changes patchlevel.h
18837 ____________________________________________________________________________
18838 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
18839         Log: Add .i and .s targets.
18840      Branch: perl
18841            ! Makefile.SH
18842 ____________________________________________________________________________
18843 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
18844         Log: Upgrade to Locale::Maketext 1.03.
18845      Branch: perl
18846            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18847            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
18848 ____________________________________________________________________________
18849 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
18850         Log: Upgrade to I18N::LangTags 0.26.
18851      Branch: perl
18852            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18853            ! lib/I18N/LangTags/test.pl
18854 ____________________________________________________________________________
18855 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
18856         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
18857              Philip Newton.
18858      Branch: perl
18859            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
18860            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18861 ____________________________________________________________________________
18862 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
18863         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
18864              From: Prymmer/Kahn <pvhp@best.com>
18865              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
18866              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
18867      Branch: perl
18868            + lib/h2xs.t
18869            ! MANIFEST utils/h2xs.PL
18870 ____________________________________________________________________________
18871 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
18872         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
18873              From: Prymmer/Kahn <pvhp@best.com>
18874              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
18875              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
18876      Branch: perl
18877            ! lib/ExtUtils.t
18878 ____________________________________________________________________________
18879 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
18880         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
18881              From: Prymmer/Kahn <pvhp@best.com>
18882              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
18883              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
18884      Branch: perl
18885            ! t/pod/plainer.t
18886 ____________________________________________________________________________
18887 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
18888         Log: AUTHORS update.
18889      Branch: perl
18890            ! AUTHORS
18891 ____________________________________________________________________________
18892 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
18893         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
18894              From: "Craig A. Berry" <craigberry@mac.com>
18895              Date: Thu, 21 Jun 2001 18:20:38 -0500
18896              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
18897      Branch: perl
18898            ! ext/POSIX/POSIX.xs
18899 ____________________________________________________________________________
18900 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
18901         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
18902              From: "Craig A. Berry" <craigberry@mac.com>
18903              Date: Thu, 21 Jun 2001 09:58:52 -0500
18904              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
18905      Branch: perl
18906            ! ext/B/Deparse.t t/op/write.t
18907 ____________________________________________________________________________
18908 [ 10814] By: nick                                  on 2001/06/22  08:13:09
18909         Log: Integrate mainline.
18910      Branch: perlio
18911           !> (integrate 46 files)
18912 ____________________________________________________________________________
18913 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
18914         Log: Change the prefixes only if $prefix is unset,
18915              as originally patched by Marcel Grunauer.
18916      Branch: perl
18917            ! hints/darwin.sh hints/rhapsody.sh
18918 ____________________________________________________________________________
18919 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
18920         Log: Subject: Re: Patch for hints/darwin.sh
18921              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
18922              Date: Thu, 21 Jun 2001 11:23:46 -0700
18923              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
18924      Branch: perl
18925            ! hints/darwin.sh hints/rhapsody.sh
18926 ____________________________________________________________________________
18927 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
18928         Log: Add .PHONY targets for non-file targets,
18929              from Wilfredo Sánchez.  Should help saying
18930              "make install" on case-insensitive filesystems.
18931      Branch: perl
18932            ! Makefile.SH
18933 ____________________________________________________________________________
18934 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
18935         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
18936              From: Doug MacEachern <dougm@covalent.net>
18937              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
18938              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
18939              
18940              plus reword the getcwd() comment, plus use getcwd() buffer
18941              size minus one.
18942      Branch: perl
18943            ! util.c
18944 ____________________________________________________________________________
18945 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
18946         Log: More gprofing from Doug MacEachern.
18947      Branch: perl
18948            ! Makefile.SH
18949 ____________________________________________________________________________
18950 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
18951         Log: Metaconfig unit change for #10807.
18952      Branch: metaconfig/U/perl
18953            ! d_sfio.U
18954 ____________________________________________________________________________
18955 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
18956         Log: Tell that you are removing the unneeded -lsfio.
18957      Branch: perl
18958            ! Configure
18959 ____________________________________________________________________________
18960 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
18961         Log: More MPE/iX tweaks from Mark Bixby.
18962      Branch: perl
18963            ! perl.c t/op/magic.t
18964 ____________________________________________________________________________
18965 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
18966         Log: The fchdir() proto is supposed to live in <unistd.h>.
18967      Branch: perl
18968            ! ext/Cwd/Cwd.xs
18969 ____________________________________________________________________________
18970 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
18971         Log: This town is too small for the Cwd extension and me,
18972              it would seem...
18973      Branch: perl
18974            ! ext/Cwd/Cwd.xs
18975 ____________________________________________________________________________
18976 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
18977         Log: Metaconfig unit change for #10802.
18978      Branch: metaconfig/U/perl
18979            ! d_modfl.U
18980 ____________________________________________________________________________
18981 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
18982         Log: More d'ohs.
18983      Branch: perl
18984            ! Configure
18985 ____________________________________________________________________________
18986 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
18987         Log: Off-by-one.  I'm so classic.
18988      Branch: perl
18989            ! util.c
18990 ____________________________________________________________________________
18991 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
18992         Log: Update Changes.
18993      Branch: perl
18994            ! Changes patchlevel.h
18995 ____________________________________________________________________________
18996 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
18997         Log: Subject: Documentation patch for Net::FTP
18998              From: Marcel Grunauer <marcel@codewerk.com>
18999              Date: Wed, 20 Jun 2001 23:03:26 +0200
19000              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
19001      Branch: perl
19002            ! lib/Net/FTP.pm
19003 ____________________________________________________________________________
19004 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
19005         Log: Retract the #10417 mg.c and embed.pl parts because of
19006              strange SEGVs in 64bit x86 FreeBSD observed by
19007              Nicholas Clark.
19008      Branch: perl
19009            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
19010 ____________________________________________________________________________
19011 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
19012         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
19013      Branch: perl
19014            ! Configure NetWare/config.wc NetWare/config_H.wc
19015            ! Porting/Glossary Porting/config.sh Porting/config_H
19016            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19017            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19018            ! vos/config.ga.h win32/config.bc win32/config.gc
19019            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19020            ! win32/config_H.vc
19021 ____________________________________________________________________________
19022 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
19023         Log: Cwd tweak from Doug MacEachern.
19024      Branch: perl
19025            ! ext/Cwd/Cwd.xs
19026 ____________________________________________________________________________
19027 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
19028         Log: Protect the fchdir() and lstat() with ifdefs.
19029              fchdir() needs a Configure probe.
19030      Branch: perl
19031            ! ext/Cwd/Cwd.xs
19032 ____________________________________________________________________________
19033 [ 10794] By: nick                                  on 2001/06/21  17:11:35
19034         Log: Integrate mainline
19035      Branch: perlio
19036           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
19037           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
19038           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
19039           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
19040           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
19041           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
19042           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
19043           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
19044            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
19045            - lib/File/Glob/case.t lib/File/Glob/global.t
19046            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
19047            - lib/File/Temp/posix.t lib/File/Temp/security.t
19048            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
19049            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
19050            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
19051            - lib/Text/Wrap/wrap.t
19052           !> (integrate 41 files)
19053 ____________________________________________________________________________
19054 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
19055         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
19056              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
19057              Date: Thu, 21 Jun 2001 13:04:54 -0500
19058              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
19059      Branch: perl
19060            ! ext/Cwd/Cwd.xs
19061 ____________________________________________________________________________
19062 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
19063         Log: Subject: [PATCH pod] overlong =item
19064              From: Robin Barker <rmb1@cise.npl.co.uk>
19065              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
19066              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
19067      Branch: perl
19068            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
19069            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19070 ____________________________________________________________________________
19071 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
19072         Log: Subject: [PATCH perlio.c] format 
19073              From: Robin Barker <rmb1@cise.npl.co.uk>
19074              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
19075              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
19076      Branch: perl
19077            ! perlio.c
19078 ____________________________________________________________________________
19079 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
19080         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
19081              From: Radu Greab <radu@netsoft.ro>
19082              Date: Thu, 21 Jun 2001 19:06:02 +0300
19083              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
19084      Branch: perl
19085            ! pod/perlapi.pod sv.c
19086 ____________________________________________________________________________
19087 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
19088         Log: The metaconfig unit changes for #10788.
19089      Branch: metaconfig/U/perl
19090            ! Cross.U fflushall.U
19091 ____________________________________________________________________________
19092 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
19093         Log: Cross-configuration changes: make $from to rm the files
19094              before copying them over (this means that he rm can be
19095              removed from the fflushall test), create $targetmkdir      
19096              (not documented in install since it is supposed to internal
19097              use only), make $run to copy over the executable only if
19098              a stamp file .xok doesn't already exist (to avoid unnecessary
19099              copying of the executable)
19100      Branch: perl
19101            ! Configure Makefile.SH
19102 ____________________________________________________________________________
19103 [ 10787] By: nick                                  on 2001/06/21  14:16:18
19104         Log: Integrate mainline
19105      Branch: perlio
19106           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
19107           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
19108           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
19109            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
19110           !> (integrate 34 files)
19111 ____________________________________________________________________________
19112 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
19113         Log: Re-add the files as text.
19114      Branch: perl
19115            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
19116 ____________________________________________________________________________
19117 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
19118         Log: Delete the binary files.
19119      Branch: perl
19120            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
19121 ____________________________________________________________________________
19122 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
19123         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
19124              From: Andy Dougherty <doughera@lafayette.edu>
19125              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
19126              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
19127      Branch: perl
19128            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
19129            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
19130            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
19131            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
19132 ____________________________________________________________________________
19133 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
19134         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
19135              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
19136              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
19137              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
19138              
19139              Setting umask to something friendlier.
19140      Branch: perl
19141            ! installman installperl
19142 ____________________________________________________________________________
19143 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
19144         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
19145              Resort MANIFEST with sort -f, looks much better.
19146      Branch: perl
19147            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
19148            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
19149            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
19150            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
19151            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
19152            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
19153            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
19154            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
19155            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
19156            - lib/File/Glob/case.t lib/File/Glob/global.t
19157            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
19158            - lib/File/Temp/posix.t lib/File/Temp/security.t
19159            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
19160            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
19161            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
19162            - lib/Text/Wrap/wrap.t
19163            ! MANIFEST
19164 ____________________________________________________________________________
19165 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
19166         Log: Upgrade to I18N::LangTags 0.25.
19167      Branch: perl
19168            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
19169            ! lib/I18N/LangTags/List.pm
19170 ____________________________________________________________________________
19171 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
19172         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
19173              From: Richard Soderberg <rs@crystalflame.net>
19174              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
19175              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
19176      Branch: perl
19177            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
19178            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
19179 ____________________________________________________________________________
19180 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
19181         Log: Test obsoleted by change #10777.
19182      Branch: perl
19183            ! t/op/sub_lval.t
19184 ____________________________________________________________________________
19185 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
19186         Log: Case of confused test numbering.
19187      Branch: perl
19188            ! t/op/pat.t
19189 ____________________________________________________________________________
19190 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
19191         Log: Subject: Re: Opinion on undef lvalue
19192              From: Abhijit Menon-Sen <ams@wiw.org>
19193              Date: Sun, 17 Jun 2001 13:04:46 +0530
19194              Message-ID: <20010617130446.B27925@lustre.linux.in>
19195              
19196              Allow lvalue subs to return undef in array context.
19197      Branch: perl
19198            ! pp_hot.c
19199 ____________________________________________________________________________
19200 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
19201         Log: Just a guess that using the same hack for cygwin as
19202              for win32 might help.
19203      Branch: perl
19204            ! lib/File/Find/find.t
19205 ____________________________________________________________________________
19206 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
19207         Log: NetWare tweaks from Guruprasad.
19208      Branch: perl
19209            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
19210            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
19211            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
19212            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
19213 ____________________________________________________________________________
19214 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
19215         Log: Subject: Re: perl@10722: Bogus warnings on REs 
19216              From: Hugo <hv@crypt.compulink.co.uk>
19217              Date: Thu, 21 Jun 2001 09:51:17 +0100
19218              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
19219              
19220              Unroll to avoid a UTS compiler bug.
19221      Branch: perl
19222            ! regcomp.c
19223 ____________________________________________________________________________
19224 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
19225         Log: Subject: Re: [PATCH] Make /o work under i?threads
19226              From: Artur Bergman <artur@contiller.se>
19227              Date: Thu, 21 Jun 2001 14:38:03 +0200
19228              Message-ID: <B757B74A.184D%artur@contiller.se>
19229      Branch: perl
19230            ! t/op/pat.t
19231 ____________________________________________________________________________
19232 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
19233         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
19234              From: Artur Bergman <artur@contiller.se> 
19235              Date: Thu, 21 Jun 2001 14:27:33 +0200
19236              Message-ID: <B757B4D4.1849%artur@contiller.se>
19237              
19238              Plus extra parentheses.
19239      Branch: perl
19240            ! op.h
19241 ____________________________________________________________________________
19242 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
19243         Log: Subject: [PATCH] Make /o work under i?threads
19244              From: Richard Soderberg <rs@crystalflame.net>
19245              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
19246              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
19247      Branch: perl
19248            ! pp_ctl.c
19249 ____________________________________________________________________________
19250 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
19251         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
19252              From: Artur Bergman <artur@contiller.se>
19253              Date: Thu, 21 Jun 2001 14:04:54 +0200
19254              Message-ID: <B757AF86.1842%artur@contiller.se>
19255      Branch: perl
19256            ! op.h
19257 ____________________________________________________________________________
19258 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
19259         Log: Subject: Re: perl@10765: sv.c not OK on win32
19260              From: Artur Bergman <artur@contiller.se>
19261              Date: Thu, 21 Jun 2001 10:31:06 +0200
19262              Message-ID: <B7577D69.182C%artur@contiller.se>
19263      Branch: perl
19264            ! sv.c
19265 ____________________________________________________________________________
19266 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
19267         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
19268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19269              Date: Thu, 21 Jun 2001 06:23:56 -0400
19270              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
19271              
19272              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
19273              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19274              Date: Thu, 21 Jun 2001 06:32:21 -0400
19275              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
19276      Branch: perl
19277            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
19278 ____________________________________________________________________________
19279 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
19280         Log: Subject: [PATCH] make syslog test more verbose
19281              From: Robert Spier <rspier@pobox.com>
19282              Date: Thu, 21 Jun 2001 00:54:32 -0400
19283              Message-ID: <15153.32264.295807.333073@rls.cx>
19284      Branch: perl
19285            ! ext/Sys/Syslog/syslog.t
19286 ____________________________________________________________________________
19287 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
19288         Log: Subject: op/study.t refinements
19289              From: Hugo <hv@crypt.compulink.co.uk>
19290              Date: Thu, 21 Jun 2001 00:29:07 +0100
19291              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
19292      Branch: perl
19293            ! t/op/study.t
19294 ____________________________________________________________________________
19295 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
19296         Log: Update Changes.
19297      Branch: perl
19298            ! Changes patchlevel.h
19299 ____________________________________________________________________________
19300 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
19301         Log: Subject: Re: [PATCH] djgpp updates
19302              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
19303              Date: Wed, 20 Jun 2001 10:05:15 +0200
19304              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
19305      Branch: perl
19306            ! djgpp/config.over
19307 ____________________________________________________________________________
19308 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
19309         Log: Fix for ID 20010619.002 "When building hash, hash keys that
19310              are function calls are not being called", from Abhijit.
19311      Branch: perl
19312            ! t/base/lex.t toke.c
19313 ____________________________________________________________________________
19314 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
19315         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
19316      Branch: perl
19317            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
19318            + lib/Locale/Maketext/test.pl
19319            - lib/Locale/Maketext.t
19320            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
19321            ! lib/Locale/Maketext/TPJ13.pod
19322 ____________________________________________________________________________
19323 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
19324         Log: Metaconfig unit change for #10760.
19325      Branch: metaconfig
19326            ! U/modified/Cppsym.U
19327 ____________________________________________________________________________
19328 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
19329         Log: Do not remove the ccsym* Cppsym* files since
19330              they are useful for metaconfig units coming after us.
19331              (This is the Configure nit mentioned in #10752.)
19332      Branch: perl
19333            ! Configure
19334 ____________________________________________________________________________
19335 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
19336         Log: Update to I18N::LangTags 0.24, from Sean Burke.
19337      Branch: perl
19338            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
19339            + lib/I18N/LangTags/README
19340            - lib/I18N/LangTags/List.pod
19341            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
19342 ____________________________________________________________________________
19343 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
19344         Log: Regen headers.
19345      Branch: perl
19346            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
19347            ! pod/perlapi.pod proto.h
19348 ____________________________________________________________________________
19349 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
19350         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
19351              From: Artur Bergman <artur@contiller.se>
19352              Date: Wed, 20 Jun 2001 11:31:32 +0200
19353              Message-ID: <B7563A14.17D8%artur@contiller.se>
19354      Branch: perl
19355            ! embed.pl hv.c intrpvar.h sv.c sv.h
19356 ____________________________________________________________________________
19357 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
19358         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
19359              From: Tim Sweetman <tim@aldigital.co.uk> 
19360              Date: Wed, 13 Jun 2001 14:25:17 +0100 
19361              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
19362      Branch: perl
19363            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
19364 ____________________________________________________________________________
19365 [ 10755] By: nick                                  on 2001/06/20  16:12:37
19366         Log: Integrate mainline
19367      Branch: perlio
19368           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
19369           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
19370           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
19371           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
19372           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
19373           !> t/op/study.t util.c
19374 ____________________________________________________________________________
19375 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
19376         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
19377              but not Makefile)
19378      Branch: maint-5.6/perl
19379            ! win32/Makefile
19380 ____________________________________________________________________________
19381 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
19382         Log: Security tweak on readlink().
19383      Branch: perl
19384            ! pp_sys.c
19385 ____________________________________________________________________________
19386 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
19387         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
19388      Branch: perl
19389            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
19390            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
19391            ! mpeix/relink t/op/pwent.t
19392 ____________________________________________________________________________
19393 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
19394         Log: Reinstate #10725 (with probe for alarm()).
19395      Branch: perl
19396            ! t/op/study.t
19397 ____________________________________________________________________________
19398 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
19399         Log: Replace our implementation of realpath() with OpenBSD's
19400              (src/lib/libc/stdlib/realpath.c 1.4).
19401      Branch: perl
19402            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
19403            ! pod/perldiag.pod proto.h util.c
19404 ____________________________________________________________________________
19405 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
19406         Log: Integrate perlio.
19407      Branch: perl
19408           !> perlio.c
19409 ____________________________________________________________________________
19410 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
19411         Log: No point in going into memory-saving contortions
19412              with getcwd() since there's a danger of buffer overflow.
19413              Also make the POSIX extension to use sv_getcwd().
19414              Finally, a missed proto.h fragment.
19415      Branch: perl
19416            ! ext/POSIX/POSIX.xs proto.h util.c
19417 ____________________________________________________________________________
19418 [ 10747] By: nick                                  on 2001/06/20  12:38:26
19419         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
19420      Branch: perlio
19421            ! perlio.c
19422 ____________________________________________________________________________
19423 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
19424         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
19425              From: Graham Barr <gbarr@pobox.com>
19426              Date: Wed, 20 Jun 2001 11:05:49 +0100
19427              Message-ID: <20010620110549.I19188@pobox.com>
19428              
19429              reported in        
19430              
19431              Subject: Bug in IO::Socket::INET module (repeat)
19432              From: "Harmon S. Nine" <hnine@netarx.com>
19433              Date: Tue, 19 Jun 2001 09:41:35 -0400
19434              Message-ID: <3B2F568F.8080605@netarx.com>
19435              
19436              The bug was that the IO::Socket::INET constructor
19437              did not allow a 'LocalPort' of 0.
19438      Branch: perl
19439            ! ext/IO/lib/IO/Socket/INET.pm
19440 ____________________________________________________________________________
19441 [ 10745] By: nick                                  on 2001/06/20  08:56:39
19442         Log: Integrate mainline.
19443      Branch: perlio
19444           !> (integrate 37 files)
19445 ____________________________________________________________________________
19446 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
19447         Log: After some reading I don't think we can blindly
19448              use systems' realpath().  Too many security problems,
19449              too many buggy implementations.
19450              
19451              TODO: the realpath() emulation code in util.c doesn't
19452              seem fully operational?  (readlink(), for example?)
19453      Branch: perl
19454            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
19455            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
19456            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
19457            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
19458            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
19459            ! win32/config_H.gc win32/config_H.vc
19460 ____________________________________________________________________________
19461 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
19462         Log: Metaconfig unit change for #10738.
19463      Branch: metaconfig
19464            ! U/compline/d_gconvert.U
19465 ____________________________________________________________________________
19466 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
19467         Log: Integrate change #10739 from maintperl:
19468              
19469              C<eval "/x$\r\n/x"> fails to compile correctly 
19470      Branch: perl
19471           !> t/op/pat.t toke.c
19472 ____________________________________________________________________________
19473 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
19474         Log: Retract #10725 (Hugo asked NOT to apply the patch)
19475      Branch: perl
19476            ! t/op/study.t
19477 ____________________________________________________________________________
19478 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
19479         Log: The test.third results were funnily named because of the
19480              new test scheme.
19481      Branch: perl
19482            ! t/TEST
19483 ____________________________________________________________________________
19484 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
19485         Log: C<eval "/x$\r\n/x"> fails to compile correctly
19486      Branch: maint-5.6/perl
19487            ! t/op/pat.t toke.c
19488 ____________________________________________________________________________
19489 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
19490         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
19491              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19492              Date: Tue, 19 Jun 2001 19:15:40 -0400
19493              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
19494              
19495              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
19496              because "1e+129" being expected but "1.e+129" being returned.
19497              The culprit (at least in Tru64) is the use of gcvt().
19498      Branch: perl
19499            ! Configure
19500 ____________________________________________________________________________
19501 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
19502         Log: Subject: [PATCH perl@10722] test hunting on VMS
19503              From: "Craig A. Berry" <craigberry@mac.com>
19504              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
19505              Date: Tue, 19 Jun 2001 18:59:01 -0500
19506      Branch: perl
19507            ! vms/test.com
19508 ____________________________________________________________________________
19509 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
19510         Log: Subject: [PATCH] s/typos//
19511              From: Abhijit Menon-Sen <ams@wiw.org>
19512              Date: Wed, 20 Jun 2001 02:15:02 +0530
19513              Message-ID: <20010620021502.A14541@lustre.linux.in>
19514              
19515              Without the op.h s/bearword/bareword/ hunk, see
19516              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
19517      Branch: perl
19518            ! util.c
19519 ____________________________________________________________________________
19520 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
19521         Log: Metaconfig unit change for #10732 and #10733.
19522      Branch: metaconfig/U/perl
19523            ! fflushall.U
19524 ____________________________________________________________________________
19525 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
19526         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
19527              From: "Craig A. Berry" <craigberry@mac.com>
19528              Date: Tue, 19 Jun 2001 17:19:48 -0500
19529              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
19530      Branch: perl
19531            ! configure.com vms/descrip_mms.template
19532 ____________________________________________________________________________
19533 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
19534         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
19535              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19536              Date: Tue, 19 Jun 2001 16:48:07 -0400
19537              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
19538              
19539              Further fixes to fflush(NULL) detection.
19540      Branch: perl
19541            ! Configure
19542 ____________________________________________________________________________
19543 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
19544         Log: AIX test -s hangs with non-existent files?
19545              (A genuine logic bug in Configure, but AIX also broken?)
19546      Branch: perl
19547            ! Configure
19548 ____________________________________________________________________________
19549 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
19550         Log: AUTHORS updates.
19551      Branch: perl
19552            ! AUTHORS
19553 ____________________________________________________________________________
19554 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
19555         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
19556              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19557              Date: Tue, 19 Jun 2001 15:33:25 -0400
19558              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
19559      Branch: perl
19560            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
19561            ! t/lib/warnings/pp
19562 ____________________________________________________________________________
19563 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
19564         Log: Integrate perlio.
19565      Branch: perl
19566           !> lib/File/Find/find.t win32/distclean.bat
19567 ____________________________________________________________________________
19568 [ 10728] By: nick                                  on 2001/06/19  18:24:53
19569         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
19570      Branch: perlio
19571            ! lib/File/Find/find.t win32/distclean.bat
19572 ____________________________________________________________________________
19573 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
19574         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
19575              also add information how to find out whether one has PerlIO.
19576      Branch: perl
19577            ! pod/perlfunc.pod
19578 ____________________________________________________________________________
19579 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
19580         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
19581              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19582              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
19583              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
19584      Branch: perl
19585            ! pod/perlfunc.pod
19586 ____________________________________________________________________________
19587 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
19588         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
19589              From: Hugo <hv@crypt.compulink.co.uk>
19590              Date: Tue, 19 Jun 2001 12:37:30 +0100
19591              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
19592      Branch: perl
19593            ! t/op/study.t
19594 ____________________________________________________________________________
19595 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
19596         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
19597              From: Hugo <hv@crypt.compulink.co.uk>
19598              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
19599              Date: Tue, 19 Jun 2001 13:15:17 +0100
19600      Branch: perl
19601            ! util.c
19602 ____________________________________________________________________________
19603 [ 10723] By: nick                                  on 2001/06/19  14:46:15
19604         Log: Integrate mainline
19605      Branch: perlio
19606           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
19607           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
19608           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
19609           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
19610           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
19611           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
19612            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
19613            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
19614            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
19615            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
19616            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
19617            - ext/Thread/unsync4.t
19618           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
19619           !> djgpp/config.over djgpp/fixpmain
19620           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
19621           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
19622           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
19623 ____________________________________________________________________________
19624 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
19625         Log: Update Changes.
19626      Branch: perl
19627            ! Changes patchlevel.h
19628 ____________________________________________________________________________
19629 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
19630         Log: The existence shall be MANIFESted.
19631      Branch: perl
19632            ! MANIFEST
19633 ____________________________________________________________________________
19634 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
19635         Log: The old libnet.cfg is first searched from the current directory,
19636              only then from the module path.
19637      Branch: perl
19638            ! utils/libnetcfg.PL
19639 ____________________________________________________________________________
19640 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
19641         Log: NetWare tweaks from Guruprasad.
19642      Branch: perl
19643            ! NetWare/Makefile NetWare/config.wc
19644 ____________________________________________________________________________
19645 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
19646         Log: Subject: [PATCH] djgpp updates
19647              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
19648              Date: Tue, 19 Jun 2001 10:59:06 +0200
19649              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
19650      Branch: perl
19651            ! djgpp/config.over djgpp/fixpmain
19652 ____________________________________________________________________________
19653 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
19654         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
19655              From: Prymmer/Kahn <pvhp@best.com>
19656              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
19657              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
19658      Branch: perl
19659            ! win32/Makefile
19660 ____________________________________________________________________________
19661 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
19662         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
19663              to happen right after the inclusion of <inttypes.h>,
19664              from Edward Moy.
19665      Branch: perl
19666            ! handy.h perl.h
19667 ____________________________________________________________________________
19668 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
19669         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
19670              From: Doug MacEachern <dougm@covalent.net>
19671              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
19672              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
19673      Branch: perl
19674            ! ext/DynaLoader/DynaLoader_pm.PL
19675 ____________________________________________________________________________
19676 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
19677         Log: Revert #10656 for perfomance reasons but leave in the
19678              use of Hv*() macros -- in comments, so that grepping the
19679              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
19680              suggested by Sarathy, also by Abhijit.)
19681      Branch: perl
19682            ! hv.c
19683 ____________________________________________________________________________
19684 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
19685         Log: Subject: [patch] .s MakeMaker suffix
19686              From: Doug MacEachern <dougm@covalent.net>
19687              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
19688              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
19689      Branch: perl
19690            ! lib/ExtUtils/MM_Unix.pm
19691 ____________________________________________________________________________
19692 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
19693         Log: One test lost in the big shuffle restored.
19694      Branch: perl
19695            + ext/IPC/SysV/ipcsysv.t
19696            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
19697 ____________________________________________________________________________
19698 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
19699         Log: Rename the old non-standard threads tests so that
19700              they won't be invoked.
19701      Branch: perl
19702            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
19703            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
19704            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
19705            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
19706            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
19707            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
19708            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
19709            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
19710            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
19711            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
19712            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
19713            - ext/Thread/unsync4.t
19714            ! MANIFEST
19715 ____________________________________________________________________________
19716 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
19717         Log: Integrate perlio.
19718      Branch: perl
19719           !> win32/config_sh.PL
19720 ____________________________________________________________________________
19721 [ 10709] By: nick                                  on 2001/06/19  08:18:18
19722         Log: Integrate mainline
19723      Branch: perlio
19724           +> (branch 40 files)
19725            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
19726            - lib/strict/subs lib/strict/vars lib/warnings/1global
19727            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
19728            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
19729            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
19730            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
19731            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
19732            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
19733            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
19734            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
19735            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
19736            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
19737            - lib/warnings/utf8 lib/warnings/util
19738           !> (integrate 57 files)
19739 ____________________________________________________________________________
19740 [ 10708] By: nick                                  on 2001/06/19  07:57:10
19741         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
19742      Branch: perlio
19743            ! win32/config_sh.PL
19744 ____________________________________________________________________________
19745 [ 10707] By: nick                                  on 2001/06/19  07:05:07
19746         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
19747      Branch: perl
19748            ! perly.c perly.y perly_c.diff vms/perly_c.vms
19749 ____________________________________________________________________________
19750 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
19751         Log: More perl572delta tweaks.
19752      Branch: perl
19753            ! pod/perl572delta.pod
19754 ____________________________________________________________________________
19755 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
19756         Log: Update perl572delta.
19757      Branch: perl
19758            ! pod/perl572delta.pod
19759 ____________________________________________________________________________
19760 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
19761         Log: VOS updates from Paul Green.
19762      Branch: perl
19763            ! vos/Changes vos/build.cm vos/perl.bind
19764 ____________________________________________________________________________
19765 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
19766         Log: Update the vos/config.*.* files.
19767      Branch: perl
19768            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19769            ! vos/config.ga.h
19770 ____________________________________________________________________________
19771 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
19772         Log: Add a makefile for more painless adding of symbols to the
19773              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
19774              takes care of the adding)
19775      Branch: perl
19776            + vos/Makefile
19777 ____________________________________________________________________________
19778 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
19779         Log: Make libnetcfg by default display the libnet configuration,
19780              -c to change, add -i for old config, document all options,
19781              regen toc.
19782      Branch: perl
19783            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
19784 ____________________________________________________________________________
19785 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
19786         Log: gcc -Wall sweep.
19787      Branch: perl
19788            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
19789 ____________________________________________________________________________
19790 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
19791         Log: So there.
19792      Branch: perl
19793            ! universal.c
19794 ____________________________________________________________________________
19795 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
19796         Log: Document the need for sv_printify().
19797              
19798              Document that 'use utf8' has been considered.
19799              
19800              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
19801      Branch: perl
19802            ! pod/perltodo.pod universal.c
19803 ____________________________________________________________________________
19804 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
19805         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
19806              From: Nicholas Clark <nick@ccl4.org>
19807              Date: Mon, 18 Jun 2001 23:29:23 +0100
19808              Message-ID: <20010618232923.I98663@plum.flirble.org>
19809      Branch: perl
19810            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
19811            ! ext/Sys/Syslog/Makefile.PL
19812 ____________________________________________________________________________
19813 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
19814         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
19815              From: Scott.L.Miller@Compaq.com
19816              Date: Mon, 18 Jun 2001 10:12:27 -0500
19817              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
19818      Branch: perl
19819            ! lib/perl5db.pl pod/perldebug.pod
19820 ____________________________________________________________________________
19821 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
19822         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
19823              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
19824              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
19825              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
19826      Branch: perl
19827            ! lib/Carp/Heavy.pm
19828 ____________________________________________________________________________
19829 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
19830         Log: Subject: [PATCH] Documentation changes for CLONE
19831              From: Artur Bergman <artur@contiller.se>
19832              Date: Mon, 18 Jun 2001 22:06:37 +0200
19833              Message-ID: <B7542BEC.1719%artur@contiller.se>
19834      Branch: perl
19835            ! pod/perlmod.pod pod/perlsub.pod
19836 ____________________________________________________________________________
19837 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
19838         Log: Subject: Re: configure.com
19839              From: "Craig A. Berry" <craigberry@mac.com>
19840              Date: Mon, 18 Jun 2001 16:04:38 -0500
19841              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
19842      Branch: perl
19843            ! configure.com
19844 ____________________________________________________________________________
19845 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
19846         Log: Subject: PL_nullstash + perl_clone()
19847              From: Doug MacEachern <dougm@covalent.net>
19848              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
19849              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
19850      Branch: perl
19851            ! sv.c
19852 ____________________________________________________________________________
19853 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
19854         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
19855              From: davem@fdgroup.co.uk
19856              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
19857              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
19858      Branch: perl
19859            ! embed.pl pod/perlapi.pod
19860 ____________________________________________________________________________
19861 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
19862         Log: More cross-compilation defaults gleaned from -Dcc
19863              if it is CPU-OS-gcc.
19864      Branch: metaconfig
19865            ! U/modified/libc.U
19866      Branch: metaconfig/U/perl
19867            ! Cross.U
19868      Branch: perl
19869            ! Configure INSTALL
19870 ____________________________________________________________________________
19871 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
19872         Log: Update Changes.
19873      Branch: perl
19874            ! Changes patchlevel.h
19875 ____________________________________________________________________________
19876 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
19877         Log: Subject: [PATCH 5.7.1] sv.c documentation
19878              From: davem@fdgroup.co.uk
19879              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
19880              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
19881      Branch: perl
19882            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
19883            ! sv.c sv.h
19884 ____________________________________________________________________________
19885 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
19886         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
19887              From: "Jon Gunnip" <jongunnip@hotmail.com>
19888              Date: Sun, 17 Jun 2001 18:24:29 -0400
19889              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
19890      Branch: perl
19891            ! pod/perlvar.pod
19892 ____________________________________________________________________________
19893 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
19894         Log: Move the locale/strict/warnings helper files back
19895              under the t/lib; this way the amount of non-installabled
19896              stuff under lib/ stays smaller.
19897      Branch: perl
19898            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
19899            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
19900            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
19901            + t/lib/warnings/5nolint t/lib/warnings/6default
19902            + t/lib/warnings/7fatal t/lib/warnings/8signal
19903            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
19904            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
19905            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
19906            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
19907            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
19908            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
19909            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
19910            + t/lib/warnings/taint t/lib/warnings/toke
19911            + t/lib/warnings/universal t/lib/warnings/utf8
19912            + t/lib/warnings/util
19913            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
19914            - lib/strict/subs lib/strict/vars lib/warnings/1global
19915            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
19916            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
19917            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
19918            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
19919            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
19920            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
19921            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
19922            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
19923            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
19924            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
19925            - lib/warnings/utf8 lib/warnings/util
19926            ! MANIFEST installperl lib/locale.t lib/strict.t
19927 ____________________________________________________________________________
19928 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
19929         Log: Split off the pack/unpack code, from Nicholas Clark.
19930      Branch: perl
19931            + pp_pack.c
19932            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
19933            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
19934            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
19935 ____________________________________________________________________________
19936 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
19937         Log: Guard the SysV IPC tests against being invoked in
19938              SysV-IPC-less places.
19939      Branch: perl
19940            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
19941 ____________________________________________________________________________
19942 [ 10683] By: nick                                  on 2001/06/18  12:24:42
19943         Log: Integrate mainline (new test scheme now ok on Linux).
19944      Branch: perlio
19945           +> lib/warnings.t
19946           !> dump.c sv.c
19947 ____________________________________________________________________________
19948 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
19949         Log: Add the locale.c and numeric.c to the microperl sources.
19950      Branch: perl
19951            ! Makefile.micro win32/Makefile
19952 ____________________________________________________________________________
19953 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
19954         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
19955              From: Abhijit Menon-Sen <ams@wiw.org>
19956              Date: Mon, 18 Jun 2001 14:23:44 +0530
19957              Message-ID: <20010618142344.A13136@lustre.linux.in>
19958      Branch: perl
19959            ! dump.c
19960 ____________________________________________________________________________
19961 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
19962         Log: Subject: Re: [PATCH] more anonymous stash cleanups
19963              From: Abhijit Menon-Sen <ams@wiw.org>
19964              Date: Mon, 18 Jun 2001 15:50:32 +0530
19965              Message-ID: <20010618155032.A13223@lustre.linux.in>
19966              
19967              Plus the comment left in as suggested by NI-S.
19968      Branch: perl
19969            ! sv.c
19970 ____________________________________________________________________________
19971 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
19972         Log: One missed file.
19973      Branch: perl
19974            + lib/warnings.t
19975 ____________________________________________________________________________
19976 [ 10678] By: nick                                  on 2001/06/18  08:05:29
19977         Log: Integrate mainline (part2 - the deletes)
19978      Branch: perlio
19979            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
19980            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
19981            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
19982            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
19983            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
19984            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
19985            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
19986            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
19987            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
19988            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
19989            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
19990 ____________________________________________________________________________
19991 [ 10677] By: nick                                  on 2001/06/18  08:04:44
19992         Log: Integrate mainline (part1)
19993      Branch: perlio
19994           +> (branch 376 files)
19995            - (delete 219 files)
19996           !> (integrate 151 files)
19997 ____________________________________________________________________________
19998 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
19999         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
20000              No doubt I made some mistakes like missed some files or
20001              misnamed some files.  The naming rules were more or less:
20002              (1) if the module is from CPAN, follows its ways, be it
20003              t/*.t or test.pl.
20004              (2) otherwise if there are multiple tests for a module
20005              put them in a t/
20006              (3) otherwise if there's only one test put it in Module.t
20007              (4) helper files go to module/ (locale, strict, warnings)
20008              (5) use longer filenames now that we can (but e.g. the
20009              compat-0.6.t and the Text::Balanced test files still
20010              were renamed to be more civil against the 8.3 people)
20011              installperl was updated appropriately not to install the
20012              *.t files or the help files from under lib.
20013              
20014              TODO: some helper files still remain under t/ that could
20015              follow their 'masters'.  UPDATE: On second thoughts, why
20016              should they.  They can continue to live under t/lib, and
20017              in fact the locale/strict/warnings helpers that were moved
20018              could be moved back.  This way the amount of non-installable
20019              stuff under lib/ stays smaller.
20020      Branch: perl
20021            + (add 253 files)
20022            - (delete 254 files)
20023            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
20024 ____________________________________________________________________________
20025 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
20026         Log: The warning no more comes from util.c, it comes from numeric.c.
20027      Branch: perl
20028            ! README.tru64
20029 ____________________________________________________________________________
20030 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
20031         Log: Subject: Re: anyone good at casting spells?
20032              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20033              Date: Sun, 17 Jun 2001 21:21:04 -0400
20034              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
20035      Branch: perl
20036            ! ext/POSIX/POSIX.xs hv.h
20037 ____________________________________________________________________________
20038 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
20039         Log: Protect the (original) thread tests against testing if no 5.005
20040              threads have been configured.
20041      Branch: perl
20042            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
20043            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
20044            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
20045            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
20046            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
20047            ! ext/Thread/unsync4.t
20048 ____________________________________________________________________________
20049 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
20050         Log: Try the new test scanning scheme on Text::Abbrev.
20051      Branch: perl
20052            + lib/Text/Abbrev.t
20053            - lib/Text/Abbrev/t/abbrev.t
20054            ! MANIFEST
20055 ____________________________________________________________________________
20056 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
20057         Log: Change the scan policy of the *.t and test.pl files,
20058              now the *.t do not need to live in a t/ directory.
20059      Branch: perl
20060            ! t/TEST t/harness
20061 ____________________________________________________________________________
20062 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
20063         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
20064              From: Ilmari Karonen <iltzu@sci.fi>
20065              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
20066              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
20067      Branch: perl
20068            ! pod/perlfaq7.pod
20069 ____________________________________________________________________________
20070 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
20071         Log: Quench the warnings from Tru64; the HP-UX is still
20072              broken because it really, REALLY, doesn't like the
20073              HvARRAY() being lvalue:
20074              
20075              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
20076              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
20077      Branch: perl
20078            ! hv.c
20079 ____________________________________________________________________________
20080 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
20081         Log: Integrate change #10667 from maintperl:
20082              
20083              change#10449 broke the special-case that makes lexicals inside the
20084              eval"" within DB::DB() visible
20085      Branch: perl
20086           !> op.c
20087 ____________________________________________________________________________
20088 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
20089         Log: change#10449 broke the special-case that makes lexicals inside the
20090              eval"" within DB::DB() visible
20091      Branch: maint-5.6/perl
20092            ! op.c
20093 ____________________________________________________________________________
20094 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
20095         Log: Still spurious output; indent the code a bit.
20096              
20097              TODO1: separate the utility functions like MkDir
20098              into a helper script?
20099              
20100              TODO2: I see a lot of repetition in the filepath()
20101              and dirpath() calls.
20102      Branch: perl
20103            ! t/lib/filefind.t t/lib/findtaint.t
20104 ____________________________________________________________________________
20105 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
20106         Log: Regen modlib, toc.
20107      Branch: perl
20108            ! pod/perlmodlib.pod pod/perltoc.pod
20109 ____________________________________________________________________________
20110 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
20111         Log: Add libnetcfg to perlutil.
20112      Branch: perl
20113            ! pod/perlutil.pod
20114 ____________________________________________________________________________
20115 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
20116         Log: Initial integration of libnet-1.0703.
20117              The Configure script renamed as libnetcfg, will be
20118              installed along other utilities.
20119      Branch: perl
20120            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
20121            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
20122            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
20123            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
20124            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
20125            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
20126            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
20127            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
20128            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
20129            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
20130            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
20131            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
20132            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
20133            + utils/libnetcfg.PL
20134            ! MANIFEST utils.lst utils/Makefile
20135 ____________________________________________________________________________
20136 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
20137         Log: Less potentially test-harness-confusing output.
20138      Branch: perl
20139            ! lib/Memoize/t/expire_module_t.t
20140 ____________________________________________________________________________
20141 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
20142         Log: The final print annoys make test.
20143      Branch: perl
20144            ! t/lib/filefind.t t/lib/findtaint.t
20145 ____________________________________________________________________________
20146 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
20147         Log: Add an option for handling dangling symbolic links.
20148      Branch: perl
20149            ! lib/File/Find.pm t/lib/filefind.t
20150 ____________________________________________________________________________
20151 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
20152         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
20153              From: Thomas Wegner <wegner_thomas@yahoo.com>
20154              Date: Sun, 17 Jun 2001 14:43:11 +0200
20155              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
20156      Branch: perl
20157            + t/lib/findtaint.t
20158            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
20159 ____________________________________________________________________________
20160 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
20161         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
20162              From: Jonathan Stowe <gellyfish@gellyfish.com>
20163              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
20164              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
20165      Branch: perl
20166            ! lib/ExtUtils/MM_Unix.pm
20167 ____________________________________________________________________________
20168 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
20169         Log: Subject: [PATCH] more anonymous stash cleanups
20170              From: Abhijit Menon-Sen <ams@wiw.org>
20171              Date: Sun, 17 Jun 2001 11:44:06 +0530
20172              Message-ID: <20010617114406.A25203@lustre.linux.in>
20173      Branch: perl
20174            ! op.c
20175 ____________________________________________________________________________
20176 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
20177         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
20178              From: Abhijit Menon-Sen <ams@wiw.org>
20179              Date: Sun, 17 Jun 2001 08:02:59 +0530
20180              Message-ID: <20010617080259.A28776@lustre.linux.in>
20181              
20182              Subject: [PATCH #2/7] xhv_eiter
20183              From: Abhijit Menon-Sen <ams@wiw.org>
20184              Date: Sun, 17 Jun 2001 08:13:18 +0530
20185              Message-ID: <20010617081318.B28776@lustre.linux.in>
20186              
20187              Subject: [PATCH #3/7] xhv_fill
20188              From: Abhijit Menon-Sen <ams@wiw.org>
20189              Date: Sun, 17 Jun 2001 08:25:16 +0530
20190              Message-ID: <20010617082516.C28776@lustre.linux.in>
20191              
20192              Subject: [PATCH #4/7] xhv_keys
20193              From: Abhijit Menon-Sen <ams@wiw.org>
20194              Date: Sun, 17 Jun 2001 08:36:17 +0530
20195              Message-ID: <20010617083617.D28776@lustre.linux.in>
20196              
20197              Subject: [PATCH #5/7] xhv_max
20198              From: Abhijit Menon-Sen <ams@wiw.org>
20199              Date: Sun, 17 Jun 2001 08:39:48 +0530
20200              Message-ID: <20010617083948.E28776@lustre.linux.in>
20201              
20202              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
20203              From: Abhijit Menon-Sen <ams@wiw.org>
20204              Date: Sun, 17 Jun 2001 08:51:11 +0530
20205              Message-ID: <20010617085111.F28776@lustre.linux.in>
20206      Branch: perl
20207            ! hv.c
20208 ____________________________________________________________________________
20209 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
20210         Log: Update Changes.
20211      Branch: perl
20212            ! Changes patchlevel.h
20213 ____________________________________________________________________________
20214 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
20215         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
20216              From: Abhijit Menon-Sen <ams@wiw.org>
20217              Date: Sat, 16 Jun 2001 07:41:19 +0530
20218              Message-ID: <20010616074119.A24720@lustre.linux.in>
20219      Branch: perl
20220            ! hv.c perl.c vms/vmsish.h win32/win32.h
20221 ____________________________________________________________________________
20222 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
20223         Log: Document tests failing when threaded, since we now have more.
20224      Branch: perl
20225            ! pod/perl572delta.pod
20226 ____________________________________________________________________________
20227 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
20228         Log: -Wall cleanup.
20229      Branch: perl
20230            ! ext/Thread/Thread.xs
20231 ____________________________________________________________________________
20232 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
20233         Log: pthread_attr_setstacksize() isn't absolutely necessary
20234              to call, only iff THREAD_CREATE_NEEDS_STACK.
20235      Branch: perl
20236            ! ext/Thread/Thread.xs
20237 ____________________________________________________________________________
20238 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
20239         Log: -Wall strays.
20240      Branch: perl
20241            ! perl.c util.c
20242 ____________________________________________________________________________
20243 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
20244         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
20245              (and INT64_MIN) brokenness.
20246      Branch: perl
20247            ! hints/darwin.sh perl.h
20248 ____________________________________________________________________________
20249 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
20250         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
20251              From: Nicholas Clark <nick@ccl4.org>
20252              Date: Sun, 17 Jun 2001 00:16:05 +0100
20253              Message-ID: <20010617001605.V98663@plum.flirble.org>
20254      Branch: perl
20255            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
20256            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
20257            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20258 ____________________________________________________________________________
20259 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
20260         Log: Add perlnetware to docs; regen toc; supply skeleton
20261              docs for some Memoize submodules.
20262      Branch: perl
20263            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
20264            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
20265            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
20266            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
20267            ! win32/Makefile win32/makefile.mk
20268 ____________________________________________________________________________
20269 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
20270         Log: pod cleanup.
20271      Branch: perl
20272            ! README.netware
20273 ____________________________________________________________________________
20274 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
20275         Log: Integrate Memoize 0.64.  Few tweaks were required in
20276              the test scripts.  Note that the speed and expire*
20277              tests take several dozen seconds to run.
20278      Branch: perl
20279            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
20280            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
20281            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
20282            + lib/Memoize/README lib/Memoize/SDBM_File.pm
20283            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
20284            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
20285            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
20286            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
20287            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
20288            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
20289            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
20290            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
20291            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
20292            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
20293            ! MANIFEST t/lib/1_compile.t
20294 ____________________________________________________________________________
20295 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
20296         Log: Document the cross-compilation options.
20297      Branch: perl
20298            ! Cross/README INSTALL
20299 ____________________________________________________________________________
20300 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
20301         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
20302      Branch: perl
20303            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
20304            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
20305            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
20306            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
20307            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
20308            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
20309            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
20310            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
20311            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
20312            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
20313            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
20314            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
20315            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
20316            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
20317            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
20318            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
20319            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
20320            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
20321            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
20322            + lib/ExtUtils/MM_NW5.pm
20323            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
20324            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
20325            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
20326            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
20327            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
20328            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
20329            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
20330            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
20331            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
20332            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
20333            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
20334            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
20335            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
20336            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
20337            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
20338            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
20339            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
20340            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
20341            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
20342            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
20343            ! util.h x2p/a2py.c
20344 ____________________________________________________________________________
20345 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
20346         Log: Resort MANIFEST.
20347      Branch: perl
20348            ! MANIFEST
20349 ____________________________________________________________________________
20350 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
20351         Log: Integrate perlio.
20352      Branch: perl
20353           +> win32/win32io.c
20354           !> MANIFEST perlio.c perliol.h win32/makefile.mk
20355 ____________________________________________________________________________
20356 [ 10640] By: nick                                  on 2001/06/16  18:38:31
20357         Log: Disable :win32 layer as default till I get it working
20358      Branch: perlio
20359            ! MANIFEST perlio.c
20360 ____________________________________________________________________________
20361 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
20362         Log: Try the new scheme by moving the Text::Abbrev test
20363              to a new place under lib.
20364      Branch: perl
20365            + lib/Text/Abbrev/t/abbrev.t
20366            - t/lib/abbrev.t
20367            ! MANIFEST
20368 ____________________________________________________________________________
20369 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
20370         Log: Make the code even more dynamical so that testname
20371              suffix length can change.
20372      Branch: perl
20373            ! lib/Test/Harness.pm t/TEST
20374 ____________________________________________________________________________
20375 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
20376         Log: Allow for deeper t/ and also a single test.pl.
20377      Branch: perl
20378            ! t/TEST t/harness
20379 ____________________________________________________________________________
20380 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
20381         Log: #define fix from Nicholas Clark.
20382      Branch: perl
20383            ! ext/POSIX/POSIX.xs
20384 ____________________________________________________________________________
20385 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
20386         Log: Initialization is nice.
20387      Branch: perl
20388            ! lib/Test/Harness.pm
20389 ____________________________________________________________________________
20390 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
20391         Log: Make t/TEST and t/harness to test also the t/ tests
20392              under the main lib/ and ext/ directories.  Fix Test::Harness
20393              to dynamically change the width of its "foo/bar....ok" output.
20394      Branch: perl
20395            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
20396 ____________________________________________________________________________
20397 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
20398         Log: Subject: [PATCH] Re: perl@10611 
20399              From: Nicholas Clark <nick@ccl4.org>
20400              Date: Sat, 16 Jun 2001 16:52:47 +0100
20401              Message-ID: <20010616165247.O98663@plum.flirble.org>
20402              
20403              The .xs parts, too.
20404      Branch: perl
20405            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
20406            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
20407 ____________________________________________________________________________
20408 [ 10632] By: nick                                  on 2001/06/16  16:44:35
20409         Log: Work-in-progress win32 layer semi-functional, checking 
20410              for UNIX breakage.
20411      Branch: perlio
20412            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
20413 ____________________________________________________________________________
20414 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
20415         Log: Subject: [PATCH] Re: perl@10611 
20416              From: Nicholas Clark <nick@ccl4.org>
20417              Date: Sat, 16 Jun 2001 16:52:47 +0100
20418              Message-ID: <20010616165247.O98663@plum.flirble.org>
20419      Branch: perl
20420            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
20421            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
20422            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
20423            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
20424            ! lib/ExtUtils/Constant.pm
20425 ____________________________________________________________________________
20426 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
20427         Log: Metaconfig unit change for #10629.
20428      Branch: metaconfig
20429            ! U/modified/Finish.U
20430 ____________________________________________________________________________
20431 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
20432         Log: The extraction changed directories.
20433      Branch: perl
20434            ! Configure
20435 ____________________________________________________________________________
20436 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
20437         Log: Math::BigInt 1.35 from Tels.
20438      Branch: perl
20439            + t/lib/mbimbf.t
20440            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20441            ! t/lib/bigfltpm.t t/lib/bigintpm.t
20442 ____________________________________________________________________________
20443 [ 10627] By: nick                                  on 2001/06/16  14:54:52
20444         Log: Work in progress UNIX-side edit of win32 PerLIO layer
20445      Branch: perlio
20446            + win32/win32io.c
20447            ! perlio.c win32/makefile.mk
20448 ____________________________________________________________________________
20449 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
20450         Log: Subject: [PATCH 5.6.1] os2/diff-configure
20451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20452              Date: Fri, 15 Jun 2001 01:19:36 -0400
20453              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
20454              
20455              Empty all of it because I think #10624 made even the
20456              last patch hunk unnecessary.
20457      Branch: perl
20458            ! os2/diff.configure
20459 ____________________________________________________________________________
20460 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
20461         Log: Metaconfig unit change for 10624.
20462      Branch: metaconfig
20463            ! U/modified/libc.U
20464      Branch: perl
20465            ! config_h.SH
20466 ____________________________________________________________________________
20467 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
20468         Log: Move the initialization of libnames to the beginning so
20469              that can one 'seed' it (as OS/2 does.)
20470      Branch: perl
20471            ! Configure
20472 ____________________________________________________________________________
20473 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
20474         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
20475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20476              Date: Fri, 15 Jun 2001 19:10:57 -0400
20477              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
20478      Branch: perl
20479            ! os2/OS2/REXX/DLL/DLL.pm
20480 ____________________________________________________________________________
20481 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
20482         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
20483              From: "Craig A. Berry" <craigberry@mac.com>
20484              Date: Fri, 15 Jun 2001 17:00:03 -0500
20485              Message-Id: <a05101007b750342599be@[172.16.52.1]>
20486      Branch: perl
20487            ! vms/descrip_mms.template
20488 ____________________________________________________________________________
20489 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
20490         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
20491              From: "Craig A. Berry" <craigberry@mac.com>
20492              Date: Fri, 15 Jun 2001 18:39:42 -0500
20493              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
20494      Branch: perl
20495            ! lib/File/Spec/VMS.pm t/lib/extutils.t
20496 ____________________________________________________________________________
20497 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
20498         Log: Integrate perlio.
20499      Branch: perl
20500           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
20501           !> t/io/utf8.t t/lib/io_scalar.t
20502 ____________________________________________________________________________
20503 [ 10619] By: nick                                  on 2001/06/15  21:05:19
20504         Log: Generated files
20505      Branch: perlio
20506            ! embed.h proto.h
20507 ____________________________________________________________________________
20508 [ 10618] By: nick                                  on 2001/06/15  20:27:42
20509         Log: Fix open.pm to work via XS-implemented method calls rather
20510              than *open::layers variables which caused all the HV/AV hassle.
20511      Branch: perlio
20512            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
20513            ! t/lib/io_scalar.t
20514 ____________________________________________________________________________
20515 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
20516         Log: Integrate perlio.
20517      Branch: perl
20518           !> lib/ExtUtils/Constant.pm
20519 ____________________________________________________________________________
20520 [ 10616] By: nick                                  on 2001/06/15  18:46:47
20521         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
20522      Branch: perlio
20523            ! lib/ExtUtils/Constant.pm
20524 ____________________________________________________________________________
20525 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
20526         Log: Integrate perlio.
20527      Branch: perl
20528           !> ext/Socket/Socket.xs
20529 ____________________________________________________________________________
20530 [ 10614] By: nick                                  on 2001/06/15  18:33:37
20531         Log: MULTIPLICITY fix for Socket.xs
20532      Branch: perlio
20533            ! ext/Socket/Socket.xs
20534 ____________________________________________________________________________
20535 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
20536         Log: Subject: Re: perl@10611
20537              From: Doug MacEachern <dougm@covalent.net>
20538              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
20539              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
20540      Branch: perl
20541            ! ext/Socket/Socket.xs
20542 ____________________________________________________________________________
20543 [ 10612] By: nick                                  on 2001/06/15  16:14:38
20544         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
20545      Branch: perlio
20546           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20547           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
20548           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
20549           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
20550           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
20551           !> utils/h2ph.PL
20552 ____________________________________________________________________________
20553 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
20554         Log: Update Changes.
20555      Branch: perl
20556            ! Changes patchlevel.h
20557 ____________________________________________________________________________
20558 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
20559         Log: Upping the test count.
20560      Branch: perl
20561            ! t/lib/filefind.t
20562 ____________________________________________________________________________
20563 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
20564         Log: Integrate perlio.
20565      Branch: perl
20566           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20567 ____________________________________________________________________________
20568 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
20569         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
20570              From: andreas.koenig@anima.de (Andreas J. Koenig)
20571              Date: 15 Jun 2001 13:30:39 +0200
20572              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
20573              
20574              Record the grim history.
20575      Branch: perl
20576            ! lib/File/Find.pm
20577 ____________________________________________________________________________
20578 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
20579         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
20580              From: Brian McCauley <nobull@mail.com>
20581              Date: 15 Jun 2001 07:51:26 +0100
20582              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
20583      Branch: perl
20584            ! lib/File/Find.pm t/lib/filefind.t
20585 ____________________________________________________________________________
20586 [ 10606] By: nick                                  on 2001/06/15  14:00:08
20587         Log: regen_config_h for Win32.
20588      Branch: perlio
20589            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20590 ____________________________________________________________________________
20591 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
20592         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
20593              From: Peter Prymmer <pvhp@forte.com>
20594              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
20595              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
20596      Branch: perl
20597            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
20598 ____________________________________________________________________________
20599 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
20600         Log: Some filesystems require writability for rename/unlink.
20601      Branch: perl
20602            ! opcode.pl
20603 ____________________________________________________________________________
20604 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
20605         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
20606              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
20607              Date: Fri, 15 Jun 2001 12:08:53 +0200
20608              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
20609      Branch: perl
20610            ! perlio.c
20611 ____________________________________________________________________________
20612 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
20613         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
20614              From: Mike Guy <mjtg@cam.ac.uk>
20615              Date: Fri, 15 Jun 2001 14:11:49 +0100
20616              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
20617      Branch: perl
20618            ! opcode.pl
20619 ____________________________________________________________________________
20620 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
20621         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
20622              From: Nicholas Clark <nick@ccl4.org>
20623              Date: Thu, 14 Jun 2001 23:52:56 +0100
20624              Message-ID: <20010614235256.G98663@plum.flirble.org>
20625      Branch: perl
20626            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
20627            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20628 ____________________________________________________________________________
20629 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
20630         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
20631              From: Russ Allbery <rra@stanford.edu>
20632              Date: 14 Jun 2001 13:24:43 -0700
20633              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
20634      Branch: perl
20635            ! ext/GDBM_File/GDBM_File.pm
20636 ____________________________________________________________________________
20637 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
20638         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
20639              From: Nicholas Clark <nick@ccl4.org>
20640              Date: Thu, 14 Jun 2001 20:37:47 +0100
20641              Message-ID: <20010614203747.F98663@plum.flirble.org>
20642      Branch: perl
20643            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20644            ! t/lib/gdbm.t
20645 ____________________________________________________________________________
20646 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
20647         Log: Integrate perlio.
20648      Branch: perl
20649           !> makedef.pl sv.c
20650 ____________________________________________________________________________
20651 [ 10597] By: nick                                  on 2001/06/15  11:08:13
20652         Log: Check that HVs with HvNAME() != NULL are really stashes before
20653              treating them as such. Also be more defensive on the GvCV.
20654              Win32 fork and dprof now working again. 
20655      Branch: perlio
20656            ! sv.c
20657 ____________________________________________________________________________
20658 [ 10596] By: nick                                  on 2001/06/15  10:11:20
20659         Log: Integrate mainline.
20660      Branch: perlio
20661           +> Cross/README
20662           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
20663           !> Porting/config_H config_h.SH configure.com epoc/config.sh
20664           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
20665           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20666           !> vos/config.ga.h win32/config.bc win32/config.gc
20667           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20668           !> win32/config_H.vc
20669 ____________________________________________________________________________
20670 [ 10595] By: nick                                  on 2001/06/15  09:37:17
20671         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
20672              - Win32 (VC++) now builds but fails:
20673              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
20674              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
20675              write.t    - open(...,"|-") not implemented on Win32 
20676      Branch: perlio
20677            ! makedef.pl
20678 ____________________________________________________________________________
20679 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
20680         Log: Integrate perlio.
20681      Branch: perl
20682           !> perlio.c win32/makefile.mk
20683 ____________________________________________________________________________
20684 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
20685         Log: Metaconfig unit changes for #10592.
20686      Branch: metaconfig
20687            + U/modified/i_varhdr.U U/modified/startsh.U
20688            - U/a_dvisory/crosscompile.U U/target/Target.U
20689            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
20690            ! U/compline/bitpbyte.U U/compline/byteorder.U
20691            ! U/compline/ccflags.U U/compline/charsize.U
20692            ! U/compline/d_casti32.U U/compline/d_castneg.U
20693            ! U/compline/d_closedir.U U/compline/d_fd_set.U
20694            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
20695            ! U/compline/d_keepsig.U U/compline/d_open3.U
20696            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
20697            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
20698            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
20699            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
20700            ! U/compline/doublesize.U U/compline/floatsize.U
20701            ! U/compline/nblock_io.U U/compline/orderlib.U
20702            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
20703            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
20704            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
20705            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
20706            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
20707            ! U/modified/spitshell.U U/threads/archname.U
20708            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
20709            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
20710            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
20711            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
20712            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
20713      Branch: metaconfig/U/perl
20714            + Cross.U
20715            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
20716            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
20717            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
20718            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
20719            ! stdio_streams.U uselfs.U
20720 ____________________________________________________________________________
20721 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
20722         Log: The first steps towards cross-compilation.
20723              
20724              Abstract execution of compiled test executables with $run,
20725              and abstract transfer of files with $to and $from.
20726              
20727              Under cross-compilation the $run, $to, and $from will point
20728              to appropriate wrapper scripts, by default ssh and scp,
20729              but also rsh, rcp, and cp are supported.  If not
20730              cross-compiling, they will be set to '', ':', and ':',
20731              respectively.
20732              
20733              With these patches I was able to get Configure for
20734              iPAQ ARM Linux on an Intel Linux about 95% right
20735              (only a few tests failed to execute or they produced
20736              incorrect results), and I was able to compile
20737              a functional miniperl.
20738              
20739              The symbol crosscompile renamed to be usecrosscompile,
20740              the corresponding C symbol from CROSSCOMPILE to
20741              USE_CROSS_COMPILE.
20742      Branch: perl
20743            ! Configure Cross/README Makefile.SH Porting/Glossary
20744            ! Porting/config.sh Porting/config_H config_h.SH configure.com
20745            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
20746            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20747            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20748            ! win32/config.gc win32/config.vc win32/config_H.bc
20749            ! win32/config_H.gc win32/config_H.vc
20750 ____________________________________________________________________________
20751 [ 10591] By: nick                                  on 2001/06/14  20:00:12
20752         Log: Steps along the road toward Win32 building again.
20753      Branch: perlio
20754            ! perlio.c win32/makefile.mk
20755 ____________________________________________________________________________
20756 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
20757         Log: Integrate perlio.
20758      Branch: perl
20759           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20760 ____________________________________________________________________________
20761 [ 10589] By: nick                                  on 2001/06/14  13:54:07
20762         Log: Routine regen_config_h for Win32
20763      Branch: perlio
20764            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20765 ____________________________________________________________________________
20766 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
20767         Log: Integrate perlio.
20768      Branch: perl
20769           +> perlyline.pl
20770           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
20771 ____________________________________________________________________________
20772 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
20773         Log: A placeholder.
20774      Branch: perl
20775            + Cross/README
20776 ____________________________________________________________________________
20777 [ 10586] By: nick                                  on 2001/06/14  08:25:07
20778         Log: Add new step to run_byacc which:
20779              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
20780              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
20781      Branch: perlio
20782            + perlyline.pl
20783            ! MANIFEST Makefile.SH perly.c
20784 ____________________________________________________________________________
20785 [ 10585] By: nick                                  on 2001/06/14  08:22:29
20786         Log: Integrate mainline
20787      Branch: perlio
20788           +> locale.c numeric.c
20789           !> Changes cygwin/Makefile.SHs embed.h embed.pl
20790           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
20791           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
20792           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
20793           !> x2p/Makefile.SH
20794 ____________________________________________________________________________
20795 [ 10584] By: nick                                  on 2001/06/14  08:05:53
20796         Log: Hack to remove insecure directories from PATH so test will run.
20797      Branch: perlio
20798            ! t/lib/filefind.t
20799 ____________________________________________________________________________
20800 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
20801         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
20802      Branch: perl
20803            - t/lib/mbimbf.t
20804            ! MANIFEST
20805 ____________________________________________________________________________
20806 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
20807         Log: Detypo.
20808      Branch: perl
20809            ! x2p/Makefile.SH
20810 ____________________________________________________________________________
20811 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
20812         Log: de-$CONFIG continues.
20813      Branch: perl
20814            ! cygwin/Makefile.SHs x2p/Makefile.SH
20815 ____________________________________________________________________________
20816 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
20817         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
20818              From: Nicholas Clark <nick@ccl4.org>
20819              Date: Wed, 13 Jun 2001 21:20:13 +0100
20820              Message-ID: <20010613212013.D98663@plum.flirble.org>
20821      Branch: perl
20822            ! opcode.pl
20823 ____________________________________________________________________________
20824 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
20825         Log: Subject: splitting util.c
20826              From: Hugo <hv@crypt.compulink.co.uk>
20827              Date: Thu, 14 Jun 2001 00:41:08 +0100
20828              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
20829      Branch: perl
20830            + locale.c numeric.c
20831            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
20832            ! pod/perlapi.pod proto.h util.c
20833 ____________________________________________________________________________
20834 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
20835         Log: Upgrade to Math::BigInt 1.34 from Tels.
20836      Branch: perl
20837            + t/lib/mbimbf.t
20838            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20839            ! t/lib/bigfltpm.t t/lib/bigintpm.t
20840 ____________________________________________________________________________
20841 [ 10577] By: nick                                  on 2001/06/13  19:02:48
20842         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
20843      Branch: perlio
20844           !> (integrate 125 files)
20845 ____________________________________________________________________________
20846 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
20847         Log: Update Changes.
20848      Branch: perl
20849            ! Changes patchlevel.h
20850 ____________________________________________________________________________
20851 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
20852         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
20853              From: "Craig A. Berry" <craigberry@mac.com>
20854              Date: Wed, 13 Jun 2001 13:24:28 -0500
20855              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
20856      Branch: perl
20857            ! ext/re/Makefile.PL
20858 ____________________________________________________________________________
20859 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
20860         Log: Mc.u.c. for #10573.
20861      Branch: metaconfig
20862            ! U/threads/usethreads.U
20863 ____________________________________________________________________________
20864 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
20865         Log: It would be also be good if I could type.
20866      Branch: perl
20867            ! Configure
20868 ____________________________________________________________________________
20869 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
20870         Log: Metaconfig unit change for #10571.
20871      Branch: metaconfig
20872            ! U/threads/usethreads.U
20873 ____________________________________________________________________________
20874 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
20875         Log: A non-empty default is a good thing.
20876      Branch: perl
20877            ! Configure
20878 ____________________________________________________________________________
20879 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
20880         Log: Metaconfig unit change for #10569.
20881      Branch: metaconfig
20882            ! U/threads/usethreads.U
20883 ____________________________________________________________________________
20884 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
20885         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
20886              extremely experimental, not even prompted for.
20887      Branch: perl
20888            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20889            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
20890            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
20891            ! win32/config.bc win32/config.gc win32/config.vc
20892 ____________________________________________________________________________
20893 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
20894         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
20895      Branch: perl
20896            ! pod/perlfaq6.pod
20897 ____________________________________________________________________________
20898 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
20899         Log: Integrate perlio; conflicts, accept Nick's versions.
20900      Branch: perl
20901           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20902           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
20903 ____________________________________________________________________________
20904 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
20905         Log: Subject: Re: ext/ + -Wall
20906              From: Doug MacEachern <dougm@covalent.net>
20907              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
20908              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
20909      Branch: perl
20910            ! XSUB.h lib/ExtUtils/xsubpp perl.h
20911 ____________________________________________________________________________
20912 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
20913         Log: Similar logic as DB_File.xs, using the modern macros and
20914              defines them to older ones for older Perls where PERL_VERSION
20915              is not defined, from Doug MacEachern.
20916      Branch: perl
20917            ! ext/Storable/Storable.xs
20918 ____________________________________________________________________________
20919 [ 10564] By: nick                                  on 2001/06/13  15:22:01
20920         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
20921              and using that instead (name lookups are sequential search for now).
20922      Branch: perlio
20923            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20924            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
20925 ____________________________________________________________________________
20926 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
20927         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
20928              From: "Richard Soderberg" <rs@crystalflame.net>
20929              Date: Sat, 26 May 2001 06:44:20 -0700
20930              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
20931      Branch: perl
20932            ! sv.c t/op/glob.t
20933 ____________________________________________________________________________
20934 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
20935         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
20936              From: "Craig A. Berry" <craigberry@mac.com>
20937              Date: Tue, 12 Jun 2001 23:55:26 -0500
20938              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
20939      Branch: perl
20940            ! ext/re/Makefile.PL ext/re/re.xs
20941 ____________________________________________________________________________
20942 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
20943         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
20944              suggested by NI-S.
20945      Branch: perl
20946            ! XSUB.h malloc.c perl.h
20947 ____________________________________________________________________________
20948 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
20949         Log: Regen toc.
20950      Branch: perl
20951            ! pod/perltoc.pod
20952 ____________________________________________________________________________
20953 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
20954         Log: Subject: [patch] perl.gprof control
20955              From: Doug MacEachern <dougm@covalent.net>
20956              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
20957              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
20958      Branch: perl
20959            ! miniperlmain.c perl.h
20960 ____________________________________________________________________________
20961 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
20962         Log: Subject: Re: ext/ + -Wall
20963              From: Doug MacEachern <dougm@covalent.net>
20964              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
20965              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
20966              
20967              Document ax and break up dXSARGS.
20968      Branch: perl
20969            ! XSUB.h pod/perlapi.pod
20970 ____________________________________________________________________________
20971 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
20972         Log: More AIX tweakage from Merijn.
20973      Branch: perl
20974            ! hints/aix.sh
20975 ____________________________________________________________________________
20976 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
20977         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
20978              From: "Craig A. Berry" <craigberry@mac.com>
20979              Date: Tue, 12 Jun 2001 22:57:45 -0500
20980              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
20981      Branch: perl
20982            ! vms/descrip_mms.template
20983 ____________________________________________________________________________
20984 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
20985         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
20986              From: "Craig A. Berry" <craigberry@mac.com>
20987              Date: Tue, 12 Jun 2001 22:21:39 -0500
20988              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
20989      Branch: perl
20990            ! configure.com util.c
20991 ____________________________________________________________________________
20992 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
20993         Log: New AIX dynaloading code from Jens-Uwe Mager.
20994              Does break binary compatibility.
20995      Branch: perl
20996            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20997 ____________________________________________________________________________
20998 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
20999         Log: VMS DEC C compiler found nits by Peter Prymmer.
21000      Branch: perl
21001            ! util.c
21002 ____________________________________________________________________________
21003 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
21004         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
21005              From: Peter Prymmer <pvhp@forte.com>
21006              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
21007              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
21008      Branch: perl
21009            ! t/lib/filecomp.t
21010 ____________________________________________________________________________
21011 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
21012         Log: I wonder how many $CONFIGs still lurk in the shadows.
21013      Branch: perl
21014            ! pod/Makefile.SH x2p/cflags.SH
21015 ____________________________________________________________________________
21016 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
21017         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
21018      Branch: perl
21019            ! pod/checkpods.PL
21020 ____________________________________________________________________________
21021 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
21022         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
21023      Branch: perl
21024            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
21025 ____________________________________________________________________________
21026 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
21027         Log: Subject: [patch] rid local_patches warnings
21028              From: Doug MacEachern <dougm@covalent.net>
21029              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
21030              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
21031      Branch: perl
21032            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
21033 ____________________________________________________________________________
21034 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
21035         Log: Subject: Re: ext/ + -Wall
21036              From: Doug MacEachern <dougm@covalent.net>
21037              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
21038              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
21039      Branch: perl
21040            ! ext/attrs/attrs.xs
21041 ____________________________________________________________________________
21042 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
21043         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
21044              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21045              Date: Tue, 12 Jun 2001 14:36:20 -0400
21046              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
21047      Branch: perl
21048            ! pod/perlretut.pod
21049 ____________________________________________________________________________
21050 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
21051         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
21052              From: Mike Guy <mjtg@cam.ac.uk>
21053              Date: Tue, 12 Jun 2001 19:10:31 +0100
21054              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
21055              
21056              Subject: Re: [ID 20010612.001] out of memory during regex compilation
21057              From: Mike Guy <mjtg@cam.ac.uk>
21058              Date: Tue, 12 Jun 2001 19:21:01 +0100
21059              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
21060      Branch: perl
21061            ! pod/perlop.pod
21062 ____________________________________________________________________________
21063 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
21064         Log: AIX tweaks from Merijn H. Brand.
21065      Branch: perl
21066            ! hints/aix.sh
21067 ____________________________________________________________________________
21068 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
21069         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
21070              From: "Brendan O'Dea" <bod@compusol.com.au>
21071              Date: Wed, 13 Jun 2001 05:16:47 +1000
21072              Message-ID: <20010613051647.A8945@compusol.com.au>
21073      Branch: maint-5.6/perl
21074            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21075 ____________________________________________________________________________
21076 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
21077         Log: Subject: Small bcopy cleanup
21078              From: Andy Dougherty <doughera@lafayette.edu>
21079              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
21080              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
21081      Branch: perl
21082            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
21083 ____________________________________________________________________________
21084 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
21085         Log: Subject: [PATCH] Re: ext/ + -Wall
21086              From: Nicholas Clark <nick@ccl4.org>
21087              Date: Wed, 13 Jun 2001 00:04:30 +0100
21088              Message-ID: <20010613000430.M5901@plum.flirble.org>
21089      Branch: perl
21090            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21091 ____________________________________________________________________________
21092 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
21093         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
21094              From: Nicholas Clark <nick@ccl4.org>
21095              Date: Tue, 12 Jun 2001 23:53:07 +0100
21096              Message-ID: <20010612235307.L5901@plum.flirble.org>
21097      Branch: perl
21098            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21099 ____________________________________________________________________________
21100 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
21101         Log: MPE/iX tweaks from Mark Bixby.
21102      Branch: perl
21103            ! hints/mpeix.sh mpeix/mpeixish.h util.c
21104 ____________________________________________________________________________
21105 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
21106         Log: Update Changes.
21107      Branch: perl
21108            ! Changes patchlevel.h
21109 ____________________________________________________________________________
21110 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
21111         Log: One less -Wall whine (found under DEBUGGING).
21112      Branch: perl
21113            ! x2p/Makefile.SH x2p/a2p.c
21114 ____________________________________________________________________________
21115 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
21116         Log: s/case-independent/case-insensitive/g
21117      Branch: perl
21118            ! pod/perldebug.pod
21119 ____________________________________________________________________________
21120 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
21121         Log: As suggested in    
21122              
21123              Subject: Re: ext/ + -Wall
21124              From: Gurusamy Sarathy <gsar@ActiveState.com>
21125              Date: Mon, 11 Jun 2001 23:34:31 -0700
21126              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
21127      Branch: perl
21128            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
21129            ! perl.h
21130 ____________________________________________________________________________
21131 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
21132         Log: Subject: ext/ + -Wall
21133              From: Doug MacEachern <dougm@covalent.net>
21134              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
21135              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
21136      Branch: perl
21137            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
21138            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
21139            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
21140            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
21141            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
21142            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
21143            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
21144            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
21145            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
21146            ! lib/ExtUtils/xsubpp
21147 ____________________________________________________________________________
21148 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
21149         Log: Subject: [PATCH] anonymous stashes
21150              From: Abhijit Menon-Sen <ams@wiw.org>
21151              Date: Tue, 12 Jun 2001 12:47:04 +0530
21152              Message-ID: <20010612124704.A29029@lustre.linux.in>
21153      Branch: perl
21154            ! dump.c gv.c sv.c xsutils.c
21155 ____________________________________________________________________________
21156 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
21157         Log: One more test for $^S.
21158      Branch: perl
21159            ! t/op/magic.t
21160 ____________________________________________________________________________
21161 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
21162         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
21163              From: Abhijit Menon-Sen <ams@wiw.org>
21164              Date: Tue, 12 Jun 2001 17:35:55 +0530
21165              Message-ID: <20010612173555.A32426@lustre.linux.in>
21166      Branch: perl
21167            ! mg.c t/op/magic.t
21168 ____________________________________________________________________________
21169 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
21170         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
21171              From: Mike Guy <mjtg@cam.ac.uk>
21172              Date: Tue, 12 Jun 2001 13:14:15 +0100
21173              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
21174      Branch: perl
21175            ! pod/perlop.pod
21176 ____________________________________________________________________________
21177 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
21178         Log: AUTHORS updates.
21179      Branch: perl
21180            ! AUTHORS
21181 ____________________________________________________________________________
21182 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
21183         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
21184              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
21185              Content-Transfer-Encoding: 7bit
21186              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
21187      Branch: perl
21188            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
21189 ____________________________________________________________________________
21190 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
21191         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
21192              From: "Philip Newton" <Philip.Newton@gmx.net>
21193              Date: Mon, 11 Jun 2001 07:08:03 +0200
21194              Message-Id: <200106120802.LAA08992@taas.iki.fi>
21195      Branch: perl
21196            ! t/base/term.t
21197 ____________________________________________________________________________
21198 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
21199         Log: Cleanup the a2p.c for -Wall.
21200      Branch: perl
21201            ! x2p/Makefile.SH x2p/a2p.c
21202 ____________________________________________________________________________
21203 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
21204         Log: File::Find update for MacOS from Chris Nandor.
21205      Branch: perl
21206            ! lib/File/Find.pm t/lib/filefind.t
21207 ____________________________________________________________________________
21208 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
21209         Log: gcc -Wall nits picked out by a non-UNIX system
21210              (courtesy of Mark Bixby)
21211      Branch: perl
21212            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
21213            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
21214            ! pp_sys.c util.c
21215 ____________________________________________________________________________
21216 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
21217         Log: Metaconfig unit change for #10522.  (The d_modfl changes
21218              placate metalint.)
21219      Branch: metaconfig/U/perl
21220            ! d_modfl.U d_u32align.U
21221 ____________________________________________________________________________
21222 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
21223         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
21224              be "./try 2>&1 >/dev/null".
21225      Branch: perl
21226            ! Configure
21227 ____________________________________________________________________________
21228 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
21229         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
21230              From: "Craig A. Berry" <craigberry@mac.com>
21231              Date: Mon, 11 Jun 2001 14:00:32 -0500
21232              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
21233      Branch: perl
21234            ! configure.com
21235 ____________________________________________________________________________
21236 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
21237         Log: Move the full \p\P lists to perlunicode.
21238      Branch: perl
21239            ! pod/perlretut.pod pod/perlunicode.pod
21240 ____________________________________________________________________________
21241 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
21242         Log: VOS build tweak for 5.6.1 from Paul Green.
21243      Branch: maint-5.6/perl
21244            ! vos/build.cm
21245 ____________________________________________________________________________
21246 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
21247         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
21248              From: "Craig A. Berry" <craigberry@mac.com>
21249              Date: Fri, 8 Jun 2001 18:08:18 -0500
21250              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
21251      Branch: perl
21252            ! vms/vms.c
21253 ____________________________________________________________________________
21254 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
21255         Log: Update Changes.
21256      Branch: perl
21257            ! Changes patchlevel.h
21258 ____________________________________________________________________________
21259 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
21260         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
21261      Branch: perl
21262            ! vos/config.alpha.h vos/config.ga.h
21263 ____________________________________________________________________________
21264 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
21265         Log: VOS updates from Paul Green for @10476.
21266      Branch: perl
21267            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
21268            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21269            ! vos/config.ga.h vos/configure_perl.cm
21270 ____________________________________________________________________________
21271 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
21272         Log: Subject: [PATCH] Not many people know this ...
21273              From: Mike Guy <mjtg@cam.ac.uk>
21274              Date: Mon, 11 Jun 2001 14:55:15 +0100
21275              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
21276      Branch: perl
21277            ! pod/perldebug.pod
21278 ____________________________________________________________________________
21279 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
21280         Log: Add final commas to lists as suggested by Philip Newton.
21281      Branch: perl
21282            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21283 ____________________________________________________________________________
21284 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
21285         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
21286              Date: Sun, 10 Jun 2001 23:35:38 -0400
21287              From: Chris Nandor <pudge@pobox.com>
21288              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
21289      Branch: perl
21290            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
21291            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
21292            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
21293            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
21294            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
21295            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
21296            ! t/op/write.t t/pragma/strict.t
21297 ____________________________________________________________________________
21298 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
21299         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
21300              From: Chris Nandor <pudge@pobox.com>
21301              Date: Mon, 11 Jun 2001 08:24:28 -0400
21302              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
21303      Branch: perl
21304            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
21305            ! t/lib/io_dir.t
21306 ____________________________________________________________________________
21307 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
21308         Log: One more run_byacc (a hand-tweaked version had slipped in).
21309      Branch: perl
21310            ! perly.c vms/perly_c.vms
21311 ____________________________________________________________________________
21312 [ 10509] By: nick                                  on 2001/06/11  07:49:15
21313         Log: Integrate mainline
21314      Branch: perlio
21315           !> Makefile.SH embed.h embed.pl global.sym
21316           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
21317           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
21318           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
21319           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
21320 ____________________________________________________________________________
21321 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
21322         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
21323              From: Mike Guy <mjtg@cam.ac.uk>
21324              Reply-To: mjtg@cam.ac.uk
21325              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
21326      Branch: perl
21327            ! lib/ExtUtils/Manifest.pm
21328 ____________________________________________________________________________
21329 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
21330         Log: Subject: [PATCH] ExtUtils::Constant
21331              From: Nicholas Clark <nick@ccl4.org>
21332              Date: Sun, 10 Jun 2001 23:25:41 +0100
21333              Message-ID: <20010610232540.C76396@plum.flirble.org>
21334      Branch: perl
21335            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21336 ____________________________________________________________________________
21337 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
21338         Log: Integrate perlio.
21339      Branch: perl
21340           !> iperlsys.h
21341 ____________________________________________________________________________
21342 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
21343         Log: Move the grok_number and its lieutenant grok_numeric_radix
21344              from sv.c statics to util.c and public.
21345      Branch: perl
21346            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
21347            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
21348 ____________________________________________________________________________
21349 [ 10504] By: nick                                  on 2001/06/10  17:47:06
21350         Log: Fix (valid) -Wall warnings in perlio.c
21351      Branch: perlio
21352            ! iperlsys.h
21353 ____________________________________________________________________________
21354 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
21355         Log: Update perly_c.diff, update perly.fixer to edit away
21356              some of the -Wall noise.
21357      Branch: perl
21358            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
21359 ____________________________________________________________________________
21360 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
21361         Log: Check the version of byacc.
21362      Branch: perl
21363            ! Makefile.SH
21364 ____________________________________________________________________________
21365 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
21366         Log: Subject: [PATCH] perly.y overhaul
21367              From: Simon Cozens <simon@netthink.co.uk>
21368              Date: Sun, 10 Jun 2001 16:56:54 +0100
21369              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
21370              
21371              Plus make run_byacc.
21372      Branch: perl
21373            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
21374 ____________________________________________________________________________
21375 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
21376         Log: Integrate perlio.
21377      Branch: perl
21378           !> perlio.c perlsfio.h
21379 ____________________________________________________________________________
21380 [ 10499] By: nick                                  on 2001/06/10  15:01:08
21381         Log: Integrate mainline
21382      Branch: perlio
21383           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
21384           !> t/pragma/locale.t util.c
21385 ____________________________________________________________________________
21386 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
21387         Log: Put some meat on the perl572delta bones.  The list of
21388              selected bug fixes needs more work, as does still the
21389              whole document.
21390      Branch: perl
21391            ! pod/perl572delta.pod
21392 ____________________________________________________________________________
21393 [ 10497] By: nick                                  on 2001/06/10  12:27:51
21394         Log: Paper over a crack or two with USE_SFIO
21395      Branch: perlio
21396            ! perlio.c perlsfio.h
21397 ____________________________________________________________________________
21398 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
21399         Log: Update Changes.
21400      Branch: perl
21401            ! Changes patchlevel.h
21402 ____________________________________________________________________________
21403 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
21404         Log: Subject: Re: pragma/locale.t #107
21405              From: Hugo <hv@crypt.compulink.co.uk>
21406              Date: Sun, 10 Jun 2001 11:23:30 +0100
21407              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
21408              
21409              Encapsulate the scan of the decimal radix separator.
21410      Branch: perl
21411            ! embed.h embed.pl proto.h sv.c
21412 ____________________________________________________________________________
21413 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
21414         Log: Try to grok numbers both with the locale specific separator
21415              and with the usual "." (if different from the lss); add a test
21416              to locale.t to do also a little bit of math in addition to just
21417              equalness testing; remove extraneous logic as suggested in
21418              
21419              Subject: Re: pragma/locale.t #107
21420              From: Nicholas Clark <nick@ccl4.org>
21421              Date: Sat, 9 Jun 2001 22:37:36 +0100
21422              Message-ID: <20010609223735.Y76396@plum.flirble.org>
21423      Branch: perl
21424            ! sv.c t/pragma/locale.t
21425 ____________________________________________________________________________
21426 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
21427         Log: Metaconfig unit change for #10492.
21428      Branch: metaconfig/U/perl
21429            ! Extensions.U
21430 ____________________________________________________________________________
21431 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
21432         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
21433              From: Artur Bergman <artur@contiller.se> 
21434              Date: Sat, 09 Jun 2001 21:03:51 +0200
21435              Message-ID: <B7483FB6.1398%artur@contiller.se>
21436      Branch: perl
21437            ! Configure
21438 ____________________________________________________________________________
21439 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
21440         Log: Integrate perlio.
21441      Branch: perl
21442           !> perlsfio.h
21443 ____________________________________________________________________________
21444 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
21445         Log: Do locale specific separator if only in locale.
21446      Branch: perl
21447            ! util.c
21448 ____________________________________________________________________________
21449 [ 10489] By: nick                                  on 2001/06/09  19:13:25
21450         Log: Make XS/Typemap compile (but fail) with sfio
21451      Branch: perlio
21452            ! perlsfio.h
21453 ____________________________________________________________________________
21454 [ 10488] By: nick                                  on 2001/06/09  19:12:51
21455         Log: Re-integrate mainline
21456      Branch: perlio
21457           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
21458           !> proto.h sv.c util.c
21459 ____________________________________________________________________________
21460 [ 10487] By: nick                                  on 2001/06/09  16:26:29
21461         Log: Integrate mainline
21462      Branch: perlio
21463           !> (integrate 31 files)
21464 ____________________________________________________________________________
21465 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
21466         Log: Subject: [PATCH] New attempt to clone callack
21467              From: Artur Bergman <artur@contiller.se> 
21468              Date: Thu, 07 Jun 2001 11:52:16 +0200
21469              Message-ID: <B7451B6F.12B7%artur@contiller.se>
21470      Branch: perl
21471            ! embedvar.h intrpvar.h perlapi.h sv.c
21472 ____________________________________________________________________________
21473 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
21474         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
21475      Branch: perl
21476            ! embed.h embed.pl perl.h proto.h sv.c util.c
21477 ____________________________________________________________________________
21478 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
21479         Log: Subject: Re: pragma/locale.t #107
21480              From: Nicholas Clark <nick@ccl4.org>
21481              Date: Sat, 9 Jun 2001 16:26:10 +0100
21482              Message-ID: <20010609162609.V76396@plum.flirble.org>
21483              
21484              A missing NVification.
21485      Branch: perl
21486            ! sv.c
21487 ____________________________________________________________________________
21488 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
21489         Log: Redo the #10482, there already was a test script for formats.
21490      Branch: perl
21491            - t/io/format.t
21492            ! MANIFEST t/op/write.t
21493 ____________________________________________________________________________
21494 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
21495         Log: Twisted format testing, from Merijn.
21496      Branch: perl
21497            + t/io/format.t
21498            ! MANIFEST
21499 ____________________________________________________________________________
21500 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
21501         Log: More \p{In...} testing, combined with \N{...}.
21502      Branch: perl
21503            ! lib/utf8_heavy.pl t/op/pat.t
21504 ____________________________________________________________________________
21505 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
21506         Log: Metaconfig changes for #10479.
21507      Branch: metaconfig
21508            ! U/Glossary.patch
21509      Branch: metaconfig/U/perl
21510            ! d_modfl.U
21511 ____________________________________________________________________________
21512 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
21513         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
21514      Branch: perl
21515            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21516            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
21517            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
21518            ! win32/config.bc win32/config.gc win32/config.vc
21519 ____________________________________________________________________________
21520 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
21521         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
21522              From: "Craig A. Berry" <craigberry@mac.com>
21523              Date: Thu, 7 Jun 2001 14:27:20 -0500
21524              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
21525      Branch: perl
21526            ! vms/perlvms.pod
21527 ____________________________________________________________________________
21528 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
21529         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
21530              From: Gisle Aas <gisle@ActiveState.com>
21531              Date: 07 Jun 2001 17:04:29 -0700
21532              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
21533      Branch: perl
21534            ! ext/re/re.xs
21535 ____________________________________________________________________________
21536 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
21537         Log: Update Changes.
21538      Branch: perl
21539            ! Changes patchlevel.h
21540 ____________________________________________________________________________
21541 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
21542         Log: Regen Glossary et alia.
21543      Branch: perl
21544            ! Porting/Glossary Porting/config.sh Porting/config_H
21545 ____________________________________________________________________________
21546 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
21547         Log: Metaconfig unit changes for #10473.
21548      Branch: metaconfig/U/perl
21549            ! d_modfl.U
21550 ____________________________________________________________________________
21551 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
21552         Log: Harumph, also AIX will spill its guts (i.e. dump core)
21553              if an executable contains modfl() but it hasn't been
21554              compiled right (in the case of AIX, with cc -qlongdouble).
21555      Branch: perl
21556            ! Configure
21557 ____________________________________________________________________________
21558 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
21559         Log: integrate change#10471 from mainline
21560              
21561              in change#10451, check that CvOUTSIDE is a CV before looking in
21562              (it can apparently be SVt_NULL during global destruction)
21563      Branch: maint-5.6/perl
21564           !> op.c
21565 ____________________________________________________________________________
21566 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
21567         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
21568              (it can apparently be SVt_NULL during global destruction)
21569      Branch: perl
21570            ! op.c
21571 ____________________________________________________________________________
21572 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
21573         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
21574              From: Robin Barker <rmb1@cise.npl.co.uk>
21575              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
21576              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
21577      Branch: perl
21578            ! lib/diagnostics.pm pod/perldiag.pod
21579 ____________________________________________________________________________
21580 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
21581         Log: Subject: [PATCH perl@10439] long =item
21582              From: Robin Barker <rmb1@cise.npl.co.uk>
21583              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
21584              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
21585      Branch: perl
21586            ! README.amiga lib/Attribute/Handlers.pm
21587            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
21588 ____________________________________________________________________________
21589 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
21590         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
21591              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
21592              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
21593              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
21594      Branch: perl
21595            ! pod/perlguts.pod
21596 ____________________________________________________________________________
21597 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
21598         Log: Integrate perlio.
21599      Branch: perl
21600           !> sv.c
21601 ____________________________________________________________________________
21602 [ 10466] By: nick                                  on 2001/06/07  10:25:40
21603         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
21604              whitespace tweaks.
21605              Still coredumps in pragma/overload.t - what a nice hard fail that is...
21606      Branch: perlio
21607            ! sv.c
21608 ____________________________________________________________________________
21609 [ 10465] By: nick                                  on 2001/06/07  08:41:58
21610         Log: Raw integrate of mainline for S_grok_number debug
21611              (sv.c has MULTIPLICITY issues as well as whatever else ...)
21612      Branch: perlio
21613            - plan9/perlplan9.doc plan9/perlplan9.pod
21614           !> (integrate 46 files)
21615 ____________________________________________________________________________
21616 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
21617         Log: The proper prototyping for #10463.
21618      Branch: perl
21619            ! embed.h embed.pl proto.h sv.c
21620 ____________________________________________________________________________
21621 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
21622         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
21623              From: Nicholas Clark <nick@ccl4.org>
21624              Date: Thu, 7 Jun 2001 00:29:59 +0100
21625              Message-ID: <20010607002959.Z76396@plum.flirble.org>
21626      Branch: perl
21627            ! sv.c
21628 ____________________________________________________________________________
21629 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
21630         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
21631              From: "Craig A. Berry" <craigberry@mac.com>
21632              Date: Wed, 06 Jun 2001 17:54:30 -0500
21633              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
21634      Branch: perl
21635            ! vms/perlvms.pod
21636 ____________________________________________________________________________
21637 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
21638         Log: Podify the remaining README.platform files;
21639              merge README.plan9 and plan9/perlplan9.pod;
21640              delete plan9/perlplan9.* (the perlplan.doc needs to
21641              be regenerated in Plan 9); make the =head1 and =head2
21642              in the README.platform to be a little more verbose
21643              (skipped README.os2 not to anger Ilya) so that they
21644              look better in the toc; regen toc.
21645      Branch: perl
21646            - plan9/perlplan9.doc plan9/perlplan9.pod
21647            ! MANIFEST README.aix README.amiga README.apollo README.beos
21648            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
21649            ! README.hpux README.hurd README.machten README.macos
21650            ! README.micro README.mint README.mpeix README.os390
21651            ! README.plan9 README.qnx README.solaris README.threads
21652            ! README.tru64 README.vmesa README.vms README.vos README.win32
21653            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21654            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21655 ____________________________________________________________________________
21656 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
21657         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
21658              From: Mike Guy <mjtg@cam.ac.uk>
21659              Reply-To: mjtg@cam.ac.uk
21660              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
21661      Branch: perl
21662            ! pod/perlguts.pod
21663 ____________________________________________________________________________
21664 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
21665         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
21666              From: Mike Guy <mjtg@cam.ac.uk>
21667              Reply-To: mjtg@cam.ac.uk
21668              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
21669      Branch: perl
21670            ! pod/perlsec.pod
21671 ____________________________________________________________________________
21672 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
21673         Log: Disable long doubles from pre-5.0 Tru64s.
21674      Branch: perl
21675            ! README.tru64 hints/dec_osf.sh
21676 ____________________________________________________________________________
21677 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
21678         Log: The #10455 exposed that modfl() is fundamentally busted
21679              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
21680              testing it.
21681      Branch: perl
21682            ! hints/dec_osf.sh
21683 ____________________________________________________________________________
21684 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
21685         Log: Metaconfig unit change for #10455.
21686      Branch: metaconfig/U/perl
21687            ! d_modfl.U
21688 ____________________________________________________________________________
21689 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
21690         Log: Configure check for geborken modfl(), inspired by
21691              
21692              Subject: Re: [20010118.017] op/int.t failure 
21693              From: Hugo <hv@crypt.compulink.co.uk>
21694              Date: Tue, 05 Jun 2001 13:43:27 +0100
21695              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
21696      Branch: perl
21697            ! Configure
21698 ____________________________________________________________________________
21699 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
21700         Log: Integrate changes #10450 and #10451 from maintperl:
21701              
21702              optimize change#10448 slightly (don't repeat search in eval""s lexical
21703              scope, since that has already been searched)
21704              
21705              change#9108 needs subtler treatment for case of closures created
21706              within eval""
21707      Branch: perl
21708           !> op.c t/op/misc.t
21709 ____________________________________________________________________________
21710 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
21711         Log: MakeMaker magic to compile (when no dynamic loading)
21712              List/Util.xsc as (ListUtil.c and) ListUtil.o since
21713              POSIX-BC (BS2000) linker has an evil limitation of
21714              being unable to include in the same executable several
21715              object files with the same name - case-insensitively -
21716              because otherwise we conflict with util.c.
21717              Strictly speaking currently required only in POSIX-BC
21718              but probably will do no harm elsewhere where static
21719              linking is required.
21720      Branch: perl
21721            ! ext/List/Util/Makefile.PL
21722 ____________________________________________________________________________
21723 [ 10452] By: nick                                  on 2001/06/06  08:59:51
21724         Log: Integrate mainline.
21725      Branch: perlio
21726           +> lib/Attribute/Handlers/demo/Demo.pm
21727           +> lib/Attribute/Handlers/demo/Descriptions.pm
21728           +> lib/Attribute/Handlers/demo/MyClass.pm
21729           +> lib/Attribute/Handlers/demo/demo.pl
21730           +> lib/Attribute/Handlers/demo/demo2.pl
21731           +> lib/Attribute/Handlers/demo/demo3.pl
21732           +> lib/Attribute/Handlers/demo/demo4.pl
21733           +> lib/Attribute/Handlers/demo/demo_call.pl
21734           +> lib/Attribute/Handlers/demo/demo_chain.pl
21735           +> lib/Attribute/Handlers/demo/demo_cycle.pl
21736           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
21737           +> lib/Attribute/Handlers/demo/demo_phases.pl
21738           +> lib/Attribute/Handlers/demo/demo_range.pl
21739           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
21740           +> uts/strtol_wrap.c
21741           !> (integrate 91 files)
21742 ____________________________________________________________________________
21743 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
21744         Log: change#9108 needs subtler treatment for case of closures created
21745              within eval""
21746      Branch: maint-5.6/perl
21747            ! op.c t/op/misc.t
21748 ____________________________________________________________________________
21749 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
21750         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
21751              scope, since that has already been searched)
21752      Branch: maint-5.6/perl
21753            ! op.c
21754 ____________________________________________________________________________
21755 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
21756         Log: Integrate change #10448 from maintperl; lexicals
21757              outside an eval"" weren't resolved correctly inside a subroutine
21758              definition inside the eval"" if they were not already referenced
21759              in the toplevel of the eval""-ed code
21760      Branch: perl
21761           !> cop.h op.c pp_ctl.c t/op/misc.t
21762 ____________________________________________________________________________
21763 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
21764         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
21765              outside an eval"" weren't resolved correctly inside a subroutine
21766              definition inside the eval"" if they were not already referenced
21767              in the toplevel of the eval""-ed code
21768      Branch: maint-5.6/perl
21769            ! cop.h op.c pp_ctl.c t/op/misc.t
21770 ____________________________________________________________________________
21771 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
21772         Log: Subject: [PATCH] perl570delta.pod
21773              From: Peter Scott <Peter@PSDT.com> 
21774              Date: Tue, 05 Jun 2001 18:51:02 -0700
21775              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
21776      Branch: perl
21777            ! pod/perl570delta.pod
21778 ____________________________________________________________________________
21779 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
21780         Log: The fudge factor is no more needed.  I hope.
21781      Branch: perl
21782            ! t/lib/posix.t
21783 ____________________________________________________________________________
21784 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
21785         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
21786              From: Hugo <hv@crypt.compulink.co.uk>
21787              Date: Tue, 05 Jun 2001 12:58:19 +0100
21788              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
21789      Branch: perl
21790            ! util.c
21791 ____________________________________________________________________________
21792 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
21793         Log: Make up prototypes only for those who have the functions
21794              but not the prototypes.
21795      Branch: perl
21796            ! perl.h
21797 ____________________________________________________________________________
21798 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
21799         Log: Subject: Re: Not OK: perl@10439 on win32 
21800              From: Prymmer/Kahn <pvhp@best.com> 
21801              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
21802              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
21803      Branch: perl
21804            ! perl.h util.c
21805 ____________________________________________________________________________
21806 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
21807         Log: The metaconfig units changes for #10441.
21808      Branch: metaconfig
21809            ! U/modified/Extract.U U/modified/Extractall.U
21810            ! U/modified/Finish.U
21811 ____________________________________________________________________________
21812 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
21813         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
21814      Branch: perl
21815            ! Configure
21816 ____________________________________________________________________________
21817 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
21818         Log: Unnecessary fuzziness undone, noted by Mike Guy.
21819      Branch: perl
21820            ! t/op/tr.t
21821 ____________________________________________________________________________
21822 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
21823         Log: Update Changes.
21824      Branch: perl
21825            ! Changes patchlevel.h
21826 ____________________________________________________________________________
21827 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
21828         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
21829              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
21830              leakage patch.
21831      Branch: perl
21832            ! t/op/misc.t
21833 ____________________________________________________________________________
21834 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
21835         Log: Test case for #10433/#10424.
21836      Branch: perl
21837            ! t/op/misc.t
21838 ____________________________________________________________________________
21839 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
21840         Log: Subject: One fix for strtoul not setting errno
21841              From: hom00@utsglobal.com (Hal Morris)
21842              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
21843              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
21844      Branch: perl
21845            + uts/strtol_wrap.c
21846            ! MANIFEST hints/uts.sh
21847 ____________________________________________________________________________
21848 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
21849         Log: Metaconfig units changes for #10434.
21850      Branch: metaconfig
21851            ! U/modified/Cppsym.U
21852      Branch: metaconfig/U/perl
21853            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
21854            + d_syscallproto.U d_usleepproto.U
21855            ! longdblfio.U quadfio.U
21856 ____________________________________________________________________________
21857 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
21858         Log: Configure tweaks; add prototype probes, make the cpp symbols
21859              probe to cast, not whine; test for %Ld and %Lf before %lld and
21860              %llf because the L is the ANSI way.
21861      Branch: perl
21862            ! Configure config_h.SH configure.com epoc/config.sh
21863            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
21864            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
21865            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
21866 ____________________________________________________________________________
21867 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
21868         Log: Sigh.  This is what #10424 was supposed to check in.
21869      Branch: perl
21870            ! op.c sv.c sv.h
21871 ____________________________________________________________________________
21872 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
21873         Log: More verbose failure.
21874      Branch: perl
21875            ! t/op/ver.t
21876 ____________________________________________________________________________
21877 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
21878         Log: The .pm changes to go with #10428.
21879      Branch: perl
21880            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
21881            ! ext/Sys/Syslog/Syslog.pm
21882 ____________________________________________________________________________
21883 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
21884         Log: On second thoughts show to utf8 skippage message only
21885              on failures, it's too confusing otherwise,
21886      Branch: perl
21887            ! t/pragma/locale.t
21888 ____________________________________________________________________________
21889 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
21890         Log: Do not import anything from Encode.
21891      Branch: perl
21892            ! ext/MIME/Base64/QuotedPrint.pm
21893 ____________________________________________________________________________
21894 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
21895         Log: The #10402 didn't take.  Weird.
21896      Branch: perl
21897            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
21898            ! ext/Sys/Syslog/Syslog.xs
21899 ____________________________________________________________________________
21900 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
21901         Log: Eradicate traces of 'asciirange' re subpragma.
21902      Branch: perl
21903            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
21904            ! pod/perldiag.pod
21905 ____________________________________________________________________________
21906 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
21907         Log: use is a compile-time thing.
21908      Branch: perl
21909            ! ext/MIME/Base64/QuotedPrint.pm
21910 ____________________________________________________________________________
21911 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
21912         Log: Subject: [PATCH perl@10419] -Wall casting patch
21913              From: Robin Barker <rmb1@cise.npl.co.uk>
21914              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
21915              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
21916      Branch: perl
21917            ! ext/Devel/DProf/DProf.xs mg.c
21918 ____________________________________________________________________________
21919 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
21920         Log: Subject: [PATCH #2] introducing SVpad_TYPED
21921              From: Abhijit Menon-Sen <ams@wiw.org>
21922              Date: Mon, 4 Jun 2001 12:26:02 +0530
21923              Message-ID: <20010604122602.A5775@lustre.linux.in>
21924      Branch: perl
21925            ! op.c sv.c sv.h
21926 ____________________________________________________________________________
21927 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
21928         Log: testsuite for change#10192 (from Gisle Aas)
21929      Branch: perl
21930            + t/op/override.t
21931            ! MANIFEST
21932 ____________________________________________________________________________
21933 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
21934         Log: integrate changes#10414-10416 from mainline
21935              
21936              Potential buffer overrun if the radix separator is more than
21937              one byte.  Also, under locales, prefer the locale-specific
21938              separator over the old boring ".".
21939              
21940              "10.", that is, decimal numbers can have no decimal part at all.
21941              
21942              The non-locale places need love, too.
21943      Branch: maint-5.6/perl
21944           !> perl.h sv.c
21945 ____________________________________________________________________________
21946 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
21947         Log: Missed from #10420.
21948      Branch: perl
21949            ! epoc/config.sh
21950 ____________________________________________________________________________
21951 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
21952         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
21953              often this prototype goes with HAS_SETRESUID_PROTO.
21954      Branch: perl
21955            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21956            ! config_h.SH configure.com perl.h uconfig.h
21957 ____________________________________________________________________________
21958 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
21959         Log: Update Changes.
21960      Branch: perl
21961            ! Changes patchlevel.h
21962 ____________________________________________________________________________
21963 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
21964         Log: -Wall "subscript has type `char'" cleanup.
21965      Branch: perl
21966            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
21967 ____________________________________________________________________________
21968 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
21969         Log: Various "cast to pointer from integer of different size"
21970              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
21971              wide but I32 (int) only 32 bits wide).
21972              
21973              WARNING: the classnum and tagnum changes in Storable.xs
21974              may not be wise, they may be breaking binary compatibility
21975              (in 64-bit platforms), asked Raphael Manfredi about the changes.
21976      Branch: perl
21977            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
21978            ! mg.c proto.h
21979 ____________________________________________________________________________
21980 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
21981         Log: The non-locale places need love, too.
21982      Branch: perl
21983            ! perl.h
21984 ____________________________________________________________________________
21985 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
21986         Log: "10.", that is, decimal numbers can have no decimal part at all.
21987      Branch: perl
21988            ! perl.h
21989 ____________________________________________________________________________
21990 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
21991         Log: Potential buffer overrun if the radix separator is more than
21992              one byte.  Also, under locales, prefer the locale-specific
21993              separator over the old boring ".".
21994      Branch: perl
21995            ! perl.h sv.c
21996 ____________________________________________________________________________
21997 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
21998         Log: Integrate change #10412 from maintperl; locale is now
21999              per-cop, not per-op; plus retweak the locale.t to always
22000              list the skipped utf8 locales.
22001      Branch: perl
22002            ! t/pragma/locale.t
22003           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
22004           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
22005 ____________________________________________________________________________
22006 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
22007         Log: rationalize locale handling to fix the bugs uncovered by change#10394
22008              
22009              the major issue was that the runtime was looking at PL_hints rather
22010              than op_private to notice whether locale was enabled
22011              
22012              the secondary issue was that many locale-sensitive numeric ops didn't
22013              have HINT_LOCALE propagated into their op_private
22014              
22015              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
22016              instead of per-op, just like HINT_BYTE and the hints for lexical
22017              warnings (this makes the hint available to every op via PL_curcop)
22018              
22019              pragma/locale.t may need to be reworked with these fixes in mind
22020              (it currently passes its tests)
22021      Branch: maint-5.6/perl
22022            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
22023            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
22024 ____________________________________________________________________________
22025 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
22026         Log: More verbose debugging.
22027      Branch: perl
22028            ! t/pragma/locale.t
22029 ____________________________________________________________________________
22030 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
22031         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
22032              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
22033              Date: Sat, 2 Jun 2001 22:53:33 +0100
22034              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
22035      Branch: perl
22036            ! regcomp.c t/pragma/warn/regcomp
22037 ____________________________________________________________________________
22038 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
22039         Log: Mention that lexicalizing $a or $b is a bad idea if one
22040              wants to use sort().
22041      Branch: perl
22042            ! pod/perlvar.pod
22043 ____________________________________________________________________________
22044 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
22045         Log: Tweak the test to be happy if the accuracy is 'good enough'.
22046      Branch: perl
22047            ! t/lib/posix.t
22048 ____________________________________________________________________________
22049 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
22050         Log: Upgrade to Attribute::Handlers 0.70.
22051              
22052              NOTE: this unearthed the "too late for CHECK block" bug,
22053              that's why the 1_compile.t change.
22054      Branch: perl
22055            + lib/Attribute/Handlers/demo/Demo.pm
22056            + lib/Attribute/Handlers/demo/Descriptions.pm
22057            + lib/Attribute/Handlers/demo/MyClass.pm
22058            + lib/Attribute/Handlers/demo/demo.pl
22059            + lib/Attribute/Handlers/demo/demo2.pl
22060            + lib/Attribute/Handlers/demo/demo3.pl
22061            + lib/Attribute/Handlers/demo/demo4.pl
22062            + lib/Attribute/Handlers/demo/demo_call.pl
22063            + lib/Attribute/Handlers/demo/demo_chain.pl
22064            + lib/Attribute/Handlers/demo/demo_cycle.pl
22065            + lib/Attribute/Handlers/demo/demo_hashdir.pl
22066            + lib/Attribute/Handlers/demo/demo_phases.pl
22067            + lib/Attribute/Handlers/demo/demo_range.pl
22068            + lib/Attribute/Handlers/demo/demo_rawdata.pl
22069            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
22070            ! t/lib/attrhand.t
22071 ____________________________________________________________________________
22072 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
22073         Log: One less -Wall whine.
22074      Branch: perl
22075            ! regcomp.c
22076 ____________________________________________________________________________
22077 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
22078         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
22079      Branch: perl
22080           !> t/op/eval.t
22081 ____________________________________________________________________________
22082 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
22083         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
22084              aren't "normally" visible inside eval""s contained in subs unless
22085              a cloned reference to them already exists)
22086              
22087              strangely enough, t/harness didn't show this up as a failure
22088              (harness needs fixing?)
22089      Branch: maint-5.6/perl
22090            ! t/op/eval.t
22091 ____________________________________________________________________________
22092 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
22093         Log: Update to Text::Balanced 1.85.
22094      Branch: perl
22095            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
22096 ____________________________________________________________________________
22097 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
22098         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
22099              From: Nicholas Clark <nick@ccl4.org>
22100              Date: Sun, 3 Jun 2001 17:54:36 +0100
22101              Message-ID: <20010603175436.E76396@plum.flirble.org> 
22102      Branch: perl
22103            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
22104            ! ext/Sys/Syslog/Syslog.xs
22105 ____________________________________________________________________________
22106 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
22107         Log: Unused variables.
22108      Branch: perl
22109            ! util.c
22110 ____________________________________________________________________________
22111 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
22112         Log: Subject: [PATCH] APIfy op_clear 
22113              From: Simon Cozens <simon@netthink.co.uk>
22114              Date: Sun, 3 Jun 2001 13:51:46 +0100
22115              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
22116              
22117              (despite the subject line, op_null is APIfied by the patch)
22118      Branch: perl
22119            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22120 ____________________________________________________________________________
22121 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
22122         Log: Subject: [PATCH] t/lib/extutils.t
22123              From: Nicholas Clark <nick@ccl4.org>
22124              Date: Sat, 2 Jun 2001 23:57:05 +0100
22125              Message-ID: <20010602235705.Q12698@plum.flirble.org>
22126      Branch: perl
22127            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22128 ____________________________________________________________________________
22129 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
22130         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
22131              From: Prymmer/Kahn <pvhp@best.com>
22132              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
22133              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
22134      Branch: perl
22135            ! win32/Makefile win32/makefile.mk
22136 ____________________________________________________________________________
22137 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
22138         Log: Subject: Re: 'decimal digits' macro? 
22139              From: Hugo <hv@crypt.compulink.co.uk>
22140              Date: Sun, 03 Jun 2001 04:26:36 +0100
22141              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
22142      Branch: perl
22143            ! handy.h t/lib/posix.t t/op/tr.t
22144 ____________________________________________________________________________
22145 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
22146         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
22147              From: Hugo <hv@crypt.compulink.co.uk>
22148              Date: Sun, 03 Jun 2001 14:56:30 +0100
22149              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
22150      Branch: perl
22151            ! util.c
22152 ____________________________________________________________________________
22153 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
22154         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
22155      Branch: perl
22156           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
22157           !> vms/perly_c.vms
22158 ____________________________________________________________________________
22159 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
22160         Log: fix leakage of lexicals at file scope into subroutines that were
22161              declared before them; this appears to be a longstanding bug that
22162              meant that lexicals at file scope were never "deintroduced", meaning
22163              their scope range was never properly closed, and their visibility
22164              extended to all subsequent eval""s or requires
22165              
22166              added a test case
22167              
22168              seems to also fix a case of bogus duplicate warnings
22169      Branch: maint-5.6/perl
22170            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
22171            ! vms/perly_c.vms
22172 ____________________________________________________________________________
22173 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
22174         Log: More VMS tweaks from Craig A. Berry.
22175      Branch: perl
22176            ! configure.com t/lib/extutils.t
22177 ____________________________________________________________________________
22178 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
22179         Log: -Wall cleanup continues.
22180      Branch: perl
22181            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
22182            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
22183            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
22184            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
22185            ! run.c toke.c util.c
22186 ____________________________________________________________________________
22187 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
22188         Log: The metaconfig unit change for #10390.
22189      Branch: metaconfig/U/perl
22190            ! gccvers.U
22191 ____________________________________________________________________________
22192 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
22193         Log: Drop the -ansi from the default gcc flags.
22194              
22195              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
22196              that struct cannot be compared with a flat integer, such as STRLEN.
22197              The -ansi will also cause a lot of noise in Solaris because of:
22198              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
22199      Branch: perl
22200            ! Configure
22201 ____________________________________________________________________________
22202 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
22203         Log: Integrate perlio.
22204      Branch: perl
22205           !> pod/perlapi.pod util.c
22206 ____________________________________________________________________________
22207 [ 10388] By: nick                                  on 2001/06/02  08:01:12
22208         Log: Integrate mainline
22209      Branch: perlio
22210           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
22211           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
22212           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
22213           !> t/lib/1_compile.t t/lib/mimeqp.t
22214 ____________________________________________________________________________
22215 [ 10387] By: nick                                  on 2001/06/02  07:39:17
22216         Log: Tweak util.c's atof2 for MULTIPLICITY
22217      Branch: perlio
22218            ! util.c
22219 ____________________________________________________________________________
22220 [ 10386] By: nick                                  on 2001/06/02  07:38:33
22221         Log: Integrate mainline
22222      Branch: perlio
22223           !> (integrate 41 files)
22224 ____________________________________________________________________________
22225 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
22226         Log: Add Attribute::Handlers 0.61 from Damian Conway.
22227      Branch: perl
22228            + lib/Attribute/Handlers.pm t/lib/attrhand.t
22229            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
22230 ____________________________________________________________________________
22231 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
22232         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
22233              From: Peter Prymmer <pvhp@forte.com>
22234              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
22235              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
22236      Branch: perl
22237            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
22238 ____________________________________________________________________________
22239 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
22240         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
22241              From: Jeff Pinyan <jeffp@crusoe.net>
22242              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
22243              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
22244      Branch: perl
22245            ! lib/File/Find.pm
22246 ____________________________________________________________________________
22247 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
22248         Log: Subject: [PATCH perl@10381] configure.com tweaks
22249              From: "Craig A. Berry" <craigberry@mac.com>
22250              Date: Fri, 1 Jun 2001 13:55:43 -0500
22251              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
22252      Branch: perl
22253            ! configure.com
22254 ____________________________________________________________________________
22255 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
22256         Log: Update Changes.
22257      Branch: perl
22258            ! Changes patchlevel.h
22259 ____________________________________________________________________________
22260 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
22261         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
22262              From: Mike Guy <mjtg@cam.ac.uk>
22263              Date: Fri, 01 Jun 2001 18:17:02 +0100
22264              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
22265      Branch: perl
22266            ! lib/perl5db.pl
22267 ____________________________________________________________________________
22268 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
22269         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
22270              From: Hugo <hv@crypt.compulink.co.uk>
22271              Date: Thu, 31 May 2001 20:49:48 +0100
22272              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
22273      Branch: perl
22274            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
22275            ! util.c
22276 ____________________________________________________________________________
22277 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
22278         Log: Zero() is not available in x2p (or, rather, some of its
22279              implementations like memzero() might not be available.)
22280      Branch: perl
22281            ! x2p/hash.c
22282 ____________________________________________________________________________
22283 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
22284         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
22285              From: Michael G Schwern <schwern@pobox.com>
22286              Date: Fri, 1 Jun 2001 12:00:29 +0100
22287              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
22288              
22289              (But use Zero() instead of memset.)
22290      Branch: perl
22291            ! x2p/hash.c
22292 ____________________________________________________________________________
22293 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
22294         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
22295              From: Jeff Pinyan <jeffp@crusoe.net>
22296              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
22297              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
22298      Branch: perl
22299            ! pod/perldiag.pod regcomp.c t/op/pat.t
22300 ____________________________________________________________________________
22301 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
22302         Log: Retract #10324 and #10333; not needed.
22303      Branch: perl
22304            ! hints/irix_6.sh hints/linux.sh
22305 ____________________________________________________________________________
22306 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
22307         Log: The #10370 wasn't quite right.
22308      Branch: perl
22309            ! ext/XS/Typemap/Typemap.xs
22310 ____________________________________________________________________________
22311 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
22312         Log: The metaconfig units changes for #10372.
22313      Branch: metaconfig/U/perl
22314            + d_realpath.U d_sresgproto.U d_sresuproto.U
22315            ! gccvers.U i_db.U
22316 ____________________________________________________________________________
22317 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
22318         Log: Configure tweaks; record the Berkeley DB version,
22319              probe for realpath(), for setresuid() and setresgid()
22320              prototypes; use realpath() (try to be paranoid enough),
22321              use the setres[ug]id prototypes because glibc has the functions
22322              but not their prototypes; add -Wall -ansi to gcc ccflags;
22323              regen toc.
22324      Branch: perl
22325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22326            ! config_h.SH configure.com epoc/config.sh
22327            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
22328            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
22329            ! vos/config.ga.def win32/config.bc win32/config.gc
22330            ! win32/config.vc
22331 ____________________________________________________________________________
22332 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
22333         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
22334              From: Michael G Schwern <schwern@pobox.com>
22335              Date: Fri, 1 Jun 2001 11:28:14 +0100
22336              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
22337      Branch: perl
22338            ! lib/attributes.pm xsutils.c
22339 ____________________________________________________________________________
22340 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
22341         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
22342              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22343              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
22344              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
22345      Branch: perl
22346            ! ext/XS/Typemap/Typemap.xs
22347 ____________________________________________________________________________
22348 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
22349         Log: Subject: [patch] Cwd.xs optimizations/abstraction
22350              From: Doug MacEachern <dougm@covalent.net>
22351              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
22352              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
22353      Branch: perl
22354            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
22355            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
22356 ____________________________________________________________________________
22357 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
22358         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!])
22359              From: Nicholas Clark <nick@ccl4.org>
22360              Date: Thu, 31 May 2001 23:56:40 +0100
22361              Message-ID: <20010531235640.F12698@plum.flirble.org>
22362              
22363              Make the test work also under only static extensions
22364              (sh Configure -Uusedl fakes this nicely)
22365      Branch: perl
22366            ! t/lib/extutils.t
22367 ____________________________________________________________________________
22368 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
22369         Log: Subject: [PATCH hv.c] Eliminating trigraph
22370              From: Michael G Schwern <schwern@pobox.com>
22371              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
22372              Date: Fri, 1 Jun 2001 11:49:56 +0100
22373      Branch: perl
22374            ! hv.c
22375 ____________________________________________________________________________
22376 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
22377         Log: Subject: Re: [PATCH] Tests for File::Compare 
22378              From: "Philip Newton" <Philip.Newton@gmx.net>
22379              Date: Thu, 31 May 2001 19:44:05 +0200
22380              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
22381              
22382              Unnecessary "quotation marks".
22383      Branch: perl
22384            ! t/lib/filecomp.t
22385 ____________________________________________________________________________
22386 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
22387         Log: Integrate perlio.
22388      Branch: perl
22389           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
22390 ____________________________________________________________________________
22391 [ 10364] By: nick                                  on 2001/06/01  10:13:31
22392         Log: Cleanup dll.base and dll.exp created by GCC builds.
22393      Branch: perlio
22394            ! lib/ExtUtils/MM_Win32.pm
22395 ____________________________________________________________________________
22396 [ 10363] By: nick                                  on 2001/06/01  10:02:17
22397         Log: Make filecomp test work on CRLF platforms by adding binmode.
22398      Branch: perlio
22399            ! t/lib/filecomp.t
22400 ____________________________________________________________________________
22401 [ 10362] By: nick                                  on 2001/06/01  08:37:17
22402         Log: Integrate mainline
22403      Branch: perlio
22404           !> Changes Configure patchlevel.h perlio.c
22405 ____________________________________________________________________________
22406 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
22407         Log: panic:claustrophobia.
22408      Branch: perl
22409            ! perlio.c
22410 ____________________________________________________________________________
22411 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
22412         Log: Update Changes.
22413      Branch: perl
22414            ! Changes patchlevel.h
22415 ____________________________________________________________________________
22416 [ 10359] By: nick                                  on 2001/05/31  12:35:50
22417         Log: Integrate mainline.
22418      Branch: perlio
22419           +> t/lib/filecomp.t
22420           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
22421           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
22422 ____________________________________________________________________________
22423 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
22424         Log: Integrate perlio.
22425      Branch: perl
22426           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
22427           !> win32/config_H.vc
22428 ____________________________________________________________________________
22429 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
22430         Log: Metaconfig unit change for #10356.
22431      Branch: metaconfig
22432            ! U/installdirs/inc_version_list.U
22433 ____________________________________________________________________________
22434 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
22435         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
22436              (idea from Sarathy; implementation from Andy)
22437      Branch: perl
22438            ! Configure
22439 ____________________________________________________________________________
22440 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
22441         Log: More AUTHORS.
22442      Branch: perl
22443            ! AUTHORS
22444 ____________________________________________________________________________
22445 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
22446         Log: Subject: Re: [PATCH] Tests for File::Compare
22447              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
22448              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
22449              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
22450      Branch: perl
22451            + t/lib/filecomp.t
22452            ! MANIFEST t/lib/1_compile.t
22453 ____________________________________________________________________________
22454 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
22455         Log: Subject: [PATCH] DEBUG_* macro cleanups
22456              From: Abhijit Menon-Sen <ams@wiw.org>
22457              Date: Thu, 31 May 2001 12:16:22 +0530
22458              Message-ID: <20010531121622.B4829@lustre.linux.in>
22459              
22460              Subject: Re: [PATCH] DEBUG_* macro cleanups
22461              From: Abhijit Menon-Sen <ams@wiw.org>
22462              Date: Thu, 31 May 2001 13:57:01 +0530
22463              Message-ID: <20010531135701.A21775@lustre.linux.in>
22464              
22465              (The DEBUG_ definitions in perl.h changed to use the
22466              STMT_START and STMT_END.)
22467      Branch: perl
22468            ! perl.h pp_ctl.c sv.c toke.c
22469 ____________________________________________________________________________
22470 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
22471         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
22472              From: Abhijit Menon-Sen <ams@wiw.org>
22473              Date: Thu, 31 May 2001 08:27:55 +0530
22474              Message-ID: <20010531082755.A10018@lustre.linux.in>
22475      Branch: perl
22476            ! ext/Storable/Storable.xs gv.c perl.c
22477 ____________________________________________________________________________
22478 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
22479         Log: Subject: [PATCH] AUTHORS
22480              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22481              Date: Thu, 31 May 2001 01:27:59 -0500
22482              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
22483              
22484              Subject: Re: [PATCH] AUTHORS
22485              From: "Philip Newton" <Philip.Newton@gmx.net>
22486              Date: Thu, 31 May 2001 10:08:06 +0200
22487              (Message-Id missing?)
22488      Branch: perl
22489            ! AUTHORS
22490 ____________________________________________________________________________
22491 [ 10350] By: nick                                  on 2001/05/31  11:40:43
22492         Log: win32 - dmake regen_config_h
22493      Branch: perlio
22494            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22495 ____________________________________________________________________________
22496 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
22497         Log: Subject: Re: [PATCH util.c] More warning cleanups.
22498              From: "Philip Newton" <Philip.Newton@gmx.net>
22499              Date: Thu, 31 May 2001 07:41:36 +0200
22500              Message-Id: <200105310538.IAA25458@taku.hut.fi>
22501              
22502              Undo C++-ism that snekt in.
22503      Branch: perl
22504            ! util.c
22505 ____________________________________________________________________________
22506 [ 10348] By: nick                                  on 2001/05/31  11:36:46
22507         Log: Tolerate Win32 numerics
22508      Branch: perlio
22509            ! t/pragma/warn/toke
22510 ____________________________________________________________________________
22511 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
22512         Log: Integrate perlio.
22513      Branch: perl
22514           !> perlio.c win32/win32.h
22515 ____________________________________________________________________________
22516 [ 10346] By: nick                                  on 2001/05/31  10:54:55
22517         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
22518              perlio.c change 10255.
22519      Branch: perlio
22520            ! perlio.c
22521 ____________________________________________________________________________
22522 [ 10345] By: nick                                  on 2001/05/31  10:01:57
22523         Log: Conditionaly put back some "unused" dTHX which are used
22524              with PERL_IMPLICIT_SYS
22525      Branch: perlio
22526            ! perlio.c
22527 ____________________________________________________________________________
22528 [ 10344] By: nick                                  on 2001/05/31  10:00:59
22529         Log: Fix Win32 for new spelling IN_BYTES 
22530      Branch: perlio
22531            ! win32/win32.h
22532 ____________________________________________________________________________
22533 [ 10343] By: nick                                  on 2001/05/31  08:01:32
22534         Log: perlio.c -Wall cleaner under MULTIPLICITY
22535              - still minor noise with linux stdio
22536      Branch: perlio
22537            ! perlio.c
22538 ____________________________________________________________________________
22539 [ 10342] By: nick                                  on 2001/05/31  07:52:23
22540         Log: Integrate mainline.
22541      Branch: perlio
22542           !> (integrate 42 files)
22543 ____________________________________________________________________________
22544 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
22545         Log: AUTHORS updates.
22546      Branch: perl
22547            ! AUTHORS
22548 ____________________________________________________________________________
22549 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
22550         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
22551              From: Peter Prymmer <pvhp@forte.com>
22552              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
22553              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
22554      Branch: perl
22555            ! t/lib/md5-file.t
22556 ____________________________________________________________________________
22557 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
22558         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
22559              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
22560              to match the pragma name; various robustness cleanups.
22561      Branch: perl
22562            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
22563            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
22564 ____________________________________________________________________________
22565 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
22566         Log: More -Wall sweeping.
22567      Branch: perl
22568            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
22569            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
22570            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
22571            ! regcomp.c sv.c toke.c utf8.c
22572 ____________________________________________________________________________
22573 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
22574         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
22575              From: Nicholas Clark <nick@ccl4.org>
22576              Date: Wed, 30 May 2001 22:34:41 +0100
22577              Message-ID: <20010530223441.Y86445@plum.flirble.org>
22578      Branch: perl
22579            ! t/op/cmp.t
22580 ____________________________________________________________________________
22581 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
22582         Log: It's is not, it isn't ain't, and it's it's, not its,
22583              if you mean it is. If you don't, it's its. Then too,
22584              it's hers. It isn't her's. It isn't our's either.
22585              It's ours, and likewise yours and theirs.
22586              -- Oxford University Press, Edpress News
22587      Branch: perl
22588            ! lib/autouse.pm
22589 ____________________________________________________________________________
22590 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
22591         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
22592      Branch: perl
22593            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
22594            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
22595            ! x2p/str.c x2p/walk.c xsutils.c
22596 ____________________________________________________________________________
22597 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
22598         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
22599              From: Michael G Schwern <schwern@pobox.com>
22600              Date: Wed, 30 May 2001 17:10:38 +0100
22601              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
22602              
22603              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
22604              From: Abhijit Menon-Sen <ams@wiw.org>
22605              Date: Wed, 30 May 2001 23:16:13 +0530
22606              Message-ID: <20010530231613.A31933@lustre.linux.in>
22607      Branch: perl
22608            ! perl.c t/run/runenv.t
22609 ____________________________________________________________________________
22610 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
22611         Log: (Retracted by #10375.)
22612              
22613              IRIX hints patch from Merijn Broeren.
22614              
22615              TODO: (this and the earlier Linux hints patch) should be solved
22616              at Configure level.  Merijn: -ldb should not be used on any platform
22617              for perl, just when linking DBFile itself. Trying to be helpful here
22618              is counterproductive.
22619      Branch: perl
22620            ! hints/irix_6.sh
22621 ____________________________________________________________________________
22622 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
22623         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
22624              From: Nicholas Clark <nick@ccl4.org>
22625              Date: Wed, 30 May 2001 23:20:58 +0100
22626              Message-ID: <20010530232058.B86445@plum.flirble.org>
22627      Branch: perl
22628            ! doop.c
22629 ____________________________________________________________________________
22630 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
22631         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
22632              From: Michael G Schwern <schwern@pobox.com> 
22633              Date: Wed, 30 May 2001 15:24:20 +0100
22634              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
22635      Branch: perl
22636            ! t/pragma/autouse.t
22637 ____________________________________________________________________________
22638 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
22639         Log: The regex trick wasn't a good idea.
22640      Branch: perl
22641            ! pod/perlfaq4.pod
22642 ____________________________________________________________________________
22643 [ 10329] By: nick                                  on 2001/05/30  18:34:35
22644         Log: Integrate mainline
22645      Branch: perlio
22646           !> (integrate 40 files)
22647 ____________________________________________________________________________
22648 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
22649         Log: Update Changes.
22650      Branch: perl
22651            ! Changes patchlevel.h
22652 ____________________________________________________________________________
22653 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
22654         Log: The metaconfig unit change for #10325.
22655      Branch: metaconfig
22656            + U/modified/afs.U
22657 ____________________________________________________________________________
22658 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
22659         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
22660              is now wrong.
22661      Branch: perl
22662            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
22663 ____________________________________________________________________________
22664 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
22665         Log: Introduce $Config{afsroot}.
22666      Branch: perl
22667            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22668            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
22669            ! win32/config.gc win32/config.vc
22670 ____________________________________________________________________________
22671 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
22672         Log: (Retracted by #10375.)
22673              
22674              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
22675      Branch: perl
22676            ! hints/linux.sh
22677 ____________________________________________________________________________
22678 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
22679         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
22680              (Also Configure tweaks needed; coming up soon.)
22681      Branch: perl
22682            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
22683 ____________________________________________________________________________
22684 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
22685         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
22686              From: Michael G Schwern <schwern@pobox.com>
22687              Date: Sun, 27 May 2001 10:29:43 +0100
22688              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
22689      Branch: perl
22690            ! lib/perl5db.pl
22691 ____________________________________________________________________________
22692 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
22693         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
22694              and Abhijit Menon-Sen.
22695      Branch: perl
22696            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
22697            ! perl.c pp_sys.c regcomp.c
22698 ____________________________________________________________________________
22699 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
22700         Log: Fix the BOOT section to call myU2time properly.
22701      Branch: perl
22702            ! ext/Time/HiRes/HiRes.xs
22703 ____________________________________________________________________________
22704 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
22705         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
22706              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
22707              Date: Wed, 30 May 2001 09:44:29 -0400
22708              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
22709              
22710              Detypo; plus add one more trick.
22711      Branch: perl
22712            ! pod/perlfaq4.pod
22713 ____________________________________________________________________________
22714 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
22715         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)
22716              From: Michael G Schwern <schwern@pobox.com>
22717              Date: Wed, 30 May 2001 14:39:06 +0100
22718              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
22719      Branch: perl
22720            ! lib/autouse.pm t/pragma/autouse.t
22721 ____________________________________________________________________________
22722 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
22723         Log: Subject: Re: AIX and gcc (moving targets)
22724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22725              Date: Wed, 30 May 2001 15:25:08 +0200
22726              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
22727      Branch: perl
22728            ! ext/Time/HiRes/HiRes.xs
22729 ____________________________________________________________________________
22730 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
22731         Log: Subject: [PATCH t/TEST] sorting tests
22732              From: Michael G Schwern <schwern@pobox.com>
22733              Date: Wed, 30 May 2001 10:24:02 +0100
22734              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
22735      Branch: perl
22736            ! t/TEST
22737 ____________________________________________________________________________
22738 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
22739         Log: Subject: [ID 20010529.002] typos in man page perlre
22740              From: bart@cg681574-a.adubn1.nj.home.com 
22741              Date: Tue, 29 May 2001 13:58:59 -0500
22742              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
22743      Branch: perl
22744            ! pod/perlre.pod
22745 ____________________________________________________________________________
22746 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
22747         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
22748              From: "Craig A. Berry" <craigberry@mac.com>
22749              Date: Tue, 29 May 2001 23:23:45 -0500
22750              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
22751      Branch: perl
22752            ! t/lib/extutils.t t/pragma/autouse.t
22753 ____________________________________________________________________________
22754 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
22755         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)
22756              From: David Dyck <dcd@tc.fluke.com>
22757              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
22758              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
22759      Branch: perl
22760            ! t/lib/filefind.t
22761 ____________________________________________________________________________
22762 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
22763         Log: AIX hints update for gcc from Merijn H. Brand.
22764      Branch: perl
22765            ! hints/aix.sh
22766 ____________________________________________________________________________
22767 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
22768         Log: Retract #10295 and #10296: a more generic solution
22769              is needed (there's something funny with gcc on AIX).
22770      Branch: perl
22771            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
22772 ____________________________________________________________________________
22773 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
22774         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
22775              From: Hugo <hv@crypt.compulink.co.uk>
22776              Date: Wed, 30 May 2001 11:59:19 +0100
22777              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
22778              
22779              localizing $@ has unfortunate semantics - if you die past
22780              a local $@, the die message is lost.
22781      Branch: perl
22782            ! lib/utf8_heavy.pl
22783 ____________________________________________________________________________
22784 [ 10309] By: nick                                  on 2001/05/30  08:23:02
22785         Log: Integrate mainline (autouse works again.)
22786      Branch: perlio
22787           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
22788           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
22789           !> pod/perlvar.pod t/op/cmp.t
22790 ____________________________________________________________________________
22791 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
22792         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
22793              From: David Dyck <dcd@tc.fluke.com>
22794              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
22795              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
22796      Branch: perl
22797            ! lib/File/Find.pm
22798 ____________________________________________________________________________
22799 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
22800         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
22801              From: Nicholas Clark <nick@ccl4.org>
22802              Date: Tue, 29 May 2001 23:16:09 +0100
22803              Message-ID: <20010529231609.U86445@plum.flirble.org>
22804              
22805              Make the test output slightly clearer by distinguishing
22806              between '' and undef.
22807      Branch: perl
22808            ! t/op/cmp.t
22809 ____________________________________________________________________________
22810 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
22811         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
22812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22813              Date: Tue, 29 May 2001 19:15:19 -0400
22814              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
22815      Branch: perl
22816            ! hints/os2.sh
22817 ____________________________________________________________________________
22818 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
22819         Log: Subject: perlvar.pod addition
22820              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
22821              Date: Fri, 25 May 2001 20:23:12 +0200
22822              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
22823              
22824              Subject: Re: perlvar.pod addition
22825              From: "Abigail" <abigail@foad.org> 
22826              Date: Fri, 25 May 2001 22:00:39 +0200
22827              Message-ID: <20010525200039.28029.qmail@foad.org>
22828              
22829              Mention $a and $b in perlvar.
22830      Branch: perl
22831            ! pod/perlvar.pod
22832 ____________________________________________________________________________
22833 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
22834         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
22835              From: Jeff Pinyan <jeffp@crusoe.net>
22836              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
22837              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
22838      Branch: perl
22839            ! pod/perlvar.pod
22840 ____________________________________________________________________________
22841 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
22842         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
22843              From: Jeff Pinyan <jeffp@crusoe.net>
22844              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
22845              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
22846      Branch: perl
22847            ! pod/perlfaq6.pod
22848 ____________________________________________________________________________
22849 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
22850         Log: Mention Time::localtime and Time::gmtime.
22851      Branch: perl
22852            ! ext/Time/Piece/Piece.pm
22853 ____________________________________________________________________________
22854 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
22855         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
22856              From: Michael G Schwern <schwern@pobox.com>
22857              Date: Tue, 29 May 2001 18:51:32 +0100
22858              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
22859      Branch: perl
22860            ! pod/perlfaq4.pod
22861 ____________________________________________________________________________
22862 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
22863         Log: Retract #10243.
22864      Branch: perl
22865            ! lib/autouse.pm
22866 ____________________________________________________________________________
22867 [ 10299] By: nick                                  on 2001/05/29  18:41:19
22868         Log: Post weekend integrate mainline (fails one test pragma/autouse).
22869      Branch: perlio
22870           +> (branch 29 files)
22871           !> (integrate 91 files)
22872 ____________________________________________________________________________
22873 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
22874         Log: Update Changes.
22875      Branch: perl
22876            ! Changes patchlevel.h
22877 ____________________________________________________________________________
22878 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
22879         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
22880              before Perl_load_module/Perl_call_method and restore the value
22881              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
22882      Branch: perl
22883            ! utf8.c
22884 ____________________________________________________________________________
22885 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
22886         Log: Subject: Re: AIX and gcc (moving targets)
22887              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22888              Date: Tue, 29 May 2001 17:59:40 +0200
22889              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
22890      Branch: perl
22891            ! ext/Storable/Makefile.PL
22892 ____________________________________________________________________________
22893 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
22894         Log: Subject: Re: AIX and gcc (moving targets)
22895              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22896              Date: Tue, 29 May 2001 12:32:57 +0200
22897              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
22898      Branch: perl
22899            ! ext/POSIX/Makefile.PL
22900 ____________________________________________________________________________
22901 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
22902         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
22903              From: Michael G Schwern <schwern@pobox.com>
22904              Date: Tue, 29 May 2001 09:53:29 +0100
22905              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
22906              
22907              (#10280 retracted)
22908      Branch: perl
22909            ! lib/Test/Harness.pm t/lib/test-harness.t
22910 ____________________________________________________________________________
22911 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
22912         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
22913              From: Michael G Schwern <schwern@pobox.com>
22914              Date: Tue, 29 May 2001 09:19:52 +0100
22915              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
22916      Branch: perl
22917            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
22918            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
22919            + t/lib/Test/todo.t
22920            ! MANIFEST lib/Test.pm t/TEST
22921 ____________________________________________________________________________
22922 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
22923         Log: From: Michael G Schwern <schwern@pobox.com>
22924              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
22925              Date: Tue, 29 May 2001 08:26:09 +0100
22926              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
22927      Branch: perl
22928            ! t/TEST
22929 ____________________________________________________________________________
22930 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
22931         Log: Add tests for Time::gmtime and Time::localtime.
22932      Branch: perl
22933            + t/lib/time-gmtime.t t/lib/time-localtime.t
22934            ! MANIFEST t/lib/1_compile.t
22935 ____________________________________________________________________________
22936 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
22937         Log: Add test for File::stat.
22938      Branch: perl
22939            + t/lib/filestat.t
22940            ! MANIFEST t/lib/1_compile.t
22941 ____________________________________________________________________________
22942 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
22943         Log: Add test for Net::servent.
22944      Branch: perl
22945            + t/lib/net-sent.t
22946            ! MANIFEST t/lib/1_compile.t
22947 ____________________________________________________________________________
22948 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
22949         Log: Add test for Net::protoent.
22950      Branch: perl
22951            + t/lib/net-pent.t
22952            ! MANIFEST t/lib/1_compile.t
22953 ____________________________________________________________________________
22954 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
22955         Log: Add test for Net::netent.
22956      Branch: perl
22957            + t/lib/net-nent.t
22958            ! MANIFEST t/lib/1_compile.t
22959 ____________________________________________________________________________
22960 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
22961         Log: Add test for User::grent.  Portability doubtful.
22962      Branch: perl
22963            + t/lib/user-grent.t
22964            ! MANIFEST t/lib/1_compile.t
22965 ____________________________________________________________________________
22966 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
22967         Log: Add test for User::pwent.
22968              Probably will fall down somewhere for portability reasons.
22969      Branch: perl
22970            + t/lib/user-pwent.t
22971            ! MANIFEST t/lib/1_compile.t
22972 ____________________________________________________________________________
22973 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
22974         Log: Metaconfig units changes for #10283.
22975      Branch: metaconfig
22976            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
22977            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
22978            ! U/installdirs/sitescript.U U/modified/Signal.U
22979 ____________________________________________________________________________
22980 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
22981         Log: Subject: [PATCH 5.6.1] signal names in Configure
22982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22983              Date: Tue, 29 May 2001 03:52:25 -0400
22984              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
22985              
22986              Subject: [PATCH 5.6.1] older perl in Configure
22987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22988              Date: Tue, 29 May 2001 03:55:40 -0400
22989              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
22990              
22991              Subject: [PATCH 5.6.1] goofs in Configure
22992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22993              Date: Tue, 29 May 2001 04:13:07 -0400
22994              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
22995              
22996              Configure portability tweaks.
22997      Branch: perl
22998            ! Configure
22999 ____________________________________________________________________________
23000 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
23001         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
23002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23003              Date: Tue, 29 May 2001 04:07:06 -0400
23004              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
23005      Branch: perl
23006            ! os2/os2.c
23007 ____________________________________________________________________________
23008 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
23009         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
23010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23011              Date: Tue, 29 May 2001 04:01:38 -0400
23012              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
23013      Branch: perl
23014            ! hints/os2.sh os2/Makefile.SHs
23015 ____________________________________________________________________________
23016 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
23017         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
23018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23019              Date: Tue, 29 May 2001 03:50:18 -0400
23020              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
23021      Branch: perl
23022            ! lib/Test/Harness.pm
23023 ____________________________________________________________________________
23024 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
23025         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
23026      Branch: perl
23027            ! lib/utf8_heavy.pl
23028 ____________________________________________________________________________
23029 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
23030         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
23031              From: Hugo <hv@crypt.compulink.co.uk>
23032              Date: Tue, 29 May 2001 03:03:45 +0100
23033              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
23034              
23035              Explanation why the $@ always gets the UTF8 flag when under use utf8--
23036              because we told it to have the flag when under use utf8.
23037      Branch: perl
23038            ! pp_ctl.c
23039 ____________________________________________________________________________
23040 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
23041         Log: At least a partial fix for 20010528.004.
23042      Branch: perl
23043            ! lib/utf8_heavy.pl
23044 ____________________________________________________________________________
23045 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
23046         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
23047              From: Nicholas Clark <nick@ccl4.org> 
23048              Date: Mon, 28 May 2001 23:39:38 +0100
23049              Message-ID: <20010528233938.M86445@plum.flirble.org>
23050              
23051              More portable non-zero UV.
23052      Branch: perl
23053            ! t/lib/extutils.t
23054 ____________________________________________________________________________
23055 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
23056         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
23057              From: Nicholas Clark <nick@ccl4.org>
23058              Date: Mon, 28 May 2001 22:46:09 +0100
23059              Message-ID: <20010528224608.L86445@plum.flirble.org>
23060              
23061              Test also "make clean".
23062      Branch: perl
23063            ! t/lib/extutils.t
23064 ____________________________________________________________________________
23065 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
23066         Log: Subject: Re: Would -Wno-unused -Wall be better?
23067              From: Michael G Schwern <schwern@pobox.com>
23068              Date: Tue, 29 May 2001 00:55:54 +0100
23069              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
23070      Branch: perl
23071            ! pp.h
23072 ____________________________________________________________________________
23073 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
23074         Log: Add a test for 20010528.007, fixed in #10272.
23075      Branch: perl
23076            ! t/op/misc.t toke.c
23077 ____________________________________________________________________________
23078 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
23079         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
23080              From: Hugo <hv@crypt.compulink.co.uk>
23081              Date: Tue, 29 May 2001 00:23:23 +0100
23082              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
23083      Branch: perl
23084            ! toke.c
23085 ____________________________________________________________________________
23086 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
23087         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
23088              From: Michael G Schwern <schwern@pobox.com>
23089              Date: Tue, 29 May 2001 00:42:59 +0100
23090              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
23091      Branch: perl
23092            ! t/pragma/autouse.t
23093 ____________________________________________________________________________
23094 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
23095         Log: Some shells seemingly arrange the signal handlers differently
23096              (bug id 20010521.004).
23097      Branch: perl
23098            ! t/lib/sigaction.t
23099 ____________________________________________________________________________
23100 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
23101         Log: Regen perlmodlib.
23102      Branch: perl
23103            ! pod/perlmodlib.pod
23104 ____________________________________________________________________________
23105 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
23106         Log: Update Changes.
23107      Branch: perl
23108            ! Changes patchlevel.h
23109 ____________________________________________________________________________
23110 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
23111         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
23112              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23113              Date: Mon, 28 May 2001 14:56:35 -0500
23114              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
23115      Branch: perl
23116            ! pod/perlnewmod.pod
23117 ____________________________________________________________________________
23118 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
23119         Log: Regen toc.
23120      Branch: perl
23121            ! pod/perltoc.pod
23122 ____________________________________________________________________________
23123 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
23124         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
23125              From: "Richard Soderberg" <rs@crystalflame.net>
23126              Date: Mon, 28 May 2001 12:31:23 -0700
23127              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
23128      Branch: perl
23129            ! t/op/splice.t
23130 ____________________________________________________________________________
23131 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
23132         Log: The #10260 was too bold: locales and utf8 still do not mix.
23133      Branch: perl
23134            ! t/pragma/locale.t
23135 ____________________________________________________________________________
23136 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
23137         Log: Subject: [PATCH] Pod nitpicks
23138              From: "Richard Soderberg" <rs@crystalflame.net>
23139              Date: Mon, 28 May 2001 10:08:58 -0700
23140              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
23141      Branch: perl
23142            ! pod/perl571delta.pod pod/perlapi.pod sv.h
23143 ____________________________________________________________________________
23144 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
23145         Log: Upgrade to I18N::LangTags 0.22.
23146      Branch: perl
23147            + lib/I18N/LangTags/List.pod
23148            ! MANIFEST lib/I18N/LangTags.pm
23149 ____________________________________________________________________________
23150 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
23151         Log: A slightly more serious bug found by -Mutf8; op/misc and
23152              lib/complex dumped core.
23153      Branch: perl
23154            ! regexec.c
23155 ____________________________________________________________________________
23156 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
23157         Log: Various buglets shaken out by -Mutf8.
23158      Branch: perl
23159            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
23160            ! t/pragma/locale.t
23161 ____________________________________________________________________________
23162 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
23163         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
23164      Branch: perl
23165            ! t/lib/carp.t
23166 ____________________________________________________________________________
23167 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
23168         Log: Subject: [PATCH] todo patch
23169              From: Artur Bergman <artur@contiller.se> 
23170              Date: Mon, 28 May 2001 17:03:51 +0200
23171              Message-ID: <B7383577.F34%artur@contiller.se>
23172      Branch: perl
23173            ! pod/perltodo.pod
23174 ____________________________________________________________________________
23175 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
23176         Log: Subject: typo in perlguts.pod
23177              From: "John P. Linderman" <jpl@research.att.com>
23178              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
23179              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
23180      Branch: perl
23181            ! pod/perlguts.pod
23182 ____________________________________________________________________________
23183 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
23184         Log: Subject: AIX and gcc (moving targets)
23185              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23186              Date: Mon, 28 May 2001 12:54:04 +0200
23187              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
23188      Branch: perl
23189            ! hints/aix.sh
23190 ____________________________________________________________________________
23191 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
23192         Log: Subject: Re: perlio + multiple perl_alloc..destruct
23193              From: Doug MacEachern <dougm@covalent.net>
23194              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
23195              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
23196      Branch: perl
23197            ! perlio.c
23198 ____________________________________________________________________________
23199 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
23200         Log: The #10251 wasn't quite up-to-the-code.
23201      Branch: perl
23202            ! t/op/misc.t
23203 ____________________________________________________________________________
23204 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
23205         Log: Test case for bug 20010526.004, fixed in #10252.
23206      Branch: perl
23207            ! t/op/taint.t
23208 ____________________________________________________________________________
23209 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
23210         Log: Subject: Re: [ID 20010526.004] Taint looses value
23211              From: Hugo <hv@crypt.compulink.co.uk>
23212              Date: Sun, 27 May 2001 20:39:32 +0100
23213              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
23214      Branch: perl
23215            ! sv.c
23216 ____________________________________________________________________________
23217 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
23218         Log: Test case for 20010422.005, fixed by #10250.
23219      Branch: perl
23220            ! t/op/misc.t
23221 ____________________________________________________________________________
23222 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
23223         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
23224              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23225              Date: Mon, 28 May 2001 06:39:12 -0400
23226              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
23227      Branch: perl
23228            ! toke.c
23229 ____________________________________________________________________________
23230 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
23231         Log: Linerewrapping.
23232      Branch: perl
23233            ! lib/open.pm
23234 ____________________________________________________________________________
23235 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
23236         Log: Updates on the modules list.
23237      Branch: perl
23238            ! t/lib/1_compile.t
23239 ____________________________________________________________________________
23240 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
23241         Log: Add a test for PerlIO.
23242              
23243              (I probably got the crlf/raw thing wrong for clrfy platforms...)
23244      Branch: perl
23245            + t/lib/perlio.t
23246            ! MANIFEST lib/PerlIO.pm
23247 ____________________________________________________________________________
23248 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
23249         Log: Add a test for carp et alia.
23250      Branch: perl
23251            + t/lib/carp.t
23252            ! MANIFEST
23253 ____________________________________________________________________________
23254 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
23255         Log: Adding the new test would be swell.
23256      Branch: perl
23257            + t/pragma/autouse.t
23258 ____________________________________________________________________________
23259 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
23260         Log: Add a test for the autouse pragma.
23261      Branch: perl
23262            ! MANIFEST
23263 ____________________________________________________________________________
23264 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
23265         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
23266              From: dLux <dlux@spam.sch.bme.hu>
23267              Date: Sun, 27 May 2001 16:14:26 +0200
23268              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
23269      Branch: perl
23270            ! lib/autouse.pm
23271 ____________________________________________________________________________
23272 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
23273         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
23274              From: "Richard Soderberg" <rs@crystalflame.net>
23275              Date: Mon, 28 May 2001 03:56:36 -0700
23276              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
23277      Branch: perl
23278            ! utils/dprofpp.PL
23279 ____________________________________________________________________________
23280 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
23281         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
23282              From: "Stephen P. Potter" <spp@spotter.yi.org>
23283              Date: Tue, 22 May 2001 11:40:25 -0400
23284              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
23285              
23286              Subject: Re: [ID 20010522.003] Time::Local module bug
23287              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
23288              Date: Tue, 22 May 2001 11:50:19 -0400
23289              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
23290      Branch: perl
23291            ! lib/Time/Local.pm
23292 ____________________________________________________________________________
23293 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
23294         Log: The PERL_DL_NONLAZY can have whitespace in front.
23295      Branch: perl
23296            ! t/lib/extutils.t
23297 ____________________________________________________________________________
23298 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
23299         Log: Document strftime() and strptime().
23300      Branch: perl
23301            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
23302 ____________________________________________________________________________
23303 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
23304         Log: Make Time::Piece::strptime() to be a function, not a method.
23305      Branch: perl
23306            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
23307 ____________________________________________________________________________
23308 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
23309         Log: Tweak the test to be more portable.
23310      Branch: perl
23311            ! t/lib/extutils.t
23312 ____________________________________________________________________________
23313 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
23314         Log: Subject: PATCH: Re: Re: Attributes that tie
23315              From: Leon Brocard <acme@astray.com>
23316              Date: Sun, 27 May 2001 12:37:29 +0100
23317              Message-ID: <20010527123729.A22663@ns0.astray.com>
23318              
23319              Document that variable attributes are not currently usable
23320              for tieing.  (An ugly limitation that should be fixed.)
23321      Branch: perl
23322            ! lib/attributes.pm
23323 ____________________________________________________________________________
23324 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
23325         Log: Microperl tweaks.
23326      Branch: perl
23327            ! Makefile.micro uconfig.h uconfig.sh
23328 ____________________________________________________________________________
23329 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
23330         Log: Add make target for microperl (kind of silly, but convenient).
23331      Branch: perl
23332            ! Makefile.SH
23333 ____________________________________________________________________________
23334 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
23335         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
23336              for microperl.)
23337      Branch: perl
23338            ! doio.c
23339 ____________________________________________________________________________
23340 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
23341         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
23342              From: rspier@pobox.com (Robert Spier)
23343              Date: Sat, 26 May 2001 20:05:23 -0400
23344              Message-ID: <15120.17603.148648.12430@rls.cx>
23345              
23346              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
23347              From: rspier@pobox.com (Robert Spier)
23348              Date: Sun, 27 May 2001 00:23:12 -0400
23349              Message-ID: <15120.33072.511966.767230@rls.cx>
23350      Branch: perl
23351            ! doio.c pod/perlfunc.pod
23352 ____________________________________________________________________________
23353 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
23354         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
23355      Branch: perl
23356            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23357 ____________________________________________________________________________
23358 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
23359         Log: Add README.tru64.
23360      Branch: perl
23361            + README.tru64
23362 ____________________________________________________________________________
23363 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
23364         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
23365      Branch: perl
23366            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23367            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
23368            ! MANIFEST
23369 ____________________________________________________________________________
23370 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
23371         Log: Integrate I18N::LangTags from Sean Burke.
23372              
23373              TODO: the language list from RFC 3066 needs to be integrated
23374              and made available somehow.  The list is included in the
23375              I18N-LangTags 0.21 distribution, but it is undocumented
23376              and unconnected to the module.
23377      Branch: perl
23378            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
23379            ! MANIFEST
23380 ____________________________________________________________________________
23381 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
23382         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
23383              envisioned by Sarathy.
23384      Branch: perl
23385            ! t/op/ver.t toke.c
23386 ____________________________________________________________________________
23387 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
23388         Log: Subject: [ID 20010525.001] Pod typo nits fixed
23389              From: lvirden@cas.org
23390              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
23391              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
23392              
23393              minus the perlsolaris decimation plus the
23394              
23395              Subject: Re: [ID 20010525.001] Pod typo nits fixed
23396              From: "Philip Newton" <Philip.Newton@gmx.net>
23397              Date: Fri, 25 May 2001 18:05:55 +0200
23398              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
23399      Branch: perl
23400            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
23401            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
23402            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
23403            ! pod/perlutil.pod pod/perlxstut.pod
23404 ____________________________________________________________________________
23405 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
23406         Log: return clauses are nice.
23407      Branch: perl
23408            ! sv.c
23409 ____________________________________________________________________________
23410 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
23411         Log: Subject: change 10199 backwards?
23412              From: Doug MacEachern <dougm@covalent.net>
23413              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
23414              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
23415      Branch: perl
23416            ! sv.c
23417 ____________________________________________________________________________
23418 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
23419         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
23420              From: Hugo <hv@crypt.compulink.co.uk>
23421              Date: Sat, 26 May 2001 17:05:12 +0100
23422              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
23423      Branch: perl
23424            + t/op/gmagic.t
23425            ! MANIFEST doop.c embed.h embed.pl global.sym
23426            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
23427            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
23428 ____________________________________________________________________________
23429 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
23430         Log: Regen headers for #10221.
23431      Branch: perl
23432            ! global.sym objXSUB.h perlapi.c
23433 ____________________________________________________________________________
23434 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
23435         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
23436              From: Juha Laiho <juha.laiho@Elma.Net>
23437              Date: Thu, 3 May 2001 09:51:30 +0300
23438              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
23439      Branch: perl
23440            ! embed.pl
23441 ____________________________________________________________________________
23442 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
23443         Log: Subject: Re: [PATCH] Re: stability of sort()?
23444              From: "John P. Linderman" <jpl@research.att.com>
23445              Date: Sat, 26 May 2001 13:27:19 -0400
23446              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
23447      Branch: perl
23448            ! pod/perlfunc.pod
23449 ____________________________________________________________________________
23450 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
23451         Log: Integrate perlio.
23452      Branch: perl
23453           !> pod/perlguts.pod
23454 ____________________________________________________________________________
23455 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
23456         Log: Subject: [PATCH perl@10210] PerlIO for VMS
23457              From: "Craig A. Berry" <craigberry@mac.com>
23458              Date: Sat, 26 May 2001 09:34:11 -0500
23459              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
23460      Branch: perl
23461            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
23462            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
23463            ! vms/vmsish.h
23464 ____________________________________________________________________________
23465 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
23466         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
23467              From: David Dyck <dcd@tc.fluke.com>
23468              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
23469              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
23470      Branch: perl
23471            ! lib/perl5db.pl
23472 ____________________________________________________________________________
23473 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
23474         Log: Subject: utf8 regexp tests
23475              From: Hugo <hv@crypt.compulink.co.uk>
23476              Date: Fri, 25 May 2001 22:35:01 +0100
23477              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
23478      Branch: perl
23479            ! t/op/regexp.t
23480 ____________________________________________________________________________
23481 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
23482         Log: Subject: [PATCH] Re: stability of sort()?
23483              From: Nicholas Clark <nick@ccl4.org>
23484              Date: Fri, 25 May 2001 22:40:19 +0100
23485              Message-ID: <20010525224019.B86445@plum.flirble.org>
23486      Branch: perl
23487            ! pod/perlfunc.pod
23488 ____________________________________________________________________________
23489 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
23490         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
23491              From: John Peacock <jpeacock@rowman.com>
23492              Date: Thu, 24 May 2001 22:14:01 -0400
23493              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
23494      Branch: perl
23495            ! mg.c scope.c sv.c
23496 ____________________________________________________________________________
23497 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
23498         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
23499              From: Nicholas Clark <nick@ccl4.org>
23500              Date: Sun, 20 May 2001 19:24:13 +0100
23501              Message-ID: <20010520192413.G83222@plum.flirble.org>
23502      Branch: perl
23503            + lib/ExtUtils/Constant.pm t/lib/extutils.t
23504            ! MANIFEST utils/h2xs.PL
23505 ____________________________________________________________________________
23506 [ 10212] By: nick                                  on 2001/05/26  09:49:28
23507         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
23508              add a few more notes there on use of mortals on the stack.
23509      Branch: perlio
23510            ! pod/perlguts.pod
23511 ____________________________________________________________________________
23512 [ 10211] By: nick                                  on 2001/05/26  09:05:36
23513         Log: Integrate mainline
23514      Branch: perlio
23515           +> t/lib/fcntl.t t/pragma/vars.t
23516           !> (integrate 49 files)
23517 ____________________________________________________________________________
23518 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
23519         Log: Update Changes.
23520      Branch: perl
23521            ! Changes patchlevel.h
23522 ____________________________________________________________________________
23523 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
23524         Log: Based on
23525              
23526              Subject: [PATCH pp.c] Wrapping pack("C",256)
23527              From: Simon Cozens <simon@netthink.co.uk>
23528              Date: Sat, 12 May 2001 17:58:41 +0100
23529              Message-ID: <20010512175841.A6132@netthink.co.uk>
23530      Branch: perl
23531            ! pod/perldiag.pod pp.c t/pragma/warn/pp
23532 ____________________________________________________________________________
23533 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
23534         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
23535              From: "Brendan O'Dea" <bod@compusol.com.au>
23536              Date: Fri, 25 May 2001 11:18:29 +1000
23537              Message-ID: <20010525111829.A28411@compusol.com.au>
23538              
23539              (Slightly modified.)
23540      Branch: perl
23541            ! lib/Term/Cap.pm
23542 ____________________________________________________________________________
23543 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
23544         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
23545              From: Hugo <hv@crypt.compulink.co.uk>
23546              Date: Fri, 25 May 2001 02:13:25 +0100
23547              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
23548      Branch: perl
23549            ! t/op/misc.t
23550 ____________________________________________________________________________
23551 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
23552         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
23553              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
23554              Date: Fri, 25 May 2001 10:25:36 +0900
23555              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
23556      Branch: perl
23557            ! regcomp.c regexec.c
23558 ____________________________________________________________________________
23559 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
23560         Log: Subject: [PATCH #2] stash autovivification and method call error messages
23561              From: Ilmari Karonen <iltzu@sci.fi>
23562              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
23563              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
23564      Branch: perl
23565            ! gv.c pp_hot.c t/op/method.t
23566 ____________________________________________________________________________
23567 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
23568         Log: Add make target and documentation for gprof profiling.
23569      Branch: perl
23570            ! Makefile.SH pod/perlhack.pod
23571 ____________________________________________________________________________
23572 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
23573         Log: Subject: Don't think about UTF8 
23574              From: Mike Guy <mjtg@cam.ac.uk> 
23575              Date: Tue, 22 May 2001 14:35:39 +0100
23576              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
23577      Branch: perl
23578            ! sv.h
23579 ____________________________________________________________________________
23580 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
23581         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
23582              From: Geraint A Edwards <gedge@serf.org> 
23583              Date: Thu, 24 May 2001 22:51:24 +0100
23584              Message-Id: <20010524225124.A34981@cymru.serf.org>
23585      Branch: perl
23586            ! x2p/find2perl.PL
23587 ____________________________________________________________________________
23588 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
23589         Log: DB_File has its own attribute story.
23590      Branch: perl
23591            ! ext/DB_File/DB_File.xs
23592 ____________________________________________________________________________
23593 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
23594         Log: Subject: Re: Making perl with -Wall
23595              From: Andy Dougherty <doughera@lafayette.edu>
23596              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
23597              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
23598      Branch: perl
23599            ! perl.h
23600 ____________________________________________________________________________
23601 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
23602         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
23603              From: "Richard Soderberg" <rs@crystalflame.net>
23604              Date: Thu, 24 May 2001 08:58:16 -0700
23605              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
23606      Branch: perl
23607            ! sv.c
23608 ____________________________________________________________________________
23609 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
23610         Log: IV/UV casting fixes from Nicholas Clark.
23611      Branch: perl
23612            ! perl.h pp_sys.c util.c
23613 ____________________________________________________________________________
23614 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
23615         Log: Subject: Re: Making perl with -Wall
23616              From: Michael G Schwern <schwern@pobox.com>
23617              Date: Thu, 24 May 2001 15:40:28 +0100
23618              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
23619      Branch: perl
23620            ! malloc.c perl.h
23621 ____________________________________________________________________________
23622 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
23623         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
23624              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23625              Date: Tue, 22 May 2001 11:49:37 +0200
23626              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
23627      Branch: metaconfig
23628            ! U/modified/Oldsym.U
23629      Branch: metaconfig/U/perl
23630            ! patchlevel.U
23631      Branch: perl
23632            ! Configure config_h.SH myconfig.SH
23633 ____________________________________________________________________________
23634 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
23635         Log: Under versiononly install also the scripts with the version suffix.
23636              (e.g. .../bin/h2xs5.7.1)
23637      Branch: perl
23638            ! installperl
23639 ____________________________________________________________________________
23640 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
23641         Log: Subject: [PATCH] Stop segfault in mg.c:636
23642              From: "Richard Soderberg" <rs@crystalflame.net>
23643              Date: Thu, 24 May 2001 05:51:52 -0700
23644              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
23645      Branch: perl
23646            ! mg.c
23647 ____________________________________________________________________________
23648 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
23649         Log: Iteration continues; hopefully convergently.
23650      Branch: perl
23651            ! t/lib/b-stash.t
23652 ____________________________________________________________________________
23653 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
23654         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
23655              From: Gisle Aas <gisle@ActiveState.com>
23656              Date: 23 May 2001 16:13:10 -0700
23657              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
23658      Branch: perl
23659            ! op.c toke.c
23660 ____________________________________________________________________________
23661 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
23662         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
23663              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23664              Date: Thu, 24 May 2001 05:05:22 -0500
23665              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
23666      Branch: perl
23667            ! lib/dumpvar.pl lib/perl5db.pl
23668 ____________________________________________________________________________
23669 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
23670         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
23671              From: David Dyck <dcd@tc.fluke.com>
23672              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
23673              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
23674      Branch: perl
23675            ! lib/perl5db.pl
23676 ____________________________________________________________________________
23677 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
23678         Log: Tiny pod nits on READMEs, mostly whitespace issues.
23679      Branch: perl
23680            ! README.amiga README.dos README.macos README.mpeix README.vmesa
23681            ! README.win32
23682 ____________________________________________________________________________
23683 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
23684         Log: The DG/UX part of the 20010521.005.
23685      Branch: perl
23686            ! README.dgux
23687 ____________________________________________________________________________
23688 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
23689         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
23690              From: Hugo <hv@crypt.compulink.co.uk>
23691              Date: Mon, 21 May 2001 16:32:02 +0100
23692              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
23693      Branch: perl
23694            ! regcomp.c t/op/misc.t
23695 ____________________________________________________________________________
23696 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
23697         Log: Subject: [PATCH] Extra UNIVERSAL tests
23698              From: Mike Guy <mjtg@cam.ac.uk>
23699              Date: Wed, 23 May 2001 12:29:20 +0100
23700              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
23701      Branch: perl
23702            ! t/op/universal.t
23703 ____________________________________________________________________________
23704 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
23705         Log: Subject: [PATCH] Remove EQ keyword
23706              From: Mike Guy <mjtg@cam.ac.uk>
23707              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
23708              Date: Wed, 23 May 2001 11:17:29 +0100
23709      Branch: perl
23710            ! keywords.h keywords.pl
23711 ____________________________________________________________________________
23712 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
23713         Log: Subject: [PATCH] lib/perl5db.pl
23714              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23715              Date: Wed, 23 May 2001 02:18:03 -0500
23716              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
23717      Branch: perl
23718            ! lib/perl5db.pl
23719 ____________________________________________________________________________
23720 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
23721         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
23722              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23723              Date: Tue, 22 May 2001 23:34:41 -0500
23724              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
23725      Branch: perl
23726            ! lib/Term/Cap.pm
23727 ____________________________________________________________________________
23728 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
23729         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
23730              From: davem@fdgroup.co.uk
23731              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
23732              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
23733      Branch: perl
23734            ! emacs/e2ctags.pl
23735 ____________________________________________________________________________
23736 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
23737         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
23738              From: Michael G Schwern <schwern@pobox.com>
23739              Date: Tue, 22 May 2001 14:15:09 +0100
23740              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
23741      Branch: perl
23742            ! lib/vars.pm
23743 ____________________________________________________________________________
23744 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
23745         Log: Subject: [PATCH lib/vars.pm] Odd code nit
23746              From: Michael G Schwern <schwern@pobox.com>
23747              Date: Tue, 22 May 2001 14:14:28 +0100
23748              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
23749      Branch: perl
23750            ! lib/vars.pm
23751 ____________________________________________________________________________
23752 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
23753         Log: Use the new use vars feature.
23754      Branch: perl
23755            ! t/lib/b-stash.t
23756 ____________________________________________________________________________
23757 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
23758         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
23759              From: Mike Guy <mjtg@cam.ac.uk>
23760              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23761              Date: Tue, 22 May 2001 13:11:39 +0100
23762      Branch: perl
23763            + t/pragma/vars.t
23764            ! MANIFEST lib/vars.pm t/lib/1_compile.t
23765 ____________________________________________________________________________
23766 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
23767         Log: -qlongdouble considered harmful by Merijn.
23768      Branch: perl
23769            ! hints/aix.sh
23770 ____________________________________________________________________________
23771 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
23772         Log: Update Changes.
23773      Branch: perl
23774            ! Changes patchlevel.h
23775 ____________________________________________________________________________
23776 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
23777         Log: Add a test of its very own for Fcntl.  Hopefully portable.
23778      Branch: perl
23779            + t/lib/fcntl.t
23780            ! MANIFEST
23781 ____________________________________________________________________________
23782 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
23783         Log: Must be trickier for 'minitest' not to die.
23784      Branch: perl
23785            ! t/op/taint.t
23786 ____________________________________________________________________________
23787 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
23788         Log: Can't declare other people's variables.
23789      Branch: perl
23790            ! t/lib/b-stash.t
23791 ____________________________________________________________________________
23792 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
23793         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
23794      Branch: perl
23795            ! doio.c t/op/taint.t
23796 ____________________________________________________________________________
23797 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
23798         Log: The OS/2 variable needs to be declared.
23799      Branch: perl
23800            ! t/lib/b-stash.t
23801 ____________________________________________________________________________
23802 [ 10170] By: nick                                  on 2001/05/20  16:48:29
23803         Log: Integrate mainline
23804      Branch: perlio
23805           !> (integrate 41 files)
23806 ____________________________________________________________________________
23807 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
23808         Log: Small perlsec updates: clarify the taintedness of filename
23809              globbing; suggest using Scalar::Util::tainted().
23810      Branch: perl
23811            ! pod/perlsec.pod
23812 ____________________________________________________________________________
23813 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
23814         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
23815              From: Dave Mitchell <davem@fdgroup.co.uk>
23816              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
23817              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
23818      Branch: perl
23819            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
23820            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
23821            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
23822            ! xsutils.c
23823 ____________________________________________________________________________
23824 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
23825         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
23826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23827              Date: Sat, 19 May 2001 04:08:46 -0400
23828              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
23829      Branch: perl
23830            ! lib/ExtUtils/Mksymlists.pm makedef.pl
23831 ____________________________________________________________________________
23832 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
23833         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
23834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23835              Date: Sat, 19 May 2001 04:30:45 -0400
23836              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
23837      Branch: perl
23838            ! os2/os2.c
23839 ____________________________________________________________________________
23840 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
23841         Log: Subject: [PATCH 5.6.1] build bugs OS/2
23842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23843              Date: Sat, 19 May 2001 04:35:28 -0400
23844              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
23845      Branch: perl
23846            ! os2/Makefile.SHs os2/os2.c
23847 ____________________________________________________________________________
23848 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
23849         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
23850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23851              Date: Sat, 19 May 2001 04:04:23 -0400
23852              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
23853              
23854              (In bleadperl patched b-stash.t instead of b.t)
23855      Branch: perl
23856            ! t/lib/b-stash.t t/lib/bigfltpm.t
23857 ____________________________________________________________________________
23858 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
23859         Log: Subject: [PATCH 5.6.1] perl5db
23860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23861              Date: Sat, 19 May 2001 03:49:09 -0400
23862              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
23863      Branch: perl
23864            ! lib/perl5db.pl
23865 ____________________________________________________________________________
23866 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
23867         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
23868              From: Gisle Aas <gisle@ActiveState.com>
23869              Date: 18 May 2001 14:24:51 -0700
23870              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
23871      Branch: perl
23872            ! pp_ctl.c
23873 ____________________________________________________________________________
23874 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
23875         Log: Subject: [PATCH] Chomp should not always stringify
23876              From: Gisle Aas <gisle@ActiveState.com>
23877              Date: 18 May 2001 07:55:25 -0700
23878              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
23879      Branch: perl
23880            ! doop.c t/op/chop.t
23881 ____________________________________________________________________________
23882 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
23883         Log: Integrate perlio.
23884      Branch: perl
23885           !> pod/perlfunc.pod
23886 ____________________________________________________________________________
23887 [ 10159] By: nick                                  on 2001/05/20  09:39:46
23888         Log: Document some more of open's features.
23889      Branch: perlio
23890            ! pod/perlfunc.pod
23891 ____________________________________________________________________________
23892 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
23893         Log: back out change#10153 (it has compatibility issues such as the
23894              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
23895              benefit for 5.6.x doesn't seem worth the risk)
23896      Branch: maint-5.6/perl
23897            ! toke.c
23898 ____________________________________________________________________________
23899 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
23900         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
23901      Branch: perl
23902            ! x2p/s2p.PL
23903 ____________________________________________________________________________
23904 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
23905         Log: Update Changes.
23906      Branch: perl
23907            ! Changes patchlevel.h
23908 ____________________________________________________________________________
23909 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
23910         Log: Integrate change #10144 from maintperl.
23911              
23912              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
23913      Branch: perl
23914           !> win32/config.bc win32/config.gc win32/config.vc
23915           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23916 ____________________________________________________________________________
23917 [ 10154] By: nick                                  on 2001/05/18  07:23:03
23918         Log: Integrate mainline.
23919      Branch: perlio
23920           +> README.dgux t/lib/i18n-collate.t utils.lst
23921           !> (integrate 49 files)
23922 ____________________________________________________________________________
23923 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
23924         Log: Integrate change #7224 from mainline into maintperl.
23925              
23926              Allow @+ and @- to be doublequoted, from Simon Cozens. 
23927              (Approved by Larry, see Tom's comment in 20000830.005.)
23928      Branch: maint-5.6/perl
23929           !> toke.c
23930 ____________________________________________________________________________
23931 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
23932         Log: Subject: [PATCH bleadperl] small lookbehind fix
23933              From: Hugo <hv@crypt.compulink.co.uk>
23934              Date: Fri, 18 May 2001 00:07:19 +0100
23935              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
23936      Branch: perl
23937            ! regexec.c
23938 ____________________________________________________________________________
23939 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
23940         Log: Detypos.
23941      Branch: perl
23942            ! installman utils.lst
23943 ____________________________________________________________________________
23944 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
23945         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
23946              in 20001222.001.
23947      Branch: perl
23948            ! t/lib/glob-basic.t
23949 ____________________________________________________________________________
23950 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
23951         Log: Subject: [PATCH] Test for bug 20010515.004
23952              From: Benjamin Sugars <bsugars@canoe.ca>
23953              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
23954              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
23955      Branch: perl
23956            ! t/op/misc.t
23957 ____________________________________________________________________________
23958 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
23959         Log: Integrate #10145 from maintperl.
23960              
23961              fix for ID 20010515.004 (needs test)
23962      Branch: perl
23963           !> pp_hot.c
23964 ____________________________________________________________________________
23965 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
23966         Log: Thinko noticed by Doug MacEachern.
23967      Branch: perl
23968            ! thread.h
23969 ____________________________________________________________________________
23970 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
23971         Log: Subject: Re: [PATCH] HERE mark in regex
23972              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23973              Date: Thu, 17 May 2001 12:20:33 -0400
23974              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
23975      Branch: perl
23976            ! t/op/re_tests
23977 ____________________________________________________________________________
23978 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
23979         Log: fix for ID 20010515.004 (needs test)
23980      Branch: maint-5.6/perl
23981            ! pp_hot.c
23982 ____________________________________________________________________________
23983 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
23984         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
23985      Branch: maint-5.6/perl
23986            ! win32/config.bc win32/config.gc win32/config.vc
23987            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23988 ____________________________________________________________________________
23989 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
23990         Log: Macrofy the getspecific (and use it also in util.c)
23991      Branch: perl
23992            ! thread.h util.c
23993 ____________________________________________________________________________
23994 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
23995         Log: Use the unchecked thread-specific key fetch also in Tru64.
23996      Branch: perl
23997            ! thread.h
23998 ____________________________________________________________________________
23999 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
24000         Log: Subject: [PATCH 5.6.1]Quick thread speedup
24001              From: Dan Sugalski <dan@sidhe.org> 
24002              Date: Wed, 16 May 2001 18:05:19 -0400
24003              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
24004      Branch: perl
24005            ! thread.h util.c
24006 ____________________________________________________________________________
24007 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
24008         Log: I think this is quite enough testing for a deprecated feature.
24009      Branch: perl
24010            + t/lib/i18n-collate.t
24011            ! MANIFEST t/lib/1_compile.t
24012 ____________________________________________________________________________
24013 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
24014         Log: More HP-UX lore from Jeff Okamoto.
24015      Branch: perl
24016            ! README.hpux
24017 ____________________________________________________________________________
24018 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
24019         Log: Sort utils.lst for easier maintenance.
24020      Branch: perl
24021            ! utils.lst
24022 ____________________________________________________________________________
24023 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
24024         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
24025              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24026              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
24027              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
24028              
24029              Add pod2latex to utils.lst.
24030      Branch: perl
24031            ! MANIFEST utils.lst
24032 ____________________________________________________________________________
24033 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
24034         Log: Subject: Re: [PATCH] HERE mark in regex
24035              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24036              Date: Wed, 16 May 2001 13:04:43 -0400
24037              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
24038      Branch: perl
24039            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
24040            ! t/op/regmesg.t t/pragma/warn/regcomp
24041 ____________________________________________________________________________
24042 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
24043         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
24044              From: Simon Cozens <simon@netthink.co.uk>
24045              Date: Wed, 16 May 2001 18:02:08 +0100
24046              Message-ID: <20010516180208.A6458@netthink.co.uk>
24047      Branch: perl
24048            ! installman utils.lst
24049 ____________________________________________________________________________
24050 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
24051         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
24052              From: "Philip Newton" <pnewton@gmx.de>
24053              Date: Tue, 15 May 2001 15:09:30 +0200
24054              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
24055              
24056              Test case for #10128.
24057      Branch: perl
24058            ! t/pragma/warn/pp_hot
24059 ____________________________________________________________________________
24060 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
24061         Log: Update Changes.
24062      Branch: perl
24063            ! Changes patchlevel.h
24064 ____________________________________________________________________________
24065 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
24066         Log: Deprecate pseudo-hashes.
24067      Branch: perl
24068            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
24069 ____________________________________________________________________________
24070 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
24071         Log: HP-UX hints update from Merijn.
24072      Branch: perl
24073            ! hints/hpux.sh
24074 ____________________________________________________________________________
24075 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
24076         Log: README.hpux update from Merijn.
24077      Branch: perl
24078            ! README.hpux
24079 ____________________________________________________________________________
24080 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
24081         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
24082              From: Simon Cozens <simon@netthink.co.uk>
24083              Date: Wed, 16 May 2001 15:57:55 +0100
24084              Message-ID: <20010516155755.A4728@netthink.co.uk>
24085      Branch: perl
24086            + utils.lst
24087            ! MANIFEST installman installperl
24088 ____________________________________________________________________________
24089 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
24090         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
24091              From: "Philip Newton" <pnewton@gmx.de>
24092              Date: Tue, 15 May 2001 16:31:05 +0200
24093              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
24094              
24095              Fix PERL_Y2KWARN test to check before rather than after appending.
24096      Branch: perl
24097            ! pp_hot.c
24098 ____________________________________________________________________________
24099 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
24100         Log: Regen Porting stuff.
24101      Branch: perl
24102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24103            ! config_h.SH
24104 ____________________________________________________________________________
24105 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
24106         Log: Metaconfig unit change for #10125.
24107      Branch: metaconfig
24108            ! U/modified/Oldconfig.U
24109 ____________________________________________________________________________
24110 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
24111         Log: Use OSVERS.
24112      Branch: perl
24113            ! Configure config_h.SH perl.c
24114 ____________________________________________________________________________
24115 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
24116         Log: Regen toc.
24117      Branch: perl
24118            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24119 ____________________________________________________________________________
24120 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
24121         Log: Adding the README.dgux to the MANIFEST would be a good idea.
24122      Branch: perl
24123            ! MANIFEST
24124 ____________________________________________________________________________
24125 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
24126         Log: Move the stack desire definition to thread.h.
24127      Branch: perl
24128            ! ext/Thread/Thread.xs thread.h
24129 ____________________________________________________________________________
24130 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
24131         Log: DG-UX threading patches, including a README.dgux,
24132              from Takis Psarogiannakopoulos.
24133      Branch: perl
24134            + README.dgux
24135            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
24136 ____________________________________________________________________________
24137 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
24138         Log: Subject: [PATCH B::Deparse] More on /x regexes
24139              From: Robin Houston <robin@kitsite.com>
24140              Date: Tue, 15 May 2001 19:09:35 +0100
24141              Message-ID: <20010515190935.A27268@penderel>
24142      Branch: perl
24143            ! ext/B/B/Deparse.pm
24144 ____________________________________________________________________________
24145 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
24146         Log: Document that the core time() may be rounding rather
24147              than truncating, would have saved at least my confusion.
24148      Branch: perl
24149            ! ext/Time/HiRes/HiRes.pm
24150 ____________________________________________________________________________
24151 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
24152         Log: Subject: perl-current/t/time-hires.t
24153              From: John Peacock <jpeacock@rowman.com>
24154              Date: Fri, 11 May 2001 14:09:41 -0400
24155              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
24156      Branch: perl
24157            ! t/lib/time-hires.t
24158 ____________________________________________________________________________
24159 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
24160         Log: Subject: [PATCH dump.c] Op private flags
24161              From: Simon Cozens <simon@netthink.co.uk>
24162              Date: Sun, 13 May 2001 20:20:36 +0100
24163              Message-ID: <20010513202036.A21896@netthink.co.uk>
24164      Branch: perl
24165            ! dump.c
24166 ____________________________________________________________________________
24167 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
24168         Log: Upgrade to Switch 2.03.
24169      Branch: perl
24170            ! lib/Switch.pm
24171 ____________________________________________________________________________
24172 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
24173         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
24174              to PERL_CONFIG_SH and use it consistently.
24175      Branch: maint-5.6/perl
24176           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
24177           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
24178           !> myconfig.SH writemain.SH
24179 ____________________________________________________________________________
24180 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
24181         Log: Metaconfig units changes for #10113.
24182      Branch: metaconfig
24183            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
24184 ____________________________________________________________________________
24185 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
24186         Log: The problem described in 20010514.031 still wasn't
24187              fully cured, there were remnants of $CONFIG when
24188              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
24189              to avoid future conflicts.
24190      Branch: perl
24191            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
24192            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
24193            ! myconfig.SH writemain.SH
24194 ____________________________________________________________________________
24195 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
24196         Log: Half of #10107 got lost.
24197      Branch: perl
24198            ! ext/B/B/Deparse.pm
24199 ____________________________________________________________________________
24200 [ 10111] By: nick                                  on 2001/05/15  08:39:14
24201         Log: Integrate mainline.
24202      Branch: perlio
24203           +> ext/POSIX/hints/uts.pl
24204            - Todo Todo-5.6 t/camel-III/vstring.t
24205           !> (integrate 48 files)
24206 ____________________________________________________________________________
24207 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
24208         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
24209              From: Robin Houston <robin@kitsite.com>
24210              Date: Mon, 14 May 2001 22:27:08 +0100
24211              Message-ID: <20010514222708.A22963@penderel>
24212      Branch: perl
24213            ! t/TestInit.pm
24214 ____________________________________________________________________________
24215 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
24216         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
24217              From: Robin Houston <robin@kitsite.com>
24218              Date: Mon, 14 May 2001 22:16:43 +0100
24219              Message-ID: <20010514221643.A22437@penderel>
24220      Branch: perl
24221            ! ext/B/B/Deparse.pm
24222 ____________________________________________________________________________
24223 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
24224         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
24225              From: Robin Houston <robin@kitsite.com>
24226              Date: Mon, 14 May 2001 22:03:44 +0100
24227              Message-ID: <20010514220344.A20643@penderel>
24228      Branch: perl
24229            ! ext/B/B/Deparse.pm
24230 ____________________________________________________________________________
24231 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
24232         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
24233              From: Robin Houston <robin@kitsite.com>
24234              Date: Mon, 14 May 2001 22:10:07 +0100
24235              Message-ID: <20010514221007.A21118@penderel>
24236      Branch: perl
24237            ! ext/B/B/Deparse.pm
24238 ____________________________________________________________________________
24239 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
24240         Log: Fix for 20010514.037; substr() didn't invalidate the locale
24241              collation magic.
24242      Branch: perl
24243            ! pp.c
24244 ____________________________________________________________________________
24245 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
24246         Log: Update Changes.
24247      Branch: perl
24248            ! Changes patchlevel.h
24249 ____________________________________________________________________________
24250 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
24251         Log: Retract #10094.
24252      Branch: perl
24253            ! lib/Pod/Text.pm
24254 ____________________________________________________________________________
24255 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
24256         Log: Integrate change #10100 from maintperl.
24257              
24258              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
24259              bug ID 20010514.027)
24260      Branch: perl
24261           !> mg.c pp_ctl.c
24262 ____________________________________________________________________________
24263 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
24264         Log: Document the deprecatedness of suidperl.
24265      Branch: perl
24266            ! INSTALL pod/perlfaq1.pod
24267 ____________________________________________________________________________
24268 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
24269         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
24270              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24271              Date: Mon, 14 May 2001 09:38:59 -0400
24272              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
24273      Branch: perl
24274            ! lib/ExtUtils/MM_Unix.pm
24275 ____________________________________________________________________________
24276 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
24277         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
24278              bug ID 20010514.027)
24279              
24280              TODO: this needs a testsuite addition
24281      Branch: maint-5.6/perl
24282            ! mg.c pp_ctl.c
24283 ____________________________________________________________________________
24284 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
24285         Log: More DWIMminess for Class::Struct: calling the array or hash
24286              accessors only with one argument, an array or a hash reference,
24287              sets the underlying array or hash.  This mirrors nicely also
24288              the usage in the constructor.
24289              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
24290      Branch: perl
24291            ! lib/Class/Struct.pm t/lib/class-struct.t
24292 ____________________________________________________________________________
24293 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
24294         Log: Reference cmp'ing should go through the whole stringification
24295              process shebang, as pointed out by Sarathy in #10091.
24296      Branch: perl
24297            ! pp.c
24298 ____________________________________________________________________________
24299 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
24300         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
24301              From: Simon Cozens <simon@netthink.co.uk>
24302              Date: Sat, 12 May 2001 16:36:27 +0100
24303              Message-ID: <20010512163627.A5522@netthink.co.uk>
24304              
24305              with some additions salvaged from Todo and Todo-5.6 before
24306              retiring them.
24307      Branch: perl
24308            - Todo Todo-5.6
24309            ! MANIFEST pod/perltodo.pod
24310 ____________________________________________________________________________
24311 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
24312         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
24313              From: "Golubev I. N." <gin@mo.msk.ru>
24314              Date: Mon, 07 May 2001 14:33:34 (GMT)
24315              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
24316      Branch: perl
24317            ! perl.h
24318 ____________________________________________________________________________
24319 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
24320         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
24321              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
24322              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
24323              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
24324      Branch: perl
24325            ! lib/ExtUtils/MM_Unix.pm
24326 ____________________________________________________________________________
24327 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
24328         Log: (Retracted by #10104.)
24329              
24330              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
24331              From: barries <barries@slaysys.com>
24332              Date: Sat, 12 May 2001 01:28:10 -0400
24333              Message-ID: <20010512012810.B26358@jester.slaysys.com>
24334      Branch: perl
24335            ! lib/Pod/Text.pm
24336 ____________________________________________________________________________
24337 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
24338         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
24339              From: Mike Guy <mjtg@cam.ac.uk>
24340              Date: Sat, 12 May 2001 19:24:33 +0100
24341              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
24342      Branch: perl
24343            ! lib/AutoSplit.pm
24344 ____________________________________________________________________________
24345 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
24346         Log: Yet another HP-UX hints tweak from Merijn.
24347      Branch: perl
24348            ! hints/hpux.sh
24349 ____________________________________________________________________________
24350 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
24351         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
24352              isn't defined (changes#9366,9368,9370 from mainline without the
24353              pp_scmp() change)
24354      Branch: maint-5.6/perl
24355            ! pp.c pp.h pp_hot.c
24356 ____________________________________________________________________________
24357 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
24358         Log: The sorting seems to happen now automatically.
24359      Branch: perl
24360            ! t/lib/glob-basic.t
24361 ____________________________________________________________________________
24362 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
24363         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
24364              From: Benjamin Sugars <bsugars@canoe.ca>
24365              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
24366              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
24367      Branch: perl
24368            ! pod/perlfunc.pod
24369 ____________________________________________________________________________
24370 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
24371         Log: Subject: Re: undef(&foo) does not work for XS functions
24372              From: Doug MacEachern <dougm@covalent.net>
24373              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
24374              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
24375      Branch: perl
24376            ! op.c
24377 ____________________________________________________________________________
24378 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
24379         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
24380              From: Peter Prymmer <pvhp@forte.com>
24381              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
24382              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
24383      Branch: perl
24384            ! t/op/append.t
24385 ____________________________________________________________________________
24386 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
24387         Log: Update Changes.
24388      Branch: perl
24389            ! Changes patchlevel.h
24390 ____________________________________________________________________________
24391 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
24392         Log: Remove the 'asciir' re subpragma.  Should instead implement
24393              the 'physical vs logical' range scheme:
24394              
24395              \xAA-\xCC is a native physical range, you want that range of
24396              codepoints in your native encoding.  In EBCDIC the codepoints
24397              in the gaps (between i-j and r-s) should be included.
24398              
24399              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
24400              codepoints in Unicode.
24401              
24402              a-z is a logical range, you want that range of 'logical' codepoints
24403              in your native encoding.  In EBCDIC the codepoints in the gaps
24404              (between i-j and r-s) should not be included.
24405              
24406              Mixed cases (a-\xAA, etc) should either be errors, or maybe
24407              the 'logical' endpoints should be converted to native/Unicode
24408              codepoints, and the range handled as a physical range.
24409              
24410              'Logical endpoints' are to be recognized only in the A-Z, a-z,
24411              and 0-9 ranges.  Probably a warning should be given for mixed
24412              cases like A-z or a-9 (since such expressions are encoding
24413              dependent), with a recommendation to use physical ranges.
24414      Branch: perl
24415            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
24416            ! t/op/regexp.t
24417 ____________________________________________________________________________
24418 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
24419         Log: Make the test to cleanup the test directory tree
24420              both before and after the testing so that we always
24421              have a clean slate to work with.
24422      Branch: perl
24423            ! t/lib/filefind.t
24424 ____________________________________________________________________________
24425 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
24426         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
24427              From: Jon Eveland <jweveland@yahoo.com>
24428              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
24429              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
24430      Branch: perl
24431            ! pod/perlfunc.pod
24432 ____________________________________________________________________________
24433 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
24434         Log: Merge the camel-III/vstring.t with op/ver.t.
24435      Branch: perl
24436            - t/camel-III/vstring.t
24437            ! MANIFEST t/TEST t/harness t/op/ver.t
24438 ____________________________________________________________________________
24439 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
24440         Log: Add test.deparse make target.
24441      Branch: perl
24442            ! Makefile.SH
24443 ____________________________________________________________________________
24444 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
24445         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
24446              From: Robin Houston <robin@kitsite.com>
24447              Date: Fri, 11 May 2001 12:02:22 +0100
24448              Message-ID: <20010511120222.A11529@penderel>
24449      Branch: perl
24450            ! ext/B/B/Deparse.pm t/op/method.t
24451 ____________________________________________________________________________
24452 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
24453         Log: A nicely working combination for UTS from Hal Morris.
24454      Branch: perl
24455            + ext/POSIX/hints/uts.pl
24456            ! MANIFEST hints/uts.sh
24457 ____________________________________________________________________________
24458 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
24459         Log: i_ieeefp=undef for UTS.
24460      Branch: perl
24461            ! hints/uts.sh
24462 ____________________________________________________________________________
24463 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
24464         Log: Subject: RE: rand(0) is rand(1)
24465              From: Larry Shatzer <lshatzer@islanddata.com>
24466              Date: Thu, 10 May 2001 11:09:27 -0700
24467              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
24468      Branch: perl
24469            ! pod/perlfunc.pod
24470 ____________________________________________________________________________
24471 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
24472         Log: Subject: [patch] make op_{clear,null} public
24473              From: Doug MacEachern <dougm@covalent.net>
24474              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
24475              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
24476      Branch: perl
24477            ! embed.h embed.pl op.c proto.h
24478 ____________________________________________________________________________
24479 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
24480         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
24481              From: Robin Houston <robin@kitsite.com>
24482              Date: Thu, 10 May 2001 18:54:59 +0100
24483              Message-ID: <20010510185459.A5995@penderel>
24484      Branch: perl
24485            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
24486 ____________________________________________________________________________
24487 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
24488         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
24489              From: Robin Houston <robin@kitsite.com>
24490              Date: Thu, 10 May 2001 12:56:39 +0100
24491              Message-ID: <20010510125639.A2119@penderel>
24492      Branch: perl
24493            ! ext/B/B/Deparse.pm
24494 ____________________________________________________________________________
24495 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
24496         Log: Retract #10070, not ready yet.
24497      Branch: perl
24498            ! ext/B/B/Deparse.pm
24499 ____________________________________________________________________________
24500 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
24501         Log: The metaconfig unit change for #10071.
24502      Branch: metaconfig
24503            ! U/modified/mallocsrc.U
24504 ____________________________________________________________________________
24505 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
24506         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
24507      Branch: perl
24508            ! Configure
24509 ____________________________________________________________________________
24510 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
24511         Log: (Retracted by #10073)
24512              
24513              Subject: Re: [PATCH t/TEST] B::Deparse tester 
24514              From: Hugo <hv@crypt.compulink.co.uk>
24515              Date: Thu, 10 May 2001 05:48:09 +0100
24516              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
24517      Branch: perl
24518            ! ext/B/B/Deparse.pm
24519 ____________________________________________________________________________
24520 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
24521         Log: Add a for(func()) test.
24522      Branch: perl
24523            ! t/cmd/for.t
24524 ____________________________________________________________________________
24525 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
24526         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
24527              From: Robin Houston <robin@kitsite.com>
24528              Date: Thu, 10 May 2001 13:50:08 +0100
24529              Message-ID: <20010510135008.A2454@penderel>
24530      Branch: perl
24531            ! ext/B/B/Deparse.pm
24532 ____________________________________________________________________________
24533 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
24534         Log: A thinko in #10065.
24535      Branch: perl
24536            ! hv.c
24537 ____________________________________________________________________________
24538 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
24539         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
24540              From: Robin Houston <robin@kitsite.com>
24541              Date: Thu, 10 May 2001 02:10:34 +0100
24542              Message-ID: <20010510021034.A19421@penderel>
24543      Branch: perl
24544            ! ext/B/B.xs ext/B/B/Deparse.pm
24545 ____________________________________________________________________________
24546 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
24547         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
24548              From: Doug MacEachern <dougm@covalent.net>
24549              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
24550              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
24551      Branch: perl
24552            ! hv.c
24553 ____________________________________________________________________________
24554 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
24555         Log: One more workaround for the UTS compiler from Hal Morris.
24556      Branch: perl
24557            ! perl.h
24558 ____________________________________________________________________________
24559 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
24560         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
24561              From: Robin Houston <robin@kitsite.com>
24562              Date: Thu, 10 May 2001 01:02:08 +0100
24563              Message-ID: <20010510010208.A18200@penderel>
24564      Branch: perl
24565            ! ext/B/B/Debug.pm
24566 ____________________________________________________________________________
24567 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
24568         Log: Subject: [PATCH] Simplify deb_curcv() a bit
24569              From: Benjamin Sugars <bsugars@canoe.ca>
24570              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
24571              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
24572      Branch: perl
24573            ! run.c
24574 ____________________________________________________________________________
24575 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
24576         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
24577              From: Benjamin Sugars <bsugars@canoe.ca>
24578              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
24579              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
24580      Branch: perl
24581            ! t/lib/io_scalar.t
24582 ____________________________________________________________________________
24583 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
24584         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
24585              From: Peter Prymmer <pvhp@forte.com>
24586              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
24587              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
24588      Branch: perl
24589            ! t/lib/md5-file.t
24590 ____________________________________________________________________________
24591 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
24592         Log: Subject: [PATCH t/TEST] B::Deparse tester
24593              From: Robin Houston <robin@kitsite.com>
24594              Date: Wed, 9 May 2001 19:17:50 +0100
24595              Message-ID: <20010509191750.A16940@penderel>
24596      Branch: perl
24597            ! ext/B/O.pm t/TEST
24598 ____________________________________________________________________________
24599 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
24600         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
24601              From: Jeff Pinyan <jeffp@crusoe.net>
24602              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
24603              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
24604      Branch: perl
24605            ! lib/Pod/Html.pm
24606 ____________________________________________________________________________
24607 [ 10057] By: nick                                  on 2001/05/09  18:37:56
24608         Log: Integrate mainline.
24609      Branch: perlio
24610           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
24611           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
24612 ____________________________________________________________________________
24613 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
24614         Log: Update Changes.
24615      Branch: perl
24616            ! Changes patchlevel.h
24617 ____________________________________________________________________________
24618 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
24619         Log: Integrate perlio.
24620      Branch: perl
24621           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24622 ____________________________________________________________________________
24623 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
24624         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
24625              From: Benjamin Sugars <bsugars@canoe.ca>
24626              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
24627              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
24628      Branch: perl
24629            ! perlio.c
24630 ____________________________________________________________________________
24631 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
24632         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
24633              From: Benjamin Sugars <bsugars@canoe.ca>
24634              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
24635              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
24636      Branch: perl
24637            ! ext/PerlIO/Scalar/Scalar.xs
24638 ____________________________________________________________________________
24639 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
24640         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
24641              From: Jeff Pinyan <jeffp@crusoe.net>
24642              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
24643              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
24644      Branch: perl
24645            ! lib/Pod/Html.pm
24646 ____________________________________________________________________________
24647 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
24648         Log: EPOC tweak from Olaf Flebbe.
24649      Branch: perl
24650            ! epoc/epocish.h
24651 ____________________________________________________________________________
24652 [ 10050] By: nick                                  on 2001/05/09  14:37:57
24653         Log: win32, regen_config_h
24654      Branch: perlio
24655            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24656 ____________________________________________________________________________
24657 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
24658         Log: Integrate perlio.
24659      Branch: perl
24660           !> pp_sys.c
24661 ____________________________________________________________________________
24662 [ 10048] By: nick                                  on 2001/05/09  11:59:50
24663         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
24664              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
24665      Branch: perlio
24666            ! pp_sys.c
24667 ____________________________________________________________________________
24668 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
24669         Log: Integrate perlio.
24670      Branch: perl
24671           !> run.c
24672 ____________________________________________________________________________
24673 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
24674         Log: Subject: Re: Less warnings during configure
24675              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24676              Date: Wed, 09 May 2001 13:12:49 +0200
24677              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
24678      Branch: perl
24679            ! hints/hpux.sh
24680 ____________________________________________________________________________
24681 [ 10045] By: nick                                  on 2001/05/09  09:56:59
24682         Log: MULTIPLICITY/DEBUGGING build fix.
24683      Branch: perlio
24684            ! run.c
24685 ____________________________________________________________________________
24686 [ 10044] By: nick                                  on 2001/05/09  09:46:37
24687         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
24688      Branch: perlio
24689           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
24690            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
24691           !> (integrate 65 files)
24692 ____________________________________________________________________________
24693 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
24694         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24695              From: Robin Houston <robin@kitsite.com>
24696              Date: Tue, 8 May 2001 19:38:00 +0100
24697              Message-ID: <20010508193800.A4389@penderel>
24698              
24699              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24700              From: Robin Houston <robin@kitsite.com>
24701              Date: Tue, 8 May 2001 20:03:57 +0100
24702              Message-ID: <20010508200357.A4614@penderel>
24703              
24704              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24705              From: Robin Houston <robin@kitsite.com>
24706              Date: Wed, 9 May 2001 00:12:05 +0100
24707              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
24708      Branch: perl
24709            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
24710 ____________________________________________________________________________
24711 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
24712         Log: Retract #10031.
24713      Branch: perl
24714            ! pod/perlfunc.pod
24715 ____________________________________________________________________________
24716 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
24717         Log: The metaconfig unit changes for #10040.
24718      Branch: metaconfig/U/perl
24719            ! Checkcc.U d_dlsymun.U dlsrc.U
24720 ____________________________________________________________________________
24721 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
24722         Log: The Configure half of
24723              
24724              Subject: Less warnings during configure
24725              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24726              Date: Tue, 08 May 2001 08:44:02 +0200
24727              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
24728      Branch: perl
24729            ! Configure
24730 ____________________________________________________________________________
24731 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
24732         Log: Subject: Less warnings during configure
24733              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24734              Date: Tue, 08 May 2001 08:44:02 +0200
24735              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
24736      Branch: perl
24737            ! hints/hpux.sh
24738 ____________________________________________________________________________
24739 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
24740         Log: Don't forget to whine about \d__\d.
24741      Branch: perl
24742            ! t/pragma/warn/toke toke.c
24743 ____________________________________________________________________________
24744 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
24745         Log: Allow underscores also in the exponent part.
24746      Branch: perl
24747            ! t/pragma/warn/toke toke.c
24748 ____________________________________________________________________________
24749 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
24750         Log: CodeMagicCD doesn't look like an *I*DE.
24751      Branch: perl
24752            ! pod/perlfaq3.pod
24753 ____________________________________________________________________________
24754 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
24755         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
24756              to be consistently down).
24757      Branch: perl
24758            ! pod/perlfaq3.pod
24759 ____________________________________________________________________________
24760 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
24761         Log: Upgrade to Text::Balanced 1.84.
24762      Branch: perl
24763            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
24764 ____________________________________________________________________________
24765 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
24766         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
24767              From: Benjamin Sugars <bsugars@canoe.ca>
24768              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
24769              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
24770      Branch: perl
24771            ! run.c
24772 ____________________________________________________________________________
24773 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
24774         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
24775              From: Peter Prymmer <pvhp@forte.com>
24776              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
24777              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
24778      Branch: perl
24779            ! t/pod/plainer.t
24780 ____________________________________________________________________________
24781 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
24782         Log: (Retracted by #10042)
24783              
24784              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
24785              From: "Philip Newton" <pnewton@gmx.de>
24786              Date: Tue, 8 May 2001 09:18:10 +0200
24787              Message-ID: <3AF7B9D2.28861.603732@localhost>
24788      Branch: perl
24789            ! pod/perlfunc.pod
24790 ____________________________________________________________________________
24791 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
24792         Log: Subject: [PATCH B::Deparse] Document known bugs
24793              From: Robin Houston <robin@kitsite.com>
24794              Date: Tue, 8 May 2001 01:53:34 +0100
24795              Message-ID: <20010508015334.A32394@penderel>
24796      Branch: perl
24797            ! ext/B/B/Deparse.pm
24798 ____________________________________________________________________________
24799 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
24800         Log: Subject: Re: Perl book, magazine and website updates.
24801              From: "Philip Newton" <pnewton@gmx.de>
24802              Date: Mon, 7 May 2001 17:03:58 +0200
24803              Message-ID: <3AF6D57E.5387.1E29930@localhost>
24804      Branch: perl
24805            ! pod/perlfaq2.pod
24806 ____________________________________________________________________________
24807 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
24808         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
24809              From: Peter Prymmer <pvhp@forte.com>
24810              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
24811              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
24812      Branch: perl
24813            ! t/io/fflush.t
24814 ____________________________________________________________________________
24815 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
24816         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
24817              From: Robin Houston <robin@kitsite.com>
24818              Date: Tue, 8 May 2001 01:14:55 +0100
24819              Message-ID: <20010508011455.A32162@penderel>
24820      Branch: perl
24821            ! ext/B/B/Deparse.pm
24822 ____________________________________________________________________________
24823 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
24824         Log: Typo in #10025.
24825      Branch: perl
24826            ! hints/uts.sh
24827 ____________________________________________________________________________
24828 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
24829         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
24830      Branch: perl
24831            ! hints/uts.sh
24832 ____________________________________________________________________________
24833 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
24834         Log: Subject: Re: [ID 20010506.045] question about hash syntax
24835              From: Peter Scott <Peter@PSDT.com>
24836              Date: Sun, 06 May 2001 13:10:40 -0700
24837              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
24838      Branch: perl
24839            ! pod/perl56delta.pod
24840 ____________________________________________________________________________
24841 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
24842         Log: Configure should figure out the list of dynamic extensions
24843              just fine in UTS-- and in fact it does, as reported by Hal Morris.
24844      Branch: perl
24845            ! hints/uts.sh
24846 ____________________________________________________________________________
24847 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
24848         Log: Update Changes.
24849      Branch: perl
24850            ! Changes patchlevel.h
24851 ____________________________________________________________________________
24852 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
24853         Log: Subject: [PATCH regcomp.c] Insecure regexes
24854              From: Robin Houston <robin@kitsite.com>
24855              Date: Mon, 7 May 2001 21:56:12 +0100
24856              Message-ID: <20010507215612.A31114@penderel>
24857      Branch: perl
24858            ! regcomp.c
24859 ____________________________________________________________________________
24860 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
24861         Log: Drop the foobar.perl.com references for now until Simon
24862              gets them sorted out.
24863      Branch: perl
24864            ! pod/perlfaq2.pod
24865 ____________________________________________________________________________
24866 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
24867         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
24868              From: Prymmer/Kahn <pvhp@best.com>
24869              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
24870              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
24871      Branch: perl
24872            ! lib/Devel/SelfStubber.pm
24873 ____________________________________________________________________________
24874 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
24875         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
24876              From: Prymmer/Kahn <pvhp@best.com>
24877              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
24878              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
24879      Branch: perl
24880            ! win32/Makefile
24881 ____________________________________________________________________________
24882 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
24883         Log: s/WebTechnique's/WebTechniques/
24884      Branch: perl
24885            ! pod/perlfaq2.pod
24886 ____________________________________________________________________________
24887 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
24888         Log: Llama 3 updates from Randal.
24889      Branch: perl
24890            ! pod/perlfaq2.pod
24891 ____________________________________________________________________________
24892 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
24893         Log: Subject: [PATCH] Help -Dt show correct pad variables
24894              From: Benjamin Sugars <ben.sugars@home.com>
24895              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
24896              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
24897      Branch: perl
24898            ! embed.h embed.pl proto.h run.c
24899 ____________________________________________________________________________
24900 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
24901         Log: Subject: [PATCH] Document C<our $foo : shared>
24902              From: Benjamin Sugars <ben.sugars@home.com>
24903              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
24904              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
24905      Branch: perl
24906            ! pod/perlfunc.pod
24907 ____________________________________________________________________________
24908 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
24909         Log: Subject: [PATCH B::Deparse] undefined folded constants
24910              From: Robin Houston <robin@kitsite.com>
24911              Date: Sun, 6 May 2001 17:19:09 +0100
24912              Message-ID: <20010506171909.A7046@penderel>
24913      Branch: perl
24914            ! ext/B/B/Deparse.pm
24915 ____________________________________________________________________________
24916 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
24917         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
24918              From: Robin Houston <robin@kitsite.com>
24919              Message-ID: <20010506164654.A6848@penderel>
24920              Date: Sun, 6 May 2001 16:46:54 +0100
24921      Branch: perl
24922            ! ext/B/B/Deparse.pm
24923 ____________________________________________________________________________
24924 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
24925         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
24926              From: Robin Houston <robin@kitsite.com>
24927              Date: Sun, 6 May 2001 14:47:02 +0100
24928              Message-ID: <20010506144702.A6308@penderel>
24929      Branch: perl
24930            ! t/op/my_stash.t
24931 ____________________________________________________________________________
24932 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
24933         Log: Subject: Perl book, magazine and website updates.
24934              From: Simon Cozens <simon@netthink.co.uk>
24935              Date: Sun, 6 May 2001 16:55:36 +0100
24936              Message-ID: <20010506165536.A1795@netthink.co.uk>
24937      Branch: perl
24938            ! pod/perlbook.pod pod/perlfaq2.pod
24939 ____________________________________________________________________________
24940 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
24941         Log: Tweaks on the Tru64 prof options.
24942      Branch: perl
24943            ! pod/perlhack.pod
24944 ____________________________________________________________________________
24945 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
24946         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
24947              From: Robin Houston <robin@kitsite.com>
24948              Date: Sun, 6 May 2001 14:40:51 +0100
24949              Message-ID: <20010506144051.A6279@penderel>
24950      Branch: perl
24951            ! t/pod/testp2pt.pl
24952 ____________________________________________________________________________
24953 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
24954         Log: Subject: [PATCH B::Deparse] scoping
24955              From: Robin Houston <robin@kitsite.com>
24956              Date: Sun, 6 May 2001 14:36:56 +0100
24957              Message-ID: <20010506143656.A4006@penderel>
24958      Branch: perl
24959            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
24960 ____________________________________________________________________________
24961 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
24962         Log: Document the undefinedness of bitshifting out of range.
24963      Branch: perl
24964            ! pod/perlop.pod
24965 ____________________________________________________________________________
24966 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
24967         Log: Retract #10003 and update the IDE descriptions a bit.
24968      Branch: perl
24969            ! pod/perlfaq3.pod
24970 ____________________________________________________________________________
24971 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
24972         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
24973              From: Prymmer/Kahn <pvhp@best.com>
24974              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
24975              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
24976      Branch: perl
24977            ! win32/Makefile win32/buildext.pl win32/config.bc
24978            ! win32/config.gc win32/config.vc
24979 ____________________________________________________________________________
24980 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
24981         Log: (Retracted by #10005.)
24982      Branch: perl
24983            ! pod/perlfaq3.pod
24984 ____________________________________________________________________________
24985 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
24986         Log: It's "psed", not "sed".
24987      Branch: perl
24988            ! x2p/s2p.PL
24989 ____________________________________________________________________________
24990 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
24991         Log: Update Changes.
24992      Branch: perl
24993            ! Changes patchlevel.h
24994 ____________________________________________________________________________
24995 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
24996         Log: Subject: Re: bleadperl make install fails due to "psed"
24997              From: andreas.koenig@anima.de (Andreas J. Koenig)
24998              Date: 05 May 2001 18:23:28 +0200
24999              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
25000      Branch: perl
25001            ! x2p/Makefile.SH x2p/s2p.PL
25002 ____________________________________________________________________________
25003 [  9999] By: jhi                                   on 2001/05/05  18:28:09
25004         Log: AUTHORS updates.
25005      Branch: perl
25006            ! AUTHORS
25007 ____________________________________________________________________________
25008 [  9998] By: jhi                                   on 2001/05/05  18:16:00
25009         Log: Updates on the pods related to the modules included since 5.6.
25010              
25011              TODO: perltodo really could use major updating.
25012      Branch: perl
25013            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
25014            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
25015            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
25016            ! pod/perlsyn.pod pod/perltodo.pod
25017 ____________________________________________________________________________
25018 [  9997] By: jhi                                   on 2001/05/05  17:35:17
25019         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
25020              from Kurt Skauen.
25021      Branch: perl
25022            + hints/atheos.sh
25023            ! MANIFEST
25024 ____________________________________________________________________________
25025 [  9996] By: jhi                                   on 2001/05/05  17:25:00
25026         Log: Add preemptive #undefs for some of the shorter and more prone
25027              to collision regcomp.h #defines.  (Background: the MASK collided
25028              with a system header #define in Rhapsody.)
25029      Branch: perl
25030            ! regcomp.h
25031 ____________________________________________________________________________
25032 [  9995] By: jhi                                   on 2001/05/05  13:24:21
25033         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
25034              From: Nicholas Clark <nick@ccl4.org>
25035              Date: Sat, 5 May 2001 14:46:39 +0100
25036              Message-ID: <20010505144639.O53513@plum.flirble.org>
25037              
25038              Add a test for the constants (if any) being processed correctly.
25039      Branch: perl
25040            ! utils/h2xs.PL
25041 ____________________________________________________________________________
25042 [  9994] By: jhi                                   on 2001/05/05  02:11:03
25043         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
25044              From: Peter Prymmer <pvhp@forte.com>
25045              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
25046              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
25047      Branch: perl
25048            ! t/lib/b-stash.t
25049 ____________________________________________________________________________
25050 [  9993] By: jhi                                   on 2001/05/05  02:03:49
25051         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
25052              From: Peter Prymmer <pvhp@forte.com>
25053              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
25054              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
25055      Branch: perl
25056            ! perlio.c vms/vmsish.h
25057 ____________________________________________________________________________
25058 [  9992] By: jhi                                   on 2001/05/04  17:21:12
25059         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
25060              From: Robin Barker <rmb1@cise.npl.co.uk>
25061              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
25062              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
25063      Branch: perl
25064            + t/pod/plainer.t
25065            ! MANIFEST
25066 ____________________________________________________________________________
25067 [  9991] By: jhi                                   on 2001/05/04  16:47:45
25068         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
25069              From: Robin Barker <rmb1@cise.npl.co.uk>
25070              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
25071              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
25072      Branch: perl
25073            ! regcomp.c
25074 ____________________________________________________________________________
25075 [  9990] By: jhi                                   on 2001/05/04  14:37:20
25076         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
25077              From: Prymmer/Kahn <pvhp@best.com>
25078              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
25079              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
25080      Branch: perl
25081            ! t/lib/b-stash.t
25082 ____________________________________________________________________________
25083 [  9989] By: jhi                                   on 2001/05/04  14:03:58
25084         Log: Introduce perl572delta, update Todo, add the missing
25085              mention about signal safety since 5.7.1 (though this
25086              requires verification and more details.)
25087      Branch: perl
25088            + pod/perl572delta.pod
25089            ! MANIFEST Todo pod/perl571delta.pod
25090 ____________________________________________________________________________
25091 [  9988] By: jhi                                   on 2001/05/04  12:41:51
25092         Log: Subject: [PATCH perl@9944] long =item
25093              From: Robin Barker <rmb1@cise.npl.co.uk>
25094              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
25095              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
25096      Branch: perl
25097            ! ext/Time/HiRes/HiRes.pm
25098 ____________________________________________________________________________
25099 [  9987] By: jhi                                   on 2001/05/04  12:39:19
25100         Log: The #9901 had removed one line essential for EBCDIC.
25101      Branch: perl
25102            ! regcomp.c
25103 ____________________________________________________________________________
25104 [  9986] By: jhi                                   on 2001/05/04  12:30:23
25105         Log: Subject: cygwin/Makefile.SHs INSTALL patch
25106              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
25107              Date: Mon, 08 Jan 2001 04:59:21 +0200
25108              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
25109      Branch: perl
25110            ! cygwin/Makefile.SHs
25111 ____________________________________________________________________________
25112 [  9985] By: jhi                                   on 2001/05/04  03:51:39
25113         Log: Encode/IO doc tweaks.
25114      Branch: perl
25115            ! ext/Encode/Encode.pm
25116 ____________________________________________________________________________
25117 [  9984] By: jhi                                   on 2001/05/04  03:29:34
25118         Log: Remove GDBM_File from the dynamic extensions for UTS,
25119              GDBM is not a standard feature.
25120      Branch: perl
25121            ! hints/uts.sh
25122 ____________________________________________________________________________
25123 [  9983] By: jhi                                   on 2001/05/04  03:22:59
25124         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
25125      Branch: perl
25126            ! pod/perlretut.pod
25127 ____________________________________________________________________________
25128 [  9982] By: jhi                                   on 2001/05/03  23:21:03
25129         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
25130              From: Benjamin Sugars <bsugars@canoe.ca>
25131              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
25132              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
25133      Branch: perl
25134            ! dump.c
25135 ____________________________________________________________________________
25136 [  9981] By: jhi                                   on 2001/05/03  23:20:05
25137         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
25138              From: Benjamin Sugars <bsugars@canoe.ca>
25139              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
25140              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
25141      Branch: perl
25142            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25143 ____________________________________________________________________________
25144 [  9980] By: jhi                                   on 2001/05/03  23:15:29
25145         Log: Integrate perlio.
25146      Branch: perl
25147           !> ext/Encode/Encode.pm
25148 ____________________________________________________________________________
25149 [  9979] By: jhi                                   on 2001/05/03  16:54:59
25150         Log: Install psed man page.
25151      Branch: perl
25152            ! installman
25153 ____________________________________________________________________________
25154 [  9978] By: jhi                                   on 2001/05/03  16:45:58
25155         Log: Remove unused files; noted by Sarathy.
25156      Branch: perl
25157            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
25158            ! MANIFEST
25159 ____________________________________________________________________________
25160 [  9977] By: jhi                                   on 2001/05/03  16:42:30
25161         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
25162              From: Andy Dougherty <doughera@lafayette.edu>
25163              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
25164              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
25165      Branch: perl
25166            ! INSTALL
25167 ____________________________________________________________________________
25168 [  9976] By: nick                                  on 2001/05/03  16:40:42
25169         Log: Allow $answer = encode($object,$text); like it says in docs.
25170      Branch: perlio
25171            ! ext/Encode/Encode.pm
25172 ____________________________________________________________________________
25173 [  9975] By: nick                                  on 2001/05/03  16:22:30
25174         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
25175              to be in scope (fair enough), and also a package variable (our) for eval to see it.
25176      Branch: perlio
25177            ! ext/Encode/Encode.pm
25178 ____________________________________________________________________________
25179 [  9974] By: nick                                  on 2001/05/03  15:48:17
25180         Log: Integrate mainline.
25181      Branch: perlio
25182           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
25183           +> t/lib/filter-simple.t t/lib/next.t
25184           !> (integrate 70 files)
25185 ____________________________________________________________________________
25186 [  9973] By: jhi                                   on 2001/05/03  13:09:09
25187         Log: Update Changes.
25188      Branch: perl
25189            ! Changes patchlevel.h
25190 ____________________________________________________________________________
25191 [  9972] By: jhi                                   on 2001/05/03  12:58:33
25192         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
25193              From: Prymmer/Kahn <pvhp@best.com>
25194              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
25195              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
25196      Branch: perl
25197            ! t/io/fflush.t
25198 ____________________________________________________________________________
25199 [  9971] By: jhi                                   on 2001/05/03  12:57:26
25200         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
25201              From: Prymmer/Kahn <pvhp@best.com>
25202              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
25203              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
25204      Branch: perl
25205            ! win32/FindExt.pm
25206 ____________________________________________________________________________
25207 [  9970] By: jhi                                   on 2001/05/03  02:42:46
25208         Log: Can't croak sans thread context, from Doug MacEachern.
25209      Branch: perl
25210            ! toke.c
25211 ____________________________________________________________________________
25212 [  9969] By: jhi                                   on 2001/05/03  01:23:48
25213         Log: Subject: Random input test and Perl
25214              From: Ilya Zakharevich <ilya@math.berkeley.edu>
25215              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
25216              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
25217      Branch: perl
25218            ! toke.c
25219 ____________________________________________________________________________
25220 [  9968] By: jhi                                   on 2001/05/02  22:17:21
25221         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
25222              From: Peter Prymmer <pvhp@forte.com>
25223              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
25224              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
25225      Branch: perl
25226            ! pod/perlfunc.pod pod/perlport.pod
25227 ____________________________________________________________________________
25228 [  9967] By: jhi                                   on 2001/05/02  20:12:45
25229         Log: Workaround for UTS compiler casting bug from Hal Morris.
25230      Branch: perl
25231            ! perl.h
25232 ____________________________________________________________________________
25233 [  9966] By: jhi                                   on 2001/05/02  18:31:37
25234         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
25235              From: Dan Sugalski <dan@sidhe.org>
25236              Date: Wed, 02 May 2001 15:23:22 -0400
25237              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
25238      Branch: perl
25239            ! perl.c vms/vms.c
25240 ____________________________________________________________________________
25241 [  9965] By: jhi                                   on 2001/05/02  18:21:29
25242         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
25243      Branch: perl
25244            ! pod/perlfunc.pod
25245 ____________________________________________________________________________
25246 [  9964] By: jhi                                   on 2001/05/02  18:15:01
25247         Log: Document large files in INSTALL, document also the %x
25248              limitation if not use64bitint, closes bug 20010326.007.
25249      Branch: perl
25250            ! INSTALL
25251 ____________________________________________________________________________
25252 [  9963] By: jhi                                   on 2001/05/02  17:24:47
25253         Log: perlmodlib tweaks; regen pods.
25254      Branch: perl
25255            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
25256            ! pod/perltoc.pod
25257 ____________________________________________________________________________
25258 [  9962] By: jhi                                   on 2001/05/02  17:14:00
25259         Log: Fix for a segfault, from Marc Lehmann.
25260      Branch: perl
25261            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
25262 ____________________________________________________________________________
25263 [  9961] By: jhi                                   on 2001/05/02  15:55:53
25264         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
25265              From: "Philip Newton" <pnewton@gmx.de>
25266              Date: Wed, 2 May 2001 18:39:03 +0200
25267              Message-ID: <3AF05447.15525.173B588@localhost>
25268      Branch: perl
25269            ! pod/perlop.pod
25270 ____________________________________________________________________________
25271 [  9960] By: jhi                                   on 2001/05/02  15:35:37
25272         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
25273              From: Dan Sugalski <dan@sidhe.org>
25274              Date: Wed, 02 May 2001 11:37:27 -0400
25275              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
25276      Branch: perl
25277            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
25278            ! thread.h vms/vms.c vms/vmsish.h
25279 ____________________________________________________________________________
25280 [  9959] By: jhi                                   on 2001/05/02  15:21:08
25281         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
25282              From: Benjamin Sugars <bsugars@canoe.ca>
25283              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
25284              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
25285      Branch: perl
25286            ! ext/PerlIO/Scalar/Scalar.xs
25287 ____________________________________________________________________________
25288 [  9958] By: jhi                                   on 2001/05/02  15:15:53
25289         Log: Bug in #9915, spotted by Mike Guy.
25290      Branch: perl
25291            ! installperl
25292 ____________________________________________________________________________
25293 [  9957] By: jhi                                   on 2001/05/02  13:26:01
25294         Log: Add a test for not griping about references as array
25295              indices if the reference has magic in it (overloaded
25296              methods).
25297      Branch: perl
25298            ! pod/perldiag.pod t/pragma/warn/pp_hot
25299 ____________________________________________________________________________
25300 [  9956] By: jhi                                   on 2001/05/02  13:07:01
25301         Log: Retracted a bit too much in #9952.
25302      Branch: perl
25303            ! t/pragma/sub_lval.t
25304 ____________________________________________________________________________
25305 [  9955] By: jhi                                   on 2001/05/02  13:05:38
25306         Log: Test for #9952.
25307      Branch: perl
25308            ! t/op/tie.t
25309 ____________________________________________________________________________
25310 [  9954] By: jhi                                   on 2001/05/02  11:48:18
25311         Log: Additional note on the encoding example: one cannot
25312              convert string constants in-place.
25313      Branch: perl
25314            ! ext/Encode/Encode.pm
25315 ____________________________________________________________________________
25316 [  9953] By: jhi                                   on 2001/05/02  11:43:51
25317         Log: Note that if you have recent enough Perl you already
25318              have Filter::Util::Call.
25319      Branch: perl
25320            ! lib/Filter/Simple.pm
25321 ____________________________________________________________________________
25322 [  9952] By: jhi                                   on 2001/05/02  11:31:53
25323         Log: Retract changes #8254 and #8255, causes coredump in
25324              'tie FH, "main"', reported by Abigail, culprit found by
25325              Benjamin Sugars.  Mirrors maintperl change #9950.
25326      Branch: perl
25327            ! op.c t/pragma/sub_lval.t
25328 ____________________________________________________________________________
25329 [  9951] By: jhi                                   on 2001/05/02  11:14:29
25330         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
25331      Branch: perl
25332            + t/lib/MyFilter.pm
25333 ____________________________________________________________________________
25334 [  9950] By: gsar                                  on 2001/05/02  03:17:11
25335         Log: revert integration of changes#8254,8255 in change#8620 (causes
25336              a coredump in C<tie FH, 'foo'>; the idea itself may need better
25337              rationalization)
25338      Branch: maint-5.6/perl
25339            ! op.c t/pragma/sub_lval.t
25340 ____________________________________________________________________________
25341 [  9949] By: gsar                                  on 2001/05/02  02:56:32
25342         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
25343              
25344              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
25345              
25346              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
25347      Branch: maint-5.6/perl
25348           !> hints/svr5.sh
25349 ____________________________________________________________________________
25350 [  9948] By: gsar                                  on 2001/05/02  02:49:15
25351         Log: pod/find.t breaks on VMS (from Craig Berry)
25352      Branch: maint-5.6/perl
25353            ! t/pod/find.t
25354 ____________________________________________________________________________
25355 [  9947] By: jhi                                   on 2001/05/02  02:43:09
25356         Log: Add an encoding conversion example.
25357      Branch: perl
25358            ! ext/Encode/Encode.pm
25359 ____________________________________________________________________________
25360 [  9946] By: jhi                                   on 2001/05/02  01:34:22
25361         Log: Another coat of paint but still nowhere finished.
25362              Need to decide on the semantics of strptime(): should
25363              strptime() be a function instead of a method?  To do
25364              the week/monthname-strptiming the i18n/l10n bullet needs
25365              to be bitten with gusto.
25366      Branch: perl
25367            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
25368 ____________________________________________________________________________
25369 [  9945] By: jhi                                   on 2001/05/01  23:40:52
25370         Log: Update Changes.
25371      Branch: perl
25372            ! Changes patchlevel.h
25373 ____________________________________________________________________________
25374 [  9944] By: jhi                                   on 2001/05/01  23:33:37
25375         Log: Add known-to-be-tested modules to the list-to-be-skipped.
25376      Branch: perl
25377            ! t/lib/1_compile.t
25378 ____________________________________________________________________________
25379 [  9943] By: jhi                                   on 2001/05/01  23:24:40
25380         Log: Subject: BorlandC++ fix
25381              From: "Vadim Konovalov" <watman@inbox.ru>
25382              Date: Mon, 30 Apr 2001 20:12:26 -0700
25383              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
25384      Branch: perl
25385            ! win32/makefile.mk
25386 ____________________________________________________________________________
25387 [  9942] By: jhi                                   on 2001/05/01  23:18:02
25388         Log: Update to Filter::Simple 0.60, create a test for it.
25389      Branch: perl
25390            + t/lib/filter-simple.t
25391            ! MANIFEST lib/Filter/Simple.pm
25392 ____________________________________________________________________________
25393 [  9941] By: jhi                                   on 2001/05/01  19:47:24
25394         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
25395              From: Hugo <hv@crypt.compulink.co.uk>
25396              Date: Tue, 01 May 2001 20:12:20 +0100
25397              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
25398      Branch: perl
25399            ! pp_hot.c t/op/re_tests
25400 ____________________________________________________________________________
25401 [  9940] By: jhi                                   on 2001/05/01  19:42:16
25402         Log: Integrate perlio.
25403      Branch: perl
25404           !> lib/base.pm t/lib/fields.t
25405 ____________________________________________________________________________
25406 [  9939] By: jhi                                   on 2001/05/01  19:39:51
25407         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
25408              From: Benjamin Sugars <bsugars@canoe.ca>
25409              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
25410              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
25411      Branch: perl
25412            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25413 ____________________________________________________________________________
25414 [  9938] By: jhi                                   on 2001/05/01  19:34:09
25415         Log: Add NEXT, a pseudo-class for method redispatching.
25416              <Damian>NEXT.pm probably offers more bang-for-buck
25417              than anything else I've ever written.</Damian>
25418      Branch: perl
25419            + lib/NEXT.pm t/lib/next.t
25420            ! MANIFEST
25421 ____________________________________________________________________________
25422 [  9937] By: jhi                                   on 2001/05/01  19:21:41
25423         Log: Update to Switch 2.02.
25424      Branch: perl
25425            ! lib/Switch.pm t/lib/switch.t
25426 ____________________________________________________________________________
25427 [  9936] By: nick                                  on 2001/05/01  19:09:21
25428         Log: Fix for base.pm clobbering $VERSION
25429      Branch: perlio
25430            ! lib/base.pm
25431 ____________________________________________________________________________
25432 [  9935] By: nick                                  on 2001/05/01  18:54:38
25433         Log: Test for base.pm clobbering $VERSION.
25434      Branch: perlio
25435            ! t/lib/fields.t
25436 ____________________________________________________________________________
25437 [  9934] By: jhi                                   on 2001/05/01  18:39:10
25438         Log: Add information about Scalar::Util::blessed.
25439      Branch: perl
25440            ! pod/perlobj.pod
25441 ____________________________________________________________________________
25442 [  9933] By: jhi                                   on 2001/05/01  18:33:51
25443         Log: Subject: Extra UNIVERSAL documentation
25444              From: Mike Guy <mjtg@cam.ac.uk>
25445              Date: Tue, 01 May 2001 20:12:11 +0100
25446              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
25447      Branch: perl
25448            ! pod/perlobj.pod
25449 ____________________________________________________________________________
25450 [  9932] By: jhi                                   on 2001/05/01  18:26:54
25451         Log: Subject: Autoflush in tests as appropriate
25452              From: Mike Guy <mjtg@cam.ac.uk>
25453              Date: Tue, 01 May 2001 20:05:31 +0100
25454              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
25455      Branch: perl
25456            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
25457            ! t/op/taint.t
25458 ____________________________________________________________________________
25459 [  9931] By: jhi                                   on 2001/05/01  18:02:29
25460         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
25461              From: Benjamin Sugars <bsugars@canoe.ca>
25462              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
25463              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
25464      Branch: perl
25465            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25466 ____________________________________________________________________________
25467 [  9930] By: jhi                                   on 2001/05/01  15:12:26
25468         Log: Subject: Re: Finally got a round tuit
25469              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25470              Date: Tue, 01 May 2001 14:14:10 +0200
25471              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
25472              
25473              The -DP part, slightly modified.
25474      Branch: perl
25475            ! perl.c
25476 ____________________________________________________________________________
25477 [  9929] By: jhi                                   on 2001/05/01  14:17:15
25478         Log: Subject: Re: Finally got a round tuit
25479              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25480              Date: Tue, 01 May 2001 16:34:06 +0200
25481              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
25482              
25483              cpp and optimization tweaks for HP-UX.
25484      Branch: perl
25485            ! hints/hpux.sh
25486 ____________________________________________________________________________
25487 [  9928] By: jhi                                   on 2001/05/01  13:24:20
25488         Log: Tune the scan_num() comments to reality.
25489      Branch: perl
25490            ! toke.c
25491 ____________________________________________________________________________
25492 [  9927] By: jhi                                   on 2001/05/01  13:14:01
25493         Log: Subject: [PATCH B::Deparse] optimised sort
25494              From: Robin Houston <robin@kitsite.com>
25495              Date: Tue, 1 May 2001 14:07:12 +0100
25496              Message-ID: <20010501140712.A4266@penderel>
25497      Branch: perl
25498            ! ext/B/B/Deparse.pm
25499 ____________________________________________________________________________
25500 [  9926] By: jhi                                   on 2001/05/01  13:10:53
25501         Log: Subject: [PATCH t/lib/b-deparse.t] 
25502              From: Robin Houston <robin@kitsite.com>
25503              Date: Tue, 1 May 2001 13:37:42 +0100
25504              Message-ID: <20010501133742.A4082@penderel>
25505      Branch: perl
25506            ! t/lib/b-deparse.t
25507 ____________________________________________________________________________
25508 [  9925] By: jhi                                   on 2001/05/01  13:10:13
25509         Log: Subject: [PATCH B::Deparse] for(;;), sort
25510              From: Robin Houston <robin@kitsite.com>
25511              Date: Tue, 1 May 2001 13:35:00 +0100
25512              Message-ID: <20010501133500.A4061@penderel>
25513      Branch: perl
25514            ! ext/B/B/Deparse.pm
25515 ____________________________________________________________________________
25516 [  9924] By: jhi                                   on 2001/05/01  13:09:22
25517         Log: Subject: [PATCH B::Deparse] do, warn, use
25518              From: Robin Houston <robin@kitsite.com>
25519              Date: Tue, 1 May 2001 13:31:03 +0100
25520              Message-ID: <20010501133103.A4041@penderel>
25521      Branch: perl
25522            ! ext/B/B/Deparse.pm
25523 ____________________________________________________________________________
25524 [  9923] By: jhi                                   on 2001/05/01  11:45:36
25525         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
25526              From: Benjamin Sugars <ben.sugars@home.com>
25527              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
25528              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
25529      Branch: perl
25530            + t/io/fflush.t
25531            ! MANIFEST
25532 ____________________________________________________________________________
25533 [  9922] By: jhi                                   on 2001/05/01  11:35:42
25534         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
25535              From: Peter Prymmer <pvhp@forte.com>
25536              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
25537              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
25538      Branch: perl
25539            ! t/lib/selfstubber.t
25540 ____________________________________________________________________________
25541 [  9921] By: jhi                                   on 2001/04/30  16:34:33
25542         Log: Subject: [PATCH B::Concise] suppress warning
25543              From: Robin Houston <robin@kitsite.com>
25544              Date: Mon, 30 Apr 2001 16:09:49 +0100
25545              Message-ID: <20010430160949.A25086@penderel>
25546      Branch: perl
25547            ! ext/B/B/Concise.pm
25548 ____________________________________________________________________________
25549 [  9920] By: jhi                                   on 2001/04/30  13:56:04
25550         Log: Strip the *markers* from #9919.
25551      Branch: perl
25552            ! pod/perlfaq.pod pod/perlfaq5.pod
25553 ____________________________________________________________________________
25554 [  9919] By: jhi                                   on 2001/04/30  13:54:04
25555         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
25556              From: Gwyn Judd <b.judd@xtra.co.nz>
25557              Date: Sun, 29 Apr 2001 01:47:49 +1200
25558              Message-ID: <20010429014749.A4418@thislove>
25559      Branch: perl
25560            ! pod/perlfaq.pod pod/perlfaq5.pod
25561 ____________________________________________________________________________
25562 [  9918] By: jhi                                   on 2001/04/30  13:13:54
25563         Log: More_tweakage.
25564      Branch: perl
25565            ! pod/perldata.pod pod/perldiag.pod
25566 ____________________________________________________________________________
25567 [  9917] By: jhi                                   on 2001/04/30  13:01:27
25568         Log: Update Changes.
25569      Branch: perl
25570            ! Changes patchlevel.h
25571 ____________________________________________________________________________
25572 [  9916] By: jhi                                   on 2001/04/30  12:57:03
25573         Log: T_w_e_a_k_a_g_e.
25574      Branch: perl
25575            ! pod/perldata.pod pod/perldiag.pod
25576 ____________________________________________________________________________
25577 [  9915] By: jhi                                   on 2001/04/30  12:39:29
25578         Log: Install s2p also as psed.
25579              
25580              TODO: psed documentation?
25581      Branch: perl
25582            ! installperl
25583 ____________________________________________________________________________
25584 [  9914] By: jhi                                   on 2001/04/30  12:29:21
25585         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
25586              From: Jens Hamisch <jens@Strawberry.COM>
25587              Date: Fri, 27 Apr 2001 17:00:36 +0200
25588              Message-ID: <20010427170036.K1372@Strawberry.COM>
25589              
25590              SOCKS5_VERSION_NAME is the right symbol to detect
25591              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
25592              function called socks5_init() is available, and even that is
25593              not universal, most SOCKS5 installations use SOCKSinit()).
25594      Branch: perl
25595            ! perlio.c
25596 ____________________________________________________________________________
25597 [  9913] By: jhi                                   on 2001/04/30  12:22:15
25598         Log: Allow a zero timeout on IO::Socket accept and connect--
25599              though one really shouldn't do that.  Based on
25600              
25601              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
25602              From: "John Holdsworth" <coldwave@bigfoot.com>
25603              Date: Sun, 4 Feb 2001 12:48:18 +0100
25604              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
25605      Branch: perl
25606            ! ext/IO/lib/IO/Socket.pm
25607 ____________________________________________________________________________
25608 [  9912] By: jhi                                   on 2001/04/30  11:27:27
25609         Log: Save the spot of regprev (see #9911) for binary compatibility;
25610              regen API.
25611      Branch: perl
25612            ! embedvar.h perlapi.h thrdvar.h
25613 ____________________________________________________________________________
25614 [  9911] By: jhi                                   on 2001/04/30  11:22:03
25615         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
25616              From: Hugo <hv@crypt.compulink.co.uk>
25617              Date: Sun, 29 Apr 2001 17:09:30 +0100
25618              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
25619      Branch: perl
25620            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
25621 ____________________________________________________________________________
25622 [  9910] By: jhi                                   on 2001/04/30  11:15:12
25623         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
25624              a dummy for PL_numeric_radix); no pressing reason to break
25625              binary compatibility; regen API.
25626      Branch: perl
25627            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
25628            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
25629 ____________________________________________________________________________
25630 [  9909] By: jhi                                   on 2001/04/30  10:56:08
25631         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
25632              From: Walt Mankowski <waltman@netaxs.com>
25633              Date: Sun, 29 Apr 2001 21:53:48 -0400
25634              Message-ID: <20010429215348.A3971@netaxs.com>
25635      Branch: perl
25636            ! pod/perlfunc.pod
25637 ____________________________________________________________________________
25638 [  9908] By: jhi                                   on 2001/04/30  10:49:40
25639         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
25640      Branch: perl
25641            ! t/lib/selfstubber.t
25642 ____________________________________________________________________________
25643 [  9907] By: nick                                  on 2001/04/30  09:26:50
25644         Log: Integrate mainline.
25645      Branch: perlio
25646           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
25647 ____________________________________________________________________________
25648 [  9906] By: jhi                                   on 2001/04/29  23:24:20
25649         Log: Abigail spotted a thinko in #9905.
25650      Branch: perl
25651            ! pod/perldiag.pod
25652 ____________________________________________________________________________
25653 [  9905] By: jhi                                   on 2001/04/29  15:55:39
25654         Log: Changed the underscore/undebar syntax in numeric constants;
25655              now any grouping will do, as long as the underscores are not
25656              consecutive (so "zero-grouping" is out), and they do not begin
25657              or end the integer or fractional parts.
25658      Branch: perl
25659            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
25660 ____________________________________________________________________________
25661 [  9904] By: nick                                  on 2001/04/29  15:43:22
25662         Log: Integrate mainline.
25663      Branch: perlio
25664           +> (branch 98 files)
25665            - lib/unicode/Block.pl
25666            - lib/unicode/In/AlphabeticPresentationForms.pl
25667            - lib/unicode/In/Arabic.pl
25668            - lib/unicode/In/ArabicPresentationForms-A.pl
25669            - lib/unicode/In/ArabicPresentationForms-B.pl
25670            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25671            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25672            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25673            - lib/unicode/In/BopomofoExtended.pl
25674            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
25675            - lib/unicode/In/CJKCompatibility.pl
25676            - lib/unicode/In/CJKCompatibilityForms.pl
25677            - lib/unicode/In/CJKCompatibilityIdeographs.pl
25678            - lib/unicode/In/CJKRadicalsSupplement.pl
25679            - lib/unicode/In/CJKSymbolsandPunctuation.pl
25680            - lib/unicode/In/CJKUnifiedIdeographs.pl
25681            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
25682            - lib/unicode/In/Cherokee.pl
25683            - lib/unicode/In/CombiningDiacriticalMarks.pl
25684            - lib/unicode/In/CombiningHalfMarks.pl
25685            - lib/unicode/In/CombiningMarksforSymbols.pl
25686            - lib/unicode/In/ControlPictures.pl
25687            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25688            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25689            - lib/unicode/In/EnclosedAlphanumerics.pl
25690            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
25691            - lib/unicode/In/Ethiopic.pl
25692            - lib/unicode/In/GeneralPunctuation.pl
25693            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25694            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25695            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25696            - lib/unicode/In/HalfwidthandFullwidthForms.pl
25697            - lib/unicode/In/HangulCompatibilityJamo.pl
25698            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25699            - lib/unicode/In/Hebrew.pl
25700            - lib/unicode/In/HighPrivateUseSurrogates.pl
25701            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25702            - lib/unicode/In/IPAExtensions.pl
25703            - lib/unicode/In/IdeographicDescriptionCharacters.pl
25704            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
25705            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25706            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
25707            - lib/unicode/In/Latin-1Supplement.pl
25708            - lib/unicode/In/LatinExtended-A.pl
25709            - lib/unicode/In/LatinExtended-B.pl
25710            - lib/unicode/In/LatinExtendedAdditional.pl
25711            - lib/unicode/In/LetterlikeSymbols.pl
25712            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
25713            - lib/unicode/In/MathematicalOperators.pl
25714            - lib/unicode/In/MiscellaneousSymbols.pl
25715            - lib/unicode/In/MiscellaneousTechnical.pl
25716            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
25717            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
25718            - lib/unicode/In/OpticalCharacterRecognition.pl
25719            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
25720            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
25721            - lib/unicode/In/SmallFormVariants.pl
25722            - lib/unicode/In/SpacingModifierLetters.pl
25723            - lib/unicode/In/Specials.pl
25724            - lib/unicode/In/SuperscriptsandSubscripts.pl
25725            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
25726            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
25727            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
25728            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
25729            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
25730           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
25731           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
25732           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
25733           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
25734           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
25735           !> utf8.c win32/Makefile
25736 ____________________________________________________________________________
25737 [  9903] By: jhi                                   on 2001/04/29  14:30:53
25738         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
25739              From: Prymmer/Kahn <pvhp@best.com>
25740              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
25741              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
25742      Branch: perl
25743            ! win32/Makefile
25744 ____________________________________________________________________________
25745 [  9902] By: jhi                                   on 2001/04/29  02:52:44
25746         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
25747              From: "Abigail" <abigail@foad.org>
25748              Date: Sun, 29 Apr 2001 03:14:25 +0200
25749              Message-ID: <20010429011425.24503.qmail@foad.org>
25750      Branch: perl
25751            ! ext/IO/lib/IO/Seekable.pm
25752 ____________________________________________________________________________
25753 [  9901] By: jhi                                   on 2001/04/29  02:04:46
25754         Log: In character classes one couldn't have 0x80..0xff characters
25755              at the left hand side if there were 0x100.. characters in the
25756              character class.
25757      Branch: perl
25758            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
25759            ! t/op/pat.t utf8.c
25760 ____________________________________________________________________________
25761 [  9900] By: jhi                                   on 2001/04/28  22:55:04
25762         Log: Forgot the latest mktables.PL from #9899.
25763      Branch: perl
25764            ! lib/unicode/mktables.PL
25765 ____________________________________________________________________________
25766 [  9899] By: jhi                                   on 2001/04/28  22:53:28
25767         Log: Explain the \p{} and \P{} error message better and
25768              have prettier prettyprint in In.pl.
25769      Branch: perl
25770            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
25771            ! pod/perldiag.pod
25772 ____________________________________________________________________________
25773 [  9898] By: jhi                                   on 2001/04/28  21:03:34
25774         Log: Add one possible explanation for the "Invalid [] range" error.
25775      Branch: perl
25776            ! pod/perldiag.pod
25777 ____________________________________________________________________________
25778 [  9897] By: jhi                                   on 2001/04/28  17:18:26
25779         Log: Add a level of indirection to the implementation of \p{InFoo}
25780              so that we don't have to have long filenames.  (Nothing changes
25781              in the user interface.)   The indirection is defined in
25782              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
25783              Also rename some the character classes by removing '-' from
25784              the classnames, and finally renamed Block.pl as Blocks.pl.
25785      Branch: perl
25786            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
25787            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
25788            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
25789            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
25790            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
25791            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
25792            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
25793            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
25794            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
25795            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
25796            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
25797            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
25798            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
25799            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
25800            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
25801            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
25802            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
25803            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
25804            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
25805            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
25806            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
25807            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
25808            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
25809            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
25810            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
25811            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
25812            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
25813            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
25814            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
25815            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
25816            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
25817            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
25818            + lib/unicode/In/94.pl lib/unicode/In/95.pl
25819            - lib/unicode/Block.pl
25820            - lib/unicode/In/AlphabeticPresentationForms.pl
25821            - lib/unicode/In/Arabic.pl
25822            - lib/unicode/In/ArabicPresentationForms-A.pl
25823            - lib/unicode/In/ArabicPresentationForms-B.pl
25824            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25825            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25826            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25827            - lib/unicode/In/BopomofoExtended.pl
25828            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
25829            - lib/unicode/In/CJKCompatibility.pl
25830            - lib/unicode/In/CJKCompatibilityForms.pl
25831            - lib/unicode/In/CJKCompatibilityIdeographs.pl
25832            - lib/unicode/In/CJKRadicalsSupplement.pl
25833            - lib/unicode/In/CJKSymbolsandPunctuation.pl
25834            - lib/unicode/In/CJKUnifiedIdeographs.pl
25835            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
25836            - lib/unicode/In/Cherokee.pl
25837            - lib/unicode/In/CombiningDiacriticalMarks.pl
25838            - lib/unicode/In/CombiningHalfMarks.pl
25839            - lib/unicode/In/CombiningMarksforSymbols.pl
25840            - lib/unicode/In/ControlPictures.pl
25841            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25842            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25843            - lib/unicode/In/EnclosedAlphanumerics.pl
25844            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
25845            - lib/unicode/In/Ethiopic.pl
25846            - lib/unicode/In/GeneralPunctuation.pl
25847            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25848            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25849            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25850            - lib/unicode/In/HalfwidthandFullwidthForms.pl
25851            - lib/unicode/In/HangulCompatibilityJamo.pl
25852            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25853            - lib/unicode/In/Hebrew.pl
25854            - lib/unicode/In/HighPrivateUseSurrogates.pl
25855            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25856            - lib/unicode/In/IPAExtensions.pl
25857            - lib/unicode/In/IdeographicDescriptionCharacters.pl
25858            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
25859            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25860            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
25861            - lib/unicode/In/Latin-1Supplement.pl
25862            - lib/unicode/In/LatinExtended-A.pl
25863            - lib/unicode/In/LatinExtended-B.pl
25864            - lib/unicode/In/LatinExtendedAdditional.pl
25865            - lib/unicode/In/LetterlikeSymbols.pl
25866            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
25867            - lib/unicode/In/MathematicalOperators.pl
25868            - lib/unicode/In/MiscellaneousSymbols.pl
25869            - lib/unicode/In/MiscellaneousTechnical.pl
25870            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
25871            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
25872            - lib/unicode/In/OpticalCharacterRecognition.pl
25873            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
25874            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
25875            - lib/unicode/In/SmallFormVariants.pl
25876            - lib/unicode/In/SpacingModifierLetters.pl
25877            - lib/unicode/In/Specials.pl
25878            - lib/unicode/In/SuperscriptsandSubscripts.pl
25879            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
25880            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
25881            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
25882            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
25883            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
25884            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
25885            ! pod/perlunicode.pod
25886 ____________________________________________________________________________
25887 [  9896] By: jhi                                   on 2001/04/28  14:33:17
25888         Log: Update the information on shared library path on HP-UX.
25889      Branch: perl
25890            ! INSTALL
25891 ____________________________________________________________________________
25892 [  9895] By: jhi                                   on 2001/04/28  14:32:30
25893         Log: Because #9894 seems to do the trick, this workaround can be removed.
25894      Branch: perl
25895            ! t/lib/selfstubber.t
25896 ____________________________________________________________________________
25897 [  9894] By: jhi                                   on 2001/04/28  14:26:13
25898         Log: For PerlIO flush the children's file handles (on fork/exec/system).
25899      Branch: perl
25900            ! perl.h
25901 ____________________________________________________________________________
25902 [  9893] By: jhi                                   on 2001/04/28  14:23:15
25903         Log: Test tweak for #9891.
25904      Branch: perl
25905            ! t/lib/b-deparse.t
25906 ____________________________________________________________________________
25907 [  9892] By: jhi                                   on 2001/04/28  14:10:13
25908         Log: New HP-UX hints from Merijn.
25909      Branch: perl
25910            ! hints/hpux.sh
25911 ____________________________________________________________________________
25912 [  9891] By: jhi                                   on 2001/04/28  14:07:27
25913         Log: Subject: [PATCH B::Deparse] non-block scopes
25914              From: Robin Houston <robin@kitsite.com>
25915              Date: Fri, 27 Apr 2001 19:15:14 +0100
25916              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
25917      Branch: perl
25918            ! ext/B/B/Deparse.pm
25919 ____________________________________________________________________________
25920 [  9890] By: nick                                  on 2001/04/27  19:41:25
25921         Log: Integrate mainline
25922      Branch: perlio
25923           +> t/lib/selfstubber.t
25924           !> (integrate 50 files)
25925 ____________________________________________________________________________
25926 [  9889] By: jhi                                   on 2001/04/27  18:23:46
25927         Log: Subject: Re: selfstubber test fail on bleadperl
25928              From: Mike Guy <mjtg@cam.ac.uk>
25929              Date: Fri, 27 Apr 2001 19:31:18 +0100
25930              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
25931      Branch: perl
25932            ! t/lib/selfstubber.t
25933 ____________________________________________________________________________
25934 [  9888] By: jhi                                   on 2001/04/27  16:20:54
25935         Log: Test tweak for #9886.
25936      Branch: perl
25937            ! t/lib/b-deparse.t
25938 ____________________________________________________________________________
25939 [  9887] By: jhi                                   on 2001/04/27  16:16:33
25940         Log: Buffering issue at least in Solaris (even with perlio).
25941      Branch: perl
25942            ! t/lib/selfstubber.t
25943 ____________________________________________________________________________
25944 [  9886] By: jhi                                   on 2001/04/27  14:59:23
25945         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
25946              From: Robin Houston <robin@kitsite.com>
25947              Date: Fri, 27 Apr 2001 16:53:20 +0100
25948              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
25949      Branch: perl
25950            ! ext/B/B/Deparse.pm
25951 ____________________________________________________________________________
25952 [  9885] By: jhi                                   on 2001/04/27  14:23:51
25953         Log: Update Changes.
25954      Branch: perl
25955            ! Changes patchlevel.h
25956 ____________________________________________________________________________
25957 [  9884] By: jhi                                   on 2001/04/27  14:14:12
25958         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
25959              From: "Philip Newton" <pnewton@gmx.de>
25960              Date: Fri, 27 Apr 2001 16:40:13 +0200
25961              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
25962      Branch: perl
25963            ! pod/perldata.pod
25964 ____________________________________________________________________________
25965 [  9883] By: jhi                                   on 2001/04/27  13:28:19
25966         Log: Add LOG_PERROR; prettify the "removed".
25967      Branch: perl
25968            ! ext/Sys/Syslog/Syslog.xs
25969 ____________________________________________________________________________
25970 [  9882] By: jhi                                   on 2001/04/27  13:13:18
25971         Log: h2xs tweaks: use NV instead of double, "quote" the removed
25972              prefixes for clarity (especially when nothing is removed),
25973              slight pod reformats.
25974      Branch: perl
25975            ! utils/h2xs.PL
25976 ____________________________________________________________________________
25977 [  9881] By: jhi                                   on 2001/04/27  12:58:48
25978         Log: Don't bother creating existing directories.
25979      Branch: perl
25980            ! utils/h2xs.PL
25981 ____________________________________________________________________________
25982 [  9880] By: jhi                                   on 2001/04/27  12:45:39
25983         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
25984              From: Mike Schilli <m@perlmeister.com>
25985              Date: Wed, 25 Apr 2001 01:29:21 -0700
25986              Message-id: <3AE68AE1.6A981723@perlmeister.com>
25987      Branch: perl
25988            ! utils/h2xs.PL
25989 ____________________________________________________________________________
25990 [  9879] By: jhi                                   on 2001/04/27  12:40:55
25991         Log: break is not yet Perl.  Added the template license also to README.
25992      Branch: perl
25993            ! utils/h2xs.PL
25994 ____________________________________________________________________________
25995 [  9878] By: jhi                                   on 2001/04/27  03:08:20
25996         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
25997              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25998              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
25999              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
26000      Branch: perl
26001            ! t/lib/xs-typemap.t
26002 ____________________________________________________________________________
26003 [  9877] By: jhi                                   on 2001/04/26  23:54:40
26004         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
26005              From: "Abigail" <abigail@foad.org>
26006              Date: Fri, 27 Apr 2001 01:44:28 +0200
26007              Message-ID: <20010426234428.19786.qmail@foad.org>
26008      Branch: perl
26009            ! utils/h2xs.PL
26010 ____________________________________________________________________________
26011 [  9876] By: jhi                                   on 2001/04/26  23:52:06
26012         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
26013              From: Peter Prymmer <pvhp@forte.com>
26014              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
26015              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
26016      Branch: perl
26017            ! t/lib/selfstubber.t
26018 ____________________________________________________________________________
26019 [  9875] By: jhi                                   on 2001/04/26  23:48:10
26020         Log: Deparse nits.
26021      Branch: perl
26022            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
26023 ____________________________________________________________________________
26024 [  9874] By: jhi                                   on 2001/04/26  22:46:05
26025         Log: Document ANYOF_CLASS.
26026      Branch: perl
26027            ! regcomp.h
26028 ____________________________________________________________________________
26029 [  9873] By: jhi                                   on 2001/04/26  22:35:03
26030         Log: Subject: Re: [PATCH @9846] dumping ANYOF
26031              From: Hugo <hv@crypt.compulink.co.uk>
26032              Date: Thu, 26 Apr 2001 23:33:38 +0100
26033              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
26034      Branch: perl
26035            ! regcomp.c regcomp.h
26036 ____________________________________________________________________________
26037 [  9872] By: jhi                                   on 2001/04/26  22:34:31
26038         Log: Subject: [PATCH] more for Devel::SelfStubber
26039              From: Nicholas Clark <nick@ccl4.org>
26040              Date: Fri, 27 Apr 2001 00:13:52 +0100
26041              Message-ID: <20010427001351.K88186@plum.flirble.org>
26042      Branch: perl
26043            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
26044 ____________________________________________________________________________
26045 [  9871] By: jhi                                   on 2001/04/26  21:59:17
26046         Log: Subject: [PATCH B::Deparse] formats must be flush left
26047              From: Robin Houston <robin@kitsite.com>
26048              Date: Thu, 26 Apr 2001 23:54:29 +0100
26049              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
26050      Branch: perl
26051            ! ext/B/B/Deparse.pm
26052 ____________________________________________________________________________
26053 [  9870] By: jhi                                   on 2001/04/26  21:57:37
26054         Log: If some of the constants are prefixes of others,
26055              the prefixes may never get recognized.  (See 20010426.006.)
26056      Branch: perl
26057            ! utils/h2xs.PL
26058 ____________________________________________________________________________
26059 [  9869] By: jhi                                   on 2001/04/26  21:50:42
26060         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
26061              From: Chris Bongaarts <cab@tc.umn.edu>
26062              Date: Thu, 26 Apr 2001 17:10:31 -0500
26063              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
26064      Branch: perl
26065            ! ext/Sys/Syslog/Syslog.xs
26066 ____________________________________________________________________________
26067 [  9868] By: jhi                                   on 2001/04/26  21:35:12
26068         Log: Further cuts and more docs from Graham Barr.
26069      Branch: perl
26070            ! ext/List/Util/lib/List/Util.pm
26071            ! ext/List/Util/lib/Scalar/Util.pm
26072 ____________________________________________________________________________
26073 [  9867] By: jhi                                   on 2001/04/26  21:18:57
26074         Log: Subject: [PATCH 5.7.1] DB_File-1.77
26075              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
26076              Date: Thu, 26 Apr 2001 22:37:53 +0100
26077              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
26078      Branch: perl
26079            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26080            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
26081 ____________________________________________________________________________
26082 [  9866] By: jhi                                   on 2001/04/26  21:12:31
26083         Log: Subject: [PATCH B::Deparse] fix easy bugs
26084              From: Robin Houston <robin@kitsite.com>
26085              Date: Thu, 26 Apr 2001 23:03:33 +0100
26086              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
26087      Branch: perl
26088            ! ext/B/B/Deparse.pm
26089 ____________________________________________________________________________
26090 [  9865] By: jhi                                   on 2001/04/26  20:26:13
26091         Log: Update Changes.
26092      Branch: perl
26093            ! Changes patchlevel.h
26094 ____________________________________________________________________________
26095 [  9864] By: jhi                                   on 2001/04/26  19:27:48
26096         Log: Dethinko from Robin Houston.
26097      Branch: perl
26098            ! ext/B/B/Deparse.pm
26099 ____________________________________________________________________________
26100 [  9863] By: jhi                                   on 2001/04/26  19:10:35
26101         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
26102              From: Robin Houston <robin@kitsite.com>
26103              Date: Thu, 26 Apr 2001 21:08:32 +0100
26104              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
26105      Branch: perl
26106            ! ext/B/B/Deparse.pm
26107 ____________________________________________________________________________
26108 [  9862] By: jhi                                   on 2001/04/26  19:04:23
26109         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
26110              From: Robin Houston <robin@kitsite.com>
26111              Date: Thu, 26 Apr 2001 20:52:50 +0100
26112              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
26113      Branch: perl
26114            ! ext/B/B/Deparse.pm
26115 ____________________________________________________________________________
26116 [  9861] By: jhi                                   on 2001/04/26  18:56:14
26117         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
26118              From: Mike Guy <mjtg@cam.ac.uk>
26119              Date: Thu, 26 Apr 2001 14:22:40 +0100
26120              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
26121      Branch: perl
26122            ! pod/perlobj.pod
26123 ____________________________________________________________________________
26124 [  9860] By: jhi                                   on 2001/04/26  18:46:42
26125         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
26126              From: Robin Houston <robin@kitsite.com>
26127              Date: Thu, 26 Apr 2001 20:34:29 +0100
26128              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
26129              
26130              Hashes do not interpolate.
26131      Branch: perl
26132            ! ext/B/B/Deparse.pm
26133 ____________________________________________________________________________
26134 [  9859] By: jhi                                   on 2001/04/26  18:43:51
26135         Log: Subject: The Time::Piece conspiracy unmasked!!!
26136              From: Mike Guy <mjtg@cam.ac.uk>
26137              Date: Thu, 26 Apr 2001 19:02:50 +0100
26138              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
26139              
26140              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
26141              From: Mike Guy <mjtg@cam.ac.uk>
26142              Date: Thu, 26 Apr 2001 19:08:21 +0100
26143              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
26144              
26145              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
26146              From: Graham Barr <gbarr@pobox.com>
26147              Date: Thu, 26 Apr 2001 19:12:03 +0100
26148              Message-ID: <20010426191203.A70835@pobox.com>
26149              
26150              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
26151      Branch: perl
26152            ! ext/List/Util/lib/List/Util.pm
26153            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
26154 ____________________________________________________________________________
26155 [  9858] By: jhi                                   on 2001/04/26  18:17:42
26156         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
26157              From: Robin Houston <robin@kitsite.com>
26158              Date: Thu, 26 Apr 2001 16:09:35 +0100
26159              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
26160      Branch: perl
26161            ! t/comp/proto.t
26162 ____________________________________________________________________________
26163 [  9857] By: jhi                                   on 2001/04/26  18:04:59
26164         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
26165              From: barries <barries@slaysys.com>
26166              Date: Thu, 26 Apr 2001 12:01:10 -0400
26167              Message-ID: <20010426120110.E29698@jester.slaysys.com>
26168      Branch: perl
26169            ! pod/perldiag.pod
26170 ____________________________________________________________________________
26171 [  9856] By: jhi                                   on 2001/04/26  18:03:33
26172         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
26173              Date: Thu, 26 Apr 2001 17:13:41 +0100
26174              From: Robin Houston <robin@kitsite.com>
26175              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
26176              
26177              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
26178              From: Robin Houston <robin@kitsite.com>
26179              Date: Thu, 26 Apr 2001 18:44:29 +0100
26180              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
26181      Branch: perl
26182            ! ext/B/B/Deparse.pm
26183 ____________________________________________________________________________
26184 [  9855] By: jhi                                   on 2001/04/26  17:56:04
26185         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
26186              From: Robin Houston <robin@kitsite.com>
26187              Date: Thu, 26 Apr 2001 17:04:08 +0100
26188              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
26189      Branch: perl
26190            ! ext/B/B/Deparse.pm
26191 ____________________________________________________________________________
26192 [  9854] By: jhi                                   on 2001/04/26  17:47:26
26193         Log: Subject: Re: Short test case for undef %stash:: crash
26194              From: Benjamin Sugars <bsugars@canoe.ca> 
26195              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
26196              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
26197              Changed and moved the perldiag entry.
26198      Branch: perl
26199            ! gv.c pod/perldiag.pod
26200 ____________________________________________________________________________
26201 [  9853] By: jhi                                   on 2001/04/26  14:35:16
26202         Log: Beginnings of strptime().  Do not touch the wet paint.
26203      Branch: perl
26204            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
26205 ____________________________________________________________________________
26206 [  9852] By: jhi                                   on 2001/04/26  13:17:21
26207         Log: Retract #9851, core dumps from pod2man.
26208      Branch: perl
26209            ! regcomp.c
26210 ____________________________________________________________________________
26211 [  9851] By: jhi                                   on 2001/04/26  11:54:41
26212         Log: (Retracted by #9852.)
26213              
26214              Subject: [PATCH @9846] dumping ANYOF
26215              From: Hugo <hv@crypt.compulink.co.uk>
26216              Date: Thu, 26 Apr 2001 05:32:38 +0100
26217              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
26218      Branch: perl
26219            ! regcomp.c
26220 ____________________________________________________________________________
26221 [  9850] By: jhi                                   on 2001/04/26  02:34:44
26222         Log: If ccflags was empty the _previous_ $* containing all the
26223              environment variables and Configure variables was used,
26224              which lead, among other bad things, into $ccflags being your
26225              uname -a output, which lead into test compile with cc failing,
26226              which lead into gcc being selected, which didn't work that well
26227              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
26228              with large files, et cetera.
26229      Branch: perl
26230            ! hints/hpux.sh
26231 ____________________________________________________________________________
26232 [  9849] By: jhi                                   on 2001/04/26  01:44:57
26233         Log: Make selfstubber test more portable.
26234      Branch: perl
26235            ! t/lib/selfstubber.t
26236 ____________________________________________________________________________
26237 [  9848] By: jhi                                   on 2001/04/26  00:50:26
26238         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
26239              From: Benjamin Sugars <ben.sugars@home.com>
26240              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
26241              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
26242      Branch: perl
26243            ! ext/Cwd/Cwd.xs
26244 ____________________________________________________________________________
26245 [  9847] By: jhi                                   on 2001/04/26  00:46:58
26246         Log: Subject: [PATCH: perl@9841] VMS updates
26247              From: Peter Prymmer <pvhp@forte.com>
26248              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
26249              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
26250      Branch: perl
26251            ! README.vms configure.com vms/descrip_mms.template
26252            ! vms/ext/filespec.t
26253 ____________________________________________________________________________
26254 [  9846] By: jhi                                   on 2001/04/26  00:11:56
26255         Log: re 'debug' was broken by #9084.
26256      Branch: perl
26257            ! ext/re/re.xs
26258 ____________________________________________________________________________
26259 [  9845] By: jhi                                   on 2001/04/25  22:33:17
26260         Log: Subject: [PATCH] test for Devel::SelfStubber
26261              From: Nicholas Clark <nick@ccl4.org>
26262              Date: Thu, 26 Apr 2001 00:00:54 +0100
26263              Message-ID: <20010426000054.D89026@plum.flirble.org>
26264      Branch: perl
26265            + t/lib/selfstubber.t
26266            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
26267 ____________________________________________________________________________
26268 [  9844] By: jhi                                   on 2001/04/25  22:29:32
26269         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
26270              From: Paul Johnson <paul@pjcj.net>
26271              Date: Thu, 26 Apr 2001 00:46:08 +0200
26272              Message-ID: <20010426004608.H2338@pjcj.net>
26273      Branch: perl
26274            ! ext/B/B/Concise.pm
26275 ____________________________________________________________________________
26276 [  9843] By: jhi                                   on 2001/04/25  22:28:28
26277         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
26278              From: Peter Prymmer <pvhp@forte.com>
26279              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
26280              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
26281      Branch: perl
26282            ! ext/Cwd/Cwd.xs
26283 ____________________________________________________________________________
26284 [  9842] By: jhi                                   on 2001/04/25  20:58:12
26285         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
26286              From: John Peacock <jpeacock@rowman.com>
26287              Date: Wed, 25 Apr 2001 17:30:26 -0400
26288              Message-ID: <3AE741F2.B3217464@rowman.com>
26289      Branch: perl
26290            ! lib/Math/BigInt.pm t/lib/bigintpm.t
26291 ____________________________________________________________________________
26292 [  9841] By: jhi                                   on 2001/04/25  20:07:05
26293         Log: Update Changes.
26294      Branch: perl
26295            ! Changes patchlevel.h
26296 ____________________________________________________________________________
26297 [  9840] By: jhi                                   on 2001/04/25  19:56:51
26298         Log: Yet another HP-UX hints version from Merijn.
26299      Branch: perl
26300            ! hints/hpux.sh
26301 ____________________________________________________________________________
26302 [  9839] By: jhi                                   on 2001/04/25  19:53:04
26303         Log: abs_path() didn't terminate the filename correctly,
26304              in DIRNAMLENless systems like HP-UX this would fail.
26305      Branch: perl
26306            ! ext/Cwd/Cwd.xs
26307 ____________________________________________________________________________
26308 [  9838] By: jhi                                   on 2001/04/25  16:37:26
26309         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
26310              From: Mike Guy <mjtg@cam.ac.uk>
26311              Date: Wed, 25 Apr 2001 18:31:47 +0100
26312              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
26313      Branch: perl
26314            ! op.c
26315 ____________________________________________________________________________
26316 [  9837] By: jhi                                   on 2001/04/25  16:21:53
26317         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
26318              From: Jon Eveland <jweveland@yahoo.com>
26319              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
26320              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
26321      Branch: perl
26322            ! lib/perl5db.pl
26323 ____________________________________________________________________________
26324 [  9836] By: jhi                                   on 2001/04/25  14:17:50
26325         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
26326              From: "Philip Newton" <pnewton@gmx.de>
26327              Date: Wed, 25 Apr 2001 17:05:58 +0200
26328              Message-ID: <3AE703F6.3234.1833C45@localhost>
26329      Branch: perl
26330            ! Porting/patching.pod
26331 ____________________________________________________________________________
26332 [  9835] By: jhi                                   on 2001/04/25  13:58:07
26333         Log: It would seem that both ar and full_ar need to be overridden
26334              for HP-UX to avoid the GNU ar.
26335      Branch: perl
26336            ! hints/hpux.sh
26337 ____________________________________________________________________________
26338 [  9834] By: jhi                                   on 2001/04/25  13:50:40
26339         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
26340              From: "Philip Newton" <pnewton@gmx.de>
26341              Date: Wed, 25 Apr 2001 16:09:23 +0200
26342              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
26343              
26344              Detypo.
26345      Branch: perl
26346            ! t/op/misc.t
26347 ____________________________________________________________________________
26348 [  9833] By: jhi                                   on 2001/04/25  12:36:11
26349         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
26350      Branch: perl
26351            ! hints/hpux.sh
26352 ____________________________________________________________________________
26353 [  9832] By: jhi                                   on 2001/04/25  12:33:36
26354         Log: New version of HP-UX hints from Merijn.
26355      Branch: perl
26356            ! hints/hpux.sh
26357 ____________________________________________________________________________
26358 [  9831] By: jhi                                   on 2001/04/25  03:39:45
26359         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
26360      Branch: perl
26361            ! hints/hpux.sh
26362 ____________________________________________________________________________
26363 [  9830] By: jhi                                   on 2001/04/25  02:53:25
26364         Log: The tzname[] bit is not needed by util.c -- and causes
26365              heartburn in VMS (and it missing was probably the cause of
26366              the Mac OS X trouble).  Ouch.
26367      Branch: perl
26368            ! ext/POSIX/POSIX.xs util.c
26369 ____________________________________________________________________________
26370 [  9829] By: jhi                                   on 2001/04/25  00:10:06
26371         Log: Metaconfig unit change for #9828.
26372      Branch: metaconfig
26373            ! U/compline/ccflags.U
26374 ____________________________________________________________________________
26375 [  9828] By: jhi                                   on 2001/04/25  00:04:18
26376         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
26377              (which is actually the reason for the change, we need to pass
26378              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
26379              EP/IX, OS/2, and TitanOS, based on the hints files.
26380      Branch: perl
26381            ! Configure config_h.SH
26382 ____________________________________________________________________________
26383 [  9827] By: jhi                                   on 2001/04/24  23:49:20
26384         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
26385              the $cat must have an absolute path.
26386      Branch: perl
26387            ! makedepend.SH
26388 ____________________________________________________________________________
26389 [  9826] By: jhi                                   on 2001/04/24  23:40:53
26390         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
26391      Branch: perl
26392            ! README.amiga
26393 ____________________________________________________________________________
26394 [  9825] By: jhi                                   on 2001/04/24  23:35:35
26395         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
26396              From: "Philip Newton" <pnewton@gmx.de>
26397              Date: Tue, 24 Apr 2001 18:52:49 +0200
26398              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
26399      Branch: perl
26400            ! x2p/find2perl.PL
26401 ____________________________________________________________________________
26402 [  9824] By: jhi                                   on 2001/04/24  23:33:07
26403         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
26404              Some gcc specifics dropped out due to extensive rewriting;
26405              will be put back later as needed.
26406      Branch: perl
26407            ! hints/hpux.sh
26408 ____________________________________________________________________________
26409 [  9823] By: jhi                                   on 2001/04/24  23:27:57
26410         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
26411      Branch: perl
26412            ! ext/POSIX/POSIX.xs
26413 ____________________________________________________________________________
26414 [  9822] By: jhi                                   on 2001/04/24  23:25:21
26415         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
26416              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26417              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
26418              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
26419      Branch: perl
26420            ! ext/XS/Typemap/Typemap.xs
26421 ____________________________________________________________________________
26422 [  9821] By: jhi                                   on 2001/04/24  23:24:10
26423         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
26424              From: "Abigail" <abigail@foad.org>
26425              Date: Tue, 24 Apr 2001 23:12:03 +0200
26426              Message-ID: <20010424211203.7901.qmail@foad.org>
26427      Branch: perl
26428            ! pod/perlport.pod
26429 ____________________________________________________________________________
26430 [  9820] By: jhi                                   on 2001/04/24  23:23:15
26431         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
26432              From: Matt Sergeant <matt@sergeant.org>
26433              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
26434              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
26435      Branch: perl
26436            ! pod/perlfaq4.pod
26437 ____________________________________________________________________________
26438 [  9819] By: nick                                  on 2001/04/24  18:49:43
26439         Log: Integrate mainline.
26440      Branch: perlio
26441           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
26442           !> (integrate 37 files)
26443 ____________________________________________________________________________
26444 [  9818] By: jhi                                   on 2001/04/24  14:35:23
26445         Log: Update Changes.
26446      Branch: perl
26447            ! Changes patchlevel.h
26448 ____________________________________________________________________________
26449 [  9817] By: jhi                                   on 2001/04/24  14:09:17
26450         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
26451              From: "Philip Newton" <pnewton@gmx.de>
26452              Date: Tue, 24 Apr 2001 12:58:12 +0200
26453              Message-ID: <3AE57864.8304.B77A0A@localhost> 
26454              
26455              plus add CPAN to the list of modules that have their own tests.
26456      Branch: perl
26457            ! t/lib/1_compile.t
26458 ____________________________________________________________________________
26459 [  9816] By: jhi                                   on 2001/04/24  14:07:03
26460         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
26461              From: Michael G Schwern <schwern@pobox.com>
26462              Date: Sat, 21 Apr 2001 22:35:00 +0100
26463              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
26464      Branch: perl
26465            ! t/lib/1_compile.t
26466 ____________________________________________________________________________
26467 [  9815] By: jhi                                   on 2001/04/24  13:54:32
26468         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
26469              From: Robin Houston <robin@kitsite.com>
26470              Date: Tue, 24 Apr 2001 15:51:18 +0100
26471              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
26472      Branch: perl
26473            ! ext/B/B/Deparse.pm
26474 ____________________________________________________________________________
26475 [  9814] By: jhi                                   on 2001/04/24  13:17:34
26476         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26477              From: Bill Glicker <billg@burrelles.com>
26478              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
26479              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
26480      Branch: perl
26481            ! hints/svr5.sh
26482 ____________________________________________________________________________
26483 [  9813] By: jhi                                   on 2001/04/24  12:54:23
26484         Log: Prevent path disclosure (probing for existence of filenames)
26485              using suidperl; bug id 20010322.218.
26486      Branch: perl
26487            ! perl.c pod/perldiag.pod
26488 ____________________________________________________________________________
26489 [  9812] By: jhi                                   on 2001/04/24  12:08:36
26490         Log: Retract #9811.
26491      Branch: perl
26492            ! ext/POSIX/POSIX.xs
26493 ____________________________________________________________________________
26494 [  9811] By: jhi                                   on 2001/04/24  11:57:35
26495         Log: (Retracted by #9812.)
26496      Branch: perl
26497            ! ext/POSIX/POSIX.xs
26498 ____________________________________________________________________________
26499 [  9810] By: jhi                                   on 2001/04/24  03:32:35
26500         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
26501      Branch: perl
26502            ! util.c
26503 ____________________________________________________________________________
26504 [  9809] By: jhi                                   on 2001/04/24  03:16:13
26505         Log: The Math::BigFloat::import() was broken.
26506              (Fixes bug id 20010422.002.)
26507      Branch: perl
26508            ! lib/Math/BigFloat.pm
26509 ____________________________________________________________________________
26510 [  9808] By: jhi                                   on 2001/04/24  01:11:40
26511         Log: Additional dependencies; should help for parallel makes
26512              not to fail on missing lib/lib.pm or lib/re.pm.
26513      Branch: perl
26514            ! Makefile.SH
26515 ____________________________________________________________________________
26516 [  9807] By: jhi                                   on 2001/04/24  00:57:01
26517         Log: Update the test failure disclaimer.
26518      Branch: perl
26519            ! t/pragma/warn/pp_hot
26520 ____________________________________________________________________________
26521 [  9806] By: jhi                                   on 2001/04/24  00:54:04
26522         Log: Add make target "install-all" which is alias for "install"
26523              to cater for case-preserving filesystems like HFS+.
26524      Branch: perl
26525            ! INSTALL Makefile.SH
26526 ____________________________________________________________________________
26527 [  9805] By: jhi                                   on 2001/04/24  00:47:28
26528         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
26529              From: Peter Prymmer <pvhp@forte.com>
26530              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
26531              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
26532              
26533              (Ken William's message forwarded from macosx@perl.org)
26534      Branch: perl
26535            ! hints/darwin.sh
26536 ____________________________________________________________________________
26537 [  9804] By: jhi                                   on 2001/04/23  23:57:35
26538         Log: Cut-and-pasto.
26539      Branch: perl
26540            ! perlio.c
26541 ____________________________________________________________________________
26542 [  9803] By: jhi                                   on 2001/04/23  23:52:25
26543         Log: More PerlIO robustness.
26544      Branch: perl
26545            ! perlio.c
26546 ____________________________________________________________________________
26547 [  9802] By: jhi                                   on 2001/04/23  23:43:35
26548         Log: Make the "STD* opened only for ..." errors more consistent.
26549      Branch: perl
26550            ! doio.c
26551 ____________________________________________________________________________
26552 [  9801] By: jhi                                   on 2001/04/23  23:34:26
26553         Log: Test case for #9800.
26554      Branch: perl
26555            ! t/op/misc.t
26556 ____________________________________________________________________________
26557 [  9800] By: jhi                                   on 2001/04/23  23:14:43
26558         Log: Avoid coredump on 'close STDERR; die' by making
26559              the PerlIO calls more robust.  Also use SETERRNO()
26560              instead of errno = to be more VMS-ready.
26561      Branch: perl
26562            ! perlio.c
26563 ____________________________________________________________________________
26564 [  9799] By: jhi                                   on 2001/04/23  21:41:10
26565         Log: Subject: test for ID 20010423.002
26566              From: Robin Houston <robin@kitsite.com>
26567              Date: Mon, 23 Apr 2001 16:52:21 +0100
26568              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
26569      Branch: perl
26570            ! t/op/avhv.t
26571 ____________________________________________________________________________
26572 [  9798] By: jhi                                   on 2001/04/23  21:40:07
26573         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
26574              From: David Dyck <dcd@tc.fluke.com>
26575              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
26576              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
26577      Branch: perl
26578            ! installperl
26579 ____________________________________________________________________________
26580 [  9797] By: jhi                                   on 2001/04/23  21:37:56
26581         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
26582              From: Benjamin Sugars <bsugars@canoe.ca>
26583              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
26584              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
26585      Branch: perl
26586            ! ext/Cwd/Cwd.xs lib/Cwd.pm
26587 ____________________________________________________________________________
26588 [  9796] By: jhi                                   on 2001/04/23  21:29:24
26589         Log: Synchronize h2xs and pod2man some more on the documentation
26590              templates they propose.
26591      Branch: perl
26592            ! pod/pod2man.PL utils/h2xs.PL
26593 ____________________________________________________________________________
26594 [  9795] By: jhi                                   on 2001/04/23  17:30:40
26595         Log: Add one more naughty test for base64; make encoding logic cleaner.
26596      Branch: perl
26597            ! t/lib/mimeb64.t
26598 ____________________________________________________________________________
26599 [  9794] By: jhi                                   on 2001/04/23  13:51:32
26600         Log: Update Changes.
26601      Branch: perl
26602            ! Changes patchlevel.h
26603 ____________________________________________________________________________
26604 [  9793] By: jhi                                   on 2001/04/23  13:44:18
26605         Log: Duplicate lines.
26606      Branch: perl
26607            ! MANIFEST
26608 ____________________________________________________________________________
26609 [  9792] By: jhi                                   on 2001/04/23  13:39:13
26610         Log: Subject: Re: PATCH 5.7.1
26611              From: Mark-Jason Dominus <mjd@plover.com>
26612              Date: Mon, 23 Apr 2001 10:30:21 -0400
26613              Message-ID: <20010423143021.17335.qmail@plover.com>
26614      Branch: perl
26615            ! perl.h sv.c
26616 ____________________________________________________________________________
26617 [  9791] By: jhi                                   on 2001/04/23  13:32:40
26618         Log: Add the CPAN.pm 1.59_54 tests.
26619      Branch: perl
26620            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
26621            ! MANIFEST
26622 ____________________________________________________________________________
26623 [  9790] By: jhi                                   on 2001/04/23  13:21:55
26624         Log: Subject: Deparse nit
26625              From: Robin Houston <robin@kitsite.com>
26626              Date: Mon, 23 Apr 2001 12:38:20 +0100
26627              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
26628      Branch: perl
26629            ! ext/B/B/Deparse.pm
26630 ____________________________________________________________________________
26631 [  9789] By: jhi                                   on 2001/04/23  13:19:07
26632         Log: Subject: [PATCH] bug 20010423.002
26633              From: Robin Houston <robin@kitsite.com>
26634              Date: Mon, 23 Apr 2001 13:12:30 +0100
26635              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
26636      Branch: perl
26637            ! pp.c
26638 ____________________________________________________________________________
26639 [  9788] By: jhi                                   on 2001/04/23  13:02:49
26640         Log: Subject: PATCH [5.7.1] hv.c unused #define
26641              From: Mark-Jason Dominus <mjd@plover.com>
26642              Date: Sun, 22 Apr 2001 14:17:49 -0400
26643              Message-ID: <20010422181749.26976.qmail@plover.com>
26644      Branch: perl
26645            ! hv.c
26646 ____________________________________________________________________________
26647 [  9787] By: jhi                                   on 2001/04/23  13:02:02
26648         Log: Subject: PATCH 5.7.1
26649              From: Mark-Jason Dominus <mjd@plover.com>
26650              Date: Sun, 22 Apr 2001 15:12:57 -0400
26651              Message-ID: <20010422191258.6539.qmail@plover.com>
26652              
26653              plus Sarathy's STMT_START + STMT_END suggestion.
26654      Branch: perl
26655            ! perl.h
26656 ____________________________________________________________________________
26657 [  9786] By: jhi                                   on 2001/04/23  12:53:25
26658         Log: Fix for
26659              
26660              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
26661              From: dLux <dlux@spam.sch.bme.hu>
26662              Date: Mon, 23 Apr 2001 01:25:26 +0200
26663              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
26664              
26665              (SvGROW really does return a char *.)
26666      Branch: perl
26667            ! pod/perlapi.pod sv.h
26668 ____________________________________________________________________________
26669 [  9785] By: jhi                                   on 2001/04/23  04:34:04
26670         Log: Time::Piece work continues.  $t->day removed since
26671              I think it's too confusing.  Now has normal and
26672              abbreviated length weekday names and month names,
26673              the names change with _names(), not _list().
26674              Now has strftime() in Perl, _strftime() is
26675              the libc version (to which strftime() falls back
26676              if it doesn't know the format.  To do: the reverse
26677              of strftime, strptime(), and the localisation of both.
26678      Branch: perl
26679            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
26680            ! t/lib/time-piece.t
26681 ____________________________________________________________________________
26682 [  9784] By: jhi                                   on 2001/04/23  02:41:46
26683         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
26684              From: andreas.koenig@anima.de (Andreas J. Koenig)
26685              Date: 23 Apr 2001 05:20:55 +0200
26686              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
26687      Branch: perl
26688            ! t/pragma/overload.t
26689 ____________________________________________________________________________
26690 [  9783] By: jhi                                   on 2001/04/22  23:32:42
26691         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
26692              From: Robin Houston <robin@kitsite.com>
26693              Date: Mon, 23 Apr 2001 00:38:18 +0100
26694              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
26695      Branch: perl
26696            ! ext/B/B/Deparse.pm
26697 ____________________________________________________________________________
26698 [  9782] By: jhi                                   on 2001/04/22  20:55:43
26699         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
26700              From: Simon Cozens <simon@netthink.co.uk>
26701              Date: Sun, 22 Apr 2001 18:47:25 +0100
26702              Message-ID: <20010422184725.A14411@netthink.co.uk>
26703      Branch: perl
26704            ! sv.c t/pragma/overload.t
26705 ____________________________________________________________________________
26706 [  9781] By: jhi                                   on 2001/04/22  20:52:13
26707         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
26708              From: Robin Houston <robin@kitsite.com>
26709              Date: Sun, 22 Apr 2001 22:14:50 +0100
26710              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
26711      Branch: perl
26712            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
26713 ____________________________________________________________________________
26714 [  9780] By: nick                                  on 2001/04/22  20:40:31
26715         Log: Integrate mainline.
26716      Branch: perlio
26717           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
26718           +> t/lib/b-stash.t
26719           !> (integrate 38 files)
26720 ____________________________________________________________________________
26721 [  9779] By: jhi                                   on 2001/04/22  15:16:03
26722         Log: Subject: IO::Socket::INET patch
26723              From: andrew deryabin <djsf@technarchy.ru>
26724              Date: Sat, 21 Apr 2001 17:46:52 +0400
26725              Message-ID: <20010421174652.B1426@technarchy>
26726      Branch: perl
26727            ! ext/IO/lib/IO/Socket/INET.pm
26728 ____________________________________________________________________________
26729 [  9778] By: jhi                                   on 2001/04/22  15:14:33
26730         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
26731              From: Mark-Jason Dominus <mjd@plover.com>
26732              Date: Sat, 21 Apr 2001 21:27:49 -0400
26733              Message-ID: <20010422012749.27024.qmail@plover.com>
26734      Branch: perl
26735            ! regcomp.c
26736 ____________________________________________________________________________
26737 [  9777] By: jhi                                   on 2001/04/22  15:10:51
26738         Log: Subject: Re: Regex debugger patch 
26739              From: Mark-Jason Dominus <mjd@plover.com>
26740              Date: Sat, 21 Apr 2001 21:48:51 -0400
26741              Message-ID: <20010422014851.27165.qmail@plover.com>
26742      Branch: perl
26743            ! pod/perldebguts.pod
26744 ____________________________________________________________________________
26745 [  9776] By: jhi                                   on 2001/04/22  15:09:48
26746         Log: Subject: Re: Regex debugger patch
26747              From: Mark-Jason Dominus <mjd@plover.com>
26748              Date: Sat, 21 Apr 2001 14:24:39 -0400
26749              Message-ID: <20010421182439.16508.qmail@plover.com>
26750              
26751              Regex debugger backend.
26752      Branch: perl
26753            ! regcomp.c regexp.h
26754 ____________________________________________________________________________
26755 [  9775] By: jhi                                   on 2001/04/21  16:45:40
26756         Log: Subject: [PATCH] Typo in utf8.h
26757              From: Jesús Quiroga <jquiroga@pobox.com>
26758              Date: Sat, 21 Apr 2001 19:25:33 +0200
26759              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
26760      Branch: perl
26761            ! utf8.h
26762 ____________________________________________________________________________
26763 [  9774] By: jhi                                   on 2001/04/21  16:43:52
26764         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26765              From: Joe Orton <jorton@redhat.com>
26766              Date: Tue, 17 Apr 2001 15:50:43 +0100
26767              Message-Id: <20010417155043.D19132@eu.c2.net>
26768      Branch: perl
26769            ! hints/svr5.sh
26770 ____________________________________________________________________________
26771 [  9773] By: jhi                                   on 2001/04/21  15:30:15
26772         Log: Subject: Patch utils/h2xs.PL
26773              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26774              Date: Sat, 21 Apr 2001 10:32:16 -0500
26775              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
26776              
26777              Add MAILING list and LICENSE templates.
26778      Branch: perl
26779            ! utils/h2xs.PL
26780 ____________________________________________________________________________
26781 [  9772] By: jhi                                   on 2001/04/21  15:28:36
26782         Log: Subject: perlfaq2.patch for 5.7.1
26783              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26784              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
26785              Date: Fri, 20 Apr 2001 16:42:19 -0500
26786              
26787              rm an extra tab, a blurb about the xx.cpan to clarify
26788              which countries actually have that and dejanews is history
26789              as well as most of that nonsensical entry.
26790      Branch: perl
26791            ! pod/perlfaq2.pod
26792 ____________________________________________________________________________
26793 [  9771] By: jhi                                   on 2001/04/21  15:27:17
26794         Log: Subject: perlfaq1.patch for 5.7.1
26795              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26796              Date: Fri, 20 Apr 2001 16:57:36 -0500
26797              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
26798              
26799              Evil URLs must die. Especially when they are broken.
26800      Branch: perl
26801            ! pod/perlfaq1.pod
26802 ____________________________________________________________________________
26803 [  9770] By: jhi                                   on 2001/04/21  15:23:38
26804         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
26805              From: Michael G Schwern <schwern@pobox.com>
26806              Date: Sat, 21 Apr 2001 16:11:12 +0100
26807              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
26808      Branch: perl
26809            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
26810            + t/lib/b-stash.t
26811            ! MANIFEST ext/B/B.pm t/lib/b.t
26812 ____________________________________________________________________________
26813 [  9769] By: jhi                                   on 2001/04/21  15:03:32
26814         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
26815              From: Michael G Schwern <schwern@pobox.com>
26816              Date: Sat, 21 Apr 2001 09:48:00 +0100
26817              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
26818      Branch: perl
26819            ! utils/h2ph.PL
26820 ____________________________________________________________________________
26821 [  9768] By: jhi                                   on 2001/04/21  14:33:49
26822         Log: PerlIO and Encode doc cleanup and tweaks.
26823      Branch: perl
26824            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
26825            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
26826 ____________________________________________________________________________
26827 [  9767] By: jhi                                   on 2001/04/21  12:40:16
26828         Log: Integrate perlio.
26829      Branch: perl
26830           !> doio.c
26831 ____________________________________________________________________________
26832 [  9766] By: nick                                  on 2001/04/20  18:28:35
26833         Log: Avoid core dump on
26834              open(STDOUT,">",\$foo);
26835      Branch: perlio
26836            ! doio.c
26837 ____________________________________________________________________________
26838 [  9765] By: jhi                                   on 2001/04/20  13:23:43
26839         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
26840              From: Robin Houston <robin@kitsite.com>
26841              Date: Fri, 20 Apr 2001 14:29:22 +0100
26842              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
26843      Branch: perl
26844            ! ext/B/B.pm ext/B/B/Deparse.pm
26845 ____________________________________________________________________________
26846 [  9764] By: jhi                                   on 2001/04/20  13:19:33
26847         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
26848              From: Peter Prymmer <pvhp@forte.com>
26849              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
26850              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
26851      Branch: perl
26852            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
26853            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26854            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26855            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26856 ____________________________________________________________________________
26857 [  9763] By: jhi                                   on 2001/04/20  12:36:39
26858         Log: Subject: Re: A new PerlIO coredump
26859              From: Nick Ing-Simmons <nik@tiuk.ti.com>
26860              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
26861              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
26862      Branch: perl
26863            ! doio.c
26864 ____________________________________________________________________________
26865 [  9762] By: jhi                                   on 2001/04/19  23:02:30
26866         Log: Update Changes.
26867      Branch: perl
26868            ! Changes patchlevel.h
26869 ____________________________________________________________________________
26870 [  9761] By: jhi                                   on 2001/04/19  22:59:19
26871         Log: More cleanup cleanup.
26872      Branch: perl
26873            ! Makefile.SH win32/Makefile win32/makefile.mk
26874 ____________________________________________________________________________
26875 [  9760] By: jhi                                   on 2001/04/19  22:50:31
26876         Log: lib/Time is non-empty, let's not rmdir it.
26877      Branch: perl
26878            ! Makefile.SH
26879 ____________________________________________________________________________
26880 [  9759] By: jhi                                   on 2001/04/19  22:36:51
26881         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
26882              From: Robin Houston <robin@kitsite.com>
26883              Date: Fri, 20 Apr 2001 00:18:53 +0100
26884              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
26885      Branch: perl
26886            ! ext/B/B/Deparse.pm
26887 ____________________________________________________________________________
26888 [  9758] By: jhi                                   on 2001/04/19  22:36:00
26889         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
26890              From: Peter Prymmer <pvhp@forte.com>
26891              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
26892              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
26893      Branch: perl
26894            ! ext/Cwd/Cwd.xs
26895 ____________________________________________________________________________
26896 [  9757] By: nick                                  on 2001/04/19  18:53:54
26897         Log: Blind (untested) integrate of mainline.
26898      Branch: perlio
26899           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
26900           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
26901           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
26902           !> (integrate 53 files)
26903 ____________________________________________________________________________
26904 [  9756] By: jhi                                   on 2001/04/19  16:59:23
26905         Log: Document and test Time::Piece.
26906      Branch: perl
26907            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
26908            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
26909 ____________________________________________________________________________
26910 [  9755] By: jhi                                   on 2001/04/19  12:13:29
26911         Log: A better fix for the \x{12345678} trouble from NI-S.
26912      Branch: perl
26913            ! utf8.c
26914 ____________________________________________________________________________
26915 [  9754] By: jhi                                   on 2001/04/19  11:56:07
26916         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
26917              From: Robin Houston <robin@kitsite.com>
26918              Date: Wed, 18 Apr 2001 17:58:33 +0100
26919              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
26920      Branch: perl
26921            ! ext/B/B/Deparse.pm op.c
26922 ____________________________________________________________________________
26923 [  9753] By: jhi                                   on 2001/04/19  04:21:52
26924         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
26925              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
26926              Date: Thu, 19 Apr 2001 01:11:41 -0400
26927              Message-ID: <20010419011141.A5798@cpan.org>
26928      Branch: perl
26929            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
26930 ____________________________________________________________________________
26931 [  9752] By: jhi                                   on 2001/04/19  02:41:10
26932         Log: The new time utils need to be thread-aware, too.
26933      Branch: perl
26934            ! util.c
26935 ____________________________________________________________________________
26936 [  9751] By: jhi                                   on 2001/04/19  02:26:47
26937         Log: Compilation nit noticed by AIX compiler.
26938      Branch: perl
26939            ! perlio.c
26940 ____________________________________________________________________________
26941 [  9750] By: jhi                                   on 2001/04/19  02:20:06
26942         Log: The new time utils need to be public.
26943      Branch: perl
26944            ! embed.pl
26945 ____________________________________________________________________________
26946 [  9749] By: jhi                                   on 2001/04/19  01:42:39
26947         Log: Regen toc.
26948      Branch: perl
26949            ! pod/perltoc.pod
26950 ____________________________________________________________________________
26951 [  9748] By: jhi                                   on 2001/04/19  01:41:10
26952         Log: Add Time::Piece, a slight rewrite of Time::Object,
26953              from Matt Sergeant.
26954      Branch: perl
26955            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
26956            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
26957            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
26958            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
26959            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
26960            ! win32/makefile.mk
26961 ____________________________________________________________________________
26962 [  9747] By: jhi                                   on 2001/04/19  00:55:35
26963         Log: The new metaconfig unit from strftime.
26964      Branch: metaconfig/U/perl
26965            + d_strftime.U
26966 ____________________________________________________________________________
26967 [  9746] By: jhi                                   on 2001/04/19  00:54:54
26968         Log: Move the strftime() wrapper from POSIX.xs to util.c
26969              as my_strftime(), requires HAS_STRFTIME.
26970      Branch: perl
26971            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26972            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
26973            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
26974            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26975            ! vos/config.ga.h win32/config.bc win32/config.gc
26976            ! win32/config.vc
26977 ____________________________________________________________________________
26978 [  9745] By: jhi                                   on 2001/04/18  23:11:03
26979         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
26980              in preparation of Time::Piece.
26981      Branch: perl
26982            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
26983 ____________________________________________________________________________
26984 [  9744] By: jhi                                   on 2001/04/18  22:33:12
26985         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
26986              From: Peter Prymmer <pvhp@forte.com>
26987              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
26988              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
26989      Branch: perl
26990            ! t/lib/exporter.t
26991 ____________________________________________________________________________
26992 [  9743] By: jhi                                   on 2001/04/18  22:32:23
26993         Log: Subject: Fwd: pod2html leaves cache files lying around?
26994              From: Rajesh Vaidheeswarran <rv@gnu.org>
26995              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
26996              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
26997      Branch: perl
26998            ! lib/Pod/Html.pm
26999 ____________________________________________________________________________
27000 [  9742] By: jhi                                   on 2001/04/18  20:31:49
27001         Log: Update Changes.
27002      Branch: perl
27003            ! Changes patchlevel.h
27004 ____________________________________________________________________________
27005 [  9741] By: jhi                                   on 2001/04/18  20:23:02
27006         Log: Declare hints only if needed.
27007      Branch: perl
27008            ! ext/B/B/Deparse.pm
27009 ____________________________________________________________________________
27010 [  9740] By: jhi                                   on 2001/04/18  19:06:05
27011         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
27012              bug noticed by Robin Houston; basically the code of detecting
27013              value wraparound was acting differently under different compilers
27014              and platforms.  The workaround is to remove the overflow check
27015              for now, a real fix would be to do the overflow (portably) right.
27016      Branch: perl
27017            ! t/op/pat.t utf8.c
27018 ____________________________________________________________________________
27019 [  9739] By: jhi                                   on 2001/04/18  19:01:23
27020         Log: Subject: [PATCH B::Deparse] some pragma support
27021              From: Robin Houston <robin@kitsite.com>
27022              Date: Wed, 18 Apr 2001 19:32:12 +0100
27023              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
27024      Branch: perl
27025            ! ext/B/B/Deparse.pm
27026 ____________________________________________________________________________
27027 [  9738] By: jhi                                   on 2001/04/18  15:16:37
27028         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
27029              From: Benjamin Sugars <bsugars@canoe.ca>
27030              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
27031              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
27032      Branch: perl
27033            ! t/op/glob.t
27034 ____________________________________________________________________________
27035 [  9737] By: jhi                                   on 2001/04/18  13:24:50
27036         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
27037              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27038              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
27039              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
27040      Branch: perl
27041            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27042            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
27043 ____________________________________________________________________________
27044 [  9736] By: jhi                                   on 2001/04/18  04:15:14
27045         Log: The #9735 also changes the subtest 12.
27046      Branch: perl
27047            ! t/lib/b.t
27048 ____________________________________________________________________________
27049 [  9735] By: jhi                                   on 2001/04/18  03:55:17
27050         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
27051              From: David Dyck <dcd@tc.fluke.com>
27052              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
27053              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
27054      Branch: perl
27055            ! ext/B/B/Deparse.pm
27056 ____________________________________________________________________________
27057 [  9734] By: jhi                                   on 2001/04/18  03:54:11
27058         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
27059              From: Gisle Aas <gisle@ActiveState.com>
27060              Date: 17 Apr 2001 19:06:45 -0700
27061              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
27062      Branch: perl
27063            ! pp_hot.c t/op/misc.t
27064 ____________________________________________________________________________
27065 [  9733] By: jhi                                   on 2001/04/17  22:25:22
27066         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
27067              From: "Abigail" <abigail@foad.org>
27068              Date: Wed, 18 Apr 2001 01:17:46 +0200
27069              Message-ID: <20010417231746.21657.qmail@foad.org>
27070      Branch: perl
27071            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
27072 ____________________________________________________________________________
27073 [  9732] By: jhi                                   on 2001/04/17  20:47:56
27074         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
27075              From: Robin Houston <robin@kitsite.com>
27076              Date: Tue, 17 Apr 2001 22:37:42 +0100
27077              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
27078      Branch: perl
27079            ! ext/B/B/Deparse.pm
27080 ____________________________________________________________________________
27081 [  9731] By: nick                                  on 2001/04/17  20:46:35
27082         Log: Re-sync for t/lib/b.t fix
27083      Branch: perlio
27084           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
27085 ____________________________________________________________________________
27086 [  9730] By: jhi                                   on 2001/04/17  20:45:29
27087         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
27088              From: Robin Houston <robin@kitsite.com>
27089              Date: Tue, 17 Apr 2001 22:29:36 +0100
27090              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
27091      Branch: perl
27092            ! ext/B/B.xs ext/B/B/Deparse.pm
27093 ____________________________________________________________________________
27094 [  9729] By: jhi                                   on 2001/04/17  20:43:11
27095         Log: Subject: Deparse - parenthesise args to undeclared subs
27096              From: Robin Houston <robin@kitsite.com>
27097              Date: Tue, 17 Apr 2001 21:31:05 +0100
27098              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
27099      Branch: perl
27100            ! ext/B/B/Deparse.pm
27101 ____________________________________________________________________________
27102 [  9728] By: jhi                                   on 2001/04/17  18:57:30
27103         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
27104              From: Benjamin Sugars <ben.sugars@home.com>
27105              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
27106              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
27107      Branch: perl
27108            ! t/lib/cwd.t
27109 ____________________________________________________________________________
27110 [  9727] By: jhi                                   on 2001/04/17  18:20:20
27111         Log: Subject: [PATCH B::Deparse] ambient pragmas
27112              From: Robin Houston <robin@kitsite.com>
27113              Date: Tue, 17 Apr 2001 20:01:59 +0100
27114              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
27115      Branch: perl
27116            ! ext/B/B/Deparse.pm t/lib/b.t
27117 ____________________________________________________________________________
27118 [  9726] By: nick                                  on 2001/04/17  16:33:51
27119         Log: Integrate mainline (t/lib/b.t fails test 2...)
27120      Branch: perlio
27121           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
27122           +> ext/List/Util/README ext/List/Util/Util.xs
27123           +> ext/List/Util/lib/List/Util.pm
27124           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
27125           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
27126           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
27127           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
27128           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
27129           !> (integrate 31 files)
27130 ____________________________________________________________________________
27131 [  9725] By: jhi                                   on 2001/04/17  12:14:24
27132         Log: Subject: multiple B::* changes
27133              From: Robin Houston <robin@kitsite.com>
27134              Date: Thu, 12 Apr 2001 20:12:27 +0100
27135              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
27136      Branch: perl
27137            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
27138 ____________________________________________________________________________
27139 [  9724] By: jhi                                   on 2001/04/17  11:59:05
27140         Log: Thread-awareness from Doug MacEachern.
27141      Branch: perl
27142            ! ext/List/Util/Util.xs
27143 ____________________________________________________________________________
27144 [  9723] By: jhi                                   on 2001/04/17  11:57:41
27145         Log: Make the test more portable.
27146      Branch: perl
27147            ! t/lib/cwd.t
27148 ____________________________________________________________________________
27149 [  9722] By: jhi                                   on 2001/04/17  11:53:50
27150         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
27151              From: Benjamin Sugars <ben.sugars@home.com>
27152              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
27153              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
27154      Branch: perl
27155            ! t/lib/cwd.t
27156 ____________________________________________________________________________
27157 [  9721] By: jhi                                   on 2001/04/17  11:52:17
27158         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
27159              From: Benjamin Sugars <bsugars@canoe.ca>
27160              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
27161              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
27162      Branch: perl
27163            ! op.c
27164 ____________________________________________________________________________
27165 [  9720] By: jhi                                   on 2001/04/17  11:35:42
27166         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
27167              From: Chris Nandor <pudge@pobox.com>
27168              Date: Tue, 17 Apr 2001 00:30:49 -0400
27169              Message-Id: <p05100207b701768712de@[10.0.1.177]>
27170      Branch: perl
27171            ! ext/File/Glob/bsd_glob.c gv.c
27172 ____________________________________________________________________________
27173 [  9719] By: jhi                                   on 2001/04/17  11:32:13
27174         Log: Subject: [PATCH] Tweten->West
27175              From: Casey West <casey@geeknest.com>
27176              Date: Mon, 16 Apr 2001 12:11:22 -0400
27177              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
27178      Branch: perl
27179            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
27180            ! pod/perltie.pod
27181 ____________________________________________________________________________
27182 [  9718] By: jhi                                   on 2001/04/16  03:22:52
27183         Log: Update Changes.
27184      Branch: perl
27185            ! Changes patchlevel.h
27186 ____________________________________________________________________________
27187 [  9717] By: jhi                                   on 2001/04/16  03:06:28
27188         Log: Regen toc.
27189      Branch: perl
27190            ! pod/perltoc.pod
27191 ____________________________________________________________________________
27192 [  9716] By: jhi                                   on 2001/04/16  02:58:42
27193         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
27194              From: Prymmer/Kahn <pvhp@best.com>
27195              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
27196              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
27197      Branch: perl
27198            ! utf8.c
27199 ____________________________________________________________________________
27200 [  9715] By: jhi                                   on 2001/04/15  23:40:35
27201         Log: Subject: Re: Net::Ping patch, adds stream protocol
27202              From: bronson@rinspin.com (Scott Bronson)
27203              Date: Tue, 10 Apr 2001 23:58:33 -0700
27204              Message-ID: <20010410235833.N29719@rinspin.com>
27205      Branch: perl
27206            ! lib/Net/Ping.pm
27207 ____________________________________________________________________________
27208 [  9714] By: jhi                                   on 2001/04/15  23:31:46
27209         Log: Printing out the ok messages helps successful testing.
27210      Branch: perl
27211            ! t/lib/time-hires.t
27212 ____________________________________________________________________________
27213 [  9713] By: jhi                                   on 2001/04/15  21:43:24
27214         Log: Update Douglas Wegscheid's email.
27215      Branch: perl
27216            ! AUTHORS
27217 ____________________________________________________________________________
27218 [  9712] By: jhi                                   on 2001/04/15  21:40:41
27219         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
27220              From: Michael G Schwern <schwern@pobox.com>
27221              Date: Sat, 14 Apr 2001 22:40:50 +0100
27222              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
27223      Branch: perl
27224            + t/lib/exporter.t
27225            ! MANIFEST lib/Exporter/Heavy.pm
27226 ____________________________________________________________________________
27227 [  9711] By: jhi                                   on 2001/04/15  21:39:21
27228         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
27229              From: Michael G Schwern <schwern@pobox.com>
27230              Date: Sat, 14 Apr 2001 22:13:59 +0100
27231              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
27232      Branch: perl
27233            ! t/op/loopctl.t
27234 ____________________________________________________________________________
27235 [  9710] By: jhi                                   on 2001/04/15  21:30:19
27236         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
27237              From: Michael G Schwern <schwern@pobox.com>
27238              Date: Sat, 14 Apr 2001 22:05:32 +0100
27239              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
27240      Branch: perl
27241            ! t/pragma/warnings.t
27242 ____________________________________________________________________________
27243 [  9709] By: jhi                                   on 2001/04/15  19:34:09
27244         Log: Integrate changes #9706,9707 from maintperl into mainline.
27245              
27246              change#7210 broke .packlist generation
27247              
27248              ExtUtils::Installed doesn't quote regex metacharacters in paths
27249              before using them in match; also make it work for dosish platforms
27250      Branch: perl
27251           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
27252 ____________________________________________________________________________
27253 [  9708] By: jhi                                   on 2001/04/15  19:31:01
27254         Log: Test also the scalar aspect of getitimer().
27255      Branch: perl
27256            ! t/lib/time-hires.t
27257 ____________________________________________________________________________
27258 [  9707] By: gsar                                  on 2001/04/15  17:24:20
27259         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
27260              before using them in match; also make it work for dosish platforms
27261      Branch: maint-5.6/perl
27262            ! lib/ExtUtils/Installed.pm
27263 ____________________________________________________________________________
27264 [  9706] By: gsar                                  on 2001/04/15  17:21:59
27265         Log: change#7210 broke .packlist generation (listed only filename
27266              rather than fully qualified path name)
27267      Branch: maint-5.6/perl
27268            ! lib/ExtUtils/Install.pm
27269 ____________________________________________________________________________
27270 [  9705] By: jhi                                   on 2001/04/15  12:36:33
27271         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
27272      Branch: perl
27273            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
27274            ! t/lib/time-hires.t
27275 ____________________________________________________________________________
27276 [  9704] By: jhi                                   on 2001/04/15  10:49:08
27277         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
27278              From: Prymmer/Kahn <pvhp@best.com>
27279              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
27280              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
27281      Branch: perl
27282            ! lib/utf8.pm pod/perlebcdic.pod
27283 ____________________________________________________________________________
27284 [  9703] By: jhi                                   on 2001/04/15  02:26:26
27285         Log: I keep forgetting to sort MANIFEST.
27286      Branch: perl
27287            ! MANIFEST
27288 ____________________________________________________________________________
27289 [  9702] By: jhi                                   on 2001/04/15  02:07:47
27290         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
27291              Now we have blessed, reftype, tainted, first, reduce, ...
27292      Branch: perl
27293            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
27294            + ext/List/Util/README ext/List/Util/Util.xs
27295            + ext/List/Util/lib/List/Util.pm
27296            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
27297            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
27298            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
27299            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
27300            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
27301            ! MANIFEST
27302 ____________________________________________________________________________
27303 [  9701] By: jhi                                   on 2001/04/14  15:05:25
27304         Log: Subject: RE: dprofpp.pl updates 
27305              From: Carl Eklof <CEklof@endeca.com>
27306              Date: Thu, 12 Apr 2001 18:45:46 -0400
27307              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
27308      Branch: perl
27309            ! utils/dprofpp.PL
27310 ____________________________________________________________________________
27311 [  9700] By: jhi                                   on 2001/04/14  14:44:55
27312         Log: Do not just blindly add CR.
27313      Branch: perl
27314            ! Porting/makerel
27315 ____________________________________________________________________________
27316 [  9699] By: jhi                                   on 2001/04/13  13:17:01
27317         Log: Update Changes.
27318      Branch: perl
27319            ! Changes patchlevel.h
27320 ____________________________________________________________________________
27321 [  9698] By: jhi                                   on 2001/04/13  12:44:48
27322         Log: Integrate perlio.
27323      Branch: perl
27324           !> ext/PerlIO/Scalar/Scalar.xs
27325 ____________________________________________________________________________
27326 [  9697] By: jhi                                   on 2001/04/13  12:29:15
27327         Log: Add more debug output to the test.
27328      Branch: perl
27329            ! t/lib/cwd.t
27330 ____________________________________________________________________________
27331 [  9696] By: nick                                  on 2001/04/13  10:14:29
27332         Log: Fix core dump on binmode($fh,'Scalar')
27333      Branch: perlio
27334            ! ext/PerlIO/Scalar/Scalar.xs
27335 ____________________________________________________________________________
27336 [  9695] By: nick                                  on 2001/04/13  09:05:42
27337         Log: Integrate mainline
27338      Branch: perlio
27339           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27340           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
27341           +> t/lib/time-hires.t
27342           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
27343           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
27344           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
27345           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
27346           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
27347           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
27348           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
27349 ____________________________________________________________________________
27350 [  9694] By: jhi                                   on 2001/04/12  22:23:35
27351         Log: Integrate change #9693 from maintperl into mainline.
27352              
27353              $VERSION and Version() on the same line provokes a warning from
27354              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
27355      Branch: perl
27356           !> lib/Devel/SelfStubber.pm
27357 ____________________________________________________________________________
27358 [  9693] By: gsar                                  on 2001/04/12  21:55:56
27359         Log: $VERSION and Version() on the same line provokes a warning from
27360              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
27361      Branch: maint-5.6/perl
27362            ! lib/Devel/SelfStubber.pm
27363 ____________________________________________________________________________
27364 [  9692] By: jhi                                   on 2001/04/12  13:54:00
27365         Log: This is at least 5.005.
27366      Branch: perl
27367            ! ext/Time/HiRes/HiRes.xs
27368 ____________________________________________________________________________
27369 [  9691] By: jhi                                   on 2001/04/12  13:37:20
27370         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
27371      Branch: perl
27372            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
27373            ! win32/Makefile win32/makefile.mk
27374 ____________________________________________________________________________
27375 [  9690] By: jhi                                   on 2001/04/12  01:34:46
27376         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
27377      Branch: perl
27378            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27379            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
27380            + t/lib/time-hires.t
27381            ! MANIFEST
27382 ____________________________________________________________________________
27383 [  9689] By: jhi                                   on 2001/04/12  00:28:39
27384         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
27385              From: Gisle Aas <gisle@ActiveState.com>
27386              Date: 11 Apr 2001 16:36:11 -0700
27387              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
27388      Branch: perl
27389            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
27390 ____________________________________________________________________________
27391 [  9688] By: jhi                                   on 2001/04/12  00:27:39
27392         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
27393              From: Gisle Aas <gisle@ActiveState.com>
27394              Date: 11 Apr 2001 11:13:24 -0700
27395              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
27396      Branch: perl
27397            ! ext/MIME/Base64/Base64.xs
27398 ____________________________________________________________________________
27399 [  9687] By: jhi                                   on 2001/04/11  19:51:47
27400         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
27401      Branch: perl
27402            ! Todo-5.6
27403 ____________________________________________________________________________
27404 [  9686] By: jhi                                   on 2001/04/11  16:54:25
27405         Log: Subject: [PATCH opcode.pl] Documentation of table format
27406              From: Simon Cozens <simon@netthink.co.uk>
27407              Date: Wed, 11 Apr 2001 12:59:31 +0100
27408              Message-ID: <20010411125931.A25681@netthink.co.uk>
27409      Branch: perl
27410            ! opcode.pl
27411 ____________________________________________________________________________
27412 [  9685] By: jhi                                   on 2001/04/11  16:53:15
27413         Log: Subject: [PATCH] prototype("CORE::recv")
27414              From: Simon Cozens <simon@netthink.co.uk>
27415              Date: Wed, 11 Apr 2001 13:24:35 +0100
27416              Message-ID: <20010411132435.A26169@netthink.co.uk>
27417      Branch: perl
27418            ! pp.c t/comp/proto.t
27419 ____________________________________________________________________________
27420 [  9684] By: jhi                                   on 2001/04/11  16:47:13
27421         Log: FAQ (and AUTHORS) update from Dan Carson: the information
27422              was several years obsolete, Term::Readkey has been updated
27423              to have the functionality.
27424      Branch: perl
27425            ! AUTHORS pod/perlfaq5.pod
27426 ____________________________________________________________________________
27427 [  9683] By: jhi                                   on 2001/04/11  12:15:46
27428         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
27429              From: Calle Dybedahl <calle@lysator.liu.se>
27430              Date: 10 Apr 2001 16:44:16 +0200
27431              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
27432      Branch: perl
27433            ! ext/MIME/Base64/Base64.xs
27434 ____________________________________________________________________________
27435 [  9682] By: jhi                                   on 2001/04/11  12:12:26
27436         Log: A more minimal fix for 20010410.006 from Hugo.
27437      Branch: perl
27438            ! regexec.c
27439 ____________________________________________________________________________
27440 [  9681] By: jhi                                   on 2001/04/11  11:34:23
27441         Log: Integrate changes #9678,9679 from maintline into mainperl.
27442              
27443              addendum to change#9676
27444              
27445              up $File::Glob::VERSION; add a note pointing out the version of
27446              the OpenBSD glob bsd_glob.c resembles
27447      Branch: perl
27448           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27449           !> ext/File/Glob/bsd_glob.h
27450 ____________________________________________________________________________
27451 [  9680] By: jhi                                   on 2001/04/11  11:30:38
27452         Log: Bad test numbering in integrate in #9677.
27453              Fixes ID 20010411.001.
27454      Branch: perl
27455            ! t/op/pat.t
27456 ____________________________________________________________________________
27457 [  9679] By: gsar                                  on 2001/04/11  03:38:40
27458         Log: up $File::Glob::VERSION; add a note pointing out the version of
27459              the OpenBSD glob bsd_glob.c resembles
27460      Branch: maint-5.6/perl
27461            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27462            ! ext/File/Glob/bsd_glob.h
27463 ____________________________________________________________________________
27464 [  9678] By: gsar                                  on 2001/04/11  03:09:48
27465         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
27466              revision 1.8.10.1 found here:
27467              
27468              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
27469      Branch: maint-5.6/perl
27470            ! ext/File/Glob/bsd_glob.c
27471 ____________________________________________________________________________
27472 [  9677] By: jhi                                   on 2001/04/11  02:54:39
27473         Log: Integrate changes #9675,9676 from maintperl into mainline.
27474              
27475              fix for bug 20010410.006, undo change#7115
27476              
27477              port the OpenBSD glob() security patch
27478      Branch: perl
27479           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
27480           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
27481           !> t/op/pat.t
27482 ____________________________________________________________________________
27483 [  9676] By: gsar                                  on 2001/04/11  02:19:02
27484         Log: port the glob() security patch found at:
27485              
27486              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
27487              
27488              CERT advisory for the issue is here:
27489              
27490              http://www.cert.org/advisories/CA-2001-07.html
27491              
27492              Note that the security scare is only relevant for those who are
27493              foolish enough to build suidperl (which is now officially discouraged)
27494      Branch: maint-5.6/perl
27495            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
27496            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
27497 ____________________________________________________________________________
27498 [  9675] By: gsar                                  on 2001/04/10  23:52:11
27499         Log: fix for bug 20010410.006
27500              
27501              undo change#7115 (came into maint-5.6 as change#8156)
27502              
27503              add tests to keep it from coming back
27504      Branch: maint-5.6/perl
27505            ! regexec.c t/op/pat.t
27506 ____________________________________________________________________________
27507 [  9674] By: nick                                  on 2001/04/10  20:39:31
27508         Log: Integrate mainline
27509      Branch: perlio
27510           +> Porting/testall.atom
27511           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
27512           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
27513           !> t/lib/lc-uk.t t/pod/find.t
27514 ____________________________________________________________________________
27515 [  9673] By: nick                                  on 2001/04/10  18:46:14
27516         Log: Integrate against change 9670 aka perl-5.7.1
27517      Branch: perlio
27518           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27519           !> (integrate 53 files)
27520 ____________________________________________________________________________
27521 [  9672] By: jhi                                   on 2001/04/10  13:45:01
27522         Log: Add a script for doing cumulative profile of the test suite.
27523              (Requires ATOM, that is, Tru64.)
27524      Branch: perl
27525            + Porting/testall.atom
27526            ! MANIFEST
27527 ____________________________________________________________________________
27528 [  9671] By: jhi                                   on 2001/04/10  12:38:53
27529         Log: Missing std block.
27530      Branch: perl
27531            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
27532            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
27533            ! t/pod/find.t
27534 ____________________________________________________________________________
27535 [  9670] By: jhi                                   on 2001/04/10  01:25:58
27536         Log: This is 5.7.1.
27537      Branch: perl
27538            ! patchlevel.h
27539 ____________________________________________________________________________
27540 [  9669] By: jhi                                   on 2001/04/10  01:09:14
27541         Log: Update Changes.
27542      Branch: perl
27543            ! Changes patchlevel.h
27544 ____________________________________________________________________________
27545 [  9668] By: jhi                                   on 2001/04/10  01:00:38
27546         Log: Regen toc.
27547      Branch: perl
27548            ! pod/perltoc.pod
27549 ____________________________________________________________________________
27550 [  9667] By: jhi                                   on 2001/04/10  00:52:16
27551         Log: Update perlhist.
27552      Branch: perl
27553            ! pod/perlhist.pod
27554 ____________________________________________________________________________
27555 [  9666] By: jhi                                   on 2001/04/09  23:38:59
27556         Log: Slight wording tweaks from Damian to #9658.
27557      Branch: perl
27558            ! pod/perlobj.pod
27559 ____________________________________________________________________________
27560 [  9665] By: jhi                                   on 2001/04/09  19:56:06
27561         Log: Subject: [PATCH perlutil.pod] Nit
27562              From: Simon Cozens <simon@netthink.co.uk>
27563              Date: Mon, 9 Apr 2001 20:29:44 +0100
27564              Message-ID: <20010409202944.A14796@the.earth.li>
27565      Branch: perl
27566            ! pod/perlutil.pod
27567 ____________________________________________________________________________
27568 [  9664] By: jhi                                   on 2001/04/09  19:54:42
27569         Log: Subject: Re: perl571delta.pod@9631
27570              From: Mike Guy <mjtg@cam.ac.uk>
27571              Date: Mon, 09 Apr 2001 18:09:14 +0100
27572              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
27573      Branch: perl
27574            ! pod/perl571delta.pod
27575 ____________________________________________________________________________
27576 [  9663] By: jhi                                   on 2001/04/09  13:43:35
27577         Log: Update Changes.
27578      Branch: perl
27579            ! Changes patchlevel.h
27580 ____________________________________________________________________________
27581 [  9662] By: jhi                                   on 2001/04/09  13:24:46
27582         Log: tweak tweak.
27583      Branch: perl
27584            ! AUTHORS pod/perl571delta.pod
27585 ____________________________________________________________________________
27586 [  9661] By: jhi                                   on 2001/04/09  13:15:13
27587         Log: Thinko in manual patch applying.
27588      Branch: perl
27589            ! sv.c
27590 ____________________________________________________________________________
27591 [  9660] By: jhi                                   on 2001/04/09  13:07:53
27592         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
27593              From: Robin Barker <rmb1@cise.npl.co.uk> 
27594              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
27595              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
27596              
27597              (This corrects the case where the "isn't numeric" string contains \0s
27598              and is longer than the temporary buffer, and contains \0 at the point
27599              the string would be truncated by "...".) 
27600      Branch: perl
27601            ! sv.c
27602 ____________________________________________________________________________
27603 [  9659] By: jhi                                   on 2001/04/09  12:57:41
27604         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
27605      Branch: perl
27606            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
27607            ! t/lib/cgi-function.t t/lib/cgi-html.t
27608 ____________________________________________________________________________
27609 [  9658] By: jhi                                   on 2001/04/09  12:48:47
27610         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
27611              From: Ilmari Karonen <iltzu@sci.fi>
27612              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
27613              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
27614              
27615              Rearrange and rewrite the Method Invocation section
27616              to explain the concepts in nicer order.
27617      Branch: perl
27618            ! pod/perlobj.pod
27619 ____________________________________________________________________________
27620 [  9657] By: jhi                                   on 2001/04/09  12:35:58
27621         Log: Upgrade to podlators 1.09, from Russ Allbery.
27622      Branch: perl
27623            ! lib/Pod/Man.pm lib/Pod/Text.pm
27624 ____________________________________________________________________________
27625 [  9656] By: jhi                                   on 2001/04/09  12:31:53
27626         Log: perl571delta.
27627      Branch: perl
27628            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
27629 ____________________________________________________________________________
27630 [  9655] By: jhi                                   on 2001/04/09  12:20:09
27631         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
27632              From: Prymmer/Kahn <pvhp@best.com>
27633              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
27634              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
27635      Branch: perl
27636            ! lib/utf8.pm pod/perlunicode.pod
27637 ____________________________________________________________________________
27638 [  9654] By: gsar                                  on 2001/04/09  03:38:33
27639         Log: here lies 5.6.1
27640      Branch: maint-5.6/perl
27641            ! Changes
27642 ____________________________________________________________________________
27643 [  9653] By: jhi                                   on 2001/04/09  03:25:24
27644         Log: Update perlhist.
27645      Branch: perl
27646            ! pod/perlhist.pod
27647 ____________________________________________________________________________
27648 [  9652] By: jhi                                   on 2001/04/09  03:18:49
27649         Log: perl571delta tweaking continues.
27650      Branch: perl
27651            ! pod/perl571delta.pod
27652 ____________________________________________________________________________
27653 [  9651] By: gsar                                  on 2001/04/09  03:11:19
27654         Log: update Changes, patchlevel.h &c.
27655      Branch: maint-5.6/perl
27656            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
27657            ! pod/perltoc.pod
27658 ____________________________________________________________________________
27659 [  9650] By: jhi                                   on 2001/04/09  02:40:24
27660         Log: Integrate the perlfork half of #9513 from maintperl into mainline
27661              (the perlunicode half is obsolete)
27662      Branch: perl
27663            ! pod/perlfork.pod
27664 ____________________________________________________________________________
27665 [  9649] By: gsar                                  on 2001/04/09  02:35:43
27666         Log: tweak perldelta as suggested by Jarkko
27667      Branch: maint-5.6/perl
27668            ! pod/perldelta.pod
27669 ____________________________________________________________________________
27670 [  9648] By: jhi                                   on 2001/04/09  02:13:04
27671         Log: Integrate change #9646 from maintperl into mainline.
27672              
27673              add note about ithreads and Thread.pm
27674      Branch: perl
27675           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
27676 ____________________________________________________________________________
27677 [  9647] By: jhi                                   on 2001/04/09  02:10:18
27678         Log: Bad assumption that shortsize == 2.
27679      Branch: perl
27680            ! t/lib/xs-typemap.t
27681 ____________________________________________________________________________
27682 [  9646] By: gsar                                  on 2001/04/09  00:48:04
27683         Log: add note about ithreads and Thread.pm (too many people are
27684              confused by the fact that Thread.pm is built and installed
27685              under non-5005threads but doesn't work)
27686      Branch: maint-5.6/perl
27687            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
27688 ____________________________________________________________________________
27689 [  9645] By: gsar                                  on 2001/04/09  00:19:03
27690         Log: update perldelta.pod for changes in 5.6.1
27691      Branch: maint-5.6/perl
27692            ! Changes pod/perldelta.pod
27693 ____________________________________________________________________________
27694 [  9644] By: jhi                                   on 2001/04/08  20:37:00
27695         Log: Integrate change #9639 from maintperl into mainline:
27696              on windows, many of the README.* pods were being copied to
27697              the wrong location
27698      Branch: perl
27699           !> win32/Makefile win32/makefile.mk
27700 ____________________________________________________________________________
27701 [  9643] By: jhi                                   on 2001/04/08  20:07:11
27702         Log: Integrate change #9624 from maintperl into mainline:
27703              the pod tests were not okay.  (t/pod/find.t changes ignored)
27704      Branch: perl
27705           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
27706           !> t/pod/include.t t/pod/included.t t/pod/lref.t
27707           !> t/pod/multiline_items.t t/pod/nested_items.t
27708           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
27709           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
27710 ____________________________________________________________________________
27711 [  9642] By: jhi                                   on 2001/04/08  19:57:17
27712         Log: Integrate change #9638 from maintperl into mainline:
27713              update to latest JPL from the anoncvs repository
27714      Branch: perl
27715           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27716           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27717           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
27718 ____________________________________________________________________________
27719 [  9641] By: jhi                                   on 2001/04/08  19:53:30
27720         Log: perl571delta updates.
27721      Branch: perl
27722            ! lib/Filter/Simple.pm pod/perl571delta.pod
27723 ____________________________________________________________________________
27724 [  9640] By: gsar                                  on 2001/04/08  19:20:46
27725         Log: integrate change#9634 from mainline
27726              
27727              Fix the perlmodlib generation (didn't understand separate .pod
27728              files; didn't understand -- as the name-thing separator).
27729              Update the CPAN mirrors list.
27730      Branch: maint-5.6/perl
27731            ! pod/perlmodlib.pod
27732           !> pod/perlmodlib.PL
27733 ____________________________________________________________________________
27734 [  9639] By: gsar                                  on 2001/04/08  18:57:31
27735         Log: on windows, many of the README.* pods were being copied to the wrong
27736              location
27737      Branch: maint-5.6/perl
27738            ! win32/Makefile win32/makefile.mk
27739 ____________________________________________________________________________
27740 [  9638] By: gsar                                  on 2001/04/08  18:38:25
27741         Log: update to latest JPL from the anoncvs repository
27742      Branch: maint-5.6/perl
27743            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27744            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27745            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
27746 ____________________________________________________________________________
27747 [  9637] By: jhi                                   on 2001/04/08  17:53:53
27748         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
27749      Branch: perl
27750            ! pod/perl571delta.pod
27751 ____________________________________________________________________________
27752 [  9636] By: jhi                                   on 2001/04/08  17:18:32
27753         Log: Regen toc.
27754      Branch: perl
27755            ! pod/perltoc.pod
27756 ____________________________________________________________________________
27757 [  9635] By: jhi                                   on 2001/04/08  17:16:33
27758         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
27759              From: "Craig A. Berry" <craigberry@mac.com>
27760              Date: Sun, 08 Apr 2001 12:30:16 -0500
27761              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
27762      Branch: perl
27763            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
27764 ____________________________________________________________________________
27765 [  9634] By: jhi                                   on 2001/04/08  17:09:19
27766         Log: Fix the perlmodlib generation (didn't understand separate .pod
27767              files; didn't understand -- as the name-thing separator).
27768              
27769              Update the CPAN mirrors list.
27770      Branch: perl
27771            ! pod/perlmodlib.PL pod/perlmodlib.pod
27772 ____________________________________________________________________________
27773 [  9633] By: jhi                                   on 2001/04/08  16:49:17
27774         Log: Sort MANIFEST.
27775      Branch: perl
27776            ! MANIFEST
27777 ____________________________________________________________________________
27778 [  9632] By: gsar                                  on 2001/04/08  16:36:06
27779         Log: add $Tie::RefHash::VERSION
27780      Branch: maint-5.6/perl
27781            ! lib/Tie/RefHash.pm
27782 ____________________________________________________________________________
27783 [  9631] By: jhi                                   on 2001/04/08  16:10:15
27784         Log: perl571delta updates based on p5p feedback; still needs
27785              lots of examples.
27786      Branch: perl
27787            ! pod/perl571delta.pod
27788 ____________________________________________________________________________
27789 [  9630] By: jhi                                   on 2001/04/08  15:59:13
27790         Log: Update the list of supported platforms to talk about 5.7.1
27791              (and 5.6.1)
27792      Branch: perl
27793            ! pod/perlport.pod
27794 ____________________________________________________________________________
27795 [  9629] By: jhi                                   on 2001/04/08  15:55:41
27796         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
27797              from maintperl into mainline: perlport updates.
27798      Branch: perl
27799            ! pod/perlport.pod
27800 ____________________________________________________________________________
27801 [  9628] By: jhi                                   on 2001/04/08  15:53:17
27802         Log: perlsolaris.pod copied to wrong directory.
27803      Branch: perl
27804            ! win32/makefile.mk
27805 ____________________________________________________________________________
27806 [  9627] By: jhi                                   on 2001/04/08  14:48:18
27807         Log: Subject: Typos in perl571delta.pod
27808              From: "Stephen P. Potter" <spp@spotter.yi.org>
27809              Date: Sat, 07 Apr 2001 20:37:05 -0400
27810              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
27811      Branch: perl
27812            ! pod/perl571delta.pod
27813 ____________________________________________________________________________
27814 [  9626] By: jhi                                   on 2001/04/08  14:39:04
27815         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
27816      Branch: perl
27817            ! gv.c
27818 ____________________________________________________________________________
27819 [  9625] By: nick                                  on 2001/04/08  10:14:23
27820         Log: Integrate mainline
27821      Branch: perlio
27822           +> pod/perl570delta.pod pod/perl571delta.pod
27823           !> (integrate 27 files)
27824 ____________________________________________________________________________
27825 [  9624] By: gsar                                  on 2001/04/08  06:08:17
27826         Log: test in t/pod/* were busted
27827              
27828              these tests are still not enabled in t/{harness,TEST}
27829      Branch: maint-5.6/perl
27830            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
27831            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
27832            ! t/pod/multiline_items.t t/pod/nested_items.t
27833            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
27834            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
27835 ____________________________________________________________________________
27836 [  9623] By: gsar                                  on 2001/04/08  03:37:01
27837         Log: integrate change#9470 from mainline
27838              
27839              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
27840      Branch: maint-5.6/perl
27841           !> ext/Socket/Socket.xs
27842 ____________________________________________________________________________
27843 [  9622] By: jhi                                   on 2001/04/07  22:40:47
27844         Log: Update Changes.
27845      Branch: perl
27846            ! Changes patchlevel.h
27847 ____________________________________________________________________________
27848 [  9621] By: jhi                                   on 2001/04/07  22:34:16
27849         Log: Update AUTHORS.
27850      Branch: perl
27851            ! AUTHORS
27852 ____________________________________________________________________________
27853 [  9620] By: jhi                                   on 2001/04/07  22:12:47
27854         Log: Forgot to bump the number of tests in #9164.
27855      Branch: perl
27856            ! t/op/array.t
27857 ____________________________________________________________________________
27858 [  9619] By: jhi                                   on 2001/04/07  22:09:50
27859         Log: Bump patchlevel to 5.7.1.
27860      Branch: perl
27861            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27862            ! config_h.SH patchlevel.h
27863 ____________________________________________________________________________
27864 [  9618] By: jhi                                   on 2001/04/07  22:02:41
27865         Log: Populate perl571delta.
27866      Branch: perl
27867            ! pod/perl571delta.pod
27868 ____________________________________________________________________________
27869 [  9617] By: jhi                                   on 2001/04/07  22:01:23
27870         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
27871              to forget it later; do not change patchlevel.h yet or regenerate
27872              Configure yet.
27873      Branch: perl
27874            ! epoc/config.sh win32/Makefile win32/config_H.bc
27875            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
27876 ____________________________________________________________________________
27877 [  9616] By: jhi                                   on 2001/04/07  17:46:33
27878         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
27879      Branch: perl
27880            ! pod/perl571delta.pod
27881 ____________________________________________________________________________
27882 [  9615] By: jhi                                   on 2001/04/07  17:33:21
27883         Log: Change the toc configuration.
27884      Branch: perl
27885            ! pod/buildtoc.PL pod/perl.pod
27886 ____________________________________________________________________________
27887 [  9614] By: jhi                                   on 2001/04/07  17:29:47
27888         Log: Subject: PATCH: $[
27889              From: Robin Houston <robin@kitsite.com>
27890              Date: Fri, 6 Apr 2001 18:10:14 +0100
27891              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
27892      Branch: perl
27893            ! op.c t/op/array.t
27894 ____________________________________________________________________________
27895 [  9613] By: jhi                                   on 2001/04/07  17:28:26
27896         Log: Subject: [PATCH perl@9424] isn't numeric warning
27897              From: Robin Barker <rmb1@cise.npl.co.uk>
27898              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
27899              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
27900      Branch: perl
27901            ! sv.c t/pragma/warn/sv
27902 ____________________________________________________________________________
27903 [  9612] By: jhi                                   on 2001/04/07  17:26:45
27904         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
27905              From: Mike Guy <mjtg@cam.ac.uk>
27906              Date: Fri, 06 Apr 2001 12:47:06 +0100
27907              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
27908      Branch: perl
27909            ! dump.c t/lib/peek.t
27910 ____________________________________________________________________________
27911 [  9611] By: jhi                                   on 2001/04/07  17:21:35
27912         Log: Create perl571delta and seed it off with the perldelta changes
27913              since 5.7.0; remove those changes from perldelta and rename it
27914              as perl570delta; recreate perldelta but leave it almost empty.
27915      Branch: perl
27916            + pod/perl570delta.pod pod/perl571delta.pod
27917            ! MANIFEST pod/perldelta.pod
27918 ____________________________________________________________________________
27919 [  9610] By: jhi                                   on 2001/04/07  16:56:32
27920         Log: Denit.
27921      Branch: perl
27922            ! pod/perldelta.pod
27923 ____________________________________________________________________________
27924 [  9609] By: jhi                                   on 2001/04/07  16:38:32
27925         Log: Retract #9523: needs more thought.
27926      Branch: perl
27927            ! Makefile.SH
27928 ____________________________________________________________________________
27929 [  9608] By: jhi                                   on 2001/04/07  14:59:20
27930         Log: atmark() code cleanaup.
27931      Branch: perl
27932            ! ext/IO/IO.xs
27933 ____________________________________________________________________________
27934 [  9607] By: jhi                                   on 2001/04/07  14:48:14
27935         Log: Integrate change #9605 from maintperl into mainline.
27936              
27937              can't optimize away scope entry if tr/// is present
27938      Branch: perl
27939           !> op.c t/op/tr.t
27940 ____________________________________________________________________________
27941 [  9606] By: jhi                                   on 2001/04/07  14:43:59
27942         Log: Integrate perlio.
27943      Branch: perl
27944           +> win32/FindExt.pm
27945           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
27946           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
27947 ____________________________________________________________________________
27948 [  9605] By: gsar                                  on 2001/04/07  11:52:40
27949         Log: can't optimize away scope entry if tr/// is present
27950      Branch: maint-5.6/perl
27951            ! op.c t/op/tr.t
27952 ____________________________________________________________________________
27953 [  9604] By: nick                                  on 2001/04/07  11:39:45
27954         Log: Split out extension finding code from buildext.pl into FindExt.pm
27955              Use it to get Config.pm's idea of available extensions in line
27956              with what is built.
27957      Branch: perlio
27958            + win32/FindExt.pm
27959            ! MANIFEST win32/buildext.pl win32/config_sh.PL
27960            ! win32/makefile.mk
27961 ____________________________________________________________________________
27962 [  9603] By: nick                                  on 2001/04/07  09:11:38
27963         Log: Cleanup correction for failed :Via() layer, also set an error code.
27964      Branch: perlio
27965            ! ext/PerlIO/Via/Via.xs
27966 ____________________________________________________________________________
27967 [  9602] By: nick                                  on 2001/04/07  08:38:04
27968         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
27969              style. So don't use binmode() on the handles so that Win32 etc. see
27970              same sequence and produce same digests.
27971      Branch: perlio
27972            ! t/lib/md5-file.t
27973 ____________________________________________________________________________
27974 [  9601] By: nick                                  on 2001/04/07  08:36:26
27975         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
27976              Else it complains and so crlf layer (say) does not get pushed.
27977      Branch: perlio
27978            ! perlio.c
27979 ____________________________________________________________________________
27980 [  9600] By: jhi                                   on 2001/04/06  23:00:09
27981         Log: Integrate change #9599 from perlio into mainline.
27982      Branch: perl
27983           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
27984           !> win32/config_H.vc
27985 ____________________________________________________________________________
27986 [  9599] By: nick                                  on 2001/04/06  21:42:43
27987         Log: Quote $VERSION in Encode.pm.
27988              regen_config_h as requested.
27989      Branch: perlio
27990            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
27991            ! win32/config_H.vc
27992 ____________________________________________________________________________
27993 [  9598] By: nick                                  on 2001/04/06  20:34:59
27994         Log: Integrate mainline
27995      Branch: perlio
27996           +> README.macos
27997           !> (integrate 39 files)
27998 ____________________________________________________________________________
27999 [  9597] By: gsar                                  on 2001/04/06  18:06:35
28000         Log: integrate change#9464 from mainline (addendum to change#8313)
28001              
28002              Subject: [PATCH @9452] Better peep()ing for foreach() loops
28003      Branch: maint-5.6/perl
28004           !> op.c
28005 ____________________________________________________________________________
28006 [  9596] By: jhi                                   on 2001/04/06  17:26:03
28007         Log: The d_casti32=undef is good for you even when not use64bitall.
28008      Branch: perl
28009            ! hints/hpux.sh
28010 ____________________________________________________________________________
28011 [  9595] By: gsar                                  on 2001/04/06  14:57:17
28012         Log: add a low-impact fix to accomodate darwin-ism
28013      Branch: maint-5.6/perl
28014            ! ext/Errno/Errno_pm.PL
28015 ____________________________________________________________________________
28016 [  9594] By: jhi                                   on 2001/04/06  14:55:14
28017         Log: Integrate changes #9528,9593 from mainline into maintperl;
28018              tweaking the editor/IDE/shell list.
28019      Branch: maint-5.6/perl
28020           !> pod/perlfaq3.pod
28021 ____________________________________________________________________________
28022 [  9593] By: jhi                                   on 2001/04/06  14:51:39
28023         Log: Make the editor/IDE/shell list a little bit airier.
28024      Branch: perl
28025            ! pod/perlfaq3.pod
28026 ____________________________________________________________________________
28027 [  9592] By: gsar                                  on 2001/04/06  14:45:18
28028         Log: integrate change#9477 from mainline (base.pm doc tweak)
28029              
28030              missing doc entry for fmod()
28031      Branch: maint-5.6/perl
28032            ! lib/Math/BigFloat.pm
28033           !> lib/base.pm
28034 ____________________________________________________________________________
28035 [  9591] By: jhi                                   on 2001/04/06  13:55:48
28036         Log: Regen toc.
28037      Branch: perl
28038            ! pod/perltoc.pod
28039 ____________________________________________________________________________
28040 [  9590] By: jhi                                   on 2001/04/06  13:54:52
28041         Log: Math::BigFloat patches from John Peacock.  The equivalent
28042              of #9586 from maintperl but reworked by John to work with
28043              the bleadperl.
28044      Branch: perl
28045            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
28046 ____________________________________________________________________________
28047 [  9589] By: jhi                                   on 2001/04/06  13:42:23
28048         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
28049      Branch: perl
28050            ! ext/Digest/MD5/Makefile.PL
28051 ____________________________________________________________________________
28052 [  9588] By: jhi                                   on 2001/04/06  13:31:45
28053         Log: Integrate changes #9584,9587 from maintperl into mainline.
28054              
28055              keep eval"" CVs alive until the end of the statement in which
28056              they're called
28057              
28058              add README.macos (from Chris Nandor)
28059              
28060              tyop in change#9555
28061      Branch: perl
28062           +> README.macos
28063           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
28064           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
28065           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
28066           !> win32/makefile.mk
28067 ____________________________________________________________________________
28068 [  9587] By: gsar                                  on 2001/04/06  07:31:30
28069         Log: add README.macos (from Chris Nandor)
28070              
28071              tyop in change#9555
28072      Branch: maint-5.6/perl
28073            + README.macos
28074            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
28075            ! win32/Makefile win32/makefile.mk
28076 ____________________________________________________________________________
28077 [  9586] By: gsar                                  on 2001/04/06  07:08:54
28078         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
28079      Branch: maint-5.6/perl
28080            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
28081 ____________________________________________________________________________
28082 [  9585] By: gsar                                  on 2001/04/06  06:58:44
28083         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
28084              from mainline
28085              
28086              Subject: [PATCH] Base64 update to perlfaq9.pod
28087              
28088              Subject: [PATCH AUTHORS] Housekeeping
28089              
28090              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
28091              Mac OS X (Darwin) has extra pwent fields.
28092              
28093              Subject: [PATCH B::*] print control-character vars readably
28094              Needs EBCDICification.
28095              
28096              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
28097              
28098              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
28099              
28100              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
28101              
28102              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
28103              
28104              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
28105              
28106              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
28107              
28108              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
28109              
28110              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
28111              
28112              FreeBSD hints tweak from Anton Berezin.
28113              
28114              Subject: [PATCH foolperl & bleadperl] README.vms update
28115              
28116              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
28117      Branch: maint-5.6/perl
28118           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
28119           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
28120           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
28121 ____________________________________________________________________________
28122 [  9584] By: gsar                                  on 2001/04/06  04:09:00
28123         Log: keep eval"" CVs alive until the end of the statement in which
28124              they're called; this avoids a coredump ensuing from search for
28125              lexicals in code such as:
28126              
28127              sub bug {
28128              my $s = @_;
28129              eval q[sub { eval 'sub { &$s }' }];
28130              }
28131              bug("x")->()->();
28132              
28133              this code still doesn't work as intended (as it has remained
28134              since time immemorial), but it doesn't provoke a coredump anymore
28135      Branch: maint-5.6/perl
28136            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28137            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
28138 ____________________________________________________________________________
28139 [  9583] By: jhi                                   on 2001/04/05  23:52:51
28140         Log: Update Changes.
28141      Branch: perl
28142            ! Changes patchlevel.h
28143 ____________________________________________________________________________
28144 [  9582] By: jhi                                   on 2001/04/05  23:11:23
28145         Log: Slight doc tweak.
28146      Branch: perl
28147            ! pod/perlunicode.pod
28148 ____________________________________________________________________________
28149 [  9581] By: jhi                                   on 2001/04/05  23:04:11
28150         Log: Integrate perlio.
28151      Branch: perl
28152           !> pod/perlunicode.pod
28153 ____________________________________________________________________________
28154 [  9580] By: jhi                                   on 2001/04/05  23:03:29
28155         Log: Test for #9579.
28156      Branch: perl
28157            ! t/op/do.t
28158 ____________________________________________________________________________
28159 [  9579] By: jhi                                   on 2001/04/05  22:54:17
28160         Log: Subject: [PATCH] Propagate calling context for do '...'
28161              From: Gisle Aas <gisle@ActiveState.com>
28162              Date: 04 Apr 2001 20:17:29 -0700
28163              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
28164      Branch: perl
28165            ! pod/perlfunc.pod pp_ctl.c
28166 ____________________________________________________________________________
28167 [  9578] By: jhi                                   on 2001/04/05  22:52:51
28168         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
28169              From: Peter Prymmer <pvhp@forte.com>
28170              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
28171              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
28172      Branch: perl
28173            ! README.vms
28174 ____________________________________________________________________________
28175 [  9577] By: jhi                                   on 2001/04/05  22:48:22
28176         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
28177              From: "Craig A. Berry" <craigberry@mac.com>
28178              Date: Thu, 5 Apr 2001 13:43:28 -0500
28179              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
28180      Branch: perl
28181            ! README.vms
28182 ____________________________________________________________________________
28183 [  9576] By: jhi                                   on 2001/04/05  22:31:38
28184         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
28185              From: Michael G Schwern <schwern@pobox.com>
28186              Date: Thu, 5 Apr 2001 21:53:21 +0100
28187              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
28188      Branch: perl
28189            ! lib/base.pm t/lib/fields.t
28190 ____________________________________________________________________________
28191 [  9575] By: jhi                                   on 2001/04/05  22:26:10
28192         Log: FreeBSD hints tweak from Anton Berezin.
28193      Branch: perl
28194            ! hints/freebsd.sh
28195 ____________________________________________________________________________
28196 [  9574] By: jhi                                   on 2001/04/05  22:24:03
28197         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
28198              From: David Dyck <dcd@tc.fluke.com>
28199              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
28200              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
28201      Branch: perl
28202            ! t/op/oct.t
28203 ____________________________________________________________________________
28204 [  9573] By: jhi                                   on 2001/04/05  22:23:06
28205         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
28206              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
28207              From: David Dyck <dcd@tc.fluke.com>
28208              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
28209      Branch: perl
28210            ! pp.c
28211 ____________________________________________________________________________
28212 [  9572] By: jhi                                   on 2001/04/05  22:14:47
28213         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
28214              From: Robin Houston <robin@kitsite.com>
28215              Date: Thu, 5 Apr 2001 20:56:48 +0100
28216              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
28217      Branch: perl
28218            ! ext/B/B/Deparse.pm
28219 ____________________________________________________________________________
28220 [  9571] By: jhi                                   on 2001/04/05  22:12:53
28221         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
28222              From: Robin Houston <robin@kitsite.com>
28223              Date: Thu, 5 Apr 2001 19:55:51 +0100
28224              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
28225      Branch: perl
28226            ! ext/B/B/Deparse.pm
28227 ____________________________________________________________________________
28228 [  9570] By: jhi                                   on 2001/04/05  22:11:06
28229         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
28230              From: Robin Houston <robin@kitsite.com>
28231              Date: Thu, 5 Apr 2001 20:16:29 +0100
28232              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
28233      Branch: perl
28234            ! ext/B/B/Deparse.pm
28235 ____________________________________________________________________________
28236 [  9569] By: nick                                  on 2001/04/05  21:32:26
28237         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
28238      Branch: perlio
28239            ! pod/perlunicode.pod
28240 ____________________________________________________________________________
28241 [  9568] By: nick                                  on 2001/04/05  19:38:09
28242         Log: Integrate mainline
28243      Branch: perlio
28244           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
28245           !> (integrate 35 files)
28246 ____________________________________________________________________________
28247 [  9567] By: jhi                                   on 2001/04/05  18:31:45
28248         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
28249              From: Robin Houston <robin@kitsite.com>
28250              Date: Thu, 5 Apr 2001 18:03:23 +0100
28251              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
28252      Branch: perl
28253            ! ext/B/B/Deparse.pm
28254 ____________________________________________________________________________
28255 [  9566] By: jhi                                   on 2001/04/05  18:29:35
28256         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
28257              From: Robin Houston <robin@kitsite.com>
28258              Date: Thu, 5 Apr 2001 16:45:18 +0100
28259              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
28260      Branch: perl
28261            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
28262 ____________________________________________________________________________
28263 [  9565] By: jhi                                   on 2001/04/05  18:24:23
28264         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
28265              From: Robin Houston <robin@kitsite.com>
28266              Date: Thu, 5 Apr 2001 14:50:09 +0100
28267              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
28268      Branch: perl
28269            ! ext/B/B/Deparse.pm
28270 ____________________________________________________________________________
28271 [  9564] By: jhi                                   on 2001/04/05  18:23:03
28272         Log: Subject: [PATCH B::*] print control-character vars readably
28273              From: Robin Houston <robin@kitsite.com>
28274              Date: Thu, 5 Apr 2001 14:27:38 +0100
28275              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
28276              
28277              Needs EBCDICification.
28278      Branch: perl
28279            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
28280            ! ext/B/B/Terse.pm
28281 ____________________________________________________________________________
28282 [  9563] By: jhi                                   on 2001/04/05  18:20:32
28283         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
28284              Date: Thu, 5 Apr 2001 13:21:42 -0400
28285              From: Paul Schinder <schinder@pobox.com>
28286              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
28287              
28288              Mac OS X (Darwin) has extra pwent fields.
28289      Branch: perl
28290            ! t/op/pwent.t
28291 ____________________________________________________________________________
28292 [  9562] By: jhi                                   on 2001/04/05  17:57:51
28293         Log: Regen toc.
28294      Branch: perl
28295            ! pod/perltoc.pod
28296 ____________________________________________________________________________
28297 [  9561] By: jhi                                   on 2001/04/05  17:47:33
28298         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
28299      Branch: metaconfig
28300            ! U/Glossary.patch
28301      Branch: metaconfig/U/perl
28302            + d_u32align.U
28303            ! d_cmsghdr_s.U d_msghdr_s.U
28304 ____________________________________________________________________________
28305 [  9560] By: jhi                                   on 2001/04/05  17:47:01
28306         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
28307              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
28308              Introduce probes for struct msghdr, struct cmsghdr,
28309              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
28310              ualarm, usleep, for possible later extension work.
28311      Branch: perl
28312            + t/lib/md5-align.t
28313            ! Configure MANIFEST Porting/Glossary Porting/config.sh
28314            ! Porting/config_H config_h.SH configure.com epoc/config.sh
28315            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
28316            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28317            ! vos/config.ga.h win32/config.bc win32/config.gc
28318            ! win32/config.vc
28319 ____________________________________________________________________________
28320 [  9559] By: jhi                                   on 2001/04/05  13:03:04
28321         Log: Be traditional in your cpp (for the Errno extension).
28322      Branch: perl
28323            ! hints/darwin.sh
28324 ____________________________________________________________________________
28325 [  9558] By: jhi                                   on 2001/04/05  13:00:05
28326         Log: Add $Config{cppflags} to the gcc incantation.
28327      Branch: perl
28328            ! ext/Errno/Errno_pm.PL
28329 ____________________________________________________________________________
28330 [  9557] By: jhi                                   on 2001/04/05  04:22:39
28331         Log: Introduce Sean Burke's Class::ISA 0.32.
28332      Branch: perl
28333            + lib/Class/ISA.pm t/lib/class-isa.t
28334            ! MANIFEST
28335 ____________________________________________________________________________
28336 [  9556] By: jhi                                   on 2001/04/05  04:09:50
28337         Log: Subject: [PATCH AUTHORS] Housekeeping
28338              From: Paul Johnson <paul@pjcj.net> 
28339              Date: Wed, 4 Apr 2001 22:45:47 +0200
28340              Message-ID: <20010404224547.D9548@pjcj.net>
28341      Branch: perl
28342            ! AUTHORS
28343 ____________________________________________________________________________
28344 [  9555] By: jhi                                   on 2001/04/05  04:06:33
28345         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
28346              From: Gisle Aas <gisle@ActiveState.com>
28347              Date: 04 Apr 2001 14:23:04 -0700
28348              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
28349      Branch: perl
28350            ! pod/perlfaq9.pod
28351 ____________________________________________________________________________
28352 [  9554] By: jhi                                   on 2001/04/05  04:05:49
28353         Log: Downgrade also the "Wide character" diagnostic.
28354      Branch: perl
28355            ! pod/perldiag.pod
28356 ____________________________________________________________________________
28357 [  9553] By: jhi                                   on 2001/04/05  04:00:33
28358         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
28359              maintperl into mainline.
28360              
28361              "double" should be "NV"; standard typemap is missing entry
28362              for NV
28363              
28364              s/djSP/dSP/
28365              
28366              Downgrade "Wide character in print" to a warning.
28367              
28368              B::Deparse fix for ${^FOO} and documentation for PVX() method
28369              (from Robin Houston)
28370              
28371              tr/// doesn't null-terminate the result in some situations
28372              (from Gisle Aas)
28373      Branch: perl
28374           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
28375           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
28376           !> t/io/utf8.t t/op/tr.t
28377 ____________________________________________________________________________
28378 [  9552] By: jhi                                   on 2001/04/05  03:52:50
28379         Log: Retract changes #9542 and #9538 (from maintperl, integrated
28380              at #9540), shouldn't be needed because of the perlio changes.
28381      Branch: perl
28382            ! util.c
28383 ____________________________________________________________________________
28384 [  9551] By: gsar                                  on 2001/04/05  00:18:34
28385         Log: tr/// doesn't null-terminate the result in some situations
28386              (from Gisle Aas)
28387      Branch: maint-5.6/perl
28388            ! doop.c t/op/tr.t
28389 ____________________________________________________________________________
28390 [  9550] By: gsar                                  on 2001/04/04  20:04:17
28391         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
28392              (from Robin Houston)
28393      Branch: maint-5.6/perl
28394            ! ext/B/B.pm ext/B/B/Deparse.pm
28395 ____________________________________________________________________________
28396 [  9549] By: nick                                  on 2001/04/04  18:56:15
28397         Log: Downgrade "Wide character in print" to a warning.
28398      Branch: perlio
28399            ! doio.c t/io/utf8.t
28400 ____________________________________________________________________________
28401 [  9548] By: gsar                                  on 2001/04/04  18:51:49
28402         Log: integrate changes#9460,9462,9482,9521,9522
28403              
28404              Subject: PATCH: B::Debug should show LOOP-specific fields
28405              
28406              Subject: B::Deparse precedence bug. (Patch included.)
28407              
28408              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
28409              
28410              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
28411              
28412              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
28413      Branch: maint-5.6/perl
28414           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
28415           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
28416 ____________________________________________________________________________
28417 [  9547] By: gsar                                  on 2001/04/04  18:49:16
28418         Log: s/djSP/dSP/
28419      Branch: maint-5.6/perl
28420            ! ext/Thread/Thread.xs
28421 ____________________________________________________________________________
28422 [  9546] By: nick                                  on 2001/04/04  18:44:00
28423         Log: Integrate mainline.
28424      Branch: perlio
28425           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
28426           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
28427 ____________________________________________________________________________
28428 [  9545] By: gsar                                  on 2001/04/04  18:38:52
28429         Log: integrate change#8837 from mainline
28430              
28431              Subject: [patch] -Wall cleanup round 2
28432      Branch: maint-5.6/perl
28433           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
28434           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
28435           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
28436           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
28437           !> ext/SDBM_File/SDBM_File.xs
28438 ____________________________________________________________________________
28439 [  9544] By: gsar                                  on 2001/04/04  17:49:57
28440         Log: "double" should be "NV"; standard typemap is missing entry
28441              for NV
28442      Branch: maint-5.6/perl
28443            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
28444 ____________________________________________________________________________
28445 [  9543] By: jhi                                   on 2001/04/04  14:13:18
28446         Log: Thou shalt not (just) match for English error messages.
28447      Branch: perl
28448            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
28449            ! os2/OS2/Process/Process.pm
28450 ____________________________________________________________________________
28451 [  9542] By: jhi                                   on 2001/04/04  13:20:39
28452         Log: Make the stdio tricks of fflush_all() to exist only if
28453              stdio is being used.
28454      Branch: perl
28455            ! util.c
28456 ____________________________________________________________________________
28457 [  9541] By: jhi                                   on 2001/04/04  04:20:24
28458         Log: Subject: Re: [PATCH] Lighten up glob
28459              From: Benjamin Sugars <bsugars@canoe.ca>
28460              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
28461              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
28462      Branch: perl
28463            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
28464            ! util.c
28465 ____________________________________________________________________________
28466 [  9540] By: jhi                                   on 2001/04/04  04:03:57
28467         Log: Integrate changes #9538,9539 from maintperl into mainline.
28468              
28469              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
28470              for use with _fwalk() (fix for change#7705)
28471              
28472              another tweak needed for SunOS 4.1.x build (from Mike Guy)
28473              (cp -f is not portable)
28474      Branch: perl
28475           !> Makefile.SH util.c
28476 ____________________________________________________________________________
28477 [  9539] By: gsar                                  on 2001/04/04  03:01:14
28478         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
28479      Branch: maint-5.6/perl
28480            ! Makefile.SH
28481 ____________________________________________________________________________
28482 [  9538] By: gsar                                  on 2001/04/04  01:00:38
28483         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
28484              for use with _fwalk() (fix for change#7705)
28485      Branch: maint-5.6/perl
28486            ! util.c
28487 ____________________________________________________________________________
28488 [  9537] By: nick                                  on 2001/04/03  19:24:55
28489         Log: Integrate mainline
28490      Branch: perlio
28491           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
28492           +> lib/unicode/PropList.html
28493            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
28494           !> (integrate 69 files)
28495 ____________________________________________________________________________
28496 [  9536] By: jhi                                   on 2001/04/03  18:02:31
28497         Log: Integrate change #9533 from maintperl into mainline.
28498              
28499              better fix for change#9517 to accomodate UNC paths like
28500              \\server\share\foo, and paths with trailing backslash
28501              like c:\this\
28502      Branch: perl
28503           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
28504 ____________________________________________________________________________
28505 [  9535] By: jhi                                   on 2001/04/03  17:58:07
28506         Log: Change the push/unshift warning to be of class syntax, not misc.
28507      Branch: perl
28508            ! op.c pod/perldiag.pod t/pragma/warn/op
28509 ____________________________________________________________________________
28510 [  9534] By: jhi                                   on 2001/04/03  15:03:46
28511         Log: Change the push/unshift warning (#9532) to talk about "no values"
28512              instead of "no arguments".
28513      Branch: perl
28514            ! op.c pod/perldiag.pod t/pragma/warn/op
28515 ____________________________________________________________________________
28516 [  9533] By: gsar                                  on 2001/04/03  14:30:07
28517         Log: better fix for change#9517 to accomodate UNC paths like
28518              \\server\share\foo, and paths with trailing backslash
28519              like c:\this\
28520      Branch: maint-5.6/perl
28521            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
28522 ____________________________________________________________________________
28523 [  9532] By: jhi                                   on 2001/04/03  13:11:46
28524         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
28525              From: Robin Houston <robin@kitsite.com>
28526              Date: Mon, 2 Apr 2001 15:03:29 +0100
28527              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
28528      Branch: perl
28529            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
28530 ____________________________________________________________________________
28531 [  9531] By: jhi                                   on 2001/04/03  13:06:34
28532         Log: Integrate change #9530 from maintperl into mainline.
28533              
28534              accomodate VMS "mailbox overflow" quirk in testsuite (from
28535              Craig Berry)
28536      Branch: perl
28537           !> t/lib/socket.t
28538 ____________________________________________________________________________
28539 [  9530] By: gsar                                  on 2001/04/03  04:56:41
28540         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
28541              Craig Berry)
28542      Branch: maint-5.6/perl
28543            ! t/lib/socket.t
28544 ____________________________________________________________________________
28545 [  9529] By: jhi                                   on 2001/04/03  02:34:34
28546         Log: Update Changes.
28547      Branch: perl
28548            ! Changes patchlevel.h
28549 ____________________________________________________________________________
28550 [  9528] By: jhi                                   on 2001/04/03  01:27:57
28551         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
28552              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
28553              To: perl5-porters@perl.org
28554              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
28555      Branch: perl
28556            ! pod/perlfaq3.pod
28557 ____________________________________________________________________________
28558 [  9527] By: jhi                                   on 2001/04/03  01:22:09
28559         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
28560              From: Peter Prymmer <pvhp@forte.com>
28561              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
28562              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
28563      Branch: perl
28564            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
28565 ____________________________________________________________________________
28566 [  9526] By: jhi                                   on 2001/04/03  01:18:25
28567         Log: The metaconfig unit changes for #9525.
28568      Branch: metaconfig
28569            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
28570      Branch: metaconfig/U/perl
28571            ! use64bits.U
28572 ____________________________________________________________________________
28573 [  9525] By: jhi                                   on 2001/04/03  01:17:30
28574         Log: Configure sanity checks:
28575              * if use64bitall is attempted but pointers are only 32-bit,
28576              'downgrade' to use64bitint
28577              * if use64bitint is attempted but there's no quad type,
28578              forget about use64bitint (well, the default for it is 'n',
28579              the user can still override this)
28580              * if pointers are 64 bits, do not try to use Perl's malloc
28581      Branch: perl
28582            ! Configure
28583 ____________________________________________________________________________
28584 [  9524] By: gsar                                  on 2001/04/03  01:09:12
28585         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
28586      Branch: maint-5.6/perl
28587            ! pp_sys.c
28588 ____________________________________________________________________________
28589 [  9523] By: jhi                                   on 2001/04/03  00:02:31
28590         Log: (Retracted by #9609)
28591              
28592              Make it harder for parallel makes to enter 'test' before
28593              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
28594              should be unhappy enough, but sometimes parallel makes seem
28595              to sneak past both in Tru64 and AIX.)
28596      Branch: perl
28597            ! Makefile.SH
28598 ____________________________________________________________________________
28599 [  9522] By: jhi                                   on 2001/04/02  22:35:31
28600         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
28601              Date: Mon, 2 Apr 2001 22:54:10 +0100
28602              From: Robin Houston <robin@kitsite.com>
28603              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
28604      Branch: perl
28605            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
28606 ____________________________________________________________________________
28607 [  9521] By: jhi                                   on 2001/04/02  22:32:23
28608         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
28609              From: Robin Houston <robin@kitsite.com>
28610              Date: Mon, 2 Apr 2001 20:24:03 +0100
28611              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
28612      Branch: perl
28613            ! ext/B/B/Concise.pm
28614 ____________________________________________________________________________
28615 [  9520] By: jhi                                   on 2001/04/02  22:30:43
28616         Log: Subject: [PATCH] REALLY pedantic hv.h nit
28617              From: Simon Cozens <simon@netthink.co.uk>
28618              Date: Mon, 2 Apr 2001 15:43:06 +0100
28619              Message-ID: <20010402154306.A21711@netthink.co.uk>
28620      Branch: perl
28621            ! hv.h
28622 ____________________________________________________________________________
28623 [  9519] By: jhi                                   on 2001/04/02  22:28:04
28624         Log: Based on
28625              
28626              Subject: [foolperl] EPOC fix
28627              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28628              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
28629              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
28630      Branch: perl
28631            ! pp_sys.c
28632 ____________________________________________________________________________
28633 [  9518] By: jhi                                   on 2001/04/02  22:22:34
28634         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
28635              
28636              README.win32 tweaks; add a note about alternative location for
28637              getting a gcc-2.95.2 that will build perl properly on windows
28638              
28639              add some notes about gutsy threading matters
28640              
28641              many of the utilities interpolate literal paths within doublequotes
28642              (fails on dosish platforms where path contains backslashes)
28643      Branch: perl
28644           !> README.win32 pod/perlguts.pod utils/perldoc.PL
28645           !> x2p/find2perl.PL x2p/s2p.PL
28646 ____________________________________________________________________________
28647 [  9517] By: gsar                                  on 2001/04/02  19:52:21
28648         Log: many of the utilities interpolate literal paths within doublequotes
28649              (fails on dosish platforms where path contains backslashes)
28650      Branch: maint-5.6/perl
28651            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
28652 ____________________________________________________________________________
28653 [  9516] By: gsar                                  on 2001/04/02  05:49:37
28654         Log: a foolish release
28655      Branch: maint-5.6/perl
28656            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
28657            ! pod/perltoc.pod
28658 ____________________________________________________________________________
28659 [  9515] By: gsar                                  on 2001/04/02  05:04:29
28660         Log: add missing changelog summaries
28661      Branch: maint-5.6/perl
28662            ! Changes
28663 ____________________________________________________________________________
28664 [  9514] By: gsar                                  on 2001/04/02  04:07:13
28665         Log: add some notes about gutsy threading matters
28666      Branch: maint-5.6/perl
28667            ! pod/perlguts.pod
28668 ____________________________________________________________________________
28669 [  9513] By: gsar                                  on 2001/04/02  03:25:21
28670         Log: add more prominent caveat notices about experimental features
28671      Branch: maint-5.6/perl
28672            ! pod/perlfork.pod pod/perlunicode.pod
28673 ____________________________________________________________________________
28674 [  9512] By: gsar                                  on 2001/04/02  02:54:33
28675         Log: integrate changes#9479,9509 from mainline
28676              
28677              [PATCH] File::Glob stuff for Mac OS
28678              
28679              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
28680      Branch: maint-5.6/perl
28681           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
28682           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
28683           !> t/lib/glob-taint.t
28684 ____________________________________________________________________________
28685 [  9511] By: gsar                                  on 2001/04/02  02:38:24
28686         Log: README.win32 tweaks; add a note about alternative location for
28687              getting a gcc-2.95.2 that will build perl properly on windows
28688      Branch: maint-5.6/perl
28689            ! README.win32
28690 ____________________________________________________________________________
28691 [  9510] By: jhi                                   on 2001/04/01  20:45:10
28692         Log: An ambiguosity warning.
28693      Branch: perl
28694            ! t/lib/trig.t
28695 ____________________________________________________________________________
28696 [  9509] By: jhi                                   on 2001/04/01  19:53:47
28697         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
28698              From: Jonathan Stowe <gellyfish@gellyfish.com>
28699              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
28700              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
28701      Branch: perl
28702            ! ext/File/Glob/bsd_glob.c
28703 ____________________________________________________________________________
28704 [  9508] By: jhi                                   on 2001/04/01  19:35:03
28705         Log: Update Changes.
28706      Branch: perl
28707            ! Changes patchlevel.h
28708 ____________________________________________________________________________
28709 [  9507] By: jhi                                   on 2001/04/01  19:24:01
28710         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
28711              from mainline to maintperl: pod tweaks.
28712      Branch: maint-5.6/perl
28713           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
28714           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
28715           !> pod/perlvar.pod
28716 ____________________________________________________________________________
28717 [  9506] By: jhi                                   on 2001/04/01  19:11:53
28718         Log: Commit Sarathy to April release of 5.6.1 :-)
28719      Branch: perl
28720            ! pod/perlfaq1.pod
28721 ____________________________________________________________________________
28722 [  9505] By: jhi                                   on 2001/04/01  19:03:15
28723         Log: Subject: PATCH 5.6.0 (perldebug.pod)
28724              From: Mark-Jason Dominus <mjd@plover.com>
28725              Date: Sun, 01 Apr 2001 14:25:11 -0400
28726              Message-ID: <20010401182511.9247.qmail@plover.com>
28727      Branch: perl
28728            ! pod/perldebug.pod
28729 ____________________________________________________________________________
28730 [  9504] By: jhi                                   on 2001/04/01  18:43:09
28731         Log: Add great_circle_direction().
28732      Branch: perl
28733            ! lib/Math/Trig.pm t/lib/trig.t
28734 ____________________________________________________________________________
28735 [  9503] By: jhi                                   on 2001/04/01  17:29:12
28736         Log: Unicode ReadMe update for Unicode 3.1.
28737      Branch: perl
28738            ! lib/unicode/ReadMe.txt
28739 ____________________________________________________________________________
28740 [  9502] By: jhi                                   on 2001/04/01  17:18:40
28741         Log: Integrate change #9501 from maintperl into mainline.
28742              
28743              fix the perlembed notes on multiple interpreters
28744              
28745              fix ExtUtils::Embed to work passably on Windows
28746      Branch: perl
28747           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
28748 ____________________________________________________________________________
28749 [  9501] By: gsar                                  on 2001/04/01  07:21:57
28750         Log: fix the perlembed notes on multiple interpreters
28751              
28752              fix ExtUtils::Embed to work passably on Windows
28753      Branch: maint-5.6/perl
28754            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
28755 ____________________________________________________________________________
28756 [  9500] By: jhi                                   on 2001/04/01  05:58:23
28757         Log: Test for #9499.
28758      Branch: perl
28759            ! t/op/tr.t
28760 ____________________________________________________________________________
28761 [  9499] By: jhi                                   on 2001/04/01  05:55:46
28762         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
28763      Branch: perl
28764            ! embed.h embed.pl op.c proto.h
28765 ____________________________________________________________________________
28766 [  9498] By: jhi                                   on 2001/04/01  05:44:34
28767         Log: Protect the workaround hunk more.
28768      Branch: perl
28769            ! toke.c
28770 ____________________________________________________________________________
28771 [  9497] By: jhi                                   on 2001/04/01  00:24:25
28772         Log: Integrate changes #9493,9494,9495,9496 from maintperl
28773              into mainline.
28774              
28775              fix a broken workaround for Borland compiler in change#4739
28776              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
28777              
28778              nits spotted by Borland compiler
28779              
28780              avoid redefinition warnings under Borland 5.02
28781              
28782              various nits identified by the Borland 5.5 compiler; remove suppression
28783              of a few warnings
28784      Branch: perl
28785           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
28786           !> win32/win32.h
28787 ____________________________________________________________________________
28788 [  9496] By: gsar                                  on 2001/03/31  23:22:28
28789         Log: various nits identified by the Borland 5.5 compiler; remove suppression
28790              of a few warnings
28791      Branch: maint-5.6/perl
28792            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
28793 ____________________________________________________________________________
28794 [  9495] By: gsar                                  on 2001/03/31  21:03:08
28795         Log: avoid redefinition warnings under Borland 5.02
28796      Branch: maint-5.6/perl
28797            ! win32/makefile.mk
28798 ____________________________________________________________________________
28799 [  9494] By: gsar                                  on 2001/03/31  20:18:59
28800         Log: nits spotted by Borland compiler
28801      Branch: maint-5.6/perl
28802            ! utf8.h win32/win32.h
28803 ____________________________________________________________________________
28804 [  9493] By: gsar                                  on 2001/03/31  20:18:05
28805         Log: fix a broken workaround for Borland compiler in change#4739
28806              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
28807      Branch: maint-5.6/perl
28808            ! toke.c
28809 ____________________________________________________________________________
28810 [  9492] By: jhi                                   on 2001/03/31  18:36:24
28811         Log: Integrate change #9491 from maintperl into mainline.
28812              
28813              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
28814              directory is relative (need to fetch the full path name *before*
28815              the chdir!)
28816      Branch: perl
28817           !> lib/Cwd.pm
28818 ____________________________________________________________________________
28819 [  9491] By: gsar                                  on 2001/03/31  17:01:56
28820         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
28821              directory is relative (need to fetch the full path name *before*
28822              the chdir!)
28823              
28824              this is a followup patch for change#6749
28825      Branch: maint-5.6/perl
28826            ! lib/Cwd.pm
28827 ____________________________________________________________________________
28828 [  9490] By: jhi                                   on 2001/03/31  15:50:18
28829         Log: Subject: Re: [PATCH] av.h cosmetics
28830              From: Simon Cozens <simon@netthink.co.uk>
28831              Date: Sat, 31 Mar 2001 13:09:59 +0100
28832              Message-ID: <20010331130959.A22000@netthink.co.uk>
28833              
28834              Document AvALLOC.
28835      Branch: perl
28836            ! pod/perlguts.pod
28837 ____________________________________________________________________________
28838 [  9489] By: jhi                                   on 2001/03/31  15:48:44
28839         Log: Subject: [PATCH] Re: Math::Big* v1.21
28840              From: Tels <perl_dummy@bloodgate.com>
28841              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
28842              Message-Id: <200103311125.GAA377738@www08.hway.net>
28843      Branch: perl
28844            ! pod/perlop.pod
28845 ____________________________________________________________________________
28846 [  9488] By: jhi                                   on 2001/03/31  03:39:51
28847         Log: Debug output tweak.
28848      Branch: perl
28849            ! t/lib/cwd.t
28850 ____________________________________________________________________________
28851 [  9487] By: jhi                                   on 2001/03/31  03:33:02
28852         Log: OverVMSification.
28853      Branch: perl
28854            ! t/lib/cwd.t
28855 ____________________________________________________________________________
28856 [  9486] By: jhi                                   on 2001/03/31  03:01:40
28857         Log: Missed MANIFESTations in #9483.
28858      Branch: perl
28859            ! MANIFEST
28860 ____________________________________________________________________________
28861 [  9485] By: jhi                                   on 2001/03/31  02:58:17
28862         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
28863              From: Peter Prymmer <pvhp@forte.com>
28864              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
28865              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
28866      Branch: perl
28867            ! regexec.c t/lib/cwd.t
28868 ____________________________________________________________________________
28869 [  9484] By: jhi                                   on 2001/03/31  01:04:41
28870         Log: Obsolete file (see #3938)
28871      Branch: perl
28872            - lib/unicode/README.Ethiopic
28873            ! MANIFEST
28874 ____________________________________________________________________________
28875 [  9483] By: jhi                                   on 2001/03/31  00:52:42
28876         Log: Update to Unicode 3.1.
28877              (Rename Names.txt to NamesList.txt.)
28878      Branch: perl
28879            + lib/unicode/NamesList.txt lib/unicode/PropList.html
28880            - lib/unicode/Names.txt
28881            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
28882            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
28883            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
28884            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
28885            ! lib/unicode/UCD.html lib/unicode/Unicode.html
28886            ! lib/unicode/rename lib/unicode/version
28887 ____________________________________________________________________________
28888 [  9482] By: jhi                                   on 2001/03/30  23:33:44
28889         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
28890              From: Robin Houston <robin@kitsite.com>
28891              Date: Fri, 30 Mar 2001 20:07:22 +0100
28892              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
28893      Branch: perl
28894            ! ext/B/B/Deparse.pm
28895 ____________________________________________________________________________
28896 [  9481] By: jhi                                   on 2001/03/30  23:20:25
28897         Log: Subject: Re: [PATCH] CwdXS, Take 2
28898              From: Benjamin Sugars <bsugars@canoe.ca>
28899              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
28900              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
28901      Branch: perl
28902            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
28903            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
28904 ____________________________________________________________________________
28905 [  9480] By: jhi                                   on 2001/03/30  22:52:38
28906         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
28907              From: David Dyck <dcd@tc.fluke.com>
28908              Date: Fri, 30 Mar 2001 14:44:13 -0800
28909              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
28910              
28911              The t/rantests flags file creation was accidentally
28912              removed by #9217.
28913      Branch: perl
28914            ! Makefile.SH
28915 ____________________________________________________________________________
28916 [  9479] By: jhi                                   on 2001/03/30  22:45:45
28917         Log: Subject: [PATCH] File::Glob stuff for Mac OS
28918              From: Chris Nandor <pudge@pobox.com>
28919              Date: Fri, 30 Mar 2001 16:51:00 -0500
28920              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
28921      Branch: perl
28922            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
28923            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
28924            ! t/lib/glob-taint.t
28925 ____________________________________________________________________________
28926 [  9478] By: jhi                                   on 2001/03/30  22:43:12
28927         Log: Subject: fix for win32/buildext.pl
28928              From: "Vadim Konovalov" <watman@inbox.ru>
28929              Date: Sat, 31 Mar 2001 00:50:36 +0400
28930              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
28931      Branch: perl
28932            ! win32/buildext.pl
28933 ____________________________________________________________________________
28934 [  9477] By: jhi                                   on 2001/03/30  22:41:16
28935         Log: Subject: small base.pm doc patch
28936              From: Leon Brocard <acme@astray.com>
28937              Date: Fri, 30 Mar 2001 21:49:57 +0100
28938              Message-ID: <20010330214957.B8733@ns0.astray.com>
28939      Branch: perl
28940            ! lib/base.pm
28941 ____________________________________________________________________________
28942 [  9476] By: jhi                                   on 2001/03/30  18:16:57
28943         Log: Subject: [PATCH] av.h cosmetics
28944              From: Simon Cozens <simon@netthink.co.uk>
28945              Date: Fri, 30 Mar 2001 18:12:28 +0100
28946              Message-ID: <20010330181228.A9319@netthink.co.uk>
28947      Branch: perl
28948            ! av.h
28949 ____________________________________________________________________________
28950 [  9475] By: jhi                                   on 2001/03/30  18:15:50
28951         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
28952              From: "Philip Newton" <pnewton@gmx.de>
28953              Date: Fri, 30 Mar 2001 19:06:57 +0200
28954              Message-ID: <3AC4D951.14815.1AC7068@localhost>
28955      Branch: perl
28956            ! pod/perlhack.pod
28957 ____________________________________________________________________________
28958 [  9474] By: jhi                                   on 2001/03/30  18:14:02
28959         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
28960              From: Benjamin Sugars <bsugars@canoe.ca>
28961              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
28962              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
28963      Branch: perl
28964            ! t/lib/glob-basic.t
28965 ____________________________________________________________________________
28966 [  9473] By: jhi                                   on 2001/03/30  16:09:24
28967         Log: Update Changes.
28968      Branch: perl
28969            ! Changes patchlevel.h
28970 ____________________________________________________________________________
28971 [  9472] By: jhi                                   on 2001/03/30  15:16:08
28972         Log: Integrate perlio.
28973      Branch: perl
28974           !> t/lib/cwd.t t/lib/glob-basic.t
28975 ____________________________________________________________________________
28976 [  9471] By: nick                                  on 2001/03/30  14:47:10
28977         Log: Should be (^O eq 'MSWin32') not 'Win32'
28978              Fail #12 seems real - chdir is in wrong dir.
28979      Branch: perlio
28980            ! t/lib/cwd.t
28981 ____________________________________________________________________________
28982 [  9470] By: jhi                                   on 2001/03/30  14:41:11
28983         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
28984              From: Radu Greab <radu@netsoft.ro>
28985              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
28986              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
28987              
28988              Replace #9352.
28989      Branch: perl
28990            ! ext/Socket/Socket.xs pp_sys.c
28991 ____________________________________________________________________________
28992 [  9469] By: jhi                                   on 2001/03/30  14:37:51
28993         Log: Subject: PATCH pod/perldiag.pod
28994              From: Robin Houston <robin@kitsite.com>
28995              Date: Fri, 30 Mar 2001 14:10:36 +0100
28996              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
28997      Branch: perl
28998            ! pod/perldiag.pod t/lib/glob-basic.t
28999 ____________________________________________________________________________
29000 [  9468] By: jhi                                   on 2001/03/30  14:36:36
29001         Log: Subject: Better diagnostic in io/fs.t
29002              From: andreas.koenig@anima.de (Andreas J. Koenig)
29003              Date: 30 Mar 2001 10:11:43 +0200
29004              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
29005      Branch: perl
29006            ! t/io/fs.t
29007 ____________________________________________________________________________
29008 [  9467] By: nick                                  on 2001/03/30  14:25:43
29009         Log: Skip order test of glob if case-ignoring system cannot 
29010              create a.test and A.test
29011      Branch: perlio
29012            ! t/lib/glob-basic.t
29013 ____________________________________________________________________________
29014 [  9466] By: nick                                  on 2001/03/30  13:03:12
29015         Log: Integrate mainline.
29016      Branch: perlio
29017            - ext/re/hints/aix.pl
29018           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
29019           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
29020           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
29021           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
29022 ____________________________________________________________________________
29023 [  9465] By: jhi                                   on 2001/03/30  03:53:37
29024         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
29025              the tests sometimes hang, sometimes not.)
29026      Branch: perl
29027            ! t/lib/io_multihomed.t t/lib/io_sock.t
29028 ____________________________________________________________________________
29029 [  9464] By: jhi                                   on 2001/03/30  02:56:04
29030         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
29031              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29032              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
29033              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
29034      Branch: perl
29035            ! op.c
29036 ____________________________________________________________________________
29037 [  9463] By: jhi                                   on 2001/03/30  02:34:48
29038         Log: Test for #9462.
29039      Branch: perl
29040            ! t/lib/b.t
29041 ____________________________________________________________________________
29042 [  9462] By: jhi                                   on 2001/03/30  02:29:37
29043         Log: Subject: B::Deparse precedence bug. (Patch included.)
29044              From: Jeremy Madea <jmadea@inktomi.com>
29045              Date: Thu, 29 Mar 2001 12:05:02 -0800
29046              Message-ID: <20010329120502.A24881@dr.inktomi.com>
29047      Branch: perl
29048            ! ext/B/B/Deparse.pm
29049 ____________________________________________________________________________
29050 [  9461] By: jhi                                   on 2001/03/30  02:18:41
29051         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
29052              From: Peter Prymmer <pvhp@forte.com>
29053              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
29054              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
29055      Branch: perl
29056            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
29057            ! t/lib/md5-file.t
29058 ____________________________________________________________________________
29059 [  9460] By: jhi                                   on 2001/03/30  02:17:07
29060         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
29061              From: Robin Houston <robin@kitsite.com>
29062              Date: Thu, 29 Mar 2001 20:47:56 +0100
29063              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
29064      Branch: perl
29065            ! ext/B/B/Debug.pm
29066 ____________________________________________________________________________
29067 [  9459] By: jhi                                   on 2001/03/30  02:16:05
29068         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
29069              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
29070              Date: Wed, 28 Mar 2001 18:02:20 -0600
29071              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
29072      Branch: perl
29073            ! lib/ExtUtils/MM_VMS.pm
29074 ____________________________________________________________________________
29075 [  9458] By: jhi                                   on 2001/03/30  02:07:58
29076         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
29077              From: "Joshua E. Rodd" <jrodd@pbs.org>
29078              Date: Wed, 28 Mar 2001 17:29:12 -0500
29079              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
29080      Branch: perl
29081            ! pod/perlop.pod
29082 ____________________________________________________________________________
29083 [  9457] By: jhi                                   on 2001/03/30  02:04:33
29084         Log: Subject: ext/re/aix.pl can go
29085              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29086              Date: Thu, 29 Mar 2001 12:03:28 +0200
29087              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
29088      Branch: perl
29089            - ext/re/hints/aix.pl
29090            ! MANIFEST
29091 ____________________________________________________________________________
29092 [  9456] By: jhi                                   on 2001/03/30  02:03:32
29093         Log: Integrate perlio.
29094      Branch: perl
29095           !> ext/Encode/Encode.xs installperl
29096 ____________________________________________________________________________
29097 [  9455] By: nick                                  on 2001/03/29  21:11:46
29098         Log: DLL name has changed so installperl needs to know
29099              (Why isn't it working it out or passed it?)
29100      Branch: perlio
29101            ! installperl
29102 ____________________________________________________________________________
29103 [  9454] By: nick                                  on 2001/03/29  20:56:12
29104         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
29105              and we don't get undef warnings.
29106      Branch: perlio
29107            ! ext/Encode/Encode.xs
29108 ____________________________________________________________________________
29109 [  9453] By: nick                                  on 2001/03/29  17:58:48
29110         Log: Integrate mainline
29111      Branch: perlio
29112           !> Changes patchlevel.h
29113 ____________________________________________________________________________
29114 [  9452] By: jhi                                   on 2001/03/29  16:44:55
29115         Log: Update Changes.
29116      Branch: perl
29117            ! Changes patchlevel.h
29118 ____________________________________________________________________________
29119 [  9451] By: nick                                  on 2001/03/29  16:31:38
29120         Log: Integrate mainline
29121      Branch: perlio
29122           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
29123           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
29124           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
29125           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
29126           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
29127 ____________________________________________________________________________
29128 [  9450] By: jhi                                   on 2001/03/29  16:29:17
29129         Log: Integrate perlio.
29130      Branch: perl
29131           !> win32/buildext.pl
29132 ____________________________________________________________________________
29133 [  9449] By: jhi                                   on 2001/03/29  15:50:01
29134         Log: Update Changes.
29135      Branch: perl
29136            ! Changes patchlevel.h
29137 ____________________________________________________________________________
29138 [  9448] By: nick                                  on 2001/03/29  15:47:15
29139         Log: Make sure buildext.pl finds Errno.pm
29140      Branch: perlio
29141            ! win32/buildext.pl
29142 ____________________________________________________________________________
29143 [  9447] By: jhi                                   on 2001/03/29  15:39:34
29144         Log: Integrate perlio.
29145      Branch: perl
29146           !> win32/makefile.mk
29147 ____________________________________________________________________________
29148 [  9446] By: nick                                  on 2001/03/29  15:30:03
29149         Log: Integrate win32/makefile.mk with mainline.
29150      Branch: perlio
29151           !> win32/makefile.mk
29152 ____________________________________________________________________________
29153 [  9445] By: nick                                  on 2001/03/29  15:27:32
29154         Log: Fix breakage ... 
29155      Branch: perlio
29156            ! win32/makefile.mk
29157 ____________________________________________________________________________
29158 [  9444] By: jhi                                   on 2001/03/29  15:03:08
29159         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
29160              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29161              Date: Thu, 29 Mar 2001 10:32:59 +0400
29162              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
29163      Branch: perl
29164            ! win32/makefile.mk
29165 ____________________________________________________________________________
29166 [  9443] By: jhi                                   on 2001/03/29  15:02:12
29167         Log: Integrate perlio.
29168      Branch: perl
29169           +> win32/buildext.pl
29170           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
29171           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
29172 ____________________________________________________________________________
29173 [  9442] By: nick                                  on 2001/03/29  14:59:11
29174         Log: Work in progress - determine win32 extensions to build via script.
29175      Branch: perlio
29176            + win32/buildext.pl
29177            ! MANIFEST win32/makefile.mk
29178 ____________________________________________________________________________
29179 [  9441] By: jhi                                   on 2001/03/29  14:51:47
29180         Log: Reintroduce the use of external pwd.
29181      Branch: perl
29182            ! t/lib/cwd.t
29183 ____________________________________________________________________________
29184 [  9440] By: jhi                                   on 2001/03/29  14:42:58
29185         Log: use warnings instead of -w.
29186      Branch: perl
29187            ! utils/h2xs.PL
29188 ____________________________________________________________________________
29189 [  9439] By: jhi                                   on 2001/03/29  14:41:52
29190         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
29191              From: Jonathan Stowe <gellyfish@gellyfish.com>
29192              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
29193              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
29194      Branch: perl
29195            ! utils/h2xs.PL
29196 ____________________________________________________________________________
29197 [  9438] By: jhi                                   on 2001/03/29  14:39:38
29198         Log: Subject: [PATCH perl@9424] minor pod nits
29199              From: Robin Barker <rmb1@cise.npl.co.uk>
29200              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
29201              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
29202      Branch: perl
29203            ! pod/perlhack.pod pod/perliol.pod
29204 ____________________________________________________________________________
29205 [  9437] By: jhi                                   on 2001/03/29  14:29:16
29206         Log: Subject: [PATCH perl@9424] typemap cast warning
29207              From: Robin Barker <rmb1@cise.npl.co.uk>
29208              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
29209              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
29210      Branch: perl
29211            ! lib/ExtUtils/typemap
29212 ____________________________________________________________________________
29213 [  9436] By: jhi                                   on 2001/03/29  14:26:03
29214         Log: Subject: [PATCH perl@9424] printf warning
29215              From: Robin Barker <rmb1@cise.npl.co.uk>
29216              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
29217              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
29218      Branch: perl
29219            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
29220            ! ext/Storable/Storable.xs toke.c
29221 ____________________________________________________________________________
29222 [  9435] By: nick                                  on 2001/03/29  14:23:31
29223         Log: Win32 has name conflict with ERROR
29224      Branch: perlio
29225            ! ext/PerlIO/Via/Via.xs
29226 ____________________________________________________________________________
29227 [  9434] By: jhi                                   on 2001/03/29  14:17:48
29228         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
29229              From: Peter Prymmer <pvhp@forte.com>
29230              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
29231              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
29232      Branch: perl
29233            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
29234 ____________________________________________________________________________
29235 [  9433] By: jhi                                   on 2001/03/29  13:52:44
29236         Log: test-prep target was missing.
29237      Branch: perl
29238            ! Makefile.SH
29239 ____________________________________________________________________________
29240 [  9432] By: nick                                  on 2001/03/29  12:40:03
29241         Log: Make as-shipped compiler default to MSVC6 
29242      Branch: perlio
29243            ! win32/makefile.mk
29244 ____________________________________________________________________________
29245 [  9431] By: nick                                  on 2001/03/29  12:12:16
29246         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
29247              akin to PerlIO::Scalar.
29248      Branch: perlio
29249            ! perlio.c perlio.h
29250 ____________________________________________________________________________
29251 [  9430] By: nick                                  on 2001/03/29  10:56:35
29252         Log: Integrate mainline.
29253      Branch: perlio
29254           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
29255           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
29256           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
29257           !> win32/makefile.mk win32/win32sck.c
29258 ____________________________________________________________________________
29259 [  9429] By: nick                                  on 2001/03/29  09:03:43
29260         Log: Noticed that two tests were skipped as perlio:: package
29261              isn't there any more. Changed the skip condition.
29262              Avoid core-dump if sv_utf8_upgrade() called on something
29263              that does not become SvPOK after SvPV() (e.g. a ref).
29264      Branch: perlio
29265            ! sv.c t/io/utf8.t t/lib/io_scalar.t
29266 ____________________________________________________________________________
29267 [  9428] By: jhi                                   on 2001/03/29  01:31:47
29268         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
29269              From: Benjamin Sugars <bsugars@canoe.ca> 
29270              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
29271              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
29272      Branch: perl
29273            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
29274            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
29275            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
29276 ____________________________________________________________________________
29277 [  9427] By: jhi                                   on 2001/03/29  00:49:30
29278         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
29279              From: "Vadim Konovalov" <watman@inbox.ru>
29280              Date: Thu, 29 Mar 2001 01:50:12 +0400
29281              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
29282      Branch: perl
29283            ! win32/makefile.mk win32/win32sck.c
29284 ____________________________________________________________________________
29285 [  9426] By: gsar                                  on 2001/03/29  00:28:04
29286         Log: dmake can only handle == and != in comparisons; support building
29287              with Borland's VCL libraries (from Vadim Konovalov)
29288      Branch: maint-5.6/perl
29289            ! win32/makefile.mk
29290 ____________________________________________________________________________
29291 [  9425] By: nick                                  on 2001/03/28  19:29:56
29292         Log: Integrate (@snapshot)
29293      Branch: perlio
29294           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
29295 ____________________________________________________________________________
29296 [  9424] By: jhi                                   on 2001/03/28  19:03:16
29297         Log: Update Changes.
29298      Branch: perl
29299            ! Changes patchlevel.h
29300 ____________________________________________________________________________
29301 [  9423] By: jhi                                   on 2001/03/28  18:52:09
29302         Log: Rmdir lib/XS on cleanup.
29303      Branch: perl
29304            ! Makefile.SH
29305 ____________________________________________________________________________
29306 [  9422] By: jhi                                   on 2001/03/28  18:49:34
29307         Log: Integrate perlio.
29308      Branch: perl
29309           !> t/op/utf8decode.t
29310 ____________________________________________________________________________
29311 [  9421] By: nick                                  on 2001/03/28  18:46:44
29312         Log: Loose duplicate chunk.
29313      Branch: perlio
29314            ! t/op/utf8decode.t
29315 ____________________________________________________________________________
29316 [  9420] By: nick                                  on 2001/03/28  18:44:11
29317         Log: Integrate mainline.
29318      Branch: perlio
29319           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
29320           !> vms/vmsish.h
29321 ____________________________________________________________________________
29322 [  9419] By: jhi                                   on 2001/03/28  18:42:05
29323         Log: Can't trust external pwds
29324              (either shell builtins or external programs)
29325      Branch: perl
29326            ! t/lib/cwd.t
29327 ____________________________________________________________________________
29328 [  9418] By: jhi                                   on 2001/03/28  18:34:05
29329         Log: Integrate perlio.
29330      Branch: perl
29331            - lib/perlio.pm
29332           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
29333           !> t/op/utf8decode.t
29334 ____________________________________________________________________________
29335 [  9417] By: nick                                  on 2001/03/28  18:24:02
29336         Log: PerlIO.pm / perlio.pm conflict.
29337              Update some pods.
29338              Make t/op/utf8decode.t a text file.
29339      Branch: perlio
29340            - lib/perlio.pm
29341            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
29342            ! t/op/utf8decode.t
29343 ____________________________________________________________________________
29344 [  9416] By: jhi                                   on 2001/03/28  18:06:07
29345         Log: Integrate change #9409 from mainline to maintperl.
29346              
29347              Yet another tweak on AIX dynaloading.
29348      Branch: maint-5.6/perl
29349           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29350 ____________________________________________________________________________
29351 [  9415] By: gsar                                  on 2001/03/28  17:13:01
29352         Log: integrate changes#9377,9385,9401 from mainline
29353              
29354              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
29355              
29356              If directory entries compare equal case-insensitively,
29357              retry case-sensitively.
29358              
29359              Subject: [PATCH] B::Terse and warnings
29360      Branch: maint-5.6/perl
29361           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
29362           !> t/pragma/warn/perl
29363 ____________________________________________________________________________
29364 [  9414] By: jhi                                   on 2001/03/28  17:11:12
29365         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
29366              From: "Craig A. Berry" <craigberry@mac.com>
29367              Date: Wed, 28 Mar 2001 10:55:20 -0600
29368              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
29369      Branch: perl
29370            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
29371 ____________________________________________________________________________
29372 [  9413] By: jhi                                   on 2001/03/28  17:03:12
29373         Log: Dup hunk.
29374      Branch: perl
29375            ! t/op/utf8decode.t
29376 ____________________________________________________________________________
29377 [  9412] By: jhi                                   on 2001/03/28  17:02:36
29378         Log: Forced integrate from perlio.
29379      Branch: perl
29380           !> t/op/utf8decode.t
29381 ____________________________________________________________________________
29382 [  9411] By: nick                                  on 2001/03/28  16:50:03
29383         Log: Integrate mainline.
29384      Branch: perlio
29385           +> t/lib/cwd.t
29386           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29387           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
29388           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
29389           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
29390           !> t/pragma/warn/perl
29391 ____________________________________________________________________________
29392 [  9410] By: jhi                                   on 2001/03/28  16:44:23
29393         Log: Subject: Re: [PATCH] 9403 cannot be tested
29394              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29395              Date: Wed, 28 Mar 2001 18:33:56 +0200
29396              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
29397      Branch: perl
29398            ! makedef.pl
29399 ____________________________________________________________________________
29400 [  9409] By: jhi                                   on 2001/03/28  16:12:45
29401         Log: Yet another tweak on AIX dynaloading.
29402      Branch: perl
29403            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29404 ____________________________________________________________________________
29405 [  9408] By: jhi                                   on 2001/03/28  15:52:55
29406         Log: Subject: [PATCH] 9403 cannot be tested
29407              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29408              Date: Wed, 28 Mar 2001 17:23:00 +0200
29409              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
29410              
29411              A missing symbol.
29412      Branch: perl
29413            ! makedef.pl
29414 ____________________________________________________________________________
29415 [  9407] By: jhi                                   on 2001/03/28  15:47:43
29416         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
29417      Branch: perl
29418            ! t/op/utf8decode.t
29419           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
29420           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
29421 ____________________________________________________________________________
29422 [  9406] By: jhi                                   on 2001/03/28  15:37:08
29423         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
29424              From: Benjamin Sugars <bsugars@canoe.ca> 
29425              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
29426              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
29427      Branch: perl
29428            + t/lib/cwd.t
29429            ! MANIFEST
29430 ____________________________________________________________________________
29431 [  9405] By: jhi                                   on 2001/03/28  15:13:18
29432         Log: pp_ne() needs a CORRECT boolean.
29433      Branch: perl
29434            ! pp.c
29435 ____________________________________________________________________________
29436 [  9404] By: jhi                                   on 2001/03/28  15:09:23
29437         Log: pp_ne() needs a boolean, not an integer.
29438      Branch: perl
29439            ! pp.c
29440 ____________________________________________________________________________
29441 [  9403] By: jhi                                   on 2001/03/28  14:47:43
29442         Log: (Retracted by #9404.)
29443      Branch: perl
29444            ! pp.c
29445 ____________________________________________________________________________
29446 [  9402] By: jhi                                   on 2001/03/28  14:43:59
29447         Log: Subject: Re: [PATCH] Typemap testing
29448              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
29449              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
29450              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
29451      Branch: perl
29452            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29453            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
29454 ____________________________________________________________________________
29455 [  9401] By: jhi                                   on 2001/03/28  14:42:14
29456         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
29457              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
29458              Date: Sun, 25 Mar 2001 21:59:15 +0100
29459              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
29460              
29461              A variable will be checked for the "use once" warnings if:
29462              
29463              1. It is in the scope of a use warnings 'once'
29464              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
29465              
29466              Otherwise it won't be checked at all.
29467              
29468              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
29469              
29470              The enclosed patch partially fixes this issue. What I didn't
29471              get to work was the case where the "used once" warning is enabled
29472              in any file other than the main file.
29473      Branch: perl
29474            ! gv.c t/pragma/warn/perl
29475 ____________________________________________________________________________
29476 [  9400] By: nick                                  on 2001/03/28  14:38:24
29477         Log: More EBCDIC tweaks:
29478              - one more swash issue &~(0xA0-1) did not do the right thing,
29479              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
29480              - add "use re 'asciirange'" to make [!-~] etc. work
29481              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
29482              - Choose a key for t/op/each.t test which gets encoded.
29483              - Skip utf8decode if this is UTF-EBCDIC.
29484      Branch: perlio
29485            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
29486            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
29487 ____________________________________________________________________________
29488 [  9399] By: jhi                                   on 2001/03/28  14:21:00
29489         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
29490              Andreas Schwab.
29491      Branch: perl
29492            ! pp.c
29493 ____________________________________________________________________________
29494 [  9398] By: jhi                                   on 2001/03/28  00:55:56
29495         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
29496              From: David Dyck <dcd@tc.fluke.com>
29497              Date: Tue, 27 Mar 2001 15:16:24 -0800
29498              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
29499      Branch: perl
29500            ! ext/IO/lib/IO/Socket.pm
29501 ____________________________________________________________________________
29502 [  9397] By: jhi                                   on 2001/03/27  21:52:49
29503         Log: Integrate perlio.
29504      Branch: perl
29505           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
29506           +> ext/PerlIO/Via/Via.xs
29507           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
29508 ____________________________________________________________________________
29509 [  9396] By: nick                                  on 2001/03/27  21:45:13
29510         Log: Integrate mainline.
29511      Branch: perlio
29512           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
29513           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
29514 ____________________________________________________________________________
29515 [  9395] By: nick                                  on 2001/03/27  21:18:58
29516         Log: Outline docs for PerlIO and PerlIO::Scalar
29517      Branch: perlio
29518            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
29519 ____________________________________________________________________________
29520 [  9394] By: nick                                  on 2001/03/27  20:50:13
29521         Log: PerlIO::Via layer (alpha-ish).
29522      Branch: perlio
29523            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
29524            + ext/PerlIO/Via/Via.xs
29525            ! MANIFEST
29526 ____________________________________________________________________________
29527 [  9393] By: jhi                                   on 2001/03/27  20:49:55
29528         Log: Retract #9329 now that 9390 should take care of the matter.
29529      Branch: perl
29530            ! utils/h2xs.PL
29531 ____________________________________________________________________________
29532 [  9390] By: jhi                                   on 2001/03/27  20:47:50
29533         Log: Subject: Autoloading Errno.pm when %! is encountered
29534              From: Robin Houston <robin@kitsite.com>
29535              Date: Tue, 27 Mar 2001 20:57:11 +0100
29536              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
29537      Branch: perl
29538            ! embed.h embed.pl gv.c proto.h t/op/magic.t
29539 ____________________________________________________________________________
29540 [  9389] By: jhi                                   on 2001/03/27  20:24:31
29541         Log: Integrate perlio.
29542      Branch: perl
29543           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
29544           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
29545           !> utf8.c
29546 ____________________________________________________________________________
29547 [  9388] By: jhi                                   on 2001/03/27  20:21:38
29548         Log: Better have a three-element array if one is going to assign
29549              to the third element of that array. (from Tim Jenness)
29550      Branch: perl
29551            ! ext/XS/Typemap/Typemap.xs
29552 ____________________________________________________________________________
29553 [  9387] By: nick                                  on 2001/03/27  20:15:43
29554         Log: Integrate mainline.
29555      Branch: perlio
29556           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
29557           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29558           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
29559           +> t/lib/xs-typemap.t
29560           !> (integrate 34 files)
29561 ____________________________________________________________________________
29562 [  9386] By: jhi                                   on 2001/03/27  20:04:18
29563         Log: Subject: Re: perl@9359 breaks HTML::Parser
29564              From: Gisle Aas <gisle@ActiveState.com>
29565              Date: 27 Mar 2001 11:30:24 -0800
29566              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
29567              
29568              Clarify the UTF-8 issues of the API docs.
29569              (Slightly reworded and expanded.)
29570      Branch: perl
29571            ! pod/perlapi.pod sv.c sv.h
29572 ____________________________________________________________________________
29573 [  9385] By: jhi                                   on 2001/03/27  19:44:25
29574         Log: If directory entries compare equal case-insensitively,
29575              retry case-sensitively.
29576      Branch: perl
29577            ! ext/File/Glob/bsd_glob.c
29578 ____________________________________________________________________________
29579 [  9384] By: nick                                  on 2001/03/27  19:38:50
29580         Log: Various EBCDIC fixes:
29581              - major revelation that swash code is encoding aware,
29582              (or thought it was) - now it is ;-)
29583              - With that out of the way fix a slab of tr/// cases.
29584              - Fix Encode 'Unicode' to be true Unicode so tests pass.
29585              - As anticipated Base64.xs needed tweaks.
29586              - Until tr/// works right avoid old_encode64 in MIME tests.
29587      Branch: perlio
29588            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
29589            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
29590 ____________________________________________________________________________
29591 [  9383] By: jhi                                   on 2001/03/27  18:34:41
29592         Log: Add the std test suite BEGIN block.
29593      Branch: perl
29594            ! t/lib/xs-typemap.t
29595 ____________________________________________________________________________
29596 [  9382] By: jhi                                   on 2001/03/27  15:16:07
29597         Log: Add debugging output to the test.
29598      Branch: perl
29599            ! t/lib/glob-basic.t
29600 ____________________________________________________________________________
29601 [  9381] By: jhi                                   on 2001/03/27  15:08:10
29602         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
29603      Branch: perl
29604            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
29605            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29606            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
29607            + t/lib/xs-typemap.t
29608            ! MANIFEST
29609 ____________________________________________________________________________
29610 [  9380] By: jhi                                   on 2001/03/27  14:48:34
29611         Log: Subject: [PATCH] Typemap testing
29612              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
29613              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
29614              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
29615              
29616              (The first part of the patch.)
29617      Branch: perl
29618            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
29619 ____________________________________________________________________________
29620 [  9379] By: jhi                                   on 2001/03/27  14:44:56
29621         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
29622              From: Benjamin Sugars <bsugars@canoe.ca> 
29623              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
29624              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
29625      Branch: perl
29626            ! t/lib/glob-basic.t
29627 ____________________________________________________________________________
29628 [  9378] By: jhi                                   on 2001/03/27  14:42:30
29629         Log: Subject: [PATCH] perlvar nit
29630              From: Simon Cozens <simon@netthink.co.uk>
29631              Date: Tue, 27 Mar 2001 01:12:01 +0100
29632              Message-ID: <20010327011201.A19179@netthink.co.uk>
29633      Branch: perl
29634            ! pod/perlvar.pod
29635 ____________________________________________________________________________
29636 [  9377] By: jhi                                   on 2001/03/27  14:36:26
29637         Log: Subject: [PATCH] B::Terse and warnings
29638              From: Benjamin Sugars <ben.sugars@home.com>
29639              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
29640              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
29641      Branch: perl
29642            ! ext/B/B.pm ext/B/B/Terse.pm
29643 ____________________________________________________________________________
29644 [  9376] By: jhi                                   on 2001/03/27  14:31:31
29645         Log: Document sockatmark() some.
29646      Branch: perl
29647            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
29648            ! pod/perltoc.pod
29649 ____________________________________________________________________________
29650 [  9375] By: jhi                                   on 2001/03/27  14:00:24
29651         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
29652              noted by Gisle and fixed by NI-S.
29653      Branch: perl
29654            ! sv.c
29655 ____________________________________________________________________________
29656 [  9374] By: jhi                                   on 2001/03/27  05:50:01
29657         Log: Regen toc.
29658      Branch: perl
29659            ! pod/perltoc.pod
29660 ____________________________________________________________________________
29661 [  9373] By: jhi                                   on 2001/03/27  05:43:51
29662         Log: Pixie documenting.
29663      Branch: perl
29664            ! Makefile.SH pod/perlhack.pod
29665 ____________________________________________________________________________
29666 [  9372] By: jhi                                   on 2001/03/27  05:29:34
29667         Log: Metaconfig unit changes for #9371.
29668      Branch: metaconfig
29669            ! U/modified/myhostname.U
29670      Branch: metaconfig/U/perl
29671            + d_sockatmark.U
29672            ! gccvers.U
29673 ____________________________________________________________________________
29674 [  9371] By: jhi                                   on 2001/03/27  05:29:07
29675         Log: Add sockatmark() probing.
29676      Branch: perl
29677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29678            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
29679            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29680            ! vos/config.ga.h win32/config.bc win32/config.gc
29681            ! win32/config.vc
29682 ____________________________________________________________________________
29683 [  9370] By: jhi                                   on 2001/03/26  22:01:18
29684         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
29685              Really need to benchmark this.
29686      Branch: perl
29687            ! pp.c
29688 ____________________________________________________________________________
29689 [  9369] By: nick                                  on 2001/03/26  21:59:30
29690         Log: Integrate mainline.
29691      Branch: perlio
29692            ! ext/MIME/Base64/QuotedPrint.pm
29693           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
29694           !> patchlevel.h pod/perlhack.pod pp_sys.c
29695 ____________________________________________________________________________
29696 [  9368] By: jhi                                   on 2001/03/26  21:47:03
29697         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
29698              
29699              TODO1: perlbench.
29700              TODO2: le, lt, ge, gt?  Yech.
29701      Branch: perl
29702            ! pp.c
29703 ____________________________________________________________________________
29704 [  9367] By: jhi                                   on 2001/03/26  21:34:57
29705         Log: Too much cut-and-paste in #9363.
29706      Branch: perl
29707            ! pp_sys.c
29708 ____________________________________________________________________________
29709 [  9366] By: jhi                                   on 2001/03/26  21:20:53
29710         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
29711              From: Andreas Schwab <schwab@suse.de>
29712              Date: 26 Mar 2001 17:29:04 +0200
29713              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
29714              
29715              (The patch for 5.6.0 or so, this is a guess for bleadperl)
29716      Branch: perl
29717            ! pp_hot.c
29718 ____________________________________________________________________________
29719 [  9365] By: jhi                                   on 2001/03/26  21:07:54
29720         Log: Integrate perlio.
29721      Branch: perl
29722           !> perlio.c
29723 ____________________________________________________________________________
29724 [  9364] By: nick                                  on 2001/03/26  20:30:48
29725         Log: REFCNT botch in layer name cache hash.
29726      Branch: perlio
29727            ! perlio.c
29728 ____________________________________________________________________________
29729 [  9363] By: jhi                                   on 2001/03/26  18:44:32
29730         Log: Subject: [PATCH] socket() leaks file descriptors
29731              From: Benjamin Sugars <bsugars@canoe.ca>
29732              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
29733              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
29734              
29735              Also sockpair() fixed similarly.
29736      Branch: perl
29737            ! pp_sys.c
29738 ____________________________________________________________________________
29739 [  9362] By: jhi                                   on 2001/03/26  18:37:52
29740         Log: Integrate perlio.
29741      Branch: perl
29742           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
29743 ____________________________________________________________________________
29744 [  9361] By: nick                                  on 2001/03/26  17:32:06
29745         Log: Implement flush of linebuffered streams on read of a tty.
29746      Branch: perlio
29747            ! perlio.c perliol.h
29748 ____________________________________________________________________________
29749 [  9360] By: nick                                  on 2001/03/26  17:12:32
29750         Log: Memory tweaks and notes for OEMVS.
29751      Branch: perlio
29752            ! README.os390 miniperlmain.c t/op/pat.t
29753 ____________________________________________________________________________
29754 [  9359] By: jhi                                   on 2001/03/26  02:12:54
29755         Log: Update Changes.
29756      Branch: perl
29757            ! Changes patchlevel.h
29758 ____________________________________________________________________________
29759 [  9358] By: jhi                                   on 2001/03/26  02:05:32
29760         Log: Document the most common pixie options.
29761      Branch: perl
29762            ! pod/perlhack.pod
29763 ____________________________________________________________________________
29764 [  9357] By: jhi                                   on 2001/03/26  01:25:28
29765         Log: For perl.pixie check *before* compiling that optimize is -g,
29766              as for perl.third.
29767      Branch: perl
29768            ! Makefile.SH
29769 ____________________________________________________________________________
29770 [  9356] By: jhi                                   on 2001/03/26  01:13:41
29771         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
29772      Branch: perl
29773            ! Makefile.SH
29774 ____________________________________________________________________________
29775 [  9355] By: jhi                                   on 2001/03/26  01:11:19
29776         Log: Remove t/perl.third.
29777      Branch: perl
29778            ! Makefile.SH
29779 ____________________________________________________________________________
29780 [  9354] By: jhi                                   on 2001/03/26  00:23:38
29781         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
29782              IO::Sockatmark().
29783      Branch: perl
29784            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
29785 ____________________________________________________________________________
29786 [  9353] By: jhi                                   on 2001/03/25  22:25:04
29787         Log: Integrate perlio.
29788      Branch: perl
29789           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29790           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
29791           !> pp_hot.c win32/makefile.mk
29792 ____________________________________________________________________________
29793 [  9352] By: jhi                                   on 2001/03/25  22:21:41
29794         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
29795              From: Radu Greab <radu@netsoft.ro>
29796              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
29797              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
29798      Branch: perl
29799            ! pp_sys.c
29800 ____________________________________________________________________________
29801 [  9351] By: nick                                  on 2001/03/25  22:15:02
29802         Log: Fix readline in list mode to tell rest of world that it has
29803              things on the stack. Otherwise if perl code gets invoked
29804              underneath it it scribbles over results-so-far.
29805              (Why TIEHANDLE has not tripped on this is a mystery.)
29806      Branch: perlio
29807            ! pp_hot.c
29808 ____________________________________________________________________________
29809 [  9350] By: nick                                  on 2001/03/25  22:10:13
29810         Log: win32/makefile.mk typos
29811      Branch: perlio
29812            ! win32/makefile.mk
29813 ____________________________________________________________________________
29814 [  9349] By: nick                                  on 2001/03/25  21:31:14
29815         Log: Integrate now-non-binary file.
29816      Branch: perlio
29817           !> t/lib/mimeqp.t
29818 ____________________________________________________________________________
29819 [  9348] By: nick                                  on 2001/03/25  21:27:24
29820         Log: Make it text
29821      Branch: perlio
29822            ! t/lib/mimeqp.t
29823 ____________________________________________________________________________
29824 [  9347] By: nick                                  on 2001/03/25  21:25:37
29825         Log: Integrate mainline.
29826      Branch: perlio
29827           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
29828           !> lib/Term/ReadLine.pm t/lib/md5-file.t
29829 ____________________________________________________________________________
29830 [  9346] By: nick                                  on 2001/03/25  20:58:15
29831         Log: Add destruct time hook to PerlIO (for work-in-process implementing
29832              layers in perl code. In such cases layers need to be popped before
29833              we loose the ability to run perl code.)
29834              Also back-out "PerlIO::object" hook - it isn't going to work like that...
29835      Branch: perlio
29836            ! perl.c perlio.c perlio.h perliol.h
29837 ____________________________________________________________________________
29838 [  9345] By: nick                                  on 2001/03/25  20:49:11
29839         Log: Avoid at leasy one of undefined warnings in Encode.
29840      Branch: perlio
29841            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29842 ____________________________________________________________________________
29843 [  9344] By: jhi                                   on 2001/03/25  20:37:43
29844         Log: A workaround for using Term::ReadLine in emacs minibuffer
29845              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
29846              additional tweaks from Ilya Zakharevich.
29847      Branch: perl
29848            ! lib/Term/ReadLine.pm
29849 ____________________________________________________________________________
29850 [  9343] By: nick                                  on 2001/03/25  20:21:14
29851         Log: Missing return value.
29852      Branch: perlio
29853            ! ext/PerlIO/Scalar/Scalar.xs
29854 ____________________________________________________________________________
29855 [  9342] By: jhi                                   on 2001/03/25  16:21:00
29856         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
29857              to equal the CPAN versions since no code changes have been made.
29858      Branch: perl
29859            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
29860            ! t/lib/md5-file.t
29861 ____________________________________________________________________________
29862 [  9341] By: jhi                                   on 2001/03/25  16:01:48
29863         Log: Escape 8-bit characters.
29864      Branch: perl
29865            ! t/lib/mimeqp.t
29866 ____________________________________________________________________________
29867 [  9340] By: gsar                                  on 2001/03/25  15:50:53
29868         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
29869              chars)
29870      Branch: perl
29871            + t/lib/mimeqp.t
29872 ____________________________________________________________________________
29873 [  9339] By: gsar                                  on 2001/03/25  15:48:50
29874         Log: delete mimeqp.t for later with text mode set
29875      Branch: perl
29876            - t/lib/mimeqp.t
29877 ____________________________________________________________________________
29878 [  9338] By: nick                                  on 2001/03/25  09:01:57
29879         Log: Integrate mainline.
29880      Branch: perlio
29881           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
29882           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
29883           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
29884           +> t/lib/mimeb64u.t t/lib/mimeqp.t
29885           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
29886           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
29887           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
29888 ____________________________________________________________________________
29889 [  9337] By: jhi                                   on 2001/03/25  04:23:24
29890         Log: Add MIME::Base64 here and there.  Again, a lot of
29891              optimism is in the air.
29892      Branch: perl
29893            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
29894            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
29895 ____________________________________________________________________________
29896 [  9336] By: jhi                                   on 2001/03/25  04:12:43
29897         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
29898              this by ear as I do not do Win32 programming.)
29899      Branch: perl
29900            ! win32/Makefile win32/makefile.mk
29901 ____________________________________________________________________________
29902 [  9335] By: jhi                                   on 2001/03/25  04:03:50
29903         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
29904      Branch: perl
29905            ! t/lib/md5-file.t
29906 ____________________________________________________________________________
29907 [  9334] By: jhi                                   on 2001/03/25  03:58:53
29908         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
29909      Branch: perl
29910            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
29911            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
29912            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
29913            + t/lib/mimeb64u.t t/lib/mimeqp.t
29914            ! MANIFEST
29915 ____________________________________________________________________________
29916 [  9333] By: jhi                                   on 2001/03/24  20:14:37
29917         Log: Integrate perlio.
29918      Branch: perl
29919           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
29920 ____________________________________________________________________________
29921 [  9332] By: nick                                  on 2001/03/24  19:40:34
29922         Log: Fix un-init variable leading to spurious "Out of Memory!"
29923      Branch: perlio
29924            ! doio.c
29925 ____________________________________________________________________________
29926 [  9331] By: nick                                  on 2001/03/24  19:09:59
29927         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
29928              and update layers internals doc.
29929      Branch: perlio
29930            ! pod/perlfunc.pod pod/perliol.pod
29931 ____________________________________________________________________________
29932 [  9330] By: jhi                                   on 2001/03/24  18:42:11
29933         Log: The length might be uninitialized garbage if the *svp is the undef.
29934      Branch: perl
29935            ! doio.c
29936 ____________________________________________________________________________
29937 [  9329] By: jhi                                   on 2001/03/24  18:26:57
29938         Log: (Retracted by #9393)
29939
29940              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
29941              From: Simon Cozens <simon@netthink.co.uk>
29942              Date: Sat, 24 Mar 2001 17:13:17 +0000
29943              Message-ID: <20010324171317.A13406@netthink.co.uk>
29944      Branch: perl
29945            ! utils/h2xs.PL
29946 ____________________________________________________________________________
29947 [  9328] By: nick                                  on 2001/03/24  17:22:02
29948         Log: Integrate mainline.
29949      Branch: perlio
29950           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
29951           !> lib/unicode/version
29952 ____________________________________________________________________________
29953 [  9327] By: nick                                  on 2001/03/24  17:16:02
29954         Log: Integrate mainline.
29955      Branch: perlio
29956           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29957           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
29958           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
29959           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
29960           +> t/lib/md5-file.t
29961           !> MANIFEST Makefile.SH configure.com djgpp/config.over
29962           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
29963           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
29964           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
29965           !> win32/makefile.mk
29966 ____________________________________________________________________________
29967 [  9326] By: jhi                                   on 2001/03/24  17:00:42
29968         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
29969      Branch: perl
29970            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
29971            ! lib/unicode/version
29972 ____________________________________________________________________________
29973 [  9325] By: jhi                                   on 2001/03/24  16:22:33
29974         Log: Subject: Re: B::Deparse bug (5.6.0)
29975              From: Robin Houston <robin@kitsite.com>
29976              Date: Sat, 24 Mar 2001 14:33:09 +0000
29977              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
29978      Branch: perl
29979            ! op.c pp.c t/lib/b.t t/op/repeat.t
29980 ____________________________________________________________________________
29981 [  9324] By: jhi                                   on 2001/03/24  16:21:56
29982         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
29983              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
29984              these additions may be too optimistic.
29985      Branch: perl
29986            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
29987            ! hints/uwin.sh hints/vmesa.sh
29988 ____________________________________________________________________________
29989 [  9323] By: jhi                                   on 2001/03/24  16:06:01
29990         Log: Integrate perlio.
29991      Branch: perl
29992           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
29993           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29994            ! Makefile.SH
29995           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
29996           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
29997           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
29998           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29999           !> win32/makefile.mk win32/perlhost.h win32/win32.c
30000           !> win32/win32iop.h
30001 ____________________________________________________________________________
30002 [  9322] By: nick                                  on 2001/03/24  14:39:12
30003         Log: Routine Win32 regen_config_h - no real changes.
30004      Branch: perlio
30005            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30006 ____________________________________________________________________________
30007 [  9321] By: nick                                  on 2001/03/24  14:31:49
30008         Log: PerlIO fixups for Win32:
30009              - provide win33_popenlist() - non-functional as yet.
30010              - avoid need for aTHX in PerlIO_debug calls - even if not 
30011              enabled args are still evaluated so Win32 has trouble during fork().
30012              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
30013              - Fixup makedef.pl for latest set of symbols.
30014      Branch: perlio
30015            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
30016            ! win32/perlhost.h win32/win32.c win32/win32iop.h
30017 ____________________________________________________________________________
30018 [  9320] By: nick                                  on 2001/03/24  14:26:58
30019         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
30020              was gibberish - broke it on WIn32 at least.
30021      Branch: perlio
30022            ! ext/POSIX/POSIX.xs
30023 ____________________________________________________________________________
30024 [  9319] By: nick                                  on 2001/03/24  11:29:41
30025         Log: Generated files.
30026      Branch: perlio
30027            ! embed.h global.sym objXSUB.h perlapi.c proto.h
30028 ____________________________________________________________________________
30029 [  9318] By: nick                                  on 2001/03/24  10:29:37
30030         Log: Implement:
30031              1.  open($fh,"+<",undef);  # add test to t/io/open.t
30032              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
30033      Branch: perlio
30034            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
30035            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30036            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
30037            ! t/io/open.t t/io/utf8.t
30038 ____________________________________________________________________________
30039 [  9317] By: jhi                                   on 2001/03/23  23:41:25
30040         Log: AIX does seems to have optimization problems with its C compilers.
30041      Branch: perl
30042            ! hints/aix.sh
30043 ____________________________________________________________________________
30044 [  9316] By: jhi                                   on 2001/03/23  23:40:46
30045         Log: Integrate perlio.
30046      Branch: perl
30047           +> lib/PerlIO.pm
30048           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
30049           !> perliol.h
30050 ____________________________________________________________________________
30051 [  9315] By: jhi                                   on 2001/03/23  22:16:30
30052         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
30053      Branch: perl
30054            ! t/lib/md5-file.t
30055 ____________________________________________________________________________
30056 [  9314] By: nick                                  on 2001/03/23  20:49:02
30057         Log: Perlio internals re-organized.
30058              - open process creates AV of layer/arg pairs
30059              (appends layers from open() or open.pm to default list).
30060              - push arg is now an SV.
30061              - layer ->Open get passed the AV
30062              - open is no longer mandatory method.
30063              - topmost layer that has ->Open method does the open
30064              - any layers above are pushed once that returns.
30065              - vtable re-ordered so dummy layers need only provide push/pop methods.
30066      Branch: perlio
30067            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30068 ____________________________________________________________________________
30069 [  9313] By: nick                                  on 2001/03/23  16:27:41
30070         Log: Check in a stable (working) version before next round of tweaks.
30071              Changes include:
30072              - Move default layers code out of doio.c and into perlio.c
30073              - Single routine for parsing layer specification strings.
30074              - Skeleton support for demand loading of layers
30075              - Core-dump avoidance if PERLIO environment specifies loadable layer
30076              (does not _work_ as need IO to load and need load to do IO ...)
30077      Branch: perlio
30078            + lib/PerlIO.pm
30079            ! MANIFEST doio.c perlio.c
30080 ____________________________________________________________________________
30081 [  9312] By: gsar                                  on 2001/03/23  16:25:25
30082         Log: add execute bit to files with shebang lines in the repository;
30083              avoid clobbering execute bit in Porting/makerel 
30084      Branch: maint-5.6/perl
30085            ! (edit 144 files)
30086 ____________________________________________________________________________
30087 [  9311] By: jhi                                   on 2001/03/23  14:25:35
30088         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
30089      Branch: perl
30090            ! MANIFEST
30091 ____________________________________________________________________________
30092 [  9310] By: jhi                                   on 2001/03/23  13:45:04
30093         Log: Subject: [PATCH] Net::Ping
30094              From: Colin McMillen <mcmi0037@tc.umn.edu>
30095              Date: Thu, 22 Mar 2001 19:30:31 -0600
30096              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
30097      Branch: perl
30098            ! lib/Net/Ping.pm
30099 ____________________________________________________________________________
30100 [  9309] By: jhi                                   on 2001/03/23  13:39:13
30101         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
30102      Branch: perl
30103            ! t/lib/md5-aaa.t t/lib/md5-file.t
30104 ____________________________________________________________________________
30105 [  9308] By: jhi                                   on 2001/03/23  13:20:34
30106         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
30107              - bump the version to 2.14
30108              - drop the base64 tests since they require MIME::Base64
30109              - drop the rfc1321.txt
30110              - drop the hints/dec_osf.pl since it's only needed for
30111              pre-5.005_03 Perls
30112              Todo:
30113              - the U32 alignment testing is now removed; it needs to
30114              be reintroduced as as a Config variable (meaning also
30115              as a Configure test)
30116              - get the new EBCDIC md5sum for MD5.pm
30117              - test in Win32 to see how badly I botched the makefiles
30118      Branch: perl
30119            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
30120            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
30121            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
30122            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
30123            + t/lib/md5-file.t
30124            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
30125            ! win32/Makefile win32/makefile.mk
30126 ____________________________________________________________________________
30127 [  9307] By: jhi                                   on 2001/03/23  12:56:14
30128         Log: Integrate change #9306 from maintperl into mainline,
30129              AIX dynaloader for AIXes without <load.h>.
30130      Branch: perl
30131           !> ext/DynaLoader/hints/aix.pl
30132 ____________________________________________________________________________
30133 [  9306] By: jhi                                   on 2001/03/23  12:51:36
30134         Log: There are AIXes without /usr/include/load.h,
30135              patch from H.Merijn Brand.
30136      Branch: maint-5.6/perl
30137            ! ext/DynaLoader/hints/aix.pl
30138 ____________________________________________________________________________
30139 [  9305] By: nick                                  on 2001/03/23  11:00:42
30140         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
30141      Branch: perlio
30142            ! ext/Encode/Encode.xs perlio.c perlio.h
30143 ____________________________________________________________________________
30144 [  9304] By: nick                                  on 2001/03/23  10:20:46
30145         Log: Render -Duseperlio functional again.
30146              - this is "quick fix" which calls PerlIO_apply_layers after opening,
30147              which is what old scheme did. New scheme needs to change that
30148              to make open(...,\$scalar) etc. work but this will do for now.
30149      Branch: perlio
30150            ! perlio.c
30151 ____________________________________________________________________________
30152 [  9303] By: nick                                  on 2001/03/23  09:53:20
30153         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
30154              -Uuseperlio now works again.
30155              -Duseperlio is still poorly. Don't merge yet...
30156      Branch: perlio
30157            ! doio.c perlio.h
30158 ____________________________________________________________________________
30159 [  9302] By: nick                                  on 2001/03/22  22:26:51
30160         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
30161              type code.
30162              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
30163              is its main caller. In particular now has access to "extra" args, and
30164              can tell when an open handle is "reopened" (or duped?).
30165              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
30166              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
30167              PerlIO_open() et. al. (i.e. other way round).
30168              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
30169              with args close to PerlIO_openn().
30170      Branch: perlio
30171            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30172 ____________________________________________________________________________
30173 [  9301] By: jhi                                   on 2001/03/22  20:58:04
30174         Log: Integrate perlio.
30175      Branch: perl
30176           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
30177           !> t/io/open.t util.c
30178 ____________________________________________________________________________
30179 [  9300] By: nick                                  on 2001/03/22  17:36:32
30180         Log: Don't include $@ in not ok message.
30181      Branch: perlio
30182            ! t/io/open.t
30183 ____________________________________________________________________________
30184 [  9299] By: gsar                                  on 2001/03/22  16:53:45
30185         Log: back out changes#7532,7521 for now (appears to have problems
30186              on IRIX)
30187      Branch: maint-5.6/perl
30188            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
30189            ! ext/POSIX/typemap pod/perlvar.pod
30190 ____________________________________________________________________________
30191 [  9298] By: nick                                  on 2001/03/22  14:35:46
30192         Log: Give a meaning to '&' in n-arg open case:
30193              open($fh,"<&",$scalar);
30194              $scalar can be:
30195              - an integer which does "fdopen"
30196              open($fh,"<&",2); # like open($fh,"<&2")
30197              - something that will yield a file handle via sv_2io()
30198              useful for dup'ing anonymous handles.
30199              e.g.:
30200              open(my $fh,"<&",\*STDIN);
30201              open(my $dup,"<&",$fh);
30202      Branch: perlio
30203            ! doio.c t/io/open.t
30204 ____________________________________________________________________________
30205 [  9297] By: nick                                  on 2001/03/22  13:34:35
30206         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
30207      Branch: perlio
30208            ! util.c
30209 ____________________________________________________________________________
30210 [  9296] By: nick                                  on 2001/03/22  12:51:20
30211         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
30212      Branch: perlio
30213            ! perl.c
30214 ____________________________________________________________________________
30215 [  9295] By: nick                                  on 2001/03/22  11:59:44
30216         Log: If stdin, stdout or stderr get opened in unexpected read/write state
30217              then warn at time of open not at time of use.
30218      Branch: perlio
30219            ! doio.c pp_hot.c pp_sys.c
30220 ____________________________________________________________________________
30221 [  9294] By: nick                                  on 2001/03/22  10:54:35
30222         Log: Die on n-arg open(...,"",xxx,yyy,...)
30223              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
30224              - die on read/write cases so we can decide what it means later.
30225      Branch: perlio
30226            ! doio.c embed.pl iperlsys.h util.c
30227 ____________________________________________________________________________
30228 [  9293] By: nick                                  on 2001/03/22  09:02:45
30229         Log: perlio tweaks (reported by Nick Clark)
30230              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
30231              error check in Pendinf_read().
30232      Branch: perlio
30233            ! perlio.c
30234 ____________________________________________________________________________
30235 [  9292] By: gsar                                  on 2001/03/22  07:12:00
30236         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
30237              fixes)
30238      Branch: maint-5.6/perl
30239           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
30240 ____________________________________________________________________________
30241 [  9291] By: jhi                                   on 2001/03/22  06:06:44
30242         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
30243      Branch: perl
30244            ! t/op/re_tests
30245 ____________________________________________________________________________
30246 [  9290] By: jhi                                   on 2001/03/22  05:57:01
30247         Log: Move MacOS Classic higher in the list of supported platforms.
30248      Branch: maint-5.6/perl
30249            ! pod/perlport.pod
30250 ____________________________________________________________________________
30251 [  9289] By: gsar                                  on 2001/03/22  05:35:04
30252         Log: revert part of change#6438 for compatibility (av_reify()
30253              appears to be needed to implement av_splice()ish things
30254              in XS)
30255      Branch: maint-5.6/perl
30256            ! embed.pl global.sym objXSUB.h perlapi.c
30257 ____________________________________________________________________________
30258 [  9288] By: gsar                                  on 2001/03/22  03:09:19
30259         Log: update copyright year
30260      Branch: maint-5.6/perl
30261            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
30262            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
30263            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
30264            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
30265            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
30266            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
30267            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
30268            ! x2p/walk.c
30269 ____________________________________________________________________________
30270 [  9287] By: jhi                                   on 2001/03/21  20:30:54
30271         Log: Integrate perlio.
30272      Branch: perl
30273           !> ext/Data/Dumper/Dumper.xs
30274 ____________________________________________________________________________
30275 [  9286] By: gsar                                  on 2001/03/21  19:49:54
30276         Log: makefile.mk tweak
30277      Branch: maint-5.6/perl
30278            ! win32/Makefile win32/makefile.mk
30279 ____________________________________________________________________________
30280 [  9285] By: nick                                  on 2001/03/21  19:07:13
30281         Log: Multiplicity fix for Dumper.
30282      Branch: perlio
30283            ! ext/Data/Dumper/Dumper.xs
30284 ____________________________________________________________________________
30285 [  9284] By: nick                                  on 2001/03/21  19:01:07
30286         Log: Integrate mainline - (does not build xTHX issue in Dumper).
30287      Branch: perlio
30288           !> (integrate 27 files)
30289 ____________________________________________________________________________
30290 [  9283] By: jhi                                   on 2001/03/21  17:17:35
30291         Log: Integrate change #9282 from mainline into maintperl,
30292              4-arg UTF-8 substr().
30293      Branch: maint-5.6/perl
30294           !> pp.c
30295 ____________________________________________________________________________
30296 [  9282] By: jhi                                   on 2001/03/21  17:15:43
30297         Log: The #9270 would have leaked a scalar if pp_substr()
30298              returned early.
30299      Branch: perl
30300            ! pp.c
30301 ____________________________________________________________________________
30302 [  9281] By: gsar                                  on 2001/03/21  17:03:14
30303         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
30304      Branch: maint-5.6/perl
30305            ! win32/makefile.mk
30306 ____________________________________________________________________________
30307 [  9280] By: gsar                                  on 2001/03/21  17:01:20
30308         Log: some tweaks to change#9278 (fork() emulation should be enabled
30309              by setting BUILD_FLAVOR instead of changing the defaults)
30310      Branch: maint-5.6/perl
30311            ! win32/makefile.mk
30312 ____________________________________________________________________________
30313 [  9279] By: gsar                                  on 2001/03/21  16:47:19
30314         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
30315      Branch: maint-5.6/perl
30316            ! ext/File/Glob/Glob.pm
30317           !> lib/Cwd.pm
30318 ____________________________________________________________________________
30319 [  9278] By: jhi                                   on 2001/03/21  14:35:10
30320         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
30321              From: "Vadim Konovalov" <watman@inbox.ru>
30322              Date: Wed, 21 Mar 2001 01:53:51 +0300
30323              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
30324      Branch: maint-5.6/perl
30325            ! win32/makefile.mk win32/win32sck.c
30326 ____________________________________________________________________________
30327 [  9277] By: jhi                                   on 2001/03/21  13:58:28
30328         Log: Integrate change #9270 from mainline to maintperl:
30329              continued 4-arg UTF-8 substr() fixing.
30330      Branch: maint-5.6/perl
30331           !> pp.c t/op/substr.t
30332 ____________________________________________________________________________
30333 [  9276] By: jhi                                   on 2001/03/21  13:33:00
30334         Log: More pixie cleaning.
30335      Branch: perl
30336            ! Makefile.SH
30337 ____________________________________________________________________________
30338 [  9275] By: jhi                                   on 2001/03/21  03:54:17
30339         Log: Update Changes.
30340      Branch: perl
30341            ! Changes patchlevel.h
30342 ____________________________________________________________________________
30343 [  9274] By: jhi                                   on 2001/03/21  03:48:24
30344         Log: First stab at making Data::Dumper to grok Unicode.
30345              
30346              TODO: tests, EBCDICify.
30347      Branch: perl
30348            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
30349 ____________________________________________________________________________
30350 [  9273] By: jhi                                   on 2001/03/21  02:23:00
30351         Log: Fix for
30352              
30353              Subject: Memory leak in unquoted print   
30354              From: Benjamin Sugars <bsugars@canoe.ca> 
30355              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
30356              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
30357      Branch: perl
30358            ! perlio.c
30359 ____________________________________________________________________________
30360 [  9272] By: jhi                                   on 2001/03/21  01:33:17
30361         Log: Subject: Re: [PATCH] POSIX::getcwd()
30362              From: Benjamin Sugars <bsugars@canoe.ca> 
30363              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
30364              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
30365      Branch: perl
30366            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
30367 ____________________________________________________________________________
30368 [  9271] By: jhi                                   on 2001/03/21  01:22:52
30369         Log: Subject: [PATCH] Cwd.pm docs
30370              From: Benjamin Sugars <bsugars@canoe.ca>
30371              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
30372              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
30373      Branch: perl
30374            ! lib/Cwd.pm
30375 ____________________________________________________________________________
30376 [  9270] By: jhi                                   on 2001/03/21  01:16:29
30377         Log: Continue 4-arg substr() UTF-8 fixage.
30378      Branch: perl
30379            ! pp.c t/op/substr.t
30380 ____________________________________________________________________________
30381 [  9269] By: jhi                                   on 2001/03/21  00:46:14
30382         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
30383              
30384              revert the leak fix in change#9142 (problem needs a more experimental
30385              fix unsuitable for 5.6.1)
30386              
30387              do alphabetical sorting by default (for csh compatibility)
30388              
30389              cut-n-paste goof in change#9264
30390              
30391              VMS piping fixes (from Charles Lane)
30392      Branch: perl
30393           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
30394           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
30395           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
30396 ____________________________________________________________________________
30397 [  9268] By: jhi                                   on 2001/03/21  00:37:04
30398         Log: Integrate perlio.
30399      Branch: perl
30400           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
30401           !> utf8.c utf8.h utfebcdic.h
30402 ____________________________________________________________________________
30403 [  9267] By: nick                                  on 2001/03/20  20:04:39
30404         Log: More EBCDIC stuff:
30405              - Loose the extra level of function on ASCII.
30406              - spotted a chr(0) issue in sv.c
30407              - re-work of UTF-X tr/// ranges to work in Unicode
30408              space. Still issues with the "0xff is illegal UTF-8" hack.
30409              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
30410              (why do it once when you can do it all over the place :-(
30411              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
30412              need utf8.pm for swashes.
30413              - Simplified and commented scan_const() in toke.c
30414              Still something wrong regexp and tr (swashes?).
30415      Branch: perlio
30416            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
30417            ! utf8.c utf8.h utfebcdic.h
30418 ____________________________________________________________________________
30419 [  9266] By: gsar                                  on 2001/03/20  19:16:43
30420         Log: VMS piping fixes (from Charles Lane)
30421      Branch: maint-5.6/perl
30422            ! vms/vms.c vms/vmspipe.com
30423 ____________________________________________________________________________
30424 [  9265] By: gsar                                  on 2001/03/20  17:53:52
30425         Log: cut-n-paste goof in change#9264
30426      Branch: maint-5.6/perl
30427            ! ext/File/Glob/Glob.xs
30428 ____________________________________________________________________________
30429 [  9264] By: gsar                                  on 2001/03/20  17:43:47
30430         Log: do alphabetical sorting by default (for csh compatibility);
30431              bsd_glob() does ASCII sort by default as usual, unless
30432              GLOB_ALPHASORT was specified
30433      Branch: maint-5.6/perl
30434            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
30435            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
30436            ! ext/File/Glob/bsd_glob.h
30437 ____________________________________________________________________________
30438 [  9263] By: gsar                                  on 2001/03/20  16:40:08
30439         Log: integrate change#9255 from mainline (unicode fix)
30440              
30441              substr($bytestr, i, n, $charstr)
30442      Branch: maint-5.6/perl
30443           !> Todo-5.6 pp.c t/op/substr.t
30444 ____________________________________________________________________________
30445 [  9262] By: gsar                                  on 2001/03/20  15:57:41
30446         Log: revert the leak fix in change#9142 (problem needs a more experimental
30447              fix unsuitable for 5.6.1)
30448      Branch: maint-5.6/perl
30449            ! scope.c
30450 ____________________________________________________________________________
30451 [  9261] By: jhi                                   on 2001/03/20  14:26:25
30452         Log: Integrate changes #9259,9260 from maintperl into mainline.
30453              
30454              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
30455              
30456              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
30457      Branch: perl
30458           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
30459 ____________________________________________________________________________
30460 [  9260] By: jhi                                   on 2001/03/20  14:05:46
30461         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
30462              From: Robin Barker <rmb1@cise.npl.co.uk>
30463              Date: Tue, 20 Mar 2001 10:12:04 GMT
30464              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
30465      Branch: maint-5.6/perl
30466            ! run.c
30467 ____________________________________________________________________________
30468 [  9259] By: jhi                                   on 2001/03/20  14:04:39
30469         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
30470              From: Chris Nandor <pudge@pobox.com>
30471              Date: Tue, 20 Mar 2001 00:40:56 -0500
30472              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
30473      Branch: maint-5.6/perl
30474            ! ext/POSIX/POSIX.xs lib/File/Path.pm
30475 ____________________________________________________________________________
30476 [  9258] By: jhi                                   on 2001/03/20  05:09:34
30477         Log: Update Changes.
30478      Branch: perl
30479            ! Changes patchlevel.h
30480 ____________________________________________________________________________
30481 [  9257] By: jhi                                   on 2001/03/20  05:04:25
30482         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
30483      Branch: perl
30484            ! t/op/tr.t
30485 ____________________________________________________________________________
30486 [  9256] By: jhi                                   on 2001/03/20  04:43:12
30487         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
30488              From: Peter Prymmer <pvhp@forte.com>
30489              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
30490              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
30491      Branch: maint-5.6/perl
30492            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
30493 ____________________________________________________________________________
30494 [  9255] By: jhi                                   on 2001/03/19  23:17:17
30495         Log: substr($bytestr, i, n, $charstr)
30496
30497              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
30498      Branch: perl
30499            ! Todo-5.6 pp.c t/op/substr.t
30500 ____________________________________________________________________________
30501 [  9254] By: jhi                                   on 2001/03/19  22:25:09
30502         Log: Rearrange the make test target prerequisites so that
30503              in a parallel make 'all' is finished before 'test'.
30504      Branch: perl
30505            ! Makefile.SH
30506 ____________________________________________________________________________
30507 [  9253] By: jhi                                   on 2001/03/19  21:48:07
30508         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
30509              From: Robin Houston <robin@kitsite.com>
30510              Date: Mon, 19 Mar 2001 15:48:41 +0000
30511              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
30512      Branch: perl
30513            ! pp_ctl.c
30514 ____________________________________________________________________________
30515 [  9252] By: jhi                                   on 2001/03/19  21:42:27
30516         Log: Integrate perlio.
30517      Branch: perl
30518           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
30519           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
30520           !> utfebcdic.h vms/perly_c.vms
30521 ____________________________________________________________________________
30522 [  9251] By: jhi                                   on 2001/03/19  21:31:28
30523         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
30524              
30525              Dynaloading in 64-bit AIX with vac.
30526      Branch: perl
30527           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30528           !> hints/aix.sh
30529 ____________________________________________________________________________
30530 [  9250] By: jhi                                   on 2001/03/19  21:18:00
30531         Log: A more robust solution for the 64bitall AIX dynaloading
30532              problem, from Jens-Uwe Mager.
30533      Branch: maint-5.6/perl
30534            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30535 ____________________________________________________________________________
30536 [  9249] By: nick                                  on 2001/03/19  20:59:37
30537         Log: Integrate mainline.
30538      Branch: perlio
30539           !> (integrate 42 files)
30540 ____________________________________________________________________________
30541 [  9248] By: nick                                  on 2001/03/19  20:22:07
30542         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
30543              (Building on OS390 uses native YACC and YYDEBUG has other
30544              side effects.)
30545      Branch: perlio
30546            ! perly.c perly.y vms/perly_c.vms
30547 ____________________________________________________________________________
30548 [  9247] By: jhi                                   on 2001/03/19  19:59:53
30549         Log: 64-bit AIX dynaloading problem (see #9244) idea
30550              from Jens-Uwe Mager.
30551      Branch: maint-5.6/perl
30552            ! ext/DynaLoader/dl_aix.xs
30553 ____________________________________________________________________________
30554 [  9246] By: nick                                  on 2001/03/19  19:27:57
30555         Log: More EBCDIC fixes.
30556      Branch: perlio
30557            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
30558            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
30559 ____________________________________________________________________________
30560 [  9245] By: jhi                                   on 2001/03/19  19:05:19
30561         Log: Integrate change #9243 from mainline into maintperl.
30562              
30563              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
30564      Branch: maint-5.6/perl
30565           !> README.vmesa
30566 ____________________________________________________________________________
30567 [  9244] By: jhi                                   on 2001/03/19  19:03:15
30568         Log: Get 64bitall AIX building, but still does not test okay:
30569              dynaloading anything fails, for example for op/defins:
30570              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
30571              (update: fixed by #9247,9250)
30572      Branch: maint-5.6/perl
30573            ! hints/aix.sh
30574 ____________________________________________________________________________
30575 [  9243] By: jhi                                   on 2001/03/19  19:00:16
30576         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
30577              From: Robin Barker <rmb1@cise.npl.co.uk>
30578              Date: Mon, 19 Mar 2001 18:01:57 GMT
30579              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
30580      Branch: perl
30581            ! README.vmesa
30582 ____________________________________________________________________________
30583 [  9242] By: jhi                                   on 2001/03/19  18:58:43
30584         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
30585              
30586              TODO: tests.
30587      Branch: perl
30588            ! doop.c op.c
30589 ____________________________________________________________________________
30590 [  9241] By: gsar                                  on 2001/03/19  17:34:46
30591         Log: VMSify tests (from Charles Lane)
30592      Branch: maint-5.6/perl
30593            ! t/lib/filehand.t t/lib/texttabs.t
30594 ____________________________________________________________________________
30595 [  9240] By: jhi                                   on 2001/03/19  14:24:26
30596         Log: Integrate change #9233 from maintperl into mainline.
30597              
30598              some refcounts were incorrect in perl_clone()
30599      Branch: perl
30600           !> sv.c
30601 ____________________________________________________________________________
30602 [  9239] By: gsar                                  on 2001/03/19  09:23:17
30603         Log: this is 5.6.1-trial3
30604      Branch: maint-5.6/perl
30605            ! Changes
30606 ____________________________________________________________________________
30607 [  9238] By: gsar                                  on 2001/03/19  08:47:04
30608         Log: some new symbols are only available under ithreads
30609      Branch: maint-5.6/perl
30610            ! makedef.pl
30611 ____________________________________________________________________________
30612 [  9237] By: gsar                                  on 2001/03/19  08:42:28
30613         Log: update patchlevel.h, Changes, &c.
30614      Branch: maint-5.6/perl
30615            ! Changes patchlevel.h pod/perlhist.pod
30616           !> AUTHORS
30617 ____________________________________________________________________________
30618 [  9236] By: gsar                                  on 2001/03/19  08:17:49
30619         Log: integrate changes#8068,8717 from mainline
30620              
30621              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
30622              
30623              [PATCH CPAN 1.59_51] warning message (not!)
30624      Branch: maint-5.6/perl
30625           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
30626           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
30627           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
30628           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
30629           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
30630 ____________________________________________________________________________
30631 [  9235] By: gsar                                  on 2001/03/19  08:07:09
30632         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
30633              
30634              [PATCH] Add missing CV flags to dump.c
30635              
30636              Re: [patch] Re: PL_ptr_table
30637              
30638              Fixup non-ithread build after 8713
30639              
30640              Generated files form 8713 etc.
30641              
30642              Correct the correction :-(
30643              
30644              Documenting coderef @INC (Re: CPAN "make this script work" feature)
30645              
30646              Subject: Re: sync sync sync: have I missed any patches?
30647              Replace djSP with dSP.
30648      Branch: maint-5.6/perl
30649           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
30650           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
30651           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
30652           !> sv.c sv.h win32/perlhost.h
30653 ____________________________________________________________________________
30654 [  9234] By: gsar                                  on 2001/03/19  07:22:05
30655         Log: revert the change#9090 integrate for now (change looks somewhat
30656              incomplete in that [ha]v_exists() need something similar; lacks
30657              tests; &c.)
30658      Branch: maint-5.6/perl
30659            ! hv.c
30660 ____________________________________________________________________________
30661 [  9233] By: gsar                                  on 2001/03/19  07:10:01
30662         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
30663              destruction when there are unreferenced scalars (SvREFCNT==0)
30664      Branch: maint-5.6/perl
30665            ! sv.c
30666 ____________________________________________________________________________
30667 [  9232] By: jhi                                   on 2001/03/19  05:11:02
30668         Log: Regen api and toc.
30669      Branch: maint-5.6/perl
30670            ! pod/perlapi.pod pod/perltoc.pod
30671 ____________________________________________________________________________
30672 [  9231] By: jhi                                   on 2001/03/19  04:06:03
30673         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
30674              add a lost line in pp.c:pp_chop(), update to new op/chop.
30675              
30676              Clarify the description differentiating for and while; inspired by
30677              
30678              Subject: [ID 20010306.004] || != named unary operator
30679              
30680              The $Is_MacOS needs to be declared.
30681      Branch: maint-5.6/perl
30682            ! pp.c t/op/chop.t
30683           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
30684 ____________________________________________________________________________
30685 [  9230] By: jhi                                   on 2001/03/19  03:48:16
30686         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
30687              9079,9083,9089,9090,9091 from mainline to maintperl.
30688              
30689              Quieten some noise in Win32 builds
30690              
30691              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
30692              
30693              The perlretut was still talking about the old \p and \P
30694              definitions.
30695              
30696              More tweakage on the Unicode character class descriptions.
30697              
30698              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
30699              
30700              Subject: 'no *POSIX' Patch speeding up make on BS2000 
30701              
30702              Subject: [PATCH] perldata.pod here-doc docs
30703              
30704              Add /sbin and /usr/sbin to the list of directories scanned
30705              for setuid programs.  Takes care of bug id 20010309.003.
30706              
30707              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
30708              
30709              In op/stat #35 better to scan all the potential directories
30710              for setuids, not just the first one.
30711      Branch: maint-5.6/perl
30712            ! Makefile.SH
30713           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
30714           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
30715           !> t/op/stat.t toke.c win32/win32.h
30716 ____________________________________________________________________________
30717 [  9229] By: jhi                                   on 2001/03/19  02:31:50
30718         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
30719              From: Chris Nandor <pudge@pobox.com>
30720              Date: Sat, 10 Mar 2001 14:22:19 -0500
30721              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
30722      Branch: maint-5.6/perl
30723            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
30724            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
30725            ! t/lib/b.t t/lib/errno.t
30726 ____________________________________________________________________________
30727 [  9228] By: jhi                                   on 2001/03/19  02:29:59
30728         Log: Integrate changes #9113,9122 from mainline into maintperl.
30729              
30730              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?)
30731      Branch: maint-5.6/perl
30732           !> Configure README.os390 hints/os390.sh
30733 ____________________________________________________________________________
30734 [  9227] By: jhi                                   on 2001/03/19  02:22:35
30735         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
30736              into maintperl.
30737              
30738              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
30739              
30740              Forgot to check-in the larger part of #9120, duh.
30741              
30742              Subject: Another patch for integer.pm POD 
30743              
30744              h2ph strictness and cleanliness from Kurt Starsinic.
30745              
30746              Borland filename case problem.
30747              
30748              h2ph strictness and cleanliness from Kurt Starsinic.
30749              
30750              Subject: [PATCH] the uncontroversial doc patches
30751      Branch: maint-5.6/perl
30752           +> win32/sncfnmcs.pl
30753           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
30754           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
30755           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
30756           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
30757           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
30758           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
30759           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
30760 ____________________________________________________________________________
30761 [  9226] By: jhi                                   on 2001/03/19  02:10:21
30762         Log: Integrate changes #9207,9214 from mainline into maintperl.
30763              
30764              podchecker relaxations: =over has an *optional* number after it,
30765              and whitespace in L<> is okay.
30766      Branch: maint-5.6/perl
30767           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
30768           !> t/pod/poderrs.xr
30769 ____________________________________________________________________________
30770 [  9225] By: jhi                                   on 2001/03/19  02:07:38
30771         Log: Integrate change #9219 from maintperl into mainline.
30772              
30773              remove duplicated tests
30774      Branch: perl
30775           !> t/op/re_tests
30776 ____________________________________________________________________________
30777 [  9224] By: jhi                                   on 2001/03/19  02:06:11
30778         Log: Integrate change #9223 from mainline to maintperl.
30779              
30780              Document -Dmksymlinks.
30781      Branch: maint-5.6/perl
30782           !> INSTALL
30783 ____________________________________________________________________________
30784 [  9223] By: jhi                                   on 2001/03/19  02:01:25
30785         Log: Document -Dmksymlinks.
30786      Branch: perl
30787            ! INSTALL
30788 ____________________________________________________________________________
30789 [  9222] By: jhi                                   on 2001/03/19  01:15:35
30790         Log: The -Dmksymlinks wasn't working for maintperl.
30791      Branch: maint-5.6/perl
30792            ! Configure
30793 ____________________________________________________________________________
30794 [  9221] By: jhi                                   on 2001/03/19  00:49:43
30795         Log: Cleanup pixie residue.
30796      Branch: perl
30797            ! Makefile.SH
30798 ____________________________________________________________________________
30799 [  9220] By: jhi                                   on 2001/03/19  00:44:47
30800         Log: Document the use of pixie/prof; create make targets for it.
30801              
30802              TODO: make t/TEST pixie-aware.
30803      Branch: perl
30804            ! Makefile.SH pod/perlhack.pod
30805 ____________________________________________________________________________
30806 [  9219] By: gsar                                  on 2001/03/19  00:16:55
30807         Log: remove duplicated tests
30808      Branch: maint-5.6/perl
30809            ! t/op/re_tests
30810 ____________________________________________________________________________
30811 [  9218] By: jhi                                   on 2001/03/18  23:59:31
30812         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
30813      Branch: perl
30814            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
30815 ____________________________________________________________________________
30816 [  9217] By: jhi                                   on 2001/03/18  23:25:20
30817         Log: Rewrite the tests section of Makefile to be less redundant
30818              and to allow for more flexible test targets, many recursive
30819              make calls introduced.
30820      Branch: perl
30821            ! Makefile.SH
30822 ____________________________________________________________________________
30823 [  9216] By: jhi                                   on 2001/03/18  22:30:04
30824         Log: Document the use of Third Degree (sparsely).
30825      Branch: perl
30826            ! pod/perlhack.pod t/TEST
30827 ____________________________________________________________________________
30828 [  9215] By: jhi                                   on 2001/03/18  22:10:30
30829         Log: Make targets for testing with Third Degree.
30830      Branch: perl
30831            ! Makefile.SH
30832 ____________________________________________________________________________
30833 [  9214] By: jhi                                   on 2001/03/18  21:08:53
30834         Log: The podchecker relaxations need to mirrored also at the tests.
30835      Branch: perl
30836            ! t/pod/poderrs.xr
30837 ____________________________________________________________________________
30838 [  9213] By: jhi                                   on 2001/03/18  20:56:21
30839         Log: Update Changes.
30840      Branch: perl
30841            ! Changes patchlevel.h
30842 ____________________________________________________________________________
30843 [  9212] By: jhi                                   on 2001/03/18  20:36:59
30844         Log: Looking for config.sh in parent directories isn't
30845              very useful for the toplevel Makefile.
30846      Branch: perl
30847            ! Makefile.SH
30848 ____________________________________________________________________________
30849 [  9211] By: jhi                                   on 2001/03/18  20:33:37
30850         Log: On "make clean" take care of Third Degree droppings.
30851      Branch: perl
30852            ! Makefile.SH
30853 ____________________________________________________________________________
30854 [  9210] By: jhi                                   on 2001/03/18  20:21:34
30855         Log: Add a hook for running the tests under the Third Degree
30856              debugging tool (set $ENV{PERL_3LOG} to non-zero)
30857              
30858              TODO: Document the use of Third Degree.
30859      Branch: perl
30860            ! t/TEST
30861 ____________________________________________________________________________
30862 [  9209] By: jhi                                   on 2001/03/18  20:19:07
30863         Log: Regen toc and api pods.
30864      Branch: perl
30865            ! pod/perlapi.pod pod/perltoc.pod
30866 ____________________________________________________________________________
30867 [  9208] By: jhi                                   on 2001/03/18  20:12:12
30868         Log: Integrate changes #8128,9132 from mainline into maintperl,
30869              Tie::SubstrHash fixes.
30870      Branch: maint-5.6/perl
30871           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
30872 ____________________________________________________________________________
30873 [  9207] By: jhi                                   on 2001/03/18  20:07:43
30874         Log: podchecker relaxations from Michael Stevens.
30875      Branch: perl
30876            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
30877 ____________________________________________________________________________
30878 [  9206] By: jhi                                   on 2001/03/18  20:04:24
30879         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
30880      Branch: perl
30881            ! lib/Locale/Constants.pm lib/Locale/Country.pm
30882            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
30883            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
30884 ____________________________________________________________________________
30885 [  9205] By: jhi                                   on 2001/03/18  19:54:45
30886         Log: Integrate changes #9161,9162 from maintperl to mainline.
30887              
30888              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
30889              results
30890      Branch: perl
30891           !> t/op/magic.t
30892 ____________________________________________________________________________
30893 [  9204] By: jhi                                   on 2001/03/18  19:37:46
30894         Log: Make perl.third checks more understandable to the builder.
30895      Branch: perl
30896            ! Makefile.SH
30897 ____________________________________________________________________________
30898 [  9203] By: jhi                                   on 2001/03/18  19:20:54
30899         Log: Re-integrate #9138 from maintperl to mainline,
30900              the squelching of the unneeded "Scalars leaked" messages.
30901      Branch: perl
30902           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
30903           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
30904           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
30905 ____________________________________________________________________________
30906 [  9202] By: jhi                                   on 2001/03/18  18:48:36
30907         Log: More robust and more paranoid perl.third target.
30908      Branch: perl
30909            ! Makefile.SH
30910 ____________________________________________________________________________
30911 [  9201] By: jhi                                   on 2001/03/18  18:39:21
30912         Log: Integrate change #9197 from maintperl to mainline.
30913              
30914              more thorough cleaning of arenas.
30915      Branch: perl
30916           !> embed.pl perl.c proto.h sv.c t/op/sort.t
30917 ____________________________________________________________________________
30918 [  9200] By: jhi                                   on 2001/03/18  18:25:17
30919         Log: Integrate perlio.
30920      Branch: perl
30921           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
30922           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
30923           !> t/lib/encode.t toke.c universal.c utf8.c
30924 ____________________________________________________________________________
30925 [  9199] By: nick                                  on 2001/03/18  15:23:51
30926         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
30927              is the sense of the test being done. Avoid some magical 127 and 128 values
30928              by using macros.
30929      Branch: perlio
30930            ! doop.c pp_ctl.c sv.c toke.c
30931 ____________________________________________________________________________
30932 [  9198] By: nick                                  on 2001/03/18  14:18:12
30933         Log: UTF-X encoding invariance for Encode:
30934              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
30935              - move the XS code for those to universal.c (so in miniperl)
30936              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
30937              - change ext/Encode/compile to use above.
30938              - Fix t/lib/encode.t for above
30939              - Teach t/lib/b.t to expect -uutf8
30940              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
30941              utf8.pm is needed.
30942      Branch: perlio
30943            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30944            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
30945 ____________________________________________________________________________
30946 [  9197] By: gsar                                  on 2001/03/18  12:15:57
30947         Log: more thorough cleaning of arenas--keep going until no more
30948              SvREFCNT_dec()s occur (this fixes the problem that causes the
30949              pesky "Scalars leaked" warnings)
30950      Branch: maint-5.6/perl
30951            ! embed.pl perl.c proto.h sv.c t/op/sort.t
30952 ____________________________________________________________________________
30953 [  9196] By: nick                                  on 2001/03/18  10:57:29
30954         Log: Fix pragma/utf8.t # 15
30955              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
30956              are SvUTF8 as well.
30957      Branch: perlio
30958            ! toke.c
30959 ____________________________________________________________________________
30960 [  9195] By: nick                                  on 2001/03/18  09:27:06
30961         Log: Integrate mainline
30962      Branch: perlio
30963           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
30964           !> t/op/pat.t
30965 ____________________________________________________________________________
30966 [  9194] By: jhi                                   on 2001/03/18  05:29:59
30967         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
30968              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
30969      Branch: perl
30970            ! op.c op.h t/op/misc.t t/op/pat.t
30971 ____________________________________________________________________________
30972 [  9193] By: jhi                                   on 2001/03/18  05:15:06
30973         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
30974      Branch: perl
30975            ! mg.c t/op/pat.t
30976 ____________________________________________________________________________
30977 [  9192] By: jhi                                   on 2001/03/18  04:22:43
30978         Log: tr/// UTF-8 patches from Inaba Hiroto.
30979      Branch: perl
30980            ! doop.c op.c
30981 ____________________________________________________________________________
30982 [  9191] By: jhi                                   on 2001/03/18  04:21:17
30983         Log: Integrate perlio.
30984      Branch: perl
30985           !> utf8.c utfebcdic.h
30986 ____________________________________________________________________________
30987 [  9190] By: nick                                  on 2001/03/17  20:32:01
30988         Log: Correct #if EBCDIC side typos.
30989              Builds and passes many tests on OS390.
30990      Branch: perlio
30991            ! utf8.c utfebcdic.h
30992 ____________________________________________________________________________
30993 [  9189] By: jhi                                   on 2001/03/17  18:55:49
30994         Log: Add prerequisites for the perl.third target.
30995      Branch: perl
30996            ! Makefile.SH
30997 ____________________________________________________________________________
30998 [  9188] By: jhi                                   on 2001/03/17  18:46:00
30999         Log: Integrate perlio.
31000      Branch: perl
31001           +> utfebcdic.h
31002           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
31003 ____________________________________________________________________________
31004 [  9187] By: jhi                                   on 2001/03/17  18:38:47
31005         Log: Add a make rule for perl.third (the Third Degree memory debugging
31006              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
31007      Branch: perl
31008            ! Makefile.SH
31009 ____________________________________________________________________________
31010 [  9186] By: nick                                  on 2001/03/17  18:34:48
31011         Log: MANIFEST addition :-(
31012      Branch: perlio
31013            ! MANIFEST
31014 ____________________________________________________________________________
31015 [  9185] By: nick                                  on 2001/03/17  18:29:50
31016         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
31017              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
31018              a superset of ASCII are invariant under the encoding. This is EBCDIC
31019              friendly as an encoded string can be looked at as being EBCDIC by lexer
31020              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
31021              ASCII on ASCII machines.
31022              
31023              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
31024              seperate.
31025              - Add some more macros to comprehend different shift amounts and
31026              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
31027              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
31028              and conditionaly #include it.
31029              
31030              EBCDIC build as yet untested.  ASCII still fails the one test.
31031      Branch: perlio
31032            + utfebcdic.h
31033            ! utf8.c utf8.h
31034 ____________________________________________________________________________
31035 [  9184] By: nick                                  on 2001/03/17  17:44:16
31036         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
31037      Branch: perlio
31038            ! doop.c perl.h pp.c utf8.h
31039 ____________________________________________________________________________
31040 [  9183] By: jhi                                   on 2001/03/17  15:55:42
31041         Log: Integrate perlio.
31042      Branch: perl
31043            ! MANIFEST
31044           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
31045 ____________________________________________________________________________
31046 [  9182] By: nick                                  on 2001/03/17  09:16:06
31047         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
31048      Branch: perlio
31049            ! t/op/pat.t
31050 ____________________________________________________________________________
31051 [  9181] By: nick                                  on 2001/03/17  09:15:11
31052         Log: Integrate mainline.
31053      Branch: perlio
31054           +> lib/Locale/Constants.pm lib/Locale/Country.pm
31055           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
31056           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
31057           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
31058           !> (integrate 83 files)
31059 ____________________________________________________________________________
31060 [  9180] By: nick                                  on 2001/03/16  17:23:21
31061         Log: EBCDIC Fixes.
31062      Branch: perlio
31063            ! perl.h sv.c toke.c utf8.c utf8.h
31064 ____________________________________________________________________________
31065 [  9179] By: jhi                                   on 2001/03/16  14:10:12
31066         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
31067              a change needed to work around an AIX compiler bug.
31068      Branch: perl
31069            ! ext/Storable/Storable.xs
31070 ____________________________________________________________________________
31071 [  9178] By: jhi                                   on 2001/03/16  03:19:59
31072         Log: With Damian's approval synchronize damian's modules'
31073              licensing with Perl's standard module licensing.
31074      Branch: perl
31075            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
31076 ____________________________________________________________________________
31077 [  9177] By: jhi                                   on 2001/03/16  03:15:34
31078         Log: Make the Filter::Util:Call files have their own copies
31079              of the Perl standard module licensing, from Paul Marquess.
31080      Branch: perl
31081            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31082 ____________________________________________________________________________
31083 [  9176] By: jhi                                   on 2001/03/16  02:56:04
31084         Log: Subject: [PATCH] more pod patches
31085              From: Michael Stevens <michael@etla.org>
31086              Date: Thu, 15 Mar 2001 21:25:18 +0000
31087              Message-ID: <20010315212518.A18870@firedrake.org>
31088      Branch: perl
31089            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
31090            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
31091            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
31092            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
31093            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
31094            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
31095            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
31096            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
31097            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
31098            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
31099            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
31100            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
31101            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
31102            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
31103            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
31104            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
31105            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
31106            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
31107            ! lib/Locale/Country.pm lib/Locale/Language.pm
31108            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
31109            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
31110            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
31111            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
31112            ! os2/OS2/Process/Process.pm
31113 ____________________________________________________________________________
31114 [  9175] By: jhi                                   on 2001/03/16  02:53:32
31115         Log: Subject: [PATCH] the uncontroversial doc patches
31116              From: Michael Stevens <michael@etla.org>
31117              Date: Thu, 15 Mar 2001 20:01:12 +0000
31118              Message-ID: <20010315200112.A7636@firedrake.org>
31119      Branch: perl
31120            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
31121            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
31122            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
31123            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
31124            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
31125 ____________________________________________________________________________
31126 [  9174] By: jhi                                   on 2001/03/16  02:50:49
31127         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
31128              From: Paul Lindner <lindner@inuus.com>
31129              Date: Fri, 16 Mar 2001 11:28:03 -0800
31130              Message-ID: <20010316112803.A7577@inuus.com>
31131      Branch: perl
31132            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
31133 ____________________________________________________________________________
31134 [  9173] By: nick                                  on 2001/03/15  20:21:03
31135         Log: 1st day's EBCDIC fixes:
31136              - toke.c's parsing of strings needed attention
31137              needed to conditionally e2a if string was already UTF-8
31138              - e2a/a2e tables where wrong way round.
31139              - new macros in utf8.h
31140      Branch: perlio
31141            ! perl.h toke.c utf8.h
31142 ____________________________________________________________________________
31143 [  9172] By: jhi                                   on 2001/03/15  15:17:17
31144         Log: Update Changes.
31145      Branch: perl
31146            ! Changes patchlevel.h
31147 ____________________________________________________________________________
31148 [  9171] By: jhi                                   on 2001/03/15  15:09:32
31149         Log: Subject: Re: Another Borland C++ problem.
31150              From: "Vadim Konovalov" <watman@inbox.ru>
31151              Date: Sat, 10 Mar 2001 19:26:07 +0300
31152              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
31153              
31154              Borland filename case problem.
31155      Branch: perl
31156            + win32/sncfnmcs.pl
31157            ! MANIFEST README.win32
31158 ____________________________________________________________________________
31159 [  9170] By: jhi                                   on 2001/03/15  14:54:23
31160         Log: Add Locale::Codes 1.06, from Neil Bowers.
31161      Branch: perl
31162            + lib/Locale/Constants.pm lib/Locale/Country.pm
31163            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
31164            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
31165            + t/lib/lc-language.t t/lib/lc-uk.t
31166            ! MANIFEST
31167 ____________________________________________________________________________
31168 [  9169] By: jhi                                   on 2001/03/15  14:19:01
31169         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
31170      Branch: perl
31171            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31172            ! ext/Storable/Storable.xs
31173 ____________________________________________________________________________
31174 [  9168] By: jhi                                   on 2001/03/15  14:13:22
31175         Log: Integrate changes #9120,9167 from mainline to maintperl.
31176              
31177              Subject: [PATCH 5.6.1] OS/2 docs
31178              
31179              Subject: [PATCH 5.6.1] perldoc
31180      Branch: maint-5.6/perl
31181           !> os2/Changes utils/perldoc.PL
31182 ____________________________________________________________________________
31183 [  9167] By: jhi                                   on 2001/03/15  14:07:42
31184         Log: Subject: [PATCH 5.6.1] perldoc
31185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31186              Date: Wed, 14 Mar 2001 23:46:52 -0500
31187              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
31188      Branch: perl
31189            ! utils/perldoc.PL
31190 ____________________________________________________________________________
31191 [  9166] By: jhi                                   on 2001/03/15  13:53:15
31192         Log: sigaction test condition tweakage.
31193      Branch: perl
31194            ! t/lib/sigaction.t
31195 ____________________________________________________________________________
31196 [  9165] By: alanbur                               on 2001/03/15  03:49:17
31197         Log: Resynchronised with parent
31198      Branch: maint-5.6/pureperl
31199           +> os2/os2add.sym t/op/anonsub.t
31200           !> (integrate 72 files)
31201 ____________________________________________________________________________
31202 [  9164] By: jhi                                   on 2001/03/15  01:05:01
31203         Log: Avoid stomping off the beginning of an array in tr///.
31204      Branch: perl
31205            ! op.c
31206 ____________________________________________________________________________
31207 [  9163] By: jhi                                   on 2001/03/15  00:58:57
31208         Log: h2ph strictness and cleanliness from Kurt Starsinic.
31209      Branch: perl
31210            ! utils/h2ph.PL
31211 ____________________________________________________________________________
31212 [  9162] By: gsar                                  on 2001/03/15  00:56:53
31213         Log: avoid warnings
31214      Branch: maint-5.6/perl
31215            ! t/op/magic.t
31216 ____________________________________________________________________________
31217 [  9161] By: gsar                                  on 2001/03/15  00:52:09
31218         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
31219              results
31220      Branch: maint-5.6/perl
31221            ! t/op/magic.t
31222 ____________________________________________________________________________
31223 [  9160] By: jhi                                   on 2001/03/14  22:02:10
31224         Log: Do not use the Perl malloc in IRIX, suggested by
31225              Helmus Jarausch.
31226      Branch: perl
31227            ! hints/irix_6.sh
31228 ____________________________________________________________________________
31229 [  9159] By: nick                                  on 2001/03/14  21:45:59
31230         Log: Integrate mainline
31231      Branch: perlio
31232           +> t/op/loopctl.t
31233           !> (integrate 41 files)
31234 ____________________________________________________________________________
31235 [  9158] By: jhi                                   on 2001/03/14  21:10:09
31236         Log: The Day of the Retractions continues: the #9138
31237              (integrated in #9144) doesn't work well in mainline.
31238      Branch: perl
31239            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
31240            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
31241            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
31242 ____________________________________________________________________________
31243 [  9157] By: jhi                                   on 2001/03/14  20:58:12
31244         Log: The #9145 CANNOT be enabled: the clear_pmop code still
31245              dumps core all over in Tru64.
31246      Branch: perl
31247            ! op.c op.h t/op/pat.t
31248 ____________________________________________________________________________
31249 [  9156] By: jhi                                   on 2001/03/14  20:48:06
31250         Log: Integrate change #9154 from maintperl to mainline.
31251              
31252              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
31253              (caused Storable 1.0.10 to break on windows)
31254      Branch: perl
31255           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
31256           !> perlapi.c proto.h
31257 ____________________________________________________________________________
31258 [  9155] By: jhi                                   on 2001/03/14  20:23:53
31259         Log: Retract #9136: breaks threading (and binary compatibility).
31260      Branch: perl
31261            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
31262 ____________________________________________________________________________
31263 [  9154] By: gsar                                  on 2001/03/14  17:48:18
31264         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
31265              (caused Storable 1.0.10 to break on windows)
31266      Branch: maint-5.6/perl
31267            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
31268            ! perlapi.c proto.h
31269 ____________________________________________________________________________
31270 [  9153] By: jhi                                   on 2001/03/14  13:35:21
31271         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
31272      Branch: perl
31273            ! t/lib/sigaction.t
31274 ____________________________________________________________________________
31275 [  9152] By: gsar                                  on 2001/03/14  07:29:40
31276         Log: back out changes#9012,9010,9009 and parts of change#9016
31277              (causes ABRs under purify, and some prerequisites don't
31278              seem to be there in 5.6.x)
31279      Branch: maint-5.6/perl
31280            ! doop.c op.c t/op/tr.t toke.c
31281 ____________________________________________________________________________
31282 [  9151] By: gsar                                  on 2001/03/14  07:01:29
31283         Log: reenable change#9145 (the test was busted due to a missing
31284              C<print "ok 27\n">)
31285      Branch: perl
31286            ! op.c op.h t/op/pat.t
31287 ____________________________________________________________________________
31288 [  9150] By: jhi                                   on 2001/03/14  06:38:36
31289         Log: Retract #9145.
31290      Branch: perl
31291            ! op.c op.h t/op/pat.t
31292 ____________________________________________________________________________
31293 [  9149] By: jhi                                   on 2001/03/14  06:14:56
31294         Log: Retract #9143.
31295      Branch: perl
31296            ! op.c
31297 ____________________________________________________________________________
31298 [  9148] By: gsar                                  on 2001/03/14  06:13:02
31299         Log: Uninitialized Memory Read in regexec.c
31300      Branch: perl
31301            ! regexec.c
31302 ____________________________________________________________________________
31303 [  9147] By: jhi                                   on 2001/03/14  04:59:54
31304         Log: Subject: PATCH: make goto work in nested eval ""
31305              From: Robin Houston <robin@kitsite.com>
31306              Date: Wed, 14 Mar 2001 04:16:10 +0000
31307              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
31308      Branch: perl
31309            ! pp_ctl.c t/op/goto.t
31310 ____________________________________________________________________________
31311 [  9146] By: jhi                                   on 2001/03/14  04:42:54
31312         Log: Preserve the #ifdef PERL_CORE in perly.h.
31313      Branch: perl
31314            ! perly.fixer
31315 ____________________________________________________________________________
31316 [  9145] By: jhi                                   on 2001/03/14  03:57:41
31317         Log: (Retracted by #9150.)
31318      Branch: perl
31319            ! op.c op.h t/op/pat.t
31320 ____________________________________________________________________________
31321 [  9144] By: jhi                                   on 2001/03/14  03:50:38
31322         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
31323              
31324              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
31325              
31326              remove squelch controls for "Scalars leaked" messages in most places
31327              (these are now cured)
31328              
31329              fix another memory leak reported by purify (tie callbacks that
31330              croak can leak when wiping out magic)
31331      Branch: perl
31332           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
31333           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
31334           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
31335           !> t/pragma/warnings.t
31336 ____________________________________________________________________________
31337 [  9143] By: jhi                                   on 2001/03/14  03:37:53
31338         Log: (Retracted by #9149.)
31339      Branch: perl
31340            ! op.c
31341 ____________________________________________________________________________
31342 [  9142] By: gsar                                  on 2001/03/14  03:20:48
31343         Log: fix another memory leak reported by purify (tie callbacks that
31344              croak can leak when wiping out magic)
31345      Branch: maint-5.6/perl
31346            ! scope.c
31347 ____________________________________________________________________________
31348 [  9141] By: jhi                                   on 2001/03/14  02:55:00
31349         Log: Subject: PATCH for [ID 20010305.003]
31350              From: Robin Houston <robin@kitsite.com>
31351              Date: Wed, 14 Mar 2001 02:45:51 +0000
31352              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
31353      Branch: perl
31354            ! pp_ctl.c t/op/eval.t
31355 ____________________________________________________________________________
31356 [  9140] By: jhi                                   on 2001/03/14  02:41:54
31357         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
31358              Date: Wed, 14 Mar 2001 01:52:51 +0000
31359              From: Robin Houston <robin@kitsite.com>
31360              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
31361              
31362              Fix for 2000313.004.
31363      Branch: perl
31364            ! pp_ctl.c t/op/goto.t
31365 ____________________________________________________________________________
31366 [  9139] By: jhi                                   on 2001/03/14  02:40:50
31367         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
31368              From: Robin Houston <robin@kitsite.com>
31369              Date: Wed, 14 Mar 2001 00:43:45 +0000
31370              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
31371      Branch: perl
31372            + t/op/loopctl.t
31373            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
31374            ! vms/perly_c.vms
31375 ____________________________________________________________________________
31376 [  9138] By: gsar                                  on 2001/03/14  01:18:00
31377         Log: remove squelch controls for "Scalars leaked" messages in most places
31378              (these are now cured)
31379      Branch: maint-5.6/perl
31380            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
31381            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
31382            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
31383 ____________________________________________________________________________
31384 [  9137] By: gsar                                  on 2001/03/14  00:57:04
31385         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
31386      Branch: maint-5.6/perl
31387            ! regcomp.c
31388 ____________________________________________________________________________
31389 [  9136] By: jhi                                   on 2001/03/13  23:12:24
31390         Log: (Retracted by #9155)
31391              
31392              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
31393              From: Jens-Uwe Mager <jum@helios.de>
31394              Date: Wed, 21 Feb 2001 21:32:04 +0100
31395              Message-ID: <20010221213203.A18340@ans.helios.de>
31396      Branch: perl
31397            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
31398 ____________________________________________________________________________
31399 [  9135] By: jhi                                   on 2001/03/13  22:50:05
31400         Log: Integrate perlio.
31401      Branch: perl
31402           !> pp.c
31403 ____________________________________________________________________________
31404 [  9134] By: jhi                                   on 2001/03/13  22:49:05
31405         Log: Integrate change #9131 from maintperl into mainline.
31406              
31407              make the error text look more consistent in hints/hpux.sh
31408      Branch: perl
31409           !> hints/hpux.sh
31410 ____________________________________________________________________________
31411 [  9133] By: gsar                                  on 2001/03/13  22:46:20
31412         Log: integrate change#9067 from mainline
31413              
31414              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
31415      Branch: maint-5.6/perl
31416           !> lib/ExtUtils/MM_Unix.pm
31417 ____________________________________________________________________________
31418 [  9132] By: jhi                                   on 2001/03/13  22:41:21
31419         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
31420              From: "John P. Linderman" <jpl@research.att.com>
31421              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
31422              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
31423              
31424              A more correct prime finder.
31425      Branch: perl
31426            ! lib/Tie/SubstrHash.pm
31427 ____________________________________________________________________________
31428 [  9131] By: gsar                                  on 2001/03/13  22:30:42
31429         Log: make the error text look more consistent in hints/hpux.sh
31430      Branch: maint-5.6/perl
31431            ! hints/hpux.sh
31432 ____________________________________________________________________________
31433 [  9130] By: jhi                                   on 2001/03/13  22:23:44
31434         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
31435              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31436              Date: Tue, 13 Mar 2001 18:41:26 +0100
31437              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
31438              
31439              If the test is run non-interactively the default handler
31440              is different.
31441      Branch: perl
31442            ! t/lib/sigaction.t
31443 ____________________________________________________________________________
31444 [  9129] By: jhi                                   on 2001/03/13  22:20:21
31445         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
31446              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31447              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
31448              Date:     Tue, 13 Mar 2001 16:44:32 EST
31449      Branch: perl
31450            ! t/lib/1_compile.t
31451 ____________________________________________________________________________
31452 [  9128] By: jhi                                   on 2001/03/13  22:18:34
31453         Log: Subject: Another patch for integer.pm POD 
31454              From: "John L. Allen" <allen@grumman.com>
31455              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
31456              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
31457      Branch: perl
31458            ! lib/integer.pm
31459 ____________________________________________________________________________
31460 [  9127] By: nick                                  on 2001/03/13  21:26:30
31461         Log: Integrate mainline.
31462      Branch: perlio
31463           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
31464           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
31465           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
31466           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
31467           !> Changes Configure MANIFEST README.os2 README.os390
31468           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
31469           !> os2/Changes patchlevel.h win32/perlhost.h
31470 ____________________________________________________________________________
31471 [  9126] By: nick                                  on 2001/03/13  20:39:51
31472         Log: #ifdef'ed out code to make packed side of pack/unpack
31473              octets. (i.e. pack('U') => encode_utf8).
31474      Branch: perlio
31475            ! pp.c
31476 ____________________________________________________________________________
31477 [  9125] By: jhi                                   on 2001/03/13  15:07:16
31478         Log: Update Changes.
31479      Branch: perl
31480            ! Changes patchlevel.h
31481 ____________________________________________________________________________
31482 [  9124] By: jhi                                   on 2001/03/13  14:22:45
31483         Log: Workaround for the buggy ("internal compiler error")
31484              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
31485              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
31486              of Andreas König.
31487      Branch: perl
31488            ! ext/re/Makefile.PL hints/aix.sh
31489 ____________________________________________________________________________
31490 [  9123] By: jhi                                   on 2001/03/13  03:24:34
31491         Log: Typo in #9114.
31492      Branch: metaconfig
31493            ! U/modified/myhostname.U
31494 ____________________________________________________________________________
31495 [  9122] By: jhi                                   on 2001/03/13  03:24:06
31496         Log: Typo in #9113.
31497      Branch: perl
31498            ! Configure
31499 ____________________________________________________________________________
31500 [  9121] By: jhi                                   on 2001/03/13  01:53:05
31501         Log: Forgot to check-in the larger part of #9120, duh.
31502      Branch: perl
31503            ! README.os2
31504 ____________________________________________________________________________
31505 [  9120] By: jhi                                   on 2001/03/13  01:51:31
31506         Log: Subject: [PATCH 5.6.1] OS/2 docs
31507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31508              Date: Mon, 12 Mar 2001 03:27:32 -0500
31509              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
31510      Branch: perl
31511            ! os2/Changes
31512 ____________________________________________________________________________
31513 [  9119] By: jhi                                   on 2001/03/13  01:49:41
31514         Log: Integrate change #9116 from maintperl into mainline.
31515              
31516              Win32::GetCwd() returns C: instead of C:\ in the root directory
31517              under ithreads
31518      Branch: perl
31519           !> win32/perlhost.h
31520 ____________________________________________________________________________
31521 [  9118] By: jhi                                   on 2001/03/13  01:13:39
31522         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
31523      Branch: perl
31524            + lib/Switch.pm t/lib/switch.t
31525            ! MANIFEST
31526 ____________________________________________________________________________
31527 [  9117] By: jhi                                   on 2001/03/13  01:03:17
31528         Log: Add Text::Balanced 1.83.
31529      Branch: perl
31530            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
31531            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
31532            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
31533            + t/lib/tb-xvari.t
31534            ! MANIFEST
31535 ____________________________________________________________________________
31536 [  9116] By: gsar                                  on 2001/03/13  00:55:53
31537         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
31538              under ithreads
31539      Branch: maint-5.6/perl
31540            ! win32/perlhost.h
31541 ____________________________________________________________________________
31542 [  9115] By: jhi                                   on 2001/03/13  00:54:09
31543         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
31544              From: "John L. Allen" <allen@grumman.com>
31545              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
31546              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
31547              
31548              use integer document clarification.
31549      Branch: perl
31550            ! lib/integer.pm
31551 ____________________________________________________________________________
31552 [  9114] By: jhi                                   on 2001/03/13  00:38:54
31553         Log: Metaconfig unit change for #9113.
31554      Branch: metaconfig
31555            ! U/modified/myhostname.U
31556 ____________________________________________________________________________
31557 [  9113] By: jhi                                   on 2001/03/13  00:38:35
31558         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?)
31559              From: Peter Prymmer <pvhp@forte.com>
31560              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
31561              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
31562      Branch: perl
31563            ! Configure README.os390 hints/os390.sh
31564 ____________________________________________________________________________
31565 [  9112] By: jhi                                   on 2001/03/13  00:29:00
31566         Log: Integrate perlio.
31567      Branch: perl
31568           !> sv.c utf8.h
31569 ____________________________________________________________________________
31570 [  9111] By: nick                                  on 2001/03/12  21:16:33
31571         Log: Integrate mainline.
31572      Branch: perlio
31573           +> t/op/anonsub.t
31574           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
31575           !> proto.h sv.c
31576 ____________________________________________________________________________
31577 [  9110] By: nick                                  on 2001/03/12  21:00:13
31578         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
31579      Branch: perlio
31580            ! sv.c utf8.h
31581 ____________________________________________________________________________
31582 [  9109] By: jhi                                   on 2001/03/12  16:04:47
31583         Log: Integrate change #9108 from maintperl to mainline.
31584              
31585              fix memory leak in C<sub X { sub {} }> arising from a refcount
31586              loop between the outer sub and the inner prototype anonsub
31587              
31588              this also enables closures returned by subroutines that
31589              subsequently get redefined to work without generating coredumps :)
31590              
31591              completely removed the free_closures() hack--it shouldn't be
31592              needed anymore
31593      Branch: perl
31594           +> t/op/anonsub.t
31595           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
31596           !> proto.h sv.c
31597 ____________________________________________________________________________
31598 [  9108] By: gsar                                  on 2001/03/12  10:21:31
31599         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
31600              loop between the outer sub and the inner prototype anonsub
31601              
31602              this also enables closures returned by subroutines that
31603              subsequently get redefined to work without generating coredumps :)
31604              
31605              completely removed the free_closures() hack--it shouldn't be
31606              needed anymore
31607      Branch: maint-5.6/perl
31608            + t/op/anonsub.t
31609            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
31610            ! proto.h sv.c
31611 ____________________________________________________________________________
31612 [  9107] By: jhi                                   on 2001/03/12  05:15:31
31613         Log: Integrate perlio.
31614      Branch: perl
31615           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
31616 ____________________________________________________________________________
31617 [  9106] By: nick                                  on 2001/03/11  20:10:12
31618         Log: regcomp.c is working in native space, not Unicode space (if different)
31619              as it is doing compare against 'W' in \W etc.
31620      Branch: perlio
31621            ! regcomp.c
31622 ____________________________________________________________________________
31623 [  9105] By: nick                                  on 2001/03/11  19:39:34
31624         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
31625              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
31626      Branch: perlio
31627            ! regcomp.c toke.c utf8.c
31628 ____________________________________________________________________________
31629 [  9104] By: nick                                  on 2001/03/11  18:15:44
31630         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
31631      Branch: perlio
31632            ! sv.c
31633 ____________________________________________________________________________
31634 [  9103] By: nick                                  on 2001/03/11  18:03:28
31635         Log: Integrate mainline (for regexp stuff).
31636      Branch: perlio
31637           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
31638           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
31639           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
31640           !> t/lib/errno.t t/op/pat.t
31641 ____________________________________________________________________________
31642 [  9102] By: nick                                  on 2001/03/11  17:44:20
31643         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
31644              - exclude layer syms in makedef.pl for sfio
31645              - also inhibit Encode from trying to build ":encode()" layer.
31646      Branch: perlio
31647            ! ext/Encode/Encode.xs makedef.pl
31648 ____________________________________________________________________________
31649 [  9101] By: jhi                                   on 2001/03/10  22:38:13
31650         Log: The $Is_MacOS needs to be declared.
31651      Branch: perl
31652            ! lib/ExtUtils/Manifest.pm
31653 ____________________________________________________________________________
31654 [  9100] By: jhi                                   on 2001/03/10  22:14:29
31655         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
31656              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
31657              pollute the symbolspace if using sfio.
31658      Branch: perl
31659            ! ext/Encode/Encode.xs
31660 ____________________________________________________________________________
31661 [  9099] By: jhi                                   on 2001/03/10  21:58:48
31662         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
31663              Date: Sat, 10 Mar 2001 14:23:55 -0500
31664              From: Chris Nandor <pudge@pobox.com>
31665              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
31666      Branch: perl
31667            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
31668            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
31669            ! t/lib/errno.t
31670 ____________________________________________________________________________
31671 [  9098] By: jhi                                   on 2001/03/10  21:38:30
31672         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
31673      Branch: perl
31674            ! regcomp.c regexec.c t/op/pat.t
31675 ____________________________________________________________________________
31676 [  9097] By: jhi                                   on 2001/03/10  14:38:07
31677         Log: Integrate perlio.
31678      Branch: perl
31679           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
31680           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
31681           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
31682 ____________________________________________________________________________
31683 [  9096] By: nick                                  on 2001/03/10  11:55:43
31684         Log: EBCDIC sanity - phase I
31685              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
31686              - use utf8n_xxxx (c.f. pvn) for forms which take length.
31687              - back out vN.N and $^V exceptions to e2a/a2e
31688              - make "locale" isxxx macros be uvchr (may be redundant?)
31689              
31690              Not clear yet that toUPPER_uni et. al. return being handled correctly.
31691              The tr// and rexexp stuff still needs an audit, assumption is they are working
31692              in Unicode space.
31693              
31694              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
31695      Branch: perlio
31696            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
31697            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
31698            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
31699 ____________________________________________________________________________
31700 [  9095] By: jhi                                   on 2001/03/09  22:10:01
31701         Log: Integrate perlio.
31702      Branch: perl
31703           !> dump.c
31704 ____________________________________________________________________________
31705 [  9094] By: nick                                  on 2001/03/09  17:36:38
31706         Log: Builds an passes all tests after integrate and this tweak.
31707      Branch: perlio
31708            ! dump.c
31709 ____________________________________________________________________________
31710 [  9093] By: nick                                  on 2001/03/09  17:16:03
31711         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
31712      Branch: perlio
31713           +> lib/unicode/Scripts.txt t/lib/sigaction.t
31714           !> (integrate 79 files)
31715 ____________________________________________________________________________
31716 [  9092] By: jhi                                   on 2001/03/09  15:28:26
31717         Log: Update Changes.
31718      Branch: perl
31719            ! Changes patchlevel.h
31720 ____________________________________________________________________________
31721 [  9091] By: jhi                                   on 2001/03/09  15:25:05
31722         Log: In op/stat #35 better to scan all the potential directories
31723              for setuids, not just the first one.
31724      Branch: perl
31725            ! t/op/stat.t
31726 ____________________________________________________________________________
31727 [  9090] By: jhi                                   on 2001/03/09  15:01:27
31728         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
31729              From: rspier@pobox.com (Robert Spier)
31730              Date: Fri, 9 Mar 2001 03:30:20 -0500
31731              Message-ID: <15016.38044.381174.160189@rls.cx>
31732              
31733              EXISTS() returning undef mistakenly triggered a FETCH().
31734      Branch: perl
31735            ! hv.c
31736 ____________________________________________________________________________
31737 [  9089] By: jhi                                   on 2001/03/09  14:59:02
31738         Log: Add /sbin and /usr/sbin to the list of directories scanned
31739              for setuid programs.  Takes care of bug id 20010309.003.
31740      Branch: perl
31741            ! t/op/stat.t
31742 ____________________________________________________________________________
31743 [  9088] By: jhi                                   on 2001/03/09  14:48:32
31744         Log: Regen perlapi, perltoc.
31745      Branch: perl
31746            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
31747 ____________________________________________________________________________
31748 [  9087] By: jhi                                   on 2001/03/09  14:38:56
31749         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
31750              From: David Mitchell <davem@fdgroup.co.uk>
31751              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
31752              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
31753      Branch: perl
31754            ! dump.c perl.c perl.h pod/perlrun.pod
31755 ____________________________________________________________________________
31756 [  9086] By: jhi                                   on 2001/03/09  01:47:16
31757         Log: A modified version of
31758              
31759              Subject: [ID 20010307.005] POSIX::sigaction has various problems
31760              From: anders@broadcom.com
31761              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
31762              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
31763              
31764              Currently the sigaction.t test #6 fails (and is fudged to look
31765              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
31766              This may well be a genuine bug in Linux sigaction() (since at
31767              least Tru64, Solaris, and HP-UX disagree with Linux).
31768              Anyone with POSIX / SUSv2 tome handy?  The problem is that
31769              the flags of the oldaction don't match with the flags in
31770              the previously installed disposition.
31771      Branch: perl
31772            + t/lib/sigaction.t
31773            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31774 ____________________________________________________________________________
31775 [  9085] By: jhi                                   on 2001/03/09  01:30:13
31776         Log: Subject: Re: mission impossible for the day
31777              From: Alex Gough <alex@rcon.org>
31778              Date: Thu, 08 Mar 2001 17:18:19 +0000
31779              Message-ID: <3AA7BEDB.8070409@rcon.org>
31780              
31781              If references (are overloaded) and can be directly stringified,
31782              show that instead of "stringified".
31783              
31784              (The problem, infinite mutual recursion caused by overloaded bool
31785              in Switch.pm, tracked by David Mitchell)
31786      Branch: perl
31787            ! lib/Carp/Heavy.pm
31788 ____________________________________________________________________________
31789 [  9084] By: jhi                                   on 2001/03/09  01:20:39
31790         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
31791              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
31792              From: David Mitchell <davem@fdgroup.co.uk>
31793              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
31794      Branch: perl
31795            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
31796            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
31797 ____________________________________________________________________________
31798 [  9083] By: jhi                                   on 2001/03/09  01:16:51
31799         Log: Subject: [PATCH] perldata.pod here-doc docs
31800              From: Jeff Pinyan <jeffp@crusoe.net>
31801              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
31802              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
31803      Branch: perl
31804            ! pod/perldata.pod
31805 ____________________________________________________________________________
31806 [  9082] By: jhi                                   on 2001/03/09  01:01:27
31807         Log: Subject: Re: Unicode/EBCDIC
31808              From: Peter Prymmer <pvhp@forte.com>
31809              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
31810              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
31811      Branch: perl
31812            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
31813 ____________________________________________________________________________
31814 [  9081] By: jhi                                   on 2001/03/08  13:41:30
31815         Log: Subject: Ooops, wrong 'no *POSIX' Patch
31816              From: Dorner Thomas <Thomas.Dorner@start.de>
31817              Date: Thu, 8 Mar 2001 08:43:28 +0100
31818              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
31819      Branch: perl
31820            ! hints/posix-bc.sh
31821 ____________________________________________________________________________
31822 [  9080] By: jhi                                   on 2001/03/08  13:11:42
31823         Log: It's Scripts.txt, not Script.txt.
31824      Branch: perl
31825            ! MANIFEST
31826 ____________________________________________________________________________
31827 [  9079] By: jhi                                   on 2001/03/08  12:59:05
31828         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
31829              From: Dorner Thomas <Thomas.Dorner@start.de>
31830              Date: Wed, 7 Mar 2001 14:13:31 +0100
31831              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
31832      Branch: perl
31833            ! makedepend.SH
31834 ____________________________________________________________________________
31835 [  9078] By: jhi                                   on 2001/03/08  12:57:43
31836         Log: Retract #9069, wrong patch.
31837      Branch: perl
31838            ! Makefile.SH
31839 ____________________________________________________________________________
31840 [  9077] By: jhi                                   on 2001/03/08  01:06:13
31841         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
31842      Branch: perl
31843            + lib/unicode/Scripts.txt
31844            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
31845            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
31846            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
31847            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31848            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
31849            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
31850            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
31851            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
31852            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
31853            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
31854            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
31855            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
31856            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
31857            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
31858            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
31859            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
31860            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
31861            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
31862            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
31863            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
31864            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
31865            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
31866            ! lib/unicode/version
31867 ____________________________________________________________________________
31868 [  9076] By: jhi                                   on 2001/03/07  22:59:39
31869         Log: Integrate change #7784 from mainline into maintperl.
31870              
31871              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
31872      Branch: maint-5.6/perl
31873           !> pp_ctl.c t/op/pat.t
31874 ____________________________________________________________________________
31875 [  9075] By: jhi                                   on 2001/03/07  22:05:11
31876         Log: More UTF-8 test tweaks.
31877      Branch: perl
31878            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
31879 ____________________________________________________________________________
31880 [  9074] By: nick                                  on 2001/03/07  21:39:29
31881         Log: Integrate mainline.
31882      Branch: perlio
31883           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
31884           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
31885           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
31886           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
31887           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
31888 ____________________________________________________________________________
31889 [  9073] By: jhi                                   on 2001/03/07  16:37:09
31890         Log: Update Changes.
31891      Branch: perl
31892            ! Changes patchlevel.h
31893 ____________________________________________________________________________
31894 [  9072] By: jhi                                   on 2001/03/07  16:32:30
31895         Log: Subject: [ID 20010306.004] || != named unary operator
31896              From: abela@geneanet.org
31897              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
31898              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
31899      Branch: perl
31900            ! pod/perlop.pod
31901 ____________________________________________________________________________
31902 [  9071] By: jhi                                   on 2001/03/07  15:14:11
31903         Log: Subject: downgrading to bytes for common functions
31904              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
31905              Date: Wed, 7 Mar 2001 02:36:55 -0500
31906              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
31907      Branch: perl
31908            ! pp_sys.c
31909 ____________________________________________________________________________
31910 [  9070] By: jhi                                   on 2001/03/07  15:04:58
31911         Log: Clarify the description differentiating for and while; inspired by
31912              
31913              Subject: [ID 20010306.002] for/while difference in for definition
31914              From: abela@geneanet.org
31915              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
31916              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
31917      Branch: perl
31918            ! pod/perlsyn.pod
31919 ____________________________________________________________________________
31920 [  9069] By: jhi                                   on 2001/03/07  14:55:30
31921         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
31922              From: Dorner Thomas <Thomas.Dorner@start.de>
31923              Date: Wed, 7 Mar 2001 14:13:31 +0100
31924              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
31925      Branch: perl
31926            ! Makefile.SH
31927 ____________________________________________________________________________
31928 [  9068] By: jhi                                   on 2001/03/07  14:51:17
31929         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
31930              From: Radu Greab <radu@netsoft.ro>
31931              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
31932              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
31933      Branch: perl
31934            ! pp.c t/op/chop.t
31935 ____________________________________________________________________________
31936 [  9067] By: jhi                                   on 2001/03/07  14:48:57
31937         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
31938              From: Simon Cozens <simon@netthink.co.uk>
31939              Date: Wed, 7 Mar 2001 13:59:28 +0000
31940              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
31941              
31942              In order to allow MakeMaker to build correct Makefiles,
31943              you need to change the order of the arguments in MM_Unix.pm
31944              as well. (Unless you have C89_CCMODE set, but we're trying
31945              to be POSIXly correct)
31946              
31947              Thanks to Merijn Broeren for tracking this down.
31948      Branch: perl
31949            ! lib/ExtUtils/MM_Unix.pm
31950 ____________________________________________________________________________
31951 [  9066] By: jhi                                   on 2001/03/07  14:30:02
31952         Log: Floating point too messy.
31953      Branch: perl
31954            ! t/camel-III/vstring.t
31955 ____________________________________________________________________________
31956 [  9065] By: jhi                                   on 2001/03/07  14:17:44
31957         Log: Integrate change #9064 from maintperl into mainline.
31958              
31959              fix memory leak in pack("Bb",...)
31960      Branch: perl
31961           !> perl.c
31962 ____________________________________________________________________________
31963 [  9064] By: gsar                                  on 2001/03/07  06:29:24
31964         Log: fix memory leak in pack("Bb",...)
31965      Branch: maint-5.6/perl
31966            ! perl.c
31967 ____________________________________________________________________________
31968 [  9063] By: jhi                                   on 2001/03/07  00:55:04
31969         Log: Major utf8 test reorganisation and rewrite.
31970              Hopefully no tests were lost in the shuffle.
31971              (The beginning of pragma/utf8 was lost intentionally,
31972              the tests were rather bogus and incomplete.)
31973      Branch: perl
31974            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
31975            ! t/pragma/utf8.t
31976 ____________________________________________________________________________
31977 [  9062] By: jhi                                   on 2001/03/07  00:41:16
31978         Log: More tweakage on the Unicode character class descriptions.
31979      Branch: perl
31980            ! lib/unicode/mktables.PL pod/perlretut.pod
31981 ____________________________________________________________________________
31982 [  9061] By: jhi                                   on 2001/03/06  23:12:38
31983         Log: The perlretut was still talking about the old \p and \P
31984              definitions.
31985      Branch: perl
31986            ! pod/perlretut.pod
31987 ____________________________________________________________________________
31988 [  9060] By: nick                                  on 2001/03/06  20:52:37
31989         Log: Integrate mainline (make test works again now).
31990      Branch: perlio
31991           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
31992 ____________________________________________________________________________
31993 [  9059] By: jhi                                   on 2001/03/06  15:36:14
31994         Log: 0.999... does equal 1.0, doesn't it?
31995      Branch: perl
31996            ! t/camel-III/vstring.t
31997 ____________________________________________________________________________
31998 [  9058] By: jhi                                   on 2001/03/06  15:34:00
31999         Log: Make /x{abcd}/ to work without use utf8.
32000      Branch: perl
32001            ! regcomp.c
32002 ____________________________________________________________________________
32003 [  9057] By: jhi                                   on 2001/03/06  03:02:36
32004         Log: Easier to outcomment all the three reset() tests for now.
32005      Branch: perl
32006            ! t/op/pat.t
32007 ____________________________________________________________________________
32008 [  9056] By: jhi                                   on 2001/03/06  02:30:02
32009         Log: Comment out the deadly reset; until the 20010301.005
32010              is finally fixed.
32011      Branch: perl
32012            ! t/op/pat.t
32013 ____________________________________________________________________________
32014 [  9055] By: jhi                                   on 2001/03/06  02:21:26
32015         Log: Integrate the change #9054 from mainline:
32016              retract the PMOP cleanup patch pending further investigation.
32017      Branch: maint-5.6/perl
32018           !> op.c op.h
32019 ____________________________________________________________________________
32020 [  9054] By: jhi                                   on 2001/03/06  02:19:57
32021         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
32022              with oddly familiar stack traces.
32023      Branch: perl
32024            ! op.c op.h
32025 ____________________________________________________________________________
32026 [  9053] By: jhi                                   on 2001/03/05  23:20:28
32027         Log: Integrate perlio.
32028      Branch: perl
32029           +> ext/Encode/Encode/koi8-r.ucm
32030           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
32031           !> makedef.pl
32032 ____________________________________________________________________________
32033 [  9052] By: nick                                  on 2001/03/05  23:08:17
32034         Log: skipping USE_PERLIO symbols correction.
32035      Branch: perlio
32036            ! makedef.pl
32037 ____________________________________________________________________________
32038 [  9051] By: nick                                  on 2001/03/05  22:35:07
32039         Log: More Encode alias tidying.
32040      Branch: perlio
32041            + ext/Encode/Encode/koi8-r.ucm
32042            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
32043 ____________________________________________________________________________
32044 [  9050] By: jhi                                   on 2001/03/05  21:44:29
32045         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
32046              Sarathy's fix for ID 20010301.005.
32047      Branch: maint-5.6/perl
32048           !> op.c op.h
32049 ____________________________________________________________________________
32050 [  9049] By: nick                                  on 2001/03/05  19:54:04
32051         Log: Integrate Jarkko's Encode.pm tweak.
32052      Branch: perlio
32053           !> ext/Encode/Encode.pm
32054 ____________________________________________________________________________
32055 [  9048] By: nick                                  on 2001/03/05  19:47:57
32056         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
32057      Branch: perlio
32058           +> os2/os2add.sym
32059           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
32060           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
32061           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
32062           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
32063           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
32064 ____________________________________________________________________________
32065 [  9047] By: jhi                                   on 2001/03/05  19:25:26
32066         Log: Regen perlapi.
32067      Branch: perl
32068            ! pod/perlapi.pod
32069 ____________________________________________________________________________
32070 [  9046] By: jhi                                   on 2001/03/05  19:12:14
32071         Log: Integrate perlio.
32072      Branch: perl
32073           +> t/camel-III/vstring.t
32074           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
32075 ____________________________________________________________________________
32076 [  9045] By: jhi                                   on 2001/03/05  19:10:36
32077         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
32078      Branch: perl
32079            ! ext/Encode/Encode.pm
32080 ____________________________________________________________________________
32081 [  9044] By: jhi                                   on 2001/03/05  18:49:12
32082         Log: Forgot the other half of the PMOP patch (#9033).
32083      Branch: perl
32084            ! op.h
32085 ____________________________________________________________________________
32086 [  9043] By: nick                                  on 2001/03/05  18:14:47
32087         Log: Update MANIFEST for new test.
32088      Branch: perlio
32089            ! MANIFEST
32090 ____________________________________________________________________________
32091 [  9042] By: nick                                  on 2001/03/05  18:12:41
32092         Log: Some tests for Camel 3rd edition features.
32093              Make gethostbyaddr() test in above work.
32094      Branch: perlio
32095            + t/camel-III/vstring.t
32096            ! pp.h pp_sys.c t/TEST t/harness
32097 ____________________________________________________________________________
32098 [  9041] By: jhi                                   on 2001/03/05  17:41:48
32099         Log: Add more ISO 8859 encoding aliases.
32100      Branch: perl
32101            ! ext/Encode/Encode.pm
32102 ____________________________________________________________________________
32103 [  9040] By: jhi                                   on 2001/03/05  17:30:43
32104         Log: Integrate perlio.
32105      Branch: perl
32106           !> MANIFEST sv.c
32107 ____________________________________________________________________________
32108 [  9039] By: nick                                  on 2001/03/05  17:11:36
32109         Log: Missed added file.
32110      Branch: perlio
32111            ! MANIFEST
32112 ____________________________________________________________________________
32113 [  9038] By: jhi                                   on 2001/03/05  15:58:01
32114         Log: Add tr tests for EBCDIC, from Karsten Sperling.
32115      Branch: perl
32116            ! t/op/tr.t
32117 ____________________________________________________________________________
32118 [  9037] By: nick                                  on 2001/03/05  15:56:35
32119         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
32120              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
32121              
32122              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
32123              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
32124              - uses SvPV() rather than sv_2pv() in case it isn't a string.
32125      Branch: perlio
32126            ! sv.c
32127 ____________________________________________________________________________
32128 [  9036] By: jhi                                   on 2001/03/05  15:49:15
32129         Log: Add matching tests currently failing in EBCDIC,
32130              suggested by Karsten Sperling.
32131      Branch: perl
32132            ! t/op/pat.t
32133 ____________________________________________________________________________
32134 [  9035] By: jhi                                   on 2001/03/05  15:36:55
32135         Log: The #9034 needs a MANIFESTation.
32136      Branch: perl
32137            ! MANIFEST
32138 ____________________________________________________________________________
32139 [  9034] By: jhi                                   on 2001/03/05  15:35:14
32140         Log: Integrate perlio.
32141      Branch: perl
32142           +> ext/Encode/Encode/Tcl.pm
32143           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
32144           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
32145           !> ext/Encode/Encode/iso8859-1.ucm
32146           !> ext/Encode/Encode/iso8859-10.ucm
32147           !> ext/Encode/Encode/iso8859-13.ucm
32148           !> ext/Encode/Encode/iso8859-14.ucm
32149           !> ext/Encode/Encode/iso8859-15.ucm
32150           !> ext/Encode/Encode/iso8859-16.ucm
32151           !> ext/Encode/Encode/iso8859-2.ucm
32152           !> ext/Encode/Encode/iso8859-3.ucm
32153           !> ext/Encode/Encode/iso8859-4.ucm
32154           !> ext/Encode/Encode/iso8859-5.ucm
32155           !> ext/Encode/Encode/iso8859-6.ucm
32156           !> ext/Encode/Encode/iso8859-7.ucm
32157           !> ext/Encode/Encode/iso8859-8.ucm
32158           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
32159           !> t/lib/encode.t
32160 ____________________________________________________________________________
32161 [  9033] By: jhi                                   on 2001/03/05  15:33:18
32162         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
32163              From: Gurusamy Sarathy <gsar@ActiveState.com>
32164              Date: Sun, 04 Mar 2001 22:33:15 -0800
32165              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
32166              
32167              PMOPs need to remember their own stash so that they can
32168              gracefully remove themselves from their linked list.
32169      Branch: perl
32170            ! op.c
32171 ____________________________________________________________________________
32172 [  9032] By: nick                                  on 2001/03/05  14:51:50
32173         Log: Encode implementation "completion"
32174              Implement and document define_encoding()
32175              Implement and document encoding aliases including define_alias()
32176              Make Encode::XS use define_encoding() rather than back-door.
32177              Move run-time *.enc to separate Encode::Tcl module.
32178              Make 'compile' honour <codeset_name>
32179              Change canonical names of to iso-8859-* and US-ascii.
32180      Branch: perlio
32181            + ext/Encode/Encode/Tcl.pm
32182            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
32183            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
32184            ! ext/Encode/Encode/iso8859-1.ucm
32185            ! ext/Encode/Encode/iso8859-10.ucm
32186            ! ext/Encode/Encode/iso8859-13.ucm
32187            ! ext/Encode/Encode/iso8859-14.ucm
32188            ! ext/Encode/Encode/iso8859-15.ucm
32189            ! ext/Encode/Encode/iso8859-16.ucm
32190            ! ext/Encode/Encode/iso8859-2.ucm
32191            ! ext/Encode/Encode/iso8859-3.ucm
32192            ! ext/Encode/Encode/iso8859-4.ucm
32193            ! ext/Encode/Encode/iso8859-5.ucm
32194            ! ext/Encode/Encode/iso8859-6.ucm
32195            ! ext/Encode/Encode/iso8859-7.ucm
32196            ! ext/Encode/Encode/iso8859-8.ucm
32197            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
32198            ! t/lib/encode.t
32199 ____________________________________________________________________________
32200 [  9031] By: jhi                                   on 2001/03/05  13:51:17
32201         Log: Integrate change #9030 from maintperl into mainline.
32202              
32203              Subject: [PATCH 5.6.1] OS/2 cleanup
32204      Branch: perl
32205           +> os2/os2add.sym
32206           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
32207           !> makedef.pl os2/Changes os2/Makefile.SHs
32208           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
32209           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
32210           !> os2/os2.sym os2/os2ish.h
32211 ____________________________________________________________________________
32212 [  9030] By: jhi                                   on 2001/03/05  13:46:49
32213         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
32214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32215              Date: Mon, 5 Mar 2001 02:29:44 -0500
32216              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
32217      Branch: maint-5.6/perl
32218            + os2/os2add.sym
32219            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
32220            ! makedef.pl os2/Changes os2/Makefile.SHs
32221            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
32222            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
32223            ! os2/os2.sym os2/os2ish.h
32224 ____________________________________________________________________________
32225 [  9029] By: jhi                                   on 2001/03/05  13:40:35
32226         Log: Integrate change #9028 from maintperl into mainline.
32227              
32228              various nits in MM_Unix.pm found by disabling SelfLoader
32229      Branch: perl
32230           !> lib/ExtUtils/MM_Unix.pm
32231 ____________________________________________________________________________
32232 [  9028] By: gsar                                  on 2001/03/05  09:58:38
32233         Log: various nits in MM_Unix.pm found by disabling SelfLoader
32234      Branch: maint-5.6/perl
32235            ! lib/ExtUtils/MM_Unix.pm
32236 ____________________________________________________________________________
32237 [  9027] By: nick                                  on 2001/03/05  08:35:22
32238         Log: Integrate mainline
32239      Branch: perlio
32240           !> (integrate 28 files)
32241 ____________________________________________________________________________
32242 [  9026] By: jhi                                   on 2001/03/05  02:14:59
32243         Log: Integrate change #9025 from mainline to maintperl,
32244              retract \N{U+HHHH}.
32245      Branch: maint-5.6/perl
32246           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
32247           !> t/lib/charnames.t toke.c
32248 ____________________________________________________________________________
32249 [  9025] By: jhi                                   on 2001/03/05  02:13:09
32250         Log: Retracting \N{U+HHHH}.
32251      Branch: perl
32252            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
32253            ! t/lib/charnames.t toke.c
32254 ____________________________________________________________________________
32255 [  9024] By: jhi                                   on 2001/03/04  20:51:07
32256         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
32257              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32258              Date: Fri, 02 Mar 2001 18:25:26 +0100
32259              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
32260              
32261              Casting problem.
32262      Branch: perl
32263            ! ext/Storable/Storable.xs
32264 ____________________________________________________________________________
32265 [  9023] By: jhi                                   on 2001/03/04  19:46:45
32266         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
32267              From: nick@talking.bollo.cx
32268              Date: Sat, 03 Mar 2001 21:41:33 +0000
32269              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
32270              
32271              Revert the workaround.
32272      Branch: perl
32273            ! perlio.c
32274 ____________________________________________________________________________
32275 [  9022] By: jhi                                   on 2001/03/04  19:36:28
32276         Log: Update Changes.
32277      Branch: perl
32278            ! Changes patchlevel.h
32279 ____________________________________________________________________________
32280 [  9021] By: jhi                                   on 2001/03/04  18:41:00
32281         Log: makedef.pl updates suggested by Chris Nandor; double-checking
32282              the changes in AIX, OS/2 Win32 would be nice.
32283      Branch: perl
32284            ! makedef.pl
32285 ____________________________________________________________________________
32286 [  9020] By: jhi                                   on 2001/03/04  18:23:58
32287         Log: Integrate change #9012 from maintperl into mainline,
32288              quench a compiler warning.
32289      Branch: perl
32290           !> toke.c
32291 ____________________________________________________________________________
32292 [  9019] By: jhi                                   on 2001/03/04  18:18:43
32293         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
32294              
32295              \N{U+HHHH} fix.
32296              
32297              pattern in G_ARRAY context
32298      Branch: maint-5.6/perl
32299           !> pp_hot.c t/op/pat.t toke.c
32300 ____________________________________________________________________________
32301 [  9018] By: jhi                                   on 2001/03/04  18:07:48
32302         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
32303              From: Jeff Pinyan <jeffp@crusoe.net>
32304              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
32305              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
32306      Branch: perl
32307            ! pp_hot.c t/op/pat.t
32308 ____________________________________________________________________________
32309 [  9017] By: jhi                                   on 2001/03/04  18:06:21
32310         Log: I thought I tested the #9014.
32311      Branch: perl
32312            ! toke.c
32313 ____________________________________________________________________________
32314 [  9016] By: jhi                                   on 2001/03/04  17:41:22
32315         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
32316              
32317              Tweak the get*ent() OS/2 prototypes.
32318              
32319              Add the \N{U+HHHH} syntax.
32320              
32321              More tr/// UTF-8 fixes from Inaba Hiroto.
32322      Branch: maint-5.6/perl
32323           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
32324           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
32325 ____________________________________________________________________________
32326 [  9015] By: jhi                                   on 2001/03/04  17:36:04
32327         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
32328      Branch: perl
32329            ! doop.c t/op/tr.t
32330 ____________________________________________________________________________
32331 [  9014] By: jhi                                   on 2001/03/04  17:24:49
32332         Log: Add the \N{U+HHHH} syntax.
32333      Branch: perl
32334            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
32335            ! t/lib/charnames.t toke.c
32336 ____________________________________________________________________________
32337 [  9013] By: jhi                                   on 2001/03/04  17:20:45
32338         Log: Tweak the get*ent() OS/2 prototypes.
32339      Branch: perl
32340            ! os2/os2.c
32341 ____________________________________________________________________________
32342 [  9012] By: gsar                                  on 2001/03/04  06:26:14
32343         Log: avoid warning (nit in change#9009)
32344      Branch: maint-5.6/perl
32345            ! toke.c
32346 ____________________________________________________________________________
32347 [  9011] By: gsar                                  on 2001/03/04  06:15:24
32348         Log: lib/charnames.t fails in 5.6.x because of older Unicode
32349              data
32350              
32351              TODO: need to revisit this after updating lib/unicode/...
32352      Branch: maint-5.6/perl
32353            ! t/lib/charnames.t
32354 ____________________________________________________________________________
32355 [  9010] By: gsar                                  on 2001/03/04  06:08:36
32356         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
32357      Branch: maint-5.6/perl
32358            ! toke.c
32359 ____________________________________________________________________________
32360 [  9009] By: jhi                                   on 2001/03/03  19:27:20
32361         Log: Integrate change #9008 from mainline to maintperl,
32362              UTF-8 tr/// fixes from Inaba Hiroto.
32363      Branch: maint-5.6/perl
32364           !> doop.c op.c t/op/tr.t toke.c
32365 ____________________________________________________________________________
32366 [  9008] By: jhi                                   on 2001/03/03  19:19:42
32367         Log: UTF8 tr/// fixes from Inaba Hiroto.
32368      Branch: perl
32369            ! doop.c op.c t/op/tr.t toke.c
32370 ____________________________________________________________________________
32371 [  9007] By: jhi                                   on 2001/03/03  19:00:30
32372         Log: Integrate change #9006 from maintperl to mainline,
32373              more robust quest for the infinite.
32374      Branch: perl
32375           !> lib/Math/Complex.pm
32376 ____________________________________________________________________________
32377 [  9006] By: jhi                                   on 2001/03/03  18:58:06
32378         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
32379              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32380              Date: Sat, 3 Mar 2001 12:51:50 -0500
32381              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
32382              
32383              Be more robust in our quest for the infinite.
32384      Branch: maint-5.6/perl
32385            ! lib/Math/Complex.pm
32386 ____________________________________________________________________________
32387 [  9005] By: jhi                                   on 2001/03/03  17:55:50
32388         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
32389      Branch: maint-5.6/perl
32390            ! doio.c
32391 ____________________________________________________________________________
32392 [  9004] By: jhi                                   on 2001/03/03  17:40:14
32393         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
32394              so that picky compilers like IRIX won't get huffy about
32395              "statements without effect" (like 1;).
32396      Branch: perl
32397            ! toke.c
32398 ____________________________________________________________________________
32399 [  9003] By: jhi                                   on 2001/03/03  17:15:52
32400         Log: Integrate change #9002 from mainline to maintperl.
32401              
32402              Subject: [perl-5.6.x, perl-current] accept for EPOC
32403      Branch: maint-5.6/perl
32404           !> pp_sys.c
32405 ____________________________________________________________________________
32406 [  9002] By: jhi                                   on 2001/03/03  17:14:30
32407         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
32408              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32409              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
32410              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
32411      Branch: perl
32412            ! pp_sys.c
32413 ____________________________________________________________________________
32414 [  9001] By: jhi                                   on 2001/03/03  17:13:13
32415         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
32416              From: "Craig A. Berry" <craigberry@mac.com>
32417              Date: Fri, 02 Mar 2001 17:44:40 -0600
32418              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
32419      Branch: perl
32420            ! t/pod/find.t
32421 ____________________________________________________________________________
32422 [  9000] By: jhi                                   on 2001/03/03  17:11:55
32423         Log: Integrate changes #8997,8999 from maintperl.
32424              
32425              Subject: [PATCH 5.6.1] compiling on OS/2
32426              (Better error message from hints/os2.sh)
32427              
32428              Subject: [PATCH 5.6.1] syslog.t
32429      Branch: perl
32430           !> hints/os2.sh t/lib/syslog.t
32431 ____________________________________________________________________________
32432 [  8999] By: jhi                                   on 2001/03/03  17:09:28
32433         Log: Subject: [PATCH 5.6.1] syslog.t
32434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32435              Date: Sat, 3 Mar 2001 02:11:17 -0500
32436              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
32437      Branch: maint-5.6/perl
32438            ! t/lib/syslog.t
32439 ____________________________________________________________________________
32440 [  8998] By: jhi                                   on 2001/03/03  17:07:50
32441         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
32442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32443              Date: Sat, 3 Mar 2001 01:53:52 -0500
32444              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
32445      Branch: maint-5.6/perl
32446            ! opcode.pl os2/os2.c
32447 ____________________________________________________________________________
32448 [  8997] By: jhi                                   on 2001/03/03  17:03:30
32449         Log: Subject: [PATCH 5.6.1] compiling on OS/2
32450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32451              Date: Sat, 3 Mar 2001 01:59:59 -0500
32452              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
32453      Branch: maint-5.6/perl
32454            ! hints/os2.sh
32455 ____________________________________________________________________________
32456 [  8996] By: jhi                                   on 2001/03/03  00:55:58
32457         Log: Regen files for mainline.
32458      Branch: perl
32459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32460            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
32461 ____________________________________________________________________________
32462 [  8995] By: jhi                                   on 2001/03/03  00:35:22
32463         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
32464              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
32465              to maintperl.
32466              
32467              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
32468              
32469              Add Configure option -Dmksymlinks which will create a symlink
32470              forest if the current/build differs from the source directory.
32471              (8218,8220,8221,8317,8318,8971)
32472              
32473              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
32474              (Document APPLLIB_EXP in INSTALL.)
32475              
32476              If running byacc write-enable also perly.h.
32477              
32478              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
32479              
32480              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
32481              
32482              Sanity check for conflicting thread flavours.
32483              
32484              Fix the sys/fcntl.h problem reported by Peter Prymmer.
32485              
32486              Add few CPUs/architectures to the Cppsym scan,
32487              add -perlio to archname if so selected (modified 8890)
32488              
32489              Be more helpful for devel builders, suggested by John L. Allen.
32490              (admittedly pointless change for maintperl, but the usedevel
32491              code is there already)
32492      Branch: maint-5.6/perl
32493           !> Configure INSTALL Makefile.SH Porting/Glossary
32494           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
32495           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
32496           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
32497           !> win32/config.bc win32/config.gc win32/config.vc
32498 ____________________________________________________________________________
32499 [  8994] By: jhi                                   on 2001/03/02  23:31:41
32500         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
32501      Branch: metaconfig/U/perl
32502            ! gccvers.U
32503 ____________________________________________________________________________
32504 [  8993] By: jhi                                   on 2001/03/02  23:22:12
32505         Log: Regenerate various files for maint.
32506      Branch: maint-5.6/perl
32507            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
32508            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
32509 ____________________________________________________________________________
32510 [  8992] By: alanbur                               on 2001/03/02  22:48:34
32511         Log: Resync wuth parent
32512      Branch: maint-5.6/pureperl
32513           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
32514           !> (integrate 60 files)
32515 ____________________________________________________________________________
32516 [  8991] By: jhi                                   on 2001/03/02  21:00:08
32517         Log: Retract the #8742 part of #8986, backward compat.
32518      Branch: maint-5.6/perl
32519            ! embed.pl
32520 ____________________________________________________________________________
32521 [  8990] By: jhi                                   on 2001/03/02  20:40:07
32522         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
32523      Branch: maint-5.6/perl
32524            ! hv.c
32525 ____________________________________________________________________________
32526 [  8989] By: jhi                                   on 2001/03/02  19:59:56
32527         Log: Update Changes.
32528      Branch: perl
32529            ! Changes patchlevel.h
32530 ____________________________________________________________________________
32531 [  8988] By: jhi                                   on 2001/03/02  19:57:08
32532         Log: Integrate perlio.
32533      Branch: perl
32534           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32535           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32536           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32537           !> ext/Encode/Encode/iso8859-10.ucm
32538           !> ext/Encode/Encode/iso8859-13.ucm
32539           !> ext/Encode/Encode/iso8859-14.ucm
32540           !> ext/Encode/Encode/iso8859-15.ucm
32541           !> ext/Encode/Encode/iso8859-16.ucm
32542           !> ext/Encode/Encode/iso8859-2.ucm
32543           !> ext/Encode/Encode/iso8859-3.ucm
32544           !> ext/Encode/Encode/iso8859-4.ucm
32545           !> ext/Encode/Encode/iso8859-5.ucm
32546           !> ext/Encode/Encode/iso8859-6.ucm
32547           !> ext/Encode/Encode/iso8859-7.ucm
32548           !> ext/Encode/Encode/iso8859-8.ucm
32549           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32550           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
32551 ____________________________________________________________________________
32552 [  8987] By: jhi                                   on 2001/03/02  19:43:40
32553         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
32554              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
32555              8950,8952,8955 from mainline to maintperl.
32556              
32557              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
32558              
32559              Put to rest the 20010205.001, the email address checking (not) regex.
32560              
32561              fork() not everywhere, cleanup temp files.
32562              
32563              The #8843 wasn't quite right: %Config needs to imported.
32564              
32565              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
32566              (#8849: the glob-basic hunk needed massaging as it depended
32567              on Schwern's large-scale (unintegrated) patches)
32568              
32569              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
32570              
32571              Upgrade to CGI.pm 2.752, from Lincoln Stein.
32572              (Note: there were some conflicts due to EBCDIC and EPOC
32573              patches, in general I preferred the repository code.)
32574              (When 2.753 comes out, we need to synchronize.)
32575              
32576              Subject: [PATCH] fix for charnames above FFFF
32577              
32578              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
32579              
32580              If no sfio, no -lsfio.
32581              
32582              Run run/*.t also in minitest.
32583              
32584              Subject:  [PATCH perl 5.7.0] malloc message address offset
32585              
32586              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
32587              
32588              Subject: fix for parameter -Dm (for perl@8867)
32589              
32590              Subject: [PATCH: perl@8892] was Re: hashing order difference?
32591              (make the test more portable)
32592              
32593              Subject: Re: [PATCH] fix for charnames above FFFF
32594              
32595              Subject: Re: I'm losing the war...
32596              (hv_store() not working correctly in ENV_IS_CASELESS case.)
32597              
32598              Subject: Modified README.bs2000 
32599              
32600              Subject: [PATCH: perl@8935] -Dt padsv($var)
32601              
32602              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
32603              
32604              Subject: PATCH: extra tests to check on negative float to unsigned cast
32605              
32606              Subject: [PATCH] XPUSH[insp] was Re: progress
32607              
32608              Subject: Re: Compile with perlcc..
32609      Branch: maint-5.6/perl
32610           !> (integrate 36 files)
32611 ____________________________________________________________________________
32612 [  8986] By: jhi                                   on 2001/03/02  18:51:25
32613         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
32614              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
32615              to maintperl.
32616              
32617              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
32618              
32619              Subject: [DOC PATCH] overload.pm nits
32620              
32621              Add header for LIB$ prototypes (C. Berry)
32622              
32623              Convert fwrite()s to sockets to write()s, since some socket stacks
32624              don't take kindly to stdio.
32625              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
32626              (for often optional LNMs)
32627              Correct a few typos
32628              (C. Bailey)
32629              
32630              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
32631              
32632              De-cut-and-pasto.
32633              
32634              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
32635              
32636              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
32637              
32638              Upgrade to CPAN 1.59_54, from Andreas König.
32639              
32640              Bogus shebang.
32641              
32642              Subject: [PATCH] Document makepatch in Porting/patching
32643              
32644              UTF-8 documentation.
32645              
32646              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
32647              
32648              Sort the MANIFEST.
32649              
32650              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
32651              
32652              Subject: [PATCH @8807] toke.c cleanup: scan_str()
32653              
32654              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
32655              
32656              Add run/*.t to testables.
32657              
32658              TODO: integrate #8784.
32659      Branch: maint-5.6/perl
32660           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
32661           !> (integrate 28 files)
32662 ____________________________________________________________________________
32663 [  8985] By: nick                                  on 2001/03/02  18:15:45
32664         Log: Integrate mainline
32665      Branch: perlio
32666           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
32667           !> vms/vms.c
32668 ____________________________________________________________________________
32669 [  8984] By: jhi                                   on 2001/03/02  16:00:17
32670         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
32671              
32672              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
32673              5.004_05, and mention the suidperl August 2000 security problem.
32674              (#8978,#8981)
32675              
32676              Subject: [ID 20010301.004] Technically speaking in perldata
32677              
32678              Subject: [PATCH] File::Copy for bleadperl, maintperl
32679              
32680              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
32681              
32682              (The #8982, fix for 20010221.005 and 20010221.008,
32683              would be nice too but it didn't integrate cleanly.)
32684      Branch: maint-5.6/perl
32685           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
32686 ____________________________________________________________________________
32687 [  8983] By: jhi                                   on 2001/03/02  15:51:16
32688         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
32689              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32690              Date:     Thu, 1 Mar 2001 15:54:09 EST
32691              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
32692      Branch: perl
32693            ! vms/vms.c
32694 ____________________________________________________________________________
32695 [  8982] By: jhi                                   on 2001/03/02  15:43:31
32696         Log: Subject: Re: sync sync sync: have I missed any patches?
32697              From: Radu Greab <radu@netsoft.ro> 
32698              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
32699              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
32700              
32701              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
32702              was checking argv[0] regardless of whether a different pathname
32703              will actually be executed."  Test case not supplied because 
32704              drafting that, ironically enough, revealed another bug
32705              (or a feature).
32706      Branch: perl
32707            ! doio.c
32708 ____________________________________________________________________________
32709 [  8981] By: jhi                                   on 2001/03/02  15:28:03
32710         Log: Misdate in #8978.
32711      Branch: perl
32712            ! pod/perlfaq1.pod
32713 ____________________________________________________________________________
32714 [  8980] By: jhi                                   on 2001/03/02  15:24:20
32715         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
32716              From: Chris Nandor <pudge@pobox.com>
32717              Date: Wed, 28 Feb 2001 22:10:15 -0500
32718              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
32719      Branch: perl
32720            ! lib/File/Copy.pm
32721 ____________________________________________________________________________
32722 [  8979] By: jhi                                   on 2001/03/02  15:17:16
32723         Log: Subject: [ID 20010301.004] Technically speaking in perldata
32724              From: abela@geneanet.org
32725              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
32726              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
32727      Branch: perl
32728            ! pod/perldata.pod
32729 ____________________________________________________________________________
32730 [  8978] By: jhi                                   on 2001/03/02  15:15:27
32731         Log: Subject: [ID 20010301.003] ref to 5.004
32732              From: abela@geneanet.org
32733              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
32734              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
32735              
32736              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
32737              and mention the suidperl August 2000 security problem.
32738      Branch: perl
32739            ! pod/perlfaq1.pod
32740 ____________________________________________________________________________
32741 [  8977] By: alanbur                               on 2001/03/02  14:17:45
32742         Log: Resynchronised with parent
32743      Branch: maint-5.6/pureperl
32744           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
32745           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
32746           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
32747           !> vms/descrip_mms.template win32/win32.c win32/win32.h
32748           !> win32/win32iop.h
32749 ____________________________________________________________________________
32750 [  8976] By: nick                                  on 2001/03/01  23:25:30
32751         Log: Integrate mainline.
32752      Branch: perlio
32753            - t/op/qu.t
32754           !> (integrate 55 files)
32755 ____________________________________________________________________________
32756 [  8975] By: jhi                                   on 2001/03/01  16:51:34
32757         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
32758      Branch: perl
32759           !> toke.c
32760 ____________________________________________________________________________
32761 [  8974] By: gsar                                  on 2001/03/01  16:28:21
32762         Log: fix for bugid 20010226.008
32763              
32764              the problem was that some of the pointers (PL_last_lop and
32765              PL_last_uni specifically) into the lex buffers weren't correctly
32766              being invalidated when the buffer changed; this would leave the
32767              pointers pointing at an arbitrary location in the buffer if
32768              the buffer didn't need to be reallocated, or point into freed
32769              memory if the buffer had to be realloced
32770              
32771              TODO item for bugdb maintainers: check other seemingly random
32772              parser-related bugs--they might be cured by this
32773      Branch: maint-5.6/perl
32774            ! toke.c
32775 ____________________________________________________________________________
32776 [  8973] By: jhi                                   on 2001/03/01  02:23:25
32777         Log: Retract #8970 because of a completely mysterious core dump:
32778              adding the tests 241..244 causes op/pat dump core at test #25.
32779              The test needs a lot of whittling down before the bug can be solved.
32780      Branch: perl
32781            ! t/op/pat.t
32782 ____________________________________________________________________________
32783 [  8972] By: jhi                                   on 2001/03/01  01:58:38
32784         Log: Regen perlapi.
32785      Branch: perl
32786            ! pod/perlapi.pod
32787 ____________________________________________________________________________
32788 [  8971] By: jhi                                   on 2001/03/01  01:34:09
32789         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))
32790              From: Nicholas Clark <nick@ccl4.org>
32791              Date: Wed, 28 Feb 2001 23:28:49 +0000
32792              Message-ID: <20010228232849.A55187@plum.flirble.org>
32793              
32794              Allow a completely write protected source code tree
32795              when using the Configure -Dmksymlinks.
32796      Branch: perl
32797            ! embed.pl warnings.pl
32798 ____________________________________________________________________________
32799 [  8970] By: jhi                                   on 2001/03/01  01:32:04
32800         Log: Add back the EBCDIC character range tests (for matching).
32801      Branch: perl
32802            ! t/op/pat.t
32803 ____________________________________________________________________________
32804 [  8969] By: nick                                  on 2001/02/28  18:18:01
32805         Log: Add charname comments to .ucm files writen by 'compile',
32806              also order charmaps in those files by source encoding.
32807              regenerate distrubuted .ucm files
32808      Branch: perlio
32809            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32810            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32811            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32812            ! ext/Encode/Encode/iso8859-10.ucm
32813            ! ext/Encode/Encode/iso8859-13.ucm
32814            ! ext/Encode/Encode/iso8859-14.ucm
32815            ! ext/Encode/Encode/iso8859-15.ucm
32816            ! ext/Encode/Encode/iso8859-16.ucm
32817            ! ext/Encode/Encode/iso8859-2.ucm
32818            ! ext/Encode/Encode/iso8859-3.ucm
32819            ! ext/Encode/Encode/iso8859-4.ucm
32820            ! ext/Encode/Encode/iso8859-5.ucm
32821            ! ext/Encode/Encode/iso8859-6.ucm
32822            ! ext/Encode/Encode/iso8859-7.ucm
32823            ! ext/Encode/Encode/iso8859-8.ucm
32824            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32825            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
32826 ____________________________________________________________________________
32827 [  8968] By: jhi                                   on 2001/02/28  16:26:37
32828         Log: Expand usemorebits early if d_casti32 needs to be undefined.
32829      Branch: perl
32830            ! hints/hpux.sh hints/irix_6.sh
32831 ____________________________________________________________________________
32832 [  8967] By: jhi                                   on 2001/02/28  16:22:26
32833         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
32834              retract toke.c/qu parts of #8583, retract #8485, retract
32835              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
32836              op/length.t, and MANIFEST, and delete t/op/qu.t.
32837      Branch: perl
32838            - t/op/qu.t
32839            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
32840            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
32841            ! t/op/length.t toke.c
32842 ____________________________________________________________________________
32843 [  8966] By: jhi                                   on 2001/02/28  15:00:27
32844         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
32845              by not changing from pre-Unicode days into being Unicode-aware.
32846              Sniff.
32847      Branch: perl
32848            ! pp.c t/op/pack.t t/op/qu.t
32849 ____________________________________________________________________________
32850 [  8965] By: jhi                                   on 2001/02/28  14:37:55
32851         Log: Subject: Re: Errors in core PODs
32852              From: Michael Stevens <michael@etla.org> 
32853              Date: Fri, 23 Feb 2001 15:47:56 +0000
32854              Message-ID: <20010223154756.A7723@firedrake.org> 
32855      Branch: perl
32856            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
32857            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
32858            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
32859            ! x2p/a2p.pod
32860 ____________________________________________________________________________
32861 [  8964] By: jhi                                   on 2001/02/28  14:35:35
32862         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
32863              (The #8961 was too bold.)
32864      Branch: perl
32865            ! hints/hpux.sh hints/irix_6.sh
32866 ____________________________________________________________________________
32867 [  8963] By: jhi                                   on 2001/02/28  14:33:39
32868         Log: Subject: Re: sync sync sync: have I missed any patches?
32869              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32870              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
32871              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
32872              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
32873              
32874              Replace djSP with dSP.
32875      Branch: perl
32876            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
32877            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
32878            ! win32/perlhost.h
32879 ____________________________________________________________________________
32880 [  8962] By: jhi                                   on 2001/02/27  23:21:14
32881         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
32882      Branch: perl
32883            ! lib/Filter/Simple.pm
32884 ____________________________________________________________________________
32885 [  8961] By: jhi                                   on 2001/02/27  22:55:26
32886         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
32887              and this would be it.
32888      Branch: perl
32889            ! hints/hpux.sh hints/irix_6.sh
32890 ____________________________________________________________________________
32891 [  8960] By: jhi                                   on 2001/02/27  22:51:33
32892         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
32893              From: "Craig A. Berry" <craigberry@mac.com>
32894              Date: Tue, 27 Feb 2001 16:11:44 -0600
32895              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
32896      Branch: maint-5.6/perl
32897            ! configure.com vms/descrip_mms.template
32898 ____________________________________________________________________________
32899 [  8959] By: jhi                                   on 2001/02/27  22:47:23
32900         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
32901              From: "Craig A. Berry" <craigberry@mac.com>
32902              Date: Tue, 27 Feb 2001 16:11:44 -0600
32903              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
32904      Branch: perl
32905            ! configure.com vms/descrip_mms.template
32906 ____________________________________________________________________________
32907 [  8958] By: jhi                                   on 2001/02/27  15:16:42
32908         Log: Update Changes.
32909      Branch: perl
32910            ! Changes patchlevel.h
32911 ____________________________________________________________________________
32912 [  8957] By: jhi                                   on 2001/02/27  06:15:07
32913         Log: Subject: [5.6.x] EPOC additions
32914              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32915              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
32916              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
32917      Branch: maint-5.6/perl
32918            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
32919 ____________________________________________________________________________
32920 [  8956] By: jhi                                   on 2001/02/27  06:12:11
32921         Log: Subject: [perl-current] EPOC 
32922              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32923              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
32924              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
32925      Branch: perl
32926            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
32927            ! epoc/epocish.c epoc/epocish.h pp_sys.c
32928 ____________________________________________________________________________
32929 [  8955] By: jhi                                   on 2001/02/27  05:59:50
32930         Log: Subject: Re: Compile with perlcc..
32931              From: Edward Peschko <edwardp@excitehome.net>
32932              Date: Mon, 26 Feb 2001 18:51:58 -0800
32933              Message-ID: <20010226185158.A9871@excitehome.net>
32934              
32935              plus add a simple usage message if no arguments given.
32936      Branch: perl
32937            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
32938            ! utils/Makefile utils/perlcc.PL win32/pod.mak
32939 ____________________________________________________________________________
32940 [  8954] By: nick                                  on 2001/02/26  21:02:59
32941         Log: Integrate mainline
32942      Branch: perlio
32943           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
32944           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
32945           !> t/op/sprintf.t
32946 ____________________________________________________________________________
32947 [  8953] By: jhi                                   on 2001/02/26  14:43:54
32948         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
32949              From: Nicholas Clark <nick@ccl4.org>
32950              Date: Mon, 26 Feb 2001 00:42:07 +0000
32951              Message-ID: <20010226004207.F23333@plum.flirble.org>
32952      Branch: perl
32953            ! pp_ctl.c
32954 ____________________________________________________________________________
32955 [  8952] By: jhi                                   on 2001/02/26  14:42:13
32956         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
32957              From: Simon Cozens <simon@netthink.co.uk>
32958              Date: Mon, 26 Feb 2001 12:23:48 +0000
32959              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
32960      Branch: perl
32961            ! pod/perlguts.pod
32962 ____________________________________________________________________________
32963 [  8951] By: jhi                                   on 2001/02/26  14:39:15
32964         Log: Subject: [PATCH] perlio - unknown layer
32965              From: Nicholas Clark <nick@ccl4.org>
32966              Date: Mon, 26 Feb 2001 00:27:19 +0000
32967              Message-ID: <20010226002719.E23333@plum.flirble.org>
32968      Branch: perl
32969            ! perlio.c
32970 ____________________________________________________________________________
32971 [  8950] By: jhi                                   on 2001/02/26  14:38:04
32972         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
32973              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
32974              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
32975              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
32976      Branch: perl
32977            ! t/op/bop.t
32978 ____________________________________________________________________________
32979 [  8949] By: jhi                                   on 2001/02/26  14:37:07
32980         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
32981              From: Peter Prymmer <pvhp@forte.com>
32982              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
32983              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
32984      Branch: perl
32985            ! lib/Test.pm
32986 ____________________________________________________________________________
32987 [  8948] By: jhi                                   on 2001/02/26  14:35:53
32988         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
32989              From: Radu Greab <radu@netsoft.ro>
32990              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
32991              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
32992      Branch: perl
32993            ! pod/perlop.pod
32994 ____________________________________________________________________________
32995 [  8947] By: jhi                                   on 2001/02/26  14:34:46
32996         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
32997              From: David Mitchell <davem@fdgroup.co.uk>
32998              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
32999              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
33000      Branch: perl
33001            ! run.c
33002 ____________________________________________________________________________
33003 [  8946] By: jhi                                   on 2001/02/26  14:32:37
33004         Log: Subject: Modified README.bs2000 
33005              From: Dorner Thomas <Thomas.Dorner@start.de>
33006              Date: Mon, 26 Feb 2001 09:22:17 +0100
33007              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
33008      Branch: perl
33009            ! README.bs2000
33010 ____________________________________________________________________________
33011 [  8945] By: jhi                                   on 2001/02/26  14:19:53
33012         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
33013              to maintperl, listing the known failures on the tests 129 and 130.
33014      Branch: maint-5.6/perl
33015           !> t/op/sprintf.t
33016 ____________________________________________________________________________
33017 [  8944] By: jhi                                   on 2001/02/26  14:14:15
33018         Log: Add more known sprintf failures.
33019      Branch: perl
33020            ! t/op/sprintf.t
33021 ____________________________________________________________________________
33022 [  8943] By: jhi                                   on 2001/02/26  13:56:22
33023         Log: perlglob.exe needs to be found in Win32, patch from
33024              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
33025              which needs external glob at mini-perl time."
33026      Branch: perl
33027            ! ext/Encode/compile
33028 ____________________________________________________________________________
33029 [  8942] By: jhi                                   on 2001/02/26  13:52:19
33030         Log: A missing dTHX from Vadim Konovalov.
33031      Branch: perl
33032            ! perlio.c
33033 ____________________________________________________________________________
33034 [  8941] By: jhi                                   on 2001/02/26  13:37:05
33035         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
33036      Branch: perl
33037            ! op.c
33038 ____________________________________________________________________________
33039 [  8940] By: jhi                                   on 2001/02/26  13:35:40
33040         Log: Integrate perlio.
33041      Branch: perl
33042           !> ext/Encode/Encode.pm
33043 ____________________________________________________________________________
33044 [  8939] By: nick                                  on 2001/02/25  23:47:09
33045         Log: Integrate mainline.
33046      Branch: perlio
33047           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
33048           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
33049 ____________________________________________________________________________
33050 [  8938] By: nick                                  on 2001/02/25  19:36:28
33051         Log: Encode implementations docs.
33052      Branch: perlio
33053            ! ext/Encode/Encode.pm
33054 ____________________________________________________________________________
33055 [  8937] By: jhi                                   on 2001/02/25  19:26:16
33056         Log: Script wasn't aligned with reality.
33057      Branch: perl
33058            ! t/pod/find.t
33059 ____________________________________________________________________________
33060 [  8936] By: jhi                                   on 2001/02/25  18:54:55
33061         Log: Update Changes.
33062      Branch: perl
33063            ! Changes patchlevel.h
33064 ____________________________________________________________________________
33065 [  8935] By: jhi                                   on 2001/02/25  18:46:36
33066         Log: Retract #8929,8930,8932,8933 for now.
33067      Branch: perl
33068            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
33069 ____________________________________________________________________________
33070 [  8934] By: jhi                                   on 2001/02/25  17:34:35
33071         Log: Integrate perlio.
33072      Branch: perl
33073           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
33074           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
33075           !> t/lib/encode.t
33076 ____________________________________________________________________________
33077 [  8933] By: jhi                                   on 2001/02/25  17:33:12
33078         Log: (Retracted by #8395.)
33079              
33080              Slight tweaks in scan_const(), not fixes yet, it seems like
33081              lots of work remains to be done...
33082      Branch: perl
33083            ! toke.c
33084 ____________________________________________________________________________
33085 [  8932] By: jhi                                   on 2001/02/25  17:27:11
33086         Log: (Retracted by #8395.)
33087              
33088              Missing from #8930.
33089      Branch: perl
33090            ! perl.h
33091 ____________________________________________________________________________
33092 [  8931] By: jhi                                   on 2001/02/25  17:26:19
33093         Log: A comment tweak.
33094      Branch: perl
33095            ! utf8.c
33096 ____________________________________________________________________________
33097 [  8930] By: jhi                                   on 2001/02/25  17:25:47
33098         Log: (Retracted by #8395.)
33099              
33100              Attempt to fix the EBCDIC character range problwm with //.
33101      Branch: perl
33102            ! regcomp.c
33103 ____________________________________________________________________________
33104 [  8929] By: jhi                                   on 2001/02/25  17:23:45
33105         Log: (Retracted by #8395.)
33106              
33107              Expand the EBCDIC character range tests, and add few nasty
33108              tr tests from Karsten Sperling.
33109      Branch: perl
33110            ! t/op/pat.t t/op/tr.t
33111 ____________________________________________________________________________
33112 [  8928] By: jhi                                   on 2001/02/25  17:18:49
33113         Log: Missing check-in.
33114      Branch: perl
33115            ! lib/Pod/Find.pm
33116 ____________________________________________________________________________
33117 [  8927] By: nick                                  on 2001/02/25  11:30:22
33118         Log: Change method names in Encode implementation classes to something
33119              less confusing (preparing to "go public").
33120      Branch: perlio
33121            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
33122 ____________________________________________________________________________
33123 [  8926] By: nick                                  on 2001/02/25  10:53:24
33124         Log: GCC __atribute__ / printf fix
33125      Branch: perlio
33126            ! perl.h
33127 ____________________________________________________________________________
33128 [  8925] By: nick                                  on 2001/02/25  10:52:25
33129         Log: Checked in the wrong one ...
33130      Branch: perlio
33131            ! ext/Encode/Encode.pm
33132 ____________________________________________________________________________
33133 [  8924] By: nick                                  on 2001/02/24  18:46:51
33134         Log: Integrate mainline - to see what Jarkko has in ...
33135      Branch: perlio
33136           +> t/pod/testpods/lib/Pod/Stuff.pm
33137           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
33138 ____________________________________________________________________________
33139 [  8923] By: nick                                  on 2001/02/24  17:05:23
33140         Log: Encode API documentation nd tidy up.
33141              Minor additions to test.
33142              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
33143              Adds STRLEN to standard typemap.
33144      Branch: perlio
33145            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
33146            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
33147 ____________________________________________________________________________
33148 [  8922] By: jhi                                   on 2001/02/24  16:38:12
33149         Log: Add a test for the "character range should match in EBCDIC
33150              if specified using explicit numerics" bug found by Karsten
33151              Sperling.
33152      Branch: perl
33153            ! t/op/pat.t
33154 ____________________________________________________________________________
33155 [  8921] By: jhi                                   on 2001/02/24  16:30:16
33156         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
33157              From: schwern@pobox.com
33158              Date: Fri, 23 Feb 2001 03:21:37 -0500
33159              Message-ID: <20010223032137.A26022@magnonel.guild.net>
33160              
33161              plus Charles Lane's fixes, plus tweaks.
33162      Branch: perl
33163            + t/pod/testpods/lib/Pod/Stuff.pm
33164            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
33165 ____________________________________________________________________________
33166 [  8920] By: nick                                  on 2001/02/24  10:30:11
33167         Log: Integrate mainline
33168      Branch: perlio
33169           !> (integrate 33 files)
33170 ____________________________________________________________________________
33171 [  8919] By: jhi                                   on 2001/02/24  00:23:35
33172         Log: Subject: Re: I'm losing the war...
33173              From: "Vadim Konovalov" <watman@inbox.ru>
33174              Date: Sat, 24 Feb 2001 00:10:14 +0300
33175              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
33176              
33177              hv_store() not working correctly in ENV_IS_CASELESS case.
33178      Branch: perl
33179            ! hv.c
33180 ____________________________________________________________________________
33181 [  8918] By: jhi                                   on 2001/02/24  00:20:09
33182         Log: Subject: Re: [PATCH] fix for charnames above FFFF
33183              From: andreas.koenig@anima.de (Andreas J. Koenig)
33184              Date: 23 Feb 2001 02:39:03 +0100
33185              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
33186              
33187              A further efficiency tweak.
33188      Branch: perl
33189            ! lib/charnames.pm
33190 ____________________________________________________________________________
33191 [  8917] By: jhi                                   on 2001/02/23  20:27:51
33192         Log: Integrate change #8916 from mainline,
33193              do away with USE_WIN32_RTL_ENV.
33194      Branch: maint-5.6/perl
33195           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
33196 ____________________________________________________________________________
33197 [  8916] By: jhi                                   on 2001/02/23  20:02:25
33198         Log: Abolish USE_WIN32_RTL_ENV.
33199      Branch: perl
33200            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
33201 ____________________________________________________________________________
33202 [  8915] By: jhi                                   on 2001/02/23  19:36:00
33203         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
33204              later protected by some #define.
33205      Branch: perl
33206            ! gv.c
33207 ____________________________________________________________________________
33208 [  8914] By: jhi                                   on 2001/02/23  19:31:38
33209         Log: Retract #8902 for now, requested by Charles Lane, the correct
33210              fix will be something else.
33211      Branch: perl
33212            ! op.c
33213 ____________________________________________________________________________
33214 [  8913] By: jhi                                   on 2001/02/23  19:11:36
33215         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
33216              From: Peter Prymmer <pvhp@forte.com>
33217              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
33218              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
33219      Branch: perl
33220            ! t/op/lex_assign.t
33221 ____________________________________________________________________________
33222 [  8912] By: jhi                                   on 2001/02/23  18:38:20
33223         Log: Subject: [patch] perlio + useithreads
33224              From: Doug MacEachern <dougm@covalent.net>
33225              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
33226              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
33227              
33228              Gets things running but not complete.
33229      Branch: perl
33230            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
33231 ____________________________________________________________________________
33232 [  8911] By: jhi                                   on 2001/02/23  04:20:02
33233         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
33234              
33235              Duplicated environment freeing, File::Temp 0.12,
33236              op/append portability (EBCDIC) tweak.
33237      Branch: maint-5.6/perl
33238           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33239           !> t/op/append.t
33240 ____________________________________________________________________________
33241 [  8910] By: jhi                                   on 2001/02/23  02:07:33
33242         Log: Integrate change #8909 from mainline, a better Borland
33243              putenv() workaround.
33244      Branch: maint-5.6/perl
33245           !> perl.c
33246 ____________________________________________________________________________
33247 [  8909] By: jhi                                   on 2001/02/23  02:05:46
33248         Log: A better workaround for Borland putenv() brokenness from Sarathy.
33249      Branch: perl
33250            ! perl.c
33251 ____________________________________________________________________________
33252 [  8908] By: jhi                                   on 2001/02/23  02:04:14
33253         Log: Subject: fix for parameter -Dm (for perl@8867)
33254              From: "Vadim Konovalov" <watman@inbox.ru>
33255              Date: Thu, 22 Feb 2001 17:30:12 +0300
33256              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
33257      Branch: perl
33258            ! perl.h
33259 ____________________________________________________________________________
33260 [  8907] By: jhi                                   on 2001/02/23  01:58:20
33261         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
33262              From: Peter Prymmer <pvhp@forte.com>
33263              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
33264              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
33265      Branch: perl
33266            ! t/op/append.t
33267 ____________________________________________________________________________
33268 [  8906] By: jhi                                   on 2001/02/23  01:48:34
33269         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
33270      Branch: perl
33271            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33272 ____________________________________________________________________________
33273 [  8905] By: jhi                                   on 2001/02/23  01:43:30
33274         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
33275              From: Peter Prymmer <pvhp@forte.com>
33276              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
33277              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
33278      Branch: perl
33279            ! t/lib/st-06compat.t
33280 ____________________________________________________________________________
33281 [  8904] By: jhi                                   on 2001/02/23  01:42:39
33282         Log: Metaconfig unit change for #8903.
33283      Branch: metaconfig/U/perl
33284            ! Devel.U
33285 ____________________________________________________________________________
33286 [  8903] By: jhi                                   on 2001/02/23  01:42:12
33287         Log: Be more helpful for devel builders, suggested by John L. Allen.
33288      Branch: perl
33289            ! Configure
33290 ____________________________________________________________________________
33291 [  8902] By: jhi                                   on 2001/02/23  01:37:41
33292         Log: (Retracted by #8914)
33293              (Wrongly, reinstated by #8941)             
33294
33295              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
33296              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33297              Date:     Thu, 22 Feb 2001 09:43:57 EST
33298              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
33299      Branch: perl
33300            ! op.c
33301 ____________________________________________________________________________
33302 [  8901] By: jhi                                   on 2001/02/23  01:20:32
33303         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
33304              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33305              Date:     Thu, 22 Feb 2001 08:01:35 EST
33306              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
33307      Branch: perl
33308            ! malloc.c
33309 ____________________________________________________________________________
33310 [  8900] By: jhi                                   on 2001/02/23  01:18:02
33311         Log: Integrate changes #8898,8899 from mainline, environ handling.
33312      Branch: maint-5.6/perl
33313           !> perl.c
33314 ____________________________________________________________________________
33315 [  8899] By: jhi                                   on 2001/02/23  01:16:25
33316         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
33317              putenv() is not to be relied on, they are either broken or leaky
33318              or both.)
33319      Branch: perl
33320            ! perl.c
33321 ____________________________________________________________________________
33322 [  8898] By: jhi                                   on 2001/02/22  23:36:59
33323         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
33324              and safesysfree() must be used.
33325      Branch: perl
33326            ! perl.c
33327 ____________________________________________________________________________
33328 [  8897] By: jhi                                   on 2001/02/22  23:25:45
33329         Log: With environ one must use safesysmalloc()/safesysfree().
33330      Branch: perl
33331            ! perl.c
33332 ____________________________________________________________________________
33333 [  8896] By: jhi                                   on 2001/02/22  22:13:18
33334         Log: If we have a duplicated environment free it
33335              if PERL_DESTRUCT_LEVEL.
33336      Branch: perl
33337            ! perl.c
33338 ____________________________________________________________________________
33339 [  8895] By: alanbur                               on 2001/02/22  19:31:57
33340         Log: Synchronised with parent
33341      Branch: maint-5.6/pureperl
33342           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
33343 ____________________________________________________________________________
33344 [  8894] By: gsar                                  on 2001/02/22  19:06:18
33345         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
33346              
33347              fix memory leak in method call optimization (change#3768);
33348              made C<eval "$x->foo()"> leak
33349              
33350              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
33351      Branch: maint-5.6/perl
33352           !> op.c
33353 ____________________________________________________________________________
33354 [  8893] By: jhi                                   on 2001/02/22  18:35:27
33355         Log: (Retracted by #8915.)
33356              
33357              Third Degree finding:
33358              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
33359      Branch: perl
33360            ! gv.c
33361 ____________________________________________________________________________
33362 [  8892] By: jhi                                   on 2001/02/22  14:28:32
33363         Log: Update Changes.
33364      Branch: perl
33365            ! Changes patchlevel.h
33366 ____________________________________________________________________________
33367 [  8891] By: jhi                                   on 2001/02/22  13:22:45
33368         Log: Metaconfig unit changes for #8890.
33369      Branch: metaconfig
33370            ! U/modified/Cppsym.U U/threads/archname.U
33371 ____________________________________________________________________________
33372 [  8890] By: jhi                                   on 2001/02/22  13:22:12
33373         Log: Add -stdio to the archname if no perlio selected,
33374              no -perlio added since that is now the default.
33375              
33376              Add few CPUs/architectures to the Cppsym scan.
33377      Branch: perl
33378            ! Configure config_h.SH
33379 ____________________________________________________________________________
33380 [  8889] By: jhi                                   on 2001/02/22  13:05:59
33381         Log: Metaconfig unit change for #8888.
33382      Branch: metaconfig/U/perl
33383            ! useperlio.U
33384 ____________________________________________________________________________
33385 [  8888] By: jhi                                   on 2001/02/22  13:05:28
33386         Log: *drum roll*  Make perlio the default.
33387      Branch: perl
33388            ! Configure config_h.SH
33389 ____________________________________________________________________________
33390 [  8887] By: jhi                                   on 2001/02/22  12:50:52
33391         Log: Integrate change #8665 from maintperl to mainline,
33392              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
33393      Branch: perl
33394           !> ext/POSIX/POSIX.xs
33395 ____________________________________________________________________________
33396 [  8886] By: jhi                                   on 2001/02/22  12:49:24
33397         Log: Integrate changes #8883,8884 from mainline to maintperl.
33398              
33399              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
33400              Subject: Re: File::Temp::_gettemp warning
33401      Branch: maint-5.6/perl
33402           !> embed.h embed.pl lib/File/Temp.pm
33403 ____________________________________________________________________________
33404 [  8885] By: jhi                                   on 2001/02/22  12:43:59
33405         Log: Based on
33406              
33407              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
33408              From: schwab@suse.de
33409              Date: Thu, 22 Feb 2001 13:08:09 +0100
33410              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
33411              
33412              but the fix done slightly differently because the other
33413              half was already done in #8664.
33414      Branch: maint-5.6/perl
33415            ! ext/POSIX/POSIX.xs
33416 ____________________________________________________________________________
33417 [  8884] By: jhi                                   on 2001/02/22  12:37:15
33418         Log: Subject: Re: File::Temp::_gettemp warning
33419              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33420              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
33421              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
33422              
33423              This patch to File::Temp does two things:
33424              
33425              1. Fixes the problem with CGI::Carp when determining
33426              the Fcntl constants
33427              
33428              2. Removes most of the carps and consolidates them so that all the
33429              reasons are included in a single die that is caught by the test. This
33430              means that the correct skipping behaviour is displayed by the test.
33431      Branch: perl
33432            ! lib/File/Temp.pm
33433 ____________________________________________________________________________
33434 [  8883] By: jhi                                   on 2001/02/22  12:29:19
33435         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
33436              From: Peter Prymmer <pvhp@forte.com>
33437              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
33438              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
33439      Branch: perl
33440            ! embed.h embed.pl
33441 ____________________________________________________________________________
33442 [  8882] By: jhi                                   on 2001/02/21  19:41:33
33443         Log: Integrate change #8881 from mainlin to maintperl.
33444              
33445              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
33446      Branch: maint-5.6/perl
33447           !> op.c
33448 ____________________________________________________________________________
33449 [  8881] By: jhi                                   on 2001/02/21  19:38:57
33450         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
33451              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33452              Date:     Wed, 21 Feb 2001 13:08:03 EST
33453              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
33454      Branch: perl
33455            ! op.c
33456 ____________________________________________________________________________
33457 [  8880] By: jhi                                   on 2001/02/21  19:34:34
33458         Log: Retract #8875, cannot let go of the old semantics of unpack U
33459              without rethinking utf8decode.t.
33460      Branch: perl
33461            ! pp.c t/op/pack.t
33462 ____________________________________________________________________________
33463 [  8879] By: jhi                                   on 2001/02/21  19:08:02
33464         Log: Run run/*.t also in minitest.
33465      Branch: perl
33466            ! Makefile.SH
33467 ____________________________________________________________________________
33468 [  8878] By: nick                                  on 2001/02/21  18:55:37
33469         Log: Integrate mainline
33470      Branch: perlio
33471           !> (integrate 76 files)
33472 ____________________________________________________________________________
33473 [  8877] By: jhi                                   on 2001/02/21  15:09:33
33474         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
33475      Branch: metaconfig
33476            ! U/compline/nblock_io.U
33477      Branch: perl
33478            ! Configure config_h.SH
33479 ____________________________________________________________________________
33480 [  8876] By: jhi                                   on 2001/02/21  14:54:45
33481         Log: If no sfio, no -lsfio.
33482      Branch: metaconfig/U/perl
33483            ! d_sfio.U
33484      Branch: perl
33485            ! Configure config_h.SH
33486 ____________________________________________________________________________
33487 [  8875] By: jhi                                   on 2001/02/21  14:54:00
33488         Log: Make unpack C and unpack C truly equivalent.
33489      Branch: perl
33490            ! pp.c t/op/pack.t
33491 ____________________________________________________________________________
33492 [  8874] By: jhi                                   on 2001/02/21  14:26:02
33493         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
33494              From: Peter Prymmer <pvhp@forte.com>
33495              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
33496              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
33497      Branch: perl
33498            ! pod/perlport.pod
33499 ____________________________________________________________________________
33500 [  8873] By: jhi                                   on 2001/02/21  14:24:31
33501         Log: Subject: [PATCH] fix for charnames above FFFF
33502              From: andreas.koenig@anima.de (Andreas J. Koenig)
33503              Date: 21 Feb 2001 07:05:45 +0100
33504              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
33505      Branch: perl
33506            ! lib/charnames.pm t/lib/charnames.t
33507 ____________________________________________________________________________
33508 [  8872] By: jhi                                   on 2001/02/21  14:15:25
33509         Log: Integrate change #8868 from pureperl to mainline.
33510              
33511              Fixed reference count loop caused by sv_magic.
33512      Branch: perl
33513           !> sv.c
33514 ____________________________________________________________________________
33515 [  8871] By: jhi                                   on 2001/02/21  14:07:29
33516         Log: Integrate change #8868 from pureperl to maintperl.
33517              
33518              Fixed reference count loop caused by sv_magic.
33519      Branch: maint-5.6/perl
33520           !> sv.c
33521 ____________________________________________________________________________
33522 [  8870] By: jhi                                   on 2001/02/21  14:04:41
33523         Log: Put back the #8840, it was innocent.
33524      Branch: perl
33525            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33526            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
33527 ____________________________________________________________________________
33528 [  8869] By: jhi                                   on 2001/02/21  14:00:03
33529         Log: unpack("C", ...) was left slightly unfinished by #8865.
33530      Branch: perl
33531            ! pp.c t/op/pack.t
33532 ____________________________________________________________________________
33533 [  8868] By: alanbur                               on 2001/02/21  01:33:45
33534         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
33535              from gv_fetchpv to create single-character magic variables (e.g. $!),
33536              and it is passed a sv and the gv that contains the sv as the mg_obj
33537              value.  When sv_magic stores the mg_obj pointer it increments the gv
33538              refcount, thus causing a sv-gv pair that can't be freed.  There is
33539              already a check for sv == obj which is used to prevent such reference
33540              loops.  This change extends the check to cover the case described above.
33541      Branch: maint-5.6/pureperl
33542            ! sv.c
33543 ____________________________________________________________________________
33544 [  8867] By: jhi                                   on 2001/02/21  00:52:39
33545         Log: Update Changes.
33546      Branch: perl
33547            ! Changes patchlevel.h
33548 ____________________________________________________________________________
33549 [  8866] By: jhi                                   on 2001/02/21  00:34:20
33550         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
33551              (Note: there were some conflicts due to EBCDIC and EPOC
33552              patches, in general I preferred the repository code.)
33553              (When 2.753 comes out, we need to synchronize.)
33554      Branch: perl
33555            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
33556            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
33557            ! t/lib/cgi-html.t
33558 ____________________________________________________________________________
33559 [  8865] By: jhi                                   on 2001/02/21  00:24:22
33560         Log: Make pack("C", 0x100) to create Unicode, unless under the
33561              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
33562              will understand Unicode, unless you under know what.
33563      Branch: perl
33564            ! pp.c t/op/pack.t t/op/qu.t
33565 ____________________________________________________________________________
33566 [  8864] By: alanbur                               on 2001/02/20  22:35:34
33567         Log: Resynchronised with parent
33568      Branch: maint-5.6/pureperl
33569           !> README.win32 ext/GDBM_File/GDBM_File.pm
33570           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
33571           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
33572           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
33573           !> t/lib/sdbm.t util.c
33574 ____________________________________________________________________________
33575 [  8863] By: jhi                                   on 2001/02/20  20:55:11
33576         Log: Integrate change #8860,8861 from mainline into maintperl.
33577              
33578              "pseudo-literal j"
33579              
33580              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
33581      Branch: maint-5.6/perl
33582           !> lib/Test.pm pod/perlop.pod
33583 ____________________________________________________________________________
33584 [  8862] By: jhi                                   on 2001/02/20  20:30:07
33585         Log: Don't do casting between pointers pointing to differently sized
33586              integers.
33587      Branch: perl
33588            ! hv.c sv.c
33589 ____________________________________________________________________________
33590 [  8861] By: jhi                                   on 2001/02/20  19:53:44
33591         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
33592              From: Peter Prymmer <pvhp@forte.com>
33593              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
33594              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
33595      Branch: perl
33596            ! lib/Test.pm
33597 ____________________________________________________________________________
33598 [  8860] By: jhi                                   on 2001/02/20  19:48:02
33599         Log: "pseudo-literal j", a documentation glitch reported to Debian.
33600              The text recovered from Perl 5.005_03, and pseudo-literal replaced
33601              by "backtick string".
33602      Branch: perl
33603            ! pod/perlop.pod
33604 ____________________________________________________________________________
33605 [  8859] By: jhi                                   on 2001/02/20  19:15:46
33606         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
33607              from Chris Nandor.
33608      Branch: perl
33609            ! makedef.pl
33610 ____________________________________________________________________________
33611 [  8858] By: jhi                                   on 2001/02/20  17:36:53
33612         Log: Integrate pureperl changes #8844,8845,8850 to mainline
33613              (via maintperl #8855).
33614              
33615              Fixed %^H scoping bug
33616              
33617              Removed GV <-> CV refcount loop
33618              
33619              Removed %ENV refcount loop
33620      Branch: perl
33621           !> gv.c op.c perl.c pp.c scope.c
33622 ____________________________________________________________________________
33623 [  8857] By: jhi                                   on 2001/02/20  17:34:32
33624         Log: Integrate changes #8853,8854 from maintperl to mainline.
33625              
33626              EBDIC fixes, README.win32 Borland update.
33627      Branch: perl
33628           !> README.win32 handy.h util.c
33629 ____________________________________________________________________________
33630 [  8856] By: jhi                                   on 2001/02/20  17:33:16
33631         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
33632      Branch: maint-5.6/perl
33633           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
33634           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
33635           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
33636 ____________________________________________________________________________
33637 [  8855] By: jhi                                   on 2001/02/20  17:32:13
33638         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
33639              
33640              Fixed %^H scoping bug
33641              
33642              Removed GV <-> CV refcount loop
33643              
33644              Removed %ENV refcount loop
33645      Branch: maint-5.6/perl
33646           !> gv.c op.c perl.c pp.c scope.c
33647 ____________________________________________________________________________
33648 [  8854] By: jhi                                   on 2001/02/20  17:25:06
33649         Log: Subject: Addition to readme.win32 for Borland C++ compilers
33650              Date: Tue, 20 Feb 2001 02:15:25 +0300
33651              From: "Vadim Konovalov" <watman@inbox.ru>
33652              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
33653              
33654              Document Borland compiler misbehaviour.
33655      Branch: maint-5.6/perl
33656            ! README.win32
33657 ____________________________________________________________________________
33658 [  8853] By: jhi                                   on 2001/02/20  17:22:25
33659         Log: The assimilation of ebcdic.c didn't quite work at the first try,
33660              patches from Thomas Dorner.
33661      Branch: maint-5.6/perl
33662            ! handy.h util.c
33663 ____________________________________________________________________________
33664 [  8852] By: jhi                                   on 2001/02/20  17:20:15
33665         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
33666              From: Chris Nandor <pudge@pobox.com>
33667              Date: Tue, 20 Feb 2001 08:32:45 -0500
33668              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
33669      Branch: maint-5.6/perl
33670            ! makedef.pl mg.c
33671 ____________________________________________________________________________
33672 [  8851] By: jhi                                   on 2001/02/20  17:15:52
33673         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
33674      Branch: perl
33675            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
33676            ! t/lib/filter-util.t
33677 ____________________________________________________________________________
33678 [  8850] By: alanbur                               on 2001/02/20  17:12:40
33679         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
33680              and the magic pointer points back to the GV that contains the
33681              %ENV hash.  This creates a refcount loop that prevents members
33682              of %ENV from being freed correctly.  This change removes the
33683              refcount loop - the magic pointer was never used anyway, the
33684              only use of the magic was to check the type ('E') so that the
33685              appropriate environment manipulation code is called when %ENV
33686              is modified.
33687      Branch: maint-5.6/pureperl
33688            ! perl.c
33689 ____________________________________________________________________________
33690 [  8849] By: jhi                                   on 2001/02/20  17:12:20
33691         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
33692              From: "Craig A. Berry" <craigberry@mac.com>
33693              Date: Mon, 19 Feb 2001 23:36:12 -0600
33694              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
33695              
33696              Case-forgiving systems match TestInit.pm with TES*.
33697      Branch: perl
33698            ! t/lib/glob-basic.t
33699 ____________________________________________________________________________
33700 [  8848] By: jhi                                   on 2001/02/20  17:10:02
33701         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
33702      Branch: perl
33703            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
33704            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
33705            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
33706 ____________________________________________________________________________
33707 [  8847] By: jhi                                   on 2001/02/20  15:34:41
33708         Log: The #8843 wasn't quite right: %Config needs to imported.
33709      Branch: perl
33710            ! t/run/runenv.t
33711 ____________________________________________________________________________
33712 [  8846] By: jhi                                   on 2001/02/20  15:31:50
33713         Log: Retract the #8838 and #8840 for now because of
33714              the DB_File tie problem.
33715      Branch: perl
33716            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
33717            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
33718            ! proto.h sv.c
33719 ____________________________________________________________________________
33720 [  8845] By: alanbur                               on 2001/02/20  14:25:41
33721         Log: Removed GV <-> CV refcount loop
33722              CvGV(mycv) points to the parent GV of the CV, and was previously
33723              refcounted.  The pointer remains, but the refcounting has been removed
33724              as it causes a refcount loop between the CV and GV that means the CV
33725              can't ever be deleted.
33726      Branch: maint-5.6/pureperl
33727            ! gv.c op.c pp.c
33728 ____________________________________________________________________________
33729 [  8844] By: alanbur                               on 2001/02/20  14:23:13
33730         Log: Fixed %^H scoping bug
33731      Branch: maint-5.6/pureperl
33732            ! scope.c
33733 ____________________________________________________________________________
33734 [  8843] By: jhi                                   on 2001/02/19  13:38:08
33735         Log: fork() not everywhere, cleanup temp files.
33736      Branch: perl
33737            ! t/run/runenv.t
33738 ____________________________________________________________________________
33739 [  8842] By: alanbur                               on 2001/02/19  12:42:07
33740         Log: Resynchronised with parent
33741      Branch: maint-5.6/pureperl
33742           !> pod/perlfaq4.pod sv.c utf8.c
33743 ____________________________________________________________________________
33744 [  8841] By: jhi                                   on 2001/02/19  03:35:51
33745         Log: Update Changes.
33746      Branch: perl
33747            ! Changes patchlevel.h
33748 ____________________________________________________________________________
33749 [  8840] By: jhi                                   on 2001/02/19  00:23:41
33750         Log: Subject: [patch] add sv_setref_uv
33751              From: Doug MacEachern <dougm@covalent.net>
33752              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
33753              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
33754      Branch: perl
33755            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33756            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
33757 ____________________________________________________________________________
33758 [  8839] By: jhi                                   on 2001/02/19  00:01:38
33759         Log: Put to rest the 20010205.001, the email address checking (not) regex.
33760      Branch: perl
33761            ! pod/perlfaq9.pod
33762 ____________________________________________________________________________
33763 [  8838] By: jhi                                   on 2001/02/18  22:17:54
33764         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
33765              From: Doug MacEachern <dougm@covalent.net>
33766              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
33767              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
33768      Branch: perl
33769            ! lib/ExtUtils/xsubpp
33770 ____________________________________________________________________________
33771 [  8837] By: jhi                                   on 2001/02/18  22:16:50
33772         Log: Subject: [patch] -Wall cleanup round 2
33773              From: Doug MacEachern <dougm@covalent.net>
33774              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
33775              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
33776      Branch: perl
33777            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
33778            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
33779            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
33780            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
33781            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
33782            ! ext/SDBM_File/SDBM_File.xs
33783 ____________________________________________________________________________
33784 [  8836] By: jhi                                   on 2001/02/18  22:11:20
33785         Log: Misapplied regex optimizations when \C is present.
33786              Fixes 20001230.002.
33787              
33788              What still remains broken is that the submatches that
33789              have \C in them get their UTF8 flag on because their
33790              parent SV has it on.  This will result in malformed
33791              UTF8 if a \C happened to match a non-ASCII byte.
33792      Branch: perl
33793            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
33794            ! t/pragma/utf8.t
33795 ____________________________________________________________________________
33796 [  8835] By: jhi                                   on 2001/02/18  20:12:02
33797         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
33798              
33799              The hash key got wrongly UTF8fied.
33800      Branch: perl
33801            ! pod/perlapi.pod toke.c utf8.c
33802 ____________________________________________________________________________
33803 [  8834] By: jhi                                   on 2001/02/18  19:44:25
33804         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
33805              don't warn on magical or overloaded things.
33806      Branch: perl
33807            ! pp_hot.c
33808 ____________________________________________________________________________
33809 [  8833] By: nick                                  on 2001/02/18  19:31:22
33810         Log: Integrate mainline
33811      Branch: perlio
33812           +> t/TestInit.pm t/run/runenv.t
33813            - t/UTEST
33814           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
33815           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
33816           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
33817           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
33818           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
33819           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
33820           !> utf8.c
33821 ____________________________________________________________________________
33822 [  8832] By: jhi                                   on 2001/02/18  19:21:18
33823         Log: Integrate perlio.
33824      Branch: perl
33825           !> perlio.c pod/perldiag.pod
33826 ____________________________________________________________________________
33827 [  8831] By: jhi                                   on 2001/02/18  19:14:20
33828         Log: Integrate change #8827 from mainline.
33829              
33830              UTF8 tweaks.
33831      Branch: maint-5.6/perl
33832           !> sv.c utf8.c
33833 ____________________________________________________________________________
33834 [  8830] By: nick                                  on 2001/02/18  19:10:34
33835         Log: Apply the spirit of patch from Nick Clark:
33836              Subject: [PATCH] Re: extensions that provide layers
33837              From: Nicholas Clark <nick@ccl4.org>
33838              Date: Mon, 12 Feb 2001 16:43:51 +0000
33839              Message-Id: <20010212164350.Q3652@plum.flirble.org>
33840      Branch: perlio
33841            ! perlio.c pod/perldiag.pod
33842 ____________________________________________________________________________
33843 [  8829] By: jhi                                   on 2001/02/18  19:03:25
33844         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
33845              From: schwern@pobox.com 
33846              Date: Sun, 18 Feb 2001 13:44:35 -0500
33847              Message-ID: <20010218134435.A17544@magnonel.guild.net>
33848              
33849              Applied, but as t/TestInit.pm.
33850      Branch: perl
33851            + t/TestInit.pm
33852            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
33853            ! t/op/subst_wamp.t
33854 ____________________________________________________________________________
33855 [  8828] By: jhi                                   on 2001/02/18  18:43:52
33856         Log: Integrate perlio.
33857      Branch: perl
33858           !> perlio.c
33859 ____________________________________________________________________________
33860 [  8827] By: jhi                                   on 2001/02/18  18:41:33
33861         Log: UTF-8 tweaks.
33862      Branch: perl
33863            ! sv.c utf8.c
33864 ____________________________________________________________________________
33865 [  8826] By: nick                                  on 2001/02/18  17:40:59
33866         Log: Fix [ID 20010217.002]
33867              open FOO, "<:raw:perlio", ...
33868              :raw now inserts default base layer below itself.
33869              Also
33870              open FOO, "<:unix", ...
33871              works as well - but leaves buffer layer on stack under the unix layer.
33872      Branch: perlio
33873            ! perlio.c
33874 ____________________________________________________________________________
33875 [  8825] By: jhi                                   on 2001/02/18  17:15:39
33876         Log: Integrate perlio.
33877      Branch: perl
33878           !> perlio.c perliol.h
33879 ____________________________________________________________________________
33880 [  8824] By: jhi                                   on 2001/02/18  17:10:53
33881         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
33882              From: schwern@pobox.com
33883              Date: Sun, 18 Feb 2001 01:48:50 -0500
33884              Message-ID: <20010218014850.C19957@magnonel.guild.net>
33885      Branch: perl
33886            ! lib/Test/Harness.pm t/TEST t/op/chop.t
33887 ____________________________________________________________________________
33888 [  8823] By: jhi                                   on 2001/02/18  17:01:06
33889         Log: Add run/*.t to testables.
33890      Branch: perl
33891            ! t/TEST
33892 ____________________________________________________________________________
33893 [  8822] By: jhi                                   on 2001/02/18  16:58:58
33894         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
33895              From: schwern@pobox.com
33896              Date: Sun, 18 Feb 2001 01:11:35 -0500
33897              Message-ID: <20010218011135.A19957@magnonel.guild.net>
33898              
33899              Revive mjd's and Simon's PERL5OPT fix.
33900      Branch: perl
33901            + t/run/runenv.t
33902            ! MANIFEST perl.c
33903 ____________________________________________________________________________
33904 [  8821] By: jhi                                   on 2001/02/18  16:53:46
33905         Log: Subject: Re: Why t/TEST and not Test::Harness?
33906              From: schwern@pobox.com
33907              Date: Sat, 17 Feb 2001 22:44:44 -0500
33908              Message-ID: <20010217224444.A6679@magnonel.guild.net>
33909              
33910              Replace UTEST with TEST -utf8.
33911      Branch: perl
33912            - t/UTEST
33913            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
33914            ! t/lib/glob-basic.t
33915 ____________________________________________________________________________
33916 [  8820] By: nick                                  on 2001/02/18  13:06:16
33917         Log: Clean up a few core dumps when layers are used in unexpected ways.
33918              (Still not "right"...)
33919      Branch: perlio
33920            ! perlio.c perliol.h
33921 ____________________________________________________________________________
33922 [  8819] By: jhi                                   on 2001/02/18  02:25:55
33923         Log: Integrate change #8818 from maintperl, a FAQ nit.
33924      Branch: perl
33925           !> pod/perlfaq4.pod
33926 ____________________________________________________________________________
33927 [  8818] By: jhi                                   on 2001/02/18  02:24:50
33928         Log: FAQ nit from Chris Fedde.
33929      Branch: maint-5.6/perl
33930            ! pod/perlfaq4.pod
33931 ____________________________________________________________________________
33932 [  8817] By: nick                                  on 2001/02/17  18:20:14
33933         Log: Integrate mainline
33934      Branch: perlio
33935           +> lib/unicode/UCD.html lib/unicode/Unicode.html
33936           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
33937           +> pod/perlclib.pod
33938            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
33939            - lib/unicode/Unicode.301
33940           !> (integrate 324 files)
33941 ____________________________________________________________________________
33942 [  8816] By: jhi                                   on 2001/02/17  16:56:58
33943         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
33944      Branch: perl
33945            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33946            ! ext/Storable/Storable.xs t/lib/st-06compat.t
33947            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
33948 ____________________________________________________________________________
33949 [  8815] By: jhi                                   on 2001/02/17  16:40:07
33950         Log: Subject: [patch] -Wall
33951              From: Doug MacEachern <dougm@covalent.net>
33952              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
33953              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
33954      Branch: perl
33955            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
33956            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
33957 ____________________________________________________________________________
33958 [  8814] By: jhi                                   on 2001/02/16  19:27:18
33959         Log: Document qu better.
33960      Branch: perl
33961            ! pod/perlop.pod
33962 ____________________________________________________________________________
33963 [  8813] By: jhi                                   on 2001/02/15  13:54:37
33964         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
33965              From: Hugo <hv@crypt.compulink.co.uk>
33966              Date: Thu, 15 Feb 2001 13:39:49 +0000
33967              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
33968      Branch: perl
33969            ! toke.c
33970 ____________________________________________________________________________
33971 [  8812] By: alanbur                               on 2001/02/15  13:52:16
33972         Log: Resynchronised with parent
33973      Branch: maint-5.6/pureperl
33974            - ebcdic.c
33975           !> (integrate 36 files)
33976 ____________________________________________________________________________
33977 [  8811] By: jhi                                   on 2001/02/15  13:51:16
33978         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
33979              
33980              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
33981              From: Jan Dubois <JanD@ActiveState.com>
33982              Date: Wed, 31 Jan 2001 21:17:03 -0800
33983              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
33984              
33985              tweak change#8659 to keep it simple
33986              
33987              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
33988              From: Russ Allbery <rra@stanford.edu>
33989              Date: 14 Feb 2001 10:15:41 -0800
33990              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
33991              
33992              (8809 empty)
33993
33994              Upgrade to podlators 1.08, from Russ Allbery.
33995      Branch: perl
33996           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
33997           !> utils/perldoc.PL
33998 ____________________________________________________________________________
33999 [  8810] By: jhi                                   on 2001/02/15  13:35:08
34000         Log: Upgrade to podlators 1.08, from Russ Allbery.
34001      Branch: maint-5.6/perl
34002            ! lib/Pod/Man.pm lib/Pod/Text.pm
34003 ____________________________________________________________________________
34004 [  8809] By: jhi                                   on 2001/02/15  13:26:38
34005         Log: (accidentally empty check-in)
34006      Branch: maint-5.6/perl
34007            ! lib/Test/Harness.pm
34008 ____________________________________________________________________________
34009 [  8808] By: jhi                                   on 2001/02/15  13:23:47
34010         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
34011              From: Russ Allbery <rra@stanford.edu>
34012              Date: 14 Feb 2001 10:15:41 -0800
34013              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
34014              
34015              perldoc was hardcoding $Config{installscript}, which breaks
34016              when install* isn't where Perl ends up (such as with AFS).
34017              
34018              Use $Config{scriptdir} instead.
34019      Branch: maint-5.6/perl
34020            ! utils/perldoc.PL
34021 ____________________________________________________________________________
34022 [  8807] By: jhi                                   on 2001/02/14  14:37:27
34023         Log: Update Changes.
34024      Branch: perl
34025            ! Changes patchlevel.h
34026 ____________________________________________________________________________
34027 [  8806] By: jhi                                   on 2001/02/14  14:25:31
34028         Log: Integrate changes #8803,8804,8805 from mainline.
34029              
34030              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
34031              
34032              Don't skip too much of the locale error message if no environ array,
34033              from Chris Nandor.
34034              
34035              More MacOS Classic fixes from Chris Nandor.
34036      Branch: maint-5.6/perl
34037           !> doop.c lib/Cwd.pm perl.c perl.h util.c
34038 ____________________________________________________________________________
34039 [  8805] By: jhi                                   on 2001/02/14  03:29:01
34040         Log: More MacOS Classic fixes from Chris Nandor.
34041      Branch: perl
34042            ! doop.c lib/Cwd.pm
34043 ____________________________________________________________________________
34044 [  8804] By: jhi                                   on 2001/02/14  03:18:35
34045         Log: Don't skip too much of the locale error message if no environ array,
34046              from Chris Nandor.
34047      Branch: perl
34048            ! util.c
34049 ____________________________________________________________________________
34050 [  8803] By: jhi                                   on 2001/02/14  03:14:14
34051         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
34052      Branch: perl
34053            ! perl.c perl.h
34054 ____________________________________________________________________________
34055 [  8802] By: jhi                                   on 2001/02/13  18:31:33
34056         Log: AUTHORS update.
34057      Branch: perl
34058            ! AUTHORS
34059 ____________________________________________________________________________
34060 [  8801] By: jhi                                   on 2001/02/13  17:55:19
34061         Log: Integrate change #8792 from mainline.
34062              
34063              Subject: buncha MacPerl patches for bleadperl
34064              From: Chris Nandor <pudge@pobox.com>
34065              Date: Tue, 13 Feb 2001 00:02:43 -0500
34066              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
34067      Branch: maint-5.6/perl
34068           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34069           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
34070           !> t/lib/basename.t toke.c util.h
34071 ____________________________________________________________________________
34072 [  8800] By: jhi                                   on 2001/02/13  17:46:43
34073         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
34074              to be forced to Off_t.
34075              
34076              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
34077              From: nick@ccl4.org
34078              Date: Thu, 1 Feb 2001 12:01:04 +0000
34079              Message-Id: <20010201120103.E11401@plum.flirble.org>
34080      Branch: maint-5.6/perl
34081            ! iperlsys.h perlio.c
34082 ____________________________________________________________________________
34083 [  8799] By: jhi                                   on 2001/02/13  16:52:51
34084         Log: Duplex duplex hunk hunk.
34085      Branch: maint-5.6/perl
34086            ! Makefile.SH
34087 ____________________________________________________________________________
34088 [  8797] By: jhi                                   on 2001/02/13  14:52:04
34089         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
34090              From: "Craig A. Berry" <craigberry@mac.com>
34091              Date: Mon, 12 Feb 2001 11:05:25 -0600
34092              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
34093      Branch: perl
34094            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
34095 ____________________________________________________________________________
34096 [  8796] By: jhi                                   on 2001/02/13  14:36:47
34097         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
34098              From: simon.cozens@pembroke.oxford.ac.uk 
34099              Date: Sat, 10 Feb 2001 17:57:02 +0000
34100              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
34101              
34102              Now it does include.
34103      Branch: perl
34104            ! pod/perldiag.pod
34105 ____________________________________________________________________________
34106 [  8795] By: jhi                                   on 2001/02/13  14:30:11
34107         Log: Sort the MANIFEST.
34108      Branch: perl
34109            ! MANIFEST
34110 ____________________________________________________________________________
34111 [  8794] By: jhi                                   on 2001/02/13  14:26:51
34112         Log: Integrate change #8793 from mainline, FAQ updates.
34113      Branch: maint-5.6/perl
34114           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
34115 ____________________________________________________________________________
34116 [  8793] By: jhi                                   on 2001/02/13  14:25:13
34117         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
34118      Branch: perl
34119            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
34120 ____________________________________________________________________________
34121 [  8792] By: jhi                                   on 2001/02/13  14:22:50
34122         Log: Subject: buncha MacPerl patches for bleadperl
34123              From: Chris Nandor <pudge@pobox.com>
34124              Date: Tue, 13 Feb 2001 00:02:43 -0500
34125              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
34126      Branch: perl
34127            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34128            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
34129            ! t/lib/basename.t toke.c util.h
34130 ____________________________________________________________________________
34131 [  8791] By: jhi                                   on 2001/02/13  14:10:39
34132         Log: Integrate change #8790 from mainline.
34133              
34134              environ array wrongly assumed in Perl_init_i18nl10n(),
34135      Branch: maint-5.6/perl
34136           !> util.c
34137 ____________________________________________________________________________
34138 [  8790] By: jhi                                   on 2001/02/13  14:06:15
34139         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
34140              noticed by Chris Nandor in MacOS Classic.
34141      Branch: perl
34142            ! util.c
34143 ____________________________________________________________________________
34144 [  8789] By: jhi                                   on 2001/02/13  13:58:07
34145         Log: Integrate changes #8373,8487,8544,8783 from mainline.
34146              
34147              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
34148              hints files, the dynaloading, assimilate ebcdic into util.c.
34149      Branch: maint-5.6/perl
34150            - ebcdic.c
34151            ! MANIFEST hints/posix-bc.sh
34152           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
34153           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
34154           !> perlapi.c proto.h util.c
34155 ____________________________________________________________________________
34156 [  8788] By: alanbur                               on 2001/02/13  10:33:13
34157         Log: Integrated changes from maint-5.6
34158      Branch: maint-5.6/pureperl
34159           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
34160           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
34161           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34162           !> vos/config.ga.h vos/configure_perl.cm
34163 ____________________________________________________________________________
34164 [  8787] By: jhi                                   on 2001/02/13  05:56:36
34165         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
34166      Branch: perl
34167           !> Makefile.SH
34168 ____________________________________________________________________________
34169 [  8786] By: jhi                                   on 2001/02/13  05:54:34
34170         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
34171              From: Dorner Thomas <Thomas.Dorner@start.de>
34172              Date: Mon, 12 Feb 2001 15:06:26 +0100
34173              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
34174      Branch: maint-5.6/perl
34175            ! Makefile.SH
34176 ____________________________________________________________________________
34177 [  8785] By: jhi                                   on 2001/02/13  05:29:04
34178         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
34179      Branch: perl
34180           !> hints/openbsd.sh
34181 ____________________________________________________________________________
34182 [  8784] By: jhi                                   on 2001/02/13  02:25:24
34183         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
34184              From: Peter Prymmer <pvhp@forte.com>
34185              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
34186              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
34187      Branch: perl
34188            ! pod/perlclib.pod
34189 ____________________________________________________________________________
34190 [  8783] By: jhi                                   on 2001/02/13  02:22:36
34191         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
34192      Branch: perl
34193            - ebcdic.c
34194            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
34195            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
34196            ! util.c
34197 ____________________________________________________________________________
34198 [  8782] By: jhi                                   on 2001/02/13  02:00:07
34199         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
34200      Branch: maint-5.6/perl
34201            ! pod/perlport.pod
34202 ____________________________________________________________________________
34203 [  8781] By: jhi                                   on 2001/02/13  01:58:44
34204         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
34205      Branch: maint-5.6/perl
34206            ! hints/openbsd.sh
34207 ____________________________________________________________________________
34208 [  8780] By: jhi                                   on 2001/02/13  01:57:33
34209         Log: Synchronize the regexp tests between maintperl and mainline.
34210      Branch: maint-5.6/perl
34211           !> t/op/re_tests
34212 ____________________________________________________________________________
34213 [  8779] By: jhi                                   on 2001/02/13  01:49:35
34214         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
34215              From: Hugo <hv@crypt.compulink.co.uk>
34216              Date: Tue, 13 Feb 2001 00:11:11 +0000
34217              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
34218      Branch: perl
34219            ! regcomp.c t/op/re_tests
34220 ____________________________________________________________________________
34221 [  8778] By: jhi                                   on 2001/02/13  00:23:10
34222         Log: Comments do not nest.
34223      Branch: perl
34224            ! perl.h
34225 ____________________________________________________________________________
34226 [  8777] By: jhi                                   on 2001/02/13  00:17:54
34227         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
34228              From: Hugo <hv@crypt.compulink.co.uk>
34229              Date: Tue, 13 Feb 2001 00:11:11 +0000
34230              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
34231      Branch: maint-5.6/perl
34232            ! regcomp.c t/op/re_tests
34233 ____________________________________________________________________________
34234 [  8776] By: jhi                                   on 2001/02/12  23:25:52
34235         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
34236      Branch: maint-5.6/perl
34237            ! pod/perlport.pod
34238 ____________________________________________________________________________
34239 [  8775] By: jhi                                   on 2001/02/12  23:04:28
34240         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
34241      Branch: maint-5.6/perl
34242            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
34243            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34244            ! vos/configure_perl.cm
34245 ____________________________________________________________________________
34246 [  8774] By: jhi                                   on 2001/02/12  22:59:11
34247         Log: Subject: Re: [patch] context for 'U' magic functions
34248              From: Doug MacEachern <dougm@covalent.net>
34249              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
34250              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
34251              
34252              plus the suggestion by Nick Ing-Simmons to name the macro
34253              as PERL_MG_UFUNC to avoid namespace pollution, plus add
34254              the advice by Doug for XS writers to perl.h
34255      Branch: perl
34256            ! mg.c perl.h
34257 ____________________________________________________________________________
34258 [  8773] By: jhi                                   on 2001/02/11  20:14:12
34259         Log: Update Changes.
34260      Branch: perl
34261            ! Changes patchlevel.h
34262 ____________________________________________________________________________
34263 [  8772] By: jhi                                   on 2001/02/11  18:47:52
34264         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
34265              From: Simon Cozens <simon@cozens.net>
34266              Date: Wed, 31 Jan 2001 16:31:43 +0000
34267              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
34268      Branch: perl
34269            + pod/perlclib.pod
34270            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
34271            ! pod/perltoc.pod
34272 ____________________________________________________________________________
34273 [  8771] By: jhi                                   on 2001/02/11  18:36:48
34274         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
34275              
34276              Blocks-4d3.beta.txt
34277              CaseFolding-3d4.beta.txt
34278              CompositionExclusions-3d6.beta.txt
34279              EastAsianWidth-4d4.beta.txt
34280              LineBreak-6d3.beta.txt
34281              NamesList-3.1.0d1.beta.txt
34282              PropList-3.1.0d4.beta.txt
34283              SpecialCasing-4d1.beta.txt
34284              UnicodeData-3.1.0d6.beta.txt
34285      Branch: perl
34286            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
34287           +> lib/unicode/UCD.html lib/unicode/Unicode.html
34288            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
34289            - lib/unicode/Unicode.301
34290            ! (edit 257 files)
34291 ____________________________________________________________________________
34292 [  8770] By: jhi                                   on 2001/02/11  17:26:22
34293         Log: UTF-8 documentation.
34294      Branch: perl
34295            ! utf8.h
34296 ____________________________________________________________________________
34297 [  8769] By: jhi                                   on 2001/02/11  17:12:49
34298         Log: Retract #8762.
34299      Branch: perl
34300            ! regexec.c
34301 ____________________________________________________________________________
34302 [  8768] By: jhi                                   on 2001/02/11  16:54:45
34303         Log: Subject: [PATCH] Test::Harness
34304              From: andreas.koenig@anima.de (Andreas J. Koenig)
34305              Date: 11 Feb 2001 14:37:00 +0100
34306              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
34307      Branch: perl
34308            ! lib/Test/Harness.pm
34309 ____________________________________________________________________________
34310 [  8767] By: jhi                                   on 2001/02/11  16:53:52
34311         Log: Subject: [PATCH] Document makepatch in Porting/patching
34312              From: andreas.koenig@anima.de (Andreas J. Koenig)
34313              Date: 11 Feb 2001 16:46:28 +0100
34314              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
34315      Branch: perl
34316            ! Porting/patching.pod
34317 ____________________________________________________________________________
34318 [  8766] By: jhi                                   on 2001/02/11  06:30:23
34319         Log: Subject: Re: [patch] GvSHARED
34320              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
34321              From: Doug MacEachern <dougm@covalent.net>
34322              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
34323              
34324              Subject: Re: [patch] GvSHARED
34325              From: Doug MacEachern <dougm@covalent.net>
34326              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
34327              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
34328              
34329              Subject: [patch] attributes.pm support for `shared'
34330              From: Doug MacEachern <dougm@covalent.net>
34331              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
34332              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
34333              
34334              our() attributes were ignored, our :shared pieces missing,
34335              allow attributes.pm to turn on shared.
34336      Branch: perl
34337            ! op.c t/op/attrs.t toke.c xsutils.c
34338 ____________________________________________________________________________
34339 [  8765] By: alanbur                               on 2001/02/10  23:11:19
34340         Log: Resync with parent (hopefully sucessfully this time)
34341      Branch: maint-5.6/pureperl
34342           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
34343           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
34344           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34345           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
34346           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
34347           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
34348           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
34349 ____________________________________________________________________________
34350 [  8764] By: jhi                                   on 2001/02/10  22:54:38
34351         Log: Make TEST and UTEST more verbose in case something goes
34352              wrong in running/compiling a script, suggested by Doug
34353              MacEachern.
34354      Branch: perl
34355            ! t/TEST t/UTEST
34356 ____________________________________________________________________________
34357 [  8763] By: jhi                                   on 2001/02/10  22:11:34
34358         Log: Bogus shebang.
34359      Branch: perl
34360            ! t/lib/texttabs.t
34361 ____________________________________________________________________________
34362 [  8762] By: jhi                                   on 2001/02/10  21:56:02
34363         Log: (Retracted by #8769)
34364      Branch: perl
34365            ! regexec.c
34366 ____________________________________________________________________________
34367 [  8761] By: jhi                                   on 2001/02/10  21:26:15
34368         Log: Subject: Re: [patch] GvSHARED 
34369              From: Doug MacEachern <dougm@covalent.net>
34370              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
34371              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
34372              
34373              our @EXPORT : shared = (...);
34374      Branch: perl
34375            ! toke.c
34376 ____________________________________________________________________________
34377 [  8760] By: jhi                                   on 2001/02/10  21:25:07
34378         Log: Subject: [patch] GvSHARED
34379              From: Doug MacEachern <dougm@covalent.net>
34380              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
34381              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
34382      Branch: perl
34383            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
34384 ____________________________________________________________________________
34385 [  8759] By: alanbur                               on 2001/02/10  21:24:27
34386         Log: Backed out mismerge.
34387      Branch: maint-5.6/pureperl
34388            ! MANIFEST README.hpux README.vmesa gv.c installhtml
34389            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
34390            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34391            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
34392            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
34393            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
34394            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
34395 ____________________________________________________________________________
34396 [  8758] By: jhi                                   on 2001/02/10  18:01:17
34397         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
34398              
34399              Fixed UMRs and leak in Perl_pmtrans()
34400              
34401              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34402              associated UTFied tr/// code.  Also fixed scoping leak of
34403              PL_reg_start_tmp.
34404              
34405              newATTRSUB leaks when an attempt to redefine the active sort sub is
34406              made.
34407      Branch: maint-5.6/perl
34408           !> op.c regcomp.c
34409 ____________________________________________________________________________
34410 [  8757] By: alanbur                               on 2001/02/10  17:56:46
34411         Log: Resynchronised with parent
34412      Branch: maint-5.6/pureperl
34413           +> README.bs2000
34414            - README.posix-bc
34415            ! gv.c perl.c sv.c
34416           !> MANIFEST README.hpux README.vmesa installhtml
34417           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
34418           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34419           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
34420           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
34421           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
34422           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
34423 ____________________________________________________________________________
34424 [  8756] By: alanbur                               on 2001/02/10  17:51:15
34425         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
34426              made.
34427      Branch: maint-5.6/pureperl
34428            ! op.c
34429 ____________________________________________________________________________
34430 [  8755] By: jhi                                   on 2001/02/09  22:41:35
34431         Log: Upgrade to CPAN 1.59_54, from Andreas König.
34432      Branch: perl
34433            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34434 ____________________________________________________________________________
34435 [  8754] By: jhi                                   on 2001/02/09  22:29:20
34436         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
34437              
34438              Didn't upgrade the fill.t since it has a dependency to File::Slurp
34439              purely for debugging purposes, the actual test hasn't changed.
34440      Branch: perl
34441            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
34442            ! t/lib/textwrap.t
34443 ____________________________________________________________________________
34444 [  8753] By: jhi                                   on 2001/02/09  20:17:50
34445         Log: Integrate change #8682 from maintperl.
34446              
34447              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
34448              to work correctly.
34449      Branch: perl
34450           !> hints/irix_6.sh
34451 ____________________________________________________________________________
34452 [  8752] By: jhi                                   on 2001/02/09  20:00:46
34453         Log: Update Changes.
34454      Branch: perl
34455            ! Changes patchlevel.h
34456 ____________________________________________________________________________
34457 [  8751] By: nick                                  on 2001/02/09  19:48:37
34458         Log: Integrate mainline
34459      Branch: perlio
34460           +> README.bs2000 t/lib/cgi-esc.t
34461            - README.posix-bc
34462           !> (integrate 53 files)
34463 ____________________________________________________________________________
34464 [  8750] By: nick                                  on 2001/02/09  19:25:16
34465         Log: Subject: RE: Biannual Competition to Improve Hashing Function
34466              From: Fisher Mark <fisherm@tce.com>
34467              Date: Thu, 8 Feb 2001 10:44:00 -0500
34468              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
34469              Date: Thu, 8 Feb 2001 15:02:47 -0500
34470              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
34471      Branch: perl
34472            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
34473 ____________________________________________________________________________
34474 [  8749] By: jhi                                   on 2001/02/09  19:02:35
34475         Log: Forgotten fragment.
34476      Branch: perl
34477            ! pod/perlapi.pod
34478 ____________________________________________________________________________
34479 [  8748] By: jhi                                   on 2001/02/09  18:31:34
34480         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
34481              plus manual tweakage.
34482              
34483              Sync the perlfaq2 between mainline and maintperl.
34484      Branch: maint-5.6/perl
34485            ! pod/perlfaq2.pod
34486      Branch: perl
34487           !> pod/perlfaq2.pod
34488 ____________________________________________________________________________
34489 [  8747] By: jhi                                   on 2001/02/09  18:12:04
34490         Log: Subject: versiononly and installperl
34491              From: abigail@foad.org
34492              Date: Wed, 7 Feb 2001 22:43:12 +0100
34493              Message-ID: <20010207214312.7045.qmail@foad.org>    
34494              
34495              Add +v flag to force a normal install of the perl binary
34496              and the utilities.
34497              
34498              Subject: [PATCH] installperl
34499              From: Nicholas Clark <nick@ccl4.org>
34500              Date: Fri, 9 Feb 2001 16:28:57 +0000
34501              Message-ID: <20010209162857.B10931@plum.flirble.org>
34502              
34503              Add -A flag which also hardlinks the binary with
34504              the full architecture name.
34505      Branch: perl
34506            ! installperl
34507 ____________________________________________________________________________
34508 [  8746] By: jhi                                   on 2001/02/09  18:03:43
34509         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
34510              
34511              Subject: perlfaq2, re: perlmongers
34512              
34513              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
34514              
34515              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
34516              
34517              Subject: [ID 20010205.001] typo in perlfaq9
34518              
34519              Subject: [ID 20010208.002] unordered explanation in perlcall
34520      Branch: maint-5.6/perl
34521           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34522           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
34523           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
34524 ____________________________________________________________________________
34525 [  8745] By: jhi                                   on 2001/02/09  17:59:09
34526         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
34527              From: abela@geneanet.org
34528              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
34529              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
34530      Branch: perl
34531            ! pod/perlcall.pod
34532 ____________________________________________________________________________
34533 [  8744] By: jhi                                   on 2001/02/09  17:48:16
34534         Log: Subject: [ID 20010205.001] typo in perlfaq9
34535              From: eserte@vran.herceg.de
34536              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
34537              Message-Id: <200102042244.XAA21926@vran.herceg.de>
34538      Branch: perl
34539            ! pod/perlfaq9.pod
34540 ____________________________________________________________________________
34541 [  8743] By: jhi                                   on 2001/02/09  17:25:12
34542         Log: Integrate change #8695 from maintperl.
34543              
34544              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
34545      Branch: perl
34546           !> thread.h
34547 ____________________________________________________________________________
34548 [  8742] By: jhi                                   on 2001/02/09  17:21:22
34549         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
34550              From: Andy Dougherty <doughera@lafayette.edu>
34551              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
34552              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
34553      Branch: perl
34554            ! embed.pl
34555 ____________________________________________________________________________
34556 [  8741] By: jhi                                   on 2001/02/09  17:05:19
34557         Log: Integrate changes #8738,8739,8740 from maintperl.
34558              
34559              Html files will be installed in a more logical and easier to
34560              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
34561              
34562              Html files will be generated with a header to make them look
34563              a little less bare.
34564              
34565              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
34566      Branch: perl
34567           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
34568 ____________________________________________________________________________
34569 [  8740] By: jhi                                   on 2001/02/09  17:03:46
34570         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
34571              From: "Brendan O'Dea" <bod@compusol.com.au>
34572              Date: Sun, 4 Feb 2001 11:17:56 +1100
34573              Message-ID: <20010204111756.A16301@compusol.com.au>
34574      Branch: maint-5.6/perl
34575            ! pod/perlfaq3.pod
34576 ____________________________________________________________________________
34577 [  8739] By: jhi                                   on 2001/02/09  17:01:59
34578         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
34579              From: "Indy Singh" <indy@nusphere.com>
34580              Date: Fri, 2 Feb 2001 15:09:59 -0500
34581              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
34582              
34583              Html files will be generated with a header to make them look
34584              a little less bare.
34585      Branch: maint-5.6/perl
34586            ! installhtml
34587 ____________________________________________________________________________
34588 [  8738] By: jhi                                   on 2001/02/09  16:58:48
34589         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
34590              From: "Indy Singh" <indy@nusphere.com>
34591              Date: Fri, 2 Feb 2001 15:08:23 -0500
34592              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
34593              
34594              Html files will be installed in a more logical and easier to
34595              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
34596      Branch: maint-5.6/perl
34597            ! win32/Makefile win32/makefile.mk
34598 ____________________________________________________________________________
34599 [  8737] By: jhi                                   on 2001/02/09  16:46:54
34600         Log: Integrate changes #8687,8736 from maintperl.
34601              
34602              HP-UX thread patches from Merijn H. Brand.
34603              
34604              Latin nit from Philip Newton.
34605      Branch: perl
34606           !> README.hpux hints/hpux.sh
34607 ____________________________________________________________________________
34608 [  8736] By: jhi                                   on 2001/02/09  16:42:31
34609         Log: Latin nit from Philip Newton.
34610      Branch: maint-5.6/perl
34611            ! README.hpux
34612 ____________________________________________________________________________
34613 [  8735] By: jhi                                   on 2001/02/09  16:24:03
34614         Log: Integrate changes #8704,8710 from pureperl.
34615              
34616              Fixed UMRs and leak in Perl_pmtrans()
34617              
34618              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34619              associated UTFied tr/// code.  Also fixed scoping leak of
34620              PL_reg_start_tmp.
34621      Branch: perl
34622           !> op.c regcomp.c
34623 ____________________________________________________________________________
34624 [  8734] By: jhi                                   on 2001/02/09  15:40:21
34625         Log: Integrate change #8733 from maintperl.
34626              
34627              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
34628      Branch: perl
34629           !> pod/perlre.pod
34630 ____________________________________________________________________________
34631 [  8733] By: jhi                                   on 2001/02/09  15:35:47
34632         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
34633              From: Prymmer/Kahn <pvhp@best.com>
34634              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
34635              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
34636      Branch: maint-5.6/perl
34637            ! pod/perlre.pod
34638 ____________________________________________________________________________
34639 [  8732] By: jhi                                   on 2001/02/09  15:26:17
34640         Log: Rename README.posix-bc to README.bs2000 (to avoid the
34641              confusion of a "perlposix-bc.pod"), add a few missing
34642              arch pods, regen toc.
34643      Branch: maint-5.6/perl
34644           +> README.bs2000
34645            - README.posix-bc
34646            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34647            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34648 ____________________________________________________________________________
34649 [  8731] By: jhi                                   on 2001/02/09  15:23:39
34650         Log: De-cut-and-pasto.
34651      Branch: perl
34652            ! pod/perl.pod
34653 ____________________________________________________________________________
34654 [  8730] By: jhi                                   on 2001/02/09  15:11:13
34655         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
34656              when people think that perlposix-bc.pod tells anything about
34657              Perl and POSIX.  Regen toc.
34658      Branch: perl
34659           +> README.bs2000
34660            - README.posix-bc
34661            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34662            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34663 ____________________________________________________________________________
34664 [  8729] By: jhi                                   on 2001/02/09  14:52:28
34665         Log: The README.vmesa part of #8712 from maintperl.
34666      Branch: perl
34667            ! README.vmesa
34668 ____________________________________________________________________________
34669 [  8728] By: jhi                                   on 2001/02/09  14:46:06
34670         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
34671              From: Peter Prymmer <pvhp@forte.com>
34672              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
34673              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
34674      Branch: maint-5.6/perl
34675            ! README.vmesa win32/Makefile win32/makefile.mk
34676 ____________________________________________________________________________
34677 [  8727] By: jhi                                   on 2001/02/09  14:33:25
34678         Log: Integrate change #8712 from mainline.
34679              
34680              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
34681      Branch: maint-5.6/perl
34682           !> lib/Pod/Find.pm
34683 ____________________________________________________________________________
34684 [  8726] By: jhi                                   on 2001/02/09  14:30:28
34685         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
34686              From: Peter Prymmer <pvhp@forte.com>
34687              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
34688              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
34689      Branch: perl
34690            + t/lib/cgi-esc.t
34691            ! MANIFEST lib/CGI/Util.pm
34692 ____________________________________________________________________________
34693 [  8725] By: jhi                                   on 2001/02/09  04:56:47
34694         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
34695      Branch: maint-5.6/perl
34696            ! pod/perlport.pod
34697 ____________________________________________________________________________
34698 [  8724] By: jhi                                   on 2001/02/09  04:40:59
34699         Log: Integrate changes 7819,7820 from vmsperl into mainline.
34700              
34701              Add header for LIB$ prototypes (C. Berry)
34702              
34703              Convert fwrite()s to sockets to write()s, since some socket stacks
34704              don't take kindly to stdio.
34705              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34706              (for often optional LNMs)
34707              Correct a few typos
34708              (C. Bailey)
34709      Branch: perl
34710           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
34711 ____________________________________________________________________________
34712 [  8723] By: jhi                                   on 2001/02/09  03:29:29
34713         Log: Integrate change #8722 from mainline.
34714              
34715              The Im() function wasn't returning zero for non-Math::Complex
34716              arguments.  The bug reported by John Gamble.
34717      Branch: maint-5.6/perl
34718           !> lib/Math/Complex.pm
34719 ____________________________________________________________________________
34720 [  8722] By: jhi                                   on 2001/02/09  03:28:33
34721         Log: The Im() function wasn't returning zero for non-Math::Complex
34722              arguments.  The bug reported by John Gamble.
34723      Branch: perl
34724            ! lib/Math/Complex.pm
34725 ____________________________________________________________________________
34726 [  8721] By: nick                                  on 2001/02/08  22:11:35
34727         Log: Correct the correction :-(
34728      Branch: perl
34729            ! perl.c
34730 ____________________________________________________________________________
34731 [  8720] By: bailey                                on 2001/02/08  20:59:22
34732         Log: Convert frwite()s to sockets to write()s, since some socket stacks
34733              don't take kindly to stdio.
34734              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34735              (for often optional LNMs)
34736              Correct a few typos
34737              (C. Bailey)
34738      Branch: vmsperl
34739            ! vms/vms.c vms/vmsish.h
34740 ____________________________________________________________________________
34741 [  8719] By: bailey                                on 2001/02/08  20:51:02
34742         Log: Add header for LIB$ prototypes (C. Berry)
34743      Branch: vmsperl
34744            ! ext/Devel/DProf/DProf.xs
34745 ____________________________________________________________________________
34746 [  8718] By: bailey                                on 2001/02/08  20:49:00
34747         Log: SYN SYN
34748      Branch: vmsperl
34749           +> pod/perliol.pod t/lib/sample-tests/bailout
34750           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
34751           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
34752           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
34753           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
34754           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
34755           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
34756            - lib/unicode/Is/DCinital.pl
34757           !> (integrate 101 files)
34758 ____________________________________________________________________________
34759 [  8717] By: nick                                  on 2001/02/08  19:38:48
34760         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
34761              From: Robin Barker <rmb1@cise.npl.co.uk>
34762              Date: Thu, 8 Feb 2001 14:38:07 GMT
34763              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
34764      Branch: perl
34765            ! lib/CPAN.pm
34766 ____________________________________________________________________________
34767 [  8716] By: nick                                  on 2001/02/08  19:29:07
34768         Log: Generated files form 8713 etc.
34769      Branch: perl
34770            ! embed.h global.sym objXSUB.h perlapi.c proto.h
34771 ____________________________________________________________________________
34772 [  8715] By: nick                                  on 2001/02/08  19:26:08
34773         Log: Fixup non-ithread build after 8713
34774      Branch: perl
34775            ! perl.c
34776 ____________________________________________________________________________
34777 [  8714] By: nick                                  on 2001/02/08  19:17:45
34778         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
34779              From: nick@ccl4.org
34780              Date: Wed, 7 Feb 2001 00:27:47 +0000
34781              Message-Id: <20010207002747.B63724@plum.flirble.org>
34782      Branch: perl
34783            ! sv.c toke.c
34784 ____________________________________________________________________________
34785 [  8713] By: nick                                  on 2001/02/08  19:15:58
34786         Log: Subject: Re: [patch] Re: PL_ptr_table
34787              From: Doug Maceachern <dougm@covalent.net>
34788              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
34789              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
34790      Branch: perl
34791            ! embed.pl perl.c sv.c sv.h
34792 ____________________________________________________________________________
34793 [  8712] By: nick                                  on 2001/02/08  19:12:47
34794         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
34795              From: Peter Prymmer <pvhp@forte.com>
34796              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
34797              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
34798      Branch: perl
34799            ! lib/Pod/Find.pm
34800 ____________________________________________________________________________
34801 [  8711] By: nick                                  on 2001/02/07  21:06:11
34802         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
34803              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
34804              From: Alan Burlison <Alan.Burlison@uk.sun.com>
34805              Date: Tue, 06 Feb 2001 23:37:01 +0000
34806              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
34807      Branch: perl
34808            ! regcomp.c
34809 ____________________________________________________________________________
34810 [  8710] By: alanbur                               on 2001/02/07  00:22:04
34811         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34812              associated UTFied tr/// code.  Also fixed scoping leak of
34813              PL_reg_start_tmp.
34814      Branch: maint-5.6/pureperl
34815            ! op.c regcomp.c
34816 ____________________________________________________________________________
34817 [  8709] By: nick                                  on 2001/02/06  21:16:49
34818         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
34819              From: Michael G Schwern <schwern@pobox.com>
34820              Date: Sun, 4 Feb 2001 19:47:14 -0500
34821              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
34822      Branch: perl
34823            ! pod/perlapi.pod pod/perlmodlib.PL
34824 ____________________________________________________________________________
34825 [  8708] By: nick                                  on 2001/02/06  20:41:20
34826         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
34827              From: Michael G Schwern <schwern@pobox.com>
34828              Date: Sun, 4 Feb 2001 21:17:49 -0500
34829              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
34830      Branch: perl
34831            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
34832            ! pod/perltootc.pod
34833 ____________________________________________________________________________
34834 [  8707] By: nick                                  on 2001/02/06  20:29:11
34835         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
34836              From: Michael G Schwern <schwern@pobox.com>
34837              Date: Tue, 6 Feb 2001 05:54:30 -0500
34838              Message-Id: <20010206055430.A951@blackrider.aocn.com>
34839      Branch: perl
34840            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
34841 ____________________________________________________________________________
34842 [  8706] By: nick                                  on 2001/02/06  20:21:40
34843         Log: Subject: RE: some win32 fixes
34844              Date: Tue, 6 Feb 2001 09:23:20 +0300
34845              From: Vadim Konovalov <vkonovalov@lucent.com>
34846              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
34847      Branch: perl
34848            ! toke.c win32/Makefile win32/config.bc win32/config.gc
34849            ! win32/config.vc win32/config_H.bc win32/makefile.mk
34850 ____________________________________________________________________________
34851 [  8705] By: alanbur                               on 2001/02/06  15:00:03
34852         Log: Synchronised with parent
34853      Branch: maint-5.6/pureperl
34854            ! regexec.c
34855           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
34856           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
34857 ____________________________________________________________________________
34858 [  8704] By: alanbur                               on 2001/02/06  14:55:24
34859         Log: Fixed UMRs and leak in Perl_pmtrans()
34860      Branch: maint-5.6/pureperl
34861            ! op.c
34862 ____________________________________________________________________________
34863 [  8703] By: gsar                                  on 2001/02/06  02:29:37
34864         Log: $(MAKE) distclean doesn't clean up properly on windows
34865      Branch: maint-5.6/perl
34866            ! win32/Makefile win32/makefile.mk
34867 ____________________________________________________________________________
34868 [  8702] By: gsar                                  on 2001/02/06  01:00:46
34869         Log: tweak change#8659 to keep it simple
34870      Branch: maint-5.6/perl
34871            ! utils/perldoc.PL
34872 ____________________________________________________________________________
34873 [  8701] By: gsar                                  on 2001/02/05  22:45:41
34874         Log: change#8693 was missing testsuite changes
34875      Branch: maint-5.6/perl
34876           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
34877 ____________________________________________________________________________
34878 [  8700] By: nick                                  on 2001/02/05  20:32:52
34879         Log: Integrate mainline
34880      Branch: perlio
34881           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
34882           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
34883           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
34884           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
34885           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
34886           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
34887           +> t/lib/test-harness.t
34888           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
34889           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
34890           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
34891           !> pod/perlutil.pod t/TEST utils/h2xs.PL
34892 ____________________________________________________________________________
34893 [  8699] By: nick                                  on 2001/02/05  19:41:07
34894         Log: Subject: perlfaq2, re: perlmongers
34895              From: David H. Adler <dha@panix.com>
34896              Date: Sun, 4 Feb 2001 23:48:23 -0500
34897              Message-Id: <20010204234823.A13429@panix.com>
34898      Branch: perl
34899            ! pod/perlfaq2.pod
34900 ____________________________________________________________________________
34901 [  8698] By: nick                                  on 2001/02/05  19:39:31
34902         Log: Missed file f#rom the testharness mess.
34903      Branch: perl
34904            + t/lib/test-harness.t
34905 ____________________________________________________________________________
34906 [  8697] By: nick                                  on 2001/02/05  19:37:21
34907         Log: Subject: [DOC PATCH] overload.pm nits
34908              From: John Tobey <jtobey@john-edwin-tobey.org>
34909              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
34910              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
34911      Branch: perl
34912            ! lib/overload.pm
34913 ____________________________________________________________________________
34914 [  8696] By: alanbur                               on 2001/02/05  11:56:00
34915         Log: Sync with parent
34916      Branch: maint-5.6/pureperl
34917           !> thread.h
34918 ____________________________________________________________________________
34919 [  8695] By: gsar                                  on 2001/02/05  03:27:34
34920         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
34921      Branch: maint-5.6/perl
34922            ! thread.h
34923 ____________________________________________________________________________
34924 [  8694] By: alanbur                               on 2001/02/05  00:07:47
34925         Log: Initial branch creation from //depot/maint-5.6/perl
34926      Branch: maint-5.6/pureperl
34927           +> (branch 1719 files)
34928 ____________________________________________________________________________
34929 [  8693] By: gsar                                  on 2001/02/04  22:38:49
34930         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
34931              changes)
34932      Branch: maint-5.6/perl
34933           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
34934           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
34935           !> ext/DB_File/version.c
34936 ____________________________________________________________________________
34937 [  8692] By: nick                                  on 2001/02/04  18:15:57
34938         Log: The missed t/TEST part of the grand testharness upgrade.
34939      Branch: perl
34940            ! t/TEST
34941 ____________________________________________________________________________
34942 [  8691] By: nick                                  on 2001/02/04  18:05:17
34943         Log: New improved test harness
34944              Subject: Re: [PATCH Test::Harness] Third time's a charm?
34945              From: Michael G Schwern <schwern@pobox.com>
34946              Date: Sun, 4 Feb 2001 08:01:20 -0500
34947              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
34948      Branch: perl
34949            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
34950            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
34951            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
34952            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
34953            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
34954            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
34955            ! MANIFEST lib/Test/Harness.pm
34956 ____________________________________________________________________________
34957 [  8690] By: nick                                  on 2001/02/04  17:57:51
34958         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
34959              From: Jonathan Stowe <gellyfish@gellyfish.com>
34960              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
34961              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
34962      Branch: perl
34963            ! utils/h2xs.PL
34964 ____________________________________________________________________________
34965 [  8689] By: nick                                  on 2001/02/04  17:55:24
34966         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
34967              From: Michael G Schwern <schwern@pobox.com>
34968              Date: Sat, 3 Feb 2001 22:46:38 -0500
34969              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
34970      Branch: perl
34971            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
34972            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
34973 ____________________________________________________________________________
34974 [  8688] By: nick                                  on 2001/02/04  17:43:55
34975         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
34976              length byfailing to spot lack of closing )
34977              From: nick@talking.bollo.cx
34978              Date: Sat, 03 Feb 2001 23:53:16 +0000
34979              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
34980      Branch: perl
34981            ! perlio.c pod/perldiag.pod
34982 ____________________________________________________________________________
34983 [  8687] By: jhi                                   on 2001/02/03  17:11:42
34984         Log: HP-UX thread patches from Merijn H. Brand.
34985      Branch: maint-5.6/perl
34986            ! README.hpux hints/hpux.sh
34987 ____________________________________________________________________________
34988 [  8686] By: jhi                                   on 2001/02/03  16:40:12
34989         Log: Metaconfig changes for #8685.
34990      Branch: metaconfig
34991            ! U/installdirs/instubperl.U
34992      Branch: metaconfig/U/perl
34993            ! Devel.U versiononly.U
34994 ____________________________________________________________________________
34995 [  8685] By: jhi                                   on 2001/02/03  16:39:49
34996         Log: For -Dusedevel builds turn off installusrbinperl and turn on
34997              versiononly, a combined idea of Richard Soderberg and Merijn
34998              H. Brand.  You can still override both of these from the command
34999              line if you need to, -Dinstallusrbinperl and -Uversiononly.
35000      Branch: perl
35001            ! Configure
35002 ____________________________________________________________________________
35003 [  8684] By: jhi                                   on 2001/02/03  16:16:34
35004         Log: Metaconfig unit fix for #8683.
35005      Branch: metaconfig
35006            ! U/compline/nblock_io.U
35007 ____________________________________________________________________________
35008 [  8683] By: jhi                                   on 2001/02/03  16:16:12
35009         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
35010              reported by Peter Prymmer for 5.6-TRIAL1.
35011      Branch: perl
35012            ! Configure
35013 ____________________________________________________________________________
35014 [  8682] By: jhi                                   on 2001/02/03  05:52:11
35015         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
35016              to work correctly.
35017      Branch: maint-5.6/perl
35018            ! hints/irix_6.sh
35019 ____________________________________________________________________________
35020 [  8681] By: jhi                                   on 2001/02/03  05:47:33
35021         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
35022      Branch: maint-5.6/perl
35023            ! pod/perlport.pod
35024 ____________________________________________________________________________
35025 [  8680] By: jhi                                   on 2001/02/02  21:39:49
35026         Log: perlport update from Peter Prymmer.
35027      Branch: maint-5.6/perl
35028            ! pod/perlport.pod
35029 ____________________________________________________________________________
35030 [  8679] By: nick                                  on 2001/02/02  20:50:48
35031         Log: Integrate mainline
35032      Branch: perlio
35033           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
35034           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
35035           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
35036 ____________________________________________________________________________
35037 [  8678] By: gsar                                  on 2001/02/02  16:02:12
35038         Log: note about bincompat, slightly modified (from Lupe Christoph)
35039      Branch: maint-5.6/perl
35040            ! README.solaris
35041 ____________________________________________________________________________
35042 [  8677] By: jhi                                   on 2001/02/02  15:46:20
35043         Log: Supported platforms updates.
35044      Branch: maint-5.6/perl
35045            ! pod/perlport.pod
35046 ____________________________________________________________________________
35047 [  8676] By: jhi                                   on 2001/02/02  03:41:26
35048         Log: A couple more perlfaq2 tweaks.
35049      Branch: maint-5.6/perl
35050            ! pod/perlfaq2.pod
35051 ____________________________________________________________________________
35052 [  8675] By: jhi                                   on 2001/02/02  03:17:44
35053         Log: Misedit in #8661.
35054      Branch: maint-5.6/perl
35055            ! Configure
35056 ____________________________________________________________________________
35057 [  8674] By: jhi                                   on 2001/02/02  03:14:38
35058         Log: Damien again.
35059      Branch: maint-5.6/perl
35060            ! pod/perlfaq2.pod
35061 ____________________________________________________________________________
35062 [  8673] By: jhi                                   on 2001/02/02  03:12:40
35063         Log: perlfaq update from Elaine Ashton.
35064      Branch: maint-5.6/perl
35065            ! pod/perlfaq2.pod
35066 ____________________________________________________________________________
35067 [  8672] By: jhi                                   on 2001/02/02  03:07:08
35068         Log: UTF-8 s/// patch from Inaba Hiroto.
35069      Branch: maint-5.6/perl
35070            ! pp_ctl.c pp_hot.c
35071 ____________________________________________________________________________
35072 [  8671] By: jhi                                   on 2001/02/01  22:34:31
35073         Log: Update Changes.
35074      Branch: perl
35075            ! Changes patchlevel.h
35076 ____________________________________________________________________________
35077 [  8670] By: jhi                                   on 2001/02/01  22:15:29
35078         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
35079              from maintperl.
35080              
35081              Upgrade to Getopt::Long 2.25, from Johan Vromans.
35082              
35083              more files need to be writable in the source distribution
35084              
35085              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
35086              
35087              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
35088              
35089              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
35090              
35091              Allow the float to be fuzzier.
35092              
35093              need to use INT2PTR instead of a straight cast or ia64 fails
35094              
35095              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
35096              
35097              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
35098      Branch: perl
35099           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
35100           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
35101           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
35102 ____________________________________________________________________________
35103 [  8669] By: jhi                                   on 2001/02/01  21:57:02
35104         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
35105              From: Robin Barker <rmb1@cise.npl.co.uk>
35106              Date: Thu, 1 Feb 2001 16:59:05 GMT
35107              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
35108      Branch: maint-5.6/perl
35109            ! pod/perlmodlib.PL
35110 ____________________________________________________________________________
35111 [  8668] By: nick                                  on 2001/02/01  19:41:40
35112         Log: Integrate mainline
35113      Branch: perlio
35114           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
35115           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
35116           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
35117 ____________________________________________________________________________
35118 [  8667] By: gsar                                  on 2001/02/01  16:59:11
35119         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
35120      Branch: maint-5.6/perl
35121            ! embed.pl embedvar.h
35122 ____________________________________________________________________________
35123 [  8666] By: gsar                                  on 2001/02/01  16:34:51
35124         Log: add missing entries to win32/config.?c
35125      Branch: maint-5.6/perl
35126            ! win32/config.bc win32/config.gc win32/config.vc
35127            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35128 ____________________________________________________________________________
35129 [  8665] By: jhi                                   on 2001/02/01  14:58:51
35130         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
35131              From: "Stephen P. Potter" <spp@spotter.yi.org>
35132              Date: Thu, 01 Feb 2001 10:45:46 -0500
35133              Message-Id: <200102011545.KAA31479@spotter.yi.org>
35134      Branch: maint-5.6/perl
35135            ! pod/perlfunc.pod
35136 ____________________________________________________________________________
35137 [  8664] By: gsar                                  on 2001/02/01  14:52:37
35138         Log: need to use INT2PTR instead of a straight cast or ia64 fails
35139              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
35140      Branch: maint-5.6/perl
35141            ! ext/POSIX/POSIX.xs
35142 ____________________________________________________________________________
35143 [  8663] By: jhi                                   on 2001/02/01  14:09:13
35144         Log: Allow the float to be fuzzier.
35145      Branch: maint-5.6/perl
35146            ! t/lib/peek.t
35147 ____________________________________________________________________________
35148 [  8662] By: jhi                                   on 2001/02/01  13:59:00
35149         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
35150              From: Robin Barker <rmb1@cise.npl.co.uk>
35151              Date: Thu, 1 Feb 2001 13:05:39 GMT
35152              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
35153      Branch: maint-5.6/perl
35154            ! pod/perlmodlib.pod
35155 ____________________________________________________________________________
35156 [  8661] By: jhi                                   on 2001/02/01  13:57:38
35157         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
35158              Date: Thu, 01 Feb 2001 14:15:41 +0100
35159              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35160              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
35161              
35162              Have the $ccflags in the gcc version test (strange, this change
35163              is claimed to be have been integrated already)
35164      Branch: maint-5.6/perl
35165            ! Configure
35166 ____________________________________________________________________________
35167 [  8660] By: jhi                                   on 2001/02/01  13:44:10
35168         Log: Integrate changes #7950,7964,7962 from mainline.
35169              
35170              Find the stdchar signedness using cpp, should fix some of
35171              the Solaris compiler warnings reported by Alan Burlison.
35172      Branch: maint-5.6/perl
35173           !> Configure config_h.SH
35174 ____________________________________________________________________________
35175 [  8659] By: jhi                                   on 2001/02/01  05:35:32
35176         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
35177              From: Jan Dubois <JanD@ActiveState.com>
35178              Date: Wed, 31 Jan 2001 21:17:03 -0800
35179              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
35180      Branch: maint-5.6/perl
35181            ! utils/perldoc.PL
35182 ____________________________________________________________________________
35183 [  8658] By: jhi                                   on 2001/02/01  04:33:17
35184         Log: Integrate the README.os390 and README.posix-bc parts of mainline
35185              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
35186              installperl parts were taken care of by #8657.)
35187      Branch: maint-5.6/perl
35188           !> README.os390 README.posix-bc
35189 ____________________________________________________________________________
35190 [  8657] By: jhi                                   on 2001/02/01  04:29:21
35191         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
35192              From: Peter Prymmer <pvhp@forte.com>
35193              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
35194              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
35195      Branch: maint-5.6/perl
35196            + ext/DynaLoader/dl_dllload.xs
35197            ! MANIFEST Makefile.SH hints/os390.sh installperl
35198 ____________________________________________________________________________
35199 [  8656] By: jhi                                   on 2001/02/01  04:25:45
35200         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
35201              From: Peter Prymmer <pvhp@forte.com>
35202              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
35203              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
35204      Branch: maint-5.6/perl
35205            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
35206 ____________________________________________________________________________
35207 [  8655] By: jhi                                   on 2001/02/01  04:14:47
35208         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
35209              From: troc@netrus.net
35210              Date: Wed, 31 Jan 2001 22:31:26 -0500
35211              Message-Id: <200102010331.WAA117.85@rocco.homenet>
35212      Branch: maint-5.6/perl
35213            ! os2/os2.c
35214 ____________________________________________________________________________
35215 [  8654] By: jhi                                   on 2001/02/01  04:12:52
35216         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
35217              as reported by Alan Burlison.
35218      Branch: maint-5.6/perl
35219            ! pp.h
35220 ____________________________________________________________________________
35221 [  8653] By: jhi                                   on 2001/02/01  04:05:12
35222         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
35223              From: dsugalski@northernlight.com
35224              Date: Wed, 31 Jan 2001 18:54:11 -0500
35225              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
35226      Branch: maint-5.6/perl
35227            ! configure.com
35228 ____________________________________________________________________________
35229 [  8652] By: jhi                                   on 2001/02/01  04:03:11
35230         Log: Misplaced #endif.
35231              
35232              Subject: [perl-5-6-1-trial2] patches for EPOC
35233              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35234              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
35235              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
35236      Branch: maint-5.6/perl
35237            ! epoc/epocish.c
35238 ____________________________________________________________________________
35239 [  8651] By: jhi                                   on 2001/02/01  04:00:25
35240         Log: Integrate changes #8647,8648,8650 from mainline.
35241              
35242              Macrofy a magic UTF-8 test.
35243              
35244              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
35245              
35246              Watch out for cross compiling for EPOC (usually done on linux).
35247      Branch: maint-5.6/perl
35248           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
35249 ____________________________________________________________________________
35250 [  8650] By: jhi                                   on 2001/02/01  03:56:20
35251         Log: Watch out for cross compiling for EPOC (usually done on linux)
35252              
35253              Subject: [perl-5-6-1-trial2] patches for EPOC
35254              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35255              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
35256              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
35257      Branch: perl
35258            ! ext/Errno/Errno_pm.PL
35259 ____________________________________________________________________________
35260 [  8649] By: gsar                                  on 2001/02/01  00:46:00
35261         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
35262      Branch: maint-5.6/perl
35263            ! sv.c
35264 ____________________________________________________________________________
35265 [  8648] By: jhi                                   on 2001/01/31  23:35:36
35266         Log: All the uses of PL_numeric_radix must be protected by
35267              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
35268              
35269              Subject: [perl-5-6-1-trial2] patches for EPOC
35270              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35271              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
35272              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
35273      Branch: perl
35274            ! sv.c
35275 ____________________________________________________________________________
35276 [  8647] By: jhi                                   on 2001/01/31  22:56:16
35277         Log: Macrofy a magic UTF-8 test.
35278      Branch: perl
35279            ! utf8.c utf8.h
35280 ____________________________________________________________________________
35281 [  8646] By: gsar                                  on 2001/01/31  15:55:12
35282         Log: update Changes
35283      Branch: maint-5.6/perl
35284            ! Changes
35285 ____________________________________________________________________________
35286 [  8645] By: gsar                                  on 2001/01/31  15:10:14
35287         Log: Configure tweak suggested by Peter Prymmer
35288      Branch: maint-5.6/perl
35289            ! Configure
35290 ____________________________________________________________________________
35291 [  8644] By: gsar                                  on 2001/01/31  15:06:32
35292         Log: more files need to be writable in the source distribution
35293      Branch: maint-5.6/perl
35294            ! Porting/makerel
35295 ____________________________________________________________________________
35296 [  8643] By: jhi                                   on 2001/01/31  14:59:46
35297         Log: Integrate changes #8258,8278,8279 from mainline.
35298              
35299              Make the large file tests more robust/talkative.
35300      Branch: maint-5.6/perl
35301           !> t/lib/syslfs.t t/op/lfs.t
35302 ____________________________________________________________________________
35303 [  8642] By: gsar                                  on 2001/01/31  14:53:48
35304         Log: integrate changes#8311,8334 from mainline
35305              
35306              Add a new MakeMaker variable PM_FILTER that defines a Unix
35307              filter to be run on each .pm during the pm_to_blib() phase,
35308              a fixed version of
35309              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
35310              
35311              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
35312              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
35313              accurate reading of the "atime".  
35314      Branch: maint-5.6/perl
35315           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
35316           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
35317           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
35318 ____________________________________________________________________________
35319 [  8641] By: jhi                                   on 2001/01/31  14:46:37
35320         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
35321      Branch: maint-5.6/perl
35322            ! lib/Getopt/Long.pm
35323 ____________________________________________________________________________
35324 [  8640] By: gsar                                  on 2001/01/31  14:40:24
35325         Log: make regen_all
35326      Branch: maint-5.6/perl
35327            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
35328 ____________________________________________________________________________
35329 [  8639] By: gsar                                  on 2001/01/31  14:37:25
35330         Log: refresh windows config files
35331      Branch: maint-5.6/perl
35332            ! win32/Makefile win32/config_H.bc win32/config_H.gc
35333            ! win32/config_H.vc win32/makefile.mk
35334 ____________________________________________________________________________
35335 [  8638] By: gsar                                  on 2001/01/31  14:28:10
35336         Log: makefile tweaks for windows: introduce a bulk-switch to enable
35337              same options as ActivePerl; sync changes with makefile.mk
35338      Branch: maint-5.6/perl
35339            ! win32/Makefile win32/makefile.mk
35340 ____________________________________________________________________________
35341 [  8637] By: jhi                                   on 2001/01/31  04:41:30
35342         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
35343              From: Nicholas Clark <nick@ccl4.org>
35344              Date: Tue, 30 Jan 2001 19:51:05 +0000
35345              Message-ID: <20010130195105.R76607@plum.flirble.org> 
35346              
35347              op/inc cure.
35348      Branch: perl
35349            ! pp.c pp.h pp_hot.c t/op/arith.t
35350 ____________________________________________________________________________
35351 [  8636] By: jhi                                   on 2001/01/31  02:38:32
35352         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
35353              no perlio],8257,8380,8479,8515 from mainline.
35354              
35355              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
35356              
35357              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
35358              Subject: [PATCH perl@8133] fix-up for VMS extensions
35359              
35360              In VMS embedded perls couldn't access the statically built Socket.
35361              
35362              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
35363              
35364              Further VMS piping fixes from Charles Lane.
35365              
35366              Subject:  [PATCH] make t/op/misc.t work on VMS
35367              
35368              Add tracing for debugging extensions builds in VMS.
35369              
35370              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
35371      Branch: maint-5.6/perl
35372           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
35373           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
35374           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
35375 ____________________________________________________________________________
35376 [  8635] By: jhi                                   on 2001/01/31  01:46:41
35377         Log: Integrate change #7732 from mainline.
35378              
35379              Sparc 64-bit pack() fix from Jens Hamisch.
35380      Branch: maint-5.6/perl
35381           !> pp.c
35382 ____________________________________________________________________________
35383 [  8634] By: jhi                                   on 2001/01/31  01:41:16
35384         Log: One spot missing from #8626.
35385      Branch: maint-5.6/perl
35386            ! sv.c
35387 ____________________________________________________________________________
35388 [  8633] By: jhi                                   on 2001/01/31  00:49:17
35389         Log: Integrate change #7495 from mainline.
35390              
35391              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
35392      Branch: maint-5.6/perl
35393           !> MANIFEST ext/re/Makefile.PL
35394 ____________________________________________________________________________
35395 [  8632] By: jhi                                   on 2001/01/30  23:38:49
35396         Log: Integrate change #8396 from mainline.
35397              
35398              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
35399              better multicast support (resend)
35400      Branch: maint-5.6/perl
35401           !> ext/Socket/Socket.pm
35402 ____________________________________________________________________________
35403 [  8631] By: jhi                                   on 2001/01/30  23:28:03
35404         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
35405              
35406              More AIX lore. (7514, ext/re/hints/aix.pl)
35407              
35408              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
35409              
35410              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)
35411              
35412              Subject: [ID 20001214.002] Net::Ping patch
35413              
35414              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
35415              
35416              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
35417              
35418              Add ReuseAddr as a (preferred) alias for Reuse as we now
35419              also have ReusePort.
35420              
35421              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
35422      Branch: maint-5.6/perl
35423           +> ext/re/hints/aix.pl
35424           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
35425           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
35426 ____________________________________________________________________________
35427 [  8630] By: jhi                                   on 2001/01/30  23:03:59
35428         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
35429              
35430              read() documentation tweak for 20001121.004.
35431              
35432              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
35433      Branch: maint-5.6/perl
35434           !> pod/perlfunc.pod pod/perlre.pod
35435 ____________________________________________________________________________
35436 [  8629] By: jhi                                   on 2001/01/30  22:41:57
35437         Log: Integrate change #8098 from mainline.
35438              
35439              fastgetcwd is defined using a glob alias on a $^O dependent basis
35440              and there was no default assignment or perl subroutine.
35441      Branch: maint-5.6/perl
35442           !> lib/Cwd.pm
35443 ____________________________________________________________________________
35444 [  8628] By: jhi                                   on 2001/01/30  21:58:52
35445         Log: Integrate change #7866 from mainline.
35446              
35447              File::Temp 0.11.
35448      Branch: maint-5.6/perl
35449           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
35450 ____________________________________________________________________________
35451 [  8627] By: jhi                                   on 2001/01/30  21:39:44
35452         Log: Integrate changes #8075,8086,8228 from mainline.  
35453              
35454              Darwin is not Windows. (8075,8086)
35455              
35456              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
35457      Branch: maint-5.6/perl
35458           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
35459           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
35460           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
35461           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
35462 ____________________________________________________________________________
35463 [  8626] By: jhi                                   on 2001/01/30  21:22:11
35464         Log: Integrate with tweakery the change #8625 from mainline,
35465              the multibyte decimal separator fix ("fa_IR locale failure").
35466      Branch: maint-5.6/perl
35467            ! embedvar.h perlapi.h
35468           !> intrpvar.h perl.c perl.h sv.c util.c
35469 ____________________________________________________________________________
35470 [  8625] By: jhi                                   on 2001/01/30  20:26:33
35471         Log: Fix for the fa_IR locale failure.  The reason for the failure
35472              was that Perl was assuming the decimal separator aka the radix
35473              separator is one character.  The Farsi-Iranian locale crushed
35474              that bad assumption since there the separator is 'Momayyez',
35475              glyphwise looking somewhat like a slash, and in Unicode UTF-8
35476              encoded in two bytes, 0xd9 0xab.
35477      Branch: perl
35478            ! intrpvar.h perl.c perl.h sv.c util.c
35479 ____________________________________________________________________________
35480 [  8624] By: gsar                                  on 2001/01/30  20:17:03
35481         Log: regen_headers
35482      Branch: maint-5.6/perl
35483            ! Makefile.SH pod/perlintern.pod
35484 ____________________________________________________________________________
35485 [  8623] By: gsar                                  on 2001/01/30  19:42:34
35486         Log: backout change#7431 and its dependents (causes spurious rebuilds
35487              of autogenerated files)
35488              
35489              fix benign b.t failure
35490      Branch: maint-5.6/perl
35491            ! Makefile.SH t/lib/b.t
35492 ____________________________________________________________________________
35493 [  8622] By: jhi                                   on 2001/01/30  19:41:41
35494         Log: Microperl sync.
35495      Branch: perl
35496            ! mg.c perl.h
35497 ____________________________________________________________________________
35498 [  8621] By: gsar                                  on 2001/01/30  19:24:47
35499         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
35500              from mainline
35501              
35502              Subject: podlators 1.06 released
35503              
35504              Subject: [PATCH @8436] Eliminate op_children
35505              
35506              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
35507              
35508              (Replaced by #8448)  More op_children traces (cleanup of #8442).
35509              
35510              Subject: [PATCH #3 @8436] Re: Eliminate op_children
35511              Replace #8444 and #8445.
35512              
35513              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
35514              at the setting of the ofs_sv in new_struct_thread() as the
35515              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
35516              uninitialized fields are, uh, initialized with),
35517              SvREFCNT_inc()ing that invited a core dump.
35518              
35519              podlators 1.07, from Russ Allbery.
35520              
35521              Subject: [PATCH] regcomp.c old feature removal
35522              From: mjd@plover.com
35523              Date: 16 Jan 2001 14:43:18 -0000 
35524              Message-ID: <20010116144318.7140.qmail@plover.com> 
35525      Branch: maint-5.6/perl
35526           +> lib/Pod/Text/Overstrike.pm
35527           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
35528           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
35529           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
35530           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
35531           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
35532           !> util.c
35533 ____________________________________________________________________________
35534 [  8620] By: gsar                                  on 2001/01/30  18:48:32
35535         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
35536              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
35537              now fails one test)
35538              
35539              Subject: [PATCH] lvalue AUTOLOAD. No, really.
35540              
35541              Subject: [PATCH] Interesting syntax idea
35542              Make opens + bareword assigns do typeglob assigns.
35543              
35544              Tests for #8254.
35545              
35546              Subject: [PATCH @8269] Continue blocks and B::Deparse
35547              Make the peephole optimizer to bypass more null ops and
35548              and rewrite the deparse handling of continue blocks.
35549              
35550              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
35551              Doc tweak on #8313.
35552              
35553              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
35554              
35555              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
35556              
35557              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
35558              
35559              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
35560              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
35561              according to the platform.
35562              
35563              Subject: [PATCH @8404] Consolidated lvalue sub changes
35564              
35565              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
35566              
35567              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
35568              
35569              Subject: B::Concise -- an improved replacement for B::Terse 
35570              
35571              The B::Terse drop-in replacement wasn't quite drop-in.
35572              
35573              The LVRET macro needed an aTHX.
35574              
35575              Use the /^Perl_/-less form of is_lvalue_sub().
35576              
35577              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
35578      Branch: maint-5.6/perl
35579           +> ext/B/B/Concise.pm
35580           !> (integrate 27 files)
35581 ____________________________________________________________________________
35582 [  8619] By: nick                                  on 2001/01/30  18:40:28
35583         Log: Integrate mainline
35584      Branch: perlio
35585           !> (integrate 40 files)
35586 ____________________________________________________________________________
35587 [  8618] By: jhi                                   on 2001/01/30  18:37:18
35588         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
35589              Date: Mon, 29 Jan 2001 22:51:29 -0600
35590              From: "Craig A. Berry" <craigberry@mac.com>
35591              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
35592      Branch: perl
35593            ! vms/test.com
35594 ____________________________________________________________________________
35595 [  8617] By: jhi                                   on 2001/01/30  18:34:53
35596         Log: Subject: [PATCH] Add missing CV flags to dump.c
35597              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35598              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
35599              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
35600      Branch: perl
35601            ! dump.c
35602 ____________________________________________________________________________
35603 [  8616] By: jhi                                   on 2001/01/30  18:20:58
35604         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
35605              part isn't applicable to maintperl.
35606              
35607              UTF-8 nit from Inaba Hiroto.
35608      Branch: maint-5.6/perl
35609           !> pod/perlapi.pod utf8.c
35610 ____________________________________________________________________________
35611 [  8615] By: jhi                                   on 2001/01/30  18:18:51
35612         Log: UTF-8 nit from Inaba Hiroto.
35613      Branch: perl
35614            ! pod/perlapi.pod t/op/each.t utf8.c
35615 ____________________________________________________________________________
35616 [  8614] By: jhi                                   on 2001/01/30  18:13:38
35617         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
35618              
35619              perl's internal variables are not for public consumption,
35620              move their docs from perlapi.pod to perlintern.pod
35621              
35622              support for -Dusethreads build under HP-UX 10.20 and DCE threads
35623              library (11.0 and later have pthreads but 10.x don't)
35624              
35625              avoid uninitialized value warnings
35626              
35627              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
35628              gets weird results)
35629              
35630              perldoc nit on windows
35631              
35632              make it possible to run the tests outside the source tree
35633              (there's still a dependency on ../lib being the library
35634              location)
35635      Branch: perl
35636           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
35637           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
35638           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
35639           !> win32/bin/search.pl win32/vdir.h
35640 ____________________________________________________________________________
35641 [  8613] By: gsar                                  on 2001/01/30  16:39:59
35642         Log: make it possible to run the tests outside the source tree
35643              (there's still a dependency on ../lib being the library
35644              location)
35645      Branch: maint-5.6/perl
35646            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
35647 ____________________________________________________________________________
35648 [  8612] By: gsar                                  on 2001/01/30  16:31:12
35649         Log: perldoc nit on windows
35650      Branch: maint-5.6/perl
35651            ! utils/perldoc.PL
35652 ____________________________________________________________________________
35653 [  8611] By: gsar                                  on 2001/01/30  16:22:54
35654         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
35655              gets weird results)
35656      Branch: maint-5.6/perl
35657            ! win32/vdir.h
35658 ____________________________________________________________________________
35659 [  8610] By: gsar                                  on 2001/01/30  16:12:45
35660         Log: avoid uninitialized value warnings
35661      Branch: maint-5.6/perl
35662            ! win32/bin/search.pl
35663 ____________________________________________________________________________
35664 [  8609] By: gsar                                  on 2001/01/30  16:08:01
35665         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
35666              library (11.0 and later have pthreads but 10.x don't)
35667      Branch: maint-5.6/perl
35668            ! hints/hpux.sh thread.h
35669 ____________________________________________________________________________
35670 [  8608] By: gsar                                  on 2001/01/30  15:48:55
35671         Log: perl's internal variables are not for public consumption,
35672              move their docs from perlapi.pod to perlintern.pod
35673      Branch: maint-5.6/perl
35674            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
35675            ! thrdvar.h
35676 ____________________________________________________________________________
35677 [  8607] By: gsar                                  on 2001/01/30  15:44:27
35678         Log: mistakenly branched perl56delta.pod, revert
35679      Branch: maint-5.6/perl
35680            - pod/perl56delta.pod
35681           !> pod/perldelta.pod
35682 ____________________________________________________________________________
35683 [  8606] By: gsar                                  on 2001/01/30  14:20:24
35684         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
35685              dTHR which has been a noop for a while now, except for the
35686              compatibility definition in thread.h)
35687      Branch: maint-5.6/perl
35688           !> (integrate 45 files)
35689 ____________________________________________________________________________
35690 [  8605] By: jhi                                   on 2001/01/30  05:43:58
35691         Log: Mark the UTF-8 APIs as experimental.
35692      Branch: maint-5.6/perl
35693            ! embed.pl pod/perlapi.pod
35694 ____________________________________________________________________________
35695 [  8604] By: jhi                                   on 2001/01/30  05:38:40
35696         Log: Nits from earlier integrates.
35697      Branch: maint-5.6/perl
35698            ! lib/Carp/Heavy.pm
35699           !> sv.c
35700 ____________________________________________________________________________
35701 [  8603] By: jhi                                   on 2001/01/30  05:27:26
35702         Log: Regenerate Porting files.
35703      Branch: maint-5.6/perl
35704            ! Porting/Glossary Porting/config.sh Porting/config_H
35705 ____________________________________________________________________________
35706 [  8602] By: jhi                                   on 2001/01/30  05:14:59
35707         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
35708              8310,8339,8447,8492,8493,8505,8525: documentation changes.
35709              
35710              Subject: Re: perlfaq style changes
35711              
35712              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
35713              
35714              Subject: [PATCH] docs on NaN
35715              
35716              Subject: [patch] perlfaq7
35717              
35718              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
35719              
35720              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
35721              
35722              Subject: [PATCH] open() example in perlfunc.pod
35723              
35724              Podify README.mpeix (a new version from the web)
35725              
35726              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35727              
35728              Subject: [PATCH] format and rewording in perlfaq.pod
35729              
35730              Subject: [PATCH] API Variable documentation   
35731              
35732              Memory management calls documentation.
35733              
35734              Subject: [PATCH: perl@8482] README.vms URL updates
35735              
35736              Subject: Minor typos in perlfaq2.pod
35737              
35738              Subject: [PATCH] pod/perlvar.pod
35739      Branch: maint-5.6/perl
35740           +> pod/perl56delta.pod
35741            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35742           !> README.amiga README.epoc README.mpeix README.vms
35743           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
35744           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
35745           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
35746           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
35747           !> pod/perlvar.pod thrdvar.h
35748 ____________________________________________________________________________
35749 [  8601] By: jhi                                   on 2001/01/30  04:38:35
35750         Log: Integrate changes #8036,8096,8253 from mainline:
35751              hints changes.
35752              
35753              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35754              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
35755              
35756              Output the (apparent) version of gcc in Tru64.
35757      Branch: maint-5.6/perl
35758           +> ext/POSIX/hints/svr4.pl
35759           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
35760           !> hints/svr4.sh t/lib/bigfltpm.t
35761 ____________________________________________________________________________
35762 [  8600] By: jhi                                   on 2001/01/30  04:04:01
35763         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
35764              locale fixes.
35765              
35766              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
35767              
35768              Debian allows /usr/bin/locale to exist without any locales. (7868)
35769              
35770              Allow the locale test needing POSIX and the taint test
35771              needing IPC::SysV to run under 'minitest' (basically,
35772              bail out if loading the extension fails). (8384)
35773              
35774              Cleanup the locale.t output  (8480)
35775      Branch: maint-5.6/perl
35776           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
35777           !> t/pragma/locale.t
35778 ____________________________________________________________________________
35779 [  8599] By: jhi                                   on 2001/01/30  03:51:04
35780         Log: Missing generated files from #8598.
35781      Branch: maint-5.6/perl
35782            ! embed.h global.sym objXSUB.h perlapi.c proto.h
35783 ____________________________________________________________________________
35784 [  8598] By: jhi                                   on 2001/01/30  03:41:54
35785         Log: Integrate change #8555 from mainline, manually integrate parts
35786              of changes 8452 and 8583.
35787              
35788              Subject: [PATCH] utf8.c documentation (8452)
35789              
35790              No point in checking the length if the pointer is bogus. (8555)
35791              
35792              Introduce bytes_from_utf8() and implement sv_eq() using it,
35793              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
35794              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
35795              was malformed. (8583)
35796      Branch: maint-5.6/perl
35797            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
35798           !> pod/perlapi.pod sv.c utf8.c
35799 ____________________________________________________________________________
35800 [  8597] By: gsar                                  on 2001/01/30  02:37:26
35801         Log: get PERL_OBJECT build going again on windows
35802      Branch: maint-5.6/perl
35803            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35804            ! pod/perlapi.pod proto.h sv.c
35805 ____________________________________________________________________________
35806 [  8596] By: jhi                                   on 2001/01/30  02:16:17
35807         Log: Signedness nit.
35808      Branch: perl
35809            ! sv.c
35810 ____________________________________________________________________________
35811 [  8595] By: jhi                                   on 2001/01/30  02:11:07
35812         Log: EBCDIC patch for Storable, from Peter Prymmer.
35813      Branch: perl
35814            ! t/lib/st-06compat.t
35815 ____________________________________________________________________________
35816 [  8594] By: jhi                                   on 2001/01/30  01:04:48
35817         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
35818              From: Peter Prymmer <pvhp@forte.com>
35819              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
35820              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
35821      Branch: perl
35822            ! t/lib/b.t
35823 ____________________________________________________________________________
35824 [  8593] By: jhi                                   on 2001/01/30  00:56:47
35825         Log: Subject: [PATCH: perl@8585] pod problems in io
35826              From: Peter Prymmer <pvhp@forte.com>
35827              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
35828              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
35829      Branch: perl
35830            ! pod/perlapio.pod pod/perliol.pod
35831 ____________________________________________________________________________
35832 [  8592] By: jhi                                   on 2001/01/30  00:48:20
35833         Log: Integrate perlio.
35834      Branch: perl
35835           !> pod/perlapio.pod pod/perliol.pod
35836 ____________________________________________________________________________
35837 [  8591] By: nick                                  on 2001/01/29  22:02:28
35838         Log: GNU 'merge' Simon's copy of perliol.pod with version
35839              patched by Craig's patch.
35840      Branch: perlio
35841            ! pod/perliol.pod
35842 ____________________________________________________________________________
35843 [  8590] By: nick                                  on 2001/01/29  21:55:10
35844         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
35845      Branch: perlio
35846            ! pod/perlapio.pod pod/perliol.pod
35847 ____________________________________________________________________________
35848 [  8589] By: jhi                                   on 2001/01/29  15:35:33
35849         Log: Integrate change #8586 from maint-5.6/perl.
35850              
35851              make the BOM detection code not call tell() until it has to
35852              (meant to fix esoteric compatibility issues where PL_rsfp
35853              is overridden)
35854      Branch: perl
35855           !> toke.c
35856 ____________________________________________________________________________
35857 [  8588] By: jhi                                   on 2001/01/29  15:29:11
35858         Log: Subject: MAking Solaris malloc() the default
35859              From: Lupe Christoph <lupe@lupe-christoph.de>
35860              Date: Mon, 29 Jan 2001 12:59:36 +0100
35861              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
35862              
35863              The README.solaris part slightly tweaked.
35864      Branch: perl
35865            ! README.solaris hints/solaris_2.sh
35866 ____________________________________________________________________________
35867 [  8587] By: jhi                                   on 2001/01/29  15:17:34
35868         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
35869              From: root@ak-75.mind.de
35870              Date: Sun, 28 Jan 2001 20:32:29 +0100
35871              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
35872      Branch: perl
35873            ! pod/perlre.pod
35874 ____________________________________________________________________________
35875 [  8586] By: gsar                                  on 2001/01/29  13:43:44
35876         Log: make the BOM detection code not call tell() until it has to
35877              (meant to fix esoteric compatibility issues where PL_rsfp
35878              is overridden)
35879      Branch: maint-5.6/perl
35880            ! toke.c
35881 ____________________________________________________________________________
35882 [  8585] By: jhi                                   on 2001/01/28  20:05:45
35883         Log: Update Changes.
35884      Branch: perl
35885            ! Changes patchlevel.h
35886 ____________________________________________________________________________
35887 [  8584] By: jhi                                   on 2001/01/28  19:30:02
35888         Log: Integrate perlio.
35889      Branch: perl
35890           +> pod/perliol.pod
35891           !> MANIFEST pod/perlapio.pod
35892 ____________________________________________________________________________
35893 [  8583] By: jhi                                   on 2001/01/28  19:28:40
35894         Log: Patch from Inaba Hiroto:
35895              - canonical UTF-8 hash keys: if a key string for a hash is
35896              UTF8-on, try downgrade the string and use it if
35897              unicode::distinct is not in effect.
35898              For the task, I added a function bytes_from_utf8() to utf8.c.
35899              It might resemble utf8_to_bytes() but it is not convenient
35900              to the task.
35901              Made a test for it and added to t/op/each.t
35902              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
35903              the mortal copy of the argument SV.
35904              And changed t/io/utf8.t test 18 which expects print() to
35905              upgrade its argument.
35906              - re-implement sv_eq with bytes_from_utf8()
35907              - some bug fixes
35908              - tr/// does not handle UTF8 range (\x{}-\x{})
35909              - \ before raw UTF8 character produced
35910              "Malformed UTF-8 character" warning.
35911              - "\x{100}\N{CENT SIGN}" is Malformed.
35912              Added tests for these 3.
35913              - and one silly bug (by me) with qu operator.
35914      Branch: perl
35915            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
35916            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
35917            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
35918 ____________________________________________________________________________
35919 [  8582] By: nick                                  on 2001/01/28  19:25:04
35920         Log: Add pod/perliol.pod to MANIFEST :-(
35921      Branch: perlio
35922            ! MANIFEST
35923 ____________________________________________________________________________
35924 [  8581] By: nick                                  on 2001/01/28  19:22:40
35925         Log: PerlIO documentation. Proofing and sub-editing requested.
35926      Branch: perlio
35927            + pod/perliol.pod
35928            ! pod/perlapio.pod
35929 ____________________________________________________________________________
35930 [  8580] By: jhi                                   on 2001/01/28  05:16:25
35931         Log: Revert the change to sv_2pv() done by #8054: Someone who
35932              did SvNV_set() on a scalar that also happened to be POK,
35933              followed by sv_2pv() won't get the right coercion anymore.
35934              [Sarathy]
35935      Branch: maint-5.6/perl
35936            ! sv.c
35937 ____________________________________________________________________________
35938 [  8579] By: jhi                                   on 2001/01/28  05:15:04
35939         Log: Remove the #8084 effect: do not allow -Q to be interpreted
35940              as -&Q(), this is too much wiggle room.
35941      Branch: maint-5.6/perl
35942            ! toke.c
35943 ____________________________________________________________________________
35944 [  8578] By: jhi                                   on 2001/01/28  05:12:45
35945         Log: Needed bits of #8439 (should have been in #8576),
35946              mainly for lval substr().
35947      Branch: maint-5.6/perl
35948            ! mg.c pp.c pp_hot.c
35949 ____________________________________________________________________________
35950 [  8577] By: jhi                                   on 2001/01/28  05:02:46
35951         Log: A missing check-in.
35952      Branch: maint-5.6/perl
35953            ! utf8.c
35954 ____________________________________________________________________________
35955 [  8576] By: jhi                                   on 2001/01/28  04:26:18
35956         Log: Integrate changes #8425,8436,8439,8517 from mainline.
35957              The 8439 was not truly integrated because it had too many
35958              dependencies on the development branch and because it introduced
35959              concepts too bold for a maintenance branch (such as the qu operator).
35960              
35961              Subject: [PATCH perl@8342] -Wformat
35962              
35963              Tighten some of the UTF-8 tests a bit.
35964              
35965              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
35966              - The substr lval was still not okay.
35967              - Now pp_stringify and sv_setsv copies source's UTF8 flag
35968              even if IN_BYTE.  pp_stringify is called from fold_constants
35969              at optimization phase and "\x{100}" was made SvUTF8_off under
35970              use bytes (the bytes pragma is for "byte semantics" and not
35971              for "do not produce UTF8 data")
35972      Branch: maint-5.6/perl
35973            ! t/lib/charnames.t t/op/substr.t toke.c
35974           !> sv.c t/pragma/utf8.t
35975 ____________________________________________________________________________
35976 [  8575] By: jhi                                   on 2001/01/28  04:01:51
35977         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
35978              
35979              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
35980              
35981              Subject: [ID 20001230.003] UTF-8 tr still hurts
35982              
35983              Test cases for #8385 (from Simon's "torture.pl")
35984              
35985              Start fixing UTF-8 lval substr() (8405)
35986      Branch: maint-5.6/perl
35987           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
35988           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
35989 ____________________________________________________________________________
35990 [  8574] By: jhi                                   on 2001/01/28  03:09:06
35991         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
35992              from mainline.
35993              
35994              UTF-8 cleanup.
35995              
35996              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
35997              
35998              "\x{FF}\xFF" was broken.
35999              
36000              Tests for #8329 and #8330.
36001              
36002              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
36003              
36004              IRIX compiler noticed that the bof initialization might be
36005              bypassed by control flow.
36006              
36007              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
36008      Branch: maint-5.6/perl
36009           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
36010           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
36011 ____________________________________________________________________________
36012 [  8573] By: jhi                                   on 2001/01/28  02:06:12
36013         Log: Retract #8552.
36014      Branch: perl
36015            ! lib/Text/Wrap.pm t/lib/textwrap.t
36016 ____________________________________________________________________________
36017 [  8572] By: jhi                                   on 2001/01/28  02:04:49
36018         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
36019              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
36020              not really integrated but instead salvaged by hand
36021              (they had too many dependencies on the development release
36022              to be cleanly integratable).
36023              
36024              Subject: more UTF8 test suites and an UTF8 patch
36025              
36026              Tweak for MULTIPLICITY/USE_PERLIO
36027              
36028              Signedness nit.
36029              
36030              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
36031              
36032              Use the UTF8_XXX macros in is_utf8_char().
36033              
36034              Rewrite pp_concat() in terms of sv_catsv().  The . operator
36035              should now be UTF-8-proof.
36036              
36037              Subject: [PATCH perl@8269] scanning two hex-constants
36038              fails on EBCDIC environment (script length.t)
36039              
36040              Add some Unicode chop() tests.
36041      Branch: maint-5.6/perl
36042            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
36043           !> sv.c t/op/chop.t utf8.h
36044 ____________________________________________________________________________
36045 [  8571] By: jhi                                   on 2001/01/28  00:35:59
36046         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
36047              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
36048              
36049              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
36050              
36051              The maxiters upper limit sanity check (guarding against
36052              non-progress) assumed bytes instead of characters in s///
36053              and split().
36054              
36055              Signedness nit.
36056              
36057              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
36058              join() should now be UTF-8-proof.
36059              
36060              More split // UTF-8 tests. (8250)
36061      Branch: maint-5.6/perl
36062           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
36063           !> util.c
36064 ____________________________________________________________________________
36065 [  8570] By: jhi                                   on 2001/01/27  22:15:46
36066         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
36067              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
36068              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
36069              8084,8204,8244,8333 from mainline.
36070              
36071              For -Q where Q might be a one-letter sub name one does no more
36072              get a warning about an unknown filetest (7941,7943,7944,8084).
36073              
36074              Subject: Re: [ID 20001130.011] expression parsing bug ?
36075              
36076              Make uv_to_utf8() to zero-terminate its output buffer.
36077              
36078              Split off t/op/length.t (7995)
36079              
36080              Split off t/op/utf8decode.t (7996)
36081              
36082              Remove an unnecessary 'use utf8' from the utf8.t (7998)
36083              
36084              Split off t/op/concat.t (8004)
36085              
36086              Split off t/op/ver.t (8005)
36087              
36088              Document utf8_length(), utf8_distance(), and utf8_hop().
36089              
36090              Document utf8_to_uv() better.
36091              
36092              Introduce macros for UTF8 decoding (8028,8033).
36093              
36094              Add test for reverse() (8030,8031).
36095              
36096              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
36097              
36098              Do not return the Unicode replacement character    on UTF-8
36099              decoding failure.
36100              
36101              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
36102              not this_utf8 i.e. the output string has one, but don't mess
36103              with source assumption. (8052,8053)
36104              
36105              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
36106              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
36107              was not expecting to be called with something that was already
36108              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
36109              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
36110              (8054)
36111              
36112              Recode the naughty binary bytes in utf8decode.t using the \xHH.
36113              
36114              Make some panic messages a bit more logical.
36115      Branch: maint-5.6/perl
36116           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
36117           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
36118           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
36119           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
36120           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
36121           !> utf8.c utf8.h
36122 ____________________________________________________________________________
36123 [  8569] By: jhi                                   on 2001/01/27  19:16:43
36124         Log: Integrate changes #7750 from perlio and #8566 from mainline.
36125      Branch: maint-5.6/perl
36126           !> regexec.c sv.c
36127 ____________________________________________________________________________
36128 [  8568] By: jhi                                   on 2001/01/27  18:06:51
36129         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
36130              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
36131              7935[-perlio.c],7936,7959,7965 from mainline.
36132              
36133              Change the "big byte" error message to "Wide character".
36134              (7355, the croak-if-wide-chars-in-print part ignored)
36135              
36136              Use UINT64_C().
36137              
36138              Introduce Perl_utf8_length().
36139              
36140              diff -se shows these as different (7753, forgotten check-ins)
36141              
36142              Subject: [PATCH] doop.c - UTF8 tr///
36143              
36144              If we use (aTHX_ ...) then put Perl_ on the front.
36145              
36146              Make utf8_length() and utf8_distance() to be less forgiving
36147              about bad UTF-8.
36148              
36149              Test line numbers are different with utf8.
36150              
36151              No need to scan till infinity, 13 is enough. (7872,7911)
36152              
36153              Subject: [PATCH] Tokeniser debugging
36154              
36155              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
36156              
36157              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
36158              
36159              Be more careful in Perl_sv_utf8_downgrade().
36160              
36161              Use DO_UTF8().
36162              
36163              Raw zero bytes in text files confuse at least GNU patch 2.1.
36164      Branch: maint-5.6/perl
36165           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
36166           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
36167           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
36168           !> t/pragma/utf8.t toke.c utf8.c utf8.h
36169 ____________________________________________________________________________
36170 [  8567] By: nick                                  on 2001/01/27  11:10:38
36171         Log: Integrate mainline
36172      Branch: perlio
36173           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
36174           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
36175           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
36176           !> toke.c
36177 ____________________________________________________________________________
36178 [  8566] By: jhi                                   on 2001/01/27  06:22:48
36179         Log: More documentation for the regexp context stack.
36180      Branch: perl
36181            ! regexec.c
36182 ____________________________________________________________________________
36183 [  8565] By: jhi                                   on 2001/01/27  05:21:57
36184         Log: Update Changes.
36185      Branch: perl
36186            ! Changes patchlevel.h
36187 ____________________________________________________________________________
36188 [  8564] By: jhi                                   on 2001/01/27  04:44:04
36189         Log: Threadedness patch for #8562 from Doug MacEachern.
36190      Branch: perl
36191            ! toke.c
36192 ____________________________________________________________________________
36193 [  8563] By: jhi                                   on 2001/01/27  04:26:24
36194         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
36195              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36196              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
36197              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
36198      Branch: perl
36199            ! op.c
36200 ____________________________________________________________________________
36201 [  8562] By: jhi                                   on 2001/01/27  04:20:30
36202         Log: Subject: Re: Announce : Tokener reporting patch
36203              From: Simon Cozens <simon@cozens.net>
36204              Date: Mon, 22 Jan 2001 02:17:22 +0000
36205              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
36206      Branch: perl
36207            ! embed.h embed.pl proto.h toke.c
36208 ____________________________________________________________________________
36209 [  8561] By: jhi                                   on 2001/01/27  04:17:24
36210         Log: Forgot from #8545.  Oops.
36211      Branch: perl
36212            ! pp.c t/pragma/overload.t
36213 ____________________________________________________________________________
36214 [  8560] By: jhi                                   on 2001/01/27  03:01:47
36215         Log: A better module compilation test, use MANIFEST as suggested
36216              by Spider.
36217      Branch: perl
36218            ! t/lib/1_compile.t
36219 ____________________________________________________________________________
36220 [  8559] By: jhi                                   on 2001/01/27  02:50:48
36221         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
36222              From: Peter Prymmer <pvhp@forte.com>
36223              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
36224              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
36225      Branch: perl
36226            ! t/lib/b.t
36227 ____________________________________________________________________________
36228 [  8558] By: jhi                                   on 2001/01/27  02:27:05
36229         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
36230              From: Peter Prymmer <pvhp@forte.com>
36231              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
36232              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
36233      Branch: perl
36234            ! t/pragma/sub_lval.t
36235 ____________________________________________________________________________
36236 [  8557] By: jhi                                   on 2001/01/27  02:26:03
36237         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
36238              From: Peter Prymmer <pvhp@forte.com>
36239              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
36240              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
36241      Branch: perl
36242            ! t/lib/st-06compat.t
36243 ____________________________________________________________________________
36244 [  8556] By: jhi                                   on 2001/01/27  02:24:33
36245         Log: Subject: [PATCH: perl@8531] minor update to README.os390
36246              From: Peter Prymmer <pvhp@forte.com>
36247              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
36248              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
36249      Branch: perl
36250            ! README.os390
36251 ____________________________________________________________________________
36252 [  8555] By: jhi                                   on 2001/01/27  00:35:47
36253         Log: No point in checking the length before we know whether the pointer
36254              is bogus or not, fixes Abigail's odbm failures in Linux.
36255      Branch: perl
36256            ! sv.c
36257 ____________________________________________________________________________
36258 [  8554] By: nick                                  on 2001/01/26  19:01:31
36259         Log: Integrate mainline
36260      Branch: perlio
36261           !> lib/Text/Wrap.pm t/lib/textwrap.t
36262 ____________________________________________________________________________
36263 [  8553] By: jhi                                   on 2001/01/26  15:19:39
36264         Log: Integrate change #7792 from perlio (multiplicity fix),
36265              fix the AV leak in regex DEBUGGING (tiny part of the
36266              polymorphic regexp patch #8143).
36267      Branch: maint-5.6/perl
36268            ! regcomp.c
36269           !> scope.h
36270 ____________________________________________________________________________
36271 [  8552] By: jhi                                   on 2001/01/26  15:03:23
36272         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
36273              From: Michael G Schwern <schwern@pobox.com>
36274              Date: Fri, 26 Jan 2001 09:28:31 -0500
36275              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
36276      Branch: perl
36277            ! lib/Text/Wrap.pm t/lib/textwrap.t
36278 ____________________________________________________________________________
36279 [  8551] By: jhi                                   on 2001/01/26  02:33:19
36280         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
36281              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
36282              
36283              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
36284              
36285              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
36286              
36287              Message nit.
36288              
36289              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
36290              
36291              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
36292              
36293              (the cleanup of unused submatches in regtry() and regcppop())
36294              
36295              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
36296              stored and restored, and thusly was trounced by the utf8 swash
36297              routines.
36298              
36299              use utf8 not required to use \x{}.
36300              
36301              Removed two more tests that make no sense in UTF-8 since the test
36302              data is not in UTF-8.
36303              
36304              Get the three different space character classes right under utf8.
36305              
36306              Implement ANYOFUTF8 regprop() dumping.
36307              
36308              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
36309              
36310              Document the regex context pushing/popping a bit better.
36311      Branch: maint-5.6/perl
36312           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
36313           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
36314           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
36315           !> t/op/regmesg.t utf8.c
36316 ____________________________________________________________________________
36317 [  8550] By: nick                                  on 2001/01/25  19:42:30
36318         Log: Integrate mainline
36319      Branch: perlio
36320           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
36321           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
36322           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
36323           !> t/lib/bigint.t t/lib/bigintpm.t
36324 ____________________________________________________________________________
36325 [  8549] By: jhi                                   on 2001/01/25  15:22:28
36326         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
36327      Branch: maint-5.6/perl
36328            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
36329 ____________________________________________________________________________
36330 [  8548] By: jhi                                   on 2001/01/25  15:02:55
36331         Log: Integrate changes #7997,8063,8492,8547 from mainline.
36332              
36333              Subject: Re: STRLEN - what?
36334              
36335              Subject: [PATCH] perlguts.pod
36336              
36337              Memory management calls documentation.
36338              
36339              Layout using tabulator is not a good idea in a pod.
36340      Branch: maint-5.6/perl
36341           !> pod/perlguts.pod
36342 ____________________________________________________________________________
36343 [  8547] By: jhi                                   on 2001/01/25  14:49:05
36344         Log: Layout using tabulator is not a good idea in a pod.
36345      Branch: perl
36346            ! pod/perlguts.pod
36347 ____________________________________________________________________________
36348 [  8546] By: jhi                                   on 2001/01/25  14:31:12
36349         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
36350              from mainline.
36351              
36352              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
36353              
36354              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
36355              
36356              More Win32 editor/IDE/shell hints.
36357              
36358              More Win32 Perling.
36359              
36360              Yet another editor edit.
36361              
36362              Edit edit edit.
36363              
36364              IDE/editor section tweaking.
36365              
36366              Few more IDE/editor nits from p5p.
36367      Branch: maint-5.6/perl
36368           !> pod/perlfaq3.pod
36369 ____________________________________________________________________________
36370 [  8545] By: jhi                                   on 2001/01/25  04:16:32
36371         Log: Subject: [PATCH 5.7.0] overload int()
36372              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36373              Date: Wed, 24 Jan 2001 19:06:57 -0500
36374              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
36375      Branch: perl
36376            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
36377            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
36378            ! t/lib/bigintpm.t
36379 ____________________________________________________________________________
36380 [  8544] By: jhi                                   on 2001/01/25  04:15:11
36381         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
36382              From: Peter Prymmer <pvhp@forte.com>
36383              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
36384              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
36385      Branch: perl
36386            ! Makefile.SH README.os390 hints/os390.sh installperl
36387 ____________________________________________________________________________
36388 [  8543] By: jhi                                   on 2001/01/25  03:52:08
36389         Log: Integrate change #8462,8469 from mainline.
36390              
36391              In VMS Perl subversion (perl -V) is undef.
36392      Branch: maint-5.6/perl
36393           !> configure.com
36394 ____________________________________________________________________________
36395 [  8542] By: jhi                                   on 2001/01/25  03:44:55
36396         Log: Integrate changes #7835,7850,8315,8316 from mainline.
36397              
36398              Solaris hints.
36399      Branch: maint-5.6/perl
36400           !> hints/solaris_2.sh
36401 ____________________________________________________________________________
36402 [  8541] By: jhi                                   on 2001/01/25  03:39:28
36403         Log: Integrate #8336 from mainline.
36404      Branch: maint-5.6/perl
36405           !> hv.c
36406 ____________________________________________________________________________
36407 [  8540] By: jhi                                   on 2001/01/25  03:23:50
36408         Log: Retract #8539.
36409      Branch: maint-5.6/perl
36410            ! pod/perlfaq3.pod
36411 ____________________________________________________________________________
36412 [  8539] By: jhi                                   on 2001/01/25  03:21:55
36413         Log: (Retracted by #5940.)
36414      Branch: maint-5.6/perl
36415            ! pod/perlfaq3.pod
36416 ____________________________________________________________________________
36417 [  8538] By: jhi                                   on 2001/01/25  03:14:07
36418         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
36419              From: Peter Prymmer <pvhp@forte.com>
36420              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
36421              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
36422              
36423              The VMS bits.
36424      Branch: maint-5.6/perl
36425            ! configure.com vms/descrip_mms.template
36426 ____________________________________________________________________________
36427 [  8537] By: jhi                                   on 2001/01/25  03:06:09
36428         Log: Integrate #7710,7824,7973 from mainline.
36429      Branch: maint-5.6/perl
36430           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36431           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
36432           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
36433           !> vos/config.ga.def vos/config.ga.h win32/config.bc
36434           !> win32/config.gc win32/config.vc
36435 ____________________________________________________________________________
36436 [  8536] By: jhi                                   on 2001/01/24  13:50:20
36437         Log: Revert the edits made by me so far to the 5.6 branch since
36438              the TRIAL1 since I did edits when I should have been using
36439              integrates.  Bad programmer.   (Will integrate them properly later.)
36440              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
36441              The #8353 will not be reapplied at least for now since
36442              the UTF-8 hash keys need more thinking.
36443              (The patches #8347, #8354, #8454, #8473 were okay since they
36444              were original edits made specifically for the 5.6.1-TRIAL1.)
36445      Branch: maint-5.6/perl
36446            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36447            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
36448            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
36449            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
36450            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
36451            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36452            ! win32/config.bc win32/config.gc win32/config.vc
36453 ____________________________________________________________________________
36454 [  8535] By: bailey                                on 2001/01/24  06:37:02
36455         Log: SYN SYN
36456      Branch: vmsperl
36457           +> (branch 26 files)
36458           !> (integrate 130 files)
36459 ____________________________________________________________________________
36460 [  8534] By: nick                                  on 2001/01/23  19:30:57
36461         Log: Integrate mainline.
36462      Branch: perlio
36463           !> Changes Configure Porting/Glossary Porting/config.sh
36464           !> Porting/config_H embed.h embed.pl ext/Encode/compile
36465           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
36466           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
36467           !> pod/perlvar.pod proto.h t/lib/1_compile.t
36468 ____________________________________________________________________________
36469 [  8533] By: jhi                                   on 2001/01/23  16:15:46
36470         Log: Forgotten from #8501.
36471      Branch: perl
36472            ! Porting/Glossary Porting/config.sh Porting/config_H
36473 ____________________________________________________________________________
36474 [  8532] By: jhi                                   on 2001/01/23  16:13:27
36475         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
36476              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36477              Date: Mon, 22 Jan 2001 17:51:58 +0100
36478              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
36479      Branch: perl
36480            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
36481 ____________________________________________________________________________
36482 [  8531] By: jhi                                   on 2001/01/23  15:46:01
36483         Log: Update Changes.
36484      Branch: perl
36485            ! Changes patchlevel.h
36486 ____________________________________________________________________________
36487 [  8530] By: jhi                                   on 2001/01/23  15:38:39
36488         Log: De-cut-and-pasto.
36489      Branch: perl
36490            ! t/lib/1_compile.t
36491 ____________________________________________________________________________
36492 [  8529] By: jhi                                   on 2001/01/23  15:11:04
36493         Log: Document the mkdir trailing slashes case.
36494      Branch: perl
36495            ! pod/perlfunc.pod
36496 ____________________________________________________________________________
36497 [  8528] By: jhi                                   on 2001/01/23  15:08:28
36498         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
36499              get installed:
36500              
36501              Subject: lib/lib.pm
36502              From: <abigail@foad.org>
36503              Date: Mon, 28 Aug 2000 20:35:08 -0400
36504              Message-ID: <20000829003508.21281.qmail@foad.org>
36505      Branch: perl
36506            ! installperl
36507 ____________________________________________________________________________
36508 [  8527] By: jhi                                   on 2001/01/23  14:44:04
36509         Log: Metaconfig unit change for #8526.
36510      Branch: metaconfig
36511            ! U/threads/archname.U
36512 ____________________________________________________________________________
36513 [  8526] By: jhi                                   on 2001/01/23  14:43:19
36514         Log: Attach -perlio to the archname if so selected.
36515      Branch: perl
36516            ! Configure
36517 ____________________________________________________________________________
36518 [  8525] By: jhi                                   on 2001/01/23  14:24:01
36519         Log: Subject: [PATCH] pod/perlvar.pod
36520              From: abigail@foad.org
36521              Date: Tue, 23 Jan 2001 01:41:10 +0100
36522              Message-ID: <20010123004110.22259.qmail@foad.org>
36523      Branch: perl
36524            ! pod/perlvar.pod
36525 ____________________________________________________________________________
36526 [  8524] By: jhi                                   on 2001/01/23  14:22:32
36527         Log: A bug introduced in #8217 (the undefined variable in the
36528              lib/safe1_t #3) fixed, by Charles Lane:
36529              
36530              The earlier patch made it so that stuff running in Safe
36531              compartments could do a "caller" and see "main".  That
36532              little change in name is done right before the code in
36533              the compartment is run, and apparantly the parser
36534              was picking up the stash name before it got changed.
36535              
36536              (why it was threaded vs. unthreaded Perl that was sensitive to this
36537              I still don't know...and it probably doesn't matter).
36538              
36539              I tryed removing the stash name-change and saw that threaded Perl
36540              did indeed pass the lib/safe1.t tests.
36541              
36542              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
36543              do the name change (and to connect _ in the compartment to the global
36544              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
36545              to call _safe_pkg_prep when creating a new compartment.
36546              
36547              Passes all tests with threaded perl on linux; passes all tests
36548              with unthreaded perl on VMS.
36549              
36550              At some point I'll probably want to revisit Safe and Opcode to
36551              provide more sensible handling of global variables...and to get
36552              formats working in Safe compartments, which they don't do currently.
36553      Branch: perl
36554            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
36555 ____________________________________________________________________________
36556 [  8523] By: jhi                                   on 2001/01/23  14:11:58
36557         Log: Also the lib/Thread.pm itself needs to be ignored if
36558              the Thread extension hasn't been built.
36559      Branch: perl
36560            ! t/lib/1_compile.t
36561 ____________________________________________________________________________
36562 [  8522] By: jhi                                   on 2001/01/23  13:51:28
36563         Log: print() instead of warn() so that stderr doesn't get
36564              unncessarily polluted.
36565      Branch: perl
36566            ! ext/Encode/compile
36567 ____________________________________________________________________________
36568 [  8521] By: jhi                                   on 2001/01/23  13:49:48
36569         Log: Integrate perlio.
36570      Branch: perl
36571           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
36572           !> ext/Encode/encode.h
36573 ____________________________________________________________________________
36574 [  8520] By: nick                                  on 2001/01/22  21:44:00
36575         Log: More messing with Encode:
36576              Extra fields in header to allow multiple names and to record
36577              other things "compile" knows.
36578              Re-organise compile to factor out common output routines.
36579      Branch: perlio
36580            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
36581 ____________________________________________________________________________
36582 [  8519] By: nick                                  on 2001/01/22  20:33:50
36583         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
36584      Branch: perlio
36585            ! ext/Encode/Makefile.PL ext/Encode/compile
36586 ____________________________________________________________________________
36587 [  8518] By: nick                                  on 2001/01/22  20:28:13
36588         Log: Integrate mainline
36589      Branch: perlio
36590           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
36591           !> vos/config.alpha.def vos/config.alpha.h
36592 ____________________________________________________________________________
36593 [  8517] By: jhi                                   on 2001/01/22  15:37:17
36594         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
36595              by Inaba Hiroto.
36596      Branch: perl
36597            ! sv.c
36598 ____________________________________________________________________________
36599 [  8516] By: jhi                                   on 2001/01/22  14:55:15
36600         Log: More SIG_SIZE fixes.
36601      Branch: perl
36602            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
36603 ____________________________________________________________________________
36604 [  8515] By: jhi                                   on 2001/01/22  14:50:27
36605         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
36606              From: "Craig A. Berry" <craigberry@mac.com>
36607              Date: Mon, 22 Jan 2001 00:42:24 -0600
36608              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
36609      Branch: perl
36610            ! configure.com
36611 ____________________________________________________________________________
36612 [  8514] By: jhi                                   on 2001/01/22  14:31:17
36613         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
36614              From: "Craig A. Berry" <craigberry@mac.com>
36615              Date: Sun, 21 Jan 2001 23:03:25 -0600
36616              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
36617      Branch: perl
36618            ! configure.com
36619 ____________________________________________________________________________
36620 [  8513] By: jhi                                   on 2001/01/22  14:14:00
36621         Log: Add the .ucm encoding tables to the MANIFEST.
36622      Branch: perl
36623            ! MANIFEST
36624 ____________________________________________________________________________
36625 [  8512] By: jhi                                   on 2001/01/22  13:43:33
36626         Log: Integrate perlio.
36627      Branch: perl
36628           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36629           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36630           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36631           +> ext/Encode/Encode/iso8859-10.ucm
36632           +> ext/Encode/Encode/iso8859-13.ucm
36633           +> ext/Encode/Encode/iso8859-14.ucm
36634           +> ext/Encode/Encode/iso8859-15.ucm
36635           +> ext/Encode/Encode/iso8859-16.ucm
36636           +> ext/Encode/Encode/iso8859-2.ucm
36637           +> ext/Encode/Encode/iso8859-3.ucm
36638           +> ext/Encode/Encode/iso8859-4.ucm
36639           +> ext/Encode/Encode/iso8859-5.ucm
36640           +> ext/Encode/Encode/iso8859-6.ucm
36641           +> ext/Encode/Encode/iso8859-7.ucm
36642           +> ext/Encode/Encode/iso8859-8.ucm
36643           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36644           +> ext/Encode/Encode/symbol.ucm
36645           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
36646           !> perliol.h
36647 ____________________________________________________________________________
36648 [  8511] By: nick                                  on 2001/01/21  23:44:47
36649         Log: Make "real" layers of ":utf8" and ":raw".
36650              So now PERLIO=utf8 perl ...
36651              does what Andreas wanted.
36652              Fix arg passing in open.pm (still have a Carp issue).
36653      Branch: perlio
36654            ! lib/open.pm perlio.c perliol.h
36655 ____________________________________________________________________________
36656 [  8510] By: jhi                                   on 2001/01/21  22:56:53
36657         Log: Document the regex context pushing/popping a bit better.
36658      Branch: perl
36659            ! regexec.c
36660 ____________________________________________________________________________
36661 [  8509] By: jhi                                   on 2001/01/21  22:55:44
36662         Log: Tweak the mkdir trailing slash code some more.
36663              
36664              TO DO: the same handling should probably be done for
36665              all the other filesystem functions that can have directories
36666              as their arguments.
36667      Branch: perl
36668            ! pp_sys.c
36669 ____________________________________________________________________________
36670 [  8508] By: nick                                  on 2001/01/21  21:37:43
36671         Log: Switch "compiled in" encodings to .ucm format.
36672              (Leave others as .enc till we can run-time load .ucm,
36673              or find some other way to load them.)
36674      Branch: perlio
36675            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36676            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36677            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36678            + ext/Encode/Encode/iso8859-10.ucm
36679            + ext/Encode/Encode/iso8859-13.ucm
36680            + ext/Encode/Encode/iso8859-14.ucm
36681            + ext/Encode/Encode/iso8859-15.ucm
36682            + ext/Encode/Encode/iso8859-16.ucm
36683            + ext/Encode/Encode/iso8859-2.ucm
36684            + ext/Encode/Encode/iso8859-3.ucm
36685            + ext/Encode/Encode/iso8859-4.ucm
36686            + ext/Encode/Encode/iso8859-5.ucm
36687            + ext/Encode/Encode/iso8859-6.ucm
36688            + ext/Encode/Encode/iso8859-7.ucm
36689            + ext/Encode/Encode/iso8859-8.ucm
36690            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36691            + ext/Encode/Encode/symbol.ucm
36692            ! ext/Encode/Makefile.PL ext/Encode/compile
36693 ____________________________________________________________________________
36694 [  8507] By: nick                                  on 2001/01/21  21:02:03
36695         Log: Integrate (partial) mainline.
36696      Branch: perlio
36697           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
36698           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
36699           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36700 ____________________________________________________________________________
36701 [  8506] By: jhi                                   on 2001/01/21  20:09:30
36702         Log: Update Changes.
36703      Branch: perl
36704            ! Changes patchlevel.h
36705 ____________________________________________________________________________
36706 [  8505] By: jhi                                   on 2001/01/21  19:39:59
36707         Log: Subject: Minor typos in perlfaq2.pod
36708              From: "Stephen P. Potter" <spp@spotter.yi.org>
36709              Message-Id: <200101192101.QAA11911@spotter.yi.org>
36710              Date: Fri, 19 Jan 2001 16:01:13 -0500
36711              
36712              with a nit from Philip Netwon.
36713      Branch: perl
36714            ! pod/perlfaq2.pod
36715 ____________________________________________________________________________
36716 [  8504] By: jhi                                   on 2001/01/21  19:33:05
36717         Log: Metaconfig change for #8503.
36718      Branch: metaconfig
36719            ! U/threads/usethreads.U
36720 ____________________________________________________________________________
36721 [  8503] By: jhi                                   on 2001/01/21  19:32:21
36722         Log: Sanity check for conflicting thread flavours.
36723      Branch: perl
36724            ! Configure config_h.SH
36725 ____________________________________________________________________________
36726 [  8502] By: jhi                                   on 2001/01/21  19:23:00
36727         Log: Metaconfig change for #8501.
36728      Branch: metaconfig
36729            ! U/modified/sig_name.U
36730 ____________________________________________________________________________
36731 [  8501] By: jhi                                   on 2001/01/21  19:22:26
36732         Log: The SIG_SIZE is the number of the elements *excluding*
36733              the terminating NULL.
36734      Branch: perl
36735            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
36736            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
36737            ! win32/config_H.vc
36738 ____________________________________________________________________________
36739 [  8500] By: jhi                                   on 2001/01/21  18:31:31
36740         Log: Integrate perlio.
36741      Branch: perl
36742           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
36743           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
36744           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
36745           !> pp_sys.c proto.h sv.c
36746 ____________________________________________________________________________
36747 [  8499] By: jhi                                   on 2001/01/21  17:43:57
36748         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
36749              From: Hugo <hv@crypt.compulink.co.uk>
36750              Date: Sun, 21 Jan 2001 13:34:05 +0000
36751              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
36752              
36753              In sprintf UTF8ize only if necessary.
36754      Branch: perl
36755            ! sv.c
36756 ____________________________________________________________________________
36757 [  8498] By: nick                                  on 2001/01/21  16:25:32
36758         Log: Encode cleanup.
36759              Add command line control over "compile" so that Makefile.PL
36760              needs can be combined with other uses.
36761              Use command line options in Makefile.PL.
36762              Fix multi-byte parsing in .ucm files.
36763      Branch: perlio
36764            ! ext/Encode/Makefile.PL ext/Encode/compile
36765 ____________________________________________________________________________
36766 [  8497] By: nick                                  on 2001/01/21  12:56:27
36767         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
36768      Branch: perlio
36769            ! ext/Encode/Encode.xs
36770 ____________________________________________________________________________
36771 [  8496] By: nick                                  on 2001/01/21  12:18:45
36772         Log: Fixup after integrate:
36773              missed the .sym files that are changed by regen_headers
36774              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
36775      Branch: perlio
36776            ! global.sym pp.sym sv.c
36777 ____________________________________________________________________________
36778 [  8495] By: nick                                  on 2001/01/21  11:51:07
36779         Log: Integrate mainline.
36780      Branch: perlio
36781           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
36782           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
36783           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
36784           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
36785           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
36786           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
36787           !> win32/Makefile win32/makefile.mk
36788 ____________________________________________________________________________
36789 [  8494] By: jhi                                   on 2001/01/20  23:12:11
36790         Log: Forgot the expect_number() prototype.
36791      Branch: perl
36792            ! embed.h embed.pl proto.h
36793 ____________________________________________________________________________
36794 [  8493] By: jhi                                   on 2001/01/20  22:56:39
36795         Log: Subject: [PATCH: perl@8482] README.vms URL updates
36796              From: Peter Prymmer <pvhp@forte.com>
36797              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
36798              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
36799              
36800              Plus Craig A. Berry's suggestion to use compaq.com instead
36801              of digital.com.
36802      Branch: perl
36803            ! README.vms
36804 ____________________________________________________________________________
36805 [  8492] By: jhi                                   on 2001/01/20  22:50:05
36806         Log: Memory management calls documentation.
36807      Branch: perl
36808            ! pod/perlguts.pod
36809 ____________________________________________________________________________
36810 [  8491] By: jhi                                   on 2001/01/20  22:38:33
36811         Log: Signedness nit plus few memcpy/Copy nits.
36812      Branch: perl
36813            ! sv.c
36814 ____________________________________________________________________________
36815 [  8490] By: jhi                                   on 2001/01/20  22:25:53
36816         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
36817              From: Peter Prymmer <pvhp@forte.com>
36818              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
36819              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
36820      Branch: perl
36821            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
36822 ____________________________________________________________________________
36823 [  8489] By: jhi                                   on 2001/01/20  22:24:41
36824         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
36825              From: Peter Prymmer <pvhp@forte.com>
36826              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
36827              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
36828      Branch: perl
36829            ! win32/Makefile win32/makefile.mk
36830 ____________________________________________________________________________
36831 [  8488] By: jhi                                   on 2001/01/20  22:22:27
36832         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
36833              From: Peter Prymmer <pvhp@forte.com>
36834              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
36835              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
36836      Branch: perl
36837            ! Makefile.SH
36838 ____________________________________________________________________________
36839 [  8487] By: jhi                                   on 2001/01/20  22:21:18
36840         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
36841              From: Peter Prymmer <pvhp@forte.com>
36842              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
36843              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
36844      Branch: perl
36845            + ext/DynaLoader/dl_dllload.xs
36846            ! MANIFEST Makefile.SH hints/os390.sh
36847 ____________________________________________________________________________
36848 [  8486] By: jhi                                   on 2001/01/20  22:17:53
36849         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
36850              From: Peter Prymmer <pvhp@forte.com>
36851              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
36852              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
36853      Branch: perl
36854            ! README.os390 README.posix-bc
36855 ____________________________________________________________________________
36856 [  8485] By: jhi                                   on 2001/01/20  20:15:30
36857         Log: Document and test the new qu operator.
36858      Branch: perl
36859            + t/op/qu.t
36860            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
36861            ! pod/perlretut.pod pod/perlunicode.pod
36862 ____________________________________________________________________________
36863 [  8484] By: nick                                  on 2001/01/20  19:42:30
36864         Log: Infrastructure to allow:
36865              open($fh,"|-",@array);
36866              to be implemented
36867              i.e. mark pp_open as needing a stack mark, and make pp_open
36868              process its args in that style (and pass them _all_ to tied handles OPEN).
36869              Invent do_openn() which takes SV ** at allow it to see multiple args.
36870              Note this does not _do_ anything yet.
36871      Branch: perlio
36872            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
36873            ! perlapi.c pp_proto.h pp_sys.c proto.h
36874 ____________________________________________________________________________
36875 [  8483] By: nick                                  on 2001/01/20  17:23:14
36876         Log: Integrate mainline.
36877      Branch: perlio
36878           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
36879           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
36880 ____________________________________________________________________________
36881 [  8482] By: jhi                                   on 2001/01/19  15:37:49
36882         Log: Update Changes.
36883      Branch: perl
36884            ! Changes patchlevel.h
36885 ____________________________________________________________________________
36886 [  8481] By: jhi                                   on 2001/01/19  14:41:24
36887         Log: Subject: Re: new feature: s?printf parameter reordering 
36888              From: Hugo <hv@crypt.compulink.co.uk>
36889              Date: Thu, 11 Jan 2001 17:09:03 +0000
36890              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
36891              
36892              - support reordering for all parameters: %, *v, *, .*
36893              - lay down that the reordering specification must immediately
36894              follow that parameter: %3$, *v3$, *3$, .*3$
36895              - fix vectorisation of a zero-length string
36896              - factor out the code choosing the argument to format
36897              
36898              Possibly unwanted side-effects:
36899              - the special format specifiers ' +-0' must now precede any
36900              vectorisation specifier. Tests in op/sprintf and op/ver
36901              have been changed to reflect this.
36902              - sprintf.t test #214 changed its expectations because in many
36903              cases, the next parameter has already been consumed when an
36904              invalid type letter is detected.
36905              
36906              Probably wanted side-effects:
36907              - attempts to format a non-existent parameter will warn as if C<undef>
36908              - attempt to write to non-existent parameter with '%n' will complain
36909              of "attempt to modify read-only value" instead of being silent
36910      Branch: perl
36911            ! sv.c t/op/sprintf.t t/op/ver.t
36912 ____________________________________________________________________________
36913 [  8480] By: jhi                                   on 2001/01/19  14:08:37
36914         Log: Subject: PATCH pragma/locale.t
36915              From: andreas.koenig@anima.de (Andreas J. Koenig)
36916              Date: 18 Jan 2001 09:45:37 +0100
36917              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
36918      Branch: perl
36919            ! t/pragma/locale.t
36920 ____________________________________________________________________________
36921 [  8479] By: jhi                                   on 2001/01/19  13:19:58
36922         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
36923      Branch: perl
36924            ! configure.com
36925 ____________________________________________________________________________
36926 [  8478] By: jhi                                   on 2001/01/19  02:12:35
36927         Log: Automate 1_compile.t.
36928      Branch: perl
36929            ! t/lib/1_compile.t
36930 ____________________________________________________________________________
36931 [  8477] By: jhi                                   on 2001/01/19  01:49:56
36932         Log: Integrate perlio.
36933      Branch: perl
36934           !> sv.c win32/config.bc win32/config.gc win32/config.vc
36935           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36936 ____________________________________________________________________________
36937 [  8476] By: nick                                  on 2001/01/18  21:51:52
36938         Log: Integrate mainline
36939      Branch: perlio
36940           +> t/lib/1_compile.t t/lib/compmod.pl
36941           !> MANIFEST configure.com lib/unicode/distinct.pm
36942 ____________________________________________________________________________
36943 [  8475] By: nick                                  on 2001/01/18  21:48:02
36944         Log: Win32 "safe signals" co-existance fix.
36945              Fix SIG_SIZE value.
36946              Clear PL_sig_pending when cloning (fork).
36947      Branch: perlio
36948            ! sv.c win32/config.bc win32/config.gc win32/config.vc
36949            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36950 ____________________________________________________________________________
36951 [  8474] By: jhi                                   on 2001/01/18  14:40:57
36952         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
36953      Branch: perl
36954            ! t/lib/1_compile.t
36955 ____________________________________________________________________________
36956 [  8473] By: gsar                                  on 2001/01/18  11:42:31
36957         Log: unsubmitted trial1 change
36958      Branch: maint-5.6/perl
36959            ! Changes
36960 ____________________________________________________________________________
36961 [  8472] By: jhi                                   on 2001/01/18  04:30:24
36962         Log: The first bug found by 1_compile.t.
36963      Branch: perl
36964            ! lib/unicode/distinct.pm
36965 ____________________________________________________________________________
36966 [  8471] By: jhi                                   on 2001/01/18  04:29:42
36967         Log: Add Schwern's 1_compile test.  The compile_module script renamed
36968              to be a bit shorter for the 8.3 people.
36969      Branch: perl
36970            + t/lib/1_compile.t t/lib/compmod.pl
36971            ! MANIFEST
36972 ____________________________________________________________________________
36973 [  8470] By: jhi                                   on 2001/01/18  04:16:00
36974         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)
36975              From: Peter Prymmer <pvhp@forte.com>
36976              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
36977              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
36978              Replace #8463.
36979      Branch: maint-5.6/perl
36980            ! configure.com
36981 ____________________________________________________________________________
36982 [  8469] By: jhi                                   on 2001/01/18  04:13:02
36983         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)
36984              From: Peter Prymmer <pvhp@forte.com>
36985              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
36986              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
36987              Replace #8462.
36988      Branch: perl
36989            ! configure.com
36990 ____________________________________________________________________________
36991 [  8468] By: jhi                                   on 2001/01/18  03:42:08
36992         Log: Integrate perlio.
36993      Branch: perl
36994           !> gv.c mg.c perlio.c util.c
36995 ____________________________________________________________________________
36996 [  8467] By: nick                                  on 2001/01/17  22:41:10
36997         Log: "Safe" signals - trial implementation.
36998              gv.c tweaked to zero PL_sig_pend array
36999              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
37000              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
37001              Odd thing is that it "works" with PERLIO=stdio as well (linux).
37002      Branch: perlio
37003            ! gv.c mg.c perlio.c util.c
37004 ____________________________________________________________________________
37005 [  8466] By: nick                                  on 2001/01/17  20:40:20
37006         Log: Integrate mainline.
37007      Branch: perlio
37008           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37009           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
37010           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
37011           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37012           !> vos/config.ga.h win32/config.bc win32/config.gc
37013           !> win32/config.vc
37014 ____________________________________________________________________________
37015 [  8465] By: jhi                                   on 2001/01/17  18:37:13
37016         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
37017              From: Nicholas Clark <nick@ccl4.org>
37018              Date: Wed, 17 Jan 2001 17:31:33 +0000
37019              Message-ID: <20010117173133.I2633@plum.flirble.org>
37020      Branch: perl
37021            ! t/op/int.t
37022 ____________________________________________________________________________
37023 [  8464] By: jhi                                   on 2001/01/17  14:43:17
37024         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
37025              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37026              Date: Wed, 17 Jan 2001 15:16:43 +0100
37027              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
37028              
37029              pp_int() was dropping an NV to the floor,
37030              int(279964589018079/59) either returned not an integer
37031              4745162525730.15, or one got "Attempt to free unreferenced scalar."
37032      Branch: perl
37033            ! pp.c
37034 ____________________________________________________________________________
37035 [  8463] By: jhi                                   on 2001/01/17  06:12:42
37036         Log: (Replaced by #8470)
37037              
37038              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)
37039              From: "Craig A. Berry" <craigberry@mac.com>
37040              Date: Tue, 16 Jan 2001 23:38:46 -0600
37041              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
37042      Branch: maint-5.6/perl
37043            ! configure.com
37044 ____________________________________________________________________________
37045 [  8462] By: jhi                                   on 2001/01/17  06:11:31
37046         Log: (Replaced by #8469)
37047              
37048              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)
37049              From: "Craig A. Berry" <craigberry@mac.com>
37050              Date: Tue, 16 Jan 2001 23:38:46 -0600
37051              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
37052      Branch: perl
37053            ! configure.com
37054 ____________________________________________________________________________
37055 [  8461] By: jhi                                   on 2001/01/17  05:56:12
37056         Log: Allow for one trailing slash in the directory of mkdir().
37057      Branch: perl
37058            ! pp_sys.c
37059 ____________________________________________________________________________
37060 [  8460] By: jhi                                   on 2001/01/17  03:26:01
37061         Log: Metaconfig unit changes for #8459.
37062      Branch: metaconfig
37063            ! U/modified/Loc.U U/modified/sig_name.U
37064 ____________________________________________________________________________
37065 [  8459] By: jhi                                   on 2001/01/17  03:24:48
37066         Log: Define SIG_SIZE, the number of elements in the sig_name and
37067              sig_num arrays, including the final NULL entry.
37068      Branch: perl
37069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37070            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
37071            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
37072            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37073            ! win32/config.bc win32/config.gc win32/config.vc
37074 ____________________________________________________________________________
37075 [  8458] By: jhi                                   on 2001/01/17  01:41:33
37076         Log: Integrate perlio.
37077      Branch: perl
37078           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
37079           !> perlapi.h proto.h sv.c
37080 ____________________________________________________________________________
37081 [  8457] By: nick                                  on 2001/01/16  22:07:26
37082         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
37083              Provides all the "cost" but no benefit yet - it is to allow cost
37084              to be measured, and implementation experiments (just in mg.c?).
37085      Branch: perlio
37086            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
37087            ! perlapi.h proto.h sv.c
37088 ____________________________________________________________________________
37089 [  8456] By: nick                                  on 2001/01/16  21:07:07
37090         Log: Integrate mainline.
37091      Branch: perlio
37092           !> (integrate 51 files)
37093 ____________________________________________________________________________
37094 [  8455] By: jhi                                   on 2001/01/16  18:13:43
37095         Log: Subject: [PATCH] regcomp.c old feature removal
37096              From: mjd@plover.com
37097              Date: 16 Jan 2001 14:43:18 -0000 
37098              Message-ID: <20010116144318.7140.qmail@plover.com> 
37099      Branch: perl
37100            ! regcomp.c
37101 ____________________________________________________________________________
37102 [  8454] By: jhi                                   on 2001/01/16  16:12:39
37103         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
37104              From: "Indy Singh" <indy@nusphere.com>
37105              Date: Wed, 10 Jan 2001 20:17:49 -0500
37106              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
37107      Branch: maint-5.6/perl
37108            ! win32/Makefile
37109 ____________________________________________________________________________
37110 [  8453] By: jhi                                   on 2001/01/16  16:09:33
37111         Log: Update Changes.
37112      Branch: perl
37113            ! Changes patchlevel.h
37114 ____________________________________________________________________________
37115 [  8452] By: jhi                                   on 2001/01/16  15:42:04
37116         Log: Subject: Re: API Cleanup
37117              To: perl5-porters@perl.org
37118              Date: Tue, 16 Jan 2001 13:42:30 +0000
37119              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
37120              
37121              Subject: [PATCH] utf8.c documentation
37122              From: Simon Cozens <simon@cozens.net>
37123              Date: Tue, 16 Jan 2001 13:52:48 +0000
37124              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
37125              
37126              Subject: Re: API Cleanup
37127              From: Simon Cozens <simon@cozens.net>
37128              Date: Tue, 16 Jan 2001 14:58:55 +0000
37129              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
37130              
37131              UTF-8 doc patches.
37132      Branch: perl
37133            ! embed.pl pod/perlapi.pod utf8.c
37134 ____________________________________________________________________________
37135 [  8451] By: jhi                                   on 2001/01/16  14:41:39
37136         Log: podlators 1.07, from Russ Allbery.
37137      Branch: perl
37138            ! lib/Pod/Man.pm
37139 ____________________________________________________________________________
37140 [  8450] By: jhi                                   on 2001/01/16  14:24:19
37141         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
37142              From: "Indy Singh" <indy@nusphere.com>
37143              Date: Mon, 15 Jan 2001 20:59:40 -0500
37144              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
37145      Branch: perl
37146            ! win32/Makefile
37147 ____________________________________________________________________________
37148 [  8449] By: jhi                                   on 2001/01/16  03:42:55
37149         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
37150              at the setting of the ofs_sv in new_struct_thread() as the
37151              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
37152              that invited a core dump.
37153      Branch: perl
37154            ! util.c
37155 ____________________________________________________________________________
37156 [  8448] By: jhi                                   on 2001/01/16  01:49:07
37157         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
37158              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37159              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
37160              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
37161              
37162              Replace #8444 and #8445.
37163      Branch: perl
37164            ! ext/B/B.xs ext/B/B/Debug.pm
37165 ____________________________________________________________________________
37166 [  8447] By: jhi                                   on 2001/01/15  21:05:35
37167         Log: Subject: [PATCH] API Variable documentation   
37168              From: Simon Cozens <simon@cozens.net>
37169              Date: Mon, 15 Jan 2001 19:35:54 +0000
37170              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
37171      Branch: perl
37172            ! pod/perlapi.pod thrdvar.h
37173 ____________________________________________________________________________
37174 [  8446] By: jhi                                   on 2001/01/15  20:49:20
37175         Log: Signedness nit.
37176      Branch: perl
37177            ! pp_ctl.c
37178 ____________________________________________________________________________
37179 [  8445] By: jhi                                   on 2001/01/15  20:28:48
37180         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
37181      Branch: perl
37182            ! ext/B/B/Debug.pm
37183 ____________________________________________________________________________
37184 [  8444] By: jhi                                   on 2001/01/15  13:09:10
37185         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
37186      Branch: perl
37187            ! ext/B/B.xs
37188 ____________________________________________________________________________
37189 [  8443] By: jhi                                   on 2001/01/15  13:06:26
37190         Log: Missing from #8439.
37191      Branch: perl
37192            ! keywords.h mg.c
37193 ____________________________________________________________________________
37194 [  8442] By: jhi                                   on 2001/01/15  13:02:38
37195         Log: Subject: [PATCH @8436] Eliminate op_children
37196              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37197              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
37198              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
37199              
37200              Subject: [PATCH @8436] Re: Eliminate op_children
37201              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37202              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
37203              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
37204      Branch: perl
37205            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
37206            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
37207            ! op.c op.h
37208 ____________________________________________________________________________
37209 [  8441] By: jhi                                   on 2001/01/15  12:57:08
37210         Log: Use the /^Perl_/-less form of is_lvalue_sub().
37211      Branch: perl
37212            ! pp.h
37213 ____________________________________________________________________________
37214 [  8440] By: jhi                                   on 2001/01/15  05:13:09
37215         Log: Revert #8437 and #8438, the Linux large files story is more complex.
37216      Branch: metaconfig/U/perl
37217            ! d_fpos64_t.U d_off64_t.U
37218      Branch: perl
37219            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37220            ! config_h.SH configure.com epoc/config.sh perl.h
37221            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
37222            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37223            ! win32/config.bc win32/config.gc win32/config.vc
37224 ____________________________________________________________________________
37225 [  8439] By: jhi                                   on 2001/01/15  05:02:24
37226         Log: More UTF-8 patches from Inaba Hiroto.
37227              - The substr lval was still not okay.
37228              - Now pp_stringify and sv_setsv copies source's UTF8 flag
37229              even if IN_BYTE.  pp_stringify is called from fold_constants
37230              at optimization phase and "\x{100}" was made SvUTF8_off under
37231              use bytes (the bytes pragma is for "byte semantics" and not
37232              for "do not produce UTF8 data")
37233              - New `qu' operator to generate UTF8 string explicitly.
37234              Though I agree with the policy "0x00-0xff always produce bytes",
37235              sometimes want to such a string to be coded in UTF8.
37236              I can use pack"U0a*" but it requires more typing and has
37237              runtime overhead.
37238              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
37239              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
37240              string is not UTF8_on and has char 0x80-0xff.
37241              
37242              TODO: document and test qu.
37243      Branch: perl
37244            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
37245            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
37246            ! toke.c
37247 ____________________________________________________________________________
37248 [  8438] By: jhi                                   on 2001/01/14  05:10:23
37249         Log: Metaconfig unit changes for #8437.
37250      Branch: metaconfig/U/perl
37251            ! d_fpos64_t.U d_off64_t.U
37252 ____________________________________________________________________________
37253 [  8437] By: jhi                                   on 2001/01/14  04:55:34
37254         Log: Add <features.h> probing, seems to be needed for (some?)
37255              Linux largefileness.
37256      Branch: perl
37257            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37258            ! config_h.SH configure.com epoc/config.sh perl.h
37259            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
37260            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37261            ! win32/config.bc win32/config.gc win32/config.vc
37262 ____________________________________________________________________________
37263 [  8436] By: jhi                                   on 2001/01/13  17:47:21
37264         Log: Tighten some of the tests a bit.
37265      Branch: perl
37266            ! t/pragma/utf8.t
37267 ____________________________________________________________________________
37268 [  8435] By: jhi                                   on 2001/01/13  17:31:54
37269         Log: Integrate perlio.
37270      Branch: perl
37271           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
37272           !> win32/config_H.gc win32/config_H.vc
37273 ____________________________________________________________________________
37274 [  8434] By: nick                                  on 2001/01/13  11:36:53
37275         Log: Run dmake regen_config_h for Win32
37276      Branch: perlio
37277            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37278 ____________________________________________________________________________
37279 [  8433] By: nick                                  on 2001/01/13  11:31:55
37280         Log: VMS friendly patch to Encode compile process
37281      Branch: perlio
37282            ! ext/Encode/Makefile.PL ext/Encode/compile
37283 ____________________________________________________________________________
37284 [  8432] By: nick                                  on 2001/01/13  11:06:44
37285         Log: Integrate mainline
37286      Branch: perlio
37287           +> ext/B/B/Concise.pm
37288           !> (integrate 52 files)
37289 ____________________________________________________________________________
37290 [  8431] By: jhi                                   on 2001/01/13  05:55:55
37291         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
37292              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37293              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
37294              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
37295      Branch: perl
37296            ! ext/B/B/Concise.pm
37297 ____________________________________________________________________________
37298 [  8430] By: jhi                                   on 2001/01/13  04:24:18
37299         Log: The LVRET macro needed an aTHX.
37300      Branch: perl
37301            ! pp.h
37302 ____________________________________________________________________________
37303 [  8429] By: jhi                                   on 2001/01/13  02:12:42
37304         Log: Update Changes.
37305      Branch: perl
37306            ! Changes patchlevel.h
37307 ____________________________________________________________________________
37308 [  8428] By: jhi                                   on 2001/01/13  02:08:50
37309         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
37310              From: Peter Prymmer <pvhp@forte.com>
37311              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
37312              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
37313              
37314              Add a BEGIN guard for sloppy floating point division.
37315      Branch: perl
37316            ! lib/Math/BigInt.pm lib/bigint.pl
37317 ____________________________________________________________________________
37318 [  8427] By: jhi                                   on 2001/01/13  01:47:16
37319         Log: The B::Terse drop-in replacement wasn't quite drop-in.
37320      Branch: perl
37321            ! ext/B/B/Terse.pm
37322 ____________________________________________________________________________
37323 [  8426] By: jhi                                   on 2001/01/12  21:20:43
37324         Log: Use UVXf.
37325      Branch: perl
37326            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37327            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
37328            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
37329            ! vos/config.ga.def vos/config.ga.h win32/config.bc
37330            ! win32/config.gc win32/config.vc
37331 ____________________________________________________________________________
37332 [  8425] By: jhi                                   on 2001/01/12  20:20:14
37333         Log: Subject: [PATCH perl@8342] -Wformat
37334              From: Robin Barker <rmb1@cise.npl.co.uk>
37335              Date: Fri, 12 Jan 2001 20:03:14 GMT
37336              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
37337      Branch: perl
37338            ! ext/Encode/Encode.xs mg.c sv.c toke.c
37339 ____________________________________________________________________________
37340 [  8424] By: jhi                                   on 2001/01/12  20:01:48
37341         Log: Subject: B::Concise -- an improved replacement for B::Terse 
37342              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37343              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
37344              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
37345      Branch: perl
37346            + ext/B/B/Concise.pm
37347            ! MANIFEST ext/B/B/Terse.pm
37348 ____________________________________________________________________________
37349 [  8423] By: jhi                                   on 2001/01/12  19:24:02
37350         Log: The new metaconfig unit from the #8421.
37351      Branch: metaconfig/U/perl
37352            + d_sigprocmask.U
37353 ____________________________________________________________________________
37354 [  8422] By: jhi                                   on 2001/01/12  19:23:43
37355         Log: Forgot the microperl config from the #8421.
37356      Branch: perl
37357            ! uconfig.h uconfig.sh
37358 ____________________________________________________________________________
37359 [  8421] By: jhi                                   on 2001/01/12  19:05:27
37360         Log: Add sigprocmask() probe, regen Configure, regen toc.
37361      Branch: perl
37362            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37363            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
37364            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37365            ! vos/config.ga.h win32/config.bc win32/config.gc
37366            ! win32/config.vc
37367 ____________________________________________________________________________
37368 [  8420] By: jhi                                   on 2001/01/12  18:34:31
37369         Log: Add sockatmark() to the todo list.
37370      Branch: perl
37371            ! Todo-5.6
37372 ____________________________________________________________________________
37373 [  8419] By: jhi                                   on 2001/01/12  18:09:46
37374         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
37375      Branch: perl
37376            ! op.c
37377 ____________________________________________________________________________
37378 [  8418] By: jhi                                   on 2001/01/12  18:05:30
37379         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
37380              From: Radu Greab <radu@netsoft.ro>
37381              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
37382              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
37383      Branch: perl
37384            ! op.c t/pragma/sub_lval.t
37385 ____________________________________________________________________________
37386 [  8417] By: jhi                                   on 2001/01/12  16:09:09
37387         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
37388              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
37389              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
37390              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
37391      Branch: perl
37392            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
37393            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
37394            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
37395            ! t/pragma/sub_lval.t toke.c
37396 ____________________________________________________________________________
37397 [  8416] By: jhi                                   on 2001/01/12  15:42:06
37398         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
37399              From: "Richard Soderberg" <rs@crystalflame.net>
37400              Date: Fri, 12 Jan 2001 04:49:35 -0800
37401              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
37402              
37403              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
37404              according to the platform.
37405      Branch: perl
37406            ! op.c
37407 ____________________________________________________________________________
37408 [  8415] By: jhi                                   on 2001/01/12  15:33:41
37409         Log: One more UTF-8 fix from Inaba Hiroto.
37410      Branch: perl
37411            ! pp.c regexec.c t/pragma/utf8.t
37412 ____________________________________________________________________________
37413 [  8414] By: jhi                                   on 2001/01/12  15:30:18
37414         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
37415      Branch: perl
37416            ! regexec.c
37417 ____________________________________________________________________________
37418 [  8413] By: jhi                                   on 2001/01/12  15:22:10
37419         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
37420              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37421              Date: Thu, 11 Jan 2001 12:53:36 +0100
37422              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
37423      Branch: perl
37424            ! toke.c
37425 ____________________________________________________________________________
37426 [  8412] By: jhi                                   on 2001/01/12  15:20:25
37427         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
37428              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37429              Date: Fri, 12 Jan 2001 14:37:55 +0100
37430              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
37431      Branch: perl
37432            ! hints/posix-bc.sh
37433 ____________________________________________________________________________
37434 [  8411] By: jhi                                   on 2001/01/12  15:14:14
37435         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
37436              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37437              Date: Fri, 12 Jan 2001 10:42:21 +0100
37438              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
37439      Branch: perl
37440            ! t/op/regmesg.t
37441 ____________________________________________________________________________
37442 [  8410] By: jhi                                   on 2001/01/12  05:48:55
37443         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
37444              From: Nicholas Clark <nick@ccl4.org> 
37445              Date: Sun, 7 Jan 2001 19:47:14 +0000
37446              Message-ID: <20010107194714.B1048@plum.flirble.org>
37447      Branch: perl
37448            ! t/op/numconvert.t
37449 ____________________________________________________________________________
37450 [  8409] By: jhi                                   on 2001/01/12  05:41:28
37451         Log: Integrate perlio.
37452      Branch: perl
37453           !> mg.c scope.h
37454 ____________________________________________________________________________
37455 [  8408] By: nick                                  on 2001/01/11  22:43:28
37456         Log: Remove variables that were used in experiments.
37457      Branch: perlio
37458            ! mg.c
37459 ____________________________________________________________________________
37460 [  8407] By: nick                                  on 2001/01/11  20:57:44
37461         Log: Catch die in %SIG handler and unblock the signal before re-dying.
37462              This make Linux work _without_ sigsetjmp().
37463              Turn off sigsetjmp() to see what else it does.
37464              May need Configure probe for sigprocmask() if anything has sigaction()
37465              but not sigprocmask().
37466      Branch: perlio
37467            ! mg.c scope.h
37468 ____________________________________________________________________________
37469 [  8406] By: nick                                  on 2001/01/11  19:32:07
37470         Log: Integrate mainline
37471      Branch: perlio
37472           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
37473           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
37474           !> t/op/substr.t
37475 ____________________________________________________________________________
37476 [  8405] By: jhi                                   on 2001/01/11  17:11:01
37477         Log: Fix UTF-8 lval substr().
37478      Branch: perl
37479            ! mg.c t/op/substr.t
37480 ____________________________________________________________________________
37481 [  8404] By: jhi                                   on 2001/01/11  05:13:58
37482         Log: Update Changes.
37483      Branch: perl
37484            ! Changes patchlevel.h
37485 ____________________________________________________________________________
37486 [  8403] By: jhi                                   on 2001/01/11  04:38:24
37487         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
37488              From: Hugo <hv@crypt.compulink.co.uk>
37489              Date: Mon, 30 Oct 2000 01:33:26 +0000
37490              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
37491      Branch: perl
37492            ! regexec.c t/op/re_tests
37493 ____________________________________________________________________________
37494 [  8402] By: jhi                                   on 2001/01/11  04:26:12
37495         Log: Integrate perlio.
37496      Branch: perl
37497           !> scope.h util.c
37498 ____________________________________________________________________________
37499 [  8401] By: nick                                  on 2001/01/10  22:52:55
37500         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
37501              (So Alan and Ilya can try setting via hints.)
37502              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
37503              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
37504              doing the save everywhere seems to restart read() correctly, but just
37505              doing it once "round" the handler does not.
37506      Branch: perlio
37507            ! scope.h
37508 ____________________________________________________________________________
37509 [  8400] By: jhi                                   on 2001/01/10  21:57:54
37510         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
37511              of IRIX, HP-UX is unaffected.
37512      Branch: perl
37513            ! perl.h
37514 ____________________________________________________________________________
37515 [  8399] By: nick                                  on 2001/01/10  21:29:19
37516         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
37517      Branch: perlio
37518            ! util.c
37519 ____________________________________________________________________________
37520 [  8398] By: jhi                                   on 2001/01/10  20:55:31
37521         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
37522              also have ReusePort.
37523      Branch: perl
37524            ! ext/IO/lib/IO/Socket/INET.pm
37525 ____________________________________________________________________________
37526 [  8397] By: jhi                                   on 2001/01/10  20:50:57
37527         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
37528              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
37529              Date: Wed, 10 Jan 2001 01:38:13 -0800
37530              Message-ID: <20010110013813.B41744@yahoo-inc.com>
37531      Branch: perl
37532            ! ext/IO/lib/IO/Socket/INET.pm
37533 ____________________________________________________________________________
37534 [  8396] By: jhi                                   on 2001/01/10  20:49:30
37535         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
37536              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
37537              Date: Wed, 10 Jan 2001 01:37:32 -0800
37538              Message-ID: <20010110013732.A41744@yahoo-inc.com>
37539      Branch: perl
37540            ! ext/Socket/Socket.pm
37541 ____________________________________________________________________________
37542 [  8395] By: jhi                                   on 2001/01/10  20:41:37
37543         Log: Test for bug id 20010105.016 (fixed by #8378).
37544      Branch: perl
37545            ! t/op/split.t
37546 ____________________________________________________________________________
37547 [  8394] By: jhi                                   on 2001/01/10  20:26:32
37548         Log: Integrate perlio.
37549      Branch: perl
37550            ! util.c
37551 ____________________________________________________________________________
37552 [  8393] By: nick                                  on 2001/01/10  19:34:30
37553         Log: Back out Simon's pid hackery for now.
37554      Branch: perlio
37555            ! util.c
37556 ____________________________________________________________________________
37557 [  8392] By: nick                                  on 2001/01/10  19:23:13
37558         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
37559      Branch: perlio
37560           !> (integrate 29 files)
37561 ____________________________________________________________________________
37562 [  8391] By: jhi                                   on 2001/01/10  18:43:15
37563         Log: Subject: [PATCH] Fix my_pclose segfault
37564              From: Simon Cozens <simon@cozens.net>
37565              Date: Wed, 10 Jan 2001 18:39:35 +0000
37566              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
37567      Branch: perl
37568            ! util.c
37569 ____________________________________________________________________________
37570 [  8390] By: jhi                                   on 2001/01/10  18:42:08
37571         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
37572              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37573              Date:     Wed, 10 Jan 2001 13:23:02 EST
37574              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
37575      Branch: perl
37576            ! ext/Opcode/Opcode.xs
37577 ____________________________________________________________________________
37578 [  8389] By: jhi                                   on 2001/01/10  15:16:07
37579         Log: Turn off the integer preservation for now.
37580      Branch: perl
37581            ! perl.h
37582 ____________________________________________________________________________
37583 [  8388] By: jhi                                   on 2001/01/10  15:01:25
37584         Log: Few more IDE/editor nits from p5p.
37585      Branch: perl
37586            ! pod/perlfaq3.pod
37587 ____________________________________________________________________________
37588 [  8387] By: jhi                                   on 2001/01/10  06:53:16
37589         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
37590              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
37591              Date: Tue, 9 Jan 2001 23:16:02 +0000
37592              Message-ID: <20010109231602.A81101@plum.flirble.org>
37593      Branch: perl
37594            ! sv.c
37595 ____________________________________________________________________________
37596 [  8386] By: jhi                                   on 2001/01/10  03:17:54
37597         Log: Test cases for #8385 (from Simon's "torture.pl")
37598      Branch: perl
37599            ! t/op/tr.t
37600 ____________________________________________________________________________
37601 [  8385] By: jhi                                   on 2001/01/10  03:17:11
37602         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
37603              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
37604              Date: Wed, 10 Jan 2001 11:39:39 +0900
37605              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
37606              
37607              Some more UTF-8 tr cases fixed.
37608      Branch: perl
37609            ! doop.c
37610 ____________________________________________________________________________
37611 [  8384] By: jhi                                   on 2001/01/09  22:45:40
37612         Log: Allow the locale test needing POSIX and the taint test
37613              needing IPC::SysV to run under 'minitest' (basically,
37614              bail out if loading the extension fails)
37615      Branch: perl
37616            ! t/op/misc.t t/op/taint.t
37617 ____________________________________________________________________________
37618 [  8383] By: jhi                                   on 2001/01/09  21:36:04
37619         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
37620              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37621              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
37622              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
37623      Branch: perl
37624            ! t/io/openpid.t
37625 ____________________________________________________________________________
37626 [  8382] By: jhi                                   on 2001/01/09  21:06:08
37627         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
37628              Should finish up the bug id 20001205.022.
37629      Branch: perl
37630            ! pp.c pp_hot.c scope.c
37631 ____________________________________________________________________________
37632 [  8381] By: jhi                                   on 2001/01/09  18:27:43
37633         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
37634              From: Andy Dougherty <doughera@lafayette.edu>
37635              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
37636              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
37637              
37638              More robust yacc/bison error detection.
37639      Branch: perl
37640            ! t/comp/proto.t
37641 ____________________________________________________________________________
37642 [  8380] By: jhi                                   on 2001/01/09  15:21:38
37643         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
37644              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37645              Date:     Tue, 9 Jan 2001 07:53:55 EST
37646              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
37647      Branch: perl
37648            ! t/op/misc.t vms/test.com
37649 ____________________________________________________________________________
37650 [  8379] By: jhi                                   on 2001/01/09  15:20:38
37651         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
37652              From: jhi@cc.hut.fi
37653              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
37654              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
37655              
37656              The #8378 fixed this.
37657      Branch: perl
37658            ! t/op/tr.t
37659 ____________________________________________________________________________
37660 [  8378] By: jhi                                   on 2001/01/09  15:05:32
37661         Log: Subject: One more patch for UTF8 
37662              From: Inaba Hiroto <inaba@st.rim.or.jp>
37663              Date: Tue, 09 Jan 2001 01:04:32 +0900
37664              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
37665              
37666              UTF-8 fixes for 'x' and tr///.
37667      Branch: perl
37668            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
37669            ! regcomp.c regexec.c toke.c utf8.c
37670 ____________________________________________________________________________
37671 [  8377] By: jhi                                   on 2001/01/09  14:32:17
37672         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
37673      Branch: perl
37674            ! t/op/length.t
37675 ____________________________________________________________________________
37676 [  8376] By: jhi                                   on 2001/01/09  04:32:32
37677         Log: integrate changes #7775, #8316, #8316 from mainline
37678      Branch: maint-5.6/perl
37679            ! hints/solaris_2.sh
37680 ____________________________________________________________________________
37681 [  8375] By: jhi                                   on 2001/01/09  04:26:43
37682         Log: Update Changes.
37683      Branch: perl
37684            ! Changes patchlevel.h
37685 ____________________________________________________________________________
37686 [  8374] By: jhi                                   on 2001/01/09  04:14:32
37687         Log: IDE/editor section tweaking.
37688      Branch: perl
37689            ! pod/perlfaq3.pod
37690 ____________________________________________________________________________
37691 [  8373] By: jhi                                   on 2001/01/09  02:38:26
37692         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
37693              From: Peter Prymmer <pvhp@forte.com>
37694              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
37695              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
37696              
37697              In preparation os OS/390 dynamic loading.
37698      Branch: perl
37699            ! README.os390 hints/os390.sh
37700 ____________________________________________________________________________
37701 [  8372] By: jhi                                   on 2001/01/09  00:24:30
37702         Log: Integrate with perlio.
37703      Branch: perl
37704           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
37705 ____________________________________________________________________________
37706 [  8371] By: nick                                  on 2001/01/08  23:54:33
37707         Log: Fix "scalars leaked" bugs caused by overload magic
37708              (Highlighted by Ilya's DESTROY optimization.)
37709      Branch: perlio
37710            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
37711 ____________________________________________________________________________
37712 [  8370] By: nick                                  on 2001/01/08  20:19:41
37713         Log: Integrate mainline
37714      Branch: perlio
37715           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
37716           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
37717           !> t/op/64bitint.t
37718 ____________________________________________________________________________
37719 [  8369] By: jhi                                   on 2001/01/08  17:30:52
37720         Log: save_delete() Safefree() doesn't (anymore?) work with shared
37721              strings, one test failure in op/misc and almost all of lib/b.
37722              (Outcomments #8369.)
37723      Branch: perl
37724            ! scope.c
37725 ____________________________________________________________________________
37726 [  8368] By: jhi                                   on 2001/01/08  14:47:10
37727         Log: (Outcommented by #8369.)
37728              
37729              Subject: Re: Perl BugID 20001205.022 ---- save_delete
37730              From: Simon Cozens <simon@cozens.net>
37731              Date: Sat, 6 Jan 2001 11:48:40 +0000
37732              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
37733              
37734              The save_delete() does need the Safefree.
37735      Branch: perl
37736            ! scope.c
37737 ____________________________________________________________________________
37738 [  8367] By: bailey                                on 2001/01/08  08:53:52
37739         Log: Once again syncing after too long an absence
37740      Branch: vmsperl
37741           +> (branch 55 files)
37742            - MAINTAIN fix_pl vos/config.def vos/config.h
37743            - vos/config_h.SH_orig
37744           !> (integrate 498 files)
37745 ____________________________________________________________________________
37746 [  8366] By: jhi                                   on 2001/01/08  02:42:59
37747         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
37748              From: nick@ccl4.org
37749              Date: Sun, 7 Jan 2001 21:07:18 +0000
37750              Message-Id: <20010107210717.D1048@plum.flirble.org>
37751      Branch: perl
37752            ! sv.c t/op/64bitint.t
37753 ____________________________________________________________________________
37754 [  8365] By: jhi                                   on 2001/01/08  02:35:16
37755         Log: Subject: [PATCH] environ nit
37756              From: Simon Cozens <simon@cozens.net>
37757              Date: Sun, 7 Jan 2001 17:57:07 +0000
37758              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
37759              
37760              Use environ only if we have it.
37761      Branch: perl
37762            ! mg.c
37763 ____________________________________________________________________________
37764 [  8364] By: jhi                                   on 2001/01/08  02:24:51
37765         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
37766      Branch: perl
37767            ! ext/GDBM_File/GDBM_File.xs
37768 ____________________________________________________________________________
37769 [  8363] By: jhi                                   on 2001/01/08  02:19:24
37770         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
37771              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37772              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
37773              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
37774      Branch: perl
37775            ! dump.c op.c
37776 ____________________________________________________________________________
37777 [  8362] By: jhi                                   on 2001/01/08  02:17:43
37778         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
37779              From: Doug MacEachern <dougm@covalent.net>
37780              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
37781              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
37782              
37783              Allow AUTOLOAD to be an xsub and allow such xsubs
37784              to avoid use of $AUTOLOAD.
37785      Branch: perl
37786            ! gv.c
37787 ____________________________________________________________________________
37788 [  8361] By: jhi                                   on 2001/01/08  02:16:07
37789         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
37790              From: Radu Greab <radu@netsoft.ro>
37791              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
37792              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
37793              
37794              No need for the potentially unportable $SIG{CHLD}.
37795      Branch: perl
37796            ! t/io/pipe.t
37797 ____________________________________________________________________________
37798 [  8360] By: jhi                                   on 2001/01/08  01:58:23
37799         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
37800      Branch: perl
37801            ! lib/Getopt/Long.pm
37802 ____________________________________________________________________________
37803 [  8359] By: jhi                                   on 2001/01/08  01:55:44
37804         Log: Integrate perlio.
37805      Branch: perl
37806           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
37807           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
37808           !> utf8.c win32/Makefile
37809 ____________________________________________________________________________
37810 [  8358] By: jhi                                   on 2001/01/07  21:16:50
37811         Log: Update the EPOC cross SDK URL.
37812      Branch: perl
37813            ! README.epoc
37814 ____________________________________________________________________________
37815 [  8357] By: jhi                                   on 2001/01/07  21:16:09
37816         Log: Update the EPOC cross SDK URL.
37817      Branch: maint-5.6/perl
37818            ! README.epoc
37819 ____________________________________________________________________________
37820 [  8356] By: nick                                  on 2001/01/06  21:47:52
37821         Log: FILE * in XS code for PerlIO world:
37822              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
37823              - Add FILE * T_STDIO typemap.
37824              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
37825      Branch: perlio
37826            ! lib/ExtUtils/typemap perlio.c perlio.h
37827 ____________________________________________________________________________
37828 [  8355] By: jhi                                   on 2001/01/06  20:27:15
37829         Log: integrate change #8336 from mainline
37830              
37831              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
37832      Branch: maint-5.6/perl
37833            ! hv.c
37834 ____________________________________________________________________________
37835 [  8354] By: jhi                                   on 2001/01/06  20:24:29
37836         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37837              From: Robin Barker <rmb1@cise.npl.co.uk>
37838              Date: Fri, 22 Dec 2000 12:17:38 GMT
37839              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
37840              
37841              The patch reformats some long =item lines so they give
37842              correct output via pod2man | nroff -man
37843              
37844              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37845              From: Robin Barker <rmb1@cise.npl.co.uk>
37846              Date: Tue, 2 Jan 2001 15:35:03 GMT
37847              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
37848              
37849              Here is a _further_ patch which corrects a few more errors:
37850              * an empty C<=item> in CPAN.pm
37851              * patching the wrong file (pod/perlamiga.pod not README.amiga)
37852              * leaving empty C<=item>s which formatted incorrectly
37853              * over long C<=item>s revealed by latest patch to Pod::Man
37854      Branch: maint-5.6/perl
37855            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
37856            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
37857            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
37858            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
37859            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
37860            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
37861 ____________________________________________________________________________
37862 [  8353] By: jhi                                   on 2001/01/06  20:21:10
37863         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
37864              
37865              UTF-8 hash keys.
37866      Branch: maint-5.6/perl
37867            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
37868 ____________________________________________________________________________
37869 [  8352] By: jhi                                   on 2001/01/06  20:18:44
37870         Log: Forgotten from #8438.
37871      Branch: maint-5.6/perl
37872            ! epoc/epocish.h
37873 ____________________________________________________________________________
37874 [  8351] By: jhi                                   on 2001/01/06  20:18:12
37875         Log: Forgotten from #8347.
37876      Branch: maint-5.6/perl
37877            ! config_h.SH
37878 ____________________________________________________________________________
37879 [  8350] By: jhi                                   on 2001/01/06  20:00:19
37880         Log: Thinko in #8347.
37881      Branch: maint-5.6/perl
37882            ! regcomp.c
37883 ____________________________________________________________________________
37884 [  8349] By: jhi                                   on 2001/01/06  18:05:30
37885         Log: Copy the FAQ3 IDE section from the development branch,
37886              changes originally by Peter Prymmer.
37887      Branch: maint-5.6/perl
37888            ! pod/perlfaq3.pod
37889 ____________________________________________________________________________
37890 [  8348] By: jhi                                   on 2001/01/06  18:03:02
37891         Log: EPOC updates for TRIAL1.
37892              
37893              Subject: [5.6.1 trial1] EPOC update
37894              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37895              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
37896              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
37897              
37898              Subject: epoc patch2 for perl-5.6.1-trial1
37899              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37900              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
37901              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
37902      Branch: maint-5.6/perl
37903            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
37904            ! epoc/epocish.c
37905 ____________________________________________________________________________
37906 [  8347] By: jhi                                   on 2001/01/06  17:29:10
37907         Log: integrate changes #7710,7824,7973 from mainline,
37908              plus VMS nits from Peter Prymmer and Dan Sugalski.
37909              
37910              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
37911              library (getprotobyname and getprotobynumber are outversioned by
37912              the same calls in libc, at least for xlc version 3.
37913              
37914              Add HAS_SBRK_PROTO.
37915              
37916              Fixes for signedness warnings noticed by VMSperlers.
37917      Branch: maint-5.6/perl
37918            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37919            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
37920            ! sv.c vms/descrip_mms.template vos/config.alpha.def
37921            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37922            ! win32/config.bc win32/config.gc win32/config.vc
37923 ____________________________________________________________________________
37924 [  8346] By: nick                                  on 2001/01/06  14:36:01
37925         Log: Fixup accumulated integrate muddles (perlio == devperl again)
37926      Branch: perlio
37927            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
37928 ____________________________________________________________________________
37929 [  8345] By: nick                                  on 2001/01/06  14:24:58
37930         Log: Integrate mainline
37931      Branch: perlio
37932           !> (integrate 55 files)
37933 ____________________________________________________________________________
37934 [  8344] By: jhi                                   on 2001/01/06  02:24:02
37935         Log: Subject: [patch] PerlIO_cleanup() prototype
37936              From: Doug MacEachern <dougm@covalent.net>
37937              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
37938              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
37939      Branch: perl
37940            ! perlio.h
37941 ____________________________________________________________________________
37942 [  8343] By: jhi                                   on 2001/01/06  01:04:09
37943         Log: IRIX compiler noticed that the bof initialization might be
37944              bypassed by control flow.
37945      Branch: perl
37946            ! toke.c
37947 ____________________________________________________________________________
37948 [  8342] By: jhi                                   on 2001/01/06  00:10:48
37949         Log: Update Changes.
37950      Branch: perl
37951            ! Changes patchlevel.h
37952 ____________________________________________________________________________
37953 [  8341] By: jhi                                   on 2001/01/05  23:52:33
37954         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
37955      Branch: perl
37956            ! toke.c
37957 ____________________________________________________________________________
37958 [  8340] By: jhi                                   on 2001/01/05  22:44:08
37959         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
37960              From: Radu Greab <radu@netsoft.ro>
37961              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
37962              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
37963      Branch: perl
37964            ! t/io/pipe.t util.c
37965 ____________________________________________________________________________
37966 [  8339] By: jhi                                   on 2001/01/05  22:35:17
37967         Log: Subject: [PATCH] format and rewording in perlfaq.pod
37968              From: Robin Barker <rmb1@cise.npl.co.uk>
37969              Date: Fri, 5 Jan 2001 18:51:20 GMT
37970              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
37971      Branch: perl
37972            ! pod/perlfaq.pod
37973 ____________________________________________________________________________
37974 [  8338] By: jhi                                   on 2001/01/05  22:31:17
37975         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
37976              From: Peter Prymmer <pvhp@forte.com>
37977              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
37978              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
37979      Branch: perl
37980            ! utils/perlbug.PL
37981 ____________________________________________________________________________
37982 [  8337] By: jhi                                   on 2001/01/05  18:15:11
37983         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
37984              From: Robin Barker <rmb1@cise.npl.co.uk>
37985              Date: Tue, 2 Jan 2001 15:24:07 GMT
37986              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
37987              
37988              If you call configure as C<./Configure> or C<sh ./Configure>,
37989              $src is set to the absolute path name, not '.'.
37990              
37991              This, in turn, means -Dmksymlink tries to do its stuff because
37992              it does not think it is in the src directory.
37993              
37994              (plus a metaconfig nitfix)
37995      Branch: metaconfig
37996            ! U/compline/ccflags.U U/modified/src.U
37997      Branch: perl
37998            ! Configure config_h.SH
37999 ____________________________________________________________________________
38000 [  8336] By: jhi                                   on 2001/01/05  17:48:32
38001         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
38002              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38003              Message-ID: <3A5606C4.473D2226@uk.sun.com>
38004              Date: Fri, 05 Jan 2001 17:39:16 +0000
38005      Branch: perl
38006            ! hv.c
38007 ____________________________________________________________________________
38008 [  8335] By: jhi                                   on 2001/01/05  16:05:44
38009         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
38010      Branch: perl
38011            ! lib/Getopt/Long.pm
38012 ____________________________________________________________________________
38013 [  8334] By: jhi                                   on 2001/01/05  16:00:51
38014         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
38015              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
38016              Date: Fri, 05 Jan 2001 13:46:51 +0100
38017              Message-ID: <13693.978698811@nice.ram.loc>
38018              
38019              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
38020              accurate reading of the "atime".  
38021      Branch: perl
38022            ! t/io/fs.t
38023 ____________________________________________________________________________
38024 [  8333] By: jhi                                   on 2001/01/05  15:57:37
38025         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
38026              From: Simon Cozens <simon@cozens.net>
38027              Date: Fri, 8 Dec 2000 13:33:31 +0000
38028              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
38029              
38030              A lost patch fragment.
38031      Branch: perl
38032            ! doop.c
38033 ____________________________________________________________________________
38034 [  8332] By: jhi                                   on 2001/01/05  15:40:42
38035         Log: Do away with strncpy() and a fixed length buffer.
38036      Branch: perl
38037            ! utf8.c
38038 ____________________________________________________________________________
38039 [  8331] By: jhi                                   on 2001/01/05  15:03:07
38040         Log: Tests for #8329 and #8330.
38041      Branch: perl
38042            ! t/op/bop.t
38043 ____________________________________________________________________________
38044 [  8330] By: jhi                                   on 2001/01/05  15:02:38
38045         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
38046              raw 8-bit form to the UTF-8 string.
38047      Branch: perl
38048            ! toke.c
38049 ____________________________________________________________________________
38050 [  8329] By: jhi                                   on 2001/01/05  14:55:13
38051         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
38052              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38053              Date: Fri, 5 Jan 2001 12:28:52 +0100
38054              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
38055              
38056              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
38057              no effect.  (changed the strncpy() to Copy())
38058      Branch: perl
38059            ! toke.c
38060 ____________________________________________________________________________
38061 [  8328] By: jhi                                   on 2001/01/05  06:44:27
38062         Log: UTF-8 cleanup.
38063      Branch: perl
38064            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
38065            ! regexec.c sv.c toke.c
38066 ____________________________________________________________________________
38067 [  8327] By: jhi                                   on 2001/01/05  01:11:29
38068         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')
38069              From: Radu Greab <radu@netsoft.ro>
38070              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
38071              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
38072              
38073              Cleans up Harness to not use FileHandle, which uses IO.
38074      Branch: perl
38075            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38076 ____________________________________________________________________________
38077 [  8326] By: jhi                                   on 2001/01/05  00:56:37
38078         Log: Update Changes.
38079      Branch: perl
38080            ! Changes patchlevel.h
38081 ____________________________________________________________________________
38082 [  8325] By: jhi                                   on 2001/01/05  00:53:18
38083         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
38084              From: Peter Prymmer <pvhp@forte.com>
38085              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
38086              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
38087              
38088              plus a couple more tailing whitespace removals.
38089      Branch: perl
38090            ! win32/Makefile
38091 ____________________________________________________________________________
38092 [  8324] By: jhi                                   on 2001/01/05  00:47:39
38093         Log: Add some Unicode chop() tests.
38094      Branch: perl
38095            ! t/op/chop.t
38096 ____________________________________________________________________________
38097 [  8323] By: jhi                                   on 2001/01/05  00:47:23
38098         Log: Unify UTF-8 malformedness handling.
38099      Branch: perl
38100            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
38101 ____________________________________________________________________________
38102 [  8322] By: jhi                                   on 2001/01/04  22:21:54
38103         Log: The new $issymlink was unknown to Mksymlinks.
38104      Branch: metaconfig/U/perl
38105            ! Mksymlinks.U issymlink.U
38106      Branch: perl
38107            ! Configure config_h.SH
38108 ____________________________________________________________________________
38109 [  8321] By: jhi                                   on 2001/01/04  21:51:05
38110         Log: The test didn't work under the core test framework.
38111      Branch: perl
38112            ! t/lib/st-lock.t
38113 ____________________________________________________________________________
38114 [  8320] By: jhi                                   on 2001/01/04  21:14:22
38115         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
38116      Branch: perl
38117            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
38118 ____________________________________________________________________________
38119 [  8319] By: jhi                                   on 2001/01/04  20:46:17
38120         Log: Typo in #8312 when manually appying a problematic patch fragment.
38121      Branch: perl
38122            ! ext/Storable/Storable.xs
38123 ____________________________________________________________________________
38124 [  8318] By: jhi                                   on 2001/01/04  20:43:01
38125         Log: The $sh_c didn't fly.
38126      Branch: metaconfig
38127            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
38128            ! U/modified/Loc.U U/modified/myhostname.U
38129            ! U/modified/spitshell.U
38130      Branch: metaconfig/U/perl
38131            ! issymlink.U
38132      Branch: perl
38133            ! Configure config_h.SH
38134 ____________________________________________________________________________
38135 [  8317] By: jhi                                   on 2001/01/04  19:58:01
38136         Log: AIX builtin test -h is broken, changes based on
38137              
38138              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
38139              Date: Tue, 02 Jan 2001 11:24:39 +0100
38140              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38141              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
38142      Branch: metaconfig
38143            + U/modified/spitshell.U
38144            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
38145            ! U/modified/Loc.U U/modified/myhostname.U
38146      Branch: metaconfig/U/perl
38147            ! Mksymlinks.U issymlink.U
38148      Branch: perl
38149            ! Configure
38150 ____________________________________________________________________________
38151 [  8316] By: jhi                                   on 2001/01/04  19:02:22
38152         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
38153              From: Andy Dougherty <doughera@lafayette.edu>
38154              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
38155              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
38156              
38157              Beware of GNU ld.
38158      Branch: perl
38159            ! hints/solaris_2.sh
38160 ____________________________________________________________________________
38161 [  8315] By: jhi                                   on 2001/01/04  18:56:48
38162         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
38163              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
38164              Date: Wed, 3 Jan 2001 07:58:51 +0100
38165              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
38166      Branch: perl
38167            ! hints/solaris_2.sh
38168 ____________________________________________________________________________
38169 [  8314] By: jhi                                   on 2001/01/04  18:54:07
38170         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
38171              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38172              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
38173              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
38174              
38175              Doc tweak on #8313.
38176      Branch: perl
38177            ! ext/B/B/Deparse.pm
38178 ____________________________________________________________________________
38179 [  8313] By: jhi                                   on 2001/01/04  18:52:27
38180         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
38181              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
38182              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38183              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
38184              
38185              Make the peephole optimizer to bypass more null ops and
38186              and rewrite the deparse handling of continue blocks.
38187      Branch: perl
38188            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
38189 ____________________________________________________________________________
38190 [  8312] By: jhi                                   on 2001/01/04  18:47:39
38191         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
38192      Branch: perl
38193            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
38194            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
38195            ! t/lib/st-lock.t
38196 ____________________________________________________________________________
38197 [  8311] By: jhi                                   on 2001/01/04  18:36:08
38198         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
38199              filter to be run on each .pm during the pm_to_blib() phase,
38200              a fixed version of
38201              
38202              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
38203              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
38204              Date: Wed, 03 Jan 2001 22:01:30 +0100
38205              Message-ID: <5296.978555690@nice.ram.loc>
38206      Branch: perl
38207            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
38208            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
38209            ! lib/ExtUtils/MakeMaker.pm
38210 ____________________________________________________________________________
38211 [  8310] By: jhi                                   on 2001/01/04  18:32:54
38212         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
38213              From: Robin Barker <rmb1@cise.npl.co.uk>
38214              Date: Tue, 2 Jan 2001 15:35:03 GMT
38215              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
38216      Branch: perl
38217            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
38218            ! pod/perlrequick.pod
38219 ____________________________________________________________________________
38220 [  8309] By: jhi                                   on 2001/01/04  18:29:07
38221         Log: Subject: Re: [patch] static-ize XS()
38222              From: Doug MacEachern <dougm@covalent.net>
38223              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
38224              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
38225              
38226              Provide prototypes for the XS functions.
38227      Branch: perl
38228            ! lib/ExtUtils/xsubpp
38229 ____________________________________________________________________________
38230 [  8308] By: jhi                                   on 2001/01/04  18:27:44
38231         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
38232              From: Doug MacEachern <dougm@covalent.net>
38233              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
38234              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
38235      Branch: perl
38236            ! lib/ExtUtils/typemap
38237 ____________________________________________________________________________
38238 [  8307] By: jhi                                   on 2001/01/04  18:25:25
38239         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
38240              From: Doug MacEachern <dougm@covalent.net>
38241              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
38242              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
38243              
38244              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
38245      Branch: perl
38246            ! lib/ExtUtils/MM_Unix.pm
38247 ____________________________________________________________________________
38248 [  8306] By: jhi                                   on 2001/01/04  18:23:00
38249         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
38250              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38251              Date: Thu, 4 Jan 2001 12:47:10 +0100 
38252              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
38253              
38254              The toke.c part only, patching embed.h and proto.h is futile.
38255      Branch: perl
38256            ! toke.c
38257 ____________________________________________________________________________
38258 [  8305] By: jhi                                   on 2001/01/04  18:05:51
38259         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
38260              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38261              Date: Thu, 4 Jan 2001 17:50:12 +0100 
38262              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
38263      Branch: perl
38264            ! toke.c
38265 ____________________________________________________________________________
38266 [  8304] By: jhi                                   on 2001/01/04  18:03:26
38267         Log: Subject: [PATCH perl@8269]
38268              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38269              Date: Thu, 4 Jan 2001 12:53:39 +0100 
38270              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
38271              
38272              If running byacc write-enable also perly.h.
38273      Branch: perl
38274            ! Makefile.SH
38275 ____________________________________________________________________________
38276 [  8303] By: jhi                                   on 2001/01/04  15:40:49
38277         Log: Rewrite pp_concat() in terms of sv_catsv().
38278      Branch: perl
38279            ! pp_hot.c
38280 ____________________________________________________________________________
38281 [  8302] By: nick                                  on 2001/01/03  22:43:22
38282         Log: Integrate mainline.
38283      Branch: perlio
38284           !> ext/Encode/Encode.xs sv.c utf8.c
38285 ____________________________________________________________________________
38286 [  8301] By: jhi                                   on 2001/01/02  23:40:26
38287         Log: Variable naming tweak.
38288      Branch: perl
38289            ! sv.c
38290 ____________________________________________________________________________
38291 [  8300] By: jhi                                   on 2001/01/02  23:40:02
38292         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
38293              in is_utf8_string().
38294      Branch: perl
38295            ! utf8.c
38296 ____________________________________________________________________________
38297 [  8299] By: jhi                                   on 2001/01/02  22:14:40
38298         Log: Integrate perlio.
38299      Branch: perl
38300           !> pp.c pp_hot.c win32/Makefile
38301 ____________________________________________________________________________
38302 [  8298] By: nick                                  on 2001/01/02  22:03:06
38303         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
38304      Branch: perlio
38305            ! pp.c pp_hot.c
38306 ____________________________________________________________________________
38307 [  8297] By: jhi                                   on 2001/01/02  04:26:28
38308         Log: Signedness nit.
38309      Branch: perl
38310            ! ext/Encode/Encode.xs
38311 ____________________________________________________________________________
38312 [  8296] By: nick                                  on 2001/01/01  23:49:36
38313         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
38314      Branch: perlio
38315            ! win32/Makefile
38316 ____________________________________________________________________________
38317 [  8295] By: jhi                                   on 2001/01/01  23:05:48
38318         Log: Integrate perlio.
38319      Branch: perl
38320           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
38321           !> t/lib/encode.t
38322 ____________________________________________________________________________
38323 [  8294] By: nick                                  on 2001/01/01  22:48:34
38324         Log: Integrate mainline
38325      Branch: perlio
38326            ! pp_hot.c t/lib/encode.t
38327           !> (integrate 65 files)
38328 ____________________________________________________________________________
38329 [  8293] By: nick                                  on 2001/01/01  21:58:50
38330         Log: More rigor in UTF-8-ness of Encode's toUnicode
38331              XS export some of the utf8 internal functions.
38332              Test some of the functions.
38333              Fix pp_concat() bug shown by said tests.
38334      Branch: perlio
38335            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
38336            ! t/lib/encode.t
38337 ____________________________________________________________________________
38338 [  8292] By: jhi                                   on 2001/01/01  18:11:44
38339         Log: Integrate perlio.
38340      Branch: perl
38341           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
38342           !> ext/Encode/encengine.c ext/Encode/encode.h
38343 ____________________________________________________________________________
38344 [  8291] By: jhi                                   on 2001/01/01  18:10:58
38345         Log: Podify README.mpeix (a new version from the web),
38346              add a dummy NAME to Carp::Heavy, regen toc.
38347      Branch: perl
38348            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
38349            ! pod/perltoc.pod
38350 ____________________________________________________________________________
38351 [  8290] By: nick                                  on 2001/01/01  17:43:47
38352         Log: Loose the "Loading..." warning.
38353              Another bug in fallback support
38354      Branch: perlio
38355            ! ext/Encode/Encode.pm ext/Encode/encengine.c
38356 ____________________________________________________________________________
38357 [  8289] By: jhi                                   on 2001/01/01  00:01:57
38358         Log: Bump up Larry's copyright.
38359      Branch: perl
38360            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
38361            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
38362            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
38363            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
38364            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
38365            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
38366            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
38367            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
38368 ____________________________________________________________________________
38369 [  8288] By: nick                                  on 2000/12/31  21:27:53
38370         Log: Fix .ucm reading - forgot a chr()
38371              Start of .ucm write (for .enc to .ucm)
38372      Branch: perlio
38373            ! ext/Encode/compile
38374 ____________________________________________________________________________
38375 [  8287] By: jhi                                   on 2000/12/31  18:15:56
38376         Log: Comment away a diagnostic message as noted by Craig A. Berry
38377              (the unexpected message was confusing testing)
38378      Branch: perl
38379            ! ext/Encode/Encode.pm
38380 ____________________________________________________________________________
38381 [  8286] By: jhi                                   on 2000/12/31  18:14:51
38382         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
38383              Date: Sun, 31 Dec 2000 11:17:37 -0600
38384              From: "Craig A. Berry" <craigberry@mac.com>
38385              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
38386      Branch: perl
38387            ! ext/Encode/Makefile.PL
38388 ____________________________________________________________________________
38389 [  8285] By: nick                                  on 2000/12/31  18:11:54
38390         Log: Start of support of ICU-style .ucm files:
38391              - teach compile how to read a .ucm file
38392              - first guess at how to represent fallbacks in "tries".
38393              - use fallbacks if check == 0
38394              - new return code to indicate we used one.
38395      Branch: perlio
38396            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
38397            ! ext/Encode/encengine.c ext/Encode/encode.h
38398 ____________________________________________________________________________
38399 [  8284] By: jhi                                   on 2000/12/31  18:04:41
38400         Log: Pacify picky VMS compiler.
38401              
38402              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
38403              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38404              Date: Sat, 30 Dec 2000 18:10:02 -0600
38405              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
38406      Branch: perl
38407            ! sv.c
38408 ____________________________________________________________________________
38409 [  8283] By: jhi                                   on 2000/12/31  16:11:47
38410         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
38411      Branch: perl
38412            ! t/lib/glob-basic.t
38413 ____________________________________________________________________________
38414 [  8282] By: jhi                                   on 2000/12/31  15:26:11
38415         Log: Integrate perlio.
38416      Branch: perl
38417           !> makedef.pl opcode.pl os2/os2.c perlio.c
38418 ____________________________________________________________________________
38419 [  8281] By: nick                                  on 2000/12/31  10:06:15
38420         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
38421              is available to be exported
38422      Branch: perlio
38423            ! makedef.pl perlio.c
38424 ____________________________________________________________________________
38425 [  8280] By: nick                                  on 2000/12/31  09:41:26
38426         Log: Ilya's OS2 patch (testing for damage on Win32)
38427      Branch: perlio
38428            ! makedef.pl opcode.pl os2/os2.c
38429 ____________________________________________________________________________
38430 [  8279] By: jhi                                   on 2000/12/30  21:52:07
38431         Log: Test nits.
38432      Branch: perl
38433            ! t/lib/syslfs.t t/op/lfs.t
38434 ____________________________________________________________________________
38435 [  8278] By: jhi                                   on 2000/12/30  21:47:49
38436         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
38437              From: andreas.koenig@anima.de (Andreas J. Koenig)
38438              Date: 30 Dec 2000 22:35:37 +0100
38439              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
38440              
38441              The 32-bit wraparound test wasn't quite right.
38442      Branch: perl
38443            ! t/lib/syslfs.t t/op/lfs.t
38444 ____________________________________________________________________________
38445 [  8277] By: jhi                                   on 2000/12/30  21:33:44
38446         Log: Subject: [PATCH] open() example in perlfunc.pod 
38447              From: Karsten Sperling <s_sperli@ira.uka.de>
38448              Date: Sat, 30 Dec 2000 22:27:09 +0100
38449              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
38450      Branch: perl
38451            ! pod/perlfunc.pod
38452 ____________________________________________________________________________
38453 [  8276] By: jhi                                   on 2000/12/30  20:32:40
38454         Log: Not quite that many tests yet.
38455      Branch: perl
38456            ! t/op/pat.t
38457 ____________________________________________________________________________
38458 [  8275] By: jhi                                   on 2000/12/30  20:26:58
38459         Log: Integrate perlio.
38460      Branch: perl
38461           !> toke.c
38462 ____________________________________________________________________________
38463 [  8274] By: jhi                                   on 2000/12/30  20:24:56
38464         Log: Signedness nit.
38465      Branch: perl
38466            ! utf8.c
38467 ____________________________________________________________________________
38468 [  8273] By: jhi                                   on 2000/12/30  20:15:46
38469         Log: Add a test case for 20000731.001 which was fixed by the #8267.
38470      Branch: perl
38471            ! t/op/pat.t
38472 ____________________________________________________________________________
38473 [  8272] By: nick                                  on 2000/12/30  19:47:51
38474         Log: Tweak for MULTIPLICITY/USE_PERLIO
38475      Branch: perlio
38476            ! toke.c
38477 ____________________________________________________________________________
38478 [  8271] By: nick                                  on 2000/12/30  19:46:45
38479         Log: Integrate mainline
38480      Branch: perlio
38481           +> lib/unicode/distinct.pm
38482           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
38483           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
38484           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
38485 ____________________________________________________________________________
38486 [  8270] By: jhi                                   on 2000/12/30  19:39:50
38487         Log: Subject: RE: perl@8269
38488              From: "Richard Soderberg" <rs@crystalflame.net>
38489              Date: Sat, 30 Dec 2000 11:36:27 -0800
38490              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
38491              
38492              A missing aTHX_.
38493      Branch: perl
38494            ! toke.c
38495 ____________________________________________________________________________
38496 [  8269] By: jhi                                   on 2000/12/30  18:55:48
38497         Log: Update Changes.
38498      Branch: perl
38499            ! Changes patchlevel.h
38500 ____________________________________________________________________________
38501 [  8268] By: jhi                                   on 2000/12/30  17:18:40
38502         Log: Add a test for Unicode split //.  The #8267 was the cure.
38503      Branch: perl
38504            ! t/op/split.t
38505 ____________________________________________________________________________
38506 [  8267] By: jhi                                   on 2000/12/30  17:14:19
38507         Log: Subject: more UTF8 test suites and an UTF8 patch
38508              From: Inaba Hiroto <inaba@st.rim.or.jp>
38509              Date: Sat, 30 Dec 2000 14:27:10 +0900
38510              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
38511              
38512              Just the patch part for now, and the pragma renamed
38513              as unicode::distinct.
38514      Branch: perl
38515            + lib/unicode/distinct.pm
38516            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
38517            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
38518            ! regcomp.h regexec.c sv.c toke.c utf8.c
38519 ____________________________________________________________________________
38520 [  8266] By: nick                                  on 2000/12/30  16:40:49
38521         Log: Integrate mainline
38522      Branch: perlio
38523           +> lib/Pod/Text/Overstrike.pm
38524           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
38525           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
38526           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
38527           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
38528           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
38529 ____________________________________________________________________________
38530 [  8265] By: jhi                                   on 2000/12/30  07:28:55
38531         Log: The sv_catsv() fix, take two.
38532      Branch: perl
38533            ! sv.c t/op/join.t
38534 ____________________________________________________________________________
38535 [  8264] By: jhi                                   on 2000/12/30  06:19:18
38536         Log: Undo all the join-related changes since #8248: relevant
38537              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
38538              The new sv_catsv() doesn't fly so it must go back to
38539              the drawing board.
38540      Branch: perl
38541            ! sv.c t/op/join.t t/pragma/utf8.t
38542 ____________________________________________________________________________
38543 [  8263] By: jhi                                   on 2000/12/30  01:08:32
38544         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
38545      Branch: perl
38546            ! sv.c
38547 ____________________________________________________________________________
38548 [  8262] By: jhi                                   on 2000/12/30  00:45:14
38549         Log: Retract #8261.
38550      Branch: perl
38551            ! hv.c util.c
38552 ____________________________________________________________________________
38553 [  8261] By: jhi                                   on 2000/12/30  00:38:32
38554         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
38555      Branch: perl
38556            ! hv.c util.c
38557 ____________________________________________________________________________
38558 [  8260] By: jhi                                   on 2000/12/29  22:51:33
38559         Log: (Retracted by #8264)  More fixing for #8251.
38560      Branch: perl
38561            ! sv.c
38562 ____________________________________________________________________________
38563 [  8259] By: jhi                                   on 2000/12/29  18:27:30
38564         Log: Subject: podlators 1.06 released
38565              From: Russ Allbery <rra@stanford.edu>
38566              Date: 25 Dec 2000 05:09:30 -0800
38567              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
38568      Branch: perl
38569            + lib/Pod/Text/Overstrike.pm
38570            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
38571            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
38572 ____________________________________________________________________________
38573 [  8258] By: jhi                                   on 2000/12/29  18:20:45
38574         Log: Make the large file tests more robust/talkative as suggested by
38575              
38576              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
38577              From: andreas.koenig@anima.de (Andreas J. Koenig)
38578              Date: 29 Dec 2000 14:23:01 +0100
38579              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
38580      Branch: perl
38581            ! t/lib/syslfs.t t/op/lfs.t
38582 ____________________________________________________________________________
38583 [  8257] By: jhi                                   on 2000/12/29  17:48:04
38584         Log: Further VMS piping fixes from Charles Lane:
38585              
38586              In summary, error messages produced when a subprocess terminated
38587              abnormally were being sent not just to the parent process, but to
38588              grandparents, because of default values for error output that were
38589              not completely overridden when the subprocess was started.
38590              
38591              This patch fixes this behavior by defining user-mode (i.e., temporary
38592              for the duration of the program) logical names for SYS$OUTPUT and
38593              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
38594              changes to make it so that the user-mode logicals are the ones that
38595              control where Perl's error messages go if it terminates abnormally.
38596              
38597              I also added some gratuitous fixes to the indentation of braces in
38598              the piping code.  It just looked ugly, before.
38599      Branch: perl
38600            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
38601 ____________________________________________________________________________
38602 [  8256] By: jhi                                   on 2000/12/29  17:45:12
38603         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
38604              From: "Casey R. Tweten" <crt@kiski.net>
38605              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
38606              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
38607              
38608              Tests for for #8240.
38609      Branch: perl
38610            ! t/pragma/constant.t
38611 ____________________________________________________________________________
38612 [  8255] By: jhi                                   on 2000/12/29  17:43:07
38613         Log: Subject: Re: [PATCH] Interesting syntax idea
38614              From: Simon Cozens <simon@cozens.net>
38615              Date: Fri, 29 Dec 2000 14:34:04 +0000
38616              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
38617              
38618              Tests for #8254.
38619      Branch: perl
38620            ! t/pragma/sub_lval.t
38621 ____________________________________________________________________________
38622 [  8254] By: jhi                                   on 2000/12/29  17:42:11
38623         Log: Subject: [PATCH] Interesting syntax idea
38624              From: Simon Cozens <simon@cozens.net>
38625              Date: Wed, 27 Dec 2000 05:08:57 +0000
38626              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
38627              
38628              Make opens + bareword assigns do typeglob assigns.
38629      Branch: perl
38630            ! op.c
38631 ____________________________________________________________________________
38632 [  8253] By: jhi                                   on 2000/12/29  17:36:45
38633         Log: Output the (apparent) version of gcc, as suggested by
38634              
38635              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
38636              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
38637              Date: 26 Dec 2000 04:29:17 -0500
38638              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
38639              
38640              (The patch as such didn't any more apply as the misparsing had
38641              already been addressed in #6474.)  Also change the wording about
38642              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
38643      Branch: perl
38644            ! hints/dec_osf.sh
38645 ____________________________________________________________________________
38646 [  8252] By: nick                                  on 2000/12/29  12:14:31
38647         Log: Integrate mainline
38648      Branch: perlio
38649           !> (integrate 27 files)
38650 ____________________________________________________________________________
38651 [  8251] By: jhi                                   on 2000/12/29  08:45:46
38652         Log: (Retracted by #8264)
38653              
38654              (Fixed by #8260.)
38655              
38656              sv_catsv() needs one more byte space than seems reasonable.
38657              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
38658              Curiouser and curiouser.
38659      Branch: perl
38660            ! sv.c
38661 ____________________________________________________________________________
38662 [  8250] By: jhi                                   on 2000/12/29  07:57:52
38663         Log: More split // UTF-8 tests.
38664      Branch: perl
38665            ! t/pragma/utf8.t
38666 ____________________________________________________________________________
38667 [  8249] By: jhi                                   on 2000/12/29  07:54:51
38668         Log: (Retracted by #8264)  More join() testing which was good because
38669              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
38670      Branch: perl
38671            ! pp.c t/op/join.t utf8.c utf8.h
38672 ____________________________________________________________________________
38673 [  8248] By: jhi                                   on 2000/12/29  07:08:32
38674         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
38675              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
38676              that the only cases to care about are byte+byte and byte+character.
38677              
38678              TODO: See how well pp_concat() could be implemented in terms
38679              of sv_catsv().
38680      Branch: perl
38681            ! doop.c sv.c t/op/join.t utf8.h
38682 ____________________________________________________________________________
38683 [  8247] By: jhi                                   on 2000/12/29  06:35:23
38684         Log: Signedness nit.
38685      Branch: perl
38686            ! pp_hot.c
38687 ____________________________________________________________________________
38688 [  8246] By: jhi                                   on 2000/12/29  01:23:31
38689         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
38690              From: Lupe Christoph <lupe@lupe-christoph.de>
38691              Date: Thu, 28 Dec 2000 23:00:00 +0100
38692              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
38693              
38694              Suggest rsync --delete --dry-run.
38695      Branch: perl
38696            ! pod/perlhack.pod
38697 ____________________________________________________________________________
38698 [  8245] By: jhi                                   on 2000/12/28  23:57:05
38699         Log: The maxiters upper limit sanity check (guarding against
38700              non-progress) assumed bytes instead of characters in s///
38701              and split().
38702      Branch: perl
38703            ! pp.c pp_hot.c
38704 ____________________________________________________________________________
38705 [  8244] By: jhi                                   on 2000/12/28  23:34:08
38706         Log: Make some panic messages a bit more logical.
38707      Branch: perl
38708            ! doop.c pod/perldiag.pod pp.c pp_hot.c
38709 ____________________________________________________________________________
38710 [  8243] By: jhi                                   on 2000/12/28  22:59:16
38711         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
38712              From: Simon Cozens <simon@cozens.net>
38713              Date: Wed, 27 Dec 2000 02:30:03 +0000
38714              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
38715      Branch: perl
38716            ! pp.c t/pragma/sub_lval.t
38717 ____________________________________________________________________________
38718 [  8242] By: jhi                                   on 2000/12/28  22:56:53
38719         Log: Subject: [PATCH blead] Fix B::Terse indentation
38720              From: Daniel Chetlin <daniel@chetlin.com>
38721              Date: Wed, 27 Dec 2000 06:43:30 -0800
38722              Message-ID: <20001227064329.B9573@darkstar>
38723      Branch: perl
38724            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
38725 ____________________________________________________________________________
38726 [  8241] By: jhi                                   on 2000/12/28  22:48:59
38727         Log: The latter patch from the
38728              
38729              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
38730              From: Peter Prymmer <pvhp@forte.com> 
38731              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
38732              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
38733              
38734              (the former patch from the above should have been
38735              taken care of by Nick I-S)
38736      Branch: perl
38737            ! win32/Makefile
38738 ____________________________________________________________________________
38739 [  8240] By: jhi                                   on 2000/12/28  22:45:22
38740         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
38741              From: "Casey R. Tweten" <crt@kiski.net>
38742              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
38743              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
38744      Branch: perl
38745            ! lib/constant.pm
38746 ____________________________________________________________________________
38747 [  8239] By: jhi                                   on 2000/12/28  22:37:45
38748         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
38749              From: Simon Cozens <simon@cozens.net>
38750              Date: Wed, 27 Dec 2000 14:12:44 +0000
38751              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
38752      Branch: perl
38753            ! t/op/method.t t/op/sort.t toke.c
38754 ____________________________________________________________________________
38755 [  8238] By: jhi                                   on 2000/12/28  22:30:32
38756         Log: Subject: [PATCH perl@8229] Call.pm
38757              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
38758              Date: Mon, 25 Dec 2000 10:47:15 -0000
38759              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
38760      Branch: perl
38761            ! ext/Filter/Util/Call/Call.pm
38762 ____________________________________________________________________________
38763 [  8237] By: jhi                                   on 2000/12/28  22:19:21
38764         Log: Subject: [PATCH blead] Fix problem with `&' prototype
38765              From: Daniel Chetlin <daniel@chetlin.com>
38766              Date: Wed, 27 Dec 2000 15:55:32 -0800
38767              Message-ID: <20001227155532.D9573@darkstar>
38768      Branch: perl
38769            ! op.c t/comp/proto.t
38770 ____________________________________________________________________________
38771 [  8236] By: jhi                                   on 2000/12/28  22:09:25
38772         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
38773              From: Daniel Chetlin <daniel@chetlin.com>
38774              Date: Sun, 24 Dec 2000 04:09:49 -0800
38775              Message-ID: <20001224040949.B3090@darkstar>
38776      Branch: perl
38777            ! gv.c mg.c t/op/attrs.t
38778 ____________________________________________________________________________
38779 [  8235] By: jhi                                   on 2000/12/28  22:07:11
38780         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
38781              From: Jan Dubois <jand@ActiveState.com>
38782              Date: Tue, 26 Dec 2000 20:57:31 -0800
38783              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
38784      Branch: perl
38785            ! win32/win32.c
38786 ____________________________________________________________________________
38787 [  8234] By: jhi                                   on 2000/12/28  21:52:42
38788         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
38789              From: Simon Cozens <simon@cozens.net>
38790              Date: Thu, 28 Dec 2000 20:33:13 +0000
38791              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
38792      Branch: perl
38793            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
38794 ____________________________________________________________________________
38795 [  8233] By: jhi                                   on 2000/12/28  19:40:49
38796         Log: Integrate perlio.
38797      Branch: perl
38798           !> ext/Encode/Makefile.PL ext/Encode/compile
38799 ____________________________________________________________________________
38800 [  8232] By: nick                                  on 2000/12/23  16:06:00
38801         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
38802              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
38803      Branch: perlio
38804            ! ext/Encode/Makefile.PL
38805 ____________________________________________________________________________
38806 [  8231] By: nick                                  on 2000/12/23  14:30:34
38807         Log: "Compiled" encode build cleanup
38808              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
38809              - .c files do not export sub-tables
38810      Branch: perlio
38811            ! ext/Encode/Makefile.PL ext/Encode/compile
38812 ____________________________________________________________________________
38813 [  8230] By: nick                                  on 2000/12/23  12:50:37
38814         Log: Integrate mainline
38815      Branch: perlio
38816           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
38817           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
38818           !> pod/perl5004delta.pod pod/perl5005delta.pod
38819           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
38820           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
38821           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
38822           !> pod/perlsub.pod
38823 ____________________________________________________________________________
38824 [  8229] By: jhi                                   on 2000/12/22  15:32:12
38825         Log: Integrate perlio.
38826      Branch: perl
38827           +> win32/distclean.bat
38828           !> MANIFEST t/io/utf8.t
38829 ____________________________________________________________________________
38830 [  8228] By: jhi                                   on 2000/12/22  15:29:40
38831         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
38832              From: Robin Barker <rmb1@cise.npl.co.uk>
38833              Date: Fri, 22 Dec 2000 12:17:38 GMT
38834              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
38835      Branch: perl
38836            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
38837            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
38838            ! pod/perl5004delta.pod pod/perl5005delta.pod
38839            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
38840            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
38841            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
38842            ! pod/perlsub.pod
38843 ____________________________________________________________________________
38844 [  8227] By: jhi                                   on 2000/12/22  15:24:28
38845         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
38846              From: "John L. Allen" <allen@grumman.com>
38847              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
38848              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
38849              
38850              Document APPLLIB_EXP.
38851      Branch: perl
38852            ! INSTALL
38853 ____________________________________________________________________________
38854 [  8226] By: nick                                  on 2000/12/21  22:11:50
38855         Log: Handy script for when one forgets to "dmake clean" 
38856      Branch: perlio
38857            + win32/distclean.bat
38858            ! MANIFEST
38859 ____________________________________________________________________________
38860 [  8225] By: nick                                  on 2000/12/21  21:54:04
38861         Log: CRLF platform issue with io/utf8 fix.
38862      Branch: perlio
38863            ! t/io/utf8.t
38864 ____________________________________________________________________________
38865 [  8224] By: nick                                  on 2000/12/21  21:02:20
38866         Log: Integrate mainline
38867      Branch: perlio
38868           !> Changes Configure Makefile.SH Porting/Glossary
38869           !> Porting/config.sh Porting/config_H configure.com
38870           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
38871           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
38872           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
38873           !> win32/config.bc win32/config.gc win32/config.vc
38874 ____________________________________________________________________________
38875 [  8223] By: jhi                                   on 2000/12/21  17:09:16
38876         Log: Update Changes.
38877      Branch: perl
38878            ! Changes patchlevel.h
38879 ____________________________________________________________________________
38880 [  8222] By: jhi                                   on 2000/12/21  16:24:01
38881         Log: Metaconfig unit changes for #8221.
38882      Branch: metaconfig/U/perl
38883           +> issymlink.U
38884            - testsyml.U
38885            ! Mksymlinks.U
38886 ____________________________________________________________________________
38887 [  8221] By: jhi                                   on 2000/12/21  16:23:48
38888         Log: Rename testsyml to issymlink.
38889      Branch: perl
38890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38891            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
38892            ! win32/config.vc
38893 ____________________________________________________________________________
38894 [  8220] By: jhi                                   on 2000/12/21  15:47:26
38895         Log: Robustness support for #8218 (symlink forest) since the GNU
38896              tools seem to be overly picky about symlinkage depths.
38897      Branch: perl
38898            ! Makefile.SH t/io/fs.t
38899 ____________________________________________________________________________
38900 [  8219] By: jhi                                   on 2000/12/21  15:38:27
38901         Log: Metaconfig changes for #8218.
38902      Branch: metaconfig
38903            ! U/modified/Oldconfig.U
38904      Branch: metaconfig/U/perl
38905            + Mksymlinks.U
38906            ! testsyml.U
38907 ____________________________________________________________________________
38908 [  8218] By: jhi                                   on 2000/12/21  15:37:57
38909         Log: Add Configure option -Dmksymlinks which will create a symlink
38910              forest if the current/build differs from the source directory.
38911              TODO: mkdir -p is not portable.
38912      Branch: perl
38913            ! Configure
38914 ____________________________________________________________________________
38915 [  8217] By: jhi                                   on 2000/12/21  14:39:12
38916         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
38917              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
38918              Date: Thu, 21 Dec 2000 09:38:18 GMT
38919              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
38920              
38921              The ofs became an SV.
38922      Branch: perl
38923            ! ext/Thread/Thread.xs
38924 ____________________________________________________________________________
38925 [  8216] By: jhi                                   on 2000/12/21  05:40:21
38926         Log: The polymorphism seems to have fixed 20000517.001.
38927      Branch: perl
38928            ! t/pragma/utf8.t
38929 ____________________________________________________________________________
38930 [  8215] By: jhi                                   on 2000/12/21  04:44:52
38931         Log: read() documentation tweak for 20001121.004.
38932      Branch: perl
38933            ! pod/perlfunc.pod
38934 ____________________________________________________________________________
38935 [  8214] By: jhi                                   on 2000/12/21  03:54:11
38936         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
38937      Branch: perl
38938            ! pp_sys.c t/op/misc.t
38939 ____________________________________________________________________________
38940 [  8213] By: jhi                                   on 2000/12/21  00:28:10
38941         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
38942              From: Peter Prymmer <pvhp@forte.com>
38943              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
38944              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
38945      Branch: perl
38946            ! configure.com
38947 ____________________________________________________________________________
38948 [  8212] By: jhi                                   on 2000/12/21  00:26:21
38949         Log: Edit edit edit.
38950      Branch: perl
38951            ! pod/perlfaq3.pod
38952 ____________________________________________________________________________
38953 [  8211] By: jhi                                   on 2000/12/20  18:52:46
38954         Log: Update Changes.
38955      Branch: perl
38956            ! Changes patchlevel.h
38957 ____________________________________________________________________________
38958 [  8210] By: jhi                                   on 2000/12/20  18:34:47
38959         Log: Yet another editor edit.
38960      Branch: perl
38961            ! pod/perlfaq3.pod
38962 ____________________________________________________________________________
38963 [  8209] By: jhi                                   on 2000/12/20  15:33:28
38964         Log: More Win32 Perling.
38965      Branch: perl
38966            ! pod/perlfaq3.pod
38967 ____________________________________________________________________________
38968 [  8208] By: jhi                                   on 2000/12/20  15:07:46
38969         Log: More Win32 editor/IDE/shell hints.
38970      Branch: perl
38971            ! pod/perlfaq3.pod
38972 ____________________________________________________________________________
38973 [  8207] By: jhi                                   on 2000/12/20  03:54:08
38974         Log: Subject: [PATCH] obscure timing knowledge
38975              From: Nicholas Clark <nick@ccl4.org>
38976              Date: Tue, 19 Dec 2000 19:22:31 +0000
38977              Message-ID: <20001219192231.F2827@plum.flirble.org>
38978      Branch: perl
38979            ! sv.c
38980 ____________________________________________________________________________
38981 [  8206] By: jhi                                   on 2000/12/20  03:45:57
38982         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
38983              From: Spider Boardman <spider@leggy.zk3.dec.com>
38984              Date: Tue, 19 Dec 2000 21:30:16 -0500
38985              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
38986      Branch: perl
38987            ! sv.c
38988 ____________________________________________________________________________
38989 [  8205] By: jhi                                   on 2000/12/19  23:02:01
38990         Log: Update Changes.
38991      Branch: perl
38992            ! Changes patchlevel.h
38993 ____________________________________________________________________________
38994 [  8204] By: jhi                                   on 2000/12/19  22:58:18
38995         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
38996              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
38997              on editors and diffing/patching.
38998      Branch: perl
38999            ! t/op/utf8decode.t
39000 ____________________________________________________________________________
39001 [  8203] By: nick                                  on 2000/12/19  21:36:16
39002         Log: Integrate mainline (forgot my own change...)
39003      Branch: perlio
39004           !> ext/Encode/compile
39005 ____________________________________________________________________________
39006 [  8202] By: nick                                  on 2000/12/19  21:34:42
39007         Log: Integrate mainline.
39008      Branch: perlio
39009           !> (integrate 61 files)
39010 ____________________________________________________________________________
39011 [  8201] By: nick                                  on 2000/12/19  21:34:06
39012         Log: Avoid looking for File::Glob when we don't need it.
39013      Branch: perl
39014            ! ext/Encode/compile
39015 ____________________________________________________________________________
39016 [  8200] By: jhi                                   on 2000/12/19  18:35:49
39017         Log: Update Changes.
39018      Branch: perl
39019            ! Changes patchlevel.h
39020 ____________________________________________________________________________
39021 [  8199] By: jhi                                   on 2000/12/19  18:35:07
39022         Log: Microperl tweaks.
39023      Branch: perl
39024            ! sv.c uconfig.h uconfig.sh
39025 ____________________________________________________________________________
39026 [  8198] By: jhi                                   on 2000/12/19  18:29:59
39027         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
39028      Branch: perl
39029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39030            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
39031 ____________________________________________________________________________
39032 [  8197] By: jhi                                   on 2000/12/19  17:55:29
39033         Log: In VMS embedded perls couldn't access the statically built Socket,
39034              from Charles Lane.
39035      Branch: perl
39036            ! configure.com
39037 ____________________________________________________________________________
39038 [  8196] By: jhi                                   on 2000/12/19  17:49:50
39039         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
39040              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
39041              Date: Sun, 17 Dec 2000 19:11:44 -0000
39042              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
39043      Branch: perl
39044            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39045            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
39046 ____________________________________________________________________________
39047 [  8195] By: jhi                                   on 2000/12/19  17:47:53
39048         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
39049              From: Jonathan Stowe <gellyfish@gellyfish.com>
39050              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
39051              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
39052      Branch: perl
39053            ! utils/h2xs.PL
39054 ____________________________________________________________________________
39055 [  8194] By: jhi                                   on 2000/12/19  17:46:28
39056         Log: Subject: Re: useless use of void context work-around
39057              From: andreas.koenig@anima.de (Andreas J. Koenig)
39058              Date: 16 Dec 2000 15:13:36 +0100
39059              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
39060              
39061              Document (comment) the q(di ds ig) trick in the code.
39062      Branch: perl
39063            ! op.c
39064 ____________________________________________________________________________
39065 [  8193] By: jhi                                   on 2000/12/19  17:10:57
39066         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
39067              From: "Mark J. Reed" <mreed@strange.turner.com>
39068              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
39069              Message-Id: <200012160222.VAA13986@strange.turner.com>
39070      Branch: perl
39071            ! ext/Sys/Syslog/Syslog.pm
39072 ____________________________________________________________________________
39073 [  8192] By: jhi                                   on 2000/12/19  17:07:45
39074         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
39075              From: Nicholas Clark <nick@ccl4.org>
39076              Date: Sat, 16 Dec 2000 19:03:13 +0000
39077              Message-ID: <20001216190313.D68304@plum.flirble.org>
39078      Branch: perl
39079            ! t/op/64bitint.t
39080 ____________________________________________________________________________
39081 [  8191] By: jhi                                   on 2000/12/19  17:06:13
39082         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
39083              From: Dominic Dunlop <domo@computer.org>
39084              Date: Mon, 18 Dec 2000 12:00:15 +0100
39085              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
39086              
39087              This patchlet is needed in order that perl can be statically linked.  
39088      Branch: perl
39089            ! regexec.c
39090 ____________________________________________________________________________
39091 [  8190] By: jhi                                   on 2000/12/19  17:03:08
39092         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
39093              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39094              Date: Sun, 17 Dec 2000 00:18:35 -0600
39095              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
39096      Branch: perl
39097            ! perlio.h vms/gen_shrfls.pl
39098 ____________________________________________________________________________
39099 [  8189] By: jhi                                   on 2000/12/19  16:20:28
39100         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
39101              From: Prymmer/Kahn <pvhp@best.com>
39102              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
39103              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
39104              
39105              A better version of #8188.
39106      Branch: perl
39107            ! pod/perlfaq3.pod
39108 ____________________________________________________________________________
39109 [  8188] By: jhi                                   on 2000/12/19  15:57:06
39110         Log: (Replaced by #8189)
39111              
39112              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
39113              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
39114              From: Prymmer/Kahn <pvhp@best.com>
39115              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
39116              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
39117              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
39118              Date: Mon, 18 Dec 2000 11:10:45 -0500
39119              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
39120      Branch: perl
39121            ! pod/perlfaq3.pod
39122 ____________________________________________________________________________
39123 [  8187] By: jhi                                   on 2000/12/19  15:54:19
39124         Log: Email address fix for Anton Berezin.
39125      Branch: perl
39126            ! AUTHORS
39127 ____________________________________________________________________________
39128 [  8186] By: jhi                                   on 2000/12/19  15:38:54
39129         Log: Subject: [PATCH perl@8102] cygwin port
39130              From: "Eric Fifer" <efifer@dircon.co.uk> 
39131              Date: Thu, 14 Dec 2000 13:41:29 -0000
39132              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
39133              
39134              When compiling modules the data item that is being imported
39135              from libperl.dll needs to be tagged as imported/shared data:
39136              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
39137      Branch: perl
39138            ! perliol.h
39139 ____________________________________________________________________________
39140 [  8185] By: jhi                                   on 2000/12/19  14:53:24
39141         Log: Regen uconfig.h and uconfig.sh.
39142      Branch: perl
39143            ! uconfig.h uconfig.sh
39144 ____________________________________________________________________________
39145 [  8184] By: jhi                                   on 2000/12/18  20:43:49
39146         Log: Comments work so much better when they are closed.
39147      Branch: perl
39148            ! regcomp.c
39149 ____________________________________________________________________________
39150 [  8183] By: jhi                                   on 2000/12/18  18:04:02
39151         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
39152              Fixes the bug 20001218.016.
39153      Branch: perl
39154            ! regcomp.c
39155 ____________________________________________________________________________
39156 [  8182] By: gsar                                  on 2000/12/18  09:53:47
39157         Log: delete spurious files
39158      Branch: maint-5.6/perl
39159            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
39160            - vos/config.h vos/config_h.SH_orig
39161 ____________________________________________________________________________
39162 [  8181] By: gsar                                  on 2000/12/18  09:46:08
39163         Log: regen perltoc
39164      Branch: maint-5.6/perl
39165            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
39166 ____________________________________________________________________________
39167 [  8180] By: gsar                                  on 2000/12/18  09:20:27
39168         Log: integrate changes#7924..7926,7946,7952 from mainline
39169      Branch: maint-5.6/perl
39170           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
39171           !> lib/File/stat.pm t/lib/class-struct.t
39172 ____________________________________________________________________________
39173 [  8179] By: gsar                                  on 2000/12/18  08:55:54
39174         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
39175              7918,7919,7988,8907 from mainline (various)
39176      Branch: maint-5.6/perl
39177           +> t/lib/class-struct.t
39178           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
39179           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
39180           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
39181 ____________________________________________________________________________
39182 [  8178] By: gsar                                  on 2000/12/18  08:16:30
39183         Log: avoid redefinition warnings on windows due to sys/socket.h getting
39184              #included before win32.h
39185      Branch: maint-5.6/perl
39186            ! win32/include/sys/socket.h
39187 ____________________________________________________________________________
39188 [  8177] By: gsar                                  on 2000/12/18  05:24:04
39189         Log: make regen_headers; fix POSIX.xs problems; remove outdated
39190              code from sys/socket.h that makes build fail now
39191      Branch: maint-5.6/perl
39192            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
39193            ! pod/perlapi.pod
39194           !> win32/include/sys/socket.h
39195 ____________________________________________________________________________
39196 [  8176] By: gsar                                  on 2000/12/18  05:20:17
39197         Log: update Changes
39198      Branch: maint-5.6/perl
39199            ! Changes patchlevel.h
39200 ____________________________________________________________________________
39201 [  8175] By: gsar                                  on 2000/12/18  04:57:48
39202         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
39203              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
39204              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
39205              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
39206              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
39207              7823,7825,7838
39208      Branch: maint-5.6/perl
39209           +> lib/File/Spec/Epoc.pm
39210           !> (integrate 88 files)
39211 ____________________________________________________________________________
39212 [  8174] By: gsar                                  on 2000/12/18  03:53:09
39213         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
39214              7625..7629,7631..7634,7637,7639,7642 from mainline
39215      Branch: maint-5.6/perl
39216           +> README.solaris
39217           !> (integrate 26 files)
39218 ____________________________________________________________________________
39219 [  8173] By: gsar                                  on 2000/12/18  03:37:02
39220         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
39221              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
39222              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
39223              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
39224      Branch: maint-5.6/perl
39225           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
39226            - MAINTAIN
39227           !> (integrate 111 files)
39228 ____________________________________________________________________________
39229 [  8172] By: jhi                                   on 2000/12/18  02:49:27
39230         Log: Regen pods.
39231      Branch: perl
39232            ! pod/perlmodlib.pod pod/perltoc.pod
39233 ____________________________________________________________________________
39234 [  8171] By: gsar                                  on 2000/12/18  02:49:24
39235         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
39236              7465..7471 from mainline
39237              
39238              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
39239              in platforms that strictly require all the symbols being present
39240              at link time.
39241              
39242              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
39243              
39244              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
39245              
39246              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
39247              
39248              Subject: [PATCH] todo
39249              
39250              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
39251              
39252              Use $sort, $uniq (and $tr) consistently as wondered
39253              by Nicholas Clark.
39254              
39255              Too enthusiastic editing in #7460.
39256              
39257              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
39258              
39259              Upgrade to CPAN 1.58_55.
39260              Subject: CPAN.pm status
39261              
39262              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
39263              
39264              Make target reordering to avoid pointless re-makes.
39265              Subject: Re: Total re-make of 'make okfile' after 7451 ?
39266              
39267              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
39268              
39269              Subject: DOC PATCH 5.6.0
39270              
39271              Add the repository doc by Malcolm, Sarathy, and by Simon,
39272              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
39273      Branch: maint-5.6/perl
39274           +> Porting/repository.pod
39275           !> Configure MANIFEST Makefile.SH README.dos README.os2
39276           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
39277           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
39278           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
39279 ____________________________________________________________________________
39280 [  8169] By: gsar                                  on 2000/12/18  02:33:34
39281         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
39282              7435..7441,7445 from mainline
39283              
39284              Make the UTF-8 decoding stricter and more verbose when
39285              malformation happens.  This involved adding an argument
39286              to utf8_to_uv_chk(), which involved changing its prototype,
39287              and prefer STRLEN over I32 for the UTF-8 length, which as
39288              a domino effect necessitated changing the prototypes of
39289              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
39290              The stricter UTF-8 decoding checking uses Markus Kuhn's
39291              UTF-8 Decode Stress Tester from
39292              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
39293              
39294              Run vms/vms_yfix.pl, should have done that after changing
39295              perly.c in #7382.
39296              
39297              Subject: [PATCH 5.7.0] static linking with uninstalled perl
39298              
39299              (Replaced by #7440.)
39300              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
39301              
39302              Fix the bug ID 20001024.005, the bug introduced by #7416.
39303              
39304              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
39305              
39306              Fix the bug reported in
39307              From: andreas.koenig@anima.de (Andreas J. Koenig)
39308              Also make is_utf8_char() stricter.
39309              
39310              Missed the header file changes from #7425.
39311              
39312              Check if stdio supports tweaking lval and cnt simultaneously.
39313              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
39314              
39315              Stratus VOS updates from Paul Green.
39316              
39317              Podify README.epoc and README.vos.
39318              
39319              Add targets to Makefile.SH, most importantly
39320              'regen_all' which also remembers to update vms/perly*.
39321              
39322              Subject: Minor update to find2perl, for portability
39323              
39324              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
39325              
39326              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
39327              
39328              Rename UTF8LEN() to be UNISKIP(), too confusing to have
39329              UTF8LEN() and UTF8SKIP(). 
39330              
39331              Allow poking holes at the UTF-8 decoding strictness.
39332              
39333              Continue the internal UTF-8 API tweaking.
39334              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
39335              used much more than the simpler API, now called utf8_to_uv_simple().
39336              Still not quite happy with API, too much partial duplication
39337              of functionality.
39338              
39339              A new version of making the syslog test more robust.
39340              (Replaces #7421.)
39341              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
39342              
39343              buildtoc target tweaks.
39344              
39345              Integrate with vmsperl #7430 by Charles Bailey:
39346              
39347              Cleanup from prior patch (Charles Lane?):
39348              - improve handling of MFDs in Basename and Path
39349              - default to no xsubpp line # munging when building debug images
39350      Branch: maint-5.6/perl
39351           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39352           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
39353           !> (integrate 67 files)
39354 ____________________________________________________________________________
39355 [  8168] By: gsar                                  on 2000/12/18  02:05:49
39356         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
39357              
39358              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
39359              From: Martin Husemann <martin@duskware.de>
39360              
39361              Subject: [PATCH 5.7.0] restore match data on backtracing
39362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39363      Branch: maint-5.6/perl
39364           !> regcomp.c regexec.c t/op/re_tests
39365 ____________________________________________________________________________
39366 [  8167] By: gsar                                  on 2000/12/18  01:55:22
39367         Log: integrate changes#7858,7986 from mainline
39368              
39369              C<foreach my $x ...> in pseudo-fork()ed process may diddle
39370              parent's memory; fix it by keeping track of the actual pad
39371              offset rather than a raw pointer (this change is probably also
39372              relevant to non-ithreads case to avoid fallout from reallocs of
39373              the pad array, but is currently only enabled for the ithreads
39374              case in the interests of minimal disruption to existing "well
39375              tested" code)
39376              
39377              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
39378              due to the notorious GetFileType() bug in Windows 9x, which fstat()
39379              tickles)
39380      Branch: maint-5.6/perl
39381           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
39382           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
39383           !> win32/win32.c win32/win32.h win32/win32sck.c
39384 ____________________________________________________________________________
39385 [  8166] By: gsar                                  on 2000/12/18  01:52:59
39386         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
39387              from mainline (xsubpp and ExtUtils::LibList fixups, various
39388              other small items)
39389      Branch: maint-5.6/perl
39390           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
39391           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
39392           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
39393           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
39394           !> win32/bin/search.pl
39395 ____________________________________________________________________________
39396 [  8165] By: gsar                                  on 2000/12/18  01:28:45
39397         Log: integrate changes#7533,7563,7611,7623 from mainline (various
39398              malloc.c embellishments)
39399      Branch: maint-5.6/perl
39400           !> malloc.c pod/perldiag.pod
39401 ____________________________________________________________________________
39402 [  8164] By: gsar                                  on 2000/12/18  01:23:33
39403         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
39404              fixups)
39405      Branch: maint-5.6/perl
39406           !> utils/h2xs.PL
39407 ____________________________________________________________________________
39408 [  8163] By: gsar                                  on 2000/12/18  01:17:50
39409         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
39410              fixups)
39411      Branch: maint-5.6/perl
39412           !> Makefile.SH utils/perlbug.PL
39413 ____________________________________________________________________________
39414 [  8162] By: gsar                                  on 2000/12/18  00:25:43
39415         Log: always export Perl_deb() (it is required by re.xs whether
39416              Perl is built with or without -DDEBUGGING)
39417      Branch: maint-5.6/perl
39418            ! makedef.pl
39419 ____________________________________________________________________________
39420 [  8161] By: gsar                                  on 2000/12/18  00:23:38
39421         Log: integrate change#7414 from mainline
39422              
39423              Undo the basename() part of #7412 since the lib/basename
39424              tests would need upgrading too.
39425              
39426              squelch two tests in tr.t that rely on tr/// paranoia change
39427              that's not in 5.6.x
39428      Branch: maint-5.6/perl
39429            ! t/op/tr.t
39430           !> lib/File/Basename.pm
39431 ____________________________________________________________________________
39432 [  8160] By: gsar                                  on 2000/12/18  00:05:30
39433         Log: missing change in previous integrate
39434      Branch: maint-5.6/perl
39435           !> README.aix
39436 ____________________________________________________________________________
39437 [  8159] By: gsar                                  on 2000/12/18  00:03:38
39438         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
39439              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
39440              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
39441              7410..7413 from mainline
39442      Branch: maint-5.6/perl
39443           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
39444           +> t/lib/tie-splice.t
39445            - lib/unicode/Is/DCinital.pl
39446           !> (integrate 112 files)
39447 ____________________________________________________________________________
39448 [  8158] By: jhi                                   on 2000/12/17  23:04:24
39449         Log: Subject: [PATCHES] RE: perl@8150 
39450              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
39451              Date: Sun, 17 Dec 2000 21:46:39 +0100
39452              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
39453              
39454              Neither cygwin has a getpwuid() one can trust on.
39455      Branch: perl
39456            ! t/lib/glob-basic.t
39457 ____________________________________________________________________________
39458 [  8157] By: jhi                                   on 2000/12/17  23:01:54
39459         Log: More MAN.PODS => {} fixes.
39460      Branch: perl
39461            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
39462            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
39463            ! os2/OS2/REXX/Makefile.PL
39464 ____________________________________________________________________________
39465 [  8156] By: gsar                                  on 2000/12/17  22:49:13
39466         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
39467              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
39468              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
39469              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
39470              7201,7204 from mainline
39471      Branch: maint-5.6/perl
39472           !> (integrate 121 files)
39473 ____________________________________________________________________________
39474 [  8155] By: jhi                                   on 2000/12/17  22:30:58
39475         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
39476              From: "Craig A. Berry" <craigberry@mac.com>
39477              Date: Sun, 17 Dec 2000 13:09:28 -0600
39478              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
39479              
39480              MAN.PODS => ' ' is naughty.
39481      Branch: perl
39482            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
39483 ____________________________________________________________________________
39484 [  8154] By: nick                                  on 2000/12/17  22:07:13
39485         Log: MULTIPLICITY nit.
39486      Branch: perl
39487            ! mg.c
39488 ____________________________________________________________________________
39489 [  8153] By: gsar                                  on 2000/12/17  21:23:05
39490         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
39491              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
39492              from mainline
39493              
39494              Document the SvIOK_.*UV().
39495              
39496              Update Unicode todo list.
39497              
39498              Guard against bad string->int conversion for quads.
39499              
39500              Subject: small apidoc fix
39501              
39502              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
39503              
39504              Subject: [PATCH] Tied filehandle documentation
39505              
39506              Subject: [PATCH] Modernize Opcode.pm documentation
39507              
39508              Make Data::Dumper (non-XS) to work with changed semantics of ref().
39509              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39510              [applied even though said semantics didn't change in 5.6.x]
39511              
39512              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
39513              
39514              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
39515              
39516              Fix the URL, but the server is still missing in action.
39517              Subject: [ID 20000905.002] perlfaq1.pod URL error
39518              
39519              Subject: [ID 20000903.001] \w in utf8-strings
39520              
39521              Fix the ccversion detection for 5.1 and beyond.
39522              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39523              
39524              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
39525              
39526              Subject: [ID 20000904.008] Tiny fix for perldiag
39527              
39528              Subject: Re: [ID 20000906.004] segfault with bad perl statement
39529              
39530              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39531              
39532              Subject: [ID 20000908.002] perlipc documentation bug.
39533              
39534              Subject: [PATCH lib/Benchmark.pm]
39535              
39536              Re-allow vec() for characters > 255.
39537              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
39538              
39539              Do away with memory models cruft.  Sorry, PDP users.
39540              
39541              Continue #7041.
39542              
39543              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
39544              
39545              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
39546              
39547              Upgrade to CPAN 1.57_65, from Andreas König.
39548              
39549              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
39550              by Russ Allbery.
39551              
39552              Silence t/pod/*.t about alternate quote-mappings now implemented
39553              by Pod::Text, from Brad Appleton.
39554              
39555              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
39556              Subject: borland C++ win32.c tweak
39557              
39558              C<@a = @b = split(...)> optimization coredumps under ithreads
39559              (missed a spot when fixing up op_pmreplroot hack for ithreads)
39560              
39561              Document the SvUTF8*().
39562              
39563              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
39564              
39565              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
39566              
39567              Do in VMS as the #7054 does.
39568              
39569              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
39570              
39571              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
39572              
39573              Subject: [patch: perl@7045] vms updates
39574              
39575              Test for the #7049.
39576              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
39577              
39578              Break up the myconfig lines a bit.
39579              Subject: perlbug/perl -V output format
39580              
39581              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
39582              
39583              The #7054 truncated Configure badly.
39584              
39585              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
39586              initialization in all the threads on Windows
39587              
39588              Allow for whitespace between "#" and "line" in cpp output.
39589              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
39590              
39591              Remove vestiges of tr//CU.
39592              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
39593              
39594              The return value of setlocale must be copied away.
39595              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
39596              
39597              Allow chop() and chomp() to be overridden.
39598              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
39599              
39600              Hints optimization.
39601              Subject: Minor nit
39602              
39603              Subject: [PATCH] de-wall t/README
39604              
39605              Subject: Re: Two advertising clauses need to be removed
39606      Branch: maint-5.6/perl
39607           !> (integrate 75 files)
39608 ____________________________________________________________________________
39609 [  8152] By: gsar                                  on 2000/12/17  20:30:11
39610         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
39611              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
39612              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
39613              
39614              Don't attach -ld to the archname if pointless.
39615              
39616              Document UNTIE in a very minimalistic way.
39617              
39618              POSIX doesn't report long double values under -Duselongdouble
39619              when the long doubles are "real" (bigger than doubles).
39620              
39621              More author updates.
39622              
39623              Try to deduce NV_MAX.  Really should be Configure fodder.
39624              
39625              :: not allowed in pathnames, change to .
39626              Subject: [PATCH perl@6938] cygwin port
39627              
39628              Forget about NV_MAX (#6951).  Various floating point tweaks,
39629              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
39630              
39631              Move the Solaris 7 scan to use64bitall, make the
39632              failure to find 64-bot sparc libc to mention the
39633              possibility of being in an intel, from Lupe and Alan.
39634              
39635              Regen perltoc.
39636              
39637              AUTHORS tweaks, from Peter Prymmer.
39638              
39639              More address tweaking.
39640              
39641              Small tweaks all over.
39642              
39643              File::Temp patches from Andreas König,
39644              
39645              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
39646              
39647              Subject: CPAN.pm beta 1.57_57 for the core
39648              
39649              Part of the solution.
39650              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
39651              
39652              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
39653              
39654              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39655              
39656              Add the overload warnings to perldiag.
39657              
39658              Drop unused argument.
39659              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
39660              
39661              Subject: Nit in Configure (bleadperl@6961)
39662              
39663              Update to PodParser 1.18, from Brad Appleton.
39664              
39665              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
39666              
39667              Subject: [PATCH: 6948] add SCNfldbl to configure.com
39668              
39669              Document UNTIE. Also tweak implementation to suppress the 'inner references'
39670              warning when UNTIE exists and instead pass the cound of extra references to
39671              the UNTIE method.
39672              
39673              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
39674              so that case-ignoring systems like DCL can tell them from
39675              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
39676              
39677              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39678              
39679              Feature ordering tweak.
39680              
39681              Regen perltoc.
39682              
39683              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
39684              
39685              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
39686              
39687              Subject: http:// in L<>
39688              
39689              Detypo.
39690              
39691              change#6791 accidentally clobbered change#6710, put it back
39692              
39693              Only the first line, thank you very much.
39694              
39695              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
39696              plus rework the http: spots as suggested by Tom Christiansen,
39697              plus regen perltoc.
39698              
39699              Undo part of change 6489 which looks like a bulk edit which
39700              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
39701              The supressing of main:: on return from select() is undesirable.
39702              
39703              Apparently avoiding the swapping is too costly.
39704              
39705              Various Configure nits by Philip Newton,
39706              plus the ebcdic one by me.
39707              
39708              Make certain cc is set before trying to run it.
39709              
39710              If overloaded %{} etc. return the object do not loop.
39711              Thus  sub deref { $_[0] } functions if object is wanted type.
39712              
39713              Update perlhist.
39714              
39715              More %{} and other deref special casing - do not pass to 'nomethod'.
39716      Branch: maint-5.6/perl
39717           !> (integrate 59 files)
39718 ____________________________________________________________________________
39719 [  8151] By: gsar                                  on 2000/12/17  19:14:38
39720         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
39721              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
39722              
39723              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
39724              
39725              Make the epsilon to be relative, not absolute.
39726              
39727              Put back the flags dump as reasoned in
39728              Subject: Re: [PATCH] Glob dumping
39729              
39730              Introduce ccname to keep track of what compiler kind of we have.
39731              
39732              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
39733              
39734              Put back the slice accidentally removed by #6907.
39735              
39736              Reset archname and archname64 always, forcing them be
39737              recomputed at each Configure run, make Configure and
39738              the hints files agree on the naming of largefiles variables.
39739              
39740              Don't say "Perl 5.0 source kit".
39741              
39742              Subject: [PATCH] fix misc cast warnings
39743              
39744              Subject: typos in pods
39745              
39746              NVs not necessarily doubles, as pointed out by Yitzchak.
39747              
39748              Subject: [PATCH 6889] add a few ldbl formats to configure.com
39749              
39750              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
39751              
39752              Better options for rsync.
39753              
39754              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
39755              
39756              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
39757              
39758              Subject: [PATCH] Re: UNTIE method 
39759              
39760              A better fix for the Socket building problem from Craig Berry.
39761              
39762              Retract the dummy test, skip the security tests (instead of failing),
39763              explain what the warnings mean.
39764              
39765              Heap decorruption.
39766              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
39767              
39768              Update to Unicode 3.0.1.
39769              
39770              Missed one Unicode file.
39771              
39772              Subject: Re: typos in pods
39773              
39774              The #6929 was too skimpy.
39775              
39776              sscanf() may be the only way to read long doubles from strings.
39777              
39778              Reveal Borland's isnan.
39779              Subject: build with BC++ tweak
39780              
39781              Issue useful diagnostic on unknown pod commands.
39782              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
39783              
39784              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
39785              
39786              Clarify the third case of ftmp-security warnings.
39787              
39788              Make -Dusemorebits find long doubles in Solaris.
39789              
39790              Wrap the test in eval.
39791      Branch: maint-5.6/perl
39792           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
39793           +> lib/unicode/PropList.txt lib/unicode/README.perl
39794           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
39795           +> lib/unicode/Unicode.301 vms/vmspipe.com
39796            - lib/unicode/Props.txt lib/unicode/UCD300.html
39797            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39798           !> (integrate 305 files)
39799 ____________________________________________________________________________
39800 [  8150] By: jhi                                   on 2000/12/17  18:47:57
39801         Log: Uncheckedin generated files.
39802      Branch: perl
39803            ! global.sym perlapi.c pod/perlapi.pod
39804 ____________________________________________________________________________
39805 [  8149] By: jhi                                   on 2000/12/17  18:41:22
39806         Log: Update Changes.
39807      Branch: perl
39808            ! Changes patchlevel.h
39809 ____________________________________________________________________________
39810 [  8148] By: jhi                                   on 2000/12/17  18:39:16
39811         Log: Subject: [PATCH] Fcntl constants speedup
39812              From: Nicholas Clark <nick@ccl4.org>
39813              Date: Sun, 17 Dec 2000 16:29:24 +0000
39814              Message-ID: <20001217162924.E97668@plum.flirble.org>
39815              
39816              Use IVs for the Fcntl constants instead of NVs.
39817      Branch: perl
39818            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
39819 ____________________________________________________________________________
39820 [  8147] By: jhi                                   on 2000/12/17  18:33:41
39821         Log: Add test for #8145 (binmode() warning), add warning for
39822              ioctl() and sockpair(), document them. (fileno() cannot
39823              be tripwired with the same kind of warning because
39824              'defined fileno($foo)' seems to be an idiom.)
39825      Branch: perl
39826            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
39827 ____________________________________________________________________________
39828 [  8146] By: gsar                                  on 2000/12/17  18:09:08
39829         Log: update Changes
39830      Branch: maint-5.6/perl
39831            ! Changes
39832 ____________________________________________________________________________
39833 [  8145] By: jhi                                   on 2000/12/17  17:39:35
39834         Log: Subject: [PATCH] Re: The long awaited feature ...
39835              From: Simon Cozens <simon@cozens.net>
39836              Date: Sun, 17 Dec 2000 12:31:56 +0000
39837              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
39838              
39839              Add a warning to binmode() about using bad filehandles
39840              (can happen e.g. if someone forgets the filehandle argument)
39841      Branch: perl
39842            ! pp_sys.c
39843 ____________________________________________________________________________
39844 [  8144] By: jhi                                   on 2000/12/17  17:33:48
39845         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
39846              From: Jonathan Stowe <gellyfish@gellyfish.com>
39847              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
39848              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
39849      Branch: perl
39850            ! lib/Net/Ping.pm
39851 ____________________________________________________________________________
39852 [  8143] By: jhi                                   on 2000/12/17  05:31:37
39853         Log: Polymorphic regexps.
39854              
39855              Fixes at least the bugs 20001028.003 (both of them...) and
39856              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
39857              also to be fixed by now, probably already before this patch.
39858      Branch: perl
39859            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
39860            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
39861            ! t/op/utf8decode.t t/pragma/utf8.t
39862 ____________________________________________________________________________
39863 [  8142] By: jhi                                   on 2000/12/16  17:16:05
39864         Log: Subject: [patch perl@8102] dos/djgpp update
39865              From: Laszlo Molnar <ml1050@freemail.hu>
39866              Date: Sat, 16 Dec 2000 01:40:52 +0100
39867              Message-ID: <20001216014052.A335@freemail.hu>
39868      Branch: perl
39869            ! djgpp/config.over t/base/commonsense.t
39870 ____________________________________________________________________________
39871 [  8141] By: jhi                                   on 2000/12/16  17:09:27
39872         Log: Few uncheckedin files.
39873      Branch: perl
39874            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
39875 ____________________________________________________________________________
39876 [  8140] By: nick                                  on 2000/12/15  22:14:31
39877         Log: Integrate mainline
39878      Branch: perlio
39879           !> (integrate 53 files)
39880 ____________________________________________________________________________
39881 [  8139] By: jhi                                   on 2000/12/15  19:49:49
39882         Log: One more IVUV tweak from Nicholas Clark.
39883      Branch: perl
39884            ! sv.c
39885 ____________________________________________________________________________
39886 [  8138] By: jhi                                   on 2000/12/15  19:17:06
39887         Log: Return of the IVUV-preservation, now seems to be happy even
39888              in Digital UNIX (the broken strtoul brokenness detection
39889              seems to have been the fly in the ointment).
39890      Branch: perl
39891            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39892            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
39893            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
39894            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
39895            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39896            ! vos/config.ga.h win32/config.bc win32/config.gc
39897            ! win32/config.vc
39898 ____________________________________________________________________________
39899 [  8137] By: jhi                                   on 2000/12/15  18:12:14
39900         Log: Metaconfig unit change for #8136.
39901      Branch: metaconfig
39902            ! U/modified/d_strtoul.U
39903      Branch: metaconfig/U/perl
39904            ! d_strtoull.U d_strtouq.U
39905 ____________________________________________________________________________
39906 [  8136] By: jhi                                   on 2000/12/15  18:11:35
39907         Log: I don't think it's sensible or portable to test the strtou*
39908              on /^-/ strings.
39909      Branch: perl
39910            ! Configure
39911 ____________________________________________________________________________
39912 [  8135] By: jhi                                   on 2000/12/15  17:18:49
39913         Log: Metaconfig unit change for #8134.
39914      Branch: metaconfig
39915            ! U/modified/d_strtoul.U
39916 ____________________________________________________________________________
39917 [  8134] By: jhi                                   on 2000/12/15  17:14:13
39918         Log: If longsize is 8 we don't need a LL suffix for integer constants.
39919      Branch: perl
39920            ! Configure config_h.SH
39921 ____________________________________________________________________________
39922 [  8133] By: jhi                                   on 2000/12/15  16:00:23
39923         Log: Update Changes.
39924      Branch: perl
39925            ! Changes patchlevel.h
39926 ____________________________________________________________________________
39927 [  8132] By: jhi                                   on 2000/12/15  15:44:16
39928         Log: Some compilers get huffy if you do not cast a const pointer
39929              to a non-const when assigning.
39930      Branch: perl
39931            ! gv.c
39932 ____________________________________________________________________________
39933 [  8131] By: jhi                                   on 2000/12/15  15:38:30
39934         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
39935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39936              Date: Fri, 15 Dec 2000 05:26:57 -0500
39937              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
39938      Branch: perl
39939            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
39940            ! t/pragma/overload.t
39941 ____________________________________________________________________________
39942 [  8130] By: jhi                                   on 2000/12/15  15:36:08
39943         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
39944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39945              Date: Thu, 14 Dec 2000 22:02:43 -0500
39946              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
39947      Branch: perl
39948            ! gv.c perl.h
39949 ____________________________________________________________________________
39950 [  8129] By: jhi                                   on 2000/12/15  15:34:16
39951         Log: Subject: PATCH: h2xs nit
39952              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39953              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
39954              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
39955              
39956              Add a template README.
39957      Branch: perl
39958            ! utils/h2xs.PL
39959 ____________________________________________________________________________
39960 [  8128] By: jhi                                   on 2000/12/15  15:32:22
39961         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
39962      Branch: perl
39963            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
39964 ____________________________________________________________________________
39965 [  8127] By: jhi                                   on 2000/12/15  15:19:34
39966         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
39967              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39968              Date:     Thu, 14 Dec 2000 20:04:42 EST
39969              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
39970      Branch: perl
39971            ! ext/Opcode/Opcode.xs
39972 ____________________________________________________________________________
39973 [  8126] By: jhi                                   on 2000/12/15  15:17:49
39974         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
39975              From: Peter Prymmer <pvhp@forte.com>
39976              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
39977              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
39978      Branch: perl
39979            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
39980            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
39981            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
39982 ____________________________________________________________________________
39983 [  8125] By: jhi                                   on 2000/12/15  15:11:05
39984         Log: This seems to be a stage sane and stable enough to checkin.
39985              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
39986      Branch: perl
39987            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
39988            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
39989            ! t/op/cmp.t t/op/numconvert.t
39990 ____________________________________________________________________________
39991 [  8124] By: jhi                                   on 2000/12/15  04:20:26
39992         Log: Something is really wonky.
39993      Branch: perl
39994            ! sv.c
39995 ____________________________________________________________________________
39996 [  8123] By: jhi                                   on 2000/12/15  04:00:50
39997         Log: Fixes for the IV UV patches to compile in Digital UNIX.
39998      Branch: perl
39999            ! sv.c
40000 ____________________________________________________________________________
40001 [  8122] By: jhi                                   on 2000/12/15  02:53:40
40002         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
40003              From: "Craig A. Berry" <craigberry@mac.com>
40004              Date: Thu, 14 Dec 2000 19:10:49 -0600
40005              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
40006      Branch: perl
40007            ! vms/vms.c
40008 ____________________________________________________________________________
40009 [  8121] By: jhi                                   on 2000/12/15  02:50:00
40010         Log: Metaconfig changes for #8120.
40011      Branch: metaconfig
40012            + U/modified/d_strtoul.U
40013      Branch: metaconfig/U/perl
40014            ! d_strtoull.U d_strtouq.U
40015 ____________________________________________________________________________
40016 [  8120] By: jhi                                   on 2000/12/15  02:49:42
40017         Log: From: Nicholas Clark <nick@ccl4.org> 
40018              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
40019              Date: Thu, 14 Dec 2000 18:38:57 +0000
40020              Message-ID: <20001214183857.B97909@plum.flirble.org>
40021      Branch: perl
40022            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40023            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
40024            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
40025            ! vos/config.ga.def vos/config.ga.h win32/config.bc
40026            ! win32/config.gc win32/config.vc
40027 ____________________________________________________________________________
40028 [  8119] By: jhi                                   on 2000/12/14  23:40:58
40029         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
40030              From: Nicholas Clark <nick@ccl4.org>
40031              Date: Wed, 13 Dec 2000 20:08:50 +0000
40032              Message-ID: <20001213200849.B71166@plum.flirble.org>
40033      Branch: perl
40034            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
40035            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
40036 ____________________________________________________________________________
40037 [  8118] By: jhi                                   on 2000/12/14  22:46:26
40038         Log: Integrate perlio.
40039      Branch: perl
40040           !> MANIFEST ext/Encode/compile makedef.pl
40041 ____________________________________________________________________________
40042 [  8117] By: nick                                  on 2000/12/14  22:38:53
40043         Log: Win32 tweaks to get Encode to build
40044              - temp hack to makedef.pl till PerlIO is properly "exported".
40045              - MSVC dislikes  
40046              static encpage_t foo[];
40047              so make 'em extern for now.
40048      Branch: perlio
40049            ! ext/Encode/compile makedef.pl
40050 ____________________________________________________________________________
40051 [  8116] By: nick                                  on 2000/12/14  22:00:53
40052         Log: Document the new files
40053      Branch: perlio
40054            ! MANIFEST
40055 ____________________________________________________________________________
40056 [  8115] By: jhi                                   on 2000/12/14  21:58:01
40057         Log: MANIFEST new files of #8114.
40058      Branch: perl
40059            ! MANIFEST
40060 ____________________________________________________________________________
40061 [  8114] By: jhi                                   on 2000/12/14  21:50:49
40062         Log: Integrate perlio.
40063      Branch: perl
40064           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
40065           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
40066           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
40067           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
40068           !> ext/Encode/Makefile.PL
40069 ____________________________________________________________________________
40070 [  8113] By: jhi                                   on 2000/12/14  21:48:49
40071         Log: The documentation part of the
40072              
40073              Subject: [ID 20001214.002] Net::Ping patch
40074              From: Jonathan Stowe <gellyfish@gellyfish.com>
40075              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
40076              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
40077              since the #7529 had already addressed the same problem.
40078      Branch: perl
40079            ! lib/Net/Ping.pm
40080 ____________________________________________________________________________
40081 [  8112] By: jhi                                   on 2000/12/14  21:42:57
40082         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
40083              From: Dominic Dunlop <domo@computer.org>
40084              Date: Tue, 12 Dec 2000 10:47:10 +0100
40085              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
40086              
40087              Document how elusive subroutines can be.
40088      Branch: perl
40089            ! pod/perlfunc.pod
40090 ____________________________________________________________________________
40091 [  8111] By: jhi                                   on 2000/12/14  21:38:05
40092         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
40093              From: Dominic Dunlop <domo@computer.org>
40094              Date: Thu, 14 Dec 2000 10:13:51 +0100
40095              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
40096      Branch: perl
40097            ! ext/POSIX/POSIX.pod
40098 ____________________________________________________________________________
40099 [  8110] By: jhi                                   on 2000/12/14  21:36:32
40100         Log: Subject: [patch] perlfaq7
40101              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
40102              Date: Thu, 14 Dec 2000 15:31:07 +0100
40103              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
40104      Branch: perl
40105            ! pod/perlfaq7.pod
40106 ____________________________________________________________________________
40107 [  8109] By: jhi                                   on 2000/12/14  21:29:20
40108         Log: Subject: [8104] Encode
40109              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40110              Date: Thu, 14 Dec 2000 14:49:34 +0100
40111              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
40112              
40113              Type casting for nervous compilers.
40114      Branch: perl
40115            ! ext/Encode/Encode.xs
40116 ____________________________________________________________________________
40117 [  8108] By: jhi                                   on 2000/12/14  21:26:17
40118         Log: Subject: [8104] DB_File
40119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40120              Date: Thu, 14 Dec 2000 14:49:35 +0100
40121              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
40122              
40123              Type definition incorrect for DB 2.7.7.  Not known when it
40124              changed, so only changed it for a known revision.
40125      Branch: perl
40126            ! ext/DB_File/DB_File.xs
40127 ____________________________________________________________________________
40128 [  8107] By: jhi                                   on 2000/12/14  21:23:41
40129         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
40130              From: Peter Prymmer <pvhp@forte.com>
40131              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
40132              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
40133              
40134              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
40135      Branch: perl
40136            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
40137            ! ext/Encode/Encode/posix-bc.enc
40138 ____________________________________________________________________________
40139 [  8106] By: nick                                  on 2000/12/14  20:36:13
40140         Log: "Cold" build correction to Encode's Makefile.PL
40141      Branch: perlio
40142            ! ext/Encode/Makefile.PL
40143 ____________________________________________________________________________
40144 [  8105] By: nick                                  on 2000/12/14  20:09:37
40145         Log: "Compiled" encodings.
40146              Correct replacement character in EBCDIC .enc files
40147              Add 0x7F to ASCII repertoire.
40148      Branch: perlio
40149            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
40150            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
40151            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
40152            ! ext/Encode/Makefile.PL ext/Encode/compile
40153            ! ext/Encode/encengine.c ext/Encode/encode.h
40154 ____________________________________________________________________________
40155 [  8104] By: nick                                  on 2000/12/14  00:38:20
40156         Log: Integrate mainline
40157      Branch: perlio
40158           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
40159           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
40160           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
40161           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
40162           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
40163           !> t/lib/db-hash.t t/lib/db-recno.t
40164 ____________________________________________________________________________
40165 [  8103] By: nick                                  on 2000/12/13  23:16:13
40166         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
40167              so far and so it does not get lost.
40168      Branch: perlio
40169            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
40170 ____________________________________________________________________________
40171 [  8102] By: jhi                                   on 2000/12/13  17:14:22
40172         Log: Update Changes.
40173      Branch: perl
40174            ! Changes patchlevel.h
40175 ____________________________________________________________________________
40176 [  8101] By: jhi                                   on 2000/12/13  16:53:41
40177         Log: Move the proto of start_glob() to a better place; regen api files.
40178      Branch: perl
40179            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
40180 ____________________________________________________________________________
40181 [  8100] By: jhi                                   on 2000/12/13  16:47:11
40182         Log: Metaconfig change for #8099.
40183      Branch: metaconfig
40184            ! U/modified/Head.U
40185 ____________________________________________________________________________
40186 [  8099] By: jhi                                   on 2000/12/13  16:46:48
40187         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
40188              From: Andy Dougherty <doughera@lafayette.edu>
40189              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
40190              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
40191      Branch: perl
40192            ! Configure
40193 ____________________________________________________________________________
40194 [  8098] By: jhi                                   on 2000/12/13  16:39:02
40195         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
40196              From: rspier@pobox.com (Robert Spier)
40197              Date: Tue, 12 Dec 2000 21:12:39 -0500
40198              Message-ID: <14902.56087.678086.725773@rls.cx>
40199              
40200              fastgetcwd is defined using a glob alias on a $^O dependent basis -
40201              and there was no default assignment or perl subroutine.
40202      Branch: perl
40203            ! lib/Cwd.pm
40204 ____________________________________________________________________________
40205 [  8097] By: jhi                                   on 2000/12/13  16:16:01
40206         Log: Subject: [PATCH] move startglob out of pp_hot.c
40207              From: Nicholas Clark <nick@ccl4.org>
40208              Date: Mon, 11 Dec 2000 23:16:39 +0000
40209              Message-ID: <20001211231638.A55550@plum.flirble.org>
40210      Branch: perl
40211            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
40212 ____________________________________________________________________________
40213 [  8096] By: jhi                                   on 2000/12/13  15:26:23
40214         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
40215              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
40216              Date: Wed, 13 Dec 2000 14:01:37 +0100
40217              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
40218              
40219              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
40220              in turn requires libpthread in libswanted.
40221      Branch: perl
40222            ! hints/hpux.sh
40223 ____________________________________________________________________________
40224 [  8095] By: jhi                                   on 2000/12/12  19:51:05
40225         Log: The integration wars continue.
40226      Branch: perl
40227           !> sv.c
40228 ____________________________________________________________________________
40229 [  8094] By: jhi                                   on 2000/12/12  19:48:26
40230         Log: Subject: [PATCH perl@8070] DB_File-1.74  
40231              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
40232              Date: Mon, 11 Dec 2000 23:07:17 -0000
40233              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
40234      Branch: perl
40235            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
40236            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
40237            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
40238            ! t/lib/db-recno.t
40239 ____________________________________________________________________________
40240 [  8093] By: nick                                  on 2000/12/12  19:42:13
40241         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
40242      Branch: perlio
40243            ! sv.c
40244           !> lib/File/DosGlob.pm
40245 ____________________________________________________________________________
40246 [  8092] By: jhi                                   on 2000/12/12  19:28:11
40247         Log: Integrate perlio.
40248      Branch: perl
40249           !> sv.c
40250 ____________________________________________________________________________
40251 [  8091] By: nick                                  on 2000/12/12  18:49:45
40252         Log: Fix for Tk, and upgrading shared SVs.
40253      Branch: perlio
40254            ! sv.c
40255 ____________________________________________________________________________
40256 [  8090] By: jhi                                   on 2000/12/12  16:48:59
40257         Log: Subject: [PATCH] Re: Breadperl & Tk
40258              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40259              Date: Tue, 12 Dec 2000 14:48:27 GMT
40260              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
40261      Branch: perl
40262            ! sv.c
40263 ____________________________________________________________________________
40264 [  8089] By: jhi                                   on 2000/12/12  03:37:19
40265         Log: Subject: DosGlob.pm diff for bash style brace expansion.
40266              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
40267              Date: Fri, 8 Dec 2000 10:45:30 -0600
40268              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
40269      Branch: perl
40270            ! lib/File/DosGlob.pm
40271 ____________________________________________________________________________
40272 [  8088] By: nick                                  on 2000/12/11  23:59:59
40273         Log: Integrate mainline
40274      Branch: perlio
40275           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
40276           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
40277           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
40278           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
40279           !> t/op/local.t t/pragma/warn/toke toke.c
40280 ____________________________________________________________________________
40281 [  8087] By: jhi                                   on 2000/12/11  23:20:23
40282         Log: Integrate perlio.
40283      Branch: perl
40284           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40285 ____________________________________________________________________________
40286 [  8086] By: jhi                                   on 2000/12/11  22:50:59
40287         Log: Tune further the OS detection of CGI.
40288      Branch: perl
40289            ! lib/CGI.pm
40290 ____________________________________________________________________________
40291 [  8085] By: nick                                  on 2000/12/11  22:50:46
40292         Log: Finish 1st pass of "encoding" layer e.g. :
40293              open($fh,"<encoding(iso8859-7)",$greek) || die;
40294      Branch: perlio
40295            ! ext/Encode/Encode.xs perlio.c perliol.h
40296 ____________________________________________________________________________
40297 [  8084] By: jhi                                   on 2000/12/11  22:32:06
40298         Log: Revert the -f ambiguousity patch, seems to cause
40299              too much hassle (the interpret -Q as a function
40300              where Q is not a known filetest part is left in).
40301      Branch: perl
40302            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
40303            ! toke.c
40304 ____________________________________________________________________________
40305 [  8083] By: jhi                                   on 2000/12/11  22:27:23
40306         Log: (accidentally empty check-in)
40307      Branch: perl
40308            ! lib/File/DosGlob.pm
40309 ____________________________________________________________________________
40310 [  8082] By: nick                                  on 2000/12/11  19:09:51
40311         Log: Restore mmap function (broken by tweaks to shared buffer
40312              layer for encode(xxxx)).
40313      Branch: perlio
40314            ! perlio.c
40315 ____________________________________________________________________________
40316 [  8081] By: jhi                                   on 2000/12/11  18:29:13
40317         Log: Subject: Re: The long awaited feature ...
40318              From: Simon Cozens <simon@cozens.net>
40319              Date: Mon, 11 Dec 2000 15:54:24 +0000
40320              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
40321              
40322              More io/utf8 tests.
40323      Branch: perl
40324            ! t/io/utf8.t
40325 ____________________________________________________________________________
40326 [  8080] By: jhi                                   on 2000/12/11  18:19:36
40327         Log: Subject: PATCH MakeMaker manpage clarification
40328              From: andreas.koenig@anima.de (Andreas J. Koenig)
40329              Date: 10 Dec 2000 20:46:13 +0100
40330              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
40331      Branch: perl
40332            ! lib/ExtUtils/MakeMaker.pm
40333 ____________________________________________________________________________
40334 [  8079] By: jhi                                   on 2000/12/11  15:35:07
40335         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
40336              From: Simon Cozens <simon@cozens.net>
40337              Date: Sun, 10 Dec 2000 19:06:19 +0000
40338              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
40339      Branch: perl
40340            ! ext/B/B/Deparse.pm t/lib/b.t
40341 ____________________________________________________________________________
40342 [  8078] By: jhi                                   on 2000/12/11  15:09:11
40343         Log: Subject: [PATCH] docs on NaN
40344              From: Nicholas Clark <nick@ccl4.org>
40345              Date: Mon, 11 Dec 2000 01:48:38 +0000
40346              Message-ID: <20001211014838.B99205@plum.flirble.org>
40347      Branch: perl
40348            ! pod/perlop.pod
40349 ____________________________________________________________________________
40350 [  8077] By: jhi                                   on 2000/12/11  15:02:21
40351         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
40352              From: Simon Cozens <simon@cozens.net>
40353              Date: Mon, 11 Dec 2000 01:21:45 +0000
40354              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
40355      Branch: perl
40356            ! pp.c pp_hot.c scope.c t/op/local.t
40357 ____________________________________________________________________________
40358 [  8076] By: nick                                  on 2000/12/10  20:43:32
40359         Log: Not merge worthy...
40360              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
40361              syntax is modelled on attributes.
40362              Untested fix for io/utf8 on Win32 etc.
40363              Very clumsy start to the encode layer.
40364      Branch: perlio
40365            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40366 ____________________________________________________________________________
40367 [  8075] By: jhi                                   on 2000/12/10  18:39:33
40368         Log: Darwin is not Windows.
40369      Branch: perl
40370            ! lib/CGI.pm
40371 ____________________________________________________________________________
40372 [  8074] By: jhi                                   on 2000/12/10  18:31:27
40373         Log: Subject: Ambiguous -%c() resolved as a file test
40374              From: "Paul Marquess" <Paul.Marquess@openwave.com>
40375              Date: Sun, 10 Dec 2000 15:35:07 -0000
40376              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
40377      Branch: perl
40378            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
40379 ____________________________________________________________________________
40380 [  8073] By: jhi                                   on 2000/12/10  18:16:29
40381         Log: Subject: PATCH installperl misinformed 
40382              From: andreas.koenig@anima.de (Andreas J. Koenig)
40383              Date: 10 Dec 2000 13:01:32 +0100 
40384              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
40385      Branch: perl
40386            ! installperl
40387 ____________________________________________________________________________
40388 [  8072] By: jhi                                   on 2000/12/10  18:07:55
40389         Log: The walkoptree confusion rages; walkoptree() seems to be coming
40390              from B.xs, while walkoptree_slow() comes from B.pm.
40391      Branch: perl
40392            ! ext/B/B.pm
40393 ____________________________________________________________________________
40394 [  8071] By: nick                                  on 2000/12/10  11:45:47
40395         Log: Integrate mainline
40396      Branch: perlio
40397           +> t/base/commonsense.t
40398           !> (integrate 37 files)
40399 ____________________________________________________________________________
40400 [  8070] By: jhi                                   on 2000/12/10  04:46:21
40401         Log: Update Changes.
40402      Branch: perl
40403            ! Changes patchlevel.h
40404 ____________________________________________________________________________
40405 [  8069] By: jhi                                   on 2000/12/10  04:39:19
40406         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
40407              From: andreas.koenig@anima.de (Andreas J. Koenig)
40408              Date: 09 Dec 2000 17:14:25 +0100
40409              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
40410      Branch: perl
40411            + t/base/commonsense.t
40412            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
40413 ____________________________________________________________________________
40414 [  8068] By: jhi                                   on 2000/12/10  04:17:36
40415         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
40416              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40417              Date: Sat, 9 Dec 2000 16:47:22 -0000
40418              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
40419      Branch: perl
40420            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
40421            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
40422            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
40423            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
40424            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
40425            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
40426            ! t/lib/sdbm.t
40427 ____________________________________________________________________________
40428 [  8067] By: jhi                                   on 2000/12/10  03:52:02
40429         Log: Test case for #8066.
40430      Branch: perl
40431            ! t/op/misc.t
40432 ____________________________________________________________________________
40433 [  8066] By: jhi                                   on 2000/12/10  03:50:30
40434         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
40435              From: Simon Cozens <simon@cozens.net>
40436              Date: Sun, 10 Dec 2000 00:55:37 +0000
40437              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
40438      Branch: perl
40439            ! pp_sys.c
40440 ____________________________________________________________________________
40441 [  8065] By: jhi                                   on 2000/12/10  03:44:52
40442         Log: Test case for #8064.
40443      Branch: perl
40444            ! t/comp/proto.t
40445 ____________________________________________________________________________
40446 [  8064] By: jhi                                   on 2000/12/10  03:42:32
40447         Log: Subject: Re: prototype of substr
40448              From: Simon Cozens <simon@cozens.net>
40449              Date: Sun, 10 Dec 2000 00:13:33 +0000
40450              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
40451              
40452              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
40453      Branch: perl
40454            ! pp.c
40455 ____________________________________________________________________________
40456 [  8063] By: jhi                                   on 2000/12/10  03:39:42
40457         Log: Subject: [PATCH] perlguts.pod
40458              From: Simon Cozens <simon@cozens.net>
40459              Date: Sun, 10 Dec 2000 00:06:47 +0000
40460              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
40461              
40462              Documentation of the different types of ops,
40463              plus the functions in dump.c
40464      Branch: perl
40465            ! pod/perlguts.pod
40466 ____________________________________________________________________________
40467 [  8062] By: jhi                                   on 2000/12/10  03:30:04
40468         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
40469              From: Nicholas Clark <nick@talking.bollo.cx>
40470              Date: Sat, 09 Dec 2000 18:57:25 +0000
40471              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
40472              
40473              Be more robust in weird hostname setups.
40474      Branch: perl
40475            ! t/lib/net-hostent.t
40476 ____________________________________________________________________________
40477 [  8061] By: jhi                                   on 2000/12/10  03:28:21
40478         Log: Pacify fussy compiler. 
40479      Branch: perl
40480            ! pp_sys.c
40481 ____________________________________________________________________________
40482 [  8060] By: jhi                                   on 2000/12/10  02:52:46
40483         Log: Integrate perlio.
40484      Branch: perl
40485           !> pp_sys.c t/io/utf8.t
40486 ____________________________________________________________________________
40487 [  8059] By: nick                                  on 2000/12/09  23:40:14
40488         Log: read/sysread/recv should now be utf8 aware.
40489              Basic test for utf8 read.
40490      Branch: perlio
40491            ! pp_sys.c t/io/utf8.t
40492 ____________________________________________________________________________
40493 [  8058] By: jhi                                   on 2000/12/09  21:56:02
40494         Log: Integrate perlio.
40495      Branch: perl
40496           +> t/io/utf8.t
40497           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
40498 ____________________________________________________________________________
40499 [  8057] By: jhi                                   on 2000/12/09  21:53:35
40500         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
40501              From: Inaba Hiroto <inaba@st.rim.or.jp>
40502              Date: Sun, 10 Dec 2000 05:53:21 +0900
40503              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
40504              
40505              Tests for #8056.
40506      Branch: perl
40507            ! t/op/each.t
40508 ____________________________________________________________________________
40509 [  8056] By: jhi                                   on 2000/12/09  21:51:16
40510         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
40511              From: Inaba Hiroto <inaba@st.rim.or.jp>
40512              Date: Sat, 09 Dec 2000 18:02:00 +0900
40513              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
40514              
40515              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
40516      Branch: perl
40517            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
40518 ____________________________________________________________________________
40519 [  8055] By: nick                                  on 2000/12/09  20:11:48
40520         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
40521              than raw PerlIO_write() - does not seem to break any tests.
40522      Branch: perlio
40523            ! pp_sys.c
40524 ____________________________________________________________________________
40525 [  8054] By: nick                                  on 2000/12/09  19:47:30
40526         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
40527              (sysread, recv and write i.e. formats still to do...)
40528              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
40529              open($fh,">:utf8","name")
40530              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
40531              so no extra overhead is involved.
40532              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
40533              to a non-utf8 stream.
40534              Add initial io/utf8.t
40535              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
40536              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
40537              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
40538      Branch: perlio
40539            + t/io/utf8.t
40540            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
40541 ____________________________________________________________________________
40542 [  8053] By: nick                                  on 2000/12/09  19:26:37
40543         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
40544              was only testing this_utf8.
40545      Branch: perlio
40546            ! toke.c
40547 ____________________________________________________________________________
40548 [  8052] By: nick                                  on 2000/12/09  19:09:41
40549         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
40550              i.e. the output string has one, but don't mess with source assumption.
40551      Branch: perlio
40552            ! toke.c
40553 ____________________________________________________________________________
40554 [  8051] By: jhi                                   on 2000/12/09  16:55:17
40555         Log: Integrate perlio.
40556      Branch: perl
40557           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
40558           !> sv.c thrdvar.h util.c
40559 ____________________________________________________________________________
40560 [  8050] By: jhi                                   on 2000/12/09  16:48:07
40561         Log: Nits noticed by Peter Prymmer.
40562      Branch: perl
40563            ! lib/ExtUtils/MM_VMS.pm
40564 ____________________________________________________________________________
40565 [  8049] By: nick                                  on 2000/12/09  13:49:40
40566         Log: UTF8 output prework.
40567              - Store $\ and $, as SVs so they can have SvUTF8 flag
40568              - use do_print() rather than raw PerlIO_write() to print them.
40569      Branch: perlio
40570            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
40571            ! thrdvar.h util.c
40572 ____________________________________________________________________________
40573 [  8048] By: nick                                  on 2000/12/09  12:30:43
40574         Log: Integrate mainline.
40575      Branch: perlio
40576           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
40577           +> t/op/reverse.t
40578           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
40579           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
40580           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
40581           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
40582           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
40583           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
40584 ____________________________________________________________________________
40585 [  8047] By: jhi                                   on 2000/12/09  00:23:27
40586         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
40587              From: Michael G Schwern <schwern@pobox.com>
40588              Date: Fri, 8 Dec 2000 14:43:04 -0600
40589      Branch: perl
40590            ! lib/ExtUtils/MM_VMS.pm
40591 ____________________________________________________________________________
40592 [  8046] By: jhi                                   on 2000/12/08  23:10:27
40593         Log: A missed check-in.
40594      Branch: perl
40595            ! lib/ExtUtils/Manifest.pm
40596 ____________________________________________________________________________
40597 [  8045] By: jhi                                   on 2000/12/08  21:57:12
40598         Log: (null check-in)
40599      Branch: perl
40600            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
40601 ____________________________________________________________________________
40602 [  8044] By: jhi                                   on 2000/12/08  21:11:06
40603         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
40604              at the final draft stage.
40605      Branch: perl
40606            + ext/Encode/Encode/iso8859-16.enc
40607            ! MANIFEST
40608 ____________________________________________________________________________
40609 [  8043] By: jhi                                   on 2000/12/08  16:39:04
40610         Log: Update Changes.
40611      Branch: perl
40612            ! Changes patchlevel.h
40613 ____________________________________________________________________________
40614 [  8042] By: jhi                                   on 2000/12/08  16:33:39
40615         Log: Do not return the Unicode replacement character if UTF-8
40616              decoding goes awry, it should be up to the caller to decide.
40617      Branch: perl
40618            ! pod/perlapi.pod utf8.c
40619 ____________________________________________________________________________
40620 [  8041] By: jhi                                   on 2000/12/08  16:22:28
40621         Log: metaconfig maintenance.
40622      Branch: metaconfig
40623            ! U/modified/stdchar.U
40624      Branch: metaconfig/U/perl
40625            + testsyml.U
40626 ____________________________________________________________________________
40627 [  8040] By: jhi                                   on 2000/12/08  16:03:08
40628         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
40629              From: sthoenna@efn.org
40630              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
40631              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
40632      Branch: perl
40633            ! Changes lib/ExtUtils/MM_OS2.pm
40634 ____________________________________________________________________________
40635 [  8039] By: jhi                                   on 2000/12/08  15:57:11
40636         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
40637              From: Simon Cozens <simon@cozens.net>
40638              Date: Fri, 8 Dec 2000 13:33:31 +0000
40639              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
40640              
40641              (The pp_hot part needed a rewrite.)
40642      Branch: perl
40643            ! doop.c pp_hot.c utf8.c
40644 ____________________________________________________________________________
40645 [  8038] By: jhi                                   on 2000/12/08  15:25:08
40646         Log: Subject: djSP
40647              From: Michael Stevens <michael@etla.org>
40648              Date: Wed, 6 Dec 2000 23:24:01 +0000
40649              Message-ID: <20001206232400.A21381@firedrake.org>
40650              
40651              Plus a note from Nick Ing-Simmons.
40652      Branch: perl
40653            ! pp.h
40654 ____________________________________________________________________________
40655 [  8037] By: jhi                                   on 2000/12/08  15:18:35
40656         Log: Filetype is text.
40657      Branch: perl
40658            ! t/op/utf8decode.t
40659 ____________________________________________________________________________
40660 [  8036] By: jhi                                   on 2000/12/08  03:31:27
40661         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40662              From: Andy Dougherty <doughera@lafayette.edu>
40663              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
40664              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
40665              
40666              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40667              From: Andy Dougherty <doughera@lafayette.edu>
40668              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
40669              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
40670      Branch: perl
40671            + ext/POSIX/hints/svr4.pl
40672            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
40673 ____________________________________________________________________________
40674 [  8035] By: jhi                                   on 2000/12/08  03:26:01
40675         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
40676              From: Andy Dougherty <doughera@lafayette.edu>
40677              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
40678              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
40679      Branch: perl
40680            ! t/README t/base/term.t
40681 ____________________________________________________________________________
40682 [  8034] By: jhi                                   on 2000/12/08  03:21:59
40683         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
40684              From: mjd@plover.com  
40685              Date: 7 Dec 2000 21:04:20 -0000
40686              Message-ID: <20001207210420.22282.qmail@plover.com>
40687              
40688              Plus -z doc.
40689      Branch: perl
40690            ! pod/perlfunc.pod
40691 ____________________________________________________________________________
40692 [  8033] By: jhi                                   on 2000/12/08  03:19:03
40693         Log: Use the UTF8 macros a bit.  They can't be used with abandon
40694              everywhere because we do generate illegal UTF-8 in some situations.
40695              This is of course naughty.
40696      Branch: perl
40697            ! pod/perlapi.pod utf8.c utf8.h
40698 ____________________________________________________________________________
40699 [  8032] By: jhi                                   on 2000/12/08  03:00:09
40700         Log: Out of sync?
40701      Branch: perl
40702            ! t/pragma/warn/utf8
40703 ____________________________________________________________________________
40704 [  8031] By: jhi                                   on 2000/12/08  02:22:39
40705         Log: Cnt spl.
40706      Branch: perl
40707            ! MANIFEST
40708 ____________________________________________________________________________
40709 [  8030] By: jhi                                   on 2000/12/08  01:23:54
40710         Log: Add test for reverse().
40711      Branch: perl
40712            + t/op/reverse.t
40713            ! MANIFEST
40714 ____________________________________________________________________________
40715 [  8029] By: jhi                                   on 2000/12/08  01:21:47
40716         Log: Integrate perlio.
40717      Branch: perl
40718           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
40719           !> perlio.c perlio.h perlsdio.h warnings.pl
40720 ____________________________________________________________________________
40721 [  8028] By: jhi                                   on 2000/12/08  01:19:08
40722         Log: Introduce macros for UTF8 decoding.
40723      Branch: perl
40724            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
40725 ____________________________________________________________________________
40726 [  8027] By: nick                                  on 2000/12/07  22:18:19
40727         Log: Integrate mainline
40728      Branch: perlio
40729           !> embed.pl pod/perlapi.pod utf8.c
40730 ____________________________________________________________________________
40731 [  8026] By: nick                                  on 2000/12/07  21:45:08
40732         Log: Various oddities p4 diff -se showed up
40733              Remove 'our' from warnings.pl
40734      Branch: perlio
40735            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
40736 ____________________________________________________________________________
40737 [  8025] By: nick                                  on 2000/12/07  21:43:32
40738         Log: Change PerlIO_(get|set)pos to take SV *
40739              Should fix, OS/2, VMS, (sfio??)
40740      Branch: perlio
40741            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
40742 ____________________________________________________________________________
40743 [  8024] By: jhi                                   on 2000/12/07  19:05:32
40744         Log: Document utf8_to_uv() better.
40745      Branch: perl
40746            ! pod/perlapi.pod utf8.c
40747 ____________________________________________________________________________
40748 [  8023] By: jhi                                   on 2000/12/07  18:23:47
40749         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
40750      Branch: perl
40751            ! embed.pl pod/perlapi.pod utf8.c
40752 ____________________________________________________________________________
40753 [  8022] By: jhi                                   on 2000/12/07  04:13:51
40754         Log: Integrate perlio.
40755      Branch: perl
40756           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
40757           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
40758           !> win32/makefile.mk
40759 ____________________________________________________________________________
40760 [  8021] By: nick                                  on 2000/12/07  00:28:14
40761         Log: Various attempts at MSVC debug - not sure what has
40762              changed but works now. 
40763              Seems atexit() _may_ work for DLLs built with MSVC so don't
40764              call cleanup that way.
40765      Branch: perlio
40766            ! perlio.c win32/makefile.mk
40767 ____________________________________________________________________________
40768 [  8020] By: nick                                  on 2000/12/06  19:57:20
40769         Log: Integrate mainline
40770      Branch: perlio
40771           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
40772           !> (integrate 75 files)
40773 ____________________________________________________________________________
40774 [  8019] By: nick                                  on 2000/12/06  19:28:21
40775         Log: Add useperlio to config.vc
40776              Turn off binmode in config_H.PL
40777              Regen all the config_H.xx
40778              Attempt to get debugging build with MSVC.
40779      Branch: perlio
40780            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40781            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
40782 ____________________________________________________________________________
40783 [  8018] By: nick                                  on 2000/12/06  19:21:57
40784         Log: Test various dup/external program options on all platforms.
40785      Branch: perlio
40786            ! t/io/dup.t
40787 ____________________________________________________________________________
40788 [  8017] By: nick                                  on 2000/12/06  19:20:47
40789         Log: Fix harness to be less picky
40790      Branch: perlio
40791            ! lib/Test/Harness.pm
40792 ____________________________________________________________________________
40793 [  8016] By: jhi                                   on 2000/12/06  16:45:12
40794         Log: Update Changes.
40795      Branch: perl
40796            ! Changes patchlevel.h
40797 ____________________________________________________________________________
40798 [  8015] By: jhi                                   on 2000/12/06  16:41:03
40799         Log: Test \x{...} with ord().
40800      Branch: perl
40801            ! t/op/ord.t
40802 ____________________________________________________________________________
40803 [  8014] By: jhi                                   on 2000/12/06  16:20:33
40804         Log: Test tweak because of #8013.
40805      Branch: perl
40806            ! t/lib/b.t
40807 ____________________________________________________________________________
40808 [  8013] By: jhi                                   on 2000/12/06  16:09:09
40809         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
40810              From: Michael G Schwern <schwern@pobox.com>
40811              Date: Tue, 5 Dec 2000 21:23:28 -0500
40812              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
40813              
40814              Carp::Heavy parts not very applicable because of recent changes.
40815      Branch: perl
40816            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
40817            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
40818            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
40819            ! lib/Exporter.pm lib/Exporter/Heavy.pm
40820            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
40821            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
40822            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
40823            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
40824            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
40825            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
40826            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
40827            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
40828            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
40829            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
40830            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
40831            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
40832            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
40833            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
40834            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
40835            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
40836            ! warnings.pl
40837 ____________________________________________________________________________
40838 [  8012] By: jhi                                   on 2000/12/06  15:22:38
40839         Log: Subject: [PATCH] Re: New harness is failing things
40840              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40841              Date: Wed, 6 Dec 2000 13:00:30 GMT
40842              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
40843      Branch: perl
40844            ! lib/Test/Harness.pm
40845 ____________________________________________________________________________
40846 [  8011] By: jhi                                   on 2000/12/06  15:12:08
40847         Log: Subject: installhtml changes
40848              From: Michael Stevens <michael@etla.org>
40849              Date: Wed, 6 Dec 2000 13:15:53 +0000
40850              Message-ID: <20001206131553.A27317@firedrake.org>
40851      Branch: perl
40852            ! installhtml
40853 ____________________________________________________________________________
40854 [  8010] By: jhi                                   on 2000/12/06  15:06:05
40855         Log: Subject: the dTHR hits
40856              From: Michael Stevens <michael@etla.org>
40857              Date: Wed, 6 Dec 2000 12:06:03 +0000
40858              Message-ID: <20001206120603.A24581@firedrake.org>
40859              
40860              More, errrm, less dTHRs.
40861      Branch: perl
40862            ! bytecode.pl ext/B/B/C.pm
40863 ____________________________________________________________________________
40864 [  8009] By: jhi                                   on 2000/12/06  15:04:25
40865         Log: Subject: MakeMaker mailing list gone?
40866              From: Michael G Schwern <schwern@pobox.com>
40867              Date: Tue, 5 Dec 2000 19:29:59 -0500
40868              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
40869              
40870              The MakeMaker mailing list is dead, perlbug is the right
40871              address to report bugs.
40872      Branch: perl
40873            ! lib/ExtUtils/MakeMaker.pm
40874 ____________________________________________________________________________
40875 [  8008] By: jhi                                   on 2000/12/06  15:00:32
40876         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
40877              From: Michael G Schwern <schwern@pobox.com>
40878              Date: Tue, 5 Dec 2000 19:21:21 -0500
40879              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
40880              
40881              Add a default MANIFEST skip that ignores things like
40882              version control files, editor temporary files, and the Makefile.
40883      Branch: perl
40884            + lib/ExtUtils/MANIFEST.SKIP
40885            ! MANIFEST lib/ExtUtils/Manifest.pm
40886 ____________________________________________________________________________
40887 [  8007] By: jhi                                   on 2000/12/06  14:57:20
40888         Log: In Amiga more manual hackery of the scripts seems to be needed,
40889              from Jan-Erik Karlsson.  Why Configure does not get this right
40890              is unknown, may be shell-induced.
40891      Branch: perl
40892            ! README.amiga
40893 ____________________________________________________________________________
40894 [  8006] By: jhi                                   on 2000/12/05  23:53:12
40895         Log: Add TOPm1s to peek at the second topmost stack item.
40896      Branch: perl
40897            ! pp.h
40898 ____________________________________________________________________________
40899 [  8005] By: jhi                                   on 2000/12/05  23:13:55
40900         Log: Avaunt, you foul UTF-8 tests.
40901      Branch: perl
40902            ! t/op/ver.t t/pragma/utf8.t
40903 ____________________________________________________________________________
40904 [  8004] By: jhi                                   on 2000/12/05  23:09:54
40905         Log: Continue utf8 dispersal. 
40906      Branch: perl
40907            + t/op/concat.t
40908            ! MANIFEST t/pragma/utf8.t
40909 ____________________________________________________________________________
40910 [  8003] By: nick                                  on 2000/12/05  23:02:39
40911         Log: Integrate mainline.
40912      Branch: perlio
40913           +> t/op/length.t t/op/utf8decode.t
40914           !> (integrate 69 files)
40915 ____________________________________________________________________________
40916 [  8002] By: jhi                                   on 2000/12/05  22:59:28
40917         Log: Integrate perlio.
40918      Branch: perl
40919           !> iperlsys.h perl.c perlio.c win32/perllib.c
40920 ____________________________________________________________________________
40921 [  8001] By: nick                                  on 2000/12/05  22:07:52
40922         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
40923              - calloc/free suffer from damage on TerminateThread()
40924              - use PerlMemShared (as originally planned) now fixed
40925              - avoid doing anything important on DLL "detach".
40926      Branch: perlio
40927            ! perl.c perlio.c win32/perllib.c
40928 ____________________________________________________________________________
40929 [  8000] By: nick                                  on 2000/12/05  21:05:09
40930         Log: Fix gross PerlMemShared issue.
40931      Branch: perlio
40932            ! iperlsys.h
40933 ____________________________________________________________________________
40934 [  7999] By: jhi                                   on 2000/12/05  20:46:58
40935         Log: Test for Unicode (UTF-8) hash keys.
40936      Branch: perl
40937            ! t/op/each.t
40938 ____________________________________________________________________________
40939 [  7998] By: jhi                                   on 2000/12/05  20:30:35
40940         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
40941              is now always UTF-8), empty line cosmetics.
40942      Branch: perl
40943            ! t/pragma/utf8.t
40944 ____________________________________________________________________________
40945 [  7997] By: jhi                                   on 2000/12/05  20:15:40
40946         Log: Subject: Re: STRLEN - what?
40947              From: Andy Dougherty <doughera@lafayette.edu>
40948              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
40949              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
40950              
40951              Explain STRLEN.
40952      Branch: perl
40953            ! pod/perlguts.pod
40954 ____________________________________________________________________________
40955 [  7996] By: jhi                                   on 2000/12/05  20:13:34
40956         Log: Split off the UTF-8 decoder tests, make them to check also
40957              the error message.
40958      Branch: perl
40959            + t/op/utf8decode.t
40960            ! MANIFEST t/pragma/utf8.t utf8.c
40961 ____________________________________________________________________________
40962 [  7995] By: jhi                                   on 2000/12/05  16:39:47
40963         Log: Start migrating bits of pragma/utf8 to elsewhere
40964              (since the long term plan is to obsolete 'use utf8').
40965      Branch: perl
40966            + t/op/length.t
40967            ! MANIFEST t/pragma/utf8.t
40968 ____________________________________________________________________________
40969 [  7994] By: jhi                                   on 2000/12/05  16:30:21
40970         Log: Fix a manual edit typo from #7993, fix the message formatting
40971              for Unicode, add few our declarations.
40972      Branch: perl
40973            ! lib/Carp/Heavy.pm
40974 ____________________________________________________________________________
40975 [  7993] By: jhi                                   on 2000/12/05  16:09:15
40976         Log: Subject: Need help with warnings :-(
40977              From: "Ben Tilly" <ben_tilly@hotmail.com>
40978              Date: Tue, 05 Dec 2000 01:35:54 -0500
40979              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
40980              
40981              Subject: UPDATE: Carp/Heavy now passes all tests
40982              From: "Ben Tilly" <ben_tilly@hotmail.com>
40983              Date: Tue, 05 Dec 2000 07:59:41 -0500
40984              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
40985              
40986              The Brave New Carp.
40987      Branch: perl
40988            ! lib/Carp.pm lib/Carp/Heavy.pm
40989 ____________________________________________________________________________
40990 [  7992] By: jhi                                   on 2000/12/05  15:55:08
40991         Log: Subject: [PATCH perl@7979] cygwin port
40992              From: "Eric Fifer" <efifer@dircon.co.uk>
40993              Date: Tue, 5 Dec 2000 14:04:09 -0000
40994              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
40995      Branch: perl
40996            ! t/lib/net-hostent.t
40997 ____________________________________________________________________________
40998 [  7991] By: jhi                                   on 2000/12/05  15:52:34
40999         Log: Subject: Re: [PATCH] The largest hoax of all times?
41000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41001              Date: Tue, 5 Dec 2000 00:40:25 -0500
41002              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
41003              
41004              Subject: Re: [PATCH] The largest hoax of all times?
41005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41006              Date: Mon, 4 Dec 2000 23:55:53 -0500
41007              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
41008              
41009              Subject: Re: [PATCH] The largest hoax of all times?
41010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41011              Date: Tue, 5 Dec 2000 01:28:45 -0500
41012              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
41013              
41014              Fix the unpredictable order of DESTROYs.
41015      Branch: perl
41016            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
41017            ! sv.c sv.h t/op/ref.t
41018 ____________________________________________________________________________
41019 [  7990] By: jhi                                   on 2000/12/05  14:38:53
41020         Log: Subject: [PATCH] shrink pp_hot fractionally
41021              From: Nicholas Clark <nick@ccl4.org>
41022              Date: Tue, 5 Dec 2000 12:44:31 +0000
41023              Message-ID: <20001205124431.E74518@plum.flirble.org>
41024              
41025              Use report_evil_fh().
41026      Branch: perl
41027            ! opcode.pl opnames.h pp_hot.c util.c
41028 ____________________________________________________________________________
41029 [  7989] By: jhi                                   on 2000/12/05  14:21:27
41030         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
41031              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41032              Date: Mon, 04 Dec 2000 22:21:59 -0800
41033              Message-ID: <HmIL6gzkgepS092yn@efn.org>
41034              
41035              Harness shouldn't ignore responses like "ok 3\r\r\n".
41036      Branch: perl
41037            ! lib/Test/Harness.pm
41038 ____________________________________________________________________________
41039 [  7988] By: jhi                                   on 2000/12/05  13:51:28
41040         Log: Integrate the "skip" messages to explain().
41041      Branch: perl
41042            ! t/lib/syslfs.t t/op/lfs.t
41043 ____________________________________________________________________________
41044 [  7987] By: jhi                                   on 2000/12/05  12:34:54
41045         Log: The one that got away in #7984.
41046              
41047              Subject: Re: dTHR - what and why?
41048              From: Michael Stevens <michael@etla.org> 
41049              Date: Tue, 5 Dec 2000 11:15:52 +0000
41050              Message-ID: <20001205111552.A4647@firedrake.org>
41051      Branch: perl
41052            ! sv.h
41053 ____________________________________________________________________________
41054 [  7986] By: gsar                                  on 2000/12/05  09:14:44
41055         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
41056              due to the notorious GetFileType() bug in Windows 9x, which fstat()
41057              tickles)
41058      Branch: perl
41059            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
41060 ____________________________________________________________________________
41061 [  7985] By: jhi                                   on 2000/12/05  05:49:03
41062         Log: Integrate perlio.
41063      Branch: perl
41064           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
41065           !> win32/perlhost.h win32/perllib.c
41066 ____________________________________________________________________________
41067 [  7984] By: jhi                                   on 2000/12/05  05:48:16
41068         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
41069      Branch: perl
41070            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
41071            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
41072            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
41073            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
41074            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
41075            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
41076            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
41077            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
41078            ! win32/win32.c
41079 ____________________________________________________________________________
41080 [  7983] By: nick                                  on 2000/12/04  23:27:43
41081         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
41082      Branch: perlio
41083            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
41084            ! win32/perlhost.h win32/perllib.c
41085 ____________________________________________________________________________
41086 [  7982] By: jhi                                   on 2000/12/04  19:44:09
41087         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
41088              uncovered by #7980.
41089      Branch: perl
41090            ! op.c
41091 ____________________________________________________________________________
41092 [  7981] By: jhi                                   on 2000/12/04  19:42:07
41093         Log: Subject: [PATCH] Trivial dump.c feature
41094              From: Simon Cozens <simon@cozens.net>
41095              Date: Mon, 4 Dec 2000 18:08:38 +0000
41096              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
41097              
41098              Show whether a constant is UTF-8.
41099      Branch: perl
41100            ! dump.c
41101 ____________________________________________________________________________
41102 [  7980] By: jhi                                   on 2000/12/04  19:36:51
41103         Log: UTF-8 hash keys, patch from Inaba Hiroto.
41104      Branch: perl
41105            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
41106 ____________________________________________________________________________
41107 [  7979] By: jhi                                   on 2000/12/04  17:36:28
41108         Log: Update Changes.
41109      Branch: perl
41110            ! Changes patchlevel.h
41111 ____________________________________________________________________________
41112 [  7978] By: jhi                                   on 2000/12/04  16:42:17
41113         Log: Retract #7977, still too volatile (the euphemism of the day
41114              for unfinished and buggy :-)
41115      Branch: perl
41116            ! doop.c hv.c pp.c sv.h
41117 ____________________________________________________________________________
41118 [  7977] By: jhi                                   on 2000/12/04  16:25:15
41119         Log: (Retracted by #7978, too shaky yet.)
41120              
41121              Subject: Re: utf8 in hash keys, implementor missing
41122              From: Simon Cozens <simon@cozens.net>
41123              Date: Sat, 2 Dec 2000 19:49:35 +0000
41124              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
41125              
41126              The first step at UTF-8 hash keys.
41127      Branch: perl
41128            ! doop.c hv.c pp.c sv.h
41129 ____________________________________________________________________________
41130 [  7976] By: jhi                                   on 2000/12/04  16:13:53
41131         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
41132              From: sthoenna@efn.org
41133              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
41134              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
41135      Branch: perl
41136            ! os2/os2.c perlio.c
41137 ____________________________________________________________________________
41138 [  7975] By: jhi                                   on 2000/12/04  16:05:25
41139         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
41140              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41141              Date: Thu, 30 Nov 2000 20:50:37 -0800
41142              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
41143      Branch: perl
41144            ! os2/os2.c
41145 ____________________________________________________________________________
41146 [  7974] By: jhi                                   on 2000/12/04  16:03:57
41147         Log: Subject: [PATCH] ++ 20% faster
41148              From: Nicholas Clark <nick@ccl4.org>
41149              Date: Mon, 4 Dec 2000 12:17:27 +0000
41150              Message-ID: <20001204121726.B52976@plum.flirble.org>
41151              
41152              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
41153      Branch: perl
41154            ! sv.c
41155 ____________________________________________________________________________
41156 [  7973] By: jhi                                   on 2000/12/04  16:00:48
41157         Log: 
41158              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
41159              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41160              Date: Mon, 04 Dec 2000 12:30:45 +0100
41161              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
41162              
41163              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
41164              library (getprotobyname and getprotobynumber are outversioned by
41165              the same calls in libc, at least for xlc version 3.
41166      Branch: perl
41167            ! hints/aix.sh
41168 ____________________________________________________________________________
41169 [  7972] By: jhi                                   on 2000/12/04  02:58:31
41170         Log: Integrate perlio.
41171      Branch: perl
41172           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
41173           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
41174           !> win32/win32.h win32/win32iop.h win32/win32thread.h
41175 ____________________________________________________________________________
41176 [  7971] By: nick                                  on 2000/12/04  00:24:33
41177         Log: Quieten some noise in Win32 builds:
41178              - win32.h is included after <sys/socket.h>, so need to 
41179              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
41180              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
41181      Branch: perlio
41182            ! doio.c perl.h toke.c win32/win32.h
41183 ____________________________________________________________________________
41184 [  7970] By: nick                                  on 2000/12/03  22:57:46
41185         Log: PERL_IMPLICIT_SYS compiles but does not work.
41186      Branch: perlio
41187            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
41188            ! win32/perlhost.h win32/perllib.c win32/win32.h
41189            ! win32/win32iop.h win32/win32thread.h
41190 ____________________________________________________________________________
41191 [  7969] By: jhi                                   on 2000/12/03  22:12:58
41192         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
41193              used to swash_init(), makes regprop() dumps more informative
41194              (+utf8::IsAlpha, -utf8::IsDigit, for example).
41195      Branch: perl
41196            ! regcomp.c regexec.c
41197 ____________________________________________________________________________
41198 [  7968] By: jhi                                   on 2000/12/03  21:39:56
41199         Log: Implement ANYOFUTF8 regprop() dumping.
41200      Branch: perl
41201            ! regcomp.c
41202 ____________________________________________________________________________
41203 [  7967] By: jhi                                   on 2000/12/03  20:57:19
41204         Log: Make uv_to_utf8() to zero-terminate its output buffer,
41205              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
41206      Branch: perl
41207            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
41208 ____________________________________________________________________________
41209 [  7966] By: nick                                  on 2000/12/03  18:41:21
41210         Log: Integrate mainline (STDCHAR)
41211      Branch: perlio
41212           !> Configure t/pragma/utf8.t
41213 ____________________________________________________________________________
41214 [  7965] By: jhi                                   on 2000/12/03  17:58:20
41215         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
41216      Branch: perl
41217            ! t/pragma/utf8.t
41218 ____________________________________________________________________________
41219 [  7964] By: jhi                                   on 2000/12/03  17:35:56
41220         Log: Integrate perlio.
41221      Branch: perl
41222           !> iperlsys.h perlio.c
41223 ____________________________________________________________________________
41224 [  7963] By: jhi                                   on 2000/12/03  17:33:55
41225         Log: Metaconfig unit change for #7962.
41226      Branch: metaconfig
41227            ! U/modified/stdchar.U
41228 ____________________________________________________________________________
41229 [  7962] By: jhi                                   on 2000/12/03  17:33:27
41230         Log: Untangle the <stdio.h> #include nest for the stdchar test,
41231              from Andy Dougherty.
41232      Branch: perl
41233            ! Configure
41234 ____________________________________________________________________________
41235 [  7961] By: nick                                  on 2000/12/03  16:53:00
41236         Log: Make iperlsys.h vector stdio not PerlIO.
41237      Branch: perlio
41238            ! iperlsys.h perlio.c
41239 ____________________________________________________________________________
41240 [  7960] By: nick                                  on 2000/12/03  14:43:01
41241         Log: Integrate mainline
41242      Branch: perlio
41243           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
41244           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
41245 ____________________________________________________________________________
41246 [  7959] By: jhi                                   on 2000/12/03  08:16:36
41247         Log: Use DO_UTF8().
41248      Branch: perl
41249            ! op.c
41250 ____________________________________________________________________________
41251 [  7958] By: jhi                                   on 2000/12/02  18:33:05
41252         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
41253              From: Mike Guy <mjtg@cam.ac.uk>         
41254              Date: Sat, 02 Dec 2000 17:27:13 +0000
41255              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
41256              
41257              An extraneous argument.
41258      Branch: perl
41259            ! toke.c
41260 ____________________________________________________________________________
41261 [  7957] By: jhi                                   on 2000/12/02  18:22:32
41262         Log: A missing hunk.
41263      Branch: perl
41264            ! t/lib/net-hostent.t
41265 ____________________________________________________________________________
41266 [  7956] By: jhi                                   on 2000/12/02  18:06:20
41267         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
41268              From: Nicholas Clark <nick@ccl4.org>
41269              Date: Sat, 2 Dec 2000 14:28:27 +0000
41270              Message-ID: <20001202142827.A12308@plum.flirble.org>
41271              
41272              Test robustness.
41273      Branch: perl
41274            ! t/lib/net-hostent.t
41275 ____________________________________________________________________________
41276 [  7955] By: jhi                                   on 2000/12/02  17:58:06
41277         Log: Metaconfig unit change for #7954.
41278      Branch: metaconfig
41279            ! U/modified/stdchar.U
41280 ____________________________________________________________________________
41281 [  7954] By: jhi                                   on 2000/12/02  17:54:32
41282         Log: An inconvenient hang would happen if the stdio _ptr wasn't
41283              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
41284              would be grepping stdin for all eternity for the _ptr.)
41285      Branch: perl
41286            ! Configure
41287 ____________________________________________________________________________
41288 [  7953] By: jhi                                   on 2000/12/02  00:07:15
41289         Log: Update Changes.
41290      Branch: perl
41291            ! Changes patchlevel.h
41292 ____________________________________________________________________________
41293 [  7952] By: jhi                                   on 2000/12/01  23:54:47
41294         Log: Subject: Re: long shell lines
41295              From: Andy Dougherty <doughera@lafayette.edu>
41296              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
41297              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
41298              
41299              Split overly long shell command lines.
41300      Branch: perl
41301            ! lib/ExtUtils/MM_Unix.pm
41302 ____________________________________________________________________________
41303 [  7951] By: jhi                                   on 2000/12/01  23:48:02
41304         Log: The metaconfig unit change for #7950.
41305      Branch: metaconfig
41306            + U/modified/stdchar.U
41307 ____________________________________________________________________________
41308 [  7950] By: jhi                                   on 2000/12/01  23:47:39
41309         Log: Try to find stdchar also from <stdio_impl.h>.
41310      Branch: perl
41311            ! Configure config_h.SH
41312 ____________________________________________________________________________
41313 [  7949] By: jhi                                   on 2000/12/01  23:46:45
41314         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
41315              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41316              Date: Fri, 1 Dec 2000 16:26:08 -0500
41317              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
41318              
41319              Reword the diagnostic message.
41320      Branch: perl
41321            ! pod/perldiag.pod
41322 ____________________________________________________________________________
41323 [  7948] By: nick                                  on 2000/12/01  22:49:43
41324         Log: Integrate mainline (for s/y/m as sub names stuff).
41325      Branch: perlio
41326           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
41327           !> t/pragma/warn/toke toke.c
41328 ____________________________________________________________________________
41329 [  7947] By: jhi                                   on 2000/12/01  20:55:41
41330         Log: Integrate perlio.
41331      Branch: perl
41332           !> perlio.c perliol.h t/io/pipe.t
41333 ____________________________________________________________________________
41334 [  7946] By: jhi                                   on 2000/12/01  20:36:51
41335         Log: Upgrade to CPAN 1.59_51, from Andreas König.
41336      Branch: perl
41337            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41338 ____________________________________________________________________________
41339 [  7945] By: nick                                  on 2000/12/01  20:31:32
41340         Log: Integrate mainline
41341      Branch: perlio
41342           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
41343           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
41344           +> t/lib/net-hostent.t
41345           !> (integrate 35 files)
41346 ____________________________________________________________________________
41347 [  7944] By: jhi                                   on 2000/12/01  20:23:29
41348         Log: Some help for 20001130.011.  Now one gets warnings like
41349              "Ambiguous -f() resolved as a file test ..."
41350      Branch: perl
41351            ! pod/perldiag.pod t/pragma/warn/toke toke.c
41352 ____________________________________________________________________________
41353 [  7943] By: jhi                                   on 2000/12/01  19:44:44
41354         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
41355              that also breaks using them as methods. 
41356      Branch: perl
41357            ! pod/perldiag.pod t/op/misc.t toke.c
41358 ____________________________________________________________________________
41359 [  7942] By: nick                                  on 2000/12/01  17:56:46
41360         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
41361              Make 'unix' pass most tests
41362              - do unread by temporary push of layer ("pending") holding unread chars
41363              - fast_gets is now based on per-handle flag
41364              - relax one of io/pipe.t tests to allow print to fail and close to
41365              succeed so that it passes on unbuffered "unix" layer.
41366              Remaining fail is sporadic and a genuine race condition between
41367              parent/child in fork test.
41368      Branch: perlio
41369            ! perlio.c perliol.h t/io/pipe.t
41370 ____________________________________________________________________________
41371 [  7941] By: jhi                                   on 2000/12/01  15:28:58
41372         Log: (Retracted by #7943.)
41373              
41374              Reserve the short named string operator names.
41375      Branch: perl
41376            ! pod/perldiag.pod t/op/misc.t toke.c
41377 ____________________________________________________________________________
41378 [  7940] By: jhi                                   on 2000/12/01  06:45:53
41379         Log: Get the three different space character classes right under utf8.
41380      Branch: perl
41381            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
41382            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
41383            ! regexec.c t/op/pat.t utf8.c
41384 ____________________________________________________________________________
41385 [  7939] By: jhi                                   on 2000/12/01  03:26:26
41386         Log: Two more tests that make no sense in UTF-8 since the test
41387              data is not in UTF-8.
41388      Branch: perl
41389            ! t/op/regexp.t
41390 ____________________________________________________________________________
41391 [  7938] By: jhi                                   on 2000/12/01  03:20:39
41392         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
41393              should it be required inside regexen?
41394      Branch: perl
41395            ! regcomp.c t/op/regmesg.t
41396 ____________________________________________________________________________
41397 [  7937] By: jhi                                   on 2000/12/01  02:58:53
41398         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
41399              stored and restored, and thusly was trounced by the utf8 swash
41400              routines.
41401      Branch: perl
41402            ! regcomp.c
41403 ____________________________________________________________________________
41404 [  7936] By: jhi                                   on 2000/11/30  20:41:39
41405         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
41406              Why the different platforms behave so differently (core dump vs
41407              no core dump) on this bug is a but of a mystery, but if I had to
41408              guess I would mumble something like 'alignment'.
41409      Branch: perl
41410            ! sv.c
41411 ____________________________________________________________________________
41412 [  7935] By: jhi                                   on 2000/11/30  16:17:02
41413         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
41414              From: Robin Barker <rmb1@cise.npl.co.uk>
41415              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
41416              Date: Thu, 30 Nov 2000 14:27:12 GMT
41417      Branch: perl
41418            ! perlio.c toke.c
41419 ____________________________________________________________________________
41420 [  7934] By: jhi                                   on 2000/11/30  16:04:49
41421         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
41422      Branch: perl
41423            ! t/lib/net-hostent.t
41424 ____________________________________________________________________________
41425 [  7933] By: jhi                                   on 2000/11/30  06:07:26
41426         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
41427              From: Peter Prymmer <pvhp@forte.com>
41428              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
41429              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
41430              
41431              In VMS the localhost may be LOCALHOST.
41432      Branch: perl
41433            ! t/lib/net-hostent.t
41434 ____________________________________________________________________________
41435 [  7932] By: jhi                                   on 2000/11/30  01:11:11
41436         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
41437              From: Peter Prymmer <pvhp@forte.com>
41438              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
41439              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
41440              
41441              plus regen perlapi.pod.
41442      Branch: perl
41443            ! pod/perlapi.pod utf8.c
41444 ____________________________________________________________________________
41445 [  7931] By: jhi                                   on 2000/11/30  01:06:19
41446         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
41447              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41448              Date:     Wed, 29 Nov 2000 17:15:11 EST
41449              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
41450      Branch: perl
41451            ! t/lib/filter-util.pl t/lib/filter-util.t
41452 ____________________________________________________________________________
41453 [  7930] By: jhi                                   on 2000/11/29  18:51:55
41454         Log: Update Changes.
41455      Branch: perl
41456            ! Changes patchlevel.h
41457 ____________________________________________________________________________
41458 [  7929] By: jhi                                   on 2000/11/29  18:50:55
41459         Log: Update the va_copy() metaconfig unit.
41460      Branch: metaconfig/U/perl
41461            ! need_va_copy.U
41462 ____________________________________________________________________________
41463 [  7928] By: jhi                                   on 2000/11/29  17:50:43
41464         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
41465              From: Dominic Dunlop <domo@computer.org>
41466              Date: Tue, 28 Nov 2000 16:41:57 +0100
41467              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
41468              
41469              Patch to catch a core dump in the Configure va_copy test.
41470      Branch: perl
41471            ! Configure config_h.SH
41472 ____________________________________________________________________________
41473 [  7927] By: jhi                                   on 2000/11/29  17:31:59
41474         Log: Retract #7921, the patch shouldn't be needed.
41475      Branch: perl
41476            ! sv.c
41477 ____________________________________________________________________________
41478 [  7926] By: jhi                                   on 2000/11/29  17:01:41
41479         Log: Make the Class::Struct import() wiser.
41480      Branch: perl
41481            ! lib/Class/Struct.pm t/lib/class-struct.t
41482 ____________________________________________________________________________
41483 [  7925] By: jhi                                   on 2000/11/29  16:36:33
41484         Log: All the core library users of Class::Struct seem to be
41485              using "use Class::Struct 'struct';" instead of the bare
41486              "use Class::Struct;", which isn't documented in Class::Struct.
41487              This can't be right.
41488      Branch: perl
41489            ! lib/File/stat.pm
41490 ____________________________________________________________________________
41491 [  7924] By: jhi                                   on 2000/11/29  16:32:15
41492         Log: A test works better if it has the right 1..$n output.
41493      Branch: perl
41494            ! t/lib/class-struct.t
41495 ____________________________________________________________________________
41496 [  7923] By: jhi                                   on 2000/11/29  16:29:11
41497         Log: Forgot to MANIFEST the new Net::hostent test.
41498      Branch: perl
41499            ! MANIFEST
41500 ____________________________________________________________________________
41501 [  7922] By: jhi                                   on 2000/11/29  16:27:49
41502         Log: Integrate perlio.
41503      Branch: perl
41504           !> iperlsys.h perlio.c
41505 ____________________________________________________________________________
41506 [  7921] By: jhi                                   on 2000/11/29  16:27:10
41507         Log: (Retracted by #7927.)
41508              
41509              Subject: [PATCH] Is infinity a number?
41510              From: Simon Cozens <simon@cozens.net>
41511              Date: Wed, 29 Nov 2000 14:48:20 +0000
41512              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
41513      Branch: perl
41514            ! sv.c
41515 ____________________________________________________________________________
41516 [  7920] By: jhi                                   on 2000/11/29  16:23:02
41517         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
41518              From: rspier@pobox.com (Robert Spier)
41519              Date: Wed, 29 Nov 2000 02:17:49 -0500
41520              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
41521              
41522              Add a test for Net::hostent.
41523      Branch: perl
41524            + t/lib/net-hostent.t
41525 ____________________________________________________________________________
41526 [  7919] By: jhi                                   on 2000/11/29  16:21:31
41527         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
41528              add a test for Class::Struct.
41529      Branch: perl
41530            + t/lib/class-struct.t
41531            ! MANIFEST lib/Class/Struct.pm
41532 ____________________________________________________________________________
41533 [  7918] By: jhi                                   on 2000/11/29  15:48:40
41534         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
41535              From: rspier@pobox.com (Robert Spier)
41536              Date: Wed, 29 Nov 2000 02:25:39 -0500
41537              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
41538              
41539              More checking in case someone has broken their services or
41540              protocol databases.
41541      Branch: perl
41542            ! ext/Sys/Syslog/Syslog.pm
41543 ____________________________________________________________________________
41544 [  7917] By: jhi                                   on 2000/11/29  15:46:25
41545         Log: Subject: [PATCH] $^O  win32 -> MSWin32
41546              From: rspier@pobox.com (Robert Spier)
41547              Date: Wed, 29 Nov 2000 02:17:38 -0500
41548              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
41549              
41550              plus similar nits for vms, err, VMS, and UNICOS.
41551      Branch: perl
41552            ! t/lib/syslfs.t t/op/lfs.t
41553 ____________________________________________________________________________
41554 [  7916] By: jhi                                   on 2000/11/29  15:42:51
41555         Log: Subject: [PATCH] Tokeniser debugging
41556              From: Simon Cozens <simon@cozens.net>
41557              Date: Wed, 29 Nov 2000 14:15:45 +0000
41558              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
41559      Branch: perl
41560            ! perl.c perl.h pod/perlrun.pod toke.c
41561 ____________________________________________________________________________
41562 [  7915] By: jhi                                   on 2000/11/29  15:41:36
41563         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
41564              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41565              Date: Wed, 29 Nov 2000 02:13:14 -0500
41566              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
41567              
41568              OUT keyword nits.
41569              
41570              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
41571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41572              Date: Wed, 29 Nov 2000 03:09:04 -0500
41573              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
41574              
41575              OUT and IN_OUT documentation.
41576      Branch: perl
41577            ! lib/ExtUtils/xsubpp pod/perlxs.pod
41578 ____________________________________________________________________________
41579 [  7914] By: jhi                                   on 2000/11/29  03:35:01
41580         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
41581              From: John Tobey <jtobey@john-edwin-tobey.org>
41582              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
41583              Message-Id: <m140e1N-000FOoC@feynman.localnet>
41584              
41585              plus a performance speedup noticed by Sarathy.
41586      Branch: perl
41587            ! op.c
41588 ____________________________________________________________________________
41589 [  7913] By: jhi                                   on 2000/11/29  03:16:59
41590         Log: Use "1 while unlink" so that VMS gets clean, too.
41591      Branch: perl
41592            ! t/lib/filter-util.t
41593 ____________________________________________________________________________
41594 [  7912] By: jhi                                   on 2000/11/29  03:09:08
41595         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
41596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41597              Date: Tue, 28 Nov 2000 03:27:09 -0500
41598              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
41599      Branch: perl
41600            ! lib/ExtUtils/xsubpp
41601 ____________________________________________________________________________
41602 [  7911] By: jhi                                   on 2000/11/29  03:06:30
41603         Log: This should have been part of #7872: no need to scan UTF-8
41604              until eternity.
41605      Branch: perl
41606            ! utf8.c
41607 ____________________________________________________________________________
41608 [  7910] By: jhi                                   on 2000/11/29  02:50:04
41609         Log: One more perltie.pod nit from Casey R. Tweten.
41610      Branch: perl
41611            ! pod/perltie.pod
41612 ____________________________________________________________________________
41613 [  7909] By: jhi                                   on 2000/11/29  02:44:23
41614         Log: Document the known sprintf test failures, exact standard
41615              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
41616      Branch: perl
41617            ! pod/perldelta.pod t/op/sprintf.t
41618 ____________________________________________________________________________
41619 [  7908] By: jhi                                   on 2000/11/29  02:36:23
41620         Log: Add the Encoding table format documentation.
41621      Branch: perl
41622            + ext/Encode/Encode/EncodeFormat.pod
41623            ! MANIFEST
41624 ____________________________________________________________________________
41625 [  7907] By: jhi                                   on 2000/11/29  02:07:24
41626         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
41627              From: "Casey R. Tweten" <crt@kiski.net>
41628              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
41629              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
41630              
41631              Subject: Re: [PATCH] Updating perltie.pod for arrays
41632              From: "Casey R. Tweten" <crt@kiski.net>
41633              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
41634              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
41635      Branch: perl
41636            ! pod/perltie.pod
41637 ____________________________________________________________________________
41638 [  7906] By: nick                                  on 2000/11/28  22:40:59
41639         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
41640      Branch: perlio
41641            ! iperlsys.h perlio.c
41642 ____________________________________________________________________________
41643 [  7905] By: nick                                  on 2000/11/28  22:04:34
41644         Log: Integrate mainline
41645      Branch: perlio
41646           !> (integrate 39 files)
41647 ____________________________________________________________________________
41648 [  7904] By: jhi                                   on 2000/11/28  16:44:43
41649         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
41650              From: Nicholas Clark <nick@babyhippo.co.uk>
41651              Date: Tue, 28 Nov 2000 11:16:57 +0000
41652              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
41653      Branch: perl
41654            ! pod/perlipc.pod
41655 ____________________________________________________________________________
41656 [  7903] By: jhi                                   on 2000/11/28  16:40:31
41657         Log: Subject: [PATCH] Updating perltie.pod for arrays
41658              From: "Casey R. Tweten" <crt@kiski.net>
41659              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
41660              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
41661      Branch: perl
41662            ! pod/perltie.pod
41663 ____________________________________________________________________________
41664 [  7902] By: jhi                                   on 2000/11/28  16:39:37
41665         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
41666              From: Robin Barker <rmb1@cise.npl.co.uk>
41667              Date: Mon, 27 Nov 2000 17:56:44 GMT
41668              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
41669      Branch: perl
41670            ! pod/perlfunc.pod t/op/split.t
41671 ____________________________________________________________________________
41672 [  7901] By: jhi                                   on 2000/11/28  16:28:04
41673         Log: setmode() is a DOSish-only thing.
41674      Branch: perl
41675            ! perlio.c
41676 ____________________________________________________________________________
41677 [  7900] By: jhi                                   on 2000/11/28  16:21:46
41678         Log: Subject: [PATCH] perlcc.PL cleanups
41679              From: Simon Cozens <simon@cozens.net>
41680              Date: Tue, 28 Nov 2000 12:44:35 +0000
41681              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
41682      Branch: perl
41683            ! utils/perlcc.PL
41684 ____________________________________________________________________________
41685 [  7899] By: gsar                                  on 2000/11/28  06:32:55
41686         Log: reintegrate files missed by change#7895
41687      Branch: maint-5.6/perl
41688           +> ext/ByteLoader/bytecode.h utils/Makefile
41689            - utils/perlbc.PL
41690 ____________________________________________________________________________
41691 [  7897] By: gsar                                  on 2000/11/27  18:22:47
41692         Log: can't integrate these two files, for some reason
41693      Branch: maint-5.6/perl
41694            - ext/ByteLoader/bytecode.h utils/Makefile
41695 ____________________________________________________________________________
41696 [  7895] By: gsar                                  on 2000/11/27  18:11:21
41697         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
41698              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
41699              6757..6890,6892..6901 from mainline
41700              
41701              Bytecompiler patches from Benjamin Stuhl.
41702              
41703              More bytecompiler.
41704              
41705              Subject: [PATCH blead] B:: missing dependency
41706              
41707              Subject: [PATCH: 6757] configure.com updates and syslog build
41708              
41709              Long double Gconvert fixes from Yitzchak Scott-Thoennes
41710              and Spider Boardman.
41711              
41712              Subject: [PATCH blead] nextchar() abuse misses an optimisation
41713              
41714              Long double fixes from Spider Boardman.
41715              
41716              Make the selection of NVff et al stricter.
41717              
41718              cSVOPo_*v things index into the current PL_curpad
41719              under ithreads, which is different from the curpad
41720              used by the XSUB.  (In other words, the code as-is
41721              before this patch wouldn't work under ithreads.)
41722              
41723              Be portable.
41724              
41725              VMS MMS (make) wants null action.
41726              
41727              Mac and other portability updates from Chris Nandor.
41728              
41729              Storable support, v-version fixes.
41730              Subject: CPAN.pm beta for testing available
41731              
41732              Portability fix from Hugo van der Sanden.
41733              
41734              Bad makefile.
41735              
41736              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
41737              
41738              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
41739              
41740              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41741              
41742              Replace #6705 with a minimal doc patch.
41743              Subject: [PATCH 5.6.0] replace change #6705
41744              
41745              Drop the separate perlbc, perlcc -b should be enough.
41746              
41747              installperl couldn't tell whether it had run tests or not.
41748              Subject: [PATCH] Re: installperl and t/TEST
41749              
41750              Add silencer flags to installperl.
41751              Subject: [PATCH] Making installperl silent.
41752              
41753              Make "make install" by default silent.  A new "install-verbose"
41754              target is verbose.
41755              
41756              More liberal parsing of version numbers.
41757              Subject: Re: CPAN.pm beta for testing available
41758              
41759              Create directories in silence.
41760              Subject: [PATCH] Another silencer for MakeMaker
41761              
41762              DOS patches and portability/porting notes, from Tim Jenness.
41763              
41764              Make installman to recognize the silence flag -S.
41765              
41766              Actually do something with the silencer option.
41767              
41768              Continue silencing.
41769              
41770              Show the doc file, not the temp file.
41771              
41772              Regen perltoc.
41773              
41774              Subject: [PATCH] More silencing of installman.
41775              
41776              Better wording for the vec lvalue diagnostic.
41777              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41778              
41779              Subject: [PATCH: 6805] several more tweaks to configure.com
41780              
41781              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
41782              
41783              Missing parts of 
41784              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
41785              
41786              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
41787              (applied slightly modified)
41788              
41789              installperl --verbose and --silent.
41790              Subject: Re: [PATCH] More silencing of installman.
41791              
41792              Add install-silent target.
41793              
41794              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
41795              the problem reported in
41796              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
41797              
41798              Tweak the sfio/useperlio logic, hopefully as wished in
41799              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
41800              
41801              One forgotten file from #6816.
41802              
41803              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41804              
41805              Remove duplicately applied patch shards.
41806              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
41807              
41808              Support preserving extremely big/small angles.
41809              
41810              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41811              
41812              Subject: [PATCH] installation not quite silent yet.
41813              
41814              Update the test count.
41815              
41816              Use UVxf, PTR2UV, NVff.
41817              
41818              Document PTR2XX and INT2PTR.
41819              
41820              no-install target a la make -n.
41821              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
41822              
41823              grep -e isn't portable.
41824              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
41825              
41826              Can't get the test to reliably work thanks to the
41827              inaccurateness of floating point.  "Resolves" bug ids
41828              20000826.003, 20000826.009, 20000826.010,
41829              
41830              Subject: installman buglet
41831              
41832              DJGPP update from Laszlo Molnar.
41833              
41834              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41835              
41836              Passing -R in ldflags makes now it to appear in the default
41837              for lddlflags, just like with -L.
41838              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41839              
41840              Test nit.
41841              
41842              Use the actual thread type, not the pointer-to-struct.
41843              
41844              Provice virtual $Config{ccflags_nolargefiles} etc. 
41845              
41846              display_format used as a class method without arguments was broken,
41847              reported in
41848              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
41849              
41850              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
41851              
41852              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
41853              
41854              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
41855              
41856              opmini.o may be left around if a build is interrupted.
41857              
41858              Typo in #6858.
41859              
41860              Fix for ID 20000828.001, long doubles were not formatted
41861              correctly (showed up in $], which stopped installing perl).
41862              
41863              An attempt to fix the problem reported in
41864              Subject: Building perl@6856 using gcc/AIX 4.3.3 
41865              I can't test this properly since the gcc installation I have
41866              access to seems to be botched (gcc is calling the AIX cpp,
41867              a losing proposition...)
41868              
41869              Add -ld to archname on long tr...double platforms.
41870              
41871              Subject: hv.h Doc Patch
41872              
41873              Potential cruft.
41874              
41875              Subject: [PATCH bleedperl@6856] warnings fixes
41876              
41877              -S is the silent flag, -s is the strip flag.
41878              Subject: [PATCH] Re: [PATCH] make no-install          
41879              
41880              Take out the SUIDMAIL thing, that will not be
41881              a problem in 5.7.*.
41882              
41883              Subject: [PATCH bleedperl@6866] spellings
41884              
41885              Subject: [PATCH] Re: files not cleaned even by veryclean
41886              
41887              Use minimal @INC in tests, most of the time just '../lib',
41888              so that we simply can't pick up stuff from other Perls than
41889              the one we are testing.  Pointed out by
41890              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
41891              
41892              Update to Getopt::Long 2.24, from Johan Vromans.
41893              
41894              Fix for thinko in #6848.
41895              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
41896              
41897              Patches all over for people and the files they (hopefully) care about.
41898              
41899              Subject: Net::protoent does not export 'getproto'
41900              
41901              Missed a change in #6869.
41902              
41903              Subject: [PATCH] Warnings in B::Deparse
41904              
41905              Subject: [PATCH] Glob dumping
41906              
41907              Disable one of the tests for now.
41908              
41909              Disabling the one test is a bit tricky.
41910              
41911              Don't forget to tidy up.
41912              
41913              The #6881 removed one dump line.
41914              
41915              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
41916              
41917              Under usethreads the dumped variable is IN_PAD.
41918              Subject: Re: [PATCH] Glob dumping
41919              
41920              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
41921              
41922              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
41923              
41924              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
41925              
41926              Regen Configure for #6894.
41927              
41928              Subject: [PATCH: 6889] updates to perlebcdic.pod
41929              
41930              Undo namespace pollution of #6878.
41931              Subject: Re: Net::protoent does not export 'getproto'
41932              
41933              Admit that we are leaking scalars.
41934              
41935              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
41936      Branch: maint-5.6/perl
41937           !> (integrate 271 files)
41938 ____________________________________________________________________________
41939 [  7894] By: gsar                                  on 2000/11/27  16:00:34
41940         Log: a couple of nits
41941      Branch: maint-5.6/perl
41942            ! MANIFEST pp_sys.c
41943 ____________________________________________________________________________
41944 [  7893] By: gsar                                  on 2000/11/27  15:10:56
41945         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
41946              6740..6745,6747..6757,6760
41947              
41948              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
41949              
41950              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
41951              
41952              Doc nits spotted by Richard Soderberg.
41953              
41954              move WNOHANG definition to where other such things are
41955              
41956              Make $Config{byteorder} more magical so that it is
41957              dynamically computed: nice for 'fat binaries'.
41958              Subject: [PATCH]: default byteorder
41959              
41960              Subject: [PATCH] Cwd.pm now uses strict
41961              
41962              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
41963              
41964              Get -DLEAKTEST to compile (not necessarily to work, mind)
41965              Subject: [ID 20000724.006] -DLEAKTEST problem
41966              
41967              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
41968              
41969              Add perlebcdic from Peter Prymmer, regen toc.
41970              
41971              Don't propose using modules built for 5.005 if no binary
41972              compatibility with 5.005 is attempted.
41973              
41974              Do not use prototyping here.
41975              Subject: [ID 20000817.016] [PATCH] Peek.xs
41976              
41977              Document what the backtick returns if the command fails.
41978              
41979              Add byteorder to the myconfig output.
41980              
41981              Introduce NVef, NVff, and NVgf, use the middle one.
41982              (helps for lib/peek + Linux + long doubles)  Reported in
41983              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41984              Use NVs in POSIX math, not doubles.
41985              Subject: [ID 20000817.014] POSIX & modfl
41986              
41987              Subject: [PATCH 5.6.0+] newSVrv() memory leak
41988              
41989              The byteorder code in #6671 was wrong.
41990              
41991              Fix the lib/complex failure of
41992              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41993              Linux long double accuracy issue: something that
41994              when printed with %g looks like "2" but int() of it is 1.
41995              
41996              Propagate new Configure vars.
41997              
41998              Unbuffer the output.
41999              
42000              Subject: [PATCH] perltrap.pod spring cleaning
42001              
42002              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
42003              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
42004              
42005              Tiny Getopt::Long patch from Johan Vromans.
42006              
42007              Document code point which makes if (defined %stash::) to work
42008              (noted by Spider Boardman).
42009              
42010              Subject: [PATCH perl@6698] cygwin port
42011              
42012              Document the NDBM_File and ODBM_File as SDBM_File
42013              was documented in #6417.
42014              
42015              The new tests were missing from #6415.
42016              
42017              Add [[:blank:]] as suggested in
42018              Subject: [ID 20000716.024] [=cc=] / [:blank:]
42019              (the [=cc=] has already been taken care of by #6439
42020              so the whole bug report can be closed)
42021              and make [[:space:]] to be equivalent to isspace(3)
42022              (as opposed to \s, which is isSPACE()).  The difference
42023              is that now [[:space:]] matches the mythical vertical tab,
42024              while \s doesn't.
42025              
42026              Don't eat leading os from index entries.
42027              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
42028              
42029              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
42030              
42031              Typo in pp_complement().
42032              Subject: [PATCH perl-current] Deparse
42033              
42034              Add warnif(), check warnings further up the stack,
42035              all the warnings functions now can take an optional object reference.
42036              Subject: [PATCH bleedperl@6691] warnings pragma update
42037              
42038              Fix a core dump in lib/selfloader under -DDEBUGGING.
42039              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
42040              
42041              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
42042              
42043              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
42044              
42045              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
42046              Put back the long double avoidance code to POSIX.xs
42047              because VMS seems to need it still.
42048              
42049              Introduce a 'veryclean' target that is like 'distclean'
42050              but also removes *~ and *.orig.
42051              
42052              Subject: [ID 20000817.023] endianness description in perlfunc.pod
42053              
42054              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
42055              
42056              Let's try #6717 again.
42057              
42058              UTF8 concat fixes.
42059              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
42060              
42061              pp_open() could pass an uninitialized filename down to do_open9().
42062              
42063              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
42064              
42065              Update to CGI 2.72, from Lincoln Stein.
42066              
42067              Subject: [PATCH] Silence MakeMaker (Was: installman)
42068              
42069              Use temporary directory instead of current directory.
42070              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
42071              
42072              Document odd vs even subreleases and -Dusedevel.
42073              
42074              The veryclean target needs to clobber.
42075              
42076              Use File::Spec->tmpdir().
42077              
42078              Document the number of exponent digits.
42079              
42080              Mention perlebcdic and perlposix-bc.
42081              
42082              s/this one/the 5.6.0 release/
42083              
42084              The #6724 is here.
42085              
42086              The correct cleaning order is an art.
42087              
42088              small tweaks for change#6705: avoid C++ style comments in C code;
42089              use Perl's malloc API rather than the low level system one
42090              
42091              Array context keeps slithering in.
42092              
42093              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
42094              
42095              Subject: [PATCH] os2.c fix for use64bitint
42096              
42097              Update to Pod::LaTeX 0.53.
42098              Subject: [PATCH] lib/Pod/LaTeX.pm updates
42099              
42100              Document the endianness of Alpha more precisely.
42101              
42102              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
42103              
42104              Rename the macro argument because some preprocessors
42105              can't tell the difference and expand arguments also inside
42106              double quoted strings.
42107              
42108              free TLS slot properly on Windows
42109              
42110              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
42111              
42112              Unicos/mk requires elaborate paranoia.
42113              
42114              Tweak the floating point output routine preferences.
42115              
42116              Also under djgpp the timestamps are funky.
42117              
42118              Apply some PodParser 1.18 patches; the Pod/Find.pm
42119              patches cannot be applied since #6712 conflicts.
42120              
42121              Use PodParser 1.18 new test.
42122              
42123              A pod nit.
42124              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
42125              
42126              Be verydeepclean.
42127      Branch: maint-5.6/perl
42128           +> pod/perlebcdic.pod
42129           !> (integrate 106 files)
42130 ____________________________________________________________________________
42131 [  7892] By: jhi                                   on 2000/11/27  15:02:32
42132         Log: Update Changes.
42133      Branch: perl
42134            ! Changes patchlevel.h
42135 ____________________________________________________________________________
42136 [  7891] By: jhi                                   on 2000/11/27  14:57:23
42137         Log: Subject: Re: perlfaq style changes
42138              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42139              Date: Sat, 25 Nov 2000 23:32:26 -0800
42140              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
42141              
42142              plus a note from Ronald Kimball.
42143      Branch: perl
42144            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
42145 ____________________________________________________________________________
42146 [  7890] By: jhi                                   on 2000/11/27  14:53:14
42147         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
42148              From: Benjamin Holzman <bah@ecnvantage.com>
42149              Date: Sun, 26 Nov 2000 16:27:33 -0500
42150              Message-ID: <20001126162733.J25040@ecnvantage.com>
42151      Branch: perl
42152            ! gv.c
42153 ____________________________________________________________________________
42154 [  7889] By: jhi                                   on 2000/11/27  14:43:11
42155         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
42156              From: lvirden@cas.org
42157              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
42158              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
42159      Branch: perl
42160            ! README.amiga
42161 ____________________________________________________________________________
42162 [  7888] By: jhi                                   on 2000/11/27  14:32:34
42163         Log: Restore also the locale test to no-sprintf-taint state.
42164              Fixes the bug 20001127.003.
42165      Branch: perl
42166            ! sv.c t/pragma/locale.t
42167 ____________________________________________________________________________
42168 [  7887] By: gsar                                  on 2000/11/27  14:13:05
42169         Log: integrate changes#6613..6616,6620..6665 from mainline
42170              
42171              VMS configure.com update continues.
42172              
42173              Subject: Test fails / warnings with perl-current #6612
42174              
42175              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
42176              
42177              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42178              
42179              For now remove the mail code.
42180              
42181              Subject: Re: [PATCH] @+, @- readonly
42182              
42183              Subject: warning: storage class after type is obsolescent
42184              
42185              Subject: sfio2000
42186              
42187              Subject: Re: File::Temp problems on VMS in bleedperl
42188              
42189              README.os2 update.
42190              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
42191              
42192              Make the user to give up his firstborn, err, to knowingly
42193              verify installing an unstable developer release.  Also bump
42194              the release to 5.7.0, but leave a patch tag in the local
42195              patches saying that this is not yet the real thing.
42196              
42197              Update (kinda) to Test 1.14, from Joshua Pritikin.
42198              
42199              make ok etc also for win32.
42200              
42201              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
42202              
42203              Don't blow limited stacks, a lower number is enough to
42204              tickle the lookbehind limit.
42205              
42206              Use -Dusedevel; regen Configure and the respective Porting stuff.
42207              
42208              Subject: [PATCH] debugger exit code should reflect user exit code
42209              
42210              Subject: [PATCH perl@6620] cygwin port
42211              
42212              Missed a file from #6638.
42213              
42214              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)
42215              
42216              magic callbacks all need to have same type signature
42217              
42218              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
42219              
42220              Fix a dependency problem.
42221              Subject: [PATCH: 6640] VMS Makefile.SH update
42222              
42223              The numeric locale was reset to "C" by s?printf and never restored.
42224              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
42225              No test since adding the failing example to locale.t
42226              does not fail -- probably because the locale settings are so
42227              thoroughly tweaked by that time.  Running the example standalone
42228              does fail, though.  UPDATE: test case added at change #7540.
42229              
42230              Subject: [ID 20000324.040] minor fix to perlhpux.pod
42231              
42232              Update to CPAN 1.57.
42233              
42234              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
42235              
42236              Change the perlbug address to perl.org since it's more forgiving.
42237              
42238              Change the regx compilation error markers to use = instead of <
42239              since pod makes using the latter quite messy.  Reported in
42240              ID 20000814.006 by Abigail and in
42241              Subject: Unknown escape E<> ?
42242              
42243              Update to perldebtut 1.9, from Richard Foley.
42244              
42245              check that the number pseudo children doesn't exceed
42246              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
42247              the WaitForMultipleObjects() limit that would cause wait()
42248              to crash)
42249              wait() and waitpid() could potentially be rewritten to use
42250              more than one thread to do the waiting to eliminate this
42251              limitation
42252              
42253              change#6328 could make close(SOCKET) return false on windows
42254              when it shouldn't
42255              
42256              pod nit seen in passing
42257              
42258              on windows, the return values from wait() and waitpid() don't
42259              match those of pseudo-pids
42260              
42261              waitpid() now handles externally spawned pids correctly;
42262              fixes for backtick/wait/waitpid failures on Windows 9x
42263              these changes make the pid returned by process functions on
42264              Windows 9x always positive by clearing the high bit (which
42265              is always set on Win9x); pseudo-process PIDs are likewise
42266              always negative now on Win9x (just as on NT/2000)
42267              
42268              trailing new %ENV entries weren't being pushed into the real
42269              environment of subprocesses on Windows
42270              
42271              Tweak the regex compilation errors once more.
42272              
42273              avoid warnings from dense compiler
42274              
42275              add "ok" targets from change#6632 in makefile.mk
42276      Branch: maint-5.6/perl
42277            - lib/Pod/PlainText.pm vms/configure.com
42278           !> (integrate 66 files)
42279 ____________________________________________________________________________
42280 [  7886] By: jhi                                   on 2000/11/27  13:54:18
42281         Log: __FUNCTION__ isn't portable and trying to emulate it leads
42282              into practically spelling out the name of the function.
42283              Takes care of the bug 20001127.001.
42284      Branch: perl
42285            ! perlio.c
42286 ____________________________________________________________________________
42287 [  7885] By: gsar                                  on 2000/11/27  13:53:18
42288         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
42289              6610..6611 from mainline
42290              
42291              Make regular expression parse error messages easier to understand.
42292              Subject: Re: enhanced(?) regex error messages
42293              
42294              Tiny tidying on report_evil_fh().
42295              
42296              Subject: Re: enhanced(?) regex error messages 
42297              plus Capitalize the error messages, plus perldiag them.
42298              
42299              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
42300              
42301              Document here-doc better.
42302              
42303              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42304              
42305              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
42306              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
42307              (either perlbug or p5p ate the original), plus regen
42308              perlapi and perltoc. 
42309              
42310              Regen global.sym.
42311              
42312              Double check that we have a dirhandle.
42313              
42314              Subject: Re: enhanced(?) regex error messages
42315              (plus two small patches sent privately)
42316              (this still seems to leave few test failures)
42317              
42318              warn is a macro, avoid using at a variable to avoid warnings
42319              in some configurations; readdir.t is too conservative in
42320              estimating number of *.t's
42321              
42322              Get back into sync with Jeffrey on the enhanced regex warnings.
42323              
42324              Subject: [PATCH 5.6.0] cygwin port
42325              
42326              Zero entries were skipped, fix from Adrian Goalby
42327              <argoalby@yahoo.co.uk>
42328              
42329              Subject: Remove dead entry in perldiag
42330              
42331              Amend the description of Perl6.
42332              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
42333              
42334              detypo
42335              
42336              It's the 2ndO'ROSSC.
42337              
42338              Revert the sv.c part of #6559, a better fix is needed.
42339              
42340              Iterating perl6 description.
42341              
42342              Update to Term::ANSIColor 1.03, from Russ Allbery.
42343              
42344              Update to Getopt::Long 2.23_05, from Johan Vromans.
42345              
42346              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
42347              
42348              Update to Pod::Parser 1.17, from Brad Appleton.
42349              
42350              Update to CPAN 1.56, from Andreas König.
42351              
42352              Update to CGI 2.70, from Lincoln Stein.
42353              
42354              Put back the std @INC thing.
42355              
42356              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
42357              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
42358              
42359              Document the IO::Select timeout.
42360              
42361              sleep(1) does not necessarily return 1.
42362              Subject: [PATCH bleadperl] op/lex_assign.t  
42363              
42364              Subject: debugger "d" command doesnt check line number
42365              
42366              B::Deparse didn't do sub attributes.
42367              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42368              
42369              Preprocessing and postprocessing for File::Find.
42370              Subject: Patch to Find::File.pm to allow alphabetical results
42371              
42372              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
42373              
42374              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
42375              
42376              Subject: Re: [ID 20000730.003] utf8::length() bad
42377              
42378              Subject: Getting perlio and threads to compile
42379              (the Solaris version changes in Configure skipped)
42380              
42381              Tests for #6589.
42382              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42383              
42384              Add Perl debugging tutorial, regen toc. 
42385              Subject: perldebtut.pod
42386              
42387              Add a few missing files, update MANIFEST.
42388              
42389              Rewrite of vms/subconfigure.com as configure.com,
42390              from Peter Prymmer and the vmsperl crew.
42391              
42392              Should have deleted this in #6603.
42393              
42394              Fix the test for 5005threads.
42395              
42396              Fix-n-skip the tests under 5005threads.
42397              
42398              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
42399              
42400              Upgrade to CGI 2.71, from Lincoln Stein.
42401      Branch: maint-5.6/perl
42402           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
42403           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
42404           +> t/op/regmesg.t t/pod/find.t vms/configure.com
42405            - vms/subconfigure.com
42406            ! lib/lib.pm
42407           !> (integrate 115 files)
42408 ____________________________________________________________________________
42409 [  7884] By: jhi                                   on 2000/11/27  13:44:33
42410         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
42411              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42412              Date:     Mon, 27 Nov 2000 08:23:54 EST
42413              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
42414      Branch: perl
42415            ! vms/descrip_mms.template vms/test.com
42416 ____________________________________________________________________________
42417 [  7883] By: gsar                                  on 2000/11/27  11:50:46
42418         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
42419              6511..6513,6515..6523,6525..6536
42420              
42421              The swallow_bom() saga continues.  The #23 of require.t
42422              (UTF16-LE) still fails (silently, no output) but the #22
42423              (UTF16-BE) seems to be working now.  The root of the
42424              failure may be in sv_gets(): is it UTF-16LE-aware,
42425              especially when it comes to line endings? 
42426              
42427              Document the problem with -P in HP-UX and its workaround.
42428              
42429              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
42430              (aka ID 20000730.002)
42431              
42432              Subject: fix and question re: waitpid() under win32
42433              
42434              Make the safety catch for buggy gccs work with triple version
42435              numbers like 2.95.2.  Reported in
42436              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
42437              
42438              In Digital UNIX warn if gcc explicitly chosen because even
42439              2.95.2 is known to cause problems.
42440              
42441              Make chr() for values >127 to create utf8 when under utf8.
42442              
42443              various syntax errors and such (not fixed: comp/require.t#22 coredump
42444              on Windows)
42445              
42446              Stash away the largefiles flags and libswanted.
42447              
42448              BOM patching from Simon Cozens.
42449              
42450              If gccosandvers is equal to osname, clear gccosandvers.
42451              
42452              Make p4desc to skip non-mainperl branches by default.
42453              
42454              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
42455              
42456              The test from this
42457              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
42458              
42459              In new BSDs changes to argv[] do not show up in ps(1) output,
42460              instead one must use setproctitle().  This was already addressed
42461              by change #6457, but the below has a new variant for FreeBSD 4.0
42462              or later, and the matter is also documented more.
42463              
42464              FreeBSD 3.* updates from
42465              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
42466              
42467              regen_headers, regen perltoc.
42468              
42469              Document in one place the memory abstractions used in Perl core.
42470              
42471              memcpy has n o in it, as pinted ut by Sarathy.
42472              
42473              Remove the extraneous "main::" prefix from all the
42474              "opened only for", "on closed", and "never opened" warnings.
42475              
42476              The name of a filehandle does not have <these>.
42477              
42478              The tr utf8 patching continues.
42479              
42480              The new setproctitle() feature is available only in 
42481              bleeding edge FreeBSD.  From Paul Saab.
42482              
42483              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
42484              
42485              Dump UVs as UVs in Data::Dumper.
42486              
42487              detypo #6494
42488              
42489              Document the IVdf UVuf UVof UVxf.
42490              
42491              require.t needs binmode() to work on windows
42492              
42493              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
42494              that are hopefully soon put into use.
42495              
42496              Allow "no Module;" even if there is no 'unimport'.
42497              
42498              Better skip message for the test; one of the two problems in
42499              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
42500              
42501              The subtest 4 may fail also on VOBS, as pointed out
42502              by Nick Ing-Simmons in November 1999, bug id 19991124.003
42503              (but the failure in that bug report isn't the subtest 4).
42504              
42505              Be more informative on what is skipped and why,
42506              also repeat the list at the end.
42507              
42508              Add a URL for FSF.
42509              
42510              Subject: [PATCH] sv.h documentation - SvLEN
42511              
42512              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
42513              
42514              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
42515              
42516              Subject: [PATCH] bad cppsymbols on os2 + Configure question
42517              
42518              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
42519              
42520              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
42521              mention the idea of @( and @)
42522              
42523              This is 6512.  Really.
42524              
42525              Subject: [ID 19990721.004] Documentation bug in perlfunc
42526              
42527              Subject: Minor tweak to perlvar.pod
42528              
42529              In the warnings call filehandles consistently so;
42530              add "unopened" warning for stat().
42531              
42532              After the #6519 a warning about stat() is just that,
42533              not about a filetest, which now have their own warning.
42534              
42535              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
42536              
42537              Subject: Re: Array vs. List context
42538              
42539              Subject: New perlcc, take 2
42540              
42541              Weed buglets pointed out by
42542              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
42543              
42544              gcc versions might have (parentheses) in them.
42545              
42546              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
42547              
42548              Essential prototype changes were missing from #6527.
42549              Also make report_evil_fh() more bomb-proof.
42550              
42551              Zap lib/Sys directory when cleaning up.
42552              
42553              Change the Policy policy: now -Dprefix= with an existing
42554              Policy.sh and prefix == siteprefix == vendorprefix, then all
42555              of them follow along the new prefix.
42556              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
42557              
42558              Continue fixing the io warnings.  This also
42559              sort of fixes bug ID 20000802.003: the core dump
42560              is no more.  Whether the current behaviour is correct
42561              (giving a warning: "Not a format reference"), is another matter.
42562              
42563              Have symbols for the IoTYPEs.
42564              
42565              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
42566              
42567              Document a bit that UDP is not what you might think.
42568              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
42569              tr memory corruption fix from Simon Cozens.
42570              
42571              Plug the security hole described in the Aug 05 2000 bugtraq message
42572              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
42573              The security hole exists only in suidperls, which isn't
42574              installed or even built by default.
42575      Branch: maint-5.6/perl
42576           !> (integrate 71 files)
42577 ____________________________________________________________________________
42578 [  7882] By: gsar                                  on 2000/11/27  10:25:36
42579         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
42580              from mainline
42581              
42582              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
42583              to be fatal errors (instead of by default ignoring them, and
42584              ignoring with a bug: even though -w gave an error, the opening [
42585              was left in)  Reported in:
42586              
42587              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
42588              
42589              Subject: [PATCH] split /^/
42590              
42591              MacOS nits from Matthias Neeracher.
42592              
42593              More split() doc and test patches from Mike Guy.
42594              
42595              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
42596              from Graham Barr in the module list.
42597              
42598              docfix from Peter Scott <Peter@PSDT.com>.
42599              
42600              File::Temp patches for VMS and OS/2 from Tim Jenness.
42601              
42602              open() wariness in perlbug.
42603              
42604              Subject: [PATCH] minor doc change - perlguts
42605              
42606              Subject: Minor doc patch: handy.h
42607              
42608              Be wary of close()s, too.
42609              
42610              Further File::Temp patches from Yitzchak Scott-Thoennes
42611              and Craig A. Berry.
42612              
42613              Subject: [PATCH] fixes bug 20000508.004
42614              
42615              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
42616              
42617              Allow "no AutoLoader;", based on change #6444,
42618              suggested by Graham Barr.
42619              
42620              Use setproctitle() if available to modify $0.
42621              
42622              Warn if the version of the operating system used to compile gcc
42623              differs from the current version of the operating system.
42624              Also display the gcc compilation os and version in myconfig.
42625              Inspiration from
42626              
42627              Tiny fixes for #6460.
42628              
42629              The problem described in this
42630              Subject: [ID 20000322.018] named chars aren't magical enough
42631              has been fixed in perl 5.6.0 but just in case added a test
42632              to keep it away.  (The report from Joseph Hall.)
42633              
42634              Tune the comments and hopefully stop a memory leak.
42635              
42636              Subject: UTF8 concat
42637              (with a memory leak fixed, plus a few casts added)
42638              This also seems to help for
42639              Subject: [ID 20000716.015] join UTF8 weirdness
42640              
42641              Do not upgrade SVs into utf8 just because they participate
42642              in eq or cmp.  Reported and fix suggested in
42643              Subject: [ID 20000720.009] sv_eq UTF8 bug
42644              
42645              Fix the HALF_UPGRADE() macro introduced in #6263.
42646              
42647              Find green threads before native threads.
42648              Subject: Re: Patch to jpl/JNI/Makefile.PL
42649      Branch: maint-5.6/perl
42650           !> (integrate 30 files)
42651 ____________________________________________________________________________
42652 [  7881] By: jhi                                   on 2000/11/27  05:48:41
42653         Log: It seems that *both* the unused submatch loop cleanup
42654              codes are needed.
42655      Branch: perl
42656            ! regexec.c
42657 ____________________________________________________________________________
42658 [  7880] By: jhi                                   on 2000/11/27  04:50:07
42659         Log: Clean .exists deeper.
42660      Branch: perl
42661            ! Makefile.SH
42662 ____________________________________________________________________________
42663 [  7879] By: jhi                                   on 2000/11/27  02:31:35
42664         Log: The code in regcppop() (see #7878) contains the correct lower
42665              limit for the unused submatch 'cleanup' loop so that under
42666              "use utf8" the following code wouldn't dump core:
42667              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
42668              the cleanup loop in regtry() stomped beyond allocated area
42669              in the startp[] array.  Therefore, copied the correct lower
42670              loop limit (*PL_reglastparen) to regtry().  Note: something
42671              may still not be quite right: why was the _higher_ loop limit
42672              (prog->nparens) different in the utf8 case?
42673              
42674              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
42675              without core dumps, there were about 17 of them before
42676              the patch (with us since Perl 5.7.0).  Two failures, still:
42677              496 and 505 (though these may not be severe).
42678              
42679              Patch #7881 is also needed since both the cleanup loops
42680              seem to be needed.
42681              
42682              Also, the t/op/pat#44 seems to core dump under utf8.
42683              Plus a couple of failures.  UGH-8.
42684      Branch: perl
42685            ! regexec.c
42686 ____________________________________________________________________________
42687 [  7878] By: jhi                                   on 2000/11/27  02:21:17
42688         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
42689              the code in regcppop() seems to be redundant for the test suite --
42690              but it contains a germ of truth, and it needed for the build
42691              process itself: see #7879 and #7881.
42692      Branch: perl
42693            ! regexec.c
42694 ____________________________________________________________________________
42695 [  7877] By: jhi                                   on 2000/11/27  01:53:09
42696         Log: Comment on comment.
42697      Branch: perl
42698            ! regexec.c
42699 ____________________________________________________________________________
42700 [  7876] By: jhi                                   on 2000/11/27  00:49:59
42701         Log: Adjust the docs to agree with #7875.
42702      Branch: perl
42703            ! pod/perllocale.pod
42704 ____________________________________________________________________________
42705 [  7875] By: jhi                                   on 2000/11/27  00:49:27
42706         Log: Retract #7863.  It makes more sense not to taint formatted output,
42707              not even by sprintf().
42708      Branch: perl
42709            ! sv.c
42710 ____________________________________________________________________________
42711 [  7874] By: jhi                                   on 2000/11/26  23:36:02
42712         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
42713              Not really fixed (should really dump the UTF-8 charclass),
42714              but stopped displaying the garbage.
42715              
42716              Also add a note on the (missing) Unicode PSXSPC and BLANK.
42717      Branch: perl
42718            ! regcomp.c
42719 ____________________________________________________________________________
42720 [  7873] By: jhi                                   on 2000/11/26  21:31:13
42721         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
42722      Branch: perl
42723            ! regexec.c
42724 ____________________________________________________________________________
42725 [  7872] By: jhi                                   on 2000/11/26  21:06:04
42726         Log: No need to scan till infinity, 13 is enough.
42727      Branch: perl
42728            ! handy.h utf8.c
42729 ____________________________________________________________________________
42730 [  7871] By: jhi                                   on 2000/11/26  20:20:32
42731         Log: Test line numbers are different with utf8.
42732      Branch: perl
42733            ! t/op/re_tests
42734 ____________________________________________________________________________
42735 [  7870] By: jhi                                   on 2000/11/26  20:10:12
42736         Log: Message nit.
42737      Branch: perl
42738            ! regcomp.c
42739 ____________________________________________________________________________
42740 [  7869] By: jhi                                   on 2000/11/26  19:01:05
42741         Log: Make utf8_length() and utf8_distance() (the latter of which
42742              is unused at the moment) to be less forgiving about bad UTF-8.
42743      Branch: perl
42744            ! embed.h embed.pl objXSUB.h proto.h utf8.c
42745 ____________________________________________________________________________
42746 [  7868] By: jhi                                   on 2000/11/26  18:45:56
42747         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
42748              From: Benjamin Holzman <bah@ecnvantage.com>
42749              Date: Sat, 25 Nov 2000 20:40:20 -0500       
42750              Message-ID: <20001125204020.A25040@ecnvantage.com>              
42751              
42752              Debian allows installing /usr/bin/locale without installing
42753              any locales, an error message will ensue.
42754      Branch: perl
42755            ! t/pragma/locale.t
42756 ____________________________________________________________________________
42757 [  7867] By: jhi                                   on 2000/11/26  18:31:12
42758         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
42759              From: Benjamin Holzman <bah@ecnvantage.com>
42760              Date: Sun, 26 Nov 2000 02:42:34 -0500
42761              Message-ID: <20001126024234.G25040@ecnvantage.com>
42762              
42763              Patch for the bug 20000212.002.
42764      Branch: perl
42765            ! sv.c t/op/array.t
42766 ____________________________________________________________________________
42767 [  7866] By: jhi                                   on 2000/11/26  18:28:09
42768         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
42769              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42770              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
42771              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
42772              
42773              File::Temp 0.11.
42774      Branch: perl
42775            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
42776 ____________________________________________________________________________
42777 [  7865] By: jhi                                   on 2000/11/26  18:24:22
42778         Log: The metaconfig unit change for #7864.
42779      Branch: metaconfig/U/perl
42780            ! need_va_copy.U
42781 ____________________________________________________________________________
42782 [  7864] By: jhi                                   on 2000/11/26  18:23:41
42783         Log: Make the va_copy() test not to be so talkative.
42784      Branch: perl
42785            ! Configure config_h.SH
42786 ____________________________________________________________________________
42787 [  7863] By: jhi                                   on 2000/11/26  18:11:02
42788         Log: Fix locale inconsistencies unearthed by Hugo's work.
42789              Now the floating point sprintf really does taint the result
42790              string as perllocale promises (has promised for a long time)
42791              if "use locale" is in the lexical scope.
42792      Branch: perl
42793            ! sv.c t/pragma/locale.t
42794 ____________________________________________________________________________
42795 [  7862] By: jhi                                   on 2000/11/26  00:35:15
42796         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
42797              From: Nicholas Clark <nick@ccl4.org>
42798              Date: Sun, 26 Nov 2000 00:07:50 +0000
42799              Message-ID: <20001126000750.A22446@plum.flirble.org>
42800              
42801              Infinit.
42802      Branch: perl
42803            ! sv.c
42804 ____________________________________________________________________________
42805 [  7861] By: jhi                                   on 2000/11/26  00:01:26
42806         Log: Integrate perlio.
42807      Branch: perl
42808           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
42809 ____________________________________________________________________________
42810 [  7860] By: nick                                  on 2000/11/25  22:04:17
42811         Log: Correct relative path from new ext\Filter\Util\Call location
42812              back to miniperl.
42813      Branch: perlio
42814            ! win32/makefile.mk
42815 ____________________________________________________________________________
42816 [  7859] By: nick                                  on 2000/11/25  21:26:54
42817         Log: Integrate mainline.
42818      Branch: perlio
42819           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
42820           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
42821           +> t/lib/filter-util.t
42822            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42823            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
42824            - t/lib/filt-util.t
42825           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
42826           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
42827           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
42828           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
42829           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
42830           !> win32/makefile.mk
42831 ____________________________________________________________________________
42832 [  7858] By: gsar                                  on 2000/11/25  20:52:17
42833         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
42834              parent's memory; fix it by keeping track of the actual pad
42835              offset rather than a raw pointer (this change is probably also
42836              relevant to non-ithreads case to avoid fallout from reallocs of
42837              the pad array, but is currently only enabled for the ithreads
42838              case in the interests of minimal disruption to existing "well
42839              tested" code)
42840      Branch: perl
42841            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
42842            ! proto.h scope.c scope.h sv.c t/op/fork.t
42843 ____________________________________________________________________________
42844 [  7857] By: nick                                  on 2000/11/25  20:01:28
42845         Log: All tests pass on Win32/gcc/USE_PERLIO.
42846              - when crlf layer is pushed make unix-level binary.
42847              - remove :crlf injection in pp_backtick in pp_sys.c
42848              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
42849      Branch: perlio
42850            ! doio.c perlio.c pp_sys.c win32/makefile.mk
42851 ____________________________________________________________________________
42852 [  7856] By: jhi                                   on 2000/11/25  18:38:30
42853         Log: Update the metaconfig units for #7855.
42854      Branch: metaconfig/U/perl
42855            ! useperlio.U usesocks.U
42856 ____________________________________________________________________________
42857 [  7855] By: jhi                                   on 2000/11/25  18:37:54
42858         Log: Undo the SOCKS workarounds, instead start using PerlIO
42859              if SOCKS is selected.
42860              
42861              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
42862              From: Jens Hamisch <jens@Strawberry.COM>
42863              Date: Fri, 24 Nov 2000 18:31:30 +0100
42864              Message-ID: <20001124183130.E28337@Strawberry.COM>
42865              
42866              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
42867              From: Jens Hamisch <jens@Strawberry.COM>
42868              Date: Fri, 24 Nov 2000 19:11:51 +0100
42869              Message-ID: <20001124191151.A28753@Strawberry.COM>
42870      Branch: perl
42871            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
42872            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
42873 ____________________________________________________________________________
42874 [  7854] By: jhi                                   on 2000/11/25  17:39:08
42875         Log: Undo #7848.  Some of the code seems to use walkoptree(),
42876              some walkoptree_slow().  An unfinished renaming?
42877              Now the sub is walkoptree() (which is @EXPORT_OK),
42878              the walkoptree_slow() is a typeglob alias to walkoptree.
42879              This makes the tests to pass, at least.
42880      Branch: perl
42881            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
42882 ____________________________________________________________________________
42883 [  7853] By: nick                                  on 2000/11/24  22:24:33
42884         Log: Re-arrange crlf vs binary for platforms that care.
42885              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
42886              Lip-service to making stdio layer work on such platfroms (untested).
42887              Now fails 3 tests rather than one, checkin to see if I can debug 
42888              the issue under linux. (Do not merge.)
42889      Branch: perlio
42890            ! doio.c perlio.c perliol.h
42891 ____________________________________________________________________________
42892 [  7852] By: jhi                                   on 2000/11/24  18:57:39
42893         Log: AUTHORS edits.
42894      Branch: perl
42895            ! AUTHORS
42896 ____________________________________________________________________________
42897 [  7851] By: jhi                                   on 2000/11/24  17:34:56
42898         Log: Add Jan-Erik Karlsson.
42899      Branch: perl
42900            ! AUTHORS
42901 ____________________________________________________________________________
42902 [  7850] By: jhi                                   on 2000/11/24  17:27:56
42903         Log: Configure should find stdchar on its own.
42904      Branch: perl
42905            ! hints/solaris_2.sh
42906 ____________________________________________________________________________
42907 [  7849] By: jhi                                   on 2000/11/24  17:24:55
42908         Log: Subject: PATCH over 7848: Filter test flawed
42909              From: andreas.koenig@anima.de (Andreas J. Koenig)
42910              Date: 24 Nov 2000 10:28:29 +0100
42911              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
42912      Branch: perl
42913            ! t/lib/filter-util.t
42914 ____________________________________________________________________________
42915 [  7848] By: jhi                                   on 2000/11/24  17:22:15
42916         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
42917              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
42918              Date: Fri, 24 Nov 2000 16:12:58 +0000
42919              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
42920      Branch: perl
42921            ! ext/B/B.pm
42922 ____________________________________________________________________________
42923 [  7847] By: jhi                                   on 2000/11/24  03:07:01
42924         Log: Integrate perlio.
42925      Branch: perl
42926           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
42927           !> win32/makefile.mk
42928 ____________________________________________________________________________
42929 [  7846] By: gsar                                  on 2000/11/24  00:55:57
42930         Log: integrate changes#6415..6418,6420..6438 from mainline
42931              
42932              Fix the bitvector ops for utf8 (tricky since past 7 bits
42933              the utf8 'characters' can be more than one octet).
42934              
42935              MPE/ix updates for perl 5.6.0 from Mark Bixby.
42936              
42937              Subject: SDBM_File documentation
42938              
42939              Detypo.
42940              
42941              Decutandpasto.
42942              
42943              Send all installperl messages to STDERR and be -w clean.
42944              
42945              Out-of-date note removed.
42946              
42947              Protect against "wild next"s, that is, callbacks doing "next"
42948              instead of "return".
42949              
42950              Use STDOUT consistently.
42951              
42952              The output might have been produced in the wrong order.
42953              
42954              A missing 'break' after the [[:space:]] switch case.
42955              
42956              Add tests for
42957              [ID 19991110.003] another matching finding by pcre author
42958              which has already been fixed by some patch, as verified in
42959              
42960              Documentation to explain the behaviour of map().
42961              
42962              Add an optimization for map-maps-a-list-element-to-more-list-elements
42963              case, but add also notes explaining the relationship of this
42964              patch and the earlier notes by Sarathy.
42965              
42966              Subject: [ID 20000716.023] syslog test fails without sockets
42967              
42968              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
42969              Test cases for #6431.
42970              
42971              File::Spec::VMS fixup for tmpdir from Craig Berry.
42972              
42973              Make the "uninit variable" warning to say "concat or string"
42974              or "join or string" when in concat or join .
42975              
42976              Get UTF16 BOMs working.  Patch from
42977              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
42978              
42979              Subject: [PATCH] Make large file tests deal with SIGXFSZ
42980              
42981              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
42982              
42983              Subject: [PATCH] av.c apidoc
42984      Branch: maint-5.6/perl
42985           !> (integrate 43 files)
42986 ____________________________________________________________________________
42987 [  7845] By: gsar                                  on 2000/11/24  00:20:45
42988         Log: integrate changes#6406..6414 from mainline
42989              
42990              Merge perlhacktut into perlhack, update perlguts.
42991              
42992              Fix AutoSplit to use File::Spec the right way in VMS,
42993              from Peter Prymmer.
42994              
42995              The bug report
42996              [ID 19991110.002] minimal matching discrepancy found by pcre author
42997              seems to have been fixed (though differently from what was suggested
42998              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
42999              
43000              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
43001              not in pod, from Peter Prymmer
43002              
43003              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
43004              From: Hugo <hv@crypt.compulink.co.uk>
43005              Date: Fri, 14 Jul 2000 23:05:20 +0100
43006              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
43007              
43008              Didn't anymore apply, but that point still could use another fix.
43009              
43010              lib/b test fixes from Peter Prymmer.
43011              
43012              More docs for sv functions.
43013              
43014              perlvms.pod whitespace cleanup to keep pod utils happy.
43015              
43016              another VMS build tweak from Peter Prymmer
43017      Branch: maint-5.6/perl
43018           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
43019           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
43020           !> vms/descrip_mms.template vms/perlvms.pod
43021 ____________________________________________________________________________
43022 [  7844] By: nick                                  on 2000/11/23  23:42:45
43023         Log: Win32/perlio Now just fails one io/argv.t test - lack 
43024              of default :crlf on standard streams.
43025      Branch: perlio
43026            ! doio.c perlio.c
43027 ____________________________________________________________________________
43028 [  7843] By: nick                                  on 2000/11/23  23:04:05
43029         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
43030              peek fail is showing a real problem (multiple crlf layers
43031              are getting pushed.)
43032      Branch: perlio
43033            ! doio.c perlio.c win32/makefile.mk
43034 ____________________________________________________________________________
43035 [  7842] By: nick                                  on 2000/11/23  19:46:23
43036         Log: Implement PerlIO_binmode()
43037              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
43038              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
43039              make binmode in t/lib/io_tell.t unconditional so that works.
43040              Checkin just so Win32 machine can see these changes.
43041      Branch: perlio
43042            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
43043 ____________________________________________________________________________
43044 [  7841] By: jhi                                   on 2000/11/23  19:30:00
43045         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
43046      Branch: perl
43047            ! README.amiga
43048 ____________________________________________________________________________
43049 [  7840] By: jhi                                   on 2000/11/23  17:18:02
43050         Log: SOCKS wrestling continues, patches from Jens Hamisch.
43051      Branch: perl
43052            ! doio.c embed.h embed.pl perlsdio.h proto.h
43053 ____________________________________________________________________________
43054 [  7839] By: jhi                                   on 2000/11/23  16:54:14
43055         Log: Push Filter::Util::Call one level deeper.
43056      Branch: perl
43057            + t/lib/filter-util.t
43058           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
43059           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
43060            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
43061            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
43062            - t/lib/filt-util.t
43063            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
43064            ! win32/Makefile win32/makefile.mk
43065 ____________________________________________________________________________
43066 [  7838] By: jhi                                   on 2000/11/23  16:52:40
43067         Log: Reach back one higher up when searching for PERL_SRC.
43068      Branch: perl
43069            ! lib/ExtUtils/MM_Unix.pm
43070 ____________________________________________________________________________
43071 [  7837] By: jhi                                   on 2000/11/23  16:05:41
43072         Log: Subject: Re: perl@7826
43073              Date: Thu, 23 Nov 2000 02:20:25 -0600
43074              From: "Craig A. Berry" <craigberry@mac.com>
43075              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
43076              
43077              Make VMS to like Filter::Util::Call. 
43078      Branch: perl
43079            ! configure.com ext/Filter/Util/Makefile.PL
43080 ____________________________________________________________________________
43081 [  7836] By: nick                                  on 2000/11/23  16:04:08
43082         Log: Implement crlf layer - not ready for merge.
43083      Branch: perlio
43084            ! perlio.c win32/makefile.mk
43085 ____________________________________________________________________________
43086 [  7835] By: jhi                                   on 2000/11/23  15:56:52
43087         Log: STDCHAR is different in Sparc v9 vs x86.
43088      Branch: perl
43089            ! hints/solaris_2.sh
43090 ____________________________________________________________________________
43091 [  7834] By: jhi                                   on 2000/11/23  15:50:47
43092         Log: The type needs to be visible to protos.
43093      Branch: perl
43094            ! perl.h
43095 ____________________________________________________________________________
43096 [  7833] By: jhi                                   on 2000/11/23  15:40:46
43097         Log: Finish unfinished SOCKS workaround changes.
43098      Branch: perl
43099            ! doio.c
43100 ____________________________________________________________________________
43101 [  7832] By: jhi                                   on 2000/11/23  15:33:30
43102         Log: Integrate perlio.
43103      Branch: perl
43104           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43105           !> win32/makefile.mk
43106 ____________________________________________________________________________
43107 [  7831] By: nick                                  on 2000/11/23  10:31:07
43108         Log: Correct makefile.mk dependancies for ext/Filter/Util
43109              Build ext/Encode
43110              Run dmake regen_config_h
43111      Branch: perlio
43112            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43113            ! win32/makefile.mk
43114 ____________________________________________________________________________
43115 [  7830] By: nick                                  on 2000/11/23  08:05:07
43116         Log: Integrate mainline
43117      Branch: perlio
43118           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
43119           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
43120           +> t/lib/filt-util.pl t/lib/filt-util.t
43121           !> (integrate 41 files)
43122 ____________________________________________________________________________
43123 [  7829] By: gsar                                  on 2000/11/23  03:07:11
43124         Log: build the Filter extension on windows
43125      Branch: perl
43126            ! win32/Makefile win32/makefile.mk
43127 ____________________________________________________________________________
43128 [  7828] By: gsar                                  on 2000/11/23  02:46:35
43129         Log: regenerate win32/config* and fix some inconsistencies in the
43130              makefiles; always export Perl_deb() because it is needed
43131              by ext/re/* (whether perl itself is built with -DDEBUGGING
43132              or not)
43133      Branch: perl
43134            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
43135            ! win32/config_H.vc win32/makefile.mk
43136 ____________________________________________________________________________
43137 [  7827] By: gsar                                  on 2000/11/23  02:18:38
43138         Log: get sources building on windows+MSVC again (untested with other
43139              compilers)
43140      Branch: perl
43141            ! win32/include/sys/socket.h win32/perllib.c
43142 ____________________________________________________________________________
43143 [  7826] By: jhi                                   on 2000/11/23  01:18:26
43144         Log: Update Changes.
43145      Branch: perl
43146            ! Changes patchlevel.h
43147 ____________________________________________________________________________
43148 [  7825] By: jhi                                   on 2000/11/23  00:20:41
43149         Log: Subject: Re: av.c patch (having slight problems)
43150              From: "Ben Tilly" <ben_tilly@hotmail.com>
43151              Date: Tue, 21 Nov 2000 23:29:31 -0500
43152              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
43153              
43154              unshift() speedup.
43155      Branch: perl
43156            ! av.c
43157 ____________________________________________________________________________
43158 [  7824] By: jhi                                   on 2000/11/22  23:59:15
43159         Log: Fixes for signedness warnings noticed by VMSperlers.
43160      Branch: perl
43161            ! ext/Storable/Storable.xs regcomp.c sv.c
43162 ____________________________________________________________________________
43163 [  7823] By: jhi                                   on 2000/11/22  23:19:31
43164         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
43165              From: Peter Prymmer <pvhp@forte.com>
43166              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
43167              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
43168      Branch: perl
43169            ! t/pragma/warn/pp_hot
43170 ____________________________________________________________________________
43171 [  7822] By: jhi                                   on 2000/11/22  22:52:20
43172         Log: Be clean.
43173      Branch: perl
43174            ! Makefile.SH
43175 ____________________________________________________________________________
43176 [  7821] By: jhi                                   on 2000/11/22  22:46:39
43177         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
43178              by Damian Conway, as suggested by Paul Marquess.
43179      Branch: perl
43180            + lib/Filter/Simple.pm
43181 ____________________________________________________________________________
43182 [  7820] By: jhi                                   on 2000/11/22  22:45:51
43183         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
43184      Branch: perl
43185            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
43186            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
43187            + t/lib/filt-util.t
43188            ! MANIFEST
43189 ____________________________________________________________________________
43190 [  7819] By: jhi                                   on 2000/11/22  22:03:27
43191         Log: Integrate perlio.
43192      Branch: perl
43193           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
43194           !> win32/makefile.mk
43195 ____________________________________________________________________________
43196 [  7818] By: jhi                                   on 2000/11/22  21:56:02
43197         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
43198      Branch: perl
43199            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
43200            ! t/lib/io_sock.t
43201 ____________________________________________________________________________
43202 [  7817] By: jhi                                   on 2000/11/22  21:39:49
43203         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
43204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43205              Date: Wed, 22 Nov 2000 16:08:12 -0500
43206              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
43207      Branch: perl
43208            ! lib/ExtUtils/Liblist.pm
43209 ____________________________________________________________________________
43210 [  7816] By: jhi                                   on 2000/11/22  21:38:25
43211         Log: Go ahead and #include <unistd.h> in perl.h.
43212      Branch: perl
43213            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
43214            ! util.c
43215 ____________________________________________________________________________
43216 [  7815] By: jhi                                   on 2000/11/22  21:22:52
43217         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
43218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43219              Date: Mon, 20 Nov 2000 18:30:52 -0500
43220              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
43221      Branch: perl
43222            ! pod/perlre.pod regcomp.c t/op/re_tests
43223 ____________________________________________________________________________
43224 [  7814] By: jhi                                   on 2000/11/22  21:21:46
43225         Log: Subject: [PATCH 5.7.0] Liblist finally works
43226              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43227              Date: Tue, 21 Nov 2000 22:02:17 -0500
43228              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
43229      Branch: perl
43230            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
43231            ! lib/ExtUtils/MakeMaker.pm
43232 ____________________________________________________________________________
43233 [  7813] By: jhi                                   on 2000/11/22  21:20:23
43234         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
43235              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43236              Date: Wed, 22 Nov 2000 17:53:15 +0100
43237              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
43238              
43239              AIX dynaloader and perlio patch.
43240      Branch: perl
43241            ! ext/DynaLoader/dl_aix.xs
43242 ____________________________________________________________________________
43243 [  7812] By: jhi                                   on 2000/11/22  21:17:52
43244         Log: (Accidentally empty patch.)
43245      Branch: perl
43246            ! av.c
43247 ____________________________________________________________________________
43248 [  7811] By: jhi                                   on 2000/11/22  21:16:31
43249         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
43250              From: Peter Prymmer <pvhp@forte.com>
43251              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
43252              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
43253      Branch: perl
43254            ! vms/test.com
43255 ____________________________________________________________________________
43256 [  7810] By: jhi                                   on 2000/11/22  21:15:36
43257         Log: Subject: Re: perl@7777 
43258              From: "John P. Linderman" <jpl@research.att.com>
43259              Date: Wed, 22 Nov 2000 13:11:11 -0500
43260              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
43261              
43262              Detypoing.
43263      Branch: perl
43264            ! lib/CPAN.pm
43265 ____________________________________________________________________________
43266 [  7809] By: jhi                                   on 2000/11/22  21:14:19
43267         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
43268              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43269              Date:     Wed, 22 Nov 2000 13:51:37 EST
43270              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
43271      Branch: perl
43272            ! perlsdio.h
43273 ____________________________________________________________________________
43274 [  7808] By: jhi                                   on 2000/11/22  21:13:27
43275         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
43276              From: Casey Tweten <crt@kiski.net>
43277              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
43278              Message-Id: <200011201653.LAA10194@home.kiski.net>
43279      Branch: perl
43280            ! t/lib/io_udp.t
43281 ____________________________________________________________________________
43282 [  7807] By: jhi                                   on 2000/11/22  21:12:35
43283         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
43284              From: Casey Tweten <crt@kiski.net>
43285              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
43286              Message-Id: <200011201636.LAA07227@home.kiski.net>
43287      Branch: perl
43288            ! t/lib/io_sock.t
43289 ____________________________________________________________________________
43290 [  7806] By: jhi                                   on 2000/11/22  21:10:59
43291         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
43292              From: "Casey R. Tweten" <crt@kiski.net>
43293              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
43294              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
43295      Branch: perl
43296            ! utils/h2xs.PL
43297 ____________________________________________________________________________
43298 [  7805] By: nick                                  on 2000/11/22  21:05:06
43299         Log: Integrate mainline
43300      Branch: perlio
43301           !> Changes Porting/genlog ext/DB_File/DB_File.xs
43302           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
43303           !> utils/perlbug.PL
43304 ____________________________________________________________________________
43305 [  7804] By: jhi                                   on 2000/11/22  21:01:12
43306         Log: Subject: [PATCH] Test.pm POD peculiarity
43307              From: "Casey R. Tweten" <crt@kiski.net>
43308              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
43309              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
43310      Branch: perl
43311            ! lib/Test.pm
43312 ____________________________________________________________________________
43313 [  7803] By: jhi                                   on 2000/11/22  20:59:59
43314         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
43315              From: "Philip Newton" <pnewton@gmx.de>
43316              Date: Wed, 22 Nov 2000 14:25:53 +0100
43317              Message-Id: <3A1BD771.25462.1939FAD@localhost>
43318              
43319              Be case-understanding also on 's', and use the -oi of sendmail
43320              not to terminate the transmission on a lone '.'.
43321      Branch: perl
43322            ! utils/perlbug.PL
43323 ____________________________________________________________________________
43324 [  7802] By: nick                                  on 2000/11/22  20:51:42
43325         Log: Win32 PerlIO intermediate state now working as expected.
43326              - In current state we are still using C runtime in text/binary
43327              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
43328              - PERLIO=stdio and PERLIO=unix pass all expected tests.
43329              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
43330              and PerlIO_seek() and the dummy crlf layer is not making adjustments
43331              for CRLF translation happening in C runtime. All other tests pass.
43332              
43333              Added note to README.win32 to point out the snags of doing a perl build
43334              with Norton AntiVirus turned on.
43335              
43336              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
43337              which file a fail comes from.
43338              
43339              Updated "canned" config.h to match the one generated.
43340      Branch: perlio
43341            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
43342            ! win32/makefile.mk
43343 ____________________________________________________________________________
43344 [  7801] By: jhi                                   on 2000/11/22  06:50:20
43345         Log: Nickety nits.
43346      Branch: perl
43347            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
43348 ____________________________________________________________________________
43349 [  7800] By: jhi                                   on 2000/11/22  01:29:55
43350         Log: Changes had accidentally gone too silent on non-main branches.
43351      Branch: perl
43352            ! Changes Porting/genlog patchlevel.h
43353 ____________________________________________________________________________
43354 [  7799] By: gsar                                  on 2000/11/22  01:02:56
43355         Log: some lib_pm.PL changes snuck in via change#7772
43356      Branch: maint-5.6/perl
43357            ! Makefile.SH
43358 ____________________________________________________________________________
43359 [  7798] By: nick                                  on 2000/11/21  21:59:40
43360         Log: Integrate mainline
43361      Branch: perlio
43362           !> (integrate 28 files)
43363 ____________________________________________________________________________
43364 [  7797] By: jhi                                   on 2000/11/21  21:01:45
43365         Log: Integrate perlio.
43366      Branch: perl
43367           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
43368 ____________________________________________________________________________
43369 [  7796] By: nick                                  on 2000/11/21  20:36:22
43370         Log: Win32 builds and runs (mostly) with USE_PERLIO.
43371              PERLIO=perlio passes all tests. 
43372              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
43373      Branch: perlio
43374            ! perlio.c win32/perllib.c win32/win32.c
43375 ____________________________________________________________________________
43376 [  7795] By: jhi                                   on 2000/11/21  19:03:44
43377         Log: Update Changes.
43378      Branch: perl
43379            ! Changes patchlevel.h
43380 ____________________________________________________________________________
43381 [  7794] By: jhi                                   on 2000/11/21  18:56:34
43382         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
43383              From: "Craig A. Berry" <craigberry@mac.com>
43384              Date: Mon, 20 Nov 2000 20:27:06 -0600
43385              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
43386              
43387              A cut-and-pasto.
43388      Branch: perl
43389            ! perlio.h
43390 ____________________________________________________________________________
43391 [  7793] By: jhi                                   on 2000/11/21  18:54:41
43392         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
43393              From: Dominic Dunlop <domo@computer.org> 
43394              Date: Mon, 20 Nov 2000 18:55:29 +0100
43395              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
43396              
43397              va_copy() and the need of it.
43398              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
43399      Branch: metaconfig/U/perl
43400            + need_va_copy.U
43401      Branch: perl
43402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43403            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
43404            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
43405            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43406            ! win32/config.bc win32/config.gc win32/config.vc
43407 ____________________________________________________________________________
43408 [  7792] By: jhi                                   on 2000/11/21  17:04:10
43409         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
43410      Branch: perl
43411           !> scope.h
43412 ____________________________________________________________________________
43413 [  7791] By: jhi                                   on 2000/11/21  17:01:16
43414         Log: Export the SOCKS workaround symbols only if necessary.
43415      Branch: perl
43416            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
43417 ____________________________________________________________________________
43418 [  7790] By: nick                                  on 2000/11/20  23:57:11
43419         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
43420      Branch: perlio
43421            ! scope.h
43422 ____________________________________________________________________________
43423 [  7789] By: nick                                  on 2000/11/20  23:38:33
43424         Log: Integrate mainline
43425      Branch: perlio
43426           +> lib/File/Spec/Epoc.pm
43427           !> (integrate 34 files)
43428 ____________________________________________________________________________
43429 [  7788] By: nick                                  on 2000/11/20  23:20:18
43430         Log: Make extra buffer layer work (dummy crlf layer)
43431      Branch: perlio
43432            ! doio.c perlio.c perlio.h
43433 ____________________________________________________________________________
43434 [  7787] By: jhi                                   on 2000/11/20  22:44:04
43435         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
43436              From: Peter Prymmer <pvhp@forte.com>
43437              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
43438              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
43439      Branch: perl
43440            ! t/pragma/locale.t
43441 ____________________________________________________________________________
43442 [  7786] By: jhi                                   on 2000/11/20  22:29:10
43443         Log: Subject: DOC PATCH 5.6.0 perlreftut
43444              From: mjd@plover.com
43445              Date: 20 Nov 2000 19:45:06 -0000
43446              Message-ID: <20001120194506.9505.qmail@plover.com>
43447      Branch: perl
43448            ! pod/perlreftut.pod
43449 ____________________________________________________________________________
43450 [  7785] By: jhi                                   on 2000/11/20  22:27:44
43451         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
43452              From: David Dyck <dcd@tc.fluke.com>
43453              Date: Mon, 20 Nov 2000 11:43:40 -0800
43454              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
43455      Branch: perl
43456            ! lib/Cwd.pm
43457 ____________________________________________________________________________
43458 [  7784] By: jhi                                   on 2000/11/20  22:23:21
43459         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
43460              Date: Mon, 20 Nov 2000 17:06:10 -0500
43461              To: Mailing list Perl5 <perl5-porters@perl.org>
43462              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
43463      Branch: perl
43464            ! pp_ctl.c t/op/pat.t
43465 ____________________________________________________________________________
43466 [  7783] By: jhi                                   on 2000/11/20  22:11:18
43467         Log: Subject: [PATCH] doop.c - UTF8 tr///               
43468              From: Simon Cozens <simon@cozens.net>
43469              Date: Sat, 18 Nov 2000 18:49:30 +0000
43470              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
43471              
43472              Subject: Re: [PATCH] doop.c - UTF8 tr///           
43473              From: Simon Cozens <simon@cozens.net>
43474              Date: Mon, 20 Nov 2000 20:45:22 +0000
43475              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
43476              
43477              Make tr on UTF-8 better but still not correct.
43478      Branch: perl
43479            ! doop.c
43480 ____________________________________________________________________________
43481 [  7782] By: jhi                                   on 2000/11/20  22:02:16
43482         Log: Remove the shared object before attempting to create
43483              (by linking) a new one.  E.g. in AIX not removing
43484              becomes quite painful if one tries to do more than one
43485              build in the same tree (an interrupted build, for example),
43486              since the AIX' shared dynaloader seemingly keeps the shared
43487              objects open and therefore 'busy' for quite a while, even when
43488              nobody is using the objects, leading into link failures.
43489      Branch: perl
43490            ! lib/ExtUtils/MM_Unix.pm
43491 ____________________________________________________________________________
43492 [  7781] By: gsar                                  on 2000/11/20  19:02:55
43493         Log: type mismatch due to faulty integration
43494      Branch: maint-5.6/perl
43495            ! toke.c win32/Makefile
43496 ____________________________________________________________________________
43497 [  7780] By: gsar                                  on 2000/11/20  17:31:55
43498         Log: integrate changes#6392,6394..6399,6401..6404
43499              
43500              The {multiplier} of a fixed substring was overlooked which
43501              caused a wrong initial search offset for that substring.
43502              
43503              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
43504              From: Hugo <hv@crypt.compulink.co.uk>
43505              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
43506              Date: Thu, 13 Jul 2000 19:27:13 +0100
43507              
43508              Fix the BOM bug: not a byteorder bug, a signedness bug.
43509              
43510              Replace change #6337 with a better one.
43511              
43512              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
43513              From: Hugo <hv@crypt.compulink.co.uk>
43514              Date: Fri, 14 Jul 2000 04:16:20 +0100
43515              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
43516              
43517              MakeMaker should not remove editor backups (*~) on `make clean`
43518              by default (completes change#6383)
43519              
43520              move new variables to the end of the interpreter structure (for
43521              bincompat in code that doesn't #include XSUB.h)
43522              
43523              rename totally bletcherous SvLOCK() thingy (doesn't do what the
43524              name suggests anyway)
43525              
43526              various cleanups (typos, misformatted code, and small bugs)
43527              
43528              typecasts needed for change#6394
43529              
43530              typos in change#6399, regen headers
43531              
43532              inconsistent types needs casts
43533              
43534              PERL_OBJECT build tweaks
43535      Branch: maint-5.6/perl
43536           !> MANIFEST doop.c embed.h embed.pl embedvar.h
43537           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
43538           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
43539           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
43540           !> toke.c util.c
43541 ____________________________________________________________________________
43542 [  7779] By: gsar                                  on 2000/11/20  17:06:29
43543         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
43544              
43545              Cosmetics and perldelta.
43546              
43547              Fix nits noticed by Boston.pm.
43548              
43549              Do the cc sanity check both before the hints and
43550              after the cc selction.
43551              
43552              get sprintf.t to adjust properly for 3-digit exponents
43553              
43554              don't clobber *.orig files on *clean targets
43555              
43556              fix bugs in processing %v-*d and similar format specs (from
43557              Avi Finkel <avi@finkel.org>)
43558              
43559              sprintf test tweaks (from Dominic Dunlop)
43560              
43561              new selfloader.t in change#6183 doesn't close DATA handles,
43562              and thus fails to clean up tmp files on dosish platforms
43563              
43564              typos (spotted by Peter Prymmer)
43565              
43566              typo fix from Craig Berry
43567      Branch: maint-5.6/perl
43568           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
43569           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
43570           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
43571           !> x2p/Makefile.SH
43572 ____________________________________________________________________________
43573 [  7778] By: gsar                                  on 2000/11/20  16:46:51
43574         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
43575              
43576              Subject: Re: format bug report  [Patch]
43577              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43578              Date: Wed, 05 Jul 2000 13:12:52 +0200
43579              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
43580              
43581              Subject: Re: format bug report  [Patch]
43582              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43583              Date: Wed, 05 Jul 2000 14:10:01 +0200
43584              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
43585              
43586              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
43587              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43588              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
43589              Date: Fri, 07 Jul 2000 17:57:16 +0100
43590              
43591              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
43592              To: perl5-porters@perl.org
43593              From: Karsten Sperling <spiff@phreax.net>
43594              Date: Mon, 10 Jul 2000 15:12:52 +0200
43595              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
43596              
43597              README.posix-bc podified from Thomas Dorner.
43598              
43599              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
43600              From: Dominic Dunlop <domo@computer.org>
43601              Date: Tue, 11 Jul 2000 12:27:33 +0200
43602              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
43603              
43604              Typo in #6341.
43605              
43606              Fix for
43607              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
43608              From: Roderick Schertler <roderick@argon.org>
43609              Date: Tue, 11 Jul 2000 13:55:05 -0400
43610              Message-Id: <200007111755.NAA05077@jones.argon.org>
43611              
43612              Minor cleanups on the booklist.
43613              
43614              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
43615              regen perltoc.
43616              
43617              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
43618      Branch: maint-5.6/perl
43619           +> pod/perlbook.pod
43620           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
43621           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
43622           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
43623 ____________________________________________________________________________
43624 [  7777] By: jhi                                   on 2000/11/20  16:08:49
43625         Log: Update Changes.
43626      Branch: perl
43627            ! Changes patchlevel.h
43628 ____________________________________________________________________________
43629 [  7776] By: jhi                                   on 2000/11/20  15:27:56
43630         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
43631              This may be overly harsh but until proven otherwise, we think this
43632              way, or until we have a simple test for Configure (having to start
43633              up servers is does not count as simple) to check for the problems.
43634      Branch: perl
43635            ! perl.h
43636 ____________________________________________________________________________
43637 [  7775] By: jhi                                   on 2000/11/20  15:22:17
43638         Log: Solaris hints tweaks.
43639      Branch: perl
43640            ! hints/solaris_2.sh
43641 ____________________________________________________________________________
43642 [  7774] By: jhi                                   on 2000/11/20  15:01:20
43643         Log: Add a workaround to SOCKS 64-bit problems.
43644      Branch: perl
43645            ! doio.c embed.h embed.pl perlsdio.h proto.h
43646 ____________________________________________________________________________
43647 [  7773] By: jhi                                   on 2000/11/20  14:51:47
43648         Log: sysseek() instead of seek().
43649      Branch: perl
43650            ! t/lib/syslfs.t
43651 ____________________________________________________________________________
43652 [  7772] By: gsar                                  on 2000/11/20  13:06:23
43653         Log: integrate changes#6315..6319,6321..6331,6333..6338
43654              
43655              Integrate with Sarathy, preliminary fix for unicos
43656              alignment problems in [ID 20000612.002] Perl problem on Cray system.
43657              
43658              some debugger output does not go to the socket when RemotePort is set
43659              
43660              winsock cleanup never done on Windows (leads to handle leaks)
43661              
43662              fix UNC path handling on Windows under ithreads, and chdir()
43663              return value when given a non-existent directory
43664              
43665              Autogenerate pod/Makefile and pod/buildtoc.
43666              buildtoc also checks whether the existin pods are
43667              mentioned in MANIFEST and perl.pod, and vice versa.
43668              (None of the thusly found discrepancies fixed yet.)
43669              roffitall also needs to be autogenerated similarly but it
43670              seems so badly out of date that I didn't touch it yet.
43671              
43672              Config is being used.
43673              
43674              Add =head1 NAMEs so that buildtoc is happy.
43675              (The CGI::Util nit reported to Lincoln.)
43676              
43677              Fix complaints of buildtoc.
43678              
43679              Fix the alignment problem in Crays ([ID 20000612.002]).
43680              
43681              Remove perlbook, update perlfaq book listing,
43682              rearrange perl.pod, regenerate perltoc.
43683              
43684              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
43685              was cast to an unsigned (32-bit) integer with wild abandon.
43686              
43687              winsock options weren't being set in all threads under ithreads
43688              (caused send()s from second and subsequent threads to fail)
43689              
43690              accept() leaks memory on windows due to incorrect ordering of
43691              closesocket() and fclose() calls
43692              
43693              Reorder perl.pod once more.
43694              
43695              More POSIX.pod tweaks.
43696              
43697              Sprinkle ldlibpath.
43698              
43699              Precedence goof, fix based on
43700              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
43701              From: Hugo <hv@crypt.compulink.co.uk>
43702              Date: Tue, 11 Jul 2000 12:52:38 +0100
43703              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
43704              
43705              Subject: PATCH perlguts.pod: Document D and d magic types
43706              From: mjd@plover.com
43707              Date: 5 Jul 2000 18:01:51 -0000
43708              Message-ID: <20000705180151.29413.qmail@plover.com>
43709              
43710              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
43711              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
43712              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
43713              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
43714              
43715              Subject: [PATCH cfgperl] $& segfaults if you trick it
43716              From: simon@brecon.co.uk (Simon Cozens)
43717              Date: 7 Jul 2000 11:26:09 GMT
43718              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
43719              
43720              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
43721              From: Hugo <hv@crypt.compulink.co.uk>
43722              Date: Tue, 11 Jul 2000 12:44:50 +0100
43723              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
43724              
43725              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
43726              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43727              Date: Tue, 11 Jul 2000 13:50:51 +0100
43728              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
43729      Branch: maint-5.6/perl
43730           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
43731           +> pod/buildtoc.PL
43732            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
43733           !> (integrate 26 files)
43734 ____________________________________________________________________________
43735 [  7771] By: gsar                                  on 2000/11/20  12:31:42
43736         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
43737              6310,6311,6314
43738              
43739              Subject: [PATCH bleedperl] File::Spec 0.82 beta
43740              From: Barrie Slaymaker <barries@jester.slaysys.com>
43741              Date: Wed, 28 Jun 2000 11:35:29 -0400
43742              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
43743              
43744              tweak perlembed for multiplicity/usethreads sanity; correct notes
43745              about Windows
43746              
43747              localize %INC in a Safe compartment so that use/require work
43748              (many other magic globals probably need similar treatment)
43749              
43750              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
43751              when @_ is modified, causing coredumps
43752              
43753              slurp mode fix in change#4736 still not quite right
43754              
43755              Point to perlipc for more SysV IPC examples.
43756              
43757              Elaborate POSIX.pod.  Still needs work.
43758              
43759              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
43760              
43761              fix large memory leak that has been around for ever, masked by
43762              -DPURIFY (most of the arenas were never freed!)
43763              
43764              fix memory leak on Windows (PL_sys_intern contents were never
43765              freed)
43766              
43767              PERL_OBJECT build tweak
43768              
43769              adjust change#6299
43770              
43771              remove rel2abs prototypes (from Barrie Slaymaker)
43772              
43773              missing perldiag entry for unpack("w",...) diagnostic (from
43774              Andreas Koenig)
43775              
43776              better diagnostic on Frob->stuff() when Frob:: doesn't exist
43777              (from Richard Soderberg <rs@oregonnet.com>)
43778              
43779              Win32 patches for cfgperl from Sarathy.
43780              
43781              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
43782              
43783              More POSIX.pod embellishment.
43784              
43785              tyop in change#6306
43786      Branch: maint-5.6/perl
43787           !> (integrate 44 files)
43788 ____________________________________________________________________________
43789 [  7770] By: gsar                                  on 2000/11/20  11:51:00
43790         Log: integrate changes#6268..6282 from cfgperl branch
43791              
43792              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
43793              From: Dominic Dunlop <domo@computer.org>
43794              Date: Thu, 29 Jun 2000 12:32:39 +0200
43795              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
43796              
43797              Regen headers for #6261 (and update embed.pl for this) and #6267,
43798              silence few compiler warnings.
43799              
43800              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
43801              From: Nicholas Clark <nick@talking.bollo.cx>
43802              Date: Fri, 23 Jun 2000 16:21:15 +0100
43803              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
43804              
43805              Subject: PATCH pod/perltie.pod
43806              From: Ian Phillipps <Ian.Phillipps@iname.com>
43807              Date: Fri, 16 Jun 2000 00:17:19 +0100
43808              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
43809              (only the first hunk, the second hunk had already been done
43810              by some other patch)
43811              
43812              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
43813              From: Tom Phoenix <rootbeer@redcat.com>
43814              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
43815              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
43816              
43817              Subject: [PATCH] xsub attributes
43818              From: Doug MacEachern <dougm@covalent.net>
43819              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
43820              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
43821              
43822              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
43823              From: Andy Dougherty <doughera@lafayette.edu>
43824              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
43825              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
43826              
43827              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
43828              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43829              Date: Tue, 13 Jun 2000 02:43:48 -0500
43830              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
43831              
43832              Subject: [PATCH] Re: eval documentation: context
43833              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43834              Date: Mon, 12 Jun 2000 15:07:29 +0100
43835              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
43836              
43837              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
43838              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43839              Date: Mon, 12 Jun 2000 14:55:59 +0100
43840              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
43841              
43842              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
43843              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
43844              Date: Fri, 09 Jun 2000 12:39:27 -0400
43845              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
43846              (plus update the version "number" of Text::Wrap)
43847              
43848              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
43849              From: Tim Ayers <tayers@bridge.com>
43850              Date: Thu, 08 Jun 2000 08:11:06 +0200
43851              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
43852              [resent by Richard Foley, Message-Id probably wrong]
43853              
43854              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
43855              From: rspier@pobox.com (Robert Spier)
43856              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
43857              Message-ID: <14654.31913.845602.610277@rls.cx>
43858              
43859              Subject: [PATCH 5.6.0] utils/h2xs.PL
43860              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43861              Date: Wed, 7 Jun 2000 04:02:04 -0500
43862              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
43863              
43864              Subject: [PATCH 5.6.0]ITHREADs for VMS
43865              From: Dan Sugalski <dan@sidhe.org>
43866              Date: Tue, 06 Jun 2000 11:59:50 -0400
43867              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
43868      Branch: maint-5.6/perl
43869           !> (integrate 31 files)
43870 ____________________________________________________________________________
43871 [  7769] By: gsar                                  on 2000/11/20  11:29:06
43872         Log: integrate changes#6261..6266 from cfgperl
43873              
43874              Subject: Re: [PATCH cfgperl] BOMs away!
43875              From: simon@brecon.co.uk (Simon Cozens)
43876              Date: 17 Jun 2000 11:49:57 GMT
43877              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
43878              
43879              Subject: 5.6.0 Patch for EPOC
43880              From: Olaf Flebbe <o.flebbe@gmx.de>
43881              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
43882              Message-ID: <23449.960929969@www11.gmx.net>
43883              
43884              tr fixes from Simon Cozens
43885              
43886              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
43887              From: Marty Lucich <marty@netcom.com>
43888              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
43889              Message-Id: <200006282116.OAA11148@netcom.com>
43890              ccdlflags update (the BSD/OS 4.1 part had already been taken
43891              care of by #6141).
43892              
43893              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
43894              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43895              Date: Wed, 28 Jun 2000 17:50:12 -0700
43896              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
43897              
43898              Subject: [PATCH 5.6.0] cygwin port
43899              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
43900              From: "Fifer, Eric" <EFifer@sanwaint.com>
43901              Date: Thu, 29 Jun 2000 12:58:29 +0100
43902      Branch: maint-5.6/perl
43903           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
43904           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
43905           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43906           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
43907 ____________________________________________________________________________
43908 [  7768] By: gsar                                  on 2000/11/20  11:13:44
43909         Log: integrate changes#6252..6256,6259..6260
43910              
43911              Paranoia tweak on #6249.
43912              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43913              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43914              Date: Sun, 25 Jun 2000 23:43:12 -0400
43915              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
43916              
43917              Subject: tr///, help wanted.
43918              From: simon@brecon.co.uk (Simon Cozens)
43919              Date: 28 Jun 2000 11:29:04 GMT
43920              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
43921              
43922              small thinko tweaks
43923              
43924              tweaks from Simon Conzes to further fix tr/// under utf8
43925              
43926              perlnewmod was missing from MANIFEST.
43927              
43928              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
43929              From: simon@brecon.co.uk (Simon Cozens)
43930              Date: 17 Jun 2000 11:56:44 GMT
43931              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
43932              pack U0, pack C0
43933      Branch: maint-5.6/perl
43934           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
43935           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
43936           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
43937           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
43938 ____________________________________________________________________________
43939 [  7767] By: gsar                                  on 2000/11/20  10:51:38
43940         Log: integrate change#6250 from cfgperl
43941              
43942              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
43943              From: Doug MacEachern <dougm@covalent.net>
43944              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
43945              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
43946      Branch: maint-5.6/perl
43947           +> t/op/my_stash.t
43948           !> MANIFEST embed.pl global.sym proto.h toke.c
43949 ____________________________________________________________________________
43950 [  7766] By: gsar                                  on 2000/11/20  10:48:34
43951         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
43952              
43953              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
43954              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43955              Date: Mon, 26 Jun 2000 18:40:14 +0100
43956              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
43957              
43958              Subject: [PATCH] bytes<->utf8 fixes
43959              From: simon@brecon.co.uk (Simon Cozens)
43960              Date: 26 Jun 2000 04:55:45 GMT
43961              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
43962              
43963              Subject: [PATCH] is_utf8_string
43964              From: simon@brecon.co.uk (Simon Cozens)
43965              Date: 26 Jun 2000 02:25:59 GMT
43966              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
43967              
43968              Subject: [PATCH] avoid mg_ptr in '*' magic
43969              From: Doug MacEachern <dougm@covalent.net>
43970              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
43971              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
43972              
43973              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
43974              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
43975              Date: Sat, 24 Jun 2000 13:06:20 +0100
43976              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
43977              
43978              Allow for standalone testing.
43979              
43980              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
43981              From: Mark-Jason Dominus <mjd@plover.com>
43982              Date: Tue, 27 Jun 2000 22:36:42 -0400
43983              Message-ID: <20000628023642.12166.qmail@plover.com>
43984              
43985              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
43986              From: Frank Tobin <ftobin@uiuc.edu>
43987              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
43988              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
43989      Branch: maint-5.6/perl
43990           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
43991           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
43992           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
43993           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
43994           !> utf8.c utils/h2xs.PL
43995 ____________________________________________________________________________
43996 [  7765] By: gsar                                  on 2000/11/20  10:29:13
43997         Log: integrate change#6239 from cfgperl
43998              
43999              Configure maintenance.  Sever some dependency cycles,
44000              separate gccversion from the cc unit,
44001              address [ID 20000623.006] Configure script patch for using gcc on AIX
44002              (but solve it a little bit differently),
44003              unduplex some accidentally duplicated units,
44004              suggest using gcc if no cc available
44005              (p5p thread: "Solaris configure: counterproposal", 1999-09)
44006      Branch: maint-5.6/perl
44007           !> Configure Todo-5.6 config_h.SH
44008 ____________________________________________________________________________
44009 [  7764] By: gsar                                  on 2000/11/20  10:25:55
44010         Log: integrate changes#6233..6238 from cfgperl
44011              
44012              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
44013              From: Mark-Jason Dominus <mjd@plover.com>
44014              Date: Fri, 16 Jun 2000 20:53:04 -0400
44015              Message-ID: <20000617005304.8008.qmail@plover.com>
44016              
44017              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
44018              because when run as services (Win32ese for daemons)
44019              no environment variables are set and tmpdir ends up as /tmp,
44020              which is ambiguous.
44021              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
44022              From: matt@sergeant.org
44023              Date: 16 Jun 2000 16:30:43 -0000
44024              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
44025              
44026              The thread begun by
44027              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
44028              From: Kevin.Ruscoe@ubsw.com
44029              Date: Fri, 16 Jun 2000 16:38:51 +0100
44030              Message-Id: <H000019b03c300d6@MHS>
44031              
44032              Tweak embed.pl, regen headers.
44033              
44034              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
44035              From: Dan Sugalski <dan@sidhe.org>
44036              Date: Fri, 23 Jun 2000 17:00:00 -0400
44037              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
44038      Branch: maint-5.6/perl
44039           !> (integrate 27 files)
44040 ____________________________________________________________________________
44041 [  7763] By: gsar                                  on 2000/11/20  10:08:08
44042         Log: s/perl56delta/perldelta/g
44043      Branch: maint-5.6/perl
44044            ! pod/Makefile
44045 ____________________________________________________________________________
44046 [  7762] By: gsar                                  on 2000/11/20  10:04:00
44047         Log: integrate changes#6225,6229,6231,6232 from cfgperl
44048              
44049              Add source code filenames to apidoc.
44050              From: simon@brecon.co.uk (Simon Cozens)
44051              Subject: [PATCH embed.pl] Source X-ref
44052              Date: 22 Jun 2000 02:18:49 GMT
44053              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
44054              
44055              Subject: README.hpux version 0.6.1
44056              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
44057              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44058              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
44059              
44060              Subject: [PATCH 5.6.0] cygwin port
44061              From: "Fifer, Eric" <EFifer@sanwaint.com>
44062              Date: Tue, 20 Jun 2000 14:30:58 +0100
44063              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
44064              
44065              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
44066              From: simon@brecon.co.uk (Simon Cozens)
44067              Date: 19 Jun 2000 15:18:27 GMT
44068              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
44069              
44070              plus update pod/Makefile and regenerate perltoc
44071      Branch: maint-5.6/perl
44072           +> pod/perlutil.pod
44073           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
44074           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
44075 ____________________________________________________________________________
44076 [  7761] By: jhi                                   on 2000/11/20  04:09:55
44077         Log: Miraculous typo.
44078      Branch: perl
44079            ! t/op/pat.t
44080 ____________________________________________________________________________
44081 [  7760] By: jhi                                   on 2000/11/20  04:06:08
44082         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
44083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44084              Date: Sun, 19 Nov 2000 22:30:26 -0500
44085              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
44086      Branch: perl
44087            ! regexec.c scope.h t/op/pat.t
44088 ____________________________________________________________________________
44089 [  7759] By: jhi                                   on 2000/11/20  02:05:22
44090         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
44091      Branch: perl
44092            ! perl.h
44093 ____________________________________________________________________________
44094 [  7758] By: jhi                                   on 2000/11/20  01:58:11
44095         Log: Subject: [perl 7711: EPOC] updates
44096              From: Olaf Flebbe <o.flebbe@gmx.de>
44097              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
44098              Message-ID: <25575.974658810@www23.gmx.net>               
44099      Branch: perl
44100            + lib/File/Spec/Epoc.pm
44101            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
44102            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
44103            ! lib/File/Spec.pm perl.c sv.c
44104 ____________________________________________________________________________
44105 [  7757] By: jhi                                   on 2000/11/20  01:53:11
44106         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
44107      Branch: perl
44108            ! MANIFEST
44109 ____________________________________________________________________________
44110 [  7756] By: jhi                                   on 2000/11/20  01:47:22
44111         Log: Integrate perlio.
44112      Branch: perl
44113            - ext/re/hints/MSWin32.pl
44114           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
44115           !> win32/config.gc win32/config_H.gc win32/win32sck.c
44116 ____________________________________________________________________________
44117 [  7755] By: nick                                  on 2000/11/19  20:57:17
44118         Log: Add dummy crlf layer (just as buffer)
44119              Correct 1st bug - one layer of indirection.
44120      Branch: perlio
44121            ! perlio.c perlio.h perliol.h
44122 ____________________________________________________________________________
44123 [  7754] By: nick                                  on 2000/11/19  20:56:12
44124         Log: Work-round to Perl_deb_nocontext is no longer required
44125      Branch: perlio
44126            - ext/re/hints/MSWin32.pl
44127 ____________________________________________________________________________
44128 [  7753] By: nick                                  on 2000/11/19  20:01:16
44129         Log: diff -se shows these as different
44130      Branch: perlio
44131            ! global.sym pod/perlapi.pod
44132 ____________________________________________________________________________
44133 [  7752] By: nick                                  on 2000/11/19  18:57:30
44134         Log: Configure GCC/Win32 build -Duseperlio
44135              Fix a couple of gross issues
44136              - double-include of ../deb.o in re.dll
44137              - win32sck.c needs PerlIO and FILE 
44138      Branch: perlio
44139            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
44140            ! win32/win32sck.c
44141 ____________________________________________________________________________
44142 [  7751] By: nick                                  on 2000/11/19  17:05:36
44143         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
44144      Branch: perlio
44145            ! perlio.c
44146 ____________________________________________________________________________
44147 [  7750] By: nick                                  on 2000/11/19  16:57:14
44148         Log: Missing aTHX_
44149      Branch: perlio
44150            ! sv.c
44151 ____________________________________________________________________________
44152 [  7749] By: jhi                                   on 2000/11/19  16:28:40
44153         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
44154              From: "Peter J. Farley III" <pjfarley@banet.net>
44155              Date: Sun, 19 Nov 2000 01:42:58 -0500
44156              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
44157      Branch: perl
44158            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
44159 ____________________________________________________________________________
44160 [  7748] By: jhi                                   on 2000/11/19  16:08:10
44161         Log: Subject: podlators 1.05 available        
44162              From: Russ Allbery <rra@stanford.edu>   
44163              Date: 18 Nov 2000 22:04:28 -0800
44164              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
44165      Branch: perl
44166            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
44167 ____________________________________________________________________________
44168 [  7747] By: nick                                  on 2000/11/19  11:19:39
44169         Log: Integrate mainline
44170      Branch: perlio
44171           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
44172           !> util.c
44173 ____________________________________________________________________________
44174 [  7746] By: jhi                                   on 2000/11/19  06:42:22
44175         Log: Make hex scanning warn on "\x{x}" and "\xx".
44176              "\x" and and hex("x") are still valid.
44177      Branch: perl
44178            ! util.c
44179 ____________________________________________________________________________
44180 [  7745] By: nick                                  on 2000/11/18  22:52:28
44181         Log: Integrate mainline
44182      Branch: perlio
44183           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
44184           !> perl.h perlio.c proto.h regcomp.c regcomp.h
44185 ____________________________________________________________________________
44186 [  7744] By: jhi                                   on 2000/11/18  22:50:28
44187         Log: Introduce Perl_utf8_length().  Use it.
44188      Branch: perl
44189            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
44190 ____________________________________________________________________________
44191 [  7743] By: jhi                                   on 2000/11/18  22:38:51
44192         Log: Compiler denit.
44193      Branch: perl
44194            ! perlio.c
44195 ____________________________________________________________________________
44196 [  7742] By: jhi                                   on 2000/11/18  20:33:05
44197         Log: Integrate perlio.
44198      Branch: perl
44199           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
44200           !> perlio.h pp_ctl.c pp_sys.c sv.c
44201 ____________________________________________________________________________
44202 [  7741] By: jhi                                   on 2000/11/18  20:31:27
44203         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
44204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44205              Date: Fri, 17 Nov 2000 20:35:11 -0500
44206              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
44207              
44208              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
44209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44210              Date: Fri, 17 Nov 2000 21:03:47 -0500
44211              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
44212              
44213              Plus a little bit of tweaking in pregcomp().
44214      Branch: perl
44215            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
44216 ____________________________________________________________________________
44217 [  7740] By: nick                                  on 2000/11/18  20:17:22
44218         Log: Lexical use open ... support:
44219              add ->cop_io to COP structure in cop.h.
44220              Make mg.c and gv.c associate it with ${^OPEN}.
44221              Make lib/open.pm set it.
44222              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
44223              manner similar to ->cop_warnings.
44224              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
44225              call new PerlIO_apply_layers().
44226              Declare latter in perlio.h and define in perlio.c
44227      Branch: perlio
44228            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
44229            ! perlio.h pp_ctl.c pp_sys.c sv.c
44230 ____________________________________________________________________________
44231 [  7739] By: jhi                                   on 2000/11/18  19:54:00
44232         Log: Integrate perlio.
44233      Branch: perl
44234           !> doio.c perlio.c pp.c
44235 ____________________________________________________________________________
44236 [  7738] By: jhi                                   on 2000/11/18  17:16:13
44237         Log: Subject: [PATCH 5.7.0] etags broken again
44238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44239              Date: Sat, 18 Nov 2000 02:41:36 -0500
44240              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
44241      Branch: perl
44242            ! emacs/ptags
44243 ____________________________________________________________________________
44244 [  7737] By: jhi                                   on 2000/11/18  17:12:18
44245         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
44246      Branch: perl
44247            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44248 ____________________________________________________________________________
44249 [  7736] By: nick                                  on 2000/11/18  14:06:20
44250         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
44251              part to be isolated.
44252      Branch: perlio
44253            ! doio.c perlio.c
44254 ____________________________________________________________________________
44255 [  7735] By: nick                                  on 2000/11/18  11:03:32
44256         Log: Integrate mainline
44257      Branch: perlio
44258           !> Changes README.amiga README.win32 patchlevel.h
44259           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
44260 ____________________________________________________________________________
44261 [  7734] By: jhi                                   on 2000/11/18  01:18:56
44262         Log: Update Changes.
44263      Branch: perl
44264            ! Changes patchlevel.h
44265 ____________________________________________________________________________
44266 [  7733] By: jhi                                   on 2000/11/18  00:32:54
44267         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
44268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44269              Date: Fri, 17 Nov 2000 17:28:02 -0500
44270              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
44271      Branch: perl
44272            ! regcomp.c regexec.c t/op/re_tests
44273 ____________________________________________________________________________
44274 [  7732] By: jhi                                   on 2000/11/18  00:28:56
44275         Log: Sparc 64-bit pack() fix from Jens Hamisch.
44276      Branch: perl
44277            ! pp.c
44278 ____________________________________________________________________________
44279 [  7731] By: jhi                                   on 2000/11/18  00:18:39
44280         Log: Explain in more detail the {} syntax ambiguousity.
44281              
44282              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
44283              From: Nicholas Clark <nick@ccl4.org>
44284              Date: Fri, 17 Nov 2000 22:10:28 +0000
44285              Message-ID: <20001117221028.A88930@plum.flirble.org>
44286      Branch: perl
44287            ! pod/perlfunc.pod
44288 ____________________________________________________________________________
44289 [  7730] By: jhi                                   on 2000/11/18  00:12:18
44290         Log: Subject: Fix for README.amiga (20000323.033)
44291              From: "Stephen P. Potter" <spp@spotter.yi.org>
44292              Date: Fri, 17 Nov 2000 12:25:51 -0500
44293              Message-Id: <200011171725.MAA05768@spotter.yi.org>
44294      Branch: perl
44295            ! README.amiga
44296 ____________________________________________________________________________
44297 [  7729] By: jhi                                   on 2000/11/18  00:08:34
44298         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
44299              From: "A. C. Yardley" <yardley@tanet.net>
44300              Date: Mon, 3 Apr 2000 11:35:33 -0700
44301              Message-ID: <3483.000403@tanet.net>
44302      Branch: perl
44303            ! README.win32
44304 ____________________________________________________________________________
44305 [  7728] By: nick                                  on 2000/11/17  21:59:47
44306         Log: Integrate mainline
44307      Branch: perlio
44308           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
44309           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
44310           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
44311           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
44312 ____________________________________________________________________________
44313 [  7727] By: nick                                  on 2000/11/17  21:56:31
44314         Log: Experiment on use of attributes.pm interface.
44315              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
44316              SVt_PVRV if not already something better (else vivify of say magic gets
44317              core dump).
44318      Branch: perlio
44319            ! perlio.c pp.c
44320 ____________________________________________________________________________
44321 [  7726] By: jhi                                   on 2000/11/17  14:15:49
44322         Log: Subject: Fix for 20000815.006
44323              From: "Stephen P. Potter" <spp@spotter.yi.org>
44324              Date: Fri, 17 Nov 2000 08:57:45 -0500
44325              Message-Id: <200011171357.IAA05122@spotter.yi.org>
44326              
44327              It's really 20000518.006.
44328      Branch: perl
44329            ! pod/perlmodlib.PL
44330 ____________________________________________________________________________
44331 [  7725] By: jhi                                   on 2000/11/17  14:12:31
44332         Log: Subject: Fix for 20000409.001
44333              From: "Stephen P. Potter" <spp@spotter.yi.org>
44334              Date: Fri, 17 Nov 2000 08:55:45 -0500
44335              Message-Id: <200011171355.IAA05104@spotter.yi.org>
44336      Branch: perl
44337            ! pod/perlfaq9.pod
44338 ____________________________________________________________________________
44339 [  7724] By: jhi                                   on 2000/11/17  14:08:58
44340         Log: Undo #7627 now that we have =head3.
44341      Branch: perl
44342            ! pod/perlhack.pod
44343 ____________________________________________________________________________
44344 [  7723] By: jhi                                   on 2000/11/17  14:04:09
44345         Log: As surmised the #7719 wasn't a good move.
44346      Branch: perl
44347            ! hints/solaris_2.sh
44348 ____________________________________________________________________________
44349 [  7722] By: jhi                                   on 2000/11/17  13:59:04
44350         Log: Also the 64bitall hints can be either here or there.
44351      Branch: perl
44352            ! hints/solaris_2.sh
44353 ____________________________________________________________________________
44354 [  7721] By: jhi                                   on 2000/11/17  02:26:23
44355         Log: Test tweak for the open pragma.
44356      Branch: perl
44357            ! t/lib/b.t
44358 ____________________________________________________________________________
44359 [  7720] By: jhi                                   on 2000/11/17  00:23:22
44360         Log: The long double hints can be here or there.
44361      Branch: perl
44362            ! hints/solaris_2.sh
44363 ____________________________________________________________________________
44364 [  7719] By: jhi                                   on 2000/11/17  00:14:06
44365         Log: For Solaris use64bitall the stdchar needs a little bit of help.
44366      Branch: perl
44367            ! hints/solaris_2.sh
44368 ____________________________________________________________________________
44369 [  7718] By: jhi                                   on 2000/11/16  23:27:34
44370         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
44371              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
44372              Date: Wed, 15 Nov 2000 08:56:32 +0100
44373              Message-ID: <3A1241B0.64477E00@alcatel.at>
44374      Branch: perl
44375            ! lib/Carp/Heavy.pm
44376 ____________________________________________________________________________
44377 [  7717] By: jhi                                   on 2000/11/16  23:23:29
44378         Log: Subject: [PATCH] Re: 20001101.003 PDL
44379              From: Nicholas Clark <nick@ccl4.org>
44380              Date: Thu, 16 Nov 2000 16:48:25 +0000
44381              Message-ID: <20001116164825.B93487@plum.flirble.org>
44382      Branch: perl
44383            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
44384 ____________________________________________________________________________
44385 [  7716] By: jhi                                   on 2000/11/16  23:21:31
44386         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
44387              From: "Casey R. Tweten" <crt@kiski.net>
44388              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
44389              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
44390      Branch: perl
44391            ! lib/Pod/Checker.pm pod/perlpod.pod
44392 ____________________________________________________________________________
44393 [  7715] By: jhi                                   on 2000/11/16  23:19:40
44394         Log: Avoid an infinite loop in VMS when utils scripts are run
44395              with no arguments, from Charles Lane.
44396      Branch: perl
44397            ! configure.com
44398 ____________________________________________________________________________
44399 [  7714] By: jhi                                   on 2000/11/16  23:17:08
44400         Log: Subject: perllocale.pod changes
44401              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44402              Date: Mon, 13 Nov 2000 10:09:22 +0300
44403              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
44404      Branch: perl
44405            ! pod/perllocale.pod
44406 ____________________________________________________________________________
44407 [  7713] By: jhi                                   on 2000/11/16  23:14:06
44408         Log: Integrate perlio.
44409      Branch: perl
44410           !> doio.c perlio.c perlio.h util.c
44411 ____________________________________________________________________________
44412 [  7712] By: nick                                  on 2000/11/16  21:10:58
44413         Log: Integrate mainline
44414      Branch: perlio
44415           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44416           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
44417           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
44418           !> vos/config.ga.def vos/config.ga.h win32/config.bc
44419           !> win32/config.gc win32/config.vc
44420 ____________________________________________________________________________
44421 [  7711] By: nick                                  on 2000/11/16  19:56:41
44422         Log: Minor tweaks:
44423              consistent way of getting 'rb', 'wb' etc. for binary opens
44424              move *perlio::layers to *open::layers
44425              a #define to show layers available
44426              DOSISH popen/PerlIO had export/import sense inverted.
44427      Branch: perlio
44428            ! doio.c perlio.c perlio.h util.c
44429 ____________________________________________________________________________
44430 [  7710] By: jhi                                   on 2000/11/16  15:46:05
44431         Log: Add HAS_SBRK_PROTO.
44432      Branch: metaconfig/U/perl
44433            + d_sbrkproto.U
44434      Branch: perl
44435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44436            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
44437            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44438            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44439            ! win32/config.gc win32/config.vc
44440 ____________________________________________________________________________
44441 [  7709] By: nick                                  on 2000/11/16  07:31:49
44442         Log: Integrate mainline
44443      Branch: perlio
44444           !> (integrate 35 files)
44445 ____________________________________________________________________________
44446 [  7708] By: jhi                                   on 2000/11/16  05:33:03
44447         Log: These files are text, not binary.
44448      Branch: perl
44449            ! ext/Encode/Encode/iso8859-10.enc
44450            ! ext/Encode/Encode/iso8859-13.enc
44451            ! ext/Encode/Encode/iso8859-14.enc
44452            ! ext/Encode/Encode/iso8859-15.enc
44453 ____________________________________________________________________________
44454 [  7707] By: jhi                                   on 2000/11/16  01:53:37
44455         Log: Update Changes.
44456      Branch: perl
44457            ! Changes patchlevel.h
44458 ____________________________________________________________________________
44459 [  7706] By: jhi                                   on 2000/11/16  01:35:59
44460         Log: More #undefing of stdio.
44461      Branch: perl
44462            ! fakesdio.h nostdio.h
44463 ____________________________________________________________________________
44464 [  7705] By: jhi                                   on 2000/11/16  01:34:18
44465         Log: Add fwalk() probe to the configuration files and regen perltoc.
44466      Branch: perl
44467            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44468            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
44469            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
44470            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44471            ! win32/config.bc win32/config.gc win32/config.vc
44472 ____________________________________________________________________________
44473 [  7704] By: jhi                                   on 2000/11/16  01:33:07
44474         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
44475              an optional third argument to Inlibc?)
44476      Branch: metaconfig/U/perl
44477            + d__fwalk.U
44478 ____________________________________________________________________________
44479 [  7703] By: jhi                                   on 2000/11/16  01:09:22
44480         Log: The type of the hash_cb() size argument is tricky.
44481      Branch: perl
44482            ! ext/DB_File/DB_File.xs
44483 ____________________________________________________________________________
44484 [  7702] By: jhi                                   on 2000/11/15  23:01:16
44485         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
44486      Branch: perl
44487            ! nostdio.h
44488 ____________________________________________________________________________
44489 [  7701] By: jhi                                   on 2000/11/15  22:52:32
44490         Log: Detypo.
44491      Branch: perl
44492            ! t/lib/bigfltpm.t
44493 ____________________________________________________________________________
44494 [  7700] By: jhi                                   on 2000/11/15  22:51:56
44495         Log: UINT64_C() work continues.
44496      Branch: perl
44497            ! handy.h perl.h utf8.h
44498 ____________________________________________________________________________
44499 [  7699] By: jhi                                   on 2000/11/15  14:13:04
44500         Log: SOCKS has its own USE_THREADS, based on
44501              
44502              Subject: [ID 20001114.002] et. al. bugfix followup
44503              From: Jens Hamisch <jens@Strawberry.COM> 
44504              Date: Wed, 15 Nov 2000 14:23:11 +0100
44505              Message-ID: <20001115142311.A21164@Strawberry.COM>
44506      Branch: perl
44507            ! perl.h
44508 ____________________________________________________________________________
44509 [  7698] By: jhi                                   on 2000/11/15  03:50:56
44510         Log: Add few missing #undefs and sort them.
44511      Branch: perl
44512            ! fakesdio.h
44513 ____________________________________________________________________________
44514 [  7697] By: jhi                                   on 2000/11/15  03:39:14
44515         Log: Linenumber fix.
44516      Branch: perl
44517            ! t/pragma/warn/utf8
44518 ____________________________________________________________________________
44519 [  7696] By: jhi                                   on 2000/11/15  02:55:26
44520         Log: EBCDIC tweaks.
44521              
44522              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
44523              From: Peter Prymmer <pvhp@forte.com>
44524              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
44525              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
44526      Branch: perl
44527            ! t/op/regmesg.t t/pragma/warn/utf8
44528 ____________________________________________________________________________
44529 [  7695] By: jhi                                   on 2000/11/15  02:53:58
44530         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
44531              From: Peter Prymmer <pvhp@forte.com>
44532              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
44533              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
44534      Branch: perl
44535            ! utf8.c
44536 ____________________________________________________________________________
44537 [  7694] By: jhi                                   on 2000/11/15  02:50:55
44538         Log: Subject: [PATCH: perl@7674] updates to README.os390
44539              From: Prymmer/Kahn <pvhp@best.com>
44540              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
44541              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
44542      Branch: perl
44543            ! README.os390
44544 ____________________________________________________________________________
44545 [  7693] By: jhi                                   on 2000/11/15  02:48:37
44546         Log: Quit utf8_to_uv() instantly if curlen == 0.
44547      Branch: perl
44548            ! utf8.c
44549 ____________________________________________________________________________
44550 [  7692] By: jhi                                   on 2000/11/15  02:24:29
44551         Log: Use u_int32_t for the size of hash_cb(), not size_t.
44552              
44553              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
44554              From: Jens Hamisch <jens@Strawberry.COM>     
44555              Date: Tue, 14 Nov 2000 19:03:55 +0100
44556              Message-Id: <20001114190355.A20559@Strawberry.COM>
44557      Branch: perl
44558            ! ext/DB_File/DB_File.xs
44559 ____________________________________________________________________________
44560 [  7691] By: jhi                                   on 2000/11/15  02:20:12
44561         Log: Use UINT64_C().
44562              
44563              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
44564              From: Jens Hamisch <jens@Strawberry.COM>
44565              Date: Tue, 14 Nov 2000 19:16:23 +0100
44566              Message-Id: <20001114191623.G20559@Strawberry.COM>
44567      Branch: perl
44568            ! utf8.c utf8.h
44569 ____________________________________________________________________________
44570 [  7690] By: jhi                                   on 2000/11/15  02:17:06
44571         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
44572              (a macro to define signed and unsigned integer constants).
44573      Branch: perl
44574            ! handy.h
44575 ____________________________________________________________________________
44576 [  7689] By: jhi                                   on 2000/11/15  01:56:51
44577         Log: Regen Configure.
44578      Branch: perl
44579            ! Configure
44580 ____________________________________________________________________________
44581 [  7688] By: jhi                                   on 2000/11/15  01:56:32
44582         Log: Make the unit know about SOCKS.
44583      Branch: metaconfig
44584            ! U/protos/socksizetype.U
44585 ____________________________________________________________________________
44586 [  7687] By: jhi                                   on 2000/11/15  01:54:47
44587         Log: Remove unused dependencies.
44588      Branch: metaconfig
44589            ! U/compline/d_getpagsz.U
44590 ____________________________________________________________________________
44591 [  7686] By: nick                                  on 2000/11/14  21:25:13
44592         Log: Integrate mainline.
44593      Branch: perlio
44594           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
44595           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
44596           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
44597           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
44598           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
44599           !> win32/config.bc win32/config.gc win32/config.vc
44600           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
44601 ____________________________________________________________________________
44602 [  7685] By: jhi                                   on 2000/11/14  17:54:56
44603         Log: Integrate perlio.
44604      Branch: perl
44605           +> fakesdio.h perliol.h
44606           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
44607           !> perlsdio.h perlsfio.h pod/perlfunc.pod
44608 ____________________________________________________________________________
44609 [  7684] By: nick                                  on 2000/11/14  17:43:04
44610         Log: PerlIO #include and #ifdef re-work.
44611      Branch: perlio
44612            + fakesdio.h perliol.h
44613            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
44614            ! perlsdio.h perlsfio.h
44615 ____________________________________________________________________________
44616 [  7683] By: jhi                                   on 2000/11/14  15:42:40
44617         Log: Hoist the duplicated socket/netdb include logic to perl.h;
44618              undef SETERRNO in case SOCKS has defined it.  Based on:
44619              
44620              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
44621              From: Jens Hamisch <jens@Strawberry.COM> 
44622              Date: Tue, 14 Nov 2000 11:34:40 +0100
44623              Message-Id: <20001114113440.A20005@Strawberry.COM>
44624      Branch: perl
44625            ! doio.c perl.h pp_sys.c
44626 ____________________________________________________________________________
44627 [  7682] By: jhi                                   on 2000/11/14  14:07:28
44628         Log: Subject: some additions for makefiles for win32 (for perl@7674)
44629              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44630              Date: Tue, 14 Nov 2000 09:31:13 +0300
44631              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
44632      Branch: perl
44633            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
44634            ! win32/makefile.mk
44635 ____________________________________________________________________________
44636 [  7681] By: jhi                                   on 2000/11/14  14:01:41
44637         Log: Subject: tiny typo in perl5db.pl
44638              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44639              Date: Tue, 14 Nov 2000 09:29:28 +0300
44640              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
44641      Branch: perl
44642            ! lib/perl5db.pl
44643 ____________________________________________________________________________
44644 [  7680] By: jhi                                   on 2000/11/14  04:13:50
44645         Log: Redo #7679 with LFs instead of CRLFs.
44646      Branch: perl
44647            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
44648            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
44649            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
44650 ____________________________________________________________________________
44651 [  7679] By: jhi                                   on 2000/11/14  01:21:09
44652         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
44653              From: Benjamin Stuhl <tiriath@yahoo.com> 
44654              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
44655              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
44656      Branch: perl
44657            + win32/bin/mdelete.bat
44658            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
44659            ! makedef.pl perlio.c win32/Makefile win32/config.gc
44660            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
44661 ____________________________________________________________________________
44662 [  7678] By: jhi                                   on 2000/11/14  01:19:20
44663         Log: Fix the re extension building for Win32.
44664              
44665              Subject: [PATCH perl@7638] Get PerlIO building on Win32
44666              From: Benjamin Stuhl <tiriath@yahoo.com> 
44667              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
44668              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
44669      Branch: perl
44670            + ext/re/hints/MSWin32.pl
44671            ! MANIFEST
44672 ____________________________________________________________________________
44673 [  7677] By: jhi                                   on 2000/11/14  01:13:54
44674         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
44675              From: sthoenna@efn.org
44676              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
44677              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
44678      Branch: perl
44679            ! doop.c pp.c toke.c utf8.c utf8.h
44680 ____________________________________________________________________________
44681 [  7676] By: jhi                                   on 2000/11/13  20:23:15
44682         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44683              From: Nicholas Clark <nick@ccl4.org>
44684              Date: Mon, 13 Nov 2000 18:55:04 +0000
44685              Message-ID: <20001113185504.J29183@plum.flirble.org>
44686      Branch: perl
44687            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
44688 ____________________________________________________________________________
44689 [  7675] By: nick                                  on 2000/11/13  20:21:57
44690         Log: Integrate mainline ...
44691      Branch: perlio
44692           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
44693           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
44694           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
44695           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
44696 ____________________________________________________________________________
44697 [  7674] By: jhi                                   on 2000/11/13  15:07:56
44698         Log: Update Changes.
44699      Branch: perl
44700            ! Changes patchlevel.h
44701 ____________________________________________________________________________
44702 [  7673] By: jhi                                   on 2000/11/13  14:42:42
44703         Log: Remove the new two tests of lib/io_xs for now, they seem to
44704              fail under perlio on some platforms.
44705      Branch: perl
44706            ! t/lib/io_xs.t
44707 ____________________________________________________________________________
44708 [  7672] By: jhi                                   on 2000/11/13  13:57:53
44709         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
44710      Branch: perl
44711            ! perlio.c
44712 ____________________________________________________________________________
44713 [  7671] By: jhi                                   on 2000/11/13  05:30:48
44714         Log: Placate nervous compilers that see longer than ints switch()ing.
44715      Branch: perl
44716            ! utf8.c
44717 ____________________________________________________________________________
44718 [  7670] By: jhi                                   on 2000/11/13  05:14:21
44719         Log: fputs() does return EOF on error but here we don't care.
44720      Branch: perl
44721            ! perlio.c
44722 ____________________________________________________________________________
44723 [  7669] By: jhi                                   on 2000/11/13  05:02:45
44724         Log: Declare reg_data like reg_substr_data.
44725      Branch: perl
44726            ! regexp.h
44727 ____________________________________________________________________________
44728 [  7668] By: jhi                                   on 2000/11/13  04:54:34
44729         Log: Typos in #7667.
44730      Branch: perl
44731            ! perl.h
44732 ____________________________________________________________________________
44733 [  7667] By: jhi                                   on 2000/11/13  04:49:49
44734         Log: Cleanup messy #ifdef.
44735      Branch: perl
44736            ! perl.h
44737 ____________________________________________________________________________
44738 [  7666] By: jhi                                   on 2000/11/13  04:17:34
44739         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44740              From: Nicholas Clark <nick@talking.bollo.cx>
44741              Date: Sun, 12 Nov 2000 21:14:11 +0000
44742              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
44743              
44744              Note: only one breakage of the two reported is fixed by this patch.
44745      Branch: perl
44746            ! perlio.c
44747 ____________________________________________________________________________
44748 [  7665] By: jhi                                   on 2000/11/13  04:05:07
44749         Log: Tweak the definition of the bit complement on UTF-8 data:
44750              if none of the characters in the string are > 0xff,
44751              the result is a complemented byte string, not a (UTF-8)
44752              char string.  Based on the summary in
44753              
44754              Subject: Re: [ID 20000918.005] ~ on wide chars
44755              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
44756              Date: Fri, 10 Nov 2000 09:47:15 -0800
44757              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
44758              
44759              This should give us the maximum backward (pre-char string)
44760              compatibility and utf8 compatibility.  The other alternative
44761              would be to limit the bit complement to be always byte only,
44762              taking the least significant byte of the chars.
44763      Branch: perl
44764            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
44765 ____________________________________________________________________________
44766 [  7664] By: jhi                                   on 2000/11/13  00:23:44
44767         Log: Couple of tests from #7660 salvaged.
44768      Branch: perl
44769            - t/op/tell.t
44770            ! MANIFEST t/io/tell.t
44771 ____________________________________________________________________________
44772 [  7663] By: jhi                                   on 2000/11/13  00:02:48
44773         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
44774              From: Nicholas Clark <nick@talking.bollo.cx>
44775              Date: Sun, 12 Nov 2000 21:23:43 +0000
44776              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
44777      Branch: perl
44778            ! perlsfio.h
44779 ____________________________________________________________________________
44780 [  7662] By: jhi                                   on 2000/11/13  00:01:39
44781         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
44782              From: Nicholas Clark <nick@talking.bollo.cx>
44783              Date: Sun, 12 Nov 2000 21:30:04 +0000
44784              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
44785      Branch: perl
44786            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
44787 ____________________________________________________________________________
44788 [  7661] By: jhi                                   on 2000/11/12  23:57:29
44789         Log: Document tell() on special streams.
44790      Branch: perl
44791            ! pod/perlfunc.pod
44792 ____________________________________________________________________________
44793 [  7660] By: jhi                                   on 2000/11/12  23:54:22
44794         Log: (Subsumed by #7664)
44795      Branch: perl
44796            + t/op/tell.t
44797            ! MANIFEST
44798 ____________________________________________________________________________
44799 [  7659] By: jhi                                   on 2000/11/12  22:55:25
44800         Log: Many subdocumented return values of the IO extension now documented.
44801              ungetc and write still left subdocumented.
44802              
44803              Subject: [PATCH] (was Re: IO::Handle::ungetc)
44804              From: Nicholas Clark <nick@talking.bollo.cx>
44805              Date: Sun, 12 Nov 2000 21:35:53 +0000
44806              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
44807      Branch: perl
44808            ! ext/IO/lib/IO/Handle.pm
44809 ____________________________________________________________________________
44810 [  7658] By: jhi                                   on 2000/11/12  21:37:06
44811         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
44812              From: Nicholas Clark <nick@talking.bollo.cx>
44813              Date: Sun, 12 Nov 2000 20:03:22 +0000
44814              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
44815      Branch: perl
44816            ! pod/perlfunc.pod
44817 ____________________________________________________________________________
44818 [  7657] By: jhi                                   on 2000/11/12  20:34:55
44819         Log: Integrate perlio.
44820      Branch: perl
44821           !> perlio.c
44822 ____________________________________________________________________________
44823 [  7656] By: nick                                  on 2000/11/12  19:25:06
44824         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
44825      Branch: perlio
44826            ! perlio.c
44827 ____________________________________________________________________________
44828 [  7655] By: nick                                  on 2000/11/12  19:09:41
44829         Log: Integrate mainline
44830      Branch: perlio
44831           +> README.solaris ext/Encode/Encode/cp1006.enc
44832           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
44833           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
44834           +> ext/Encode/Encode/iso8859-13.enc
44835           +> ext/Encode/Encode/iso8859-14.enc
44836           +> ext/Encode/Encode/iso8859-15.enc
44837           !> (integrate 34 files)
44838 ____________________________________________________________________________
44839 [  7654] By: jhi                                   on 2000/11/12  19:00:22
44840         Log: Add a metaconfig unit for fsync.
44841      Branch: metaconfig/U/perl
44842            + d_fsync.U
44843 ____________________________________________________________________________
44844 [  7653] By: jhi                                   on 2000/11/12  19:00:01
44845         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
44846      Branch: perl
44847            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44848            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44849            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44850            ! vos/config.ga.h win32/config.bc win32/config.gc
44851            ! win32/config.vc
44852 ____________________________________________________________________________
44853 [  7652] By: jhi                                   on 2000/11/11  21:12:01
44854         Log: Copy the s// information of README.hpux also to the perlrun.
44855      Branch: perl
44856            ! README.hpux pod/perlrun.pod
44857 ____________________________________________________________________________
44858 [  7651] By: jhi                                   on 2000/11/11  21:03:13
44859         Log: More README.solaris updates from Andy Dougherty.
44860      Branch: perl
44861            ! README.solaris
44862 ____________________________________________________________________________
44863 [  7650] By: jhi                                   on 2000/11/11  18:38:57
44864         Log: More descriptive error for unknown perlio layers.
44865              
44866              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
44867              From: Dominic Dunlop <domo@computer.org> 
44868              Date: Sat, 11 Nov 2000 18:20:32 +0100             
44869              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
44870      Branch: perl
44871            ! perlio.c pod/perldiag.pod
44872 ____________________________________________________________________________
44873 [  7649] By: jhi                                   on 2000/11/11  18:37:52
44874         Log: MachTen doesn't really do mmap() and munmap().
44875              
44876              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
44877              From: Dominic Dunlop <domo@computer.org> 
44878              Date: Sat, 11 Nov 2000 18:20:32 +0100             
44879              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
44880      Branch: perl
44881            ! hints/machten.sh
44882 ____________________________________________________________________________
44883 [  7648] By: jhi                                   on 2000/11/11  18:36:46
44884         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
44885              From: rspier@pobox.com (Robert Spier)
44886              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
44887              Message-ID: <14861.32839.491271.985797@rls.cx>
44888      Branch: perl
44889            ! Porting/Contract pod/perltoot.pod
44890 ____________________________________________________________________________
44891 [  7647] By: jhi                                   on 2000/11/11  18:35:30
44892         Log: Simplify the getpagesize() unit by dropping the
44893              pagesize probe since it's nowadays slightly more
44894              complicated because of sysconf(). (Note: if some
44895              platform really needs the -lPW for getpagesize,
44896              I just broke it.)
44897              
44898              TODO: a new pagesize unit.
44899      Branch: metaconfig
44900            ! U/compline/d_getpagsz.U
44901 ____________________________________________________________________________
44902 [  7646] By: jhi                                   on 2000/11/11  18:33:23
44903         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
44904      Branch: perl
44905            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44906            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44907            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44908            ! vos/config.ga.h win32/config.bc win32/config.gc
44909            ! win32/config.vc
44910 ____________________________________________________________________________
44911 [  7645] By: jhi                                   on 2000/11/11  16:45:15
44912         Log: Use sysconf() or getpagesize() to find out the pagesize.
44913      Branch: perl
44914            ! perlio.c
44915 ____________________________________________________________________________
44916 [  7644] By: jhi                                   on 2000/11/11  15:46:08
44917         Log: Integrate perlio.
44918      Branch: perl
44919           !> perlio.c
44920 ____________________________________________________________________________
44921 [  7643] By: jhi                                   on 2000/11/11  15:33:36
44922         Log: Subject: Re: [PATCH] README.solaris
44923              From: Lupe Christoph <lupe@lupe-christoph.de>
44924              Date: Sat, 11 Nov 2000 14:08:10 +0100
44925              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
44926      Branch: perl
44927            ! README.solaris
44928 ____________________________________________________________________________
44929 [  7642] By: jhi                                   on 2000/11/11  15:22:12
44930         Log: Subject: [PATCH perl@7638] cygwin port
44931              From: "Eric Fifer" <egf7@columbia.edu>            
44932              Date: Fri, 10 Nov 2000 19:30:30 -0000
44933              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
44934      Branch: perl
44935            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
44936 ____________________________________________________________________________
44937 [  7641] By: nick                                  on 2000/11/11  14:50:36
44938         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
44939              Also call "Buf" layer directly when unread'ing non-read chars.
44940      Branch: perlio
44941            ! perlio.c
44942 ____________________________________________________________________________
44943 [  7640] By: jhi                                   on 2000/11/11  02:05:02
44944         Log: Add more encoding tables.
44945      Branch: perl
44946            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
44947            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
44948            + ext/Encode/Encode/iso8859-10.enc
44949            + ext/Encode/Encode/iso8859-13.enc
44950            + ext/Encode/Encode/iso8859-14.enc
44951            + ext/Encode/Encode/iso8859-15.enc
44952            ! MANIFEST
44953 ____________________________________________________________________________
44954 [  7639] By: jhi                                   on 2000/11/10  18:49:25
44955         Log: Subject: [PATCH] README.solaris
44956              From: Andy Dougherty <doughera@lafayette.edu>
44957              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
44958              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
44959      Branch: perl
44960            + README.solaris
44961            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
44962            ! pod/perl.pod pod/perltoc.pod
44963 ____________________________________________________________________________
44964 [  7638] By: jhi                                   on 2000/11/10  15:04:15
44965         Log: Update Changes.
44966      Branch: perl
44967            ! Changes patchlevel.h
44968 ____________________________________________________________________________
44969 [  7637] By: jhi                                   on 2000/11/10  14:14:28
44970         Log: Explain better why certain regex tests are skipped.
44971              
44972              Subject: Re: tests skipped: unknown reason
44973              From: Lupe Christoph <lupe@lupe-christoph.de>
44974              Date: Fri, 10 Nov 2000 09:08:56 +0100
44975              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
44976      Branch: perl
44977            ! t/op/regexp.t
44978 ____________________________________________________________________________
44979 [  7636] By: nick                                  on 2000/11/10  13:40:00
44980         Log: Integrate mainline.
44981      Branch: perlio
44982           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
44983           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
44984           !> win32/bin/search.pl
44985 ____________________________________________________________________________
44986 [  7635] By: nick                                  on 2000/11/10  13:25:52
44987         Log: Re-instate stdio large file support via perlio.
44988      Branch: perl
44989            ! perlio.c
44990 ____________________________________________________________________________
44991 [  7634] By: jhi                                   on 2000/11/10  04:49:55
44992         Log: Amdahl UTS hints updates.
44993              
44994              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
44995              From: hom00@utsglobal.com (Harold O Morris)
44996              Date: Thu, 9 Nov 2000 20:02 PST
44997              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
44998      Branch: perl
44999            ! hints/uts.sh
45000 ____________________________________________________________________________
45001 [  7633] By: jhi                                   on 2000/11/09  23:33:28
45002         Log: Subject: [PATCH] IO::Seekable pod
45003              From: Nicholas Clark <nick@talking.bollo.cx>
45004              Date: Thu, 9 Nov 2000 20:29:45 +0000
45005              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
45006      Branch: perl
45007            ! ext/IO/lib/IO/Handle.pm
45008 ____________________________________________________________________________
45009 [  7632] By: jhi                                   on 2000/11/09  21:55:41
45010         Log: Various doc oddball characters.
45011              
45012              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
45013              From: Michael Somos <somos@grail.cba.csuohio.edu>
45014              Date: Mon, 6 Nov 2000 17:44:20 -0500
45015              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
45016      Branch: perl
45017            ! emacs/cperl-mode.el lib/unicode/syllables.txt
45018            ! win32/bin/search.pl
45019 ____________________________________________________________________________
45020 [  7631] By: jhi                                   on 2000/11/09  21:12:29
45021         Log: Subject: Re: bash -c exit and linux hints 
45022              From: "John P. Linderman" <jpl@research.att.com>
45023              Date: Thu, 02 Nov 2000 09:37:25 -0500
45024              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
45025      Branch: perl
45026            ! hints/linux.sh
45027 ____________________________________________________________________________
45028 [  7630] By: nick                                  on 2000/11/09  20:34:11
45029         Log: Integrate mainline.
45030      Branch: perlio
45031           !> (integrate 91 files)
45032 ____________________________________________________________________________
45033 [  7629] By: jhi                                   on 2000/11/09  19:46:31
45034         Log: Missing dTHXs.
45035              
45036              Subject: RE: perl@7595 builds not on cygwin
45037              From: "Eric Fifer" <egf7@columbia.edu>
45038              Date: Thu, 9 Nov 2000 19:26:50 -0000
45039              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
45040      Branch: perl
45041            ! ext/Devel/Peek/Peek.xs
45042 ____________________________________________________________________________
45043 [  7628] By: jhi                                   on 2000/11/09  14:48:27
45044         Log: Disable only the tests 99 and 166 for UTF-8 locales.
45045      Branch: perl
45046            ! t/pragma/locale.t
45047 ____________________________________________________________________________
45048 [  7627] By: jhi                                   on 2000/11/09  14:40:27
45049         Log: There's no =head3.
45050      Branch: perl
45051            ! pod/perlhack.pod
45052 ____________________________________________________________________________
45053 [  7626] By: jhi                                   on 2000/11/09  13:54:26
45054         Log: The generated boot_* headers are wrong.  Pickier compiler,
45055              such as KAI C++ will refuse to compile the resulting perlmain.
45056              
45057              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
45058              From: Harri Pasanen <harri.pasanen@trema.com>
45059              Date: Thu, 09 Nov 2000 14:23:28 +0100
45060              Message-Id: <3A0AA550.26D548A3@trema.com>
45061      Branch: perl
45062            ! minimod.pl
45063 ____________________________________________________________________________
45064 [  7625] By: jhi                                   on 2000/11/09  13:50:44
45065         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
45066              From: Prymmer/Kahn <pvhp@best.com>
45067              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
45068              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
45069              
45070              All except the "cow orker" change.
45071      Branch: perl
45072            ! Porting/pumpkin.pod
45073 ____________________________________________________________________________
45074 [  7624] By: jhi                                   on 2000/11/09  13:45:33
45075         Log: Fix for
45076              
45077              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
45078              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
45079              Date: Thu, 09 Nov 2000 11:05:52 +0100
45080              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
45081      Branch: perl
45082            ! pod/perldiag.pod t/pragma/warn/pp_sys
45083 ____________________________________________________________________________
45084 [  7623] By: jhi                                   on 2000/11/09  13:37:16
45085         Log: Typo in an ifndef.
45086              
45087              Subject: Re: [PATCH 5.7.0] better messages from malloc()
45088              From: Joe Smith <jms@inwap.com>         
45089              Date: Thu, 09 Nov 2000 01:33:14 -0800
45090              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
45091      Branch: perl
45092            ! malloc.c
45093 ____________________________________________________________________________
45094 [  7622] By: jhi                                   on 2000/11/09  13:31:18
45095         Log: Remove unused extra arguments.
45096      Branch: metaconfig/U/perl
45097            ! perlxv.U
45098      Branch: perl
45099            ! Configure config_h.SH
45100 ____________________________________________________________________________
45101 [  7621] By: jhi                                   on 2000/11/09  13:16:36
45102         Log: More VMS moves on environment handling, from Charles Lane.
45103      Branch: perl
45104            ! t/pragma/locale.t
45105 ____________________________________________________________________________
45106 [  7620] By: jhi                                   on 2000/11/09  04:42:38
45107         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
45108              From: David Dyck <dcd@tc.fluke.com>
45109              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
45110              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
45111      Branch: perl
45112            ! pp_sys.c
45113 ____________________________________________________________________________
45114 [  7619] By: jhi                                   on 2000/11/09  04:36:21
45115         Log: Forgot from #7618.
45116      Branch: perl
45117            ! lib/File/stat.pm
45118 ____________________________________________________________________________
45119 [  7618] By: jhi                                   on 2000/11/09  04:28:44
45120         Log: Make deleting for %ENV work for (newer versions of) VMS,
45121              from Craig A. Berry.
45122      Branch: perl
45123            ! vms/vms.c
45124 ____________________________________________________________________________
45125 [  7617] By: jhi                                   on 2000/11/09  04:25:05
45126         Log: Subject: [PATCH] Class::Struct at compile time
45127              From: "Casey R. Tweten" <crt@kiski.net>
45128              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
45129              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
45130      Branch: perl
45131            ! lib/Class/Struct.pm
45132 ____________________________________________________________________________
45133 [  7616] By: jhi                                   on 2000/11/09  04:15:17
45134         Log: Subject: [ID 20001108.013] spelling
45135              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
45136              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
45137              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
45138      Branch: perl
45139            ! lib/ftp.pl
45140 ____________________________________________________________________________
45141 [  7615] By: jhi                                   on 2000/11/09  04:12:42
45142         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
45143              From: Peter Prymmer <pvhp@forte.com>
45144              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
45145              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
45146      Branch: perl
45147            ! configure.com
45148 ____________________________________________________________________________
45149 [  7614] By: jhi                                   on 2000/11/08  22:42:55
45150         Log: A missing aTHX_.
45151      Branch: perl
45152            ! ext/IPC/SysV/SysV.xs
45153 ____________________________________________________________________________
45154 [  7613] By: jhi                                   on 2000/11/08  19:30:21
45155         Log: Update Changes.
45156      Branch: perl
45157            ! Changes patchlevel.h
45158 ____________________________________________________________________________
45159 [  7612] By: jhi                                   on 2000/11/08  18:35:25
45160         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
45161              From: David Dyck <dcd@tc.fluke.com>
45162              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
45163              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
45164      Branch: perl
45165            ! pp_sys.c
45166 ____________________________________________________________________________
45167 [  7611] By: jhi                                   on 2000/11/08  18:30:26
45168         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
45169              From: Dominic Dunlop <domo@computer.org>
45170              Date: Tue, 7 Nov 2000 12:05:25 +0100
45171              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
45172      Branch: perl
45173            ! malloc.c
45174 ____________________________________________________________________________
45175 [  7610] By: jhi                                   on 2000/11/08  18:25:14
45176         Log: Do not test UTF-8 locales since that the tests would require
45177              polymorphic regexen.
45178      Branch: perl
45179            ! t/pragma/locale.t
45180 ____________________________________________________________________________
45181 [  7609] By: jhi                                   on 2000/11/08  17:12:51
45182         Log: Locale buglets.
45183              
45184              Subject: RE: Locales support (setlocale) fixes
45185              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45186              Date: Wed, 8 Nov 2000 20:01:39 +0300
45187              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
45188      Branch: perl
45189            ! t/pragma/locale.t util.c
45190 ____________________________________________________________________________
45191 [  7608] By: jhi                                   on 2000/11/08  17:00:16
45192         Log: Deleting $ENV{PATH} in VMS is not recommendable.
45193      Branch: perl
45194            ! t/pragma/locale.t
45195 ____________________________________________________________________________
45196 [  7607] By: jhi                                   on 2000/11/08  16:58:26
45197         Log: Subject: PATCH std stdio for (Free)BSD
45198              From: Nicholas Clark <nick@ccl4.org>
45199              Date: Wed, 8 Nov 2000 15:36:29 +0000
45200              Message-ID: <20001108153629.D98736@plum.flirble.org>
45201      Branch: metaconfig
45202            ! U/compline/d_stdstdio.U
45203      Branch: perl
45204            ! Configure config_h.SH
45205 ____________________________________________________________________________
45206 [  7606] By: jhi                                   on 2000/11/08  16:43:31
45207         Log: Forgot to bump the line numbers in #7601.
45208      Branch: perl
45209            ! t/pragma/warn/pp_sys
45210 ____________________________________________________________________________
45211 [  7605] By: jhi                                   on 2000/11/08  16:39:12
45212         Log: More careful detection of how well NVs and UVs mix.
45213              
45214              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))
45215              From: Nicholas Clark <nick@ccl4.org>
45216              Date: Wed, 8 Nov 2000 15:14:12 +0000
45217              Message-ID: <20001108151412.B98736@plum.flirble.org>
45218              
45219              Added some SIGFPE paranoia.
45220      Branch: metaconfig/U/perl
45221            ! perlxv.U
45222      Branch: perl
45223            ! Configure config_h.SH
45224 ____________________________________________________________________________
45225 [  7604] By: jhi                                   on 2000/11/08  14:39:10
45226         Log: Subject: [patch perl@7595] VMS configure.com tweak
45227              From: "Craig A. Berry" <craigberry@mac.com>
45228              Date: Wed, 8 Nov 2000 00:24:12 -0600
45229              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
45230      Branch: perl
45231            ! configure.com
45232 ____________________________________________________________________________
45233 [  7603] By: jhi                                   on 2000/11/08  14:27:11
45234         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
45235              From: Robin Barker <rmb1@cise.npl.co.uk>
45236              Date: Wed, 8 Nov 2000 11:11:39 GMT
45237              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
45238      Branch: perl
45239            ! perlio.c
45240 ____________________________________________________________________________
45241 [  7602] By: jhi                                   on 2000/11/08  14:25:03
45242         Log: Fix for the tie-refhash string table leaks.
45243              
45244              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
45245              Date: Wed, 8 Nov 2000 13:03:04 GMT
45246              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
45247      Branch: perl
45248            ! t/lib/tie-refhash.t
45249 ____________________________________________________________________________
45250 [  7601] By: jhi                                   on 2000/11/08  14:21:08
45251         Log: Try to avoid flockless and emulationless places.
45252      Branch: perl
45253            ! t/pragma/warn/pp_sys
45254 ____________________________________________________________________________
45255 [  7600] By: jhi                                   on 2000/11/08  02:28:54
45256         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
45257              
45258              Subject: [PATCH] prototyped functions that should be overrideable
45259              From: "Casey R. Tweten" <crt@kiski.net>
45260              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
45261              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
45262      Branch: perl
45263            ! toke.c
45264 ____________________________________________________________________________
45265 [  7599] By: jhi                                   on 2000/11/08  01:12:05
45266         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
45267              
45268              Subject: [PATCH] perlbug.PL
45269              From: "Kurt D. Starsinic" <kstar@chapin.edu>
45270              Date: Mon, 6 Nov 2000 21:39:01 -0500
45271              Message-ID: <20001106213901.B20955@O2.chapin.edu>
45272      Branch: perl
45273            ! utils/perlbug.PL
45274 ____________________________________________________________________________
45275 [  7598] By: jhi                                   on 2000/11/07  23:42:00
45276         Log: Bad thinko in #7581 (I used the test program with the expanded
45277              values as-is).
45278      Branch: metaconfig
45279            ! U/compline/d_stdstdio.U
45280      Branch: perl
45281            ! Configure
45282 ____________________________________________________________________________
45283 [  7597] By: jhi                                   on 2000/11/07  21:43:29
45284         Log: Subject: [PATCH perl@7573] cygwin port
45285              From: "Fifer, Eric" <EFifer@sanwaint.com>
45286              Date: Tue, 7 Nov 2000 18:08:51 -0000 
45287              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
45288              
45289              Synchronize with Cygwin 1.1.5.
45290      Branch: perl
45291            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
45292            ! pod/perlport.pod unixish.h util.c
45293 ____________________________________________________________________________
45294 [  7596] By: jhi                                   on 2000/11/07  21:39:25
45295         Log: perlhack updates from H.Merijn Brand.
45296      Branch: perl
45297            ! pod/perlhack.pod
45298 ____________________________________________________________________________
45299 [  7595] By: jhi                                   on 2000/11/07  20:21:41
45300         Log: Update Changes.
45301      Branch: perl
45302            ! Changes patchlevel.h
45303 ____________________________________________________________________________
45304 [  7594] By: jhi                                   on 2000/11/07  19:18:58
45305         Log: Be more robust in Dynaloader.pm.
45306      Branch: perl
45307            ! ext/DynaLoader/DynaLoader_pm.PL
45308 ____________________________________________________________________________
45309 [  7593] By: jhi                                   on 2000/11/07  16:49:31
45310         Log: AUTHORS update.
45311      Branch: perl
45312            ! AUTHORS
45313 ____________________________________________________________________________
45314 [  7592] By: gsar                                  on 2000/11/07  16:39:51
45315         Log: normalize relative paths in virtualized current directory on windows,
45316              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
45317              returns)
45318      Branch: perl
45319            ! win32/vdir.h
45320 ____________________________________________________________________________
45321 [  7591] By: jhi                                   on 2000/11/07  16:04:26
45322         Log: Too profiler-happy: with optimization the #7590 actually makes
45323              the test to run 0.5% _slower_.  Requires much more instrumentation.
45324              Retract #7590.
45325      Branch: perl
45326            ! regcomp.c regcomp.h
45327 ____________________________________________________________________________
45328 [  7590] By: jhi                                   on 2000/11/07  15:51:13
45329         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
45330              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
45331              by using memset() and testing bytewise (as opposed to bitwise).
45332      Branch: perl
45333            ! regcomp.c regcomp.h
45334 ____________________________________________________________________________
45335 [  7589] By: jhi                                   on 2000/11/07  12:56:39
45336         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
45337              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45338              Date: Mon, 06 Nov 2000 23:45:30 -0500
45339              Message-Id: <0011079735.AA973576259@univpress.com>
45340      Branch: perl
45341            ! configure.com t/lib/st-lock.t
45342 ____________________________________________________________________________
45343 [  7588] By: jhi                                   on 2000/11/07  01:03:28
45344         Log: Tweak #7587.
45345      Branch: perl
45346            ! pod/perldiag.pod
45347 ____________________________________________________________________________
45348 [  7587] By: jhi                                   on 2000/11/07  01:00:27
45349         Log: A doc addition for bug id 20001105.019, beware \p.
45350      Branch: perl
45351            ! pod/perldiag.pod
45352 ____________________________________________________________________________
45353 [  7586] By: jhi                                   on 2000/11/07  00:32:22
45354         Log: Fake support of holey files in win/dosish platforms.
45355              
45356              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
45357              From: kipp@shonanblue.ne.jp
45358              Date: Mon, 6 Nov 2000 13:30:55 -0800
45359              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
45360      Branch: perl
45361            ! ext/SDBM_File/sdbm/sdbm.c
45362 ____________________________________________________________________________
45363 [  7585] By: jhi                                   on 2000/11/07  00:12:54
45364         Log: Subject: Pod updates
45365              From: "Stephen P. Potter" <spp@spotter.yi.org>
45366              Date: Mon, 06 Nov 2000 18:56:43 -0500
45367              Message-Id: <200011062357.SAA18173@spotter.yi.org>
45368      Branch: perl
45369            ! README.dos README.os2 README.win32 pod/buildtoc.PL
45370            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
45371            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
45372            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
45373            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
45374            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
45375            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
45376            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
45377            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
45378            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
45379            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
45380            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
45381            ! pod/perltootc.pod pod/perlunicode.pod
45382 ____________________________________________________________________________
45383 [  7584] By: jhi                                   on 2000/11/07  00:04:17
45384         Log: Varargs don't always work too well if one puts an unsigned
45385              char on the stack and pop an unsigned quad off the stack.
45386              
45387              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
45388              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
45389              Date: Mon, 06 Nov 2000 15:19:05 -0800
45390              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
45391      Branch: perl
45392            ! utf8.c
45393 ____________________________________________________________________________
45394 [  7583] By: jhi                                   on 2000/11/06  23:58:48
45395         Log: %ENV note tweaks from Dan Sugalski.
45396      Branch: perl
45397            ! pod/perlport.pod vms/perlvms.pod
45398 ____________________________________________________________________________
45399 [  7582] By: jhi                                   on 2000/11/06  23:05:49
45400         Log: glibc5 detection by __GNU_LIBRARY__.
45401      Branch: perl
45402            ! toke.c
45403 ____________________________________________________________________________
45404 [  7581] By: jhi                                   on 2000/11/06  22:51:29
45405         Log: Make the stdio test program of 7427 less noisy while being 
45406              compiled so that Digital UNIX wouldn't get both
45407              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
45408              undefined.  This makes perlio happy.
45409      Branch: metaconfig
45410            ! U/compline/d_stdstdio.U
45411      Branch: perl
45412            ! Configure config_h.SH
45413 ____________________________________________________________________________
45414 [  7580] By: jhi                                   on 2000/11/06  22:41:41
45415         Log: Document %ENV = () portability issues.
45416      Branch: perl
45417            ! pod/perlport.pod vms/perlvms.pod
45418 ____________________________________________________________________________
45419 [  7579] By: jhi                                   on 2000/11/06  21:29:24
45420         Log: VOS updates from Paul Green.
45421      Branch: perl
45422            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45423 ____________________________________________________________________________
45424 [  7578] By: jhi                                   on 2000/11/06  21:00:40
45425         Log: Sanitize the environment further.
45426      Branch: perl
45427            ! t/pragma/locale.t
45428 ____________________________________________________________________________
45429 [  7577] By: jhi                                   on 2000/11/06  20:53:51
45430         Log: Re-introduce 7552 lost in integration.
45431      Branch: perl
45432            ! perlio.c
45433 ____________________________________________________________________________
45434 [  7576] By: jhi                                   on 2000/11/06  20:33:46
45435         Log: Admit that the test leaks scalars.
45436      Branch: perl
45437            ! t/comp/proto.t
45438 ____________________________________________________________________________
45439 [  7575] By: jhi                                   on 2000/11/06  20:17:08
45440         Log: Integrate perlio.
45441      Branch: perl
45442           !> perlio.c
45443 ____________________________________________________________________________
45444 [  7574] By: nick                                  on 2000/11/06  20:07:28
45445         Log: Remove debug. Try (Mmap_t) on madvise() call.
45446      Branch: perlio
45447            ! perlio.c
45448 ____________________________________________________________________________
45449 [  7573] By: jhi                                   on 2000/11/06  13:56:05
45450         Log: Update Changes.
45451      Branch: perl
45452            ! Changes patchlevel.h
45453 ____________________________________________________________________________
45454 [  7572] By: jhi                                   on 2000/11/06  13:48:41
45455         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
45456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45457              Date: Mon, 06 Nov 2000 10:11:42 +0100
45458              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
45459      Branch: perl
45460            ! pod/perlhack.pod
45461 ____________________________________________________________________________
45462 [  7571] By: jhi                                   on 2000/11/06  01:45:51
45463         Log: AUTHORS updates.
45464      Branch: perl
45465            ! AUTHORS
45466 ____________________________________________________________________________
45467 [  7570] By: jhi                                   on 2000/11/06  00:18:00
45468         Log: Fix for
45469              
45470              Subject: [ID 20000728.005] perl -P broken
45471              From: David Dyck <dcd@tc.fluke.com>
45472              Date: Fri, 28 Jul 2000 17:19:16 -0700
45473              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
45474              
45475              (hopefully).  The fix is also not complete, it seems to break
45476              BOM swallowing for libc5 systems, but until someone figures
45477              out a way to do this without ftell(), this will do.
45478      Branch: perl
45479            ! toke.c
45480 ____________________________________________________________________________
45481 [  7569] By: jhi                                   on 2000/11/06  00:05:30
45482         Log: Document that the evaled syntax errors cause scalar leaks.
45483      Branch: perl
45484            ! t/comp/proto.t
45485 ____________________________________________________________________________
45486 [  7568] By: jhi                                   on 2000/11/05  23:14:47
45487         Log: opmini.o can linger from Configures past.
45488      Branch: perl
45489            ! Makefile.SH
45490 ____________________________________________________________________________
45491 [  7567] By: jhi                                   on 2000/11/05  21:28:39
45492         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
45493              first argument correctly.
45494      Branch: perl
45495            ! perlio.c
45496 ____________________________________________________________________________
45497 [  7566] By: jhi                                   on 2000/11/05  21:15:56
45498         Log: Integrate perlio.
45499      Branch: perl
45500           !> perlio.c
45501 ____________________________________________________________________________
45502 [  7565] By: jhi                                   on 2000/11/05  21:15:13
45503         Log: Use -dM for gcc (the suggested patch did it only for Linux,
45504              but I think it can be generalized).
45505              
45506              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
45507              From: Pixel <pixel@mandrakesoft.com>
45508              Date: 05 Nov 2000 21:49:34 +0100 
45509              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
45510      Branch: perl
45511            ! ext/Errno/Errno_pm.PL
45512 ____________________________________________________________________________
45513 [  7564] By: nick                                  on 2000/11/05  21:09:18
45514         Log: Added a mmap layer as a "subclass" of perlio.
45515              PERLIO=mmap ./perl harness passes
45516      Branch: perlio
45517            ! perlio.c
45518 ____________________________________________________________________________
45519 [  7563] By: jhi                                   on 2000/11/05  19:48:55
45520         Log: Add a note for future generations about bug id 20000229.006.
45521      Branch: perl
45522            ! malloc.c
45523 ____________________________________________________________________________
45524 [  7562] By: jhi                                   on 2000/11/05  19:38:24
45525         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
45526      Branch: perl
45527            ! pp_ctl.c t/op/pos.t
45528 ____________________________________________________________________________
45529 [  7561] By: jhi                                   on 2000/11/05  18:21:46
45530         Log: Add =pod to be tidy.
45531      Branch: perl
45532            ! lib/Math/Complex.pm
45533 ____________________________________________________________________________
45534 [  7560] By: jhi                                   on 2000/11/05  17:38:46
45535         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
45536      Branch: perl
45537            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45538            ! ext/Storable/Storable.xs t/lib/st-recurse.t
45539 ____________________________________________________________________________
45540 [  7559] By: jhi                                   on 2000/11/05  17:32:59
45541         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
45542              From: "Peter J. Farley III" <pjfarley@banet.net>
45543              Date: Sun, 05 Nov 2000 11:55:59 -0500
45544              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
45545      Branch: perl
45546            ! t/lib/syslog.t
45547 ____________________________________________________________________________
45548 [  7558] By: jhi                                   on 2000/11/05  17:29:19
45549         Log: Integrate perlio.
45550      Branch: perl
45551           !> perlio.c
45552 ____________________________________________________________________________
45553 [  7557] By: jhi                                   on 2000/11/05  17:22:01
45554         Log: A fix of sorts for 20000329.026, a better error message
45555              for a missing "use charnames" when using the \N{...}. 
45556      Branch: perl
45557            ! pod/perldiag.pod toke.c
45558 ____________________________________________________________________________
45559 [  7556] By: jhi                                   on 2000/11/05  16:33:50
45560         Log: Test tweak: show also the failed locales.
45561              
45562              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
45563              From: Lupe Christoph <lupe@lupe-christoph.de>         
45564              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
45565              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
45566      Branch: perl
45567            ! t/pragma/locale.t
45568 ____________________________________________________________________________
45569 [  7555] By: nick                                  on 2000/11/05  11:09:34
45570         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
45571              open RDWR so does not fail. (pragma/warnings 303 again...)
45572      Branch: perlio
45573            ! perlio.c
45574 ____________________________________________________________________________
45575 [  7554] By: nick                                  on 2000/11/05  10:10:13
45576         Log: Fix case where ungetc(f,EOF) was allowed.
45577              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
45578              so we can see similarities.
45579              Use types more carefully and a STDCHAR array in hope that this will
45580              fix Jarrko's 64bit machine.
45581      Branch: perlio
45582            ! perlio.c
45583 ____________________________________________________________________________
45584 [  7553] By: jhi                                   on 2000/11/05  01:12:16
45585         Log: Fix for
45586              
45587              Subject: [ID 20001004.007] taint propogation is inconsistent
45588              From: pimlott@idiomtech.com (Andrew Pimlott) 
45589              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
45590              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
45591              
45592              The culprit was sv_setsv() which was rather blindly
45593              propagating taint, which lead to behaviour where if
45594              a tainted anon hash value was seen all the hash values
45595              from then on at that level became tainted, or at any
45596              upper levels in the case of nested anon hashes.
45597      Branch: perl
45598            ! sv.c t/op/taint.t
45599 ____________________________________________________________________________
45600 [  7552] By: jhi                                   on 2000/11/04  23:44:18
45601         Log: Some cpps don't like splitting conditionals across several lines.
45602      Branch: perl
45603            ! perlio.c
45604 ____________________________________________________________________________
45605 [  7551] By: nick                                  on 2000/11/04  23:40:44
45606         Log: Integrate mainline
45607      Branch: perlio
45608           !> pp_hot.c t/op/taint.t
45609 ____________________________________________________________________________
45610 [  7550] By: nick                                  on 2000/11/04  23:39:05
45611         Log: Integrate mainline again
45612      Branch: perlio
45613           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
45614           !> t/lib/b.t t/op/misc.t util.c
45615 ____________________________________________________________________________
45616 [  7549] By: jhi                                   on 2000/11/04  23:14:01
45617         Log: Fix for
45618              
45619              Subject: [ID 20001004.006] undef is never tainted
45620              From: pimlott@idiomtech.com (Andrew Pimlott)
45621              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
45622              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
45623              
45624              An undef read from a slurped file was not tainted.
45625      Branch: perl
45626            ! pp_hot.c t/op/taint.t
45627 ____________________________________________________________________________
45628 [  7548] By: jhi                                   on 2000/11/04  22:56:21
45629         Log: Test tweak ($Config{useperlio} is by default undef) .
45630      Branch: perl
45631            ! t/lib/b.t
45632 ____________________________________________________________________________
45633 [  7547] By: jhi                                   on 2000/11/04  22:43:56
45634         Log: Integrate perlio.
45635      Branch: perl
45636           +> lib/perlio.pm
45637           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
45638           !> pod/perlapi.pod t/lib/b.t
45639 ____________________________________________________________________________
45640 [  7546] By: jhi                                   on 2000/11/04  22:40:59
45641         Log: Configure would use a bad $myuname from an old config.sh.
45642              
45643              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
45644              From: Andy Dougherty <doughera@lafayette.edu>
45645              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
45646              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
45647      Branch: metaconfig
45648            ! U/modified/Oldconfig.U
45649      Branch: perl
45650            ! Configure config_h.SH
45651 ____________________________________________________________________________
45652 [  7545] By: jhi                                   on 2000/11/04  22:36:54
45653         Log: Subject: Locales support (setlocale) fixes
45654              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45655              Date: Sat, 4 Nov 2000 10:15:48 +0300 
45656              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
45657              
45658              Modified quite a bit to be more portable.
45659      Branch: perl
45660            ! embed.h embed.pl perl.h proto.h util.c
45661 ____________________________________________________________________________
45662 [  7544] By: jhi                                   on 2000/11/04  22:32:47
45663         Log: Dying is too strict here, better just skip.
45664      Branch: perl
45665            ! t/op/misc.t
45666 ____________________________________________________________________________
45667 [  7543] By: nick                                  on 2000/11/04  21:55:13
45668         Log: Merge mainline
45669      Branch: perlio
45670           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
45671           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
45672           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
45673           !> (integrate 64 files)
45674 ____________________________________________________________________________
45675 [  7542] By: jhi                                   on 2000/11/04  21:09:28
45676         Log: More Changes tweakery.
45677      Branch: perl
45678            ! Changes Porting/genlog
45679 ____________________________________________________________________________
45680 [  7541] By: jhi                                   on 2000/11/04  20:58:18
45681         Log: Changes fixups.
45682      Branch: perl
45683            ! Changes
45684 ____________________________________________________________________________
45685 [  7540] By: jhi                                   on 2000/11/04  20:42:38
45686         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
45687              create a "fast path" for locale name probing using "locale -a"
45688              if available, squash finally hopefully the s?printf resetting
45689              the numeric locale (since, IIUC perllocale, it never shouldn't). 
45690      Branch: perl
45691            ! sv.c t/op/misc.t t/pragma/locale.t
45692 ____________________________________________________________________________
45693 [  7539] By: nick                                  on 2000/11/04  19:56:10
45694         Log: PerlIO infrastructure complete.
45695      Branch: perlio
45696            + lib/perlio.pm
45697            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
45698 ____________________________________________________________________________
45699 [  7538] By: nick                                  on 2000/11/04  14:31:32
45700         Log: Type tweaks + less contorted allocation scheme
45701      Branch: perlio
45702            ! perlio.c
45703 ____________________________________________________________________________
45704 [  7537] By: nick                                  on 2000/11/04  12:40:42
45705         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
45706              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
45707              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
45708              sensible) which lead to some interesting fails.
45709      Branch: perlio
45710            ! perlio.c
45711 ____________________________________________________________________________
45712 [  7536] By: jhi                                   on 2000/11/04  00:20:02
45713         Log: Add FCNTL_CAN_LOCK.
45714              
45715              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45716              From: Andy Dougherty <doughera@lafayette.edu>
45717              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
45718              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
45719              
45720              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45721              From: Andy Dougherty <doughera@lafayette.edu>
45722              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
45723              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
45724      Branch: metaconfig/U/perl
45725            + d_fcntl_can_lock.U
45726            ! startperl.U
45727      Branch: perl
45728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45729            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
45730            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45731            ! vos/config.ga.h win32/config.bc win32/config.gc
45732            ! win32/config.vc
45733 ____________________________________________________________________________
45734 [  7535] By: nick                                  on 2000/11/03  22:19:10
45735         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
45736              - Works on Linux with
45737              perlio + unix
45738              stdio
45739              - Works on Solaris with
45740              perlio + unix
45741              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
45742              - Fails (hangs in openpid) if you try and stack
45743              perlio + stdio - Linux stdio's read() logic is hanging.
45744      Branch: perlio
45745            ! iperlsys.h perlio.c
45746 ____________________________________________________________________________
45747 [  7534] By: jhi                                   on 2000/11/03  15:16:02
45748         Log: Subject: Re: README.aix
45749              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45750              Date: Fri, 03 Nov 2000 16:03:15 +0100
45751              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
45752      Branch: perl
45753            ! README.aix
45754 ____________________________________________________________________________
45755 [  7533] By: jhi                                   on 2000/11/03  03:59:02
45756         Log: Subject: [PATCH 5.7.0] better messages from malloc()
45757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45758              Date: Wed, 1 Nov 2000 23:39:56 -0500
45759              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
45760      Branch: perl
45761            ! malloc.c pod/perldiag.pod
45762 ____________________________________________________________________________
45763 [  7532] By: jhi                                   on 2000/11/03  00:11:56
45764         Log: The #7521 touched things it shouldn't have.
45765      Branch: perl
45766            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
45767 ____________________________________________________________________________
45768 [  7531] By: jhi                                   on 2000/11/02  22:32:33
45769         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
45770              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45771              Date:     Thu, 2 Nov 2000 16:58:36 EST
45772              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
45773      Branch: perl
45774            ! vms/gen_shrfls.pl
45775 ____________________________________________________________________________
45776 [  7530] By: jhi                                   on 2000/11/02  22:08:49
45777         Log: Fix the problem discussed in
45778              
45779              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
45780              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
45781              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
45782              
45783              originally from Linc Madison.  Also Andreas König's comments
45784              taken into account.  Some other problems with Tie::SubstrHash
45785              fixed: didn't croak when the table exceeded the requested number
45786              of entries (as documented) but instead when the number of entries
45787              exceeded the size of the table, a croak() had an unnecessary \n,
45788              didn't have a CLEAR method, documented that there is no exists().
45789              Didn't fix to be strict-proof because the module uses &foo; and
45790              dynamic scope.  Added a test script exercizing both first tamely 
45791              the basic functionality, and then the failure cases reported by
45792              Linc Madison.
45793      Branch: perl
45794            + t/lib/tie-substrhash.t
45795            ! MANIFEST lib/Tie/SubstrHash.pm
45796 ____________________________________________________________________________
45797 [  7529] By: jhi                                   on 2000/11/02  17:58:08
45798         Log: recv() can fail and return undef.
45799              
45800              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
45801              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
45802              Date: Thu, 2 Nov 2000 20:12:20 +0300
45803              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
45804      Branch: perl
45805            ! lib/Net/Ping.pm
45806 ____________________________________________________________________________
45807 [  7528] By: jhi                                   on 2000/11/02  17:49:09
45808         Log: Detpyo.
45809      Branch: perl
45810            ! pod/perlop.pod
45811 ____________________________________________________________________________
45812 [  7527] By: jhi                                   on 2000/11/02  15:48:37
45813         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
45814              fix a autovivification bug in Tie::RefHash, add tests for both.
45815              
45816              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
45817              From: Edward Avis <epa98@doc.ic.ac.uk>
45818              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
45819              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
45820      Branch: perl
45821            + t/lib/tie-refhash.t
45822            ! MANIFEST lib/Tie/RefHash.pm
45823 ____________________________________________________________________________
45824 [  7526] By: jhi                                   on 2000/11/02  13:56:26
45825         Log: Test::Harness revealed buglets in the new DynaLoader.
45826              
45827              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
45828              From: andreas.koenig@anima.de (Andreas J. Koenig)
45829              Date: 02 Nov 2000 11:26:48 +0100 
45830              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
45831      Branch: perl
45832            ! ext/DynaLoader/DynaLoader_pm.PL
45833 ____________________________________________________________________________
45834 [  7525] By: jhi                                   on 2000/11/01  23:52:08
45835         Log: The entry for #7503 was missing.
45836      Branch: perl
45837            ! Changes
45838 ____________________________________________________________________________
45839 [  7524] By: jhi                                   on 2000/11/01  23:40:52
45840         Log: Update Changes.
45841      Branch: perl
45842            ! Changes patchlevel.h
45843 ____________________________________________________________________________
45844 [  7523] By: jhi                                   on 2000/11/01  22:57:09
45845         Log: More tweaking on the #7522 theme.
45846      Branch: perl
45847            ! ext/DynaLoader/DynaLoader_pm.PL
45848 ____________________________________________________________________________
45849 [  7522] By: jhi                                   on 2000/11/01  22:06:15
45850         Log: Expand %Config variables and %ENV variables only if
45851              so requested during build time using the
45852              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
45853              Not expanding makes relocating distributions easier.
45854      Branch: perl
45855            ! ext/DynaLoader/DynaLoader_pm.PL
45856 ____________________________________________________________________________
45857 [  7521] By: jhi                                   on 2000/11/01  20:56:34
45858         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
45859              and setgid() because they were just changing $< and $( which means
45860              only changing the real uid/gid, as opposed to changing both
45861              real and effective ids.  (The alternative way could have been
45862              in POSIX.pm to change $> and $), too, but making a direct call
45863              to the C API feels cleaner.)  Fixes the bug
45864              
45865              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
45866              From: "Garry T. Williams" <garry@zvolve.com>
45867              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
45868              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
45869      Branch: perl
45870            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45871            ! ext/POSIX/typemap pod/perlvar.pod
45872 ____________________________________________________________________________
45873 [  7520] By: jhi                                   on 2000/11/01  20:08:33
45874         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
45875              From: "Garry T. Williams" <garry@zvolve.com>
45876              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
45877              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
45878      Branch: perl
45879            ! pod/perlsec.pod
45880 ____________________________________________________________________________
45881 [  7519] By: jhi                                   on 2000/11/01  20:01:22
45882         Log: Locale warning explanation tweak.
45883      Branch: perl
45884            ! pod/perldiag.pod
45885 ____________________________________________________________________________
45886 [  7518] By: jhi                                   on 2000/11/01  18:57:13
45887         Log: C.pm part of
45888              
45889              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
45890              From: Jarkko Hietaniemi <jhi@iki.fi>
45891              Date: Tue, 10 Oct 2000 08:22:28 -0500
45892              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
45893      Branch: perl
45894            ! ext/B/B/C.pm
45895 ____________________________________________________________________________
45896 [  7517] By: jhi                                   on 2000/11/01  18:41:59
45897         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
45898              From: Martien Verbruggen <mgjv@comdyn.com.au>
45899              Date: Fri, 6 Oct 2000 14:09:10 +1100
45900              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
45901      Branch: perl
45902            ! pod/perlop.pod
45903 ____________________________________________________________________________
45904 [  7516] By: jhi                                   on 2000/11/01  18:34:55
45905         Log: Generalize the Camel wording.
45906              
45907              Subject: Re: perlfaq style changes
45908              From: John Borwick <jhborwic@unity.ncsu.edu>
45909              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
45910              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
45911      Branch: perl
45912            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
45913 ____________________________________________________________________________
45914 [  7515] By: jhi                                   on 2000/11/01  16:52:31
45915         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
45916              From: pimlott@idiomtech.com (Andrew Pimlott)
45917              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
45918              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
45919      Branch: perl
45920            ! pod/perlsec.pod
45921 ____________________________________________________________________________
45922 [  7514] By: jhi                                   on 2000/11/01  15:03:40
45923         Log: More AIX lore.
45924      Branch: perl
45925            ! ext/re/hints/aix.pl
45926 ____________________________________________________________________________
45927 [  7513] By: jhi                                   on 2000/11/01  14:48:30
45928         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
45929              From: root <root@chronos.fi.muni.cz>
45930              Date: Wed, 1 Nov 2000 12:31:32 +0100
45931              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
45932      Branch: perl
45933            ! lib/Net/Ping.pm
45934 ____________________________________________________________________________
45935 [  7512] By: jhi                                   on 2000/11/01  14:46:47
45936         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
45937              From: Martin Husemann <martin@duskware.de>
45938              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
45939              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
45940      Branch: perl
45941            ! regcomp.c
45942 ____________________________________________________________________________
45943 [  7511] By: jhi                                   on 2000/11/01  14:39:50
45944         Log: AUTHORS updates.
45945      Branch: perl
45946            ! AUTHORS
45947 ____________________________________________________________________________
45948 [  7510] By: jhi                                   on 2000/11/01  14:29:50
45949         Log: Subject: [PATCH] startperl to respect versiononly
45950              From: Robin Barker <rmb1@cise.npl.co.uk> 
45951              Date: Tue, 31 Oct 2000 16:29:36 GMT
45952              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
45953      Branch: metaconfig/U/perl
45954            ! startperl.U
45955      Branch: perl
45956            ! Configure config_h.SH
45957 ____________________________________________________________________________
45958 [  7509] By: jhi                                   on 2000/11/01  14:19:53
45959         Log: printf UVs the correct way, noticed by Robin Barker.
45960      Branch: perl
45961            ! utf8.c
45962 ____________________________________________________________________________
45963 [  7508] By: jhi                                   on 2000/11/01  14:10:03
45964         Log: Do not cleanup *% because the % has special meanings in some
45965              shell environments.
45966      Branch: perl
45967            ! ext/Storable/Makefile.PL
45968 ____________________________________________________________________________
45969 [  7507] By: jhi                                   on 2000/11/01  14:06:00
45970         Log: The NonStop-UX libraries have a novel way to say NaN.
45971      Branch: perl
45972            ! t/lib/bigfltpm.t
45973 ____________________________________________________________________________
45974 [  7506] By: jhi                                   on 2000/11/01  14:03:35
45975         Log: The osname has been lowercased by now, from Tom Bates.
45976      Branch: metaconfig
45977            ! U/modified/Oldconfig.U
45978      Branch: perl
45979            ! Configure config_h.SH
45980 ____________________________________________________________________________
45981 [  7505] By: jhi                                   on 2000/10/31  19:18:39
45982         Log: The compiler is either gcc or cc, from Tom Bates.
45983      Branch: perl
45984            ! hints/nonstopux.sh
45985 ____________________________________________________________________________
45986 [  7504] By: jhi                                   on 2000/10/31  14:53:42
45987         Log: Update Changes.
45988      Branch: perl
45989            ! Changes patchlevel.h
45990 ____________________________________________________________________________
45991 [  7503] By: jhi                                   on 2000/10/31  14:30:50
45992         Log: Whitespace style tweak.  Was originally going to see to
45993              
45994              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
45995              From: Joe Smith <jms@inwap.com>
45996              Date: Mon, 30 Oct 2000 18:47:57 -0800
45997              Message-Id: <39FE32DD.24AAC4D@inwap.com>
45998              
45999              but that had already been taken care of.
46000      Branch: metaconfig
46001            ! U/compline/d_stdstdio.U
46002      Branch: perl
46003            ! Configure config_h.SH
46004 ____________________________________________________________________________
46005 [  7502] By: jhi                                   on 2000/10/31  14:25:02
46006         Log: AUTHORS tweaks.
46007      Branch: perl
46008            ! AUTHORS
46009 ____________________________________________________________________________
46010 [  7501] By: jhi                                   on 2000/10/31  14:23:59
46011         Log: Subject: perlfaq style changes
46012              From: John Borwick <jhborwic@unity.ncsu.edu>
46013              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
46014              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
46015      Branch: perl
46016            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
46017            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
46018            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
46019            ! pod/perlfaq9.pod
46020 ____________________________________________________________________________
46021 [  7500] By: jhi                                   on 2000/10/31  14:22:15
46022         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
46023              
46024              Subject: Re: [ID 20000918.005] ~ on wide chars
46025              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46026              Date: Mon, 30 Oct 2000 21:09:55 -0800
46027              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
46028              
46029              (The ord() part of the patch skipped.)
46030      Branch: perl
46031            ! doop.c
46032 ____________________________________________________________________________
46033 [  7499] By: jhi                                   on 2000/10/31  14:20:08
46034         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
46035              From: Jens Hamisch <jens@Strawberry.COM>
46036              Date: Mon, 30 Oct 2000 15:17:07 +0100
46037              Message-Id: <20001030151707.A9597@Strawberry.COM>
46038      Branch: perl
46039            ! av.c
46040 ____________________________________________________________________________
46041 [  7498] By: jhi                                   on 2000/10/31  14:16:29
46042         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
46043              From: Peter Prymmer <pvhp@forte.com>
46044              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
46045              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
46046      Branch: perl
46047            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
46048            + ext/Encode/Encode/posix-bc.enc
46049            ! MANIFEST t/lib/encode.t
46050 ____________________________________________________________________________
46051 [  7497] By: jhi                                   on 2000/10/31  14:13:22
46052         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
46053              From: Peter Prymmer <pvhp@forte.com>
46054              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
46055              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
46056      Branch: perl
46057            ! t/lib/cgi-html.t
46058 ____________________________________________________________________________
46059 [  7496] By: jhi                                   on 2000/10/31  14:12:05
46060         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
46061              From: Peter Prymmer <pvhp@forte.com>
46062              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
46063              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
46064      Branch: perl
46065            ! t/lib/cgi-function.t
46066 ____________________________________________________________________________
46067 [  7495] By: jhi                                   on 2000/10/31  14:11:08
46068         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
46069              From: Peter Prymmer <pvhp@forte.com>
46070              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
46071              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
46072      Branch: perl
46073            + ext/re/hints/aix.pl
46074            ! MANIFEST ext/re/Makefile.PL
46075 ____________________________________________________________________________
46076 [  7494] By: jhi                                   on 2000/10/31  14:08:32
46077         Log: Use Errno magic.
46078              
46079              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
46080              From: Casey Tweten <perl@ctweten.amsite.com>
46081              Date: Mon, 30 Oct 2000 15:51:17 -0500
46082              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
46083      Branch: perl
46084            ! lib/File/Temp.pm
46085 ____________________________________________________________________________
46086 [  7493] By: jhi                                   on 2000/10/31  14:05:07
46087         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
46088              
46089              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
46090              From: Nicholas Clark <nick@ccl4.org>
46091              Date: Mon, 30 Oct 2000 17:38:45 +0000
46092              Message-ID: <20001030173845.O60355@plum.flirble.org>
46093      Branch: perl
46094            ! Makefile.SH utils/perlbug.PL
46095 ____________________________________________________________________________
46096 [  7492] By: nick                                  on 2000/10/30  19:37:23
46097         Log: Change files which are mysteriously different to mainline to be
46098              copies of mainline.
46099      Branch: perlio
46100            ! objXSUB.h perlapi.c pod/perlapi.pod
46101 ____________________________________________________________________________
46102 [  7491] By: nick                                  on 2000/10/30  18:05:54
46103         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
46104              - typo in endian code in putc.
46105              - Don't allow read of write-only files and vice-versa
46106              - and off-by-one in flush-all loop.
46107              Remove debug calls as they were using GCC specific features.
46108      Branch: perlio
46109            ! perlio.c
46110 ____________________________________________________________________________
46111 [  7490] By: nick                                  on 2000/10/29  21:45:45
46112         Log: Integrate mainline to perlio
46113      Branch: perlio
46114           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
46115           !> toke.c
46116 ____________________________________________________________________________
46117 [  7489] By: jhi                                   on 2000/10/29  21:11:08
46118         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
46119              From: andreas.koenig@anima.de (Andreas J. Koenig)
46120              Date: 29 Oct 2000 22:05:59 +0100
46121              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
46122      Branch: perl
46123            ! lib/ExtUtils/Manifest.pm
46124 ____________________________________________________________________________
46125 [  7488] By: jhi                                   on 2000/10/29  21:07:47
46126         Log: Tests for #7487.
46127              
46128              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
46129              From: andreas.koenig@anima.de (Andreas J. Koenig)
46130              Date: 29 Oct 2000 19:37:09 +0100
46131              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
46132      Branch: perl
46133            ! t/comp/proto.t
46134 ____________________________________________________________________________
46135 [  7487] By: jhi                                   on 2000/10/29  21:06:27
46136         Log: constsub spillage.
46137              
46138              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
46139              From: John Tobey <jtobey@john-edwin-tobey.org>
46140              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
46141              Message-Id: <m13pvSr-000FObC@feynman.localnet>
46142      Branch: perl
46143            ! op.c
46144 ____________________________________________________________________________
46145 [  7486] By: nick                                  on 2000/10/29  21:05:04
46146         Log: Integrate mainline to perlio branch
46147      Branch: perlio
46148           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
46149           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
46150           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
46151           +> vos/install_perl.cm
46152            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
46153            - vos/config.h vos/config_h.SH_orig
46154           !> (integrate 141 files)
46155 ____________________________________________________________________________
46156 [  7485] By: jhi                                   on 2000/10/29  21:00:47
46157         Log: Make \x{...} consistently produce UTF-8.
46158              
46159              Subject: Re: \x{...} is confused 
46160              From: Simon Cozens <simon@cozens.net>
46161              Date: Sun, 29 Oct 2000 19:36:48 +0000
46162              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
46163      Branch: perl
46164            ! t/pragma/utf8.t toke.c
46165 ____________________________________________________________________________
46166 [  7484] By: nick                                  on 2000/10/29  20:05:29
46167         Log: PerlIO passes all tests.
46168      Branch: perlio
46169            ! perlio.c
46170 ____________________________________________________________________________
46171 [  7483] By: jhi                                   on 2000/10/29  18:06:55
46172         Log: Update Changes.
46173      Branch: perl
46174            ! Changes patchlevel.h
46175 ____________________________________________________________________________
46176 [  7482] By: nick                                  on 2000/10/29  17:43:28
46177         Log: Include <unistd.h> to get correct lseek() prototype etc.
46178              (I thought perl.h did that) - down to two fails
46179              - comp/require.t (last test)
46180              - lib/io_xs.t - possibly import/export of FILE * ?
46181      Branch: perlio
46182            ! perlio.c
46183 ____________________________________________________________________________
46184 [  7481] By: jhi                                   on 2000/10/29  17:02:37
46185         Log: UTF-8 decoder tweak.
46186      Branch: perl
46187            ! utf8.c
46188 ____________________________________________________________________________
46189 [  7480] By: nick                                  on 2000/10/29  16:26:11
46190         Log: Fixed two bugs:
46191              - error code not being set on close (of broken pipe)
46192              - append mode was truncating.
46193              At least one seek/tell bug remains.
46194      Branch: perlio
46195            ! perlio.c
46196 ____________________________________________________________________________
46197 [  7479] By: nick                                  on 2000/10/29  11:18:16
46198         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
46199              in case of accidents. Still several worrying fails, no line disciplines yet.
46200      Branch: perlio
46201            ! iperlsys.h perlio.c
46202 ____________________________________________________________________________
46203 [  7478] By: jhi                                   on 2000/10/29  02:04:01
46204         Log: Add also emailless people.
46205      Branch: perl
46206            ! AUTHORS
46207 ____________________________________________________________________________
46208 [  7477] By: jhi                                   on 2000/10/29  01:36:00
46209         Log: The #7476 needs a MANIFEST change, too.
46210      Branch: perl
46211            ! MANIFEST
46212 ____________________________________________________________________________
46213 [  7476] By: jhi                                   on 2000/10/29  01:35:21
46214         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
46215      Branch: perl
46216            - MAINTAIN
46217            ! AUTHORS Changes
46218 ____________________________________________________________________________
46219 [  7475] By: jhi                                   on 2000/10/28  23:57:25
46220         Log: De-quoted-unreadable to ISO Latin 1.
46221              (There's one ISO-2022-JP name in Changes5.004.)
46222      Branch: perl
46223            ! Changes Changes5.6
46224 ____________________________________________________________________________
46225 [  7474] By: jhi                                   on 2000/10/28  19:13:06
46226         Log: Subject: [ID 20001027.007] uniq array in perlfaq
46227              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
46228              Date: Fri, 27 Oct 2000 19:28:30 +0200
46229              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
46230      Branch: perl
46231            ! pod/perlfaq4.pod
46232 ____________________________________________________________________________
46233 [  7473] By: jhi                                   on 2000/10/28  18:02:05
46234         Log: Locking null mutexes is not recommendable.
46235              
46236              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
46237              From: Hugo <hv@crypt.compulink.co.uk>
46238              Date: Sat, 28 Oct 2000 18:41:12 +0100
46239              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
46240      Branch: perl
46241            ! op.c
46242 ____________________________________________________________________________
46243 [  7472] By: jhi                                   on 2000/10/28  17:52:58
46244         Log: Better create a true mailing list for the repository keepers.
46245      Branch: perl
46246            ! Porting/repository.pod
46247 ____________________________________________________________________________
46248 [  7471] By: jhi                                   on 2000/10/28  17:28:24
46249         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
46250              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
46251      Branch: perl
46252            + Porting/repository.pod
46253            ! MANIFEST
46254 ____________________________________________________________________________
46255 [  7470] By: jhi                                   on 2000/10/28  17:20:54
46256         Log: Subject: DOC PATCH 5.6.0
46257              From: mjd@plover.com
46258              Date: 27 Oct 2000 17:32:44 -0000
46259              Message-ID: <20001027173244.23754.qmail@plover.com>
46260      Branch: perl
46261            ! pod/perlfunc.pod
46262 ____________________________________________________________________________
46263 [  7469] By: jhi                                   on 2000/10/28  17:16:45
46264         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
46265              From: "Peter J. Farley III" <pjfarley@banet.net>
46266              Date: Fri, 27 Oct 2000 20:32:56 -0400
46267              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
46268      Branch: perl
46269            ! README.dos
46270 ____________________________________________________________________________
46271 [  7468] By: jhi                                   on 2000/10/28  17:07:18
46272         Log: Make target reordering to avoid pointless re-makes.
46273              
46274              Subject: Re: Total re-make of 'make okfile' after 7451 ?
46275              From: Nicholas Clark <nick@ccl4.org>
46276              Date: Sat, 28 Oct 2000 00:31:02 +0100
46277              Message-ID: <20001028003101.A54517@plum.flirble.org>
46278      Branch: perl
46279            ! Makefile.SH
46280 ____________________________________________________________________________
46281 [  7467] By: jhi                                   on 2000/10/28  17:05:31
46282         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
46283              From: lvirden@cas.org
46284              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
46285              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
46286      Branch: perl
46287            ! README.os2
46288 ____________________________________________________________________________
46289 [  7466] By: jhi                                   on 2000/10/28  16:09:16
46290         Log: Upgrade to CPAN 1.58_55.
46291              
46292              Subject: CPAN.pm status
46293              From: andreas.koenig@anima.de (Andreas J. Koenig) 
46294              Date: 28 Oct 2000 08:18:00 +0200 
46295              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
46296      Branch: perl
46297            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46298 ____________________________________________________________________________
46299 [  7465] By: jhi                                   on 2000/10/28  16:02:47
46300         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
46301      Branch: perl
46302            ! embed.h embed.pl perl.h proto.h toke.c
46303 ____________________________________________________________________________
46304 [  7464] By: nick                                  on 2000/10/28  10:43:44
46305         Log: Fix for sv_2iv() on "shared" value from keys %hash.
46306      Branch: perl
46307            ! sv.c
46308 ____________________________________________________________________________
46309 [  7463] By: jhi                                   on 2000/10/27  16:18:29
46310         Log: Update Changes.
46311      Branch: perl
46312            ! Changes patchlevel.h
46313 ____________________________________________________________________________
46314 [  7462] By: jhi                                   on 2000/10/27  16:17:44
46315         Log: Too enthusiastic editing in #7460.
46316      Branch: metaconfig
46317            ! U/modified/Oldsym.U
46318      Branch: perl
46319            ! Configure config_h.SH
46320 ____________________________________________________________________________
46321 [  7461] By: jhi                                   on 2000/10/27  15:37:38
46322         Log: Retract #7459, the script needs more work.
46323      Branch: perl
46324            - mkreef
46325            ! MANIFEST
46326 ____________________________________________________________________________
46327 [  7460] By: jhi                                   on 2000/10/27  15:23:14
46328         Log: Use $sort, $uniq (and $tr) consistently as wondered
46329              by Nicholas Clark.
46330      Branch: metaconfig
46331            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
46332            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
46333            ! U/modified/libc.U
46334      Branch: perl
46335            ! Configure config_h.SH
46336 ____________________________________________________________________________
46337 [  7459] By: jhi                                   on 2000/10/27  15:02:07
46338         Log: (Retracted by #7461)
46339              
46340              Add a shell script for creating/removing symbolic link farms,
46341              useful for keeping the source code read-only and doing the
46342              builds somewhere else.
46343      Branch: perl
46344            + mkreef
46345            ! MANIFEST
46346 ____________________________________________________________________________
46347 [  7458] By: jhi                                   on 2000/10/27  14:42:20
46348         Log: Do away with the fix_pl.
46349      Branch: perl
46350            - fix_pl
46351            ! MANIFEST Makefile.SH
46352 ____________________________________________________________________________
46353 [  7457] By: jhi                                   on 2000/10/27  12:43:13
46354         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
46355              From: Jens Hamisch <jens@Strawberry.COM>
46356              Date: Fri, 27 Oct 2000 14:38:21 +0200
46357              Message-Id: <20001027143821.B3366@Strawberry.COM>
46358      Branch: perl
46359            ! perl.h
46360 ____________________________________________________________________________
46361 [  7456] By: jhi                                   on 2000/10/27  12:33:42
46362         Log: Subject: [PATCH] todo
46363              From: Nicholas Clark <nick@ccl4.org>
46364              Date: Thu, 26 Oct 2000 22:32:29 +0100
46365              Message-ID: <20001026223229.A44540@plum.flirble.org>
46366      Branch: perl
46367            ! pod/perltodo.pod
46368 ____________________________________________________________________________
46369 [  7455] By: jhi                                   on 2000/10/27  12:02:21
46370         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
46371              From: John Tobey <jtobey@john-edwin-tobey.org>
46372              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
46373              Message-Id: <m13ozHF-000FObC@feynman.localnet>
46374      Branch: perl
46375            ! op.c t/pragma/sub_lval.t
46376 ____________________________________________________________________________
46377 [  7454] By: jhi                                   on 2000/10/27  11:59:42
46378         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
46379              From: sthoenna@efn.org
46380              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
46381              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
46382      Branch: perl
46383            ! pp.c t/op/assignwarn.t
46384 ____________________________________________________________________________
46385 [  7453] By: jhi                                   on 2000/10/27  00:15:08
46386         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
46387      Branch: perl
46388            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
46389            ! ext/Storable/Storable.xs t/lib/st-lock.t
46390 ____________________________________________________________________________
46391 [  7452] By: jhi                                   on 2000/10/26  13:05:52
46392         Log: Undo #7451, this seems to be a deficiency in Perforce,
46393              there is no per-file line-terminator type, only per-client.
46394      Branch: perl
46395            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
46396            ! win32/makefile.mk
46397 ____________________________________________________________________________
46398 [  7451] By: jhi                                   on 2000/10/26  04:56:03
46399         Log: Experimenting in DOS arcana.
46400      Branch: perl
46401            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
46402            ! win32/makefile.mk
46403 ____________________________________________________________________________
46404 [  7450] By: jhi                                   on 2000/10/26  04:50:52
46405         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
46406              From: "Peter J. Farley III" <pjfarley@banet.net>            
46407              Date: Wed, 25 Oct 2000 23:10:18 -0400
46408              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
46409      Branch: perl
46410            ! t/io/open.t
46411 ____________________________________________________________________________
46412 [  7449] By: jhi                                   on 2000/10/26  04:49:16
46413         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
46414              From: Hugo <hv@crypt.compulink.co.uk>
46415              Date: Thu, 26 Oct 2000 01:55:17 +0100
46416              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
46417              
46418              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
46419      Branch: perl
46420            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
46421 ____________________________________________________________________________
46422 [  7448] By: jhi                                   on 2000/10/26  04:38:36
46423         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
46424              From: Peter Prymmer <pvhp@forte.com>
46425              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
46426              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
46427      Branch: perl
46428            ! configure.com
46429 ____________________________________________________________________________
46430 [  7447] By: jhi                                   on 2000/10/25  23:20:02
46431         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
46432              in platforms that strictly require all the symbols being present
46433              at link time.
46434      Branch: perl
46435            ! handy.h
46436 ____________________________________________________________________________
46437 [  7446] By: jhi                                   on 2000/10/25  21:55:57
46438         Log: Update Changes.
46439      Branch: perl
46440            ! Changes patchlevel.h
46441 ____________________________________________________________________________
46442 [  7445] By: jhi                                   on 2000/10/25  21:27:08
46443         Log: Integrate with vmsperl #7430 by Charles Bailey:
46444              
46445              Cleanup from prior patch (Charles Lane?):
46446              - improve handling of MFDs in Basename and Path
46447              - default to no xsubpp line # munging when building debug images
46448      Branch: perl
46449           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
46450 ____________________________________________________________________________
46451 [  7444] By: jhi                                   on 2000/10/25  21:03:50
46452         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
46453              From: John Peacock <JPeacock@UnivPress.com>
46454              Date: Thu, 18 May 2000 11:55:27 -0400
46455              Message-ID: <3924126F.A58BE57A@UnivPress.com>
46456      Branch: perl
46457            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
46458            ! t/op/write.t
46459 ____________________________________________________________________________
46460 [  7443] By: jhi                                   on 2000/10/25  20:43:10
46461         Log: Temporary stopgap for the self-tying issue: for now only
46462              array and hash self-ties are verboten.  The real fix, of
46463              course, would be to comprehensively test (and implement?)
46464              and debug (and document) self-ties.
46465      Branch: perl
46466            ! pod/perldiag.pod pp_sys.c t/op/tie.t
46467 ____________________________________________________________________________
46468 [  7442] By: jhi                                   on 2000/10/25  20:14:30
46469         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
46470              From: Dan Sugalski <dan@sidhe.org>
46471              Date: Wed, 25 Oct 2000 13:36:35 -0400
46472              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
46473              
46474              plus regen global.sym.
46475      Branch: perl
46476            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
46477            ! thrdvar.h util.c
46478 ____________________________________________________________________________
46479 [  7441] By: jhi                                   on 2000/10/25  20:12:20
46480         Log: buildtoc target tweaks.
46481      Branch: perl
46482            ! pod/Makefile.SH
46483 ____________________________________________________________________________
46484 [  7440] By: jhi                                   on 2000/10/25  20:03:53
46485         Log: A new version of making the syslog test more robust.
46486              (Replaces #7421.)
46487              
46488              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46489              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46490              Date: Wed, 25 Oct 2000 12:13:54 -0400
46491              Message-ID: <20001025121354.B2264@O2.chapin.edu>
46492      Branch: perl
46493            ! t/lib/syslog.t
46494 ____________________________________________________________________________
46495 [  7439] By: jhi                                   on 2000/10/25  20:00:48
46496         Log: Continue the internal UTF-8 API tweaking.
46497              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
46498              used much more than the simpler API, now called utf8_to_uv_simple().
46499              Still not quite happy with API, too much partial duplication
46500              of functionality.
46501      Branch: perl
46502            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
46503            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
46504            ! regcomp.c regexec.c sv.c toke.c utf8.c
46505 ____________________________________________________________________________
46506 [  7438] By: jhi                                   on 2000/10/25  18:52:30
46507         Log: Allow poking holes at the UTF-8 decoding strictness.
46508      Branch: perl
46509            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
46510            ! utf8.h
46511 ____________________________________________________________________________
46512 [  7437] By: jhi                                   on 2000/10/25  13:53:05
46513         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
46514              UTF8LEN() and UTF8SKIP(). 
46515      Branch: perl
46516            ! pp.c utf8.c utf8.h
46517 ____________________________________________________________________________
46518 [  7436] By: jhi                                   on 2000/10/25  13:51:37
46519         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
46520              From: Nicholas Clark <nick@ccl4.org>
46521              Date: Wed, 25 Oct 2000 14:44:05 +0100
46522              Message-ID: <20001025144404.D27253@plum.flirble.org>
46523      Branch: perl
46524            ! pod/perlrun.pod
46525 ____________________________________________________________________________
46526 [  7435] By: jhi                                   on 2000/10/25  13:49:32
46527         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
46528              From: Mike Guy <mjtg@cam.ac.uk>
46529              Date: Tue, 24 Oct 2000 14:59:40 +0100
46530              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
46531      Branch: perl
46532            ! scope.c
46533 ____________________________________________________________________________
46534 [  7434] By: jhi                                   on 2000/10/25  13:48:41
46535         Log: AIX is picky about its symbol exports.  Solution for now
46536              is to include the deb.o explicitly to the re extension build.
46537              
46538              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
46539              From: Peter Prymmer <pvhp@forte.com>
46540              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
46541              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
46542      Branch: perl
46543            ! ext/re/Makefile.PL hints/aix.sh
46544 ____________________________________________________________________________
46545 [  7433] By: jhi                                   on 2000/10/25  13:46:49
46546         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
46547              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46548              Date: Wed, 25 Oct 2000 12:02:20 +0200
46549              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
46550      Branch: perl
46551            ! perlsdio.h
46552 ____________________________________________________________________________
46553 [  7432] By: jhi                                   on 2000/10/25  13:44:28
46554         Log: Subject: Minor update to find2perl, for portability
46555              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
46556              Date: Wed, 25 Oct 2000 12:05:47 +0100
46557              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
46558      Branch: perl
46559            ! x2p/find2perl.PL
46560 ____________________________________________________________________________
46561 [  7431] By: jhi                                   on 2000/10/25  13:40:39
46562         Log: Add targets to Makefile.SH, most importantly
46563              'regen_all' which also remembers to update vms/perly*.
46564      Branch: perl
46565            ! Makefile.SH
46566 ____________________________________________________________________________
46567 [  7430] By: bailey                                on 2000/10/25  03:13:53
46568         Log: Cleanup from prior patch (Charles Lane?):
46569              - improve handling of MFDs in Basename and Path
46570              - default to no xsubpp line # munging when building debug images
46571      Branch: vmsperl
46572            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
46573 ____________________________________________________________________________
46574 [  7429] By: jhi                                   on 2000/10/24  20:03:40
46575         Log: Podify README.epoc and README.vos.
46576      Branch: perl
46577            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
46578            ! pod/perlport.pod pod/perltoc.pod
46579 ____________________________________________________________________________
46580 [  7428] By: jhi                                   on 2000/10/24  19:10:33
46581         Log: Stratus VOS updates from Paul Green.
46582      Branch: perl
46583            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46584            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
46585            - vos/config.def vos/config.h vos/config_h.SH_orig
46586            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
46587            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
46588 ____________________________________________________________________________
46589 [  7427] By: jhi                                   on 2000/10/24  18:59:48
46590         Log: Check if stdio supports tweaking lval and cnt simultaneously.
46591              
46592              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46593              From: Nicholas Clark <nick@ccl4.org>
46594              Date: Mon, 23 Oct 2000 15:39:32 +0100
46595              Message-ID: <20001023153932.A10786@plum.flirble.org>
46596      Branch: metaconfig
46597            ! U/compline/d_stdstdio.U
46598      Branch: perl
46599            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46600            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
46601            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
46602            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
46603            ! vos/config.h vos/config_h.SH_orig win32/config.bc
46604            ! win32/config.gc win32/config.vc
46605 ____________________________________________________________________________
46606 [  7426] By: jhi                                   on 2000/10/24  17:57:44
46607         Log: Missed the header file changes from #7425.
46608      Branch: perl
46609            ! embed.h embed.pl objXSUB.h proto.h
46610 ____________________________________________________________________________
46611 [  7425] By: jhi                                   on 2000/10/24  17:55:17
46612         Log: Fix the bug reported in
46613              
46614              From: andreas.koenig@anima.de (Andreas J. Koenig)
46615              Subject: Encode bug?
46616              Date: 24 Oct 2000 14:01:26 +0200 
46617              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
46618              
46619              Also make is_utf8_char() stricter.
46620      Branch: perl
46621            ! ext/Encode/Encode.xs utf8.c
46622 ____________________________________________________________________________
46623 [  7424] By: jhi                                   on 2000/10/24  15:15:39
46624         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
46625              From: Peter Scott <Peter@PSDT.com>
46626              Date: Mon, 23 Oct 2000 19:46:01 -0700
46627              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
46628      Branch: perl
46629            ! pod/perlfaq5.pod
46630 ____________________________________________________________________________
46631 [  7423] By: jhi                                   on 2000/10/24  14:25:30
46632         Log: Test tweak to avoid pulling in the whole Config.
46633      Branch: perl
46634            ! t/lib/st-lock.t
46635 ____________________________________________________________________________
46636 [  7422] By: jhi                                   on 2000/10/24  14:03:16
46637         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
46638      Branch: perl
46639            ! pp.c
46640 ____________________________________________________________________________
46641 [  7421] By: jhi                                   on 2000/10/24  13:32:09
46642         Log: (Replaced by #7440.)
46643              
46644              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46645              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46646              Date: Mon, 23 Oct 2000 16:40:54 -0400
46647              Message-ID: <20001023164054.B14491@O2.chapin.edu>
46648      Branch: perl
46649            ! t/lib/syslog.t
46650 ____________________________________________________________________________
46651 [  7420] By: jhi                                   on 2000/10/24  13:30:53
46652         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
46653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46654              Date: Mon, 23 Oct 2000 17:29:03 -0400
46655              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
46656      Branch: perl
46657            ! lib/ExtUtils/MM_Unix.pm
46658 ____________________________________________________________________________
46659 [  7419] By: jhi                                   on 2000/10/24  13:29:57
46660         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
46661              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46662              Date: Mon, 23 Oct 2000 19:01:32 -0400
46663              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
46664      Branch: perl
46665            ! utils/h2xs.PL
46666 ____________________________________________________________________________
46667 [  7418] By: jhi                                   on 2000/10/24  13:26:04
46668         Log: Replace #7409 with
46669              
46670              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
46671              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
46672              Date: Mon, 23 Oct 2000 20:08:56 +0200
46673              Message-ID: <20001023200855.A14850@nice.ram.loc>
46674      Branch: perl
46675            ! ext/Storable/Storable.pm t/lib/st-lock.t
46676 ____________________________________________________________________________
46677 [  7417] By: jhi                                   on 2000/10/24  13:17:52
46678         Log: Run vms/vms_yfix.pl, should have done that after changing
46679              perly.c in #7382.
46680      Branch: perl
46681            ! vms/perly_c.vms vms/perly_h.vms
46682 ____________________________________________________________________________
46683 [  7416] By: jhi                                   on 2000/10/24  02:55:33
46684         Log: Make the UTF-8 decoding stricter and more verbose when
46685              malformation happens.  This involved adding an argument
46686              to utf8_to_uv_chk(), which involved changing its prototype,
46687              and prefer STRLEN over I32 for the UTF-8 length, which as
46688              a domino effect necessitated changing the prototypes of
46689              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
46690              The stricter UTF-8 decoding checking uses Markus Kuhn's
46691              UTF-8 Decode Stress Tester from
46692              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
46693      Branch: perl
46694            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
46695            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
46696            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
46697            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
46698 ____________________________________________________________________________
46699 [  7415] By: jhi                                   on 2000/10/23  14:06:06
46700         Log: Update Changes.
46701      Branch: perl
46702            ! Changes patchlevel.h
46703 ____________________________________________________________________________
46704 [  7414] By: jhi                                   on 2000/10/23  12:39:52
46705         Log: Undo the basename() part of #7412 since the lib/basename
46706              tests would need upgrading too.
46707      Branch: perl
46708            ! lib/File/Basename.pm
46709 ____________________________________________________________________________
46710 [  7413] By: jhi                                   on 2000/10/23  12:19:27
46711         Log: Document PERL_INSTALL_ROOT of #7210.
46712      Branch: perl
46713            ! lib/ExtUtils/Install.pm
46714 ____________________________________________________________________________
46715 [  7412] By: jhi                                   on 2000/10/23  12:16:47
46716         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
46717      Branch: perl
46718            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
46719            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
46720 ____________________________________________________________________________
46721 [  7411] By: jhi                                   on 2000/10/23  12:07:41
46722         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
46723              From: Prymmer/Kahn <pvhp@best.com>
46724              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
46725              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
46726      Branch: perl
46727            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
46728 ____________________________________________________________________________
46729 [  7410] By: jhi                                   on 2000/10/23  04:10:11
46730         Log: The change #7187 was not so good on VMS.
46731              
46732              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
46733              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46734              Date: Sun, 22 Oct 2000 23:03:08 -0500
46735              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
46736      Branch: perl
46737            ! utils/perldoc.PL
46738 ____________________________________________________________________________
46739 [  7409] By: jhi                                   on 2000/10/23  03:57:36
46740         Log: Avoid Storable locking on DJGPP for now.
46741              
46742              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
46743              From: "Peter J. Farley III" <pjfarley@banet.net>
46744              Date: Sun, 22 Oct 2000 20:00:00 -0400
46745              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
46746      Branch: perl
46747            ! ext/Storable/Storable.pm t/lib/st-lock.t
46748 ____________________________________________________________________________
46749 [  7408] By: jhi                                   on 2000/10/23  03:50:24
46750         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
46751              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46752              Date: Sun, 22 Oct 2000 21:12:22 -0400
46753              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
46754      Branch: perl
46755            ! lib/vars.pm
46756 ____________________________________________________________________________
46757 [  7407] By: jhi                                   on 2000/10/23  03:43:12
46758         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
46759              From: Hugo <hv@crypt.compulink.co.uk>
46760              Date: Mon, 23 Oct 2000 00:47:22 +0100
46761              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
46762      Branch: perl
46763            ! regexec.c t/op/pat.t
46764 ____________________________________________________________________________
46765 [  7406] By: jhi                                   on 2000/10/23  03:40:29
46766         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
46767      Branch: perl
46768            ! lib/ExtUtils/MakeMaker.pm
46769 ____________________________________________________________________________
46770 [  7405] By: jhi                                   on 2000/10/22  21:32:00
46771         Log: Doc patch.
46772              
46773              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
46774              From: rspier@pobox.com (Robert Spier)
46775              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
46776              Message-ID: <14835.16112.13457.447971@rls.cx>
46777      Branch: perl
46778            ! lib/strict.pm
46779 ____________________________________________________________________________
46780 [  7404] By: jhi                                   on 2000/10/22  21:30:51
46781         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
46782              From: rspier@pobox.com (Robert Spier)
46783              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
46784              Message-ID: <14835.17223.72448.705566@rls.cx>
46785      Branch: perl
46786            ! lib/ExtUtils/MakeMaker.pm
46787 ____________________________________________________________________________
46788 [  7403] By: jhi                                   on 2000/10/22  21:24:11
46789         Log: Subject: [PATCH bleadperl] ripples from constsub patch
46790              From: John Tobey <jtobey@john-edwin-tobey.org>
46791              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
46792              Message-Id: <m13nSOB-000FObC@feynman.localnet>
46793      Branch: perl
46794            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
46795 ____________________________________________________________________________
46796 [  7402] By: jhi                                   on 2000/10/22  20:59:35
46797         Log: Support s?printf parameter reordering.
46798      Branch: perl
46799            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
46800 ____________________________________________________________________________
46801 [  7401] By: jhi                                   on 2000/10/22  19:19:14
46802         Log: Expand %Config variables only if explicitly so requested
46803              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
46804              
46805              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46806              From: Gurusamy Sarathy <gsar@ActiveState.com>
46807              Date: Sun, 22 Oct 2000 11:47:32 -0700
46808              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
46809      Branch: perl
46810            ! Makefile.SH lib/lib_pm.PL
46811 ____________________________________________________________________________
46812 [  7400] By: jhi                                   on 2000/10/22  18:24:10
46813         Log: Move the #7390 test from warn/op to comp/redef.
46814              
46815              Subject: Re: Creating const subs for constants.
46816              From: John Tobey <jtobey@john-edwin-tobey.org>
46817              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
46818              Message-Id: <m13nG72-000FObC@feynman.localnet>               
46819      Branch: perl
46820            ! t/comp/redef.t t/pragma/warn/op
46821 ____________________________________________________________________________
46822 [  7399] By: jhi                                   on 2000/10/22  17:49:59
46823         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46824              From: Nicholas Clark <nick@ccl4.org>
46825              Date: Sat, 21 Oct 2000 22:23:19 +0100
46826              Message-ID: <20001021222319.B45586@plum.flirble.org>
46827      Branch: perl
46828            ! ext/DynaLoader/DynaLoader_pm.PL
46829 ____________________________________________________________________________
46830 [  7398] By: jhi                                   on 2000/10/22  17:47:35
46831         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
46832              From: Hugo <hv@crypt.compulink.co.uk>
46833              Date: Sat, 21 Oct 2000 18:19:59 +0100
46834              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
46835      Branch: perl
46836            ! ext/B/B.pm ext/B/B/C.pm
46837 ____________________________________________________________________________
46838 [  7397] By: jhi                                   on 2000/10/22  17:35:18
46839         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
46840              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
46841              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
46842              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
46843      Branch: perl
46844            ! hints/openbsd.sh
46845 ____________________________________________________________________________
46846 [  7396] By: jhi                                   on 2000/10/22  17:19:46
46847         Log: Subject: installman go-faster stripes
46848              From: Nicholas Clark <nick@talking.bollo.cx>
46849              Date: Sat, 21 Oct 2000 17:24:53 +0100
46850              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
46851              
46852              Subject: Re: installman go-faster stripes
46853              From: Russ Allbery <rra@stanford.edu>
46854              Date: 21 Oct 2000 11:04:13 -0700
46855              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
46856      Branch: perl
46857            ! installman pod/pod2man.PL
46858 ____________________________________________________________________________
46859 [  7395] By: jhi                                   on 2000/10/22  17:17:35
46860         Log: Hints tweak from Anton Berezin.
46861      Branch: perl
46862            ! hints/freebsd.sh
46863 ____________________________________________________________________________
46864 [  7394] By: jhi                                   on 2000/10/22  04:50:04
46865         Log: Tweak the Is* definitions of Unicode character classes
46866              to better match the official categorizations; embrace
46867              the official categorizations; add the combining marks
46868              as alpha (and -numeric); fix DCinital (a typo and edito)
46869              to be DCmedial.
46870      Branch: perl
46871            + lib/unicode/Is/DCmedial.pl
46872            - lib/unicode/Is/DCinital.pl
46873            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46874            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
46875            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
46876            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46877 ____________________________________________________________________________
46878 [  7393] By: jhi                                   on 2000/10/21  18:06:05
46879         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
46880              From: Daniel Chetlin <daniel@chetlin.com>
46881              Date: Sat, 21 Oct 2000 02:57:03 -0700
46882              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
46883      Branch: perl
46884            + t/lib/tie-splice.t
46885            ! MANIFEST lib/Tie/Array.pm
46886 ____________________________________________________________________________
46887 [  7392] By: gsar                                  on 2000/10/21  18:05:15
46888         Log: resync utfperl branch with mainline
46889      Branch: utfperl
46890           !> (integrate 1760 files)
46891 ____________________________________________________________________________
46892 [  7391] By: jhi                                   on 2000/10/21  14:37:49
46893         Log: Testcases for a #7383,#7385 related bug.
46894              
46895              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
46896              From: Nicholas Clark <nick@ccl4.org>
46897              Date: Sat, 21 Oct 2000 15:04:51 +0100
46898              Message-ID: <20001021150451.A51566@plum.flirble.org>
46899      Branch: perl
46900            ! t/pragma/utf8.t
46901 ____________________________________________________________________________
46902 [  7390] By: jhi                                   on 2000/10/21  14:35:57
46903         Log: Add a testcase for #7389.
46904      Branch: perl
46905            ! t/pragma/warn/op
46906 ____________________________________________________________________________
46907 [  7389] By: jhi                                   on 2000/10/21  14:26:45
46908         Log: Subject: Re: Creating const subs for constants.
46909              From: John Tobey <jtobey@john-edwin-tobey.org>
46910              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
46911              Message-Id: <m13mo0N-000FObC@feynman.localnet>
46912      Branch: perl
46913            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
46914            ! proto.h sv.c
46915 ____________________________________________________________________________
46916 [  7388] By: nick                                  on 2000/10/21  11:44:23
46917         Log: Populate perlio branch
46918      Branch: perlio
46919           +> (branch 1760 files)
46920 ____________________________________________________________________________
46921 [  7387] By: nick                                  on 2000/10/21  10:52:05
46922         Log: Get branch back as replica of mainline via :
46923              p4 integrate -b utfperl
46924              p4 resolve -at ./...
46925      Branch: utfperl
46926           +> (branch 269 files)
46927            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
46928            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
46929            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
46930            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
46931            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
46932            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
46933            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
46934            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
46935            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
46936            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
46937            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
46938            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
46939            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
46940            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
46941            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
46942            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
46943            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
46944            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
46945            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
46946            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
46947            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
46948            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
46949            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
46950            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
46951            - lib/unicode/UCD300.html lib/unicode/Unicode.300
46952            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
46953            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
46954            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
46955            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
46956           !> (integrate 965 files)
46957 ____________________________________________________________________________
46958 [  7386] By: jhi                                   on 2000/10/21  01:31:12
46959         Log: Update Changes.
46960      Branch: perl
46961            ! Changes patchlevel.h
46962 ____________________________________________________________________________
46963 [  7385] By: jhi                                   on 2000/10/21  01:28:42
46964         Log: The #7383 was right only in the context of the original bug report,
46965              not in more general case.
46966      Branch: perl
46967            ! pp_hot.c
46968 ____________________________________________________________________________
46969 [  7384] By: jhi                                   on 2000/10/21  01:08:23
46970         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
46971      Branch: perl
46972            ! ext/IO/lib/IO/Select.pm
46973 ____________________________________________________________________________
46974 [  7383] By: jhi                                   on 2000/10/21  00:44:18
46975         Log: Fix for ID 20001020.006, concatenating an unset submatch
46976              with utf8 resulted in "Modification of a read-only value".
46977      Branch: perl
46978            ! pp_hot.c t/pragma/utf8.t
46979 ____________________________________________________________________________
46980 [  7382] By: jhi                                   on 2000/10/20  20:44:31
46981         Log: Make scan_num() reëntrant, as suggested in
46982              
46983              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46984              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46985              Date: Fri, 20 Oct 2000 14:17:27 +0100
46986              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
46987      Branch: perl
46988            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
46989            ! toke.c
46990 ____________________________________________________________________________
46991 [  7381] By: jhi                                   on 2000/10/20  20:07:29
46992         Log: Reëntrancy fix.
46993              
46994              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46995              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46996              Date: Fri, 20 Oct 2000 14:17:27 +0100
46997              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
46998      Branch: perl
46999            ! embed.h embed.pl perl.h proto.h toke.c
47000 ____________________________________________________________________________
47001 [  7380] By: jhi                                   on 2000/10/20  19:15:54
47002         Log: Don't write double values through long double pointers,
47003              based on a part of
47004              
47005              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47006              From: Jens Hamisch <jens@Strawberry.COM>
47007              Date: Tue, 17 Oct 2000 08:39:36 +0200
47008              Message-Id: <20001017083936.A11104@Strawberry.COM>
47009      Branch: perl
47010            ! perl.h pp.c
47011 ____________________________________________________________________________
47012 [  7379] By: jhi                                   on 2000/10/20  18:43:37
47013         Log: Portability tweak on #7377.
47014              
47015              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
47016              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47017              Date:     Fri, 20 Oct 2000 13:13:41 EDT
47018              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
47019      Branch: perl
47020            ! t/lib/dprof.t
47021 ____________________________________________________________________________
47022 [  7378] By: jhi                                   on 2000/10/20  12:57:19
47023         Log: SOCKS function redefinitions need prototypes, too, otherwise
47024              for example 32 bit versus 64 bit differences cause a lot of
47025              problems.  Part of
47026              
47027              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47028              From: Jens Hamisch <jens@Strawberry.COM>
47029              Date: Tue, 17 Oct 2000 08:39:36 +0200
47030              Message-Id: <20001017083936.A11104@Strawberry.COM>
47031      Branch: perl
47032            ! doio.c pp_sys.c
47033 ____________________________________________________________________________
47034 [  7377] By: jhi                                   on 2000/10/20  12:37:12
47035         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
47036              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47037              Date:     Fri, 20 Oct 2000 08:26:04 EDT
47038              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
47039      Branch: perl
47040            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
47041 ____________________________________________________________________________
47042 [  7376] By: jhi                                   on 2000/10/20  12:35:31
47043         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
47044              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47045              Date:     Fri, 20 Oct 2000 07:48:15 EDT
47046              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
47047      Branch: perl
47048            ! configure.com vms/gen_shrfls.pl
47049 ____________________________________________________________________________
47050 [  7375] By: bailey                                on 2000/10/20  04:44:37
47051         Log: SYN SYN
47052      Branch: vmsperl
47053           +> (branch 134 files)
47054            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
47055            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
47056            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
47057            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
47058            - eg/cgi/frameset.cgi eg/cgi/index.html
47059            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
47060            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
47061            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
47062            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
47063            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
47064            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
47065            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
47066            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
47067            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
47068            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
47069            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
47070            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
47071            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
47072            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
47073            - lib/unicode/Props.txt lib/unicode/UCD300.html
47074            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
47075            - utils/perlbc.PL vms/subconfigure.com
47076           !> (integrate 785 files)
47077 ____________________________________________________________________________
47078 [  7374] By: jhi                                   on 2000/10/20  00:59:48
47079         Log: In the latest compiler builds cccdlflags must not become -fpic,
47080              from Wilfredo Sánchez.
47081      Branch: perl
47082            ! hints/darwin.sh
47083 ____________________________________________________________________________
47084 [  7373] By: jhi                                   on 2000/10/20  00:56:35
47085         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
47086              From: Tony Cook <tony@develop-help.com>
47087              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
47088              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
47089      Branch: perl
47090            ! pod/perlop.pod
47091 ____________________________________________________________________________
47092 [  7372] By: jhi                                   on 2000/10/19  19:34:40
47093         Log: Typo noted by Mark Lutz.
47094      Branch: perl
47095            ! t/op/64bitint.t
47096 ____________________________________________________________________________
47097 [  7371] By: jhi                                   on 2000/10/19  19:33:13
47098         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
47099      Branch: metaconfig
47100            ! U/modified/Cppsym.U U/modified/Oldconfig.U
47101      Branch: metaconfig/U/perl
47102            ! End.U dlsrc.U libperl.U
47103      Branch: perl
47104            + hints/nonstopux.sh
47105            ! Configure MANIFEST config_h.SH
47106 ____________________________________________________________________________
47107 [  7370] By: jhi                                   on 2000/10/19  17:18:08
47108         Log: Subject: PATCH do_print has 2 PerlIO_error()s
47109              From: nick@ccl4.org
47110              Date: Thu, 19 Oct 2000 18:09:20 +0100
47111              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
47112      Branch: perl
47113            ! doio.c
47114 ____________________________________________________________________________
47115 [  7369] By: jhi                                   on 2000/10/19  14:01:49
47116         Log: Update Changes.
47117      Branch: perl
47118            ! Changes patchlevel.h
47119 ____________________________________________________________________________
47120 [  7368] By: jhi                                   on 2000/10/19  13:04:29
47121         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
47122              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47123              Date: Wed, 18 Oct 2000 13:12:01 +0200
47124              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
47125      Branch: perl
47126            ! hints/aix.sh
47127 ____________________________________________________________________________
47128 [  7367] By: jhi                                   on 2000/10/19  02:22:40
47129         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
47130              of a 'pmshort' anywhere in the B, so the offending line was simply
47131              removed.
47132      Branch: perl
47133            ! ext/B/B/Debug.pm
47134 ____________________________________________________________________________
47135 [  7366] By: jhi                                   on 2000/10/19  02:12:37
47136         Log: Add the test case for the bug id 20000730.004 which seems
47137              to have been fixed by now.
47138      Branch: perl
47139            ! t/pragma/utf8.t
47140 ____________________________________________________________________________
47141 [  7365] By: jhi                                   on 2000/10/18  23:36:24
47142         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
47143              From: Hugo <hv@crypt.compulink.co.uk>
47144              Date: Wed, 18 Oct 2000 23:25:58 +0100
47145              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
47146      Branch: perl
47147            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
47148 ____________________________________________________________________________
47149 [  7364] By: jhi                                   on 2000/10/18  21:12:53
47150         Log: (retracted)
47151      Branch: perl
47152            ! pp.c
47153 ____________________________________________________________________________
47154 [  7363] By: jhi                                   on 2000/10/18  20:55:38
47155         Log: Missing change from #7362.
47156      Branch: perl
47157            ! win32/perlhost.h
47158 ____________________________________________________________________________
47159 [  7362] By: jhi                                   on 2000/10/18  20:52:01
47160         Log: Borland C fstat() never saw the fd as writable.
47161              
47162              Subject: fix for Borland's weak "stat" (perl@7211)
47163              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47164              Date: Mon, 16 Oct 2000 09:55:03 +0400
47165              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
47166      Branch: perl
47167            ! win32/win32.c
47168 ____________________________________________________________________________
47169 [  7361] By: jhi                                   on 2000/10/18  17:43:50
47170         Log: Regen toc.
47171      Branch: perl
47172            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
47173 ____________________________________________________________________________
47174 [  7360] By: jhi                                   on 2000/10/18  17:07:44
47175         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47176              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
47177              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
47178              Date: Mon, 16 Oct 2000 15:19:49 +0200
47179      Branch: perl
47180            + README.aix
47181            ! MANIFEST
47182 ____________________________________________________________________________
47183 [  7359] By: jhi                                   on 2000/10/18  17:04:49
47184         Log: Subject: Pod patch for Devel::Peek
47185              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47186              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
47187              Date: Mon, 16 Oct 2000 12:26:34 +0200
47188      Branch: perl
47189            ! ext/Devel/Peek/Peek.pm
47190 ____________________________________________________________________________
47191 [  7358] By: jhi                                   on 2000/10/18  17:03:15
47192         Log: Make Cwd more bulletproof in chrooted environments.
47193              
47194              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
47195              From: "Eric E. Coe" <Eric.Coe@oracle.com>
47196              Date: Wed, 18 Oct 2000 04:03:54 -0400
47197              Message-Id: <39ED596A.70E599FE@oracle.com>
47198      Branch: perl
47199            ! lib/Cwd.pm
47200 ____________________________________________________________________________
47201 [  7357] By: jhi                                   on 2000/10/18  16:37:26
47202         Log: Disable the UTF8 downgrade croakage for now to avoid
47203              too many not okay messages.
47204      Branch: perl
47205            ! doio.c
47206 ____________________________________________________________________________
47207 [  7356] By: jhi                                   on 2000/10/17  23:29:41
47208         Log: Show the failed remote port, instead of the failing line number.
47209              
47210              Subject: [PATCH 5.6.1 Debugger] More diagnostics
47211              From: David Sparks <daves@ActiveState.com>
47212              Date: Tue, 17 Oct 2000 15:00:24 -0700
47213              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
47214      Branch: perl
47215            ! lib/perl5db.pl
47216 ____________________________________________________________________________
47217 [  7355] By: jhi                                   on 2000/10/17  14:11:31
47218         Log: On output try to downgrade to bytes, croak if impossible,
47219              from Simon Cozens.  This means that outputting >255 UTF8
47220              is impossible.  Consider this as a strong incentive to get
47221              the I/O disciplines implemented.
47222      Branch: perl
47223            ! doio.c pod/perldiag.pod sv.c
47224 ____________________________________________________________________________
47225 [  7354] By: jhi                                   on 2000/10/17  13:42:23
47226         Log: Clarify documentation on 'use bytes'.
47227              
47228              Subject: Re: What does 'use bytes' "mean" ?
47229              From: Simon Cozens <simon@cozens.net>
47230              Date: Mon, 18 Sep 2000 18:24:25 +0100
47231              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
47232      Branch: perl
47233            ! lib/bytes.pm
47234 ____________________________________________________________________________
47235 [  7353] By: jhi                                   on 2000/10/17  13:28:12
47236         Log: Workaround for a sfio bug where the stream error indicator
47237              is not cleared as documented.
47238              
47239              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47240              From: Nicholas Clark <nick@ccl4.org>
47241              Date: Mon, 16 Oct 2000 18:28:23 +0100
47242              Message-ID: <20001016182823.J19700@plum.flirble.org>
47243      Branch: perl
47244            ! doio.c
47245 ____________________________________________________________________________
47246 [  7352] By: jhi                                   on 2000/10/17  13:06:19
47247         Log: More IoTYPE sprinkling.
47248      Branch: perl
47249            ! doio.c pp_hot.c
47250 ____________________________________________________________________________
47251 [  7351] By: jhi                                   on 2000/10/16  22:47:07
47252         Log: Detect early whether the std streams have gone bad.
47253              
47254              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47255              Date: Mon, 16 Oct 2000 23:28:42 +0100
47256              From: Nicholas Clark <nick@ccl4.org>
47257              Message-ID: <20001016232842.A37942@plum.flirble.org>
47258      Branch: perl
47259            ! t/op/misc.t
47260 ____________________________________________________________________________
47261 [  7350] By: jhi                                   on 2000/10/16  22:45:16
47262         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
47263              From: "Peter J. Farley III" <pjfarley@banet.net>
47264              Date: Mon, 16 Oct 2000 18:15:59 -0400
47265              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
47266      Branch: perl
47267            ! djgpp/djgpp.c dosish.h t/io/open.t
47268 ____________________________________________________________________________
47269 [  7349] By: jhi                                   on 2000/10/16  22:36:45
47270         Log: perldelta tweak.
47271      Branch: perl
47272            ! pod/perldelta.pod
47273 ____________________________________________________________________________
47274 [  7348] By: jhi                                   on 2000/10/16  15:17:53
47275         Log: Update Changes.
47276      Branch: perl
47277            ! Changes patchlevel.h
47278 ____________________________________________________________________________
47279 [  7347] By: jhi                                   on 2000/10/16  13:55:27
47280         Log: Add the capability to include/exclude branches.
47281      Branch: perl
47282            ! Porting/genlog
47283 ____________________________________________________________________________
47284 [  7346] By: jhi                                   on 2000/10/16  13:18:04
47285         Log: Add Charles Lane.
47286      Branch: perl
47287            ! AUTHORS Changes
47288 ____________________________________________________________________________
47289 [  7345] By: jhi                                   on 2000/10/16  13:13:21
47290         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
47291      Branch: perl
47292            ! pod/perldelta.pod
47293 ____________________________________________________________________________
47294 [  7344] By: gsar                                  on 2000/10/16  09:30:21
47295         Log: integrate change#6220 from cfgperl
47296              
47297              Win32 patches from Benjamin Stuhl.
47298      Branch: maint-5.6/perl
47299           !> makedef.pl win32/win32.h
47300 ____________________________________________________________________________
47301 [  7343] By: gsar                                  on 2000/10/16  08:32:19
47302         Log: integrate changes#6221,6222 from cfgperl
47303              
47304              Remove tr///CU (the feature is to be obsoleted by better interfaces).
47305              From: simon@brecon.co.uk (Simon Cozens)
47306              Subject: [PATCH] Eliminate tr///[CU][CU]
47307              Date: 23 Jun 2000 11:05:40 GMT
47308              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
47309              
47310              doc typo fix
47311              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
47312              From: Ian Phillipps <Ian.Phillipps@iname.com>
47313              Date: Fri, 23 Jun 2000 10:40:58 +0100
47314              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
47315      Branch: maint-5.6/perl
47316           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
47317 ____________________________________________________________________________
47318 [  7342] By: gsar                                  on 2000/10/16  08:28:08
47319         Log: integrate change#6217 from cfgperl (in part)
47320              
47321              Rename the fdpid locking and integrate with Sarathy.
47322      Branch: maint-5.6/perl
47323           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
47324           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
47325           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
47326           !> win32/win32.c
47327 ____________________________________________________________________________
47328 [  7341] By: gsar                                  on 2000/10/16  08:23:39
47329         Log: integrate changes#6214..6216 from mainline
47330              
47331              @_ can't have junk in it even in the non-USE_ITHREADS case because
47332              caller() wants to populate @DB::args with it (causes a coredump
47333              in Carp::confess())
47334              
47335              tweak comment about @DB::args
47336              
47337              be more optimal about clearing @_
47338      Branch: maint-5.6/perl
47339           !> av.h cop.h pp_ctl.c t/op/runlevel.t
47340 ____________________________________________________________________________
47341 [  7340] By: gsar                                  on 2000/10/16  08:20:37
47342         Log: integrate changes#6207..6210 from cfgperl
47343              
47344              Subject: [PATCH 5.6.0] Threadsafe patches
47345              From: Dan Sugalski <dan@sidhe.org>
47346              To: perl5-porters@perl.org
47347              Date: Mon, 08 May 2000 18:08:13 -0400
47348              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
47349              
47350              Regen headers for #6207.
47351              
47352              Lock PL_fdpid against race conditions, based on:
47353              Subject: [PATCH 5.6.0]subprocess fixup for threads
47354              From: Dan Sugalski <dan@sidhe.org>
47355              To: perl5-porters@perl.org
47356              Date: Tue, 11 Apr 2000 17:02:32 -0400
47357              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
47358              
47359              Mopup for #6207 and #6209.
47360      Branch: maint-5.6/perl
47361           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
47362           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
47363           !> win32/win32.c
47364 ____________________________________________________________________________
47365 [  7339] By: gsar                                  on 2000/10/16  08:14:34
47366         Log: integrate change#6203 from cfgperl
47367              
47368              perldiag should refer to perlos2.pod not README.os2
47369      Branch: maint-5.6/perl
47370           !> pod/perldiag.pod
47371 ____________________________________________________________________________
47372 [  7338] By: gsar                                  on 2000/10/16  08:11:42
47373         Log: integrate change#6201 from mainline
47374              
47375              Perl_eval_pv() leaks 4 bytes every time it is called because it
47376              does a PUSHMARK that's never ever POPMARKed; in general, only
47377              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
47378              Perl_eval_[sp]v() don't because they don't take any incoming
47379              arguments (this leak has been around since the original version
47380              of perl_eval_pv() in 5.003_97e)
47381      Branch: maint-5.6/perl
47382           !> perl.c
47383 ____________________________________________________________________________
47384 [  7337] By: gsar                                  on 2000/10/16  08:08:47
47385         Log: integrate changes#6197..6200 from cfgperl
47386              
47387              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
47388              From: John Borwick <jhborwic@unity.ncsu.edu>
47389              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
47390              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
47391              
47392              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
47393              From: Dan Sugalski <dan@sidhe.org>
47394              To: vmsperl@perl.org, perl5-porters@perl.org
47395              Date: Fri, 02 Jun 2000 16:00:41 -0400
47396              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
47397              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
47398              
47399              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
47400              From: Dan Sugalski <dan@sidhe.org>
47401              To: perl5-porters@perl.org, vmsperl@perl.org
47402              Date: Fri, 02 Jun 2000 17:30:51 -0400
47403              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
47404              
47405              Update to cperl-mode.el 4.31 from
47406              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
47407              Subject: A couple of notes
47408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47409              To: Mailing list Perl5 <perl5-porters@perl.org>
47410              Date: Sat, 3 Jun 2000 23:33:32 -0400
47411              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
47412      Branch: maint-5.6/perl
47413           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
47414           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
47415           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
47416           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
47417           !> vms/vmsish.h
47418 ____________________________________________________________________________
47419 [  7336] By: gsar                                  on 2000/10/16  08:03:46
47420         Log: integrate changes#6194,6195 from mainline
47421              
47422              fix small eval"" memory leaks under USE_ITHREADS
47423              
47424              fix yet another eval"" leak under USE_ITHREADS
47425      Branch: maint-5.6/perl
47426           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
47427           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
47428           !> vms/perly_c.vms
47429 ____________________________________________________________________________
47430 [  7335] By: gsar                                  on 2000/10/16  08:02:15
47431         Log: integrate changes#6190,6191 from mainline
47432              
47433              submit missing embed.pl change
47434              
47435              vec() loses numericalness (modified version of patch suggested
47436              by Robin Barker)
47437      Branch: maint-5.6/perl
47438           !> doop.c embed.pl t/op/vec.t
47439 ____________________________________________________________________________
47440 [  7334] By: gsar                                  on 2000/10/16  08:01:03
47441         Log: integrate change#6189 from mainline
47442              
47443              counting tr/// corrupts later operation (from M.J.T Guy)
47444      Branch: maint-5.6/perl
47445           !> doop.c t/op/tr.t
47446 ____________________________________________________________________________
47447 [  7333] By: gsar                                  on 2000/10/16  07:59:07
47448         Log: integrate changes#6183..6188 from mainline
47449              
47450              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
47451              <nick@ccl4.org>)
47452              
47453              tweak for change#6127
47454              
47455              remove incorrect documentation about implicit split to @_ in
47456              list context, which never really worked in perl 5 (from
47457              M.J.T. Guy)
47458              
47459              further qualify references to "alphanumeric" (from Wolfgang Laun
47460              <wolfgang.laun@alcatel.at>)
47461              
47462              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
47463              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47464              
47465              h2xs tweaks
47466      Branch: maint-5.6/perl
47467           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
47468           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
47469           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
47470           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
47471           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
47472           !> pod/pod2latex.PL utils/h2xs.PL
47473 ____________________________________________________________________________
47474 [  7332] By: gsar                                  on 2000/10/16  07:53:52
47475         Log: integrate change#6179 from mainline
47476              
47477              buggy modulus on UVs introduced by change#3378 (resulted in
47478              4063328477 % 65535 amounting to 27406, instead of 27407)
47479      Branch: maint-5.6/perl
47480           !> pp.c t/op/arith.t
47481 ____________________________________________________________________________
47482 [  7331] By: gsar                                  on 2000/10/16  07:52:49
47483         Log: integrate changes#6176,6177,6178,6182 from cfgperl
47484              
47485              Single-quoted utf8 patch from Simon Cozens.
47486              
47487              Substitution utf8 patch from Simon Cozens.
47488              
47489              Be cleaner.
47490              
47491              Be Cleaner Part Deux.
47492      Branch: maint-5.6/perl
47493           !> Makefile.SH pp_hot.c toke.c
47494 ____________________________________________________________________________
47495 [  7330] By: gsar                                  on 2000/10/16  07:41:36
47496         Log: integrate change#6172 from mainline
47497              
47498              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
47499              (from Ilya Zakharevich)
47500      Branch: maint-5.6/perl
47501           !> regexec.c t/op/re_tests
47502 ____________________________________________________________________________
47503 [  7329] By: gsar                                  on 2000/10/16  07:40:25
47504         Log: integrate change#6171 from mainline
47505              
47506              scalar() doesn't force scalar context when used in void context
47507              (from Simon Cozens)
47508      Branch: maint-5.6/perl
47509           !> op.c t/op/wantarray.t
47510 ____________________________________________________________________________
47511 [  7328] By: gsar                                  on 2000/10/16  07:39:33
47512         Log: integrate change#6170 from mainline
47513              
47514              change#6142 needs tweaks to tests to work where there's no
47515              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47516      Branch: maint-5.6/perl
47517           !> t/lib/filefind.t
47518 ____________________________________________________________________________
47519 [  7327] By: gsar                                  on 2000/10/16  07:35:34
47520         Log: integrate changes#6166..6168 from cfgperl
47521              
47522              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
47523              in case somebody wants to write an extension for more
47524              shadow database interfaces.
47525              
47526              tweak todo
47527              
47528              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
47529      Branch: maint-5.6/perl
47530           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47531           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
47532           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
47533           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47534           !> win32/config.vc win32/config_H.bc win32/config_H.gc
47535           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47536 ____________________________________________________________________________
47537 [  7326] By: gsar                                  on 2000/10/16  07:29:05
47538         Log: integrate changes#6157,6159..6161,6164 from cfgperl
47539              
47540              Regen Configure to jive with #6149.
47541              
47542              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
47543              
47544              Changes for the File::Temp 0.08 (change #6159) test suite
47545              to fit better into the Perl distribution test framework.
47546              
47547              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
47548              both from Simon Cozens.
47549              
47550              detypo
47551      Branch: maint-5.6/perl
47552           +> pod/perlmodlib.PL pod/perlnewmod.pod
47553           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
47554           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
47555           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47556           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47557 ____________________________________________________________________________
47558 [  7325] By: gsar                                  on 2000/10/16  07:25:13
47559         Log: integrate change#6158 from vmsperl
47560              
47561              Add fallback to tmpfile for use in cases where user's relying on
47562              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
47563              Lane's patch)
47564      Branch: maint-5.6/perl
47565           !> vms/vms.c vms/vmsish.h
47566 ____________________________________________________________________________
47567 [  7324] By: gsar                                  on 2000/10/16  07:20:50
47568         Log: integrate changes#6153..6155 from mainline
47569              
47570              prettier Test::Harness output on failed tests (from Nicholas Clark
47571              <nick@Bagpuss.uk.boo.com>)
47572              
47573              avoid type mismatch warning
47574              
47575              small bug in change#6144; remove random \xA0 character that snuck
47576              in via change#6145
47577      Branch: maint-5.6/perl
47578           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
47579           !> perl.c
47580 ____________________________________________________________________________
47581 [  7323] By: gsar                                  on 2000/10/16  07:18:47
47582         Log: integrate changes#6151,6152 from mainline
47583              
47584              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
47585              
47586              cosmetic fixups of RE debug output (from Ilya Zakharevich)
47587      Branch: maint-5.6/perl
47588           !> regexec.c
47589 ____________________________________________________________________________
47590 [  7322] By: gsar                                  on 2000/10/16  07:17:25
47591         Log: integrate changes#6146..6150 from mainline
47592              
47593              doc typo
47594              
47595              add a make entry to Config.pm so "perl -V:make" works on VMS
47596              (from Peter Prymmer)
47597              
47598              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
47599              
47600              OS/2 tweaks for usethreads build (from Rocco Caputo
47601              <troc@netrus.net>)
47602              
47603              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
47604      Branch: maint-5.6/perl
47605           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
47606           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
47607           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
47608           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
47609           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
47610           !> warnings.pl x2p/a2p.h
47611 ____________________________________________________________________________
47612 [  7321] By: gsar                                  on 2000/10/16  07:14:02
47613         Log: integrate changes#6143..6145 from mainline
47614              
47615              MacOS support, part 1 (from Matthias Neeracher
47616              <neeri@iis.ee.ethz.ch>)
47617              
47618              MacOS support, part 2: make AutoSplit use File::Spec instead
47619              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
47620              <neeri@iis.ee.ethz.ch>)
47621              
47622              make xsubpp skip embedded pod (from Matthias Neeracher
47623              <neeri@iis.ee.ethz.ch>)
47624      Branch: maint-5.6/perl
47625           +> ext/DynaLoader/dl_mac.xs
47626           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
47627           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
47628           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
47629           !> pp_ctl.c proto.h toke.c util.c util.h
47630 ____________________________________________________________________________
47631 [  7320] By: gsar                                  on 2000/10/16  07:12:13
47632         Log: integrate changes#6141,6142 from mainline
47633              
47634              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
47635              forwarded by Peter Seebach from the bsdi-users mailing list.
47636              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
47637              
47638              File::Find fails to chdir when chasing symlinks (from
47639              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47640      Branch: maint-5.6/perl
47641           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
47642 ____________________________________________________________________________
47643 [  7319] By: gsar                                  on 2000/10/16  07:04:30
47644         Log: integrate change#6139 from mainline
47645              
47646              revise mktables.PL for bugs and newness in Unicode 3.0
47647              (from James Bence <jbence@amgen.com>)
47648      Branch: maint-5.6/perl
47649           +> (branch 30 files)
47650           !> (integrate 49 files)
47651 ____________________________________________________________________________
47652 [  7318] By: gsar                                  on 2000/10/16  07:01:01
47653         Log: integrate changes#6137,6138 from mainline
47654              
47655              fix bogus redeclaration warning for "our" variables in different
47656              scopes
47657              
47658              add note about the handling of negative indices to tied arrays
47659              (from Michael G Schwern <schwern@pobox.com>)
47660      Branch: maint-5.6/perl
47661           !> op.c pod/perltie.pod t/pragma/strict-vars
47662 ____________________________________________________________________________
47663 [  7317] By: gsar                                  on 2000/10/16  06:58:46
47664         Log: integrate changes#6127..6136 from mainline
47665              
47666              call_method(...,G_EVAL) can longjmp() out if the method probing
47667              failed (from Gisle Aas)
47668              
47669              new perlxstut example for passing/returning refs to arrays
47670              (from David Lowe <dlowe@pootpoot.com>)
47671              
47672              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
47673              
47674              fix places that mean C<"word" character> but say C<alphanumeric
47675              character>
47676              
47677              avoid warnings in POSIX.pm (from Barrie Slaymaker)
47678              
47679              warnings::enabled() doesn't fall back to looking at $^W if
47680              caller isn't using lexical warnings (from Paul Marquess)
47681              
47682              elide bogus test in change#6132
47683              
47684              make Test::Harness use wait.h/WCOREDUMP if available
47685              (from Ben Tilly <ben_tilly@hotmail.com>)
47686              
47687              enable Test::Harness to dynamically determine column width etc.
47688              (from Rob Napier <rnapier@employees.org>)
47689              
47690              random pod typos (from Peter Scott <Peter@PSDT.com>)
47691      Branch: maint-5.6/perl
47692           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
47693           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
47694           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
47695           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
47696 ____________________________________________________________________________
47697 [  7316] By: gsar                                  on 2000/10/16  06:53:23
47698         Log: integrate change#6126 from mainline
47699              
47700              change#2879 broke rvalue autovivification of magicals such as
47701              ${$num} (reworked variant of patch suggested by Simon Cozens)
47702      Branch: maint-5.6/perl
47703           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
47704           !> pp_hot.c proto.h t/op/gv.t
47705 ____________________________________________________________________________
47706 [  7315] By: gsar                                  on 2000/10/16  06:51:38
47707         Log: integrate changes#6123,6125 from mainline
47708              
47709              clarify gotcha with #line directives (from Rocco Caputo
47710              <troc@netrus.net>)
47711              
47712              enable propagating exception objects via Perl_croak() in XS code
47713              (from Gisle Aas)
47714      Branch: maint-5.6/perl
47715           !> pod/perldebug.pod pod/perlsyn.pod util.c
47716 ____________________________________________________________________________
47717 [  7314] By: gsar                                  on 2000/10/16  06:49:28
47718         Log: integrate change#6122 from mainline
47719              
47720              downgrade fatal error on C<"foo@nosucharray.com"> to optional
47721              warning (from Mark-Jason Dominus)
47722      Branch: maint-5.6/perl
47723           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
47724           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
47725           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
47726           !> toke.c
47727 ____________________________________________________________________________
47728 [  7313] By: gsar                                  on 2000/10/16  06:46:54
47729         Log: integrate changes#6112..6121 from vmsperl
47730              
47731              Check for existence of file before trying to delete
47732              
47733              Ugly workaround for version-specific RTL error
47734              
47735              Urk -- undo previous removal of vmsish 'exit' change
47736              
47737              Add bounds checking for several strings (Charles Lane)
47738              
47739              Miscellaneous cosmetic fixes (Charles Lane)
47740              
47741              Treat sockets as special in sys(read|write) (Charles Lane et al.)
47742              
47743              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
47744              Flatten case labels in switch statements uniformly (Charles Bailey)
47745              
47746              Quiet error messages in vmsish.t (Charles Lane)
47747              
47748              Add missing escape (Charles Lane)
47749              
47750              Allow eliminate_macros() and fixpath() to handle space-delimited
47751              lists (based on fixes by Craig Berry)
47752      Branch: maint-5.6/perl
47753           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
47754           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
47755           !> vms/vmsish.h
47756 ____________________________________________________________________________
47757 [  7312] By: gsar                                  on 2000/10/16  06:41:18
47758         Log: integrate changes#6107,6110 from cfgperl
47759              
47760              Tweak the todo list.
47761              
47762              todo tweak
47763      Branch: maint-5.6/perl
47764           !> Todo-5.6
47765 ____________________________________________________________________________
47766 [  7311] By: gsar                                  on 2000/10/16  06:38:38
47767         Log: integrate changes#6104,6108 from mainline
47768              
47769              PL_sys_intern was being initialized too late on windows
47770              
47771              reenable fake signal handling on Windows, bugs and all
47772      Branch: maint-5.6/perl
47773           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
47774           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
47775           !> win32/win32.c
47776 ____________________________________________________________________________
47777 [  7310] By: gsar                                  on 2000/10/16  06:36:03
47778         Log: integrate changes#6095,6097..6103 from cfgperl
47779              
47780              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
47781              might be useful in future.
47782              
47783              Add a note about possible compilation problems from Allen Smith.
47784              
47785              Add a note about other, yet unsupported, shadow password APIs.
47786              
47787              Tweaks for the cc bugs from Allen Smith.
47788              
47789              More compilation tweakery from Allen Smith.
47790              
47791              Hints and test tweaks for Unicos.
47792              
47793              The test suite tweak in #6101 wasn't quite right.
47794              
47795              Test tweaking for Unicos continues.
47796      Branch: maint-5.6/perl
47797           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47798           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
47799           !> t/lib/complex.t t/op/64bitint.t
47800 ____________________________________________________________________________
47801 [  7309] By: gsar                                  on 2000/10/16  06:29:41
47802         Log: integrate changes#6093,6094 from mainline
47803              
47804              fork() failure to create pseudo process sets errno=EAGAIN and returns
47805              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
47806              
47807              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
47808      Branch: maint-5.6/perl
47809           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47810           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
47811 ____________________________________________________________________________
47812 [  7308] By: gsar                                  on 2000/10/16  06:27:29
47813         Log: integrate change#6092 from cfgperl
47814              
47815              Regen perltoc with the fixed buildtoc.
47816      Branch: maint-5.6/perl
47817           !> pod/perltoc.pod
47818 ____________________________________________________________________________
47819 [  7307] By: gsar                                  on 2000/10/16  06:26:40
47820         Log: integrate changes#6089,6090 from mainline
47821              
47822              buildtoc tweak to fix newline lossage
47823              
47824              concat doesn't preserve utf8-ness, and doesn't invalidate
47825              [NI]OK; added tests for both
47826      Branch: maint-5.6/perl
47827           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
47828 ____________________________________________________________________________
47829 [  7306] By: gsar                                  on 2000/10/16  06:24:05
47830         Log: integrate change#6088 from cfgperl
47831              
47832              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
47833              because we do not use those.  The HAS_GETSPNAM remains,
47834              though, because we still do use that.
47835      Branch: maint-5.6/perl
47836           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47837           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
47838           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
47839           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47840           !> win32/config.vc win32/config_H.bc win32/config_H.gc
47841           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47842 ____________________________________________________________________________
47843 [  7305] By: gsar                                  on 2000/10/16  06:15:52
47844         Log: integrate changes#6084,6085,6087 from mainline
47845              
47846              substr() does not preserve utf8-ness (from Stefan Eissing
47847              <Eissing@medicaldataservice.de>); added tests
47848              
47849              repeat operator (x) doesn't preserve utf8-ness
47850              
47851              reverse() and quotemeta() weren't preserving utf8-ness; add tests
47852      Branch: maint-5.6/perl
47853           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
47854 ____________________________________________________________________________
47855 [  7304] By: gsar                                  on 2000/10/16  06:13:10
47856         Log: integrate changes#6077..6083 from mainline
47857              
47858              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
47859              and Tom Phoenix)
47860              
47861              workaround for CRT bug in chdir() (from Charles Lane, via
47862              Peter Prymmer)
47863              
47864              remove outdated kludge in Carp (NULLs are permitted in diagnostics
47865              now)
47866              
47867              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
47868              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47869              
47870              better default perlbug categories for ok reports (from Richard Foley)
47871              
47872              peek.t non-portable to ithreads
47873              
47874              note about undocumented caller() return value (from M.J.T. Guy);
47875              yet another peek.t tweak
47876      Branch: maint-5.6/perl
47877           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47878           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47879           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
47880           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
47881           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
47882           !> vms/vmsish.h
47883 ____________________________________________________________________________
47884 [  7303] By: gsar                                  on 2000/10/16  06:03:18
47885         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
47886              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
47887              
47888              &HUGE_VAL is not defined, it exists.
47889              
47890              Do not warn that an infinity does not look like a number.
47891              
47892              Rewrite the pwent/spent logic to be a little bit more clearer.
47893              
47894              Continue on the pwent/spent case.
47895              
47896              Correct Freudian slip.
47897              
47898              Use HUGE_VALL if applicable.
47899              
47900              pwent/spent #ifdef imbalance.
47901              
47902              Infinite problems.
47903              
47904              Call getspnam() only iff needd.
47905              
47906              Test both the scalar and list contexts.
47907              
47908              Use setxxent()/endxxent().
47909              
47910              Complex tweakery.
47911              
47912              Unicos hint tweak.
47913              
47914              Be more forgiving in POSIX about HUGE_VALL.
47915              
47916              Detypo.
47917              
47918              The search of infinity continues, this time simplified.
47919              
47920              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
47921              in natively 64-bit platforms where a long is a quad (no need
47922              for long longs).  Also added bias for IVs.
47923              
47924              Complex tweaks.
47925              
47926              Introduce t/lib/peek.t.
47927              
47928              Make the test more portable.
47929      Branch: maint-5.6/perl
47930           +> t/lib/peek.t
47931            ! pp_sys.c
47932           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
47933           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
47934           !> t/op/pwent.t toke.c util.c
47935 ____________________________________________________________________________
47936 [  7302] By: gsar                                  on 2000/10/16  05:03:37
47937         Log: integrate changes#6066..6071 from mainline
47938              
47939              s/END/CHECK/
47940              
47941              replace direct call to sighandler() with (*PL_sighandlerp)()
47942              
47943              note about values()
47944              
47945              File::Spec compatibility update (from Barrie Slaymaker
47946              <barries@slaysys.com>)
47947              
47948              remove misleading comment (from M.J.T. Guy)
47949              
47950              misformatted perllocal.pod (from Tim Jenness
47951              <t.jenness@jach.hawaii.edu>)
47952      Branch: maint-5.6/perl
47953           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47954           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47955           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
47956           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
47957 ____________________________________________________________________________
47958 [  7301] By: gsar                                  on 2000/10/16  05:00:08
47959         Log: integrate changes#6061..6063 from mainline
47960              
47961              change#5921 neglected to make eq honor "use bytes"
47962              
47963              additional tests for utf8.t
47964              
47965              tokeq() could read unallocated field in argument
47966      Branch: maint-5.6/perl
47967           !> sv.c t/pragma/utf8.t toke.c
47968 ____________________________________________________________________________
47969 [  7300] By: gsar                                  on 2000/10/16  04:56:54
47970         Log: integrate changes#6046,6048,6057,6058 from mainline
47971              
47972              libscheck has insufficient checks for n32 libs (from
47973              Albert Chin-A-Young <china@thewrittenword.com>)
47974              
47975              add note about how $( doesn't interpolate in REs (from
47976              Philip Newton <newton@ficus.frogspace.net>)
47977              
47978              fix broken parsing of /\x{ab}/
47979              
47980              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
47981              (spotted by Donald Kinzer <dkinzer@premia.com>)
47982      Branch: maint-5.6/perl
47983           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
47984           !> t/pragma/utf8.t
47985 ____________________________________________________________________________
47986 [  7299] By: gsar                                  on 2000/10/16  04:52:50
47987         Log: integrate change#6044 from mainline
47988              
47989              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
47990              such that underscores are only ignored in literal numbers,
47991              "\x{...}", and hex/oct argument
47992      Branch: maint-5.6/perl
47993           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
47994 ____________________________________________________________________________
47995 [  7298] By: gsar                                  on 2000/10/16  04:50:53
47996         Log: integrate changes#6027..6043 from mainline
47997              
47998              podlators-1.02 update (from Russ Allbery)
47999              
48000              Pod::Man generates groff-incompatible macro definition (from
48001              Tom Christiansen)
48002              
48003              add CGI.pm v2.66 (from Lincoln Stein)
48004              
48005              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
48006              for @- and @+ (from Johan Vromans)
48007              
48008              small nits in diagnostics.pm (from Robin Barker)
48009              
48010              whitespace adjustments
48011              
48012              missing files in MANIFEST
48013              
48014              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
48015              to compensate
48016              
48017              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
48018              
48019              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
48020      Branch: maint-5.6/perl
48021           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
48022           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
48023           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
48024           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
48025           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
48026           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
48027           !> t/lib/cgi-html.t t/lib/cgi-request.t
48028 ____________________________________________________________________________
48029 [  7297] By: gsar                                  on 2000/10/16  04:44:30
48030         Log: integrate change#6025 from mainline
48031              
48032              Is{Alnum,Alpha,Word} don't match titlecase
48033              TODO: IsSpace is defined recursively!
48034              (both spotted by Larry)
48035      Branch: maint-5.6/perl
48036           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
48037           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
48038 ____________________________________________________________________________
48039 [  7296] By: gsar                                  on 2000/10/16  04:39:30
48040         Log: integrate change#6023 from mainline
48041              
48042              debugger stomps on $. (from M.J.T. Guy)
48043      Branch: maint-5.6/perl
48044           !> lib/perl5db.pl
48045 ____________________________________________________________________________
48046 [  7295] By: gsar                                  on 2000/10/16  04:38:02
48047         Log: integrate change#6022 from mainline
48048              
48049              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
48050      Branch: maint-5.6/perl
48051           !> sv.c
48052 ____________________________________________________________________________
48053 [  7294] By: gsar                                  on 2000/10/16  04:37:05
48054         Log: integrate changes#6018..6021 from mainline
48055              
48056              make lib/syslog.t portable to systems that don't have _PATH_LOG,
48057              make _PATH_LOG() return "" if unavailable
48058              
48059              windows portability tweaks
48060              
48061              test tweak
48062              
48063              remove Win2K issue in pod (fixed by change#6020)
48064      Branch: maint-5.6/perl
48065           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
48066           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
48067           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
48068 ____________________________________________________________________________
48069 [  7293] By: gsar                                  on 2000/10/16  04:20:00
48070         Log: integrate changes#6013..6015 from mainline
48071              
48072              tweak change#5945 to display correct switch name in diagnostic
48073              
48074              glob() loading File::Glob behind the scenes may cause syntax errors
48075              
48076              tweak test for portability
48077      Branch: maint-5.6/perl
48078           !> op.c perl.c pod/perldiag.pod t/lib/b.t
48079 ____________________________________________________________________________
48080 [  7292] By: gsar                                  on 2000/10/16  04:18:11
48081         Log: integrate changes#6005..6010 from mainline, cfgperl
48082              
48083              perldoc might fail via "use blib" (from Hugo van der Sanden)
48084              
48085              Regen Configure.
48086              
48087              note about compile failures and END blocks (from M.J.T. Guy)
48088              
48089              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
48090              
48091              (change#6009 integrated earlier in change#7255)
48092              
48093              clarify note about shadow password support (from
48094              gellyfish@gellyfish.com)
48095      Branch: maint-5.6/perl
48096           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
48097           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
48098           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
48099 ____________________________________________________________________________
48100 [  7291] By: gsar                                  on 2000/10/16  04:12:03
48101         Log: integrate changes#6002,6003 from mainline
48102              
48103              destructive sv_setsv() can lose UV-ness from source, causing
48104              numeric promotions/comparisons to fail to do the right thing
48105              
48106              allow REG_EXPAND_SZ keys in Windows registry (from
48107              John Clayton <John.Clayton@barclayscapital.com>)
48108      Branch: maint-5.6/perl
48109           !> sv.c win32/win32.c
48110 ____________________________________________________________________________
48111 [  7290] By: gsar                                  on 2000/10/16  04:10:19
48112         Log: integrate change#6001 from mainline
48113              
48114              support additional library locations via $Config{otherlibdirs}
48115              (from Andy Dougherty)
48116      Branch: maint-5.6/perl
48117           !> Configure INSTALL Porting/Glossary Porting/config.sh
48118           !> Porting/config_H config_h.SH epoc/config.sh perl.c
48119           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
48120           !> win32/config.bc win32/config.gc win32/config.vc
48121 ____________________________________________________________________________
48122 [  7289] By: gsar                                  on 2000/10/16  04:08:28
48123         Log: integrate change#5999 from mainline
48124              
48125              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
48126      Branch: maint-5.6/perl
48127           !> t/pragma/warn/toke toke.c
48128 ____________________________________________________________________________
48129 [  7288] By: gsar                                  on 2000/10/16  04:07:01
48130         Log: integrate changes#5997,5998 from cfgperl
48131              
48132              Preserve $!.
48133              
48134              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
48135      Branch: maint-5.6/perl
48136           !> lib/Math/Complex.pm
48137 ____________________________________________________________________________
48138 [  7287] By: gsar                                  on 2000/10/16  04:04:37
48139         Log: integrate change#5995 from mainline
48140              
48141              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
48142      Branch: maint-5.6/perl
48143           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
48144 ____________________________________________________________________________
48145 [  7286] By: gsar                                  on 2000/10/16  04:03:21
48146         Log: integrate change#5994 from mainline
48147              
48148              fix for missed accounting for null byte in pack("Z",...) (from
48149              M.J.T. Guy)
48150      Branch: maint-5.6/perl
48151           !> pp.c t/op/pack.t
48152 ____________________________________________________________________________
48153 [  7285] By: gsar                                  on 2000/10/16  04:02:11
48154         Log: integrate changes#5989..5993 from mainline
48155              
48156              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
48157              itself and no other (from Tom Hughes)
48158              
48159              use $ENV{LIB} to search for libs under Visual C compiler
48160              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
48161              
48162              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
48163              
48164              pod nit (from Simon Cozens)
48165              
48166              various minor tweaks seen on p5p
48167      Branch: maint-5.6/perl
48168           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
48169           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
48170           !> t/op/array.t toke.c
48171 ____________________________________________________________________________
48172 [  7284] By: gsar                                  on 2000/10/16  03:59:00
48173         Log: integrate changes#5978..5988 from mainline
48174              
48175              sync version numbers in File::Spec with the ones on CPAN
48176              (from Barrie Slaymaker)
48177              
48178              under useithreads, constant pad entries could inadvertantly be
48179              shared across threads (from Eric Blood <eblood@xmission.com>);
48180              added Eric's test case to testsuite
48181              
48182              allow Configure -S to run non-interactively (spotted by Greg Hudson
48183              <ghudson@mit.edu>)
48184              
48185              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
48186              prototype mismatch with CORE::glob(); update pod and tests to
48187              suit (File::Glob::glob() is still available for backward
48188              compatibility, but should be considered deprecated)
48189              
48190              avoid error in IO::Socket::INET when given an unknown service name
48191              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
48192              
48193              numeric conversion of non-number in change#3378 tramples on
48194              OOK offset, causing segfaults
48195              
48196              attributes::reftype() doesn't work on tied argument
48197              
48198              forked child may not exit correctly if it failed to open
48199              /dev/console (from Graham Barr)
48200              
48201              add regular expressions tutorial and quick-start guide (from
48202              Mark Kvale <kvale@phy.ucsf.edu>)
48203              
48204              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
48205              
48206              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
48207              <paul@miraclefish.com>)
48208      Branch: maint-5.6/perl
48209           +> pod/perlrequick.pod pod/perlretut.pod
48210           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
48211           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
48212           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
48213           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
48214           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48215           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48216           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
48217           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
48218 ____________________________________________________________________________
48219 [  7283] By: gsar                                  on 2000/10/16  03:52:14
48220         Log: integrate change#5977 from mainline
48221              
48222              autoquote barewords followed by newline and arrow properly
48223              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
48224      Branch: maint-5.6/perl
48225           !> t/pragma/warn/toke toke.c
48226 ____________________________________________________________________________
48227 [  7282] By: gsar                                  on 2000/10/16  03:50:48
48228         Log: integrate change#5976 from mainline
48229              
48230              DB_File v1.73 update (from Paul Marquess)
48231      Branch: maint-5.6/perl
48232           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
48233           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
48234 ____________________________________________________________________________
48235 [  7281] By: gsar                                  on 2000/10/16  03:49:14
48236         Log: integrate change#5975 from mainline
48237              
48238              allow sort() reentrancy (variant of patch suggested by
48239              Hugo van der Sanden)
48240      Branch: maint-5.6/perl
48241           !> pp_ctl.c t/op/sort.t
48242 ____________________________________________________________________________
48243 [  7280] By: gsar                                  on 2000/10/16  03:48:22
48244         Log: integrate change#5974 from mainline
48245              
48246              change#4197 somehow missed initializing PL_errors, meaning
48247              syntax error queueing wasn't working outside eval"" at all;
48248              also fixed eval"" to localize PL_error_count, so that compile-time
48249              eval's don't clobber the error state of the outer context
48250      Branch: maint-5.6/perl
48251           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
48252           !> t/pragma/warn/toke
48253 ____________________________________________________________________________
48254 [  7279] By: gsar                                  on 2000/10/16  03:46:21
48255         Log: integrate change#5973 from mainline
48256              
48257              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
48258      Branch: maint-5.6/perl
48259           !> regcomp.c regexec.c t/op/re_tests
48260 ____________________________________________________________________________
48261 [  7278] By: gsar                                  on 2000/10/16  03:44:54
48262         Log: integrate change#5971 from cfgperl
48263              
48264              Unicos tweaks from Mark P. Lutz.
48265      Branch: maint-5.6/perl
48266           !> hints/unicos.sh lib/Math/Complex.pm
48267 ____________________________________________________________________________
48268 [  7277] By: gsar                                  on 2000/10/16  03:42:59
48269         Log: integrate changes#5966..5970 from mainline
48270              
48271              add testsuite for B backends, fix bug in B::Deparse (from
48272              Simon Cozens <simon@brecon.co.uk>)
48273              
48274              improved docs on the warn_uninit diagnostic (from David Glasser
48275              and Simon Cozens)
48276              
48277              tolerate spaces in group names in test on solaris (from David Boyce
48278              <dsb@boyski.com>)
48279              
48280              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
48281              
48282              Data::Dumper fumbles negative numbers on 32-bit platforms where
48283              IV is >32bits
48284      Branch: maint-5.6/perl
48285           +> t/lib/b.t t/lib/syslog.t
48286           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
48287           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
48288           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
48289 ____________________________________________________________________________
48290 [  7276] By: gsar                                  on 2000/10/16  03:39:30
48291         Log: integrate change#5965 from mainline
48292              
48293              avoid "will not stay shared" warnings for our variables (from
48294              Robin Barker)
48295      Branch: maint-5.6/perl
48296           !> op.c t/pragma/warn/op
48297 ____________________________________________________________________________
48298 [  7275] By: gsar                                  on 2000/10/16  03:38:18
48299         Log: integrate change#5964 from mainline
48300              
48301              reformat to 72 columns (again)
48302      Branch: maint-5.6/perl
48303           !> pod/perldiag.pod
48304 ____________________________________________________________________________
48305 [  7274] By: gsar                                  on 2000/10/16  03:36:58
48306         Log: integrate change#5963 from mainline
48307              
48308              patch from Larry to make (\&) prototype work; added tests for
48309              the same
48310      Branch: maint-5.6/perl
48311           !> op.c t/comp/proto.t
48312 ____________________________________________________________________________
48313 [  7273] By: gsar                                  on 2000/10/16  03:35:51
48314         Log: integrate changes#5956..5962 from mainline
48315              
48316              better diagnostics on failed tests (from Ilya Zakharevich)
48317              
48318              pod nits (from A. C. Yardley <yardley@tanet.net>)
48319              
48320              change#3569 deleted some essential code, revert; avoid use of
48321              atexit() to make DynaLoader work properly on AIX under mod_perl
48322              (from Jens-Uwe Mager <jum@helios.de>)
48323              
48324              doubled words in pods (from Simon Cozens
48325              <simon.p.cozens@jp.pwcglobal.com>)
48326              
48327              better INSTALL notes on Solaris issues (from Dominic Dunlop)
48328              
48329              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
48330              
48331              updated README.hpux (from Jeff Okamoto)
48332      Branch: maint-5.6/perl
48333           !> INSTALL README.hpux emacs/cperl-mode.el
48334           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
48335           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
48336           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
48337           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
48338           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
48339           !> t/op/lex_assign.t
48340 ____________________________________________________________________________
48341 [  7272] By: gsar                                  on 2000/10/16  03:31:22
48342         Log: integrate change#5955 from mainline
48343              
48344              longstanding bug exposed by change#3307: sort arguments weren't
48345              compiled with the right wantarray context (ensuing runtime lookup
48346              via block_gimme() was getting the incidental context of the
48347              sort() itself)
48348      Branch: maint-5.6/perl
48349           !> op.c t/op/sort.t
48350 ____________________________________________________________________________
48351 [  7271] By: gsar                                  on 2000/10/16  03:29:11
48352         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
48353              branch
48354              
48355              Flatten the cpp jungle doing the nosuid checking.
48356              
48357              Do not assume sign propagation. (from M.J.T. Guy)
48358              
48359              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
48360              
48361              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
48362              Now pp_ncmp() returns undef is either operand is a NaN.
48363              
48364              On second thoughts frexp() does have two arguments.
48365              
48366              Document that tr() is not tr(1).
48367              
48368              Be more robust on "extreme" (large absolute value)
48369              arguments.  Originally reported by Daniel Connelly
48370              as a problem with asinh() on large negative arguments,
48371              asinh() used to bail out because an argument to log()
48372              ended up being zero.  Ilya Zakharevich proposed using
48373              Taylor's series in such cases, which for such large
48374              arguments is a very good approximation.
48375              
48376              Undo "use integer" addition from 64bitint as it seems
48377              to break most of the subtests in Digital UNIX;
48378              Unicos needs to find another way.
48379      Branch: maint-5.6/perl
48380           !> (integrate 29 files)
48381 ____________________________________________________________________________
48382 [  7270] By: gsar                                  on 2000/10/16  03:09:44
48383         Log: integrate changes#5948,5949,5950 from mainline
48384              
48385              typo in vars.pm that leads to cryptic message (from Piotr
48386              Piatkowski <kompas@kompas.usr.onet.pl>)
48387              
48388              make perldoc use the pod2man from the same version (from
48389              M.J.T. Guy)
48390              
48391              reformat perldiag to avoid long lines
48392      Branch: maint-5.6/perl
48393           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
48394 ____________________________________________________________________________
48395 [  7269] By: gsar                                  on 2000/10/16  03:05:54
48396         Log: integrate change#5947 from mainline
48397              
48398              use &dl_error rather than &dl_load_file as the guard for calling
48399              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
48400              statically built perl)
48401      Branch: maint-5.6/perl
48402           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
48403 ____________________________________________________________________________
48404 [  7268] By: gsar                                  on 2000/10/16  03:04:48
48405         Log: integrate change#5945 from mainline
48406              
48407              make module name mandatory after -M switch; reorder perldiag
48408              alphabetically (from Mark-Jason Dominus)
48409      Branch: maint-5.6/perl
48410           !> perl.c pod/perldiag.pod
48411 ____________________________________________________________________________
48412 [  7267] By: gsar                                  on 2000/10/16  03:03:01
48413         Log: integrate change#5939 from mainline
48414              
48415              more pod nits (from Larry Virden)
48416      Branch: maint-5.6/perl
48417           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
48418           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
48419           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
48420 ____________________________________________________________________________
48421 [  7266] By: gsar                                  on 2000/10/16  03:01:39
48422         Log: integrate change#5938 from mainline
48423              
48424              Consolidated B::Deparse fixes (from Stephen McCamant)
48425      Branch: maint-5.6/perl
48426           !> ext/B/B/Deparse.pm
48427 ____________________________________________________________________________
48428 [  7265] By: gsar                                  on 2000/10/16  03:00:43
48429         Log: integrate change#5936 from mainline
48430              
48431              additional tests for change#7263 (from Paul Marquess)
48432      Branch: maint-5.6/perl
48433           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
48434           !> t/pragma/warn/5nolint t/pragma/warn/6default
48435 ____________________________________________________________________________
48436 [  7264] By: gsar                                  on 2000/10/16  02:58:34
48437         Log: integrate change#5934 from mainline
48438              
48439              propagate lexical warnings from surrounding scope correctly
48440              within string eval() (from Paul Marquess)
48441      Branch: maint-5.6/perl
48442           !> pp_ctl.c t/pragma/warn/pp_ctl
48443 ____________________________________________________________________________
48444 [  7263] By: gsar                                  on 2000/10/16  02:56:53
48445         Log: integrate change#5932 from mainline
48446              
48447              add rsignal(), whichsig() and do_join() to public API list
48448              (mod_perl uses them to good advantage)
48449      Branch: maint-5.6/perl
48450           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
48451 ____________________________________________________________________________
48452 [  7262] By: gsar                                  on 2000/10/16  02:55:53
48453         Log: integrate change#5931 from mainline
48454              
48455              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
48456      Branch: maint-5.6/perl
48457           !> pp_hot.c regexec.c t/op/pat.t
48458 ____________________________________________________________________________
48459 [  7261] By: gsar                                  on 2000/10/16  02:55:01
48460         Log: integrate change#5930 from mainline
48461              
48462              small os390 tweaks (from Peter Prymmer)
48463      Branch: maint-5.6/perl
48464           !> config_h.SH makedepend.SH
48465 ____________________________________________________________________________
48466 [  7260] By: gsar                                  on 2000/10/16  02:54:10
48467         Log: integrate change#5929 from mainline
48468              
48469              pod nits
48470      Branch: maint-5.6/perl
48471           !> pod/perlguts.pod
48472 ____________________________________________________________________________
48473 [  7259] By: gsar                                  on 2000/10/16  02:52:55
48474         Log: integrate change#5927 from mainline
48475              
48476              arrange for next() to resume at the unstack op rather than the
48477              loop conditional, so that scope cleanup happens correctly
48478              (from Stephen McCamant)
48479      Branch: maint-5.6/perl
48480           !> op.c pp_ctl.c t/op/misc.t
48481 ____________________________________________________________________________
48482 [  7258] By: gsar                                  on 2000/10/16  02:51:38
48483         Log: integrate change#5926 from mainline
48484              
48485              on windows, reserve 16M of stack rather than 128M (allows more
48486              threads to run concurrently)
48487      Branch: maint-5.6/perl
48488           !> win32/Makefile win32/makefile.mk
48489 ____________________________________________________________________________
48490 [  7257] By: gsar                                  on 2000/10/16  02:50:37
48491         Log: integrate change#5925 from mainline
48492              
48493              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
48494      Branch: maint-5.6/perl
48495           !> toke.c
48496 ____________________________________________________________________________
48497 [  7256] By: gsar                                  on 2000/10/16  02:49:36
48498         Log: integrate change#5924 from mainline
48499              
48500              avoid using uninitialized memory in require version check
48501      Branch: maint-5.6/perl
48502           !> pp_ctl.c universal.c
48503 ____________________________________________________________________________
48504 [  7255] By: gsar                                  on 2000/10/16  02:48:03
48505         Log: integrate changes#5923,5928,6009 from mainline
48506              
48507              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
48508      Branch: maint-5.6/perl
48509           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
48510 ____________________________________________________________________________
48511 [  7254] By: gsar                                  on 2000/10/16  02:44:46
48512         Log: integrate change#5922 from mainline
48513              
48514              commentary about IoTYPE() (from Nathan Torkington)
48515      Branch: maint-5.6/perl
48516           !> sv.h
48517 ____________________________________________________________________________
48518 [  7253] By: gsar                                  on 2000/10/16  02:43:49
48519         Log: integrate change#5921 from mainline
48520              
48521              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
48522      Branch: maint-5.6/perl
48523           !> sv.c t/lib/charnames.t t/pragma/utf8.t
48524 ____________________________________________________________________________
48525 [  7252] By: gsar                                  on 2000/10/16  02:42:31
48526         Log: integrate change#5920 from mainline
48527              
48528              Larry's fix for buggy propagation of utf8-ness in join(); add test
48529      Branch: maint-5.6/perl
48530           !> doop.c t/op/ver.t
48531 ____________________________________________________________________________
48532 [  7251] By: gsar                                  on 2000/10/16  02:41:14
48533         Log: integrate changes#5915..5919 from mainline
48534              
48535              various (pod tweaks &c)
48536      Branch: maint-5.6/perl
48537           !> (integrate 33 files)
48538 ____________________________________________________________________________
48539 [  7250] By: gsar                                  on 2000/10/16  02:38:16
48540         Log: integrate change#5914 from mainline
48541              
48542              caller() wasn't returning the right number of elements for
48543              eval {...}
48544      Branch: maint-5.6/perl
48545           !> pp_ctl.c t/pragma/warn/9enabled
48546 ____________________________________________________________________________
48547 [  7249] By: gsar                                  on 2000/10/16  02:37:02
48548         Log: integrate change#5913 from mainline
48549              
48550              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
48551              (from Mark-Jason Dominus)
48552      Branch: maint-5.6/perl
48553           !> pod/perlfunc.pod
48554 ____________________________________________________________________________
48555 [  7248] By: gsar                                  on 2000/10/16  02:35:58
48556         Log: integrate change#5912 from mainline
48557              
48558              fix totally broken caching in UNIVERSAL::isa() (from
48559              Nick Ing-Simmons)
48560      Branch: maint-5.6/perl
48561           !> t/op/universal.t universal.c
48562 ____________________________________________________________________________
48563 [  7247] By: gsar                                  on 2000/10/16  02:34:27
48564         Log: integrate changes#5910,5911 from mainline
48565              
48566              typo in pod
48567              
48568              add linebreak properties from unicode/LineBrk.txt (from
48569              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
48570      Branch: maint-5.6/perl
48571           +> (branch 29 files)
48572           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
48573 ____________________________________________________________________________
48574 [  7246] By: gsar                                  on 2000/10/16  02:33:29
48575         Log: integrate change#5909 from mainline
48576              
48577              mode argument to do_binmode() should be file mode, not boolean
48578      Branch: maint-5.6/perl
48579           !> pp_sys.c
48580 ____________________________________________________________________________
48581 [  7245] By: gsar                                  on 2000/10/16  02:31:04
48582         Log: integrate change#5908 from mainline
48583              
48584              introduce illegal symbols into null package so that
48585              gv_fetchpv(...,TRUE) always returns a valid GV even when the
48586              symbol is trapped by strictures (avoids coredumps)
48587      Branch: maint-5.6/perl
48588           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
48589           !> t/pragma/strict-vars
48590 ____________________________________________________________________________
48591 [  7244] By: jhi                                   on 2000/10/16  02:29:54
48592         Log: Subject: $Carp::ExportLevel confusion in Exporter
48593              From: "Ben Tilly" <ben_tilly@hotmail.com>
48594              Date: Sat, 14 Oct 2000 16:44:34 EDT
48595              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
48596      Branch: perl
48597            ! lib/Exporter/Heavy.pm
48598 ____________________________________________________________________________
48599 [  7243] By: jhi                                   on 2000/10/16  02:28:33
48600         Log: Subject: [PATCH perlguts.pod] Document offset hack
48601              From: Simon Cozens <simon@cozens.net>
48602              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
48603              Date: Sat, 14 Oct 2000 19:32:25 +0100
48604      Branch: perl
48605            ! pod/perlguts.pod
48606 ____________________________________________________________________________
48607 [  7242] By: gsar                                  on 2000/10/16  02:26:51
48608         Log: integrate changes#5905,5906,5907,6064 from mainline
48609              
48610              printf/sprintf didn't get quad types right under use64bitint
48611      Branch: maint-5.6/perl
48612           !> pp_sys.c sv.c t/op/64bitint.t
48613 ____________________________________________________________________________
48614 [  7241] By: jhi                                   on 2000/10/16  02:22:44
48615         Log: Subject: small pod patch
48616              From: Dan Boorstein <dan_boo@bellsouth.net>
48617              Date: Sat, 14 Oct 2000 14:29:24 -0400
48618              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
48619      Branch: perl
48620            ! pod/perlfaq7.pod pod/perlmod.pod
48621 ____________________________________________________________________________
48622 [  7240] By: jhi                                   on 2000/10/16  02:13:46
48623         Log: -w cleanup.
48624              
48625              Subject: Re: Problems with bleadperl 
48626              From: "Stephen P. Potter" <spp@ds.net>
48627              Date: Fri, 13 Oct 2000 13:32:49 -0400
48628              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
48629      Branch: perl
48630            ! t/pragma/overload.t
48631 ____________________________________________________________________________
48632 [  7239] By: jhi                                   on 2000/10/16  01:41:18
48633         Log: One more ~utf8 tweak.
48634      Branch: perl
48635            ! t/op/bop.t
48636 ____________________________________________________________________________
48637 [  7238] By: jhi                                   on 2000/10/16  01:34:14
48638         Log: Tweak the test of #7235.
48639      Branch: perl
48640            ! t/op/bop.t
48641 ____________________________________________________________________________
48642 [  7237] By: jhi                                   on 2000/10/16  01:25:04
48643         Log: Fix a couple of compiler-noted nits in #7235.
48644      Branch: perl
48645            ! pp.c
48646 ____________________________________________________________________________
48647 [  7236] By: jhi                                   on 2000/10/16  01:22:46
48648         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
48649      Branch: perl
48650            ! pp.c pp_hot.c
48651 ____________________________________________________________________________
48652 [  7235] By: jhi                                   on 2000/10/15  16:24:44
48653         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
48654              
48655              From: Simon Cozens <simon@cozens.net>
48656              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
48657              Date: Sat, 14 Oct 2000 20:52:13 +0100
48658              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
48659      Branch: perl
48660            ! pp.c t/op/bop.t utf8.h
48661 ____________________________________________________________________________
48662 [  7234] By: jhi                                   on 2000/10/15  15:19:29
48663         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
48664              The problem was that rx->minlen was in chars while pp_split()
48665              thought it would be in bytes. 
48666      Branch: perl
48667            ! pp.c t/pragma/utf8.t
48668 ____________________________________________________________________________
48669 [  7233] By: jhi                                   on 2000/10/14  20:24:24
48670         Log: Document FNCASE=y as discussed in the bug 20000902.009.
48671      Branch: perl
48672            ! README.dos
48673 ____________________________________________________________________________
48674 [  7232] By: jhi                                   on 2000/10/14  18:52:21
48675         Log: Add test for bug id 20000427.003 (which seems to have
48676              been fixed) (also duplicate as 20000427.004, though
48677              with a higher severity).  Move one utf8 from op/append
48678              to pragma/utf8, tag the tests with bug ids.
48679      Branch: perl
48680            ! t/op/append.t t/pragma/utf8.t
48681 ____________________________________________________________________________
48682 [  7231] By: jhi                                   on 2000/10/14  17:28:37
48683         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
48684      Branch: perl
48685            ! t/pragma/utf8.t
48686 ____________________________________________________________________________
48687 [  7230] By: jhi                                   on 2000/10/14  14:24:50
48688         Log: Needs to be conditional on SunOS 4.
48689              
48690              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
48691              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48692              Date: Sat, 14 Oct 2000 13:37:49 +0100
48693              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
48694      Branch: metaconfig/U/perl
48695            ! End.U
48696      Branch: perl
48697            ! Configure myconfig.SH pod/perldelta.pod
48698 ____________________________________________________________________________
48699 [  7229] By: jhi                                   on 2000/10/14  00:49:22
48700         Log: Update Changes.
48701      Branch: perl
48702            ! Changes patchlevel.h
48703 ____________________________________________________________________________
48704 [  7228] By: jhi                                   on 2000/10/14  00:46:10
48705         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
48706              From: Peter Prymmer <pvhp@forte.com>
48707              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
48708              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
48709      Branch: perl
48710            ! lib/utf8.pm
48711 ____________________________________________________________________________
48712 [  7227] By: jhi                                   on 2000/10/13  23:20:30
48713         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
48714      Branch: perl
48715            ! t/op/tie.t
48716 ____________________________________________________________________________
48717 [  7226] By: jhi                                   on 2000/10/13  22:14:32
48718         Log: Tweak #7225.
48719              
48720              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
48721              From: Peter Prymmer <pvhp@forte.com>
48722              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
48723              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
48724      Branch: perl
48725            ! t/op/sprintf.t
48726 ____________________________________________________________________________
48727 [  7225] By: jhi                                   on 2000/10/13  22:11:31
48728         Log: op/sprintf.t patch for OS/390 (and any other host with limited
48729              floating-point exponent length)
48730              
48731              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
48732              From: Dominic Dunlop <domo@computer.org>
48733              Date: Fri, 13 Oct 2000 19:17:57 +0200
48734              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
48735      Branch: perl
48736            ! t/op/sprintf.t
48737 ____________________________________________________________________________
48738 [  7224] By: jhi                                   on 2000/10/13  18:40:48
48739         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
48740      Branch: perl
48741            ! toke.c
48742 ____________________________________________________________________________
48743 [  7223] By: jhi                                   on 2000/10/13  18:37:13
48744         Log: Thinko in #7222.
48745      Branch: perl
48746            ! utf8.c
48747 ____________________________________________________________________________
48748 [  7222] By: jhi                                   on 2000/10/13  18:05:23
48749         Log: Use UTF8SKIP(), from Simon Cozens.
48750      Branch: perl
48751            ! utf8.c
48752 ____________________________________________________________________________
48753 [  7221] By: jhi                                   on 2000/10/13  15:43:19
48754         Log: (accidentally empty check-in)
48755      Branch: perl
48756            ! utf8.c
48757 ____________________________________________________________________________
48758 [  7220] By: jhi                                   on 2000/10/13  15:23:51
48759         Log: Add (optimistically) Storable to static extensions.
48760      Branch: perl
48761            ! hints/uwin.sh hints/vmesa.sh
48762 ____________________________________________________________________________
48763 [  7219] By: jhi                                   on 2000/10/13  15:20:05
48764         Log: Amdahl UTS doesn't seem to do dynaloading.
48765      Branch: perl
48766            ! hints/uts.sh
48767 ____________________________________________________________________________
48768 [  7218] By: jhi                                   on 2000/10/13  15:15:20
48769         Log: Slight tweak of the code to appease Amdahl UTS cc.
48770      Branch: perl
48771            ! pp.c
48772 ____________________________________________________________________________
48773 [  7217] By: jhi                                   on 2000/10/13  14:50:42
48774         Log: In Amdahl UTS "struct sv" is defined by a system header,
48775              <ksync.h>.
48776      Branch: perl
48777            ! perl.h sv.h
48778 ____________________________________________________________________________
48779 [  7216] By: jhi                                   on 2000/10/13  11:58:25
48780         Log: Ilya implemented the memory profiling API.
48781      Branch: perl
48782            ! Todo
48783 ____________________________________________________________________________
48784 [  7215] By: jhi                                   on 2000/10/13  02:56:38
48785         Log: Subject: [PATCH 5.7.0] Perl API for mstats
48786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48787              Date: Thu, 12 Oct 2000 22:52:40 -0400
48788              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
48789      Branch: perl
48790            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
48791 ____________________________________________________________________________
48792 [  7214] By: jhi                                   on 2000/10/13  02:55:38
48793         Log: Subject: [PATCH 5.7.0] IVs in mtats
48794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48795              Date: Thu, 12 Oct 2000 22:51:04 -0400
48796              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
48797      Branch: perl
48798            ! malloc.c perl.h
48799 ____________________________________________________________________________
48800 [  7213] By: jhi                                   on 2000/10/13  02:31:47
48801         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
48802      Branch: perl
48803            ! pod/perldiag.pod pp_sys.c
48804 ____________________________________________________________________________
48805 [  7212] By: jhi                                   on 2000/10/13  01:27:38
48806         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
48807              From: Peter Prymmer <pvhp@forte.com>
48808              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
48809              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
48810      Branch: perl
48811            ! t/op/oct.t
48812 ____________________________________________________________________________
48813 [  7211] By: jhi                                   on 2000/10/13  00:35:09
48814         Log: Update Changes.
48815      Branch: perl
48816            ! Changes patchlevel.h
48817 ____________________________________________________________________________
48818 [  7210] By: jhi                                   on 2000/10/12  23:59:40
48819         Log: The Install.pm third of
48820              
48821              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
48822              From: Bill Campbell <bill@celestial.com>
48823              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
48824              Date: Thu, 5 Oct 2000 18:04:51 -0700
48825      Branch: perl
48826            ! lib/ExtUtils/Install.pm
48827 ____________________________________________________________________________
48828 [  7209] By: jhi                                   on 2000/10/12  23:58:43
48829         Log: Two thirds of
48830              
48831              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
48832              Date: Thu, 5 Oct 2000 18:04:51 -0700
48833              From: Bill Campbell <bill@celestial.com>
48834              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
48835              
48836              The Install.pm changes will be submitted separately because
48837              they need some work and discussion still.
48838      Branch: perl
48839            ! lib/getopts.pl lib/termcap.pl
48840 ____________________________________________________________________________
48841 [  7208] By: jhi                                   on 2000/10/12  23:41:19
48842         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
48843              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48844              Date:     Thu, 12 Oct 2000 07:30:02 EDT
48845              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
48846      Branch: perl
48847            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
48848            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
48849 ____________________________________________________________________________
48850 [  7207] By: jhi                                   on 2000/10/12  23:39:01
48851         Log: An updated EBCDIC tr patch.
48852              
48853              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
48854              From: Peter Prymmer <pvhp@forte.com>
48855              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
48856              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
48857      Branch: perl
48858            ! t/op/tr.t
48859 ____________________________________________________________________________
48860 [  7206] By: jhi                                   on 2000/10/12  23:34:55
48861         Log: Upgrade to CPAN 1.58, from Andreas König.
48862      Branch: perl
48863            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48864 ____________________________________________________________________________
48865 [  7205] By: jhi                                   on 2000/10/12  23:29:08
48866         Log: Introduce the man[24-8] variables, from Andy Dougherty.
48867      Branch: metaconfig/U/perl
48868            + mandirs.U mandirstyle.U
48869      Branch: perl
48870            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48871            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
48872            ! vos/config.h vos/config.pl vos/config_h.SH_orig
48873            ! win32/config.bc win32/config.gc win32/config.vc
48874 ____________________________________________________________________________
48875 [  7204] By: gsar                                  on 2000/10/12  18:11:24
48876         Log: restore change#7202
48877      Branch: perl
48878            ! mg.c
48879 ____________________________________________________________________________
48880 [  7203] By: gsar                                  on 2000/10/12  18:09:40
48881         Log: another test of the Emergency Broadcast System--back out 
48882              change#7202
48883      Branch: perl
48884            ! mg.c
48885 ____________________________________________________________________________
48886 [  7202] By: gsar                                  on 2000/10/12  16:40:47
48887         Log: (submitted on behalf of Jarkko)
48888              Fix the lib/encode.t subtest 6 failure as reported by Andreas
48889              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
48890              was unearthed by change 7182, as was a bug in HTML::Entities.
48891      Branch: perl
48892            ! mg.c
48893 ____________________________________________________________________________
48894 [  7201] By: jhi                                   on 2000/10/11  03:16:05
48895         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
48896      Branch: perl
48897            ! pp_hot.c t/pragma/utf8.t
48898 ____________________________________________________________________________
48899 [  7200] By: jhi                                   on 2000/10/11  00:40:30
48900         Log: The #7198 was a false alarm.
48901      Branch: perl
48902            ! pp_hot.c
48903 ____________________________________________________________________________
48904 [  7199] By: jhi                                   on 2000/10/11  00:26:04
48905         Log: Remove duplicated code.
48906      Branch: perl
48907            ! t/lib/cgi-html.t
48908 ____________________________________________________________________________
48909 [  7198] By: jhi                                   on 2000/10/10  23:30:46
48910         Log: (Retracted by #7200.)
48911      Branch: perl
48912            ! pp_hot.c
48913 ____________________________________________________________________________
48914 [  7197] By: jhi                                   on 2000/10/10  21:49:30
48915         Log: Add the test case for #7190, from the original bug report
48916              by Andreas König.
48917      Branch: perl
48918            ! t/pragma/utf8.t
48919 ____________________________________________________________________________
48920 [  7196] By: jhi                                   on 2000/10/10  21:40:49
48921         Log: Reapply Andy's patch and regen Configure.
48922      Branch: perl
48923            ! Configure INSTALL Makefile.SH Porting/Glossary
48924            ! Porting/config.sh config_h.SH epoc/config.sh installperl
48925            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
48926            ! win32/config.vc
48927 ____________________________________________________________________________
48928 [  7195] By: jhi                                   on 2000/10/10  21:09:30
48929         Log: Use the versiononly instead of the installscripts,
48930              retract the changes 7146 and 7147.
48931      Branch: perl
48932            ! Configure INSTALL Makefile.SH Porting/Glossary
48933            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
48934            ! installperl uconfig.sh vos/config.def win32/config.bc
48935            ! win32/config.gc win32/config.vc
48936 ____________________________________________________________________________
48937 [  7194] By: jhi                                   on 2000/10/10  21:06:15
48938         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
48939              From: Peter Prymmer <pvhp@forte.com>
48940              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
48941              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
48942      Branch: perl
48943            ! t/op/ver.t
48944 ____________________________________________________________________________
48945 [  7193] By: jhi                                   on 2000/10/10  21:05:12
48946         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
48947              From: Peter Prymmer <pvhp@forte.com>
48948              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
48949              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
48950      Branch: perl
48951            ! t/op/tr.t
48952 ____________________________________________________________________________
48953 [  7192] By: jhi                                   on 2000/10/10  20:57:30
48954         Log: Add versiononly, delete installscripts, from Andy Dougherty.
48955      Branch: metaconfig
48956            - U/installdirs/installscripts.U
48957      Branch: metaconfig/U/perl
48958            + versiononly.U
48959 ____________________________________________________________________________
48960 [  7191] By: jhi                                   on 2000/10/10  19:41:21
48961         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
48962              From: Peter Prymmer <pvhp@forte.com>
48963              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
48964              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
48965      Branch: perl
48966            ! pod/perlebcdic.pod
48967 ____________________________________________________________________________
48968 [  7190] By: jhi                                   on 2000/10/10  19:26:14
48969         Log: Subject: Re: utf8 concat, mg_get
48970              From: Simon Cozens <simon@cozens.net>
48971              Date: Tue, 10 Oct 2000 17:40:17 +0100
48972              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
48973      Branch: perl
48974            ! pp_hot.c
48975 ____________________________________________________________________________
48976 [  7189] By: jhi                                   on 2000/10/10  19:23:03
48977         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
48978              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
48979              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
48980              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
48981      Branch: perl
48982            ! lib/ExtUtils/MM_Unix.pm
48983 ____________________________________________________________________________
48984 [  7188] By: jhi                                   on 2000/10/10  15:31:24
48985         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
48986              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
48987              Date: Fri, 14 Jul 2000 10:47:36 +0100
48988              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
48989      Branch: perl
48990            ! README.win32
48991 ____________________________________________________________________________
48992 [  7187] By: jhi                                   on 2000/10/10  13:30:10
48993         Log: Quote the temp file name, needed in Win32 because the
48994              default name unfortunately contains spaces, shouldn't
48995              hurt elsewhere.
48996              
48997              Subject: FW: perldoc fails if $TEMP contains spaces
48998              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
48999              Date: Thu, 14 Sep 2000 08:58:45 +0100
49000              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
49001      Branch: perl
49002            ! utils/perldoc.PL
49003 ____________________________________________________________________________
49004 [  7186] By: jhi                                   on 2000/10/10  13:16:27
49005         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
49006              From: hv@hugo.hybyte.com
49007              Date: Tue, 10 Oct 2000 14:10:20 +0100
49008              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
49009      Branch: perl
49010            ! t/lib/thr5005.t util.c
49011 ____________________________________________________________________________
49012 [  7185] By: jhi                                   on 2000/10/10  12:06:22
49013         Log: Upgrade to podlators 1.04, from Russ Allbery.
49014      Branch: perl
49015            ! lib/Pod/Man.pm lib/Pod/Text.pm
49016 ____________________________________________________________________________
49017 [  7184] By: jhi                                   on 2000/10/10  12:01:32
49018         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
49019      Branch: perl
49020            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
49021 ____________________________________________________________________________
49022 [  7183] By: jhi                                   on 2000/10/09  23:47:15
49023         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
49024              From: Peter Prymmer <pvhp@forte.com>
49025              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
49026              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
49027      Branch: perl
49028            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
49029 ____________________________________________________________________________
49030 [  7182] By: jhi                                   on 2000/10/09  23:43:16
49031         Log: Make eq work again with utf8 (disabling the upgrading
49032              should no more be necessary since the copies of the
49033              scalars are upgraded, not the scalars themselves).
49034              Takes care of ID 20001009.001.  (The claimed length()
49035              bug in 20001009.001 seems bogus to me.)
49036      Branch: perl
49037            ! sv.c t/pragma/utf8.t
49038 ____________________________________________________________________________
49039 [  7181] By: gsar                                  on 2000/10/09  19:41:54
49040         Log: tweak for change#7173
49041      Branch: perl
49042            ! win32/win32sck.c
49043 ____________________________________________________________________________
49044 [  7180] By: gsar                                  on 2000/10/09  19:26:56
49045         Log: on Windows, clean targets might not work under some flavors of the shell
49046      Branch: perl
49047            ! win32/Makefile win32/makefile.mk
49048 ____________________________________________________________________________
49049 [  7179] By: jhi                                   on 2000/10/09  19:21:02
49050         Log: Update Changes.
49051      Branch: perl
49052            ! Changes patchlevel.h
49053 ____________________________________________________________________________
49054 [  7178] By: jhi                                   on 2000/10/09  19:18:23
49055         Log: Warn about unknown scripts.
49056              
49057              Subject: Re: ideas? patches? [PATCH bleadperl]
49058              From: Dominic Dunlop <domo@computer.org>
49059              Date: Mon, 9 Oct 2000 14:57:17 +0200
49060              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
49061      Branch: perl
49062            ! lib/charnames.pm
49063 ____________________________________________________________________________
49064 [  7177] By: jhi                                   on 2000/10/09  19:13:27
49065         Log: Change #7160 had a nasty typo.
49066      Branch: metaconfig
49067            ! U/compline/Compile.U
49068      Branch: perl
49069            ! Configure config_h.SH
49070 ____________________________________________________________________________
49071 [  7176] By: gsar                                  on 2000/10/09  18:59:33
49072         Log: pod nit
49073      Branch: perl
49074            ! pod/perlport.pod
49075 ____________________________________________________________________________
49076 [  7175] By: gsar                                  on 2000/10/09  18:54:28
49077         Log: Windows9x doesn't support link(), despite what Config.pm
49078              might think
49079      Branch: perl
49080            ! lib/ExtUtils/Manifest.pm
49081 ____________________________________________________________________________
49082 [  7174] By: gsar                                  on 2000/10/09  18:50:03
49083         Log: avoid nonportable example code
49084      Branch: perl
49085            ! lib/File/Copy.pm
49086 ____________________________________________________________________________
49087 [  7173] By: gsar                                  on 2000/10/09  18:46:54
49088         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
49089              being used) when closing a socket handle
49090      Branch: perl
49091            ! win32/win32.c win32/win32.h win32/win32sck.c
49092 ____________________________________________________________________________
49093 [  7172] By: gsar                                  on 2000/10/09  18:41:40
49094         Log: on Windows, cwd strings in the environment should be of the
49095              form =X:=X:\foo instead of =X=X:\foo\
49096      Branch: perl
49097            ! win32/vdir.h
49098 ____________________________________________________________________________
49099 [  7171] By: gsar                                  on 2000/10/09  18:30:09
49100         Log: on Windows, LoadLibrary() could load an extension DLL multiple
49101              times if forward slashes are used in the path
49102      Branch: perl
49103            ! win32/win32.c
49104 ____________________________________________________________________________
49105 [  7170] By: jhi                                   on 2000/10/09  17:53:59
49106         Log: Add a todo note about overloadable assertions.
49107      Branch: perl
49108            ! Todo-5.6
49109 ____________________________________________________________________________
49110 [  7169] By: jhi                                   on 2000/10/09  13:43:45
49111         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
49112              From: mjd@plover.com
49113              Date: 9 Oct 2000 00:24:44 -0000
49114              Message-ID: <20001009002444.10616.qmail@plover.com>
49115      Branch: perl
49116            ! pod/perldebguts.pod
49117 ____________________________________________________________________________
49118 [  7168] By: nick                                  on 2000/10/08  13:16:33
49119         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
49120              is not right thing to do on (e.g. x86). Network order is also "right" for
49121              X fonts.
49122      Branch: perl
49123            ! ext/Encode/Encode.pm
49124 ____________________________________________________________________________
49125 [  7167] By: nick                                  on 2000/10/08  12:54:42
49126         Log: Make "encodings" work post-install when Encode/*.enc files may not
49127              be in same directory as Encode.pm
49128      Branch: perl
49129            ! ext/Encode/Encode.pm
49130 ____________________________________________________________________________
49131 [  7166] By: nick                                  on 2000/10/08  11:51:26
49132         Log: Work round the fact that $hash->{$key} does not take into account
49133              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
49134              so that key is always in the "expected" encoding - i.e. same way we put
49135              it in the hash.
49136      Branch: perl
49137            ! ext/Encode/Encode.pm
49138 ____________________________________________________________________________
49139 [  7165] By: gsar                                  on 2000/10/08  04:15:29
49140         Log: save_re_context() could reset PL_curcop to freed memory, causing core
49141              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
49142      Branch: perl
49143            ! pp_ctl.c
49144 ____________________________________________________________________________
49145 [  7164] By: jhi                                   on 2000/10/06  20:51:48
49146         Log: UTF8ize split() so that the cloned substrings get the UTF8
49147              flag of the original scalar.  Problem reported by Simon Cozens.
49148      Branch: perl
49149            ! pp.c t/pragma/utf8.t
49150 ____________________________________________________________________________
49151 [  7163] By: nick                                  on 2000/10/06  20:48:34
49152         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
49153              got a false +ve and so did not reach code which would have un-FAKEd the SV.
49154      Branch: perl
49155            ! sv.c
49156 ____________________________________________________________________________
49157 [  7162] By: nick                                  on 2000/10/06  20:25:37
49158         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
49159              To fix  (sort {$a <=> $b} keys %hash) in particular but
49160              should cover a number of other as-yet-unknown cases as well.
49161      Branch: perl
49162            ! sv.c
49163 ____________________________________________________________________________
49164 [  7161] By: jhi                                   on 2000/10/06  19:56:18
49165         Log: Change the version number of Tie::Handle in the core to 4.0,
49166              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
49167              
49168              Subject: Note on Tie::Handle
49169              From: andreas.koenig@anima.de (Andreas J. Koenig)
49170              Date:      06 Oct 2000 21:48:58 +0200
49171              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
49172      Branch: perl
49173            ! lib/Tie/Handle.pm
49174 ____________________________________________________________________________
49175 [  7160] By: jhi                                   on 2000/10/06  18:20:35
49176         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
49177              as the first option of cc/ld because of ultrapicky compilers
49178              (e.g. OS/390 R2.5)
49179      Branch: metaconfig
49180            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
49181            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
49182            ! U/compline/orderlib.U U/modified/Cppsym.U
49183            ! U/modified/d_access.U
49184      Branch: metaconfig/U/perl
49185            ! Checkcc.U d_dlsymun.U gccvers.U
49186      Branch: perl
49187            ! Configure config_h.SH
49188 ____________________________________________________________________________
49189 [  7159] By: jhi                                   on 2000/10/06  13:56:39
49190         Log: Update Changes.
49191      Branch: perl
49192            ! Changes patchlevel.h
49193 ____________________________________________________________________________
49194 [  7158] By: jhi                                   on 2000/10/06  12:48:40
49195         Log: Eliminate $Is_VMS code from the test.
49196              
49197              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
49198              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49199              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
49200              Date:     Thu, 5 Oct 2000 07:46:33 EDT
49201      Branch: perl
49202            ! t/lib/b.t
49203 ____________________________________________________________________________
49204 [  7157] By: jhi                                   on 2000/10/06  12:47:13
49205         Log: Also the $ccflags is needed for the C compiler check.
49206              
49207              Subject: Configure (check for C-compiler)
49208              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49209              Date: Fri, 06 Oct 2000 08:47:15 +0200
49210              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
49211      Branch: metaconfig/U/perl
49212            ! Checkcc.U
49213      Branch: perl
49214            ! Configure config_h.SH
49215 ____________________________________________________________________________
49216 [  7156] By: jhi                                   on 2000/10/06  11:45:15
49217         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
49218      Branch: perl
49219            ! perl.c pp_ctl.c sv.h utf8.c
49220 ____________________________________________________________________________
49221 [  7155] By: jhi                                   on 2000/10/06  11:40:41
49222         Log: IO::Handle->syswrite() did not handle length omission
49223              like CORE::syswrite() does.
49224              
49225              Subject: [Fwd] IO::Handle, syswrite and arguments
49226              From: Graham Barr <gbarr@pobox.com>
49227              Date: Fri, 6 Oct 2000 10:22:05 +0100
49228              Message-ID: <20001006102205.U6312@pobox.com>
49229              
49230              The original patch from andrew@ugh.net.au.
49231      Branch: perl
49232            ! ext/IO/lib/IO/Handle.pm
49233 ____________________________________________________________________________
49234 [  7154] By: jhi                                   on 2000/10/06  01:42:15
49235         Log: Tweak #7153.
49236      Branch: perl
49237            ! utf8.h
49238 ____________________________________________________________________________
49239 [  7153] By: jhi                                   on 2000/10/06  00:39:55
49240         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
49241      Branch: perl
49242            ! utf8.h
49243 ____________________________________________________________________________
49244 [  7152] By: jhi                                   on 2000/10/06  00:38:11
49245         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
49246      Branch: perl
49247            ! perl.c pp_ctl.c sv.h utf8.c
49248 ____________________________________________________________________________
49249 [  7151] By: jhi                                   on 2000/10/06  00:36:38
49250         Log: Subject: Re: Questions about Tie::Array and perl modules
49251              From: Nick Ing-Simmons <nik@tiuk.ti.com>
49252              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
49253              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
49254              
49255              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
49256      Branch: perl
49257            ! lib/Tie/Array.pm t/op/array.t
49258 ____________________________________________________________________________
49259 [  7150] By: jhi                                   on 2000/10/05  00:20:45
49260         Log: Regen Changes.
49261      Branch: perl
49262            ! Changes patchlevel.h
49263 ____________________________________________________________________________
49264 [  7149] By: jhi                                   on 2000/10/05  00:20:01
49265         Log: Regen toc.
49266      Branch: perl
49267            ! pod/perltoc.pod
49268 ____________________________________________________________________________
49269 [  7148] By: jhi                                   on 2000/10/04  23:35:08
49270         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
49271              reported several times by Dominic Dunlop, for example in
49272              ID 20000315.008.  Patch from Dominic.  Patch affects at
49273              least MachTen, and possibly other oldish BSDs. Should not
49274              break non-broken platforms (tested on LinuxPPC). 
49275      Branch: perl
49276            ! doio.c
49277 ____________________________________________________________________________
49278 [  7147] By: jhi                                   on 2000/10/04  23:26:34
49279         Log: The one that got away from 7146.
49280      Branch: metaconfig
49281            + U/installdirs/installscripts.U
49282 ____________________________________________________________________________
49283 [  7146] By: jhi                                   on 2000/10/04  23:25:04
49284         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
49285              suggested by H. Merijn Brand.
49286      Branch: perl
49287            ! Configure INSTALL Makefile.SH Porting/Glossary
49288            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
49289            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
49290            ! win32/config.vc
49291 ____________________________________________________________________________
49292 [  7145] By: jhi                                   on 2000/10/04  22:08:21
49293         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
49294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49295              Date: Wed, 4 Oct 2000 17:37:46 -0400
49296              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
49297      Branch: perl
49298            ! utils/h2xs.PL
49299 ____________________________________________________________________________
49300 [  7144] By: jhi                                   on 2000/10/04  18:11:41
49301         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
49302              From: Jeff Pinyan <jeffp@crusoe.net>
49303              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
49304              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
49305      Branch: perl
49306            ! pod/perlrun.pod
49307 ____________________________________________________________________________
49308 [  7143] By: jhi                                   on 2000/10/04  18:09:58
49309         Log: Subject: perlhack.pod Patch for Externals Tools
49310              From: Fisher Mark <fisherm@tce.com>
49311              Date: Tue, 3 Oct 2000 15:43:27 -0500 
49312              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
49313      Branch: perl
49314            ! pod/perlhack.pod
49315 ____________________________________________________________________________
49316 [  7142] By: jhi                                   on 2000/10/04  18:08:41
49317         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
49318              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49319              Date:     Wed, 4 Oct 2000 12:11:11 EDT
49320              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
49321      Branch: perl
49322            ! vms/vms.c
49323 ____________________________________________________________________________
49324 [  7141] By: jhi                                   on 2000/10/04  12:20:16
49325         Log: Subject: [PATCH 5.7.0] h2xs not working
49326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49327              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
49328              Date: Tue, 3 Oct 2000 21:43:01 -0400
49329              
49330              Subject: [PATCH 5.7.0] h2xs not documenting the created module
49331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49332              Date: Tue, 3 Oct 2000 22:55:19 -0400
49333              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
49334      Branch: perl
49335            ! utils/h2xs.PL
49336 ____________________________________________________________________________
49337 [  7140] By: jhi                                   on 2000/10/04  11:53:44
49338         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
49339              From: nick@babyhippo.com
49340              Date: Wed, 4 Oct 2000 12:06:45 +0100
49341              Message-Id: <20001004120645.A7356@babyhippo.com>
49342              
49343              Retract 7118 and 7135.
49344      Branch: perl
49345            ! installman installperl op.c t/pragma/subs.t
49346 ____________________________________________________________________________
49347 [  7139] By: jhi                                   on 2000/10/03  22:09:41
49348         Log: It is possible to have no hosts database at all.  Pointed out in
49349              
49350              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
49351              From: Peter Prymmer <pvhp@forte.com>
49352              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
49353              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
49354      Branch: metaconfig
49355            ! U/modified/myhostname.U
49356      Branch: perl
49357            ! Configure config_h.SH
49358 ____________________________________________________________________________
49359 [  7138] By: jhi                                   on 2000/10/03  21:49:49
49360         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
49361              From: Peter Prymmer <pvhp@forte.com>
49362              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
49363              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
49364      Branch: perl
49365            ! pp_sys.c
49366 ____________________________________________________________________________
49367 [  7137] By: jhi                                   on 2000/10/03  20:10:05
49368         Log: One remaining nit less at the VMS mailbox sizing.
49369      Branch: perl
49370            ! vms/vms.c
49371 ____________________________________________________________________________
49372 [  7136] By: jhi                                   on 2000/10/03  20:08:47
49373         Log: Test harness update to sync with the new perlcc,
49374              from Simon Cozens.
49375      Branch: perl
49376            ! t/TEST t/UTEST
49377 ____________________________________________________________________________
49378 [  7135] By: jhi                                   on 2000/10/03  15:15:42
49379         Log: Subject: Re: PATCH for 20001003.004
49380              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
49381              From: "AARON B. DOSSETT" <aaron@iglou.com>
49382              Message-Id: <E13gTay-0006od-00@iglou.com>
49383      Branch: perl
49384            ! installman installperl
49385 ____________________________________________________________________________
49386 [  7134] By: jhi                                   on 2000/10/03  15:00:34
49387         Log: Subject: [ID 20001003.006] B::Debug not -w clean
49388              From: Nicholas Clark <nick@babyhippo.co.uk>
49389              Date: Tue, 03 Oct 2000 15:46:32 +0100
49390              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
49391      Branch: perl
49392            ! ext/B/B/Debug.pm
49393 ____________________________________________________________________________
49394 [  7133] By: jhi                                   on 2000/10/03  14:58:39
49395         Log: Scale down the VMS message boxes, by Charles Lane.
49396              Fix for ID 20000903.009, workaround at
49397              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
49398      Branch: perl
49399            ! vms/vms.c
49400 ____________________________________________________________________________
49401 [  7132] By: jhi                                   on 2000/10/03  11:20:37
49402         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
49403      Branch: perl
49404            + t/lib/st-lock.t t/lib/st-utf8.t
49405            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
49406            ! ext/Storable/Storable.xs t/lib/st-recurse.t
49407 ____________________________________________________________________________
49408 [  7131] By: jhi                                   on 2000/10/03  03:38:23
49409         Log: Encode nits.
49410      Branch: perl
49411            ! MANIFEST Makefile.SH
49412 ____________________________________________________________________________
49413 [  7130] By: jhi                                   on 2000/10/03  03:31:05
49414         Log: Update Changes.
49415      Branch: perl
49416            ! Changes patchlevel.h
49417 ____________________________________________________________________________
49418 [  7129] By: jhi                                   on 2000/10/03  02:24:02
49419         Log: Misplaced else.
49420      Branch: metaconfig/U/perl
49421            ! d_strtoll.U
49422      Branch: perl
49423            ! Configure config_h.SH
49424 ____________________________________________________________________________
49425 [  7128] By: jhi                                   on 2000/10/03  02:08:29
49426         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
49427              From: sthoenna@efn.org
49428              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
49429              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
49430      Branch: metaconfig/U/perl
49431            ! d_strtoll.U
49432      Branch: perl
49433            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
49434 ____________________________________________________________________________
49435 [  7127] By: jhi                                   on 2000/10/03  01:13:14
49436         Log: Update Changes.
49437      Branch: perl
49438            ! Changes patchlevel.h
49439 ____________________________________________________________________________
49440 [  7126] By: jhi                                   on 2000/10/03  00:57:08
49441         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
49442              as suggested by Olaf Flebbe and Nick Clark.
49443      Branch: perl
49444            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
49445 ____________________________________________________________________________
49446 [  7125] By: jhi                                   on 2000/10/03  00:50:56
49447         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
49448              From: Nick Clark <nick@plum.flirble.org>
49449              Date: Mon, 2 Oct 2000 11:03:24 +0100
49450              Message-Id: <20001002110324.D20073@plum.flirble.org>
49451              
49452              Also fixes bug ID 20001002.005.
49453      Branch: perl
49454            ! t/lib/encode.t
49455 ____________________________________________________________________________
49456 [  7124] By: jhi                                   on 2000/10/03  00:34:59
49457         Log: Subject: [PATCH 5.7.0] Epoc update
49458              From: Olaf Flebbe <o.flebbe@gmx.de>
49459              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
49460              Message-ID: <26423.969484586@www10.gmx.net>
49461      Branch: perl
49462            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
49463            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
49464            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
49465            ! util.c util.h
49466 ____________________________________________________________________________
49467 [  7123] By: jhi                                   on 2000/10/03  00:30:07
49468         Log: Regen headers.
49469      Branch: perl
49470            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
49471 ____________________________________________________________________________
49472 [  7122] By: jhi                                   on 2000/10/03  00:10:48
49473         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
49474      Branch: perl
49475            ! hints/openbsd.sh
49476 ____________________________________________________________________________
49477 [  7121] By: jhi                                   on 2000/10/03  00:05:06
49478         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
49479              From: <abigail@foad.org>
49480              Date: Tue, 26 Sep 2000 13:36:14 -0400
49481              Message-ID: <20000926173614.4356.qmail@foad.org>
49482      Branch: perl
49483            ! pod/perlop.pod
49484 ____________________________________________________________________________
49485 [  7120] By: jhi                                   on 2000/10/03  00:04:00
49486         Log: Inside require() $^S was always left undefined.
49487              
49488              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
49489              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49490              Date: Wed, 27 Sep 2000 18:54:49 -0400
49491              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
49492      Branch: perl
49493            ! cop.h mg.c pp_ctl.c util.c
49494 ____________________________________________________________________________
49495 [  7119] By: jhi                                   on 2000/10/03  00:00:16
49496         Log: Subject: [PATCH] DLL not restartabke with threaded perl
49497              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
49498              Date: Thu, 28 Sep 2000 09:20:46 +0100
49499              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
49500      Branch: perl
49501            ! perl.c
49502 ____________________________________________________________________________
49503 [  7118] By: jhi                                   on 2000/10/02  23:59:20
49504         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
49505              From: Nicholas Clark <nick@ccl4.org>
49506              Date: Thu, 28 Sep 2000 11:52:24 +0100
49507              Message-ID: <20000928115224.D7924@plum.flirble.org>
49508      Branch: perl
49509            ! op.c
49510 ____________________________________________________________________________
49511 [  7117] By: jhi                                   on 2000/10/02  23:57:51
49512         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
49513              From: Nicholas Clark <nick@babyhippo.co.uk>
49514              Date: Thu, 28 Sep 2000 12:18:10 +0100
49515              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
49516              
49517              Did not apply cleanly, manual intervention was needed.
49518      Branch: perl
49519            ! ext/B/B/Bytecode.pm utils/perlcc.PL
49520 ____________________________________________________________________________
49521 [  7116] By: jhi                                   on 2000/10/02  23:50:40
49522         Log: Document the issue (is not a syntax error, kind of)
49523              
49524              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
49525              From: Nicholas Clark <nick@ccl4.org>
49526              Date: Thu, 28 Sep 2000 17:12:42 +0100
49527              Message-ID: <20000928171242.K7924@plum.flirble.org>
49528      Branch: perl
49529            ! pod/perldata.pod
49530 ____________________________________________________________________________
49531 [  7115] By: jhi                                   on 2000/10/02  23:48:58
49532         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
49533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49534              Date: Thu, 28 Sep 2000 21:55:31 -0400
49535              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
49536      Branch: perl
49537            ! regexec.c
49538 ____________________________________________________________________________
49539 [  7114] By: jhi                                   on 2000/10/02  23:47:57
49540         Log: Subject: DOC PATCH 5.6.0
49541              From: mjd@plover.com
49542              Date: 30 Sep 2000 06:02:34 -0000
49543              Message-ID: <20000930060234.4559.qmail@plover.com>
49544      Branch: perl
49545            ! pod/perldebguts.pod
49546 ____________________________________________________________________________
49547 [  7113] By: jhi                                   on 2000/10/02  23:46:43
49548         Log: SOCK_DGRAM and listen() do not mix as reported in
49549              
49550              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
49551              From: Petter Reinholdtsen <pere@hungry.com>
49552              Date: Sun, 1 Oct 2000 10:57:20 +0800
49553              Message-Id: <200010010257.KAA05735@localhost.localdomain>
49554              
49555              The patch for 5.7.0+ had to be reengineered, though.
49556      Branch: perl
49557            ! ext/IO/lib/IO/Socket/UNIX.pm
49558 ____________________________________________________________________________
49559 [  7112] By: jhi                                   on 2000/10/02  23:36:57
49560         Log: Subject: Re: [PATCH 5.005_64 missed]
49561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49562              Date: Sun, 1 Oct 2000 18:50:10 -0400
49563              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
49564      Branch: perl
49565            ! pod/perlxs.pod
49566 ____________________________________________________________________________
49567 [  7111] By: jhi                                   on 2000/10/02  23:35:40
49568         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
49569              From: Radu Greab <radu@netsoft.ro>
49570              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
49571              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
49572      Branch: perl
49573            ! op.c opcode.pl t/op/substr.t
49574 ____________________________________________________________________________
49575 [  7110] By: jhi                                   on 2000/10/02  23:32:38
49576         Log: Subject: [PATCH] Fix aliasing of tied filehandles
49577              From: Daniel Chetlin <daniel@chetlin.com>
49578              Date: Mon, 2 Oct 2000 14:53:27 -0700
49579              Message-ID: <20001002145327.C1617@ilmd>
49580      Branch: perl
49581            ! perl.h pp_hot.c t/op/tiehandle.t
49582 ____________________________________________________________________________
49583 [  7109] By: jhi                                   on 2000/10/02  23:31:30
49584         Log: s/Robin Parker/Robin Barker/
49585      Branch: perl
49586            ! Changes5.6
49587 ____________________________________________________________________________
49588 [  7108] By: jhi                                   on 2000/10/02  23:15:46
49589         Log: Retract #7091 as suggested in
49590              
49591              From: Robin Barker <rmb1@cise.npl.co.uk> 
49592              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
49593              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
49594              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
49595      Branch: perl
49596            ! embed.pl proto.h
49597 ____________________________________________________________________________
49598 [  7107] By: nick                                  on 2000/10/02  18:23:14
49599         Log: A few tweaks to get Tk803 to work with Encode scheme.
49600      Branch: perl
49601            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
49602 ____________________________________________________________________________
49603 [  7106] By: nick                                  on 2000/10/01  21:34:14
49604         Log: Add checking cases to Encode's toUnicode and fromUnicode.
49605      Branch: perl
49606            ! ext/Encode/Encode.pm
49607 ____________________________________________________________________________
49608 [  7105] By: nick                                  on 2000/10/01  17:18:01
49609         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
49610              To read and use them.
49611              Add a lib/encode.t which checks a few things.
49612      Branch: perl
49613            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
49614            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
49615            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
49616            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
49617            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
49618            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
49619            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
49620            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
49621            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
49622            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
49623            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
49624            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
49625            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
49626            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
49627            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
49628            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
49629            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
49630            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
49631            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
49632            + ext/Encode/Encode/iso2022-jp.enc
49633            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
49634            + ext/Encode/Encode/iso8859-1.enc
49635            + ext/Encode/Encode/iso8859-2.enc
49636            + ext/Encode/Encode/iso8859-3.enc
49637            + ext/Encode/Encode/iso8859-4.enc
49638            + ext/Encode/Encode/iso8859-5.enc
49639            + ext/Encode/Encode/iso8859-6.enc
49640            + ext/Encode/Encode/iso8859-7.enc
49641            + ext/Encode/Encode/iso8859-8.enc
49642            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
49643            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
49644            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
49645            + ext/Encode/Encode/macCentEuro.enc
49646            + ext/Encode/Encode/macCroatian.enc
49647            + ext/Encode/Encode/macCyrillic.enc
49648            + ext/Encode/Encode/macDingbats.enc
49649            + ext/Encode/Encode/macGreek.enc
49650            + ext/Encode/Encode/macIceland.enc
49651            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
49652            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
49653            + ext/Encode/Encode/macTurkish.enc
49654            + ext/Encode/Encode/macUkraine.enc
49655            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
49656            + t/lib/encode.t
49657            ! MANIFEST ext/Encode/Encode.pm
49658 ____________________________________________________________________________
49659 [  7104] By: nick                                  on 2000/09/30  13:04:30
49660         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
49661              From: Daniel Chetlin <daniel@chetlin.com>
49662              Date: Mon, 18 Sep 2000 05:05:40 -0700
49663              Message-Id: <20000918050540.C652@ilmd>
49664      Branch: perl
49665            ! lib/overload.pm sv.c t/pragma/overload.t
49666 ____________________________________________________________________________
49667 [  7103] By: nick                                  on 2000/09/30  12:53:36
49668         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
49669              From: Johan Vromans <jvromans@squirrel.nl>
49670              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
49671              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
49672      Branch: perl
49673            ! pod/Makefile.SH
49674 ____________________________________________________________________________
49675 [  7102] By: nick                                  on 2000/09/30  12:52:31
49676         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
49677              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49678              Date: Sat, 16 Sep 2000 16:36:45 -0400
49679              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
49680      Branch: perl
49681            ! ext/B/B/Deparse.pm
49682 ____________________________________________________________________________
49683 [  7101] By: nick                                  on 2000/09/30  12:51:41
49684         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
49685              From: Craig A. Berry <craig.berry@psinetcs.com>
49686              Date: Sat, 16 Sep 2000 10:11:10 -0500
49687              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
49688      Branch: perl
49689            ! vms/vms.c
49690 ____________________________________________________________________________
49691 [  7100] By: nick                                  on 2000/09/30  12:50:33
49692         Log: Subject: Re: unicode support and perl [ID 20000901.097]
49693              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49694              Date: Fri, 15 Sep 2000 16:37:58 -0400
49695              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
49696      Branch: perl
49697            ! t/op/append.t
49698 ____________________________________________________________________________
49699 [  7099] By: nick                                  on 2000/09/30  12:49:35
49700         Log: Subject: Re: unicode support and perl [ID 20000901.097]
49701              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49702              Date: Fri, 15 Sep 2000 16:25:30 -0400
49703              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
49704      Branch: perl
49705            ! pp_hot.c
49706 ____________________________________________________________________________
49707 [  7098] By: nick                                  on 2000/09/30  12:48:00
49708         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
49709              From: Gisle Aas <gisle@ActiveState.com>
49710              Date: 15 Sep 2000 16:23:41 +0200
49711              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
49712      Branch: perl
49713            ! toke.c
49714 ____________________________________________________________________________
49715 [  7097] By: nick                                  on 2000/09/30  12:45:16
49716         Log: Subject: [PATCH] Nits in perlmod.pod
49717              From: Daniel Chetlin <daniel@chetlin.com>
49718              Date: Fri, 15 Sep 2000 02:04:09 -0700
49719              Message-Id: <20000915020409.A2104@ilmd>
49720      Branch: perl
49721            ! pod/perlmod.pod
49722 ____________________________________________________________________________
49723 [  7096] By: nick                                  on 2000/09/30  12:18:00
49724         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
49725              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
49726              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
49727              0 to checking to get the warning.
49728      Branch: perl
49729            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
49730            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
49731            ! regexec.c sv.c toke.c utf8.c
49732 ____________________________________________________________________________
49733 [  7095] By: nick                                  on 2000/09/15  16:55:59
49734         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
49735              
49736              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
49737              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49738              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
49739              Date: Fri, 15 Sep 2000 06:37:30 -0400
49740      Branch: perl
49741            ! ext/Encode/Encode.xs sv.c
49742 ____________________________________________________________________________
49743 [  7094] By: jhi                                   on 2000/09/15  03:23:32
49744         Log: Update Changes.
49745      Branch: perl
49746            ! Changes patchlevel.h
49747 ____________________________________________________________________________
49748 [  7093] By: jhi                                   on 2000/09/15  03:11:44
49749         Log: Fix for the charnames.t failures from Spider Boardman.
49750      Branch: perl
49751            ! toke.c
49752 ____________________________________________________________________________
49753 [  7092] By: jhi                                   on 2000/09/15  00:15:48
49754         Log: Botched the #7090 check-in.
49755      Branch: perl
49756            ! sv.c
49757 ____________________________________________________________________________
49758 [  7091] By: jhi                                   on 2000/09/14  23:33:24
49759         Log: Part of #7081 didn't come through.
49760      Branch: perl
49761            ! embed.pl proto.h
49762 ____________________________________________________________________________
49763 [  7090] By: jhi                                   on 2000/09/14  23:17:39
49764         Log: Subject: Re: perl@7078 
49765              From: Spider Boardman <spider@web.zk3.dec.com>
49766              Date: Thu, 14 Sep 2000 19:06:36 -0400
49767              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
49768      Branch: perl
49769            ! sv.c toke.c
49770 ____________________________________________________________________________
49771 [  7089] By: jhi                                   on 2000/09/14  23:11:21
49772         Log: Small portability tweaks.
49773      Branch: perl
49774            ! ext/Encode/Encode.xs
49775 ____________________________________________________________________________
49776 [  7088] By: jhi                                   on 2000/09/14  22:57:23
49777         Log: Fake return to pacify picky compilers.
49778      Branch: perl
49779            ! ext/Encode/Encode.xs
49780 ____________________________________________________________________________
49781 [  7087] By: jhi                                   on 2000/09/14  22:53:37
49782         Log: Subject: [PATCH] utf8.c apidoc
49783              From: Simon Cozens <simon@cozens.net>
49784              Date: Thu, 14 Sep 2000 23:46:57 +0100
49785              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
49786      Branch: perl
49787            ! perlapi.c pod/perlapi.pod utf8.c
49788 ____________________________________________________________________________
49789 [  7086] By: jhi                                   on 2000/09/14  22:40:38
49790         Log: We don't need to count the high bit bytes, a boolean is enough. 
49791      Branch: perl
49792            ! sv.c
49793 ____________________________________________________________________________
49794 [  7085] By: jhi                                   on 2000/09/14  21:20:09
49795         Log: Replace #7084 with
49796              
49797              Subject: Re: perl@7078 
49798              From: Spider Boardman <spider@web.zk3.dec.com>
49799              Date: Thu, 14 Sep 2000 17:09:36 -0400
49800              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
49801      Branch: perl
49802            ! sv.c utf8.c
49803 ____________________________________________________________________________
49804 [  7084] By: jhi                                   on 2000/09/14  20:03:34
49805         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
49806              convertable to bytes by checking it doesn't go above 0xc3
49807              
49808              Subject: Re: perl@7078
49809              From: Simon Cozens <simon@cozens.net>
49810              Date: Thu, 14 Sep 2000 20:59:19 +0100
49811              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
49812      Branch: perl
49813            ! utf8.c
49814 ____________________________________________________________________________
49815 [  7083] By: jhi                                   on 2000/09/14  19:38:47
49816         Log: Subject: Re: perl@7078
49817              From: Simon Cozens <simon@cozens.net>
49818              Date: Thu, 14 Sep 2000 20:13:09 +0100
49819              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
49820      Branch: perl
49821            ! t/op/bop.t
49822 ____________________________________________________________________________
49823 [  7082] By: jhi                                   on 2000/09/14  17:50:44
49824         Log: The one that got away.
49825      Branch: perl
49826            ! lib/File/Find.pm
49827 ____________________________________________________________________________
49828 [  7081] By: jhi                                   on 2000/09/14  17:45:35
49829         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
49830              From: Robin Barker <rmb1@cise.npl.co.uk>
49831              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
49832              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
49833      Branch: perl
49834            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
49835            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
49836            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
49837            ! regcomp.c toke.c universal.c
49838 ____________________________________________________________________________
49839 [  7080] By: jhi                                   on 2000/09/14  17:40:35
49840         Log: Problems picked up by AIX cc.
49841              
49842              Subject: Re: perl@7078 (patch included)
49843              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49844              Date: Thu, 14 Sep 2000 18:53:30 +0200
49845              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
49846      Branch: perl
49847            ! ext/Encode/Encode.xs
49848 ____________________________________________________________________________
49849 [  7079] By: jhi                                   on 2000/09/14  17:38:27
49850         Log: Subject: File::Find 5.7.0 POD nits
49851              From: Rich Morin <rdm@cfcl.com>
49852              Date: Wed, 13 Sep 2000 22:03:58 -0700
49853              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
49854      Branch: perl
49855            ! lib/File/Find.pm
49856 ____________________________________________________________________________
49857 [  7078] By: jhi                                   on 2000/09/14  14:58:20
49858         Log: Update Changes.
49859      Branch: perl
49860            ! Changes patchlevel.h
49861 ____________________________________________________________________________
49862 [  7077] By: jhi                                   on 2000/09/14  14:55:54
49863         Log: Compilation warnings and an error.
49864      Branch: perl
49865            ! sv.c
49866 ____________________________________________________________________________
49867 [  7076] By: jhi                                   on 2000/09/14  14:42:56
49868         Log: Fix for a parsing bug, not for the original bug.
49869              
49870              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
49871              From: Spider Boardman <spider@web.zk3.dec.com>
49872              Date: Wed, 13 Sep 2000 17:52:20 -0400
49873              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
49874      Branch: perl
49875            ! regcomp.c
49876 ____________________________________________________________________________
49877 [  7075] By: jhi                                   on 2000/09/14  14:40:40
49878         Log: Batch of UTF-8 patches from Simon Cozens.
49879      Branch: perl
49880            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
49881            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
49882            ! toke.c utf8.c
49883 ____________________________________________________________________________
49884 [  7074] By: jhi                                   on 2000/09/14  14:29:58
49885         Log: Subject: Re: Two advertising clauses need to be removed
49886              From: Russ Allbery <rra@stanford.edu>
49887              Date: 13 Sep 2000 18:50:26 -0700
49888              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
49889      Branch: perl
49890            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49891 ____________________________________________________________________________
49892 [  7073] By: jhi                                   on 2000/09/14  14:28:20
49893         Log: Subject: [PATCH] de-wall t/README
49894              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49895              Date: Wed, 13 Sep 2000 17:46:55 -0700
49896              Message-ID: <//Bw5gzkge/e092yn@efn.org>
49897      Branch: perl
49898            ! t/README
49899 ____________________________________________________________________________
49900 [  7072] By: jhi                                   on 2000/09/14  14:25:10
49901         Log: Hints optimization.
49902              
49903              Subject: Minor nit
49904              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49905              Date: Wed, 13 Sep 2000 21:42:07 +0200
49906              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
49907      Branch: perl
49908            ! hints/hpux.sh
49909 ____________________________________________________________________________
49910 [  7071] By: jhi                                   on 2000/09/14  14:23:30
49911         Log: Allow chop() and chomp() to be overridden.
49912              
49913              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
49914              From: "Casey R. Tweten" <crt@kiski.net>
49915              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
49916              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
49917      Branch: perl
49918            ! toke.c
49919 ____________________________________________________________________________
49920 [  7070] By: jhi                                   on 2000/09/14  14:20:36
49921         Log: The return value of setlocale must be copied away.
49922              
49923              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
49924              From: Alan Burlison <Alan.Burlison@uk.sun.com>
49925              Date: Wed, 13 Sep 2000 16:27:37 +0100 
49926              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
49927      Branch: perl
49928            ! util.c
49929 ____________________________________________________________________________
49930 [  7069] By: jhi                                   on 2000/09/14  14:16:27
49931         Log: Remove vestiges of tr//CU.
49932              
49933              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
49934              From: Nick Clark <nick@plum.flirble.org>
49935              Date: Tue, 12 Sep 2000 22:50:14 +0100
49936              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
49937              
49938              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
49939              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49940              Date: Tue, 12 Sep 2000 21:38:48 -0700
49941              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
49942      Branch: perl
49943            ! op.h pod/perlunicode.pod
49944 ____________________________________________________________________________
49945 [  7068] By: jhi                                   on 2000/09/13  14:18:39
49946         Log: Add the Encode extension.  The code is still largely just skeleton.
49947      Branch: perl
49948            + ext/Encode/Encode.pm ext/Encode/Encode.xs
49949            + ext/Encode/Makefile.PL ext/Encode/Todo
49950            ! MANIFEST Todo-5.6
49951 ____________________________________________________________________________
49952 [  7067] By: jhi                                   on 2000/09/12  17:43:33
49953         Log: Allow for whitespace between "#" and "line" in cpp output.
49954              
49955              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
49956              From: Calle Dybedahl <calle@lysator.liu.se>
49957              Date: 12 Sep 2000 19:38:02 +0200 
49958              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
49959      Branch: perl
49960            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
49961 ____________________________________________________________________________
49962 [  7066] By: gsar                                  on 2000/09/12  17:24:29
49963         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
49964              initialization in all the threads on Windows
49965      Branch: perl
49966            ! win32/win32.c
49967 ____________________________________________________________________________
49968 [  7065] By: jhi                                   on 2000/09/12  15:11:31
49969         Log: Update Changes.
49970      Branch: perl
49971            ! Changes patchlevel.h
49972 ____________________________________________________________________________
49973 [  7064] By: jhi                                   on 2000/09/12  14:54:54
49974         Log: Retract #7062, the pod tests are not ready.
49975      Branch: perl
49976            ! t/TEST t/harness
49977 ____________________________________________________________________________
49978 [  7063] By: jhi                                   on 2000/09/12  14:25:41
49979         Log: The #7054 truncated Configure badly.
49980      Branch: metaconfig/U/perl
49981            ! End.U
49982      Branch: perl
49983            ! Configure config_h.SH
49984 ____________________________________________________________________________
49985 [  7062] By: jhi                                   on 2000/09/12  14:08:32
49986         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
49987              From: sthoenna@efn.org
49988              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
49989              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
49990      Branch: perl
49991            ! t/TEST t/harness
49992 ____________________________________________________________________________
49993 [  7061] By: jhi                                   on 2000/09/12  14:07:18
49994         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
49995              From: sthoenna@efn.org
49996              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
49997              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
49998      Branch: perl
49999            ! pod/perlxs.pod
50000 ____________________________________________________________________________
50001 [  7060] By: jhi                                   on 2000/09/12  14:06:08
50002         Log: Break up the myconfig lines a bit.
50003              
50004              Subject: perlbug/perl -V output format
50005              From: sthoenna@efn.org
50006              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
50007              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
50008      Branch: perl
50009            ! myconfig.SH
50010 ____________________________________________________________________________
50011 [  7059] By: jhi                                   on 2000/09/12  14:05:04
50012         Log: Test for the #7049.
50013              
50014              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
50015              From: andreas.koenig@anima.de (Andreas J. Koenig)
50016              Date: 12 Sep 2000 06:42:01 +0200
50017              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
50018      Branch: perl
50019            ! t/op/my.t
50020 ____________________________________________________________________________
50021 [  7058] By: jhi                                   on 2000/09/12  14:03:05
50022         Log: Subject: [patch: perl@7045] vms updates
50023              From: Peter Prymmer <pvhp@forte.com>
50024              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
50025              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
50026      Branch: perl
50027            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
50028 ____________________________________________________________________________
50029 [  7057] By: jhi                                   on 2000/09/12  14:00:51
50030         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
50031              From: sthoenna@efn.org
50032              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
50033              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
50034      Branch: perl
50035            ! t/op/64bitint.t
50036 ____________________________________________________________________________
50037 [  7056] By: jhi                                   on 2000/09/12  13:58:14
50038         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
50039              From: Jeff Pinyan <jeffp@crusoe.net>
50040              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
50041              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
50042      Branch: perl
50043            ! pod/perlfunc.pod
50044 ____________________________________________________________________________
50045 [  7055] By: jhi                                   on 2000/09/12  13:56:32
50046         Log: Do in VMS as the #7054 does.
50047      Branch: perl
50048            ! configure.com
50049 ____________________________________________________________________________
50050 [  7054] By: jhi                                   on 2000/09/12  13:50:31
50051         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
50052              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
50053              Date: Mon, 11 Sep 2000 08:33:09 +0100
50054              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
50055      Branch: metaconfig/U/perl
50056            ! End.U
50057      Branch: perl
50058            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
50059            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
50060 ____________________________________________________________________________
50061 [  7053] By: jhi                                   on 2000/09/12  13:29:19
50062         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
50063              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50064              Date:     Tue, 12 Sep 2000 08:35:59 EDT
50065              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
50066      Branch: perl
50067            ! vms/test.com
50068 ____________________________________________________________________________
50069 [  7052] By: jhi                                   on 2000/09/11  23:01:50
50070         Log: Document the SvUTF8*().
50071      Branch: perl
50072            ! pod/perlapi.pod sv.h
50073 ____________________________________________________________________________
50074 [  7051] By: gsar                                  on 2000/09/11  14:46:30
50075         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
50076              (missed a spot when fixing up op_pmreplroot hack for ithreads)
50077      Branch: perl
50078            ! op.c t/op/split.t
50079 ____________________________________________________________________________
50080 [  7050] By: nick                                  on 2000/09/11  10:03:51
50081         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
50082              
50083              Subject: borland C++ win32.c tweak
50084              From: Vadim Konovalov <vkonovalov@lucent.com>
50085              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
50086              Date: Mon, 11 Sep 2000 11:22:33 +0400
50087      Branch: perl
50088            ! win32/win32.c
50089 ____________________________________________________________________________
50090 [  7049] By: nick                                  on 2000/09/11  09:57:33
50091         Log: Point fix for s/// on foreach (keys %xxx).
50092      Branch: perl
50093            ! pp_hot.c
50094 ____________________________________________________________________________
50095 [  7048] By: jhi                                   on 2000/09/10  23:37:09
50096         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
50097              by Pod::Text, from Brad Appleton.
50098      Branch: perl
50099            ! t/pod/testp2pt.pl
50100 ____________________________________________________________________________
50101 [  7047] By: jhi                                   on 2000/09/10  14:32:53
50102         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
50103              by Russ Allbery.
50104      Branch: perl
50105            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
50106 ____________________________________________________________________________
50107 [  7046] By: jhi                                   on 2000/09/10  14:15:08
50108         Log: Upgrade to CPAN 1.57_65, from Andreas König.
50109      Branch: perl
50110            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50111 ____________________________________________________________________________
50112 [  7045] By: jhi                                   on 2000/09/08  21:36:32
50113         Log: Update Changes.
50114      Branch: perl
50115            ! Changes patchlevel.h
50116 ____________________________________________________________________________
50117 [  7044] By: jhi                                   on 2000/09/08  21:29:56
50118         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
50119              From: Peter Prymmer <pvhp@forte.com>
50120              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
50121              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
50122      Branch: perl
50123            ! configure.com
50124 ____________________________________________________________________________
50125 [  7043] By: jhi                                   on 2000/09/08  21:27:50
50126         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
50127              From: Peter Prymmer <pvhp@forte.com>
50128              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
50129              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
50130      Branch: perl
50131            ! Makefile.SH installperl
50132 ____________________________________________________________________________
50133 [  7042] By: jhi                                   on 2000/09/08  21:23:21
50134         Log: Continue #7041.
50135      Branch: perl
50136            ! cygwin/Makefile.SHs os2/Makefile.SHs
50137 ____________________________________________________________________________
50138 [  7041] By: jhi                                   on 2000/09/08  21:18:10
50139         Log: Do away with memory models cruft.  Sorry, PDP users.
50140      Branch: metaconfig
50141            ! U/modified/cc.U U/modified/libpth.U
50142      Branch: perl
50143            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
50144            ! Porting/config_H cflags.SH config_h.SH configure.com
50145            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
50146            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
50147            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
50148 ____________________________________________________________________________
50149 [  7040] By: jhi                                   on 2000/09/08  14:34:18
50150         Log: Major rewrite of s2p.  And I mean really major, it is
50151              an implementation of sed in perl.  If called as s2p it
50152              will function as s2p.  Note: needs non-UNIXifying.
50153              
50154              Subject: s2p
50155              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
50156              Date: Mon, 28 Aug 2000 14:05:12 +0200
50157              Message-ID: <39AA5578.2102E2AA@alcatel.at>
50158      Branch: perl
50159            ! x2p/s2p.PL
50160 ____________________________________________________________________________
50161 [  7039] By: jhi                                   on 2000/09/08  14:19:49
50162         Log: Re-allow vec() for characters > 255.
50163              
50164              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
50165              From: Spider Boardman <spider@web.zk3.dec.com>
50166              Date: Fri, 08 Sep 2000 02:21:02 -0400
50167              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
50168      Branch: perl
50169            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
50170            ! t/op/vec.t
50171 ____________________________________________________________________________
50172 [  7038] By: jhi                                   on 2000/09/08  14:14:18
50173         Log: Subject: [PATCH lib/Benchmark.pm]
50174              From: <abigail@foad.org>
50175              Date: Thu, 7 Sep 2000 15:03:20 -0400
50176              Message-ID: <20000907190320.888.qmail@foad.org>
50177      Branch: perl
50178            ! lib/Benchmark.pm
50179 ____________________________________________________________________________
50180 [  7037] By: jhi                                   on 2000/09/08  14:11:06
50181         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
50182              
50183              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
50184              From: Spider Boardman <spider@web.zk3.dec.com>
50185              Date: Fri, 08 Sep 2000 01:30:27 -0400
50186              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
50187      Branch: perl
50188            ! op.c
50189 ____________________________________________________________________________
50190 [  7036] By: jhi                                   on 2000/09/08  14:08:58
50191         Log: Subject: [ID 20000908.002] perlipc documentation bug.
50192              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
50193              Date: Fri, 08 Sep 2000 12:38:32 +0200
50194              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
50195      Branch: perl
50196            ! pod/perlipc.pod
50197 ____________________________________________________________________________
50198 [  7035] By: jhi                                   on 2000/09/08  14:03:12
50199         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
50200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50201              Date: Fri, 08 Sep 2000 11:47:34 +0200
50202              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
50203      Branch: perl
50204            ! hints/dec_osf.sh
50205 ____________________________________________________________________________
50206 [  7034] By: jhi                                   on 2000/09/08  13:59:35
50207         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
50208              From: Simon Cozens <simon@cozens.net>
50209              Date: Thu, 7 Sep 2000 20:40:38 +0100
50210              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
50211      Branch: perl
50212            ! pp_hot.c
50213 ____________________________________________________________________________
50214 [  7033] By: jhi                                   on 2000/09/08  04:03:03
50215         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
50216              From: "Larry W. Virden" <lvirden@cas.org>
50217              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
50218              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
50219      Branch: perl
50220            ! pod/perldiag.pod
50221 ____________________________________________________________________________
50222 [  7032] By: jhi                                   on 2000/09/07  22:18:30
50223         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
50224              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
50225              Date: Mon, 04 Sep 2000 13:16:38 -0700
50226              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
50227      Branch: perl
50228            ! lib/perl5db.pl
50229 ____________________________________________________________________________
50230 [  7031] By: jhi                                   on 2000/09/07  22:02:29
50231         Log: Fix the ccversion detection for 5.1 and beyond.
50232              
50233              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
50234              From: Spider Boardman <spider@leggy.zk3.dec.com>
50235              Date: Thu, 7 Sep 2000 17:54:27 -0400
50236              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
50237      Branch: perl
50238            ! hints/dec_osf.sh
50239 ____________________________________________________________________________
50240 [  7030] By: jhi                                   on 2000/09/07  19:12:28
50241         Log: Fix for
50242              
50243              Subject: [ID 20000903.001] \w in utf8-strings
50244              From: Marc Lehmann <pcg@goof.com>
50245              Date: Sun, 03 Sep 2000 09:44:29 +0200
50246              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
50247              
50248              and various related nits.
50249      Branch: perl
50250            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
50251 ____________________________________________________________________________
50252 [  7029] By: jhi                                   on 2000/09/07  18:49:09
50253         Log: Fix the URL, but the server is still missing in action.
50254              
50255              Subject: [ID 20000905.002] perlfaq1.pod URL error
50256              From: "Larry W. Virden" <lvirden@cas.org>
50257              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
50258              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
50259      Branch: perl
50260            ! pod/perlfaq1.pod
50261 ____________________________________________________________________________
50262 [  7028] By: jhi                                   on 2000/09/07  18:47:13
50263         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
50264              From: Hugo <hv@crypt.compulink.co.uk>
50265              Date: Tue, 05 Sep 2000 14:13:37 +0100
50266              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
50267      Branch: perl
50268            ! toke.c
50269 ____________________________________________________________________________
50270 [  7027] By: jhi                                   on 2000/09/07  18:45:35
50271         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
50272              From: Daniel Chetlin <daniel@chetlin.com>
50273              Date: Tue, 5 Sep 2000 04:57:07 -0700
50274              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
50275      Branch: perl
50276            ! pod/perlfaq6.pod pod/perlop.pod
50277 ____________________________________________________________________________
50278 [  7026] By: jhi                                   on 2000/09/07  18:44:01
50279         Log: Document the new ref() semantics.
50280              
50281              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
50282              From: Gisle Aas <gisle@ActiveState.com>
50283              Date: 05 Sep 2000 08:10:30 +0200
50284              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
50285      Branch: perl
50286            ! pod/perldelta.pod
50287 ____________________________________________________________________________
50288 [  7025] By: jhi                                   on 2000/09/07  18:42:27
50289         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
50290              
50291              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
50292              From: Gisle Aas <gisle@ActiveState.com>
50293              Date: 05 Sep 2000 08:11:40 +0200
50294              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
50295      Branch: perl
50296            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
50297 ____________________________________________________________________________
50298 [  7024] By: jhi                                   on 2000/09/07  18:39:32
50299         Log: Subject: [PATCH] Modernize Opcode.pm documentation
50300              From: Gisle Aas <gisle@ActiveState.com>
50301              Date: 4 Sep 2000 00:18:55 -0000
50302              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
50303      Branch: perl
50304            ! ext/Opcode/Opcode.pm
50305 ____________________________________________________________________________
50306 [  7023] By: jhi                                   on 2000/09/07  18:37:42
50307         Log: Subject: [PATCH] Tied filehandle documentation
50308              From: Gisle Aas <gisle@ActiveState.com>
50309              Date: 4 Sep 2000 00:14:40 -0000
50310              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
50311      Branch: perl
50312            ! pod/perlfunc.pod pod/perltie.pod
50313 ____________________________________________________________________________
50314 [  7022] By: jhi                                   on 2000/09/07  18:35:37
50315         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
50316              From: Gisle Aas <gisle@ActiveState.com>
50317              Date: 4 Sep 2000 00:04:22 -0000
50318              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
50319      Branch: perl
50320            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
50321 ____________________________________________________________________________
50322 [  7021] By: jhi                                   on 2000/09/07  18:33:22
50323         Log: Subject: small apidoc fix
50324              From: Marc Lehmann <pcg@goof.com>
50325              Date: Sun, 3 Sep 2000 05:12:06 +0200
50326              Message-ID: <20000903051206.A5909@cerebro.laendle>
50327      Branch: perl
50328            ! pod/perlapi.pod utf8.c
50329 ____________________________________________________________________________
50330 [  7020] By: jhi                                   on 2000/09/07  16:14:57
50331         Log: Tiny perldelta nits.
50332      Branch: perl
50333            ! pod/perldelta.pod
50334 ____________________________________________________________________________
50335 [  7019] By: jhi                                   on 2000/09/07  16:04:20
50336         Log: Guard against bad string->int conversion for quads.
50337      Branch: perl
50338            ! t/op/64bitint.t
50339 ____________________________________________________________________________
50340 [  7018] By: jhi                                   on 2000/09/06  17:07:03
50341         Log: Update Unicode todo list.
50342      Branch: perl
50343            ! Todo-5.6
50344 ____________________________________________________________________________
50345 [  7017] By: jhi                                   on 2000/09/05  21:16:01
50346         Log: Document the SvIOK_.*UV().
50347      Branch: perl
50348            ! pod/perlapi.pod sv.h
50349 ____________________________________________________________________________
50350 [  7016] By: nick                                  on 2000/09/03  21:54:46
50351         Log: Hash lookup of constant strings optimization:
50352              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
50353              to string table (as per sharepvn). Add newSV_pvn_share to create such
50354              a thing. Make hv.c compare addresses of strings and skip string compare
50355              if equal. Make method_named and helem ops use these shared-string SVs
50356              when arg is constant. Make keys op return shared-string SVs (less clearly
50357              a win).
50358      Branch: perl
50359            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
50360            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
50361            ! pod/perlintern.pod pp_hot.c proto.h sv.c
50362 ____________________________________________________________________________
50363 [  7015] By: jhi                                   on 2000/09/02  17:48:59
50364         Log: This is 5.7.0.
50365      Branch: perl
50366            ! Changes
50367 ____________________________________________________________________________
50368 [  7014] By: jhi                                   on 2000/09/02  17:35:45
50369         Log: Changes and patchlevel tweaks.
50370      Branch: perl
50371            ! Changes patchlevel.h
50372 ____________________________________________________________________________
50373 [  7013] By: jhi                                   on 2000/09/02  17:30:50
50374         Log: Update Changes.
50375      Branch: perl
50376            ! Changes patchlevel.h
50377 ____________________________________________________________________________
50378 [  7012] By: nick                                  on 2000/09/02  17:25:20
50379         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
50380      Branch: perl
50381            ! gv.c lib/overload.pm
50382 ____________________________________________________________________________
50383 [  7011] By: jhi                                   on 2000/09/02  17:16:25
50384         Log: Update perlhist.
50385      Branch: perl
50386            ! pod/perlhist.pod
50387 ____________________________________________________________________________
50388 [  7010] By: jhi                                   on 2000/09/02  17:01:35
50389         Log: perldelta nits.
50390      Branch: perl
50391            ! pod/perldelta.pod
50392 ____________________________________________________________________________
50393 [  7009] By: nick                                  on 2000/09/02  16:48:35
50394         Log: If overloaded %{} etc. return the object do not loop.
50395              Thus  sub deref { $_[0] } functions if object is wanted type.
50396      Branch: perl
50397            ! pp.h
50398 ____________________________________________________________________________
50399 [  7008] By: jhi                                   on 2000/09/02  16:26:11
50400         Log: Retab MANIFEST.
50401      Branch: perl
50402            ! ext/Storable/MANIFEST
50403 ____________________________________________________________________________
50404 [  7007] By: jhi                                   on 2000/09/02  16:23:02
50405         Log: Make certain cc is set before trying to run it.
50406      Branch: perl
50407            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
50408 ____________________________________________________________________________
50409 [  7006] By: jhi                                   on 2000/09/02  15:45:41
50410         Log: Unicode notes.
50411      Branch: perl
50412            ! pod/perldelta.pod
50413 ____________________________________________________________________________
50414 [  7005] By: jhi                                   on 2000/09/02  15:42:11
50415         Log: Various Configure nits by Philip Newton,
50416              plus the ebcdic one by me.
50417      Branch: metaconfig
50418            + U/modified/pager.U
50419            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
50420      Branch: metaconfig/U/perl
50421            ! Devel.U quadfio.U
50422      Branch: perl
50423            ! Configure config_h.SH
50424 ____________________________________________________________________________
50425 [  7004] By: jhi                                   on 2000/09/02  15:06:14
50426         Log: Apparently avoiding the swapping is too costly.
50427              
50428              From: "Ben Tilly" <ben_tilly@hotmail.com>
50429              Subject: Re: the door is closed.
50430              Date: Fri, 01 Sep 2000 20:23:16 EDT
50431              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
50432      Branch: perl
50433            ! pod/perlfaq4.pod
50434 ____________________________________________________________________________
50435 [  7003] By: nick                                  on 2000/09/02  12:26:04
50436         Log: Undo part of change 6489 which looks like a bulk edit which
50437              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
50438              The supressing of main:: on return from select() is undesirable.
50439      Branch: perl
50440            ! pp_sys.c
50441 ____________________________________________________________________________
50442 [  7002] By: jhi                                   on 2000/09/01  23:08:54
50443         Log: Update Changes.
50444      Branch: perl
50445            ! Changes patchlevel.h
50446 ____________________________________________________________________________
50447 [  7001] By: jhi                                   on 2000/09/01  23:00:13
50448         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
50449              From: Peter Prymmer <pvhp@forte.com>
50450              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
50451              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
50452              
50453              plus rework the http: spots as suggested by Tom Christiansen,
50454              plus regen perltoc.
50455      Branch: perl
50456            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
50457            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
50458 ____________________________________________________________________________
50459 [  7000] By: jhi                                   on 2000/09/01  22:36:01
50460         Log: Only the first line, thank you very much.
50461      Branch: perl
50462            ! hints/solaris_2.sh
50463 ____________________________________________________________________________
50464 [  6999] By: gsar                                  on 2000/09/01  22:16:40
50465         Log: change#6791 accidentally clobbered change#6710, put it back
50466      Branch: perl
50467            ! win32/win32.c
50468 ____________________________________________________________________________
50469 [  6998] By: jhi                                   on 2000/09/01  22:14:16
50470         Log: Mention the HP-UX LP64 freak failure.
50471      Branch: perl
50472            ! pod/perldelta.pod
50473 ____________________________________________________________________________
50474 [  6997] By: jhi                                   on 2000/09/01  21:48:32
50475         Log: Detypo.
50476      Branch: perl
50477            ! hints/hpux.sh
50478 ____________________________________________________________________________
50479 [  6996] By: jhi                                   on 2000/09/01  21:27:10
50480         Log: Update Changes.
50481      Branch: perl
50482            ! Changes patchlevel.h
50483 ____________________________________________________________________________
50484 [  6995] By: jhi                                   on 2000/09/01  21:14:24
50485         Log: Mi splgn s gnin.g
50486      Branch: perl
50487            ! pp_ctl.c
50488 ____________________________________________________________________________
50489 [  6994] By: jhi                                   on 2000/09/01  21:09:54
50490         Log: Subject: http:// in L<>
50491              From: Nicholas Clark <nick@ccl4.org>
50492              Date: Fri, 1 Sep 2000 22:03:21 +0100
50493              Message-ID: <20000901220321.B72074@plum.flirble.org>
50494      Branch: perl
50495            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
50496 ____________________________________________________________________________
50497 [  6993] By: jhi                                   on 2000/09/01  21:06:54
50498         Log: Update to Storable 1.0, from Raphael Manfredi.
50499      Branch: perl
50500            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
50501            ! ext/Storable/Makefile.PL ext/Storable/README
50502            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
50503            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
50504            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
50505            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
50506            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
50507            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
50508 ____________________________________________________________________________
50509 [  6992] By: jhi                                   on 2000/09/01  20:43:05
50510         Log: Mention known sfio+linux buglet.
50511      Branch: perl
50512            ! pod/perldelta.pod
50513 ____________________________________________________________________________
50514 [  6991] By: jhi                                   on 2000/09/01  20:40:11
50515         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
50516              From: Peter Prymmer <pvhp@forte.com>
50517              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
50518              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
50519      Branch: perl
50520            ! vms/vms.c
50521 ____________________________________________________________________________
50522 [  6990] By: jhi                                   on 2000/09/01  20:25:26
50523         Log: Retract #6986.
50524      Branch: perl
50525            ! hints/solaris_2.sh
50526 ____________________________________________________________________________
50527 [  6989] By: jhi                                   on 2000/09/01  20:23:00
50528         Log: Mergesort is back.
50529      Branch: perl
50530            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
50531 ____________________________________________________________________________
50532 [  6988] By: jhi                                   on 2000/09/01  19:37:40
50533         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
50534              From: Mike Guy <mjtg@cam.ac.uk>
50535              Date: Fri, 01 Sep 2000 17:43:33 +0100
50536              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
50537      Branch: perl
50538            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
50539            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
50540 ____________________________________________________________________________
50541 [  6987] By: jhi                                   on 2000/09/01  19:17:10
50542         Log: Regen perltoc.
50543      Branch: perl
50544            ! pod/perltoc.pod
50545 ____________________________________________________________________________
50546 [  6986] By: jhi                                   on 2000/09/01  18:51:10
50547         Log: Subject: Re: Solaris x86 has no SPARC libraries!
50548              From: Lupe Christoph <lupe@lupe-christoph.de>
50549              Date: Fri, 1 Sep 2000 20:41:20 +0200
50550              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
50551      Branch: perl
50552            ! hints/solaris_2.sh
50553 ____________________________________________________________________________
50554 [  6985] By: jhi                                   on 2000/09/01  18:28:10
50555         Log: Update Changes.
50556      Branch: perl
50557            ! Changes patchlevel.h
50558 ____________________________________________________________________________
50559 [  6984] By: jhi                                   on 2000/09/01  18:26:53
50560         Log: Feature ordering tweak.
50561      Branch: perl
50562            ! myconfig.SH
50563 ____________________________________________________________________________
50564 [  6983] By: jhi                                   on 2000/09/01  18:19:50
50565         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50566              From: <abigail@foad.org>
50567              Date: Fri, 1 Sep 2000 13:07:32 -0400
50568              Message-ID: <20000901170732.18249.qmail@foad.org>
50569      Branch: perl
50570            ! t/pragma/overload.t
50571 ____________________________________________________________________________
50572 [  6982] By: jhi                                   on 2000/09/01  18:17:54
50573         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
50574              so that case-ignoring systems like DCL can tell them from
50575              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
50576      Branch: metaconfig/U/perl
50577            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
50578      Branch: perl
50579            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50580            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
50581            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
50582            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
50583            ! vos/config.def vos/config.h vos/config_h.SH_orig
50584            ! win32/config.bc win32/config.gc win32/config.vc
50585 ____________________________________________________________________________
50586 [  6981] By: nick                                  on 2000/09/01  17:21:57
50587         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
50588              warning when UNTIE exists and instead pass the cound of extra references to
50589              the UNTIE method.
50590      Branch: perl
50591            ! pod/perltie.pod pp_sys.c
50592 ____________________________________________________________________________
50593 [  6980] By: jhi                                   on 2000/09/01  16:54:44
50594         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
50595              From: Peter Prymmer <pvhp@forte.com>
50596              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
50597              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
50598      Branch: perl
50599            ! configure.com
50600 ____________________________________________________________________________
50601 [  6979] By: jhi                                   on 2000/09/01  16:06:20
50602         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
50603              From: Mike Guy <mjtg@cam.ac.uk> 
50604              Date: Fri, 01 Sep 2000 16:49:27 +0100
50605              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
50606      Branch: perl
50607            ! t/base/rs.t
50608 ____________________________________________________________________________
50609 [  6978] By: jhi                                   on 2000/09/01  16:00:42
50610         Log: Update to PodParser 1.18, from Brad Appleton.
50611      Branch: perl
50612            ! lib/Pod/Checker.pm t/pod/find.t
50613 ____________________________________________________________________________
50614 [  6977] By: jhi                                   on 2000/09/01  14:48:58
50615         Log: Subject: Nit in Configure (bleadperl@6961)
50616              From: Lupe Christoph <lupe@lupe-christoph.de>
50617              Date: Fri, 1 Sep 2000 16:34:29 +0200
50618              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
50619      Branch: metaconfig
50620            ! U/compline/ccflags.U
50621      Branch: perl
50622            ! Configure config_h.SH
50623 ____________________________________________________________________________
50624 [  6976] By: jhi                                   on 2000/09/01  14:39:52
50625         Log: Update Changes.
50626      Branch: perl
50627            ! Changes patchlevel.h
50628 ____________________________________________________________________________
50629 [  6975] By: jhi                                   on 2000/09/01  14:37:36
50630         Log: microperl config update.
50631      Branch: perl
50632            ! uconfig.h uconfig.sh
50633 ____________________________________________________________________________
50634 [  6974] By: jhi                                   on 2000/09/01  14:36:53
50635         Log: Document known deficiencies.
50636      Branch: perl
50637            ! pod/perldelta.pod
50638 ____________________________________________________________________________
50639 [  6973] By: jhi                                   on 2000/09/01  14:10:20
50640         Log: Mention warnings fixes and updates.
50641      Branch: perl
50642            ! pod/perldelta.pod
50643 ____________________________________________________________________________
50644 [  6972] By: jhi                                   on 2000/09/01  14:01:52
50645         Log: Drop unused argument.
50646              
50647              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
50648              From: Spider Boardman <spider@web.zk3.dec.com>
50649              Date: Thu, 31 Aug 2000 16:10:15 -0400
50650              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
50651      Branch: perl
50652            ! toke.c
50653 ____________________________________________________________________________
50654 [  6971] By: jhi                                   on 2000/09/01  13:59:24
50655         Log: Add the overload warnings to perldiag.
50656      Branch: perl
50657            ! lib/overload.pm pod/perldiag.pod
50658 ____________________________________________________________________________
50659 [  6970] By: jhi                                   on 2000/09/01  13:55:10
50660         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50661              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
50662              Date: Fri, 1 Sep 2000 13:43:15 +0100 
50663              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
50664      Branch: perl
50665            ! lib/overload.pm t/pragma/overload.t
50666 ____________________________________________________________________________
50667 [  6969] By: jhi                                   on 2000/09/01  13:52:27
50668         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50669              From: <abigail@foad.org>
50670              Date: Fri, 1 Sep 2000 05:46:54 -0400
50671              Message-ID: <20000901094654.6476.qmail@foad.org>
50672      Branch: perl
50673            ! lib/overload.pm
50674 ____________________________________________________________________________
50675 [  6968] By: jhi                                   on 2000/09/01  13:50:05
50676         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
50677              From: Daniel Chetlin <daniel@chetlin.com>
50678              Date: Fri, 1 Sep 2000 02:10:55 -0700
50679              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
50680      Branch: perl
50681            ! pod/perlretut.pod
50682 ____________________________________________________________________________
50683 [  6967] By: jhi                                   on 2000/09/01  13:47:54
50684         Log: Part of the solution.
50685              
50686              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
50687              From: Mike Guy <mjtg@cam.ac.uk>
50688              Date: Fri, 01 Sep 2000 14:16:01 +0100
50689              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
50690      Branch: perl
50691            ! gv.c mg.c
50692 ____________________________________________________________________________
50693 [  6966] By: jhi                                   on 2000/09/01  13:46:17
50694         Log: Subject: CPAN.pm beta 1.57_57 for the core
50695              From: andreas.koenig@anima.de (Andreas J. Koenig)
50696              Date: 01 Sep 2000 15:16:31 +0200
50697              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
50698      Branch: perl
50699            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50700 ____________________________________________________________________________
50701 [  6965] By: jhi                                   on 2000/09/01  13:43:18
50702         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
50703              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50704              Date: Fri, 01 Sep 2000 01:47:22 -0500
50705              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
50706      Branch: perl
50707            ! pod/perldelta.pod vms/vms.c
50708 ____________________________________________________________________________
50709 [  6964] By: jhi                                   on 2000/09/01  13:35:35
50710         Log: File::Temp patches from Andreas König,
50711              
50712              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
50713              From: andreas.koenig@anima.de (Andreas J. Koenig)
50714              Date: 01 Sep 2000 10:07:20 +0200
50715              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
50716              
50717              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
50718              From: andreas.koenig@anima.de (Andreas J. Koenig)
50719              Date: 31 Aug 2000 23:26:08 +0200
50720              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
50721      Branch: perl
50722            ! lib/File/Temp.pm t/lib/ftmp-security.t
50723 ____________________________________________________________________________
50724 [  6963] By: jhi                                   on 2000/09/01  02:22:24
50725         Log: Retract the mergesort code, way too incompatible licensing
50726              and copyrights.
50727      Branch: perl
50728            ! pod/perldelta.pod pp_ctl.c
50729 ____________________________________________________________________________
50730 [  6962] By: jhi                                   on 2000/08/31  23:27:32
50731         Log: Update Changes.
50732      Branch: perl
50733            ! Changes patchlevel.h
50734 ____________________________________________________________________________
50735 [  6961] By: jhi                                   on 2000/08/31  23:20:04
50736         Log: Small tweaks all over.
50737      Branch: metaconfig
50738            ! U/compline/d_gconvert.U
50739      Branch: perl
50740            ! AUTHORS Configure config_h.SH pp_ctl.c
50741 ____________________________________________________________________________
50742 [  6960] By: jhi                                   on 2000/08/31  22:39:36
50743         Log: Further rewording.
50744      Branch: perl
50745            ! pp_ctl.c
50746 ____________________________________________________________________________
50747 [  6959] By: jhi                                   on 2000/08/31  21:26:44
50748         Log: More address tweaking.
50749      Branch: perl
50750            ! AUTHORS Changes
50751 ____________________________________________________________________________
50752 [  6958] By: jhi                                   on 2000/08/31  20:47:25
50753         Log: AUTHORS tweaks, from Peter Prymmer.
50754              
50755              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
50756              From: Peter Prymmer <pvhp@forte.com>
50757              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
50758              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
50759      Branch: perl
50760            ! AUTHORS MAINTAIN
50761 ____________________________________________________________________________
50762 [  6957] By: jhi                                   on 2000/08/31  20:34:43
50763         Log: perldelta tweaks.
50764      Branch: perl
50765            ! pod/perldelta.pod
50766 ____________________________________________________________________________
50767 [  6956] By: jhi                                   on 2000/08/31  19:11:06
50768         Log: Regen perltoc.
50769      Branch: perl
50770            ! pod/perltoc.pod
50771 ____________________________________________________________________________
50772 [  6955] By: jhi                                   on 2000/08/31  19:06:30
50773         Log: Clarify the mergesort situation.
50774      Branch: perl
50775            ! pp_ctl.c
50776 ____________________________________________________________________________
50777 [  6954] By: jhi                                   on 2000/08/31  18:24:17
50778         Log: Move the Solaris 7 scan to use64bitall, make the
50779              failure to find 64-bot sparc libc to mention the
50780              possibility of being in an intel, from Lupe and Alan.
50781      Branch: perl
50782            ! hints/solaris_2.sh
50783 ____________________________________________________________________________
50784 [  6953] By: jhi                                   on 2000/08/31  18:09:20
50785         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
50786              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
50787      Branch: metaconfig
50788            ! U/compline/d_gconvert.U U/threads/archname.U
50789      Branch: metaconfig/U/perl
50790            ! perlxv.U
50791      Branch: perl
50792            ! Configure config_h.SH sv.c
50793 ____________________________________________________________________________
50794 [  6952] By: jhi                                   on 2000/08/31  17:42:24
50795         Log: :: not allowed in pathnames, change to .
50796              
50797              Subject: [PATCH perl@6938] cygwin port
50798              From: "Fifer, Eric" <EFifer@sanwaint.com>
50799              Date: Thu, 31 Aug 2000 16:32:59 +0100
50800              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
50801      Branch: metaconfig/U/perl
50802            ! perlxv.U
50803 ____________________________________________________________________________
50804 [  6951] By: jhi                                   on 2000/08/31  17:02:05
50805         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
50806      Branch: perl
50807            ! perl.h
50808 ____________________________________________________________________________
50809 [  6950] By: jhi                                   on 2000/08/31  16:26:08
50810         Log: More author updates.
50811              
50812              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
50813              From: Simon Cozens <simon@cozens.net>
50814              Date: Thu, 31 Aug 2000 17:13:32 +0100
50815              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
50816      Branch: perl
50817            ! AUTHORS
50818 ____________________________________________________________________________
50819 [  6949] By: jhi                                   on 2000/08/31  16:04:49
50820         Log: POSIX doesn't report long double values under -Duselongdouble
50821              when the long doubles are "real" (bigger than doubles).
50822              
50823              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
50824              From: Spider Boardman <spider@peano.zk3.dec.com>
50825              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
50826              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
50827      Branch: perl
50828            ! ext/POSIX/POSIX.xs
50829 ____________________________________________________________________________
50830 [  6948] By: jhi                                   on 2000/08/31  15:25:10
50831         Log: Update Changes.
50832      Branch: perl
50833            ! Changes patchlevel.h
50834 ____________________________________________________________________________
50835 [  6947] By: jhi                                   on 2000/08/31  15:22:29
50836         Log: Document UNTIE in a very minimalistic way.
50837      Branch: perl
50838            ! pod/perlfunc.pod pod/perltie.pod
50839 ____________________________________________________________________________
50840 [  6946] By: jhi                                   on 2000/08/31  15:15:23
50841         Log: Document known failures.
50842      Branch: perl
50843            ! pod/perldelta.pod
50844 ____________________________________________________________________________
50845 [  6945] By: jhi                                   on 2000/08/31  15:07:00
50846         Log: Don't attach -ld to the archname if pointless.
50847      Branch: metaconfig
50848            ! U/threads/archname.U
50849      Branch: perl
50850            ! Configure config_h.SH
50851 ____________________________________________________________________________
50852 [  6944] By: jhi                                   on 2000/08/31  14:37:42
50853         Log: Wrap the test in eval.
50854              
50855              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
50856              From: Tim Jenness <timj@jach.hawaii.edu>
50857              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
50858              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
50859      Branch: perl
50860            ! t/lib/ftmp-security.t
50861 ____________________________________________________________________________
50862 [  6943] By: jhi                                   on 2000/08/31  14:30:57
50863         Log: Make -Dusemorebits find long doubles in Solaris.
50864      Branch: perl
50865            ! hints/solaris_2.sh
50866 ____________________________________________________________________________
50867 [  6942] By: jhi                                   on 2000/08/31  13:48:45
50868         Log: Clarify the third case of ftmp-security warnings.
50869      Branch: perl
50870            ! INSTALL
50871 ____________________________________________________________________________
50872 [  6941] By: jhi                                   on 2000/08/31  13:40:31
50873         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
50874              From: <abigail@foad.org>
50875              Date: Thu, 31 Aug 2000 01:35:05 -0400
50876              Message-ID: <20000831053505.32120.qmail@foad.org>
50877      Branch: perl
50878            ! pod/perldelta.pod
50879 ____________________________________________________________________________
50880 [  6940] By: jhi                                   on 2000/08/31  13:38:48
50881         Log: Issue useful diagnostic on unknown pod commands.
50882              
50883              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
50884              From: <abigail@foad.org>
50885              Date: Thu, 31 Aug 2000 03:41:18 -0400
50886              Message-ID: <20000831074118.24880.qmail@foad.org>
50887      Branch: perl
50888            ! lib/Pod/Man.pm
50889 ____________________________________________________________________________
50890 [  6939] By: jhi                                   on 2000/08/31  13:34:33
50891         Log: Reveal Borland's isnan.
50892              
50893              Subject: build with BC++ tweak
50894              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50895              Date: Thu, 31 Aug 2000 13:09:37 +0400
50896              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
50897      Branch: perl
50898            ! win32/win32.h
50899 ____________________________________________________________________________
50900 [  6938] By: jhi                                   on 2000/08/31  05:01:20
50901         Log: Update Changes.
50902      Branch: perl
50903            ! Changes patchlevel.h
50904 ____________________________________________________________________________
50905 [  6937] By: jhi                                   on 2000/08/31  04:26:23
50906         Log: sscanf() may be the only way to read long doubles from strings.
50907      Branch: metaconfig/U/perl
50908            ! longdblfio.U
50909      Branch: perl
50910            ! Configure config_h.SH perl.h util.c
50911 ____________________________________________________________________________
50912 [  6936] By: jhi                                   on 2000/08/31  04:18:19
50913         Log: The #6929 was too skimpy.
50914      Branch: perl
50915            ! sv.c
50916 ____________________________________________________________________________
50917 [  6935] By: jhi                                   on 2000/08/31  02:47:07
50918         Log: Subject: Re: typos in pods
50919              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50920              Date: Wed, 30 Aug 2000 19:25:34 -0700
50921              Message-ID: <eIcr5gzkg25X092yn@efn.org>
50922      Branch: perl
50923            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
50924 ____________________________________________________________________________
50925 [  6934] By: jhi                                   on 2000/08/31  02:42:55
50926         Log: Missed one Unicode file.
50927      Branch: perl
50928            + lib/unicode/UCDFF301.html
50929 ____________________________________________________________________________
50930 [  6933] By: jhi                                   on 2000/08/30  23:42:27
50931         Log: Update Changes.
50932      Branch: perl
50933            ! Changes patchlevel.h
50934 ____________________________________________________________________________
50935 [  6932] By: jhi                                   on 2000/08/30  23:40:07
50936         Log: Mention UNTIE in perldelta.  Still needs documenting
50937              in perltie et alia.
50938      Branch: perl
50939            ! pod/perldelta.pod
50940 ____________________________________________________________________________
50941 [  6931] By: jhi                                   on 2000/08/30  23:36:02
50942         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
50943              From: <abigail@foad.org>
50944              Date: Wed, 30 Aug 2000 19:28:07 -0400
50945              Message-ID: <20000830232807.305.qmail@foad.org>
50946      Branch: perl
50947            ! pod/perldelta.pod
50948 ____________________________________________________________________________
50949 [  6930] By: jhi                                   on 2000/08/30  23:32:40
50950         Log: Update to Unicode 3.0.1.
50951      Branch: perl
50952            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
50953            + lib/unicode/PropList.txt lib/unicode/README.perl
50954            + lib/unicode/UCD301.html lib/unicode/Unicode.301
50955            - lib/unicode/Props.txt lib/unicode/UCD300.html
50956            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
50957            ! (edit 257 files)
50958 ____________________________________________________________________________
50959 [  6929] By: jhi                                   on 2000/08/30  22:38:18
50960         Log: Heap decorruption.
50961              
50962              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
50963              From: Alan Burlison <Alan.Burlison@uk.sun.com>
50964              Date: Wed, 30 Aug 2000 22:39:52 +0100
50965              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
50966      Branch: perl
50967            ! sv.c
50968 ____________________________________________________________________________
50969 [  6928] By: jhi                                   on 2000/08/30  22:29:34
50970         Log: Retract the dummy test, skip the security tests (instead of failing),
50971              explain what the warnings mean.
50972      Branch: perl
50973            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
50974 ____________________________________________________________________________
50975 [  6927] By: jhi                                   on 2000/08/30  22:14:13
50976         Log: Change the internal implementation of sort() to be mergesort
50977              instead of quicksort, from John Linderman <jpl@research.att.com>.
50978              Gives us better worst case, better average case, and stability.
50979              What's there not to like?  (Small fixes for threaded builds
50980              were required).
50981      Branch: perl
50982            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
50983 ____________________________________________________________________________
50984 [  6926] By: jhi                                   on 2000/08/30  20:55:20
50985         Log: A better fix for the Socket building problem from Craig Berry.
50986      Branch: perl
50987            ! vms/vms.c
50988 ____________________________________________________________________________
50989 [  6925] By: jhi                                   on 2000/08/30  20:20:25
50990         Log: Subject: [PATCH] Re: UNTIE method 
50991              From: Nick Ing-Simmons <nik@tiuk.ti.com>
50992              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
50993              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
50994      Branch: perl
50995            ! pp_sys.c t/op/tie.t
50996 ____________________________________________________________________________
50997 [  6924] By: jhi                                   on 2000/08/30  20:17:11
50998         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
50999              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51000              Date: Wed, 30 Aug 2000 15:03:14 -0500
51001              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
51002      Branch: perl
51003            ! vms/vms.c
51004 ____________________________________________________________________________
51005 [  6923] By: jhi                                   on 2000/08/30  20:15:18
51006         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
51007              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51008              Date: Wed, 30 Aug 2000 13:30:36 -0500
51009              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
51010      Branch: perl
51011            ! vms/vms.c
51012 ____________________________________________________________________________
51013 [  6922] By: jhi                                   on 2000/08/30  19:54:43
51014         Log: Better options for rsync.
51015      Branch: perl
51016            ! pod/perlhack.pod
51017 ____________________________________________________________________________
51018 [  6921] By: jhi                                   on 2000/08/30  19:40:16
51019         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
51020              From: Rick Delaney <rick@consumercontact.com>
51021              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
51022              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
51023      Branch: perl
51024            ! pod/perlfunc.pod
51025 ____________________________________________________________________________
51026 [  6920] By: jhi                                   on 2000/08/30  19:36:40
51027         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
51028              From: Peter Prymmer <pvhp@forte.com>
51029              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
51030              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
51031      Branch: perl
51032            ! configure.com
51033 ____________________________________________________________________________
51034 [  6919] By: jhi                                   on 2000/08/30  14:52:02
51035         Log: Update Changes.
51036      Branch: perl
51037            ! Changes patchlevel.h
51038 ____________________________________________________________________________
51039 [  6918] By: jhi                                   on 2000/08/30  14:48:34
51040         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
51041      Branch: perl
51042            ! lib/ExtUtils/typemap
51043 ____________________________________________________________________________
51044 [  6917] By: jhi                                   on 2000/08/30  14:46:34
51045         Log: Subject: typos in pods
51046              From: Nicholas Clark <nick@ccl4.org>
51047              Date: Wed, 30 Aug 2000 01:12:50 +0100
51048              Message-ID: <20000830011249.A61388@plum.flirble.org>
51049      Branch: perl
51050            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
51051            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
51052            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
51053            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
51054 ____________________________________________________________________________
51055 [  6916] By: jhi                                   on 2000/08/30  14:19:09
51056         Log: Document Storable problems on Crays.  (Will have
51057              to document all the other Storable problems, too.)
51058      Branch: perl
51059            ! pod/perldelta.pod
51060 ____________________________________________________________________________
51061 [  6915] By: jhi                                   on 2000/08/30  14:06:02
51062         Log: Subject: [PATCH] fix misc cast warnings
51063              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51064              Date: Tue, 29 Aug 2000 23:16:14 -0700
51065              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
51066      Branch: perl
51067            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
51068            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
51069            ! os2/os2ish.h
51070 ____________________________________________________________________________
51071 [  6914] By: jhi                                   on 2000/08/30  14:03:45
51072         Log: Timestamp mismatch again.  Need to fix this dependence on
51073              config_h.SH timestamp, since it's the contents of config_h.SH
51074              that matter.
51075      Branch: perl
51076            ! uconfig.h uconfig.sh
51077 ____________________________________________________________________________
51078 [  6913] By: jhi                                   on 2000/08/30  13:54:06
51079         Log: Don't say "Perl 5.0 source kit".
51080      Branch: perl
51081            ! perl.c
51082 ____________________________________________________________________________
51083 [  6912] By: jhi                                   on 2000/08/30  13:51:24
51084         Log: Reset archname and archname64 always, forcing them be
51085              recomputed at each Configure run, make Configure and
51086              the hints files agree on the naming of largefiles variables.
51087      Branch: metaconfig
51088            ! U/threads/archname.U
51089      Branch: metaconfig/U/perl
51090            ! use64bits.U
51091      Branch: perl
51092            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
51093            ! hints/linux.sh hints/solaris_2.sh
51094 ____________________________________________________________________________
51095 [  6911] By: jhi                                   on 2000/08/30  13:30:13
51096         Log: Put back the slice accidentally removed by #6907.
51097      Branch: perl
51098            ! hints/solaris_2.sh
51099 ____________________________________________________________________________
51100 [  6910] By: jhi                                   on 2000/08/30  01:24:26
51101         Log: Be consistent: other Net::get* do export theirs.
51102              
51103              Subject: Re: Net::protoent does not export 'getproto'
51104              From: Yasushi Nakajima <sey@jkc.co.jp>
51105              Date: Wed, 30 Aug 2000 09:53:14 +0900
51106              Message-Id: <200008300051.DAA24700@taku.hut.fi>
51107      Branch: perl
51108            ! lib/Net/protoent.pm
51109 ____________________________________________________________________________
51110 [  6909] By: jhi                                   on 2000/08/30  01:17:25
51111         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
51112              From: Gurusamy Sarathy <gsar@ActiveState.com>
51113              Date: Tue, 29 Aug 2000 17:17:07 -0700
51114              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
51115      Branch: perl
51116            ! cop.h
51117 ____________________________________________________________________________
51118 [  6908] By: jhi                                   on 2000/08/30  00:58:05
51119         Log: Update Changes.
51120      Branch: perl
51121            ! Changes patchlevel.h
51122 ____________________________________________________________________________
51123 [  6907] By: jhi                                   on 2000/08/30  00:57:22
51124         Log: Introduce ccname to keep track of what compiler kind of we have.
51125      Branch: metaconfig/U/perl
51126            ! Checkcc.U gccvers.U
51127      Branch: perl
51128            ! Configure config_h.SH hints/solaris_2.sh
51129 ____________________________________________________________________________
51130 [  6906] By: jhi                                   on 2000/08/30  00:25:47
51131         Log: Put back the flags dump as reasoned in
51132              
51133              Subject: Re: [PATCH] Glob dumping
51134              From: Mike Guy <mjtg@cam.ac.uk> 
51135              Date: Tue, 29 Aug 2000 21:41:32 +0100
51136              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
51137      Branch: perl
51138            ! dump.c t/lib/peek.t
51139 ____________________________________________________________________________
51140 [  6905] By: jhi                                   on 2000/08/30  00:16:17
51141         Log: Make the epsilon to be relative, not absolute.
51142              
51143              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
51144              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
51145              Date: Tue, 29 Aug 2000 19:58:56 -0400
51146              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
51147      Branch: perl
51148            ! t/lib/trig.t
51149 ____________________________________________________________________________
51150 [  6904] By: jhi                                   on 2000/08/30  00:13:09
51151         Log: From now on, Gisle is on my list of usual suspects :-)
51152              Retract #6902.
51153      Branch: perl
51154            ! ext/Opcode/Safe.pm
51155 ____________________________________________________________________________
51156 [  6903] By: jhi                                   on 2000/08/29  23:51:20
51157         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
51158              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51159              Date: Tue, 29 Aug 2000 18:43:26 -0500
51160              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
51161      Branch: perl
51162            + vms/vmspipe.com
51163            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
51164            ! vms/vms.c
51165 ____________________________________________________________________________
51166 [  6902] By: jhi                                   on 2000/08/29  23:44:14
51167         Log: Retry what #6882 attempted.
51168              
51169              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
51170              From: Gisle Aas <gisle@ActiveState.com>
51171              Date: 30 Aug 2000 00:33:09 +0200
51172              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
51173      Branch: perl
51174            ! ext/Opcode/Safe.pm
51175 ____________________________________________________________________________
51176 [  6901] By: jhi                                   on 2000/08/29  22:59:32
51177         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
51178              From: Hugo <hv@crypt.compulink.co.uk>
51179              Date: Mon, 12 Jun 2000 19:36:08 +0100
51180              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
51181      Branch: perl
51182            ! sv.c
51183 ____________________________________________________________________________
51184 [  6900] By: jhi                                   on 2000/08/29  22:58:35
51185         Log: Admit that we are leaking scalars.
51186              
51187              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
51188              From: Spider Boardman <spider@leggy.zk3.dec.com>
51189              Date: Tue, 29 Aug 2000 18:48:29 -0400
51190              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
51191      Branch: perl
51192            ! t/pragma/warnings.t
51193 ____________________________________________________________________________
51194 [  6899] By: jhi                                   on 2000/08/29  20:53:13
51195         Log: Update Changes.
51196      Branch: perl
51197            ! Changes patchlevel.h
51198 ____________________________________________________________________________
51199 [  6898] By: jhi                                   on 2000/08/29  20:46:21
51200         Log: Undo namespace pollution of #6878.
51201              
51202              Subject: Re: Net::protoent does not export 'getproto'
51203              From: Mike Guy <mjtg@cam.ac.uk>
51204              Date: Tue, 29 Aug 2000 21:32:37 +0100
51205              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
51206      Branch: perl
51207            ! lib/Net/protoent.pm
51208 ____________________________________________________________________________
51209 [  6897] By: jhi                                   on 2000/08/29  20:44:29
51210         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
51211              From: Peter Prymmer <pvhp@forte.com>
51212              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
51213              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
51214      Branch: perl
51215            ! pod/perlebcdic.pod
51216 ____________________________________________________________________________
51217 [  6896] By: jhi                                   on 2000/08/29  20:40:57
51218         Log: There's no point repeating the 'revision' (5) of perl5.
51219      Branch: metaconfig/U/perl
51220            ! Devel.U patchlevel.U
51221      Branch: perl
51222            ! Configure config_h.SH
51223 ____________________________________________________________________________
51224 [  6895] By: jhi                                   on 2000/08/29  20:16:58
51225         Log: Regen Configure for #6894.
51226      Branch: metaconfig/U/perl
51227            ! perladmin.U
51228      Branch: perl
51229            ! Configure config_h.SH
51230 ____________________________________________________________________________
51231 [  6894] By: jhi                                   on 2000/08/29  19:59:52
51232         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
51233              From: "Philip Newton" <Philip.Newton@gmx.net>
51234              Date: Tue, 29 Aug 2000 21:39:14 +0200
51235              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
51236      Branch: perl
51237            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
51238            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
51239            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
51240            ! utils/perlbug.PL
51241 ____________________________________________________________________________
51242 [  6893] By: jhi                                   on 2000/08/29  19:55:30
51243         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
51244              From: "Philip Newton" <Philip.Newton@gmx.net>
51245              Date: Tue, 29 Aug 2000 21:39:14 +0200
51246              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
51247      Branch: perl
51248            ! installhtml
51249 ____________________________________________________________________________
51250 [  6892] By: jhi                                   on 2000/08/29  19:53:59
51251         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
51252              From: "Philip Newton" <Philip.Newton@gmx.net>
51253              Date: Tue, 29 Aug 2000 21:48:18 +0200
51254              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
51255      Branch: perl
51256            ! lib/File/Temp.pm
51257 ____________________________________________________________________________
51258 [  6891] By: jhi                                   on 2000/08/29  18:30:03
51259         Log: Nail the ID 20000828.023.
51260      Branch: perl
51261            ! ext/Storable/Storable.xs
51262 ____________________________________________________________________________
51263 [  6890] By: jhi                                   on 2000/08/29  16:50:17
51264         Log: Under usethreads the dumped variable is IN_PAD.
51265              
51266              Subject: Re: [PATCH] Glob dumping
51267              From: Gisle Aas <gisle@ActiveState.com>
51268              Date: 29 Aug 2000 18:45:05 +0200
51269              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
51270      Branch: perl
51271            ! t/lib/peek.t
51272 ____________________________________________________________________________
51273 [  6889] By: jhi                                   on 2000/08/29  15:17:37
51274         Log: Update Changes.
51275      Branch: perl
51276            ! Changes patchlevel.h
51277 ____________________________________________________________________________
51278 [  6888] By: jhi                                   on 2000/08/29  14:49:59
51279         Log: Retract #6882, broke the safe tests.
51280      Branch: perl
51281            ! ext/Opcode/Safe.pm
51282 ____________________________________________________________________________
51283 [  6887] By: jhi                                   on 2000/08/29  14:47:06
51284         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
51285              From: Gisle Aas <gisle@ActiveState.com> 
51286              Date: 09 Jun 2000 20:00:11 +0200
51287              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
51288      Branch: perl
51289            ! utils/perldoc.PL
51290 ____________________________________________________________________________
51291 [  6886] By: jhi                                   on 2000/08/29  14:42:45
51292         Log: The #6881 removed one dump line.
51293      Branch: perl
51294            ! t/lib/peek.t
51295 ____________________________________________________________________________
51296 [  6885] By: jhi                                   on 2000/08/29  14:30:47
51297         Log: Don't forget to tidy up.
51298      Branch: perl
51299            ! t/lib/ftmp-security.t
51300 ____________________________________________________________________________
51301 [  6884] By: jhi                                   on 2000/08/29  14:25:17
51302         Log: Disabling the one test is a bit tricky.
51303      Branch: perl
51304            ! t/lib/ftmp-security.t
51305 ____________________________________________________________________________
51306 [  6883] By: jhi                                   on 2000/08/29  14:16:25
51307         Log: Disable one of the tests for now.
51308      Branch: perl
51309            ! t/lib/ftmp-security.t
51310 ____________________________________________________________________________
51311 [  6882] By: jhi                                   on 2000/08/29  14:05:50
51312         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
51313              From: gisle@aas.no
51314              Date: 29 Aug 2000 10:35:06 -0000
51315              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
51316      Branch: perl
51317            ! ext/Opcode/Safe.pm
51318 ____________________________________________________________________________
51319 [  6881] By: jhi                                   on 2000/08/29  14:03:51
51320         Log: Subject: [PATCH] Glob dumping
51321              From: Gisle Aas <gisle@ActiveState.com>
51322              Date: 29 Aug 2000 07:59:42 -0000
51323              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
51324      Branch: perl
51325            ! dump.c
51326 ____________________________________________________________________________
51327 [  6880] By: jhi                                   on 2000/08/29  14:02:01
51328         Log: Subject: [PATCH] Warnings in B::Deparse
51329              From: <abigail@foad.org>
51330              Date: Tue, 29 Aug 2000 00:00:01 -0400
51331              Message-ID: <20000829040001.2999.qmail@foad.org>
51332      Branch: perl
51333            ! ext/B/B/Deparse.pm
51334 ____________________________________________________________________________
51335 [  6879] By: jhi                                   on 2000/08/29  13:57:26
51336         Log: Missed a change in #6869.
51337      Branch: perl
51338            ! mg.c
51339 ____________________________________________________________________________
51340 [  6878] By: jhi                                   on 2000/08/29  13:45:04
51341         Log: Subject: Net::protoent does not export 'getproto'
51342              From: Yasushi Nakajima <sey@jkc.co.jp>
51343              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
51344      Branch: perl
51345            ! lib/Net/protoent.pm
51346 ____________________________________________________________________________
51347 [  6877] By: jhi                                   on 2000/08/29  13:39:19
51348         Log: Patches all over for people and the files they (hopefully) care about.
51349      Branch: perl
51350            ! AUTHORS Changes MAINTAIN
51351 ____________________________________________________________________________
51352 [  6876] By: jhi                                   on 2000/08/29  12:53:54
51353         Log: Fix for thinko in #6848.
51354              
51355              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
51356              From: Lupe Christoph <lupe@lupe-christoph.de>
51357              Date: Tue, 29 Aug 2000 09:04:08 +0200
51358              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
51359      Branch: perl
51360            ! ext/Thread/Thread.xs
51361 ____________________________________________________________________________
51362 [  6875] By: jhi                                   on 2000/08/29  12:50:14
51363         Log: Update to Getopt::Long 2.24, from Johan Vromans.
51364      Branch: perl
51365            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
51366 ____________________________________________________________________________
51367 [  6874] By: jhi                                   on 2000/08/29  02:09:53
51368         Log: Use minimal @INC in tests, most of the time just '../lib',
51369              so that we simply can't pick up stuff from other Perls than
51370              the one we are testing.  Pointed out by
51371              
51372              From: Mike Guy <mjtg@cam.ac.uk>
51373              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
51374              Date: Fri, 25 Aug 2000 15:15:59 +0100
51375              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
51376      Branch: perl
51377            ! (edit 185 files)
51378 ____________________________________________________________________________
51379 [  6873] By: jhi                                   on 2000/08/29  01:07:11
51380         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
51381              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51382              Date: Mon, 28 Aug 2000 17:45:52 -0700
51383              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
51384      Branch: perl
51385            ! Makefile.SH hints/os2.sh
51386 ____________________________________________________________________________
51387 [  6872] By: jhi                                   on 2000/08/28  23:33:39
51388         Log: Subject: [PATCH bleedperl@6866] spellings
51389              From: marcel@codewerk.com (Marcel Grunauer)
51390              Date: Tue, 29 Aug 2000 01:19:59 +0200
51391              Message-Id: <200008282319.BAA29862@gandalf.local>
51392      Branch: perl
51393            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
51394            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
51395            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
51396 ____________________________________________________________________________
51397 [  6871] By: jhi                                   on 2000/08/28  23:22:09
51398         Log: Take out the SUIDMAIL thing, that will not be
51399              a problem in 5.7.*.
51400      Branch: perl
51401            ! patchlevel.h
51402 ____________________________________________________________________________
51403 [  6870] By: jhi                                   on 2000/08/28  23:19:30
51404         Log: -S is the silent flag, -s is the strip flag.
51405              
51406              Subject: [PATCH] Re: [PATCH] make no-install          
51407              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51408              Date: Mon, 28 Aug 2000 15:12:55 -0700
51409              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
51410      Branch: perl
51411            ! Makefile.SH
51412 ____________________________________________________________________________
51413 [  6869] By: jhi                                   on 2000/08/28  23:12:05
51414         Log: Subject: [PATCH bleedperl@6856] warnings fixes
51415              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
51416              Date: Mon, 28 Aug 2000 23:55:06 +0100
51417              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
51418      Branch: perl
51419            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
51420            ! warnings.h warnings.pl
51421 ____________________________________________________________________________
51422 [  6868] By: jhi                                   on 2000/08/28  21:38:22
51423         Log: Potential cruft.
51424      Branch: perl
51425            ! Makefile.SH
51426 ____________________________________________________________________________
51427 [  6867] By: jhi                                   on 2000/08/28  21:35:36
51428         Log: Update Changes.
51429      Branch: perl
51430            ! Changes patchlevel.h
51431 ____________________________________________________________________________
51432 [  6866] By: jhi                                   on 2000/08/28  21:33:49
51433         Log: Subject: hv.h Doc Patch
51434              From: Fisher Mark <fisherm@tce.com>
51435              Date: Mon, 28 Aug 2000 16:24:59 -0500
51436              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
51437      Branch: perl
51438            ! hv.h
51439 ____________________________________________________________________________
51440 [  6865] By: jhi                                   on 2000/08/28  21:02:15
51441         Log: Add -ld to archname on long tr...double platforms.
51442      Branch: metaconfig
51443            ! U/threads/archname.U
51444      Branch: perl
51445            ! Configure config_h.SH
51446 ____________________________________________________________________________
51447 [  6864] By: jhi                                   on 2000/08/28  20:38:59
51448         Log: An attempt to fix the problem reported in
51449              
51450              Subject: Building perl@6856 using gcc/AIX 4.3.3 
51451              From: Daniel Muino <dmuino@afip.gov.ar> 
51452              Date: Mon, 28 Aug 2000 15:50:01 -0300   
51453              Message-ID: <20000828155001.A14403@con2-dgi>
51454              
51455              I can't test this properly since the gcc installation I have
51456              access to seems to be botched (gcc is calling the AIX cpp,
51457              a losing proposition...)
51458      Branch: perl
51459            ! hints/aix.sh
51460 ____________________________________________________________________________
51461 [  6863] By: jhi                                   on 2000/08/28  18:57:52
51462         Log: Fix for ID 20000828.001, long doubles were not formatted
51463              correctly (showed up in $], which stopped installing perl).
51464      Branch: perl
51465            ! sv.c
51466 ____________________________________________________________________________
51467 [  6862] By: jhi                                   on 2000/08/28  18:07:15
51468         Log: Typo in #6858.
51469      Branch: perl
51470            ! lib/Cwd.pm
51471 ____________________________________________________________________________
51472 [  6861] By: jhi                                   on 2000/08/28  17:57:27
51473         Log: opmini.o may be left around if a build is interrupted.
51474      Branch: perl
51475            ! Makefile.SH
51476 ____________________________________________________________________________
51477 [  6860] By: jhi                                   on 2000/08/28  16:52:50
51478         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
51479              From: Daniel Chetlin <daniel@chetlin.com>
51480              Date: Mon, 28 Aug 2000 01:14:18 -0700
51481              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
51482      Branch: perl
51483            ! lib/overload.pm
51484 ____________________________________________________________________________
51485 [  6859] By: jhi                                   on 2000/08/28  16:08:46
51486         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
51487              From: Nicholas Clark <nick@ccl4.org>
51488              Date: Mon, 28 Aug 2000 16:03:27 +0100
51489              Message-Id: <20000828160327.C49785@plum.flirble.org>
51490      Branch: perl
51491            ! ext/ByteLoader/bytecode.h
51492 ____________________________________________________________________________
51493 [  6858] By: jhi                                   on 2000/08/28  16:02:10
51494         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
51495              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
51496              Date: Mon, 28 Aug 2000 13:08:30 +0200
51497              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
51498      Branch: perl
51499            ! lib/Cwd.pm
51500 ____________________________________________________________________________
51501 [  6857] By: jhi                                   on 2000/08/28  15:42:47
51502         Log: display_format used as a class method without arguments was broken,
51503              reported in
51504              
51505              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
51506              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
51507              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
51508              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
51509      Branch: perl
51510            ! lib/Math/Complex.pm t/lib/complex.t
51511 ____________________________________________________________________________
51512 [  6856] By: jhi                                   on 2000/08/27  22:09:48
51513         Log: Update Changes.
51514      Branch: perl
51515            ! Changes patchlevel.h
51516 ____________________________________________________________________________
51517 [  6855] By: jhi                                   on 2000/08/27  21:59:21
51518         Log: Retract #6853 (false alarm).
51519      Branch: perl
51520            ! lib/ExtUtils/xsubpp
51521 ____________________________________________________________________________
51522 [  6854] By: jhi                                   on 2000/08/27  21:37:44
51523         Log: Update Changes.
51524      Branch: perl
51525            ! Changes patchlevel.h
51526 ____________________________________________________________________________
51527 [  6853] By: jhi                                   on 2000/08/27  21:37:16
51528         Log: Subject: [PATCH perl@6850] workaround for xsubpp
51529              From: Hugo <hv@crypt.compulink.co.uk>
51530              Date: Sun, 27 Aug 2000 22:30:25 +0100
51531              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
51532      Branch: perl
51533            ! lib/ExtUtils/xsubpp
51534 ____________________________________________________________________________
51535 [  6852] By: jhi                                   on 2000/08/27  21:33:58
51536         Log: Big-endian 64-bit patch from Raphael Manfredi.
51537      Branch: perl
51538            ! ext/Storable/Storable.xs
51539 ____________________________________________________________________________
51540 [  6851] By: jhi                                   on 2000/08/27  21:22:21
51541         Log: More ruthless editing from Hugo van der Sanden.
51542      Branch: perl
51543            ! pod/perldelta.pod
51544 ____________________________________________________________________________
51545 [  6850] By: jhi                                   on 2000/08/27  16:11:46
51546         Log: Update Changes.
51547      Branch: perl
51548            ! Changes patchlevel.h
51549 ____________________________________________________________________________
51550 [  6849] By: jhi                                   on 2000/08/27  16:11:05
51551         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
51552      Branch: perl
51553            ! configpm pod/perldelta.pod
51554 ____________________________________________________________________________
51555 [  6848] By: jhi                                   on 2000/08/27  15:35:08
51556         Log: Use the actual thread type, not the pointer-to-struct.
51557      Branch: perl
51558            ! ext/Thread/Thread.xs
51559 ____________________________________________________________________________
51560 [  6847] By: jhi                                   on 2000/08/27  15:30:49
51561         Log: Test nit.
51562      Branch: perl
51563            ! t/pragma/warn/pp_sys
51564 ____________________________________________________________________________
51565 [  6846] By: jhi                                   on 2000/08/27  15:19:02
51566         Log: Passing -R in ldflags makes now it to appear in the default
51567              for lddlflags, just like with -L.
51568              
51569              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
51570              From: Lupe Christoph <lupe@lupe-christoph.de>
51571              Date: Sun, 27 Aug 2000 10:28:21 +0200
51572              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
51573      Branch: metaconfig/U/perl
51574            ! dlsrc.U
51575      Branch: perl
51576            ! Configure
51577 ____________________________________________________________________________
51578 [  6845] By: jhi                                   on 2000/08/27  15:08:54
51579         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
51580              From: Alan Burlison <Alan.Burlison@uk.sun.com>
51581              Date: Sat, 26 Aug 2000 22:23:27 +0100
51582              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
51583      Branch: perl
51584            ! lib/ExtUtils/MM_Unix.pm
51585 ____________________________________________________________________________
51586 [  6844] By: jhi                                   on 2000/08/27  15:02:37
51587         Log: DJGPP update from Laszlo Molnar.
51588              
51589              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
51590              From: ml1050 <ml1050@freemail.hu>
51591              Date: Sat, 26 Aug 2000 23:24:40 +0200
51592              Message-Id: <20000826232440.A439@freemail.hu>
51593      Branch: perl
51594            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
51595            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
51596 ____________________________________________________________________________
51597 [  6843] By: jhi                                   on 2000/08/27  14:53:58
51598         Log: Subject: installman buglet
51599              From: Lupe Christoph <lupe@lupe-christoph.de>
51600              Date: Sun, 27 Aug 2000 14:38:59 +0200
51601              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
51602      Branch: perl
51603            ! installman
51604 ____________________________________________________________________________
51605 [  6842] By: jhi                                   on 2000/08/27  14:52:08
51606         Log: Can't get the test to reliably work thanks to the
51607              inaccurateness of floating point.  "Resolves" bug ids
51608              20000826.003, 20000826.009, 20000826.010,
51609      Branch: perl
51610            ! t/lib/trig.t
51611 ____________________________________________________________________________
51612 [  6841] By: jhi                                   on 2000/08/26  15:53:58
51613         Log: Update Changes.
51614      Branch: perl
51615            ! Changes patchlevel.h
51616 ____________________________________________________________________________
51617 [  6840] By: jhi                                   on 2000/08/26  14:23:03
51618         Log: grep -e isn't portable.
51619              
51620              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
51621              From: chris@broadband.att.com
51622              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
51623              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
51624      Branch: perl
51625            ! hints/solaris_2.sh
51626 ____________________________________________________________________________
51627 [  6839] By: jhi                                   on 2000/08/26  14:12:23
51628         Log: no-install target a la make -n.
51629              
51630              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
51631              From: <abigail@foad.org>
51632              Date: Sat, 26 Aug 2000 03:57:34 -0400
51633              Message-ID: <20000826075735.18912.qmail@foad.org>
51634      Branch: perl
51635            ! Makefile.SH installman installperl
51636 ____________________________________________________________________________
51637 [  6838] By: jhi                                   on 2000/08/26  14:06:33
51638         Log: Retract #6826 as the #6828 should be do the same
51639              in a More Correct Way.
51640      Branch: perl
51641            ! installperl
51642 ____________________________________________________________________________
51643 [  6837] By: jhi                                   on 2000/08/26  05:24:00
51644         Log: More casting.
51645      Branch: perl
51646            ! ext/Storable/Storable.xs
51647 ____________________________________________________________________________
51648 [  6836] By: jhi                                   on 2000/08/26  05:05:46
51649         Log: Nicer in decimal.
51650      Branch: perl
51651            ! ext/Storable/Storable.xs
51652 ____________________________________________________________________________
51653 [  6835] By: jhi                                   on 2000/08/26  05:03:50
51654         Log: There be no UVdf.
51655      Branch: perl
51656            ! ext/Storable/Storable.xs
51657 ____________________________________________________________________________
51658 [  6834] By: jhi                                   on 2000/08/26  05:00:18
51659         Log: Continue IVdfing and UVxfing.
51660      Branch: perl
51661            ! ext/Storable/Storable.xs
51662 ____________________________________________________________________________
51663 [  6833] By: jhi                                   on 2000/08/26  04:53:14
51664         Log: Use IVdf.
51665      Branch: perl
51666            ! ext/Storable/Storable.xs
51667 ____________________________________________________________________________
51668 [  6832] By: jhi                                   on 2000/08/26  04:40:41
51669         Log: Document PTR2XX and INT2PTR.
51670      Branch: perl
51671            ! pod/perlguts.pod
51672 ____________________________________________________________________________
51673 [  6831] By: jhi                                   on 2000/08/26  04:33:18
51674         Log: Use UVxf, PTR2UV, NVff.
51675      Branch: perl
51676            ! ext/Storable/Storable.xs
51677 ____________________________________________________________________________
51678 [  6830] By: jhi                                   on 2000/08/26  04:31:32
51679         Log: Update the test count.
51680      Branch: perl
51681            ! t/lib/trig.t
51682 ____________________________________________________________________________
51683 [  6829] By: jhi                                   on 2000/08/26  03:05:50
51684         Log: Subject: [PATCH] installation not quite silent yet.
51685              From: <abigail@foad.org>
51686              Date: Fri, 25 Aug 2000 20:07:53 -0400
51687              Message-ID: <20000826000753.7822.qmail@foad.org>
51688      Branch: perl
51689            ! installman installperl
51690 ____________________________________________________________________________
51691 [  6828] By: jhi                                   on 2000/08/26  03:05:14
51692         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
51693              From: Spider Boardman <spider@web.zk3.dec.com>
51694              Date: Fri, 25 Aug 2000 19:12:40 -0400
51695              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
51696      Branch: perl
51697            ! gv.c
51698 ____________________________________________________________________________
51699 [  6827] By: jhi                                   on 2000/08/25  23:54:34
51700         Log: Support preserving extremely big/small angles.
51701      Branch: perl
51702            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
51703 ____________________________________________________________________________
51704 [  6826] By: jhi                                   on 2000/08/25  23:01:20
51705         Log: Patch installperl to be long double-aware.
51706              
51707              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
51708              From: Spider Boardman <spider@web.zk3.dec.com>
51709              Date: Fri, 25 Aug 2000 18:15:23 -0400
51710              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
51711      Branch: perl
51712            ! installperl
51713 ____________________________________________________________________________
51714 [  6825] By: jhi                                   on 2000/08/25  22:58:25
51715         Log: Remove duplicately applied patch shards.
51716              
51717              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
51718              From: Spider Boardman <spider@leggy.zk3.dec.com>
51719              Date: Fri, 25 Aug 2000 16:45:03 -0400
51720              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
51721      Branch: perl
51722            ! t/lib/cgi-html.t
51723 ____________________________________________________________________________
51724 [  6824] By: jhi                                   on 2000/08/25  22:57:00
51725         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
51726              From: Daniel Chetlin <daniel@chetlin.com>
51727              Date: Fri, 25 Aug 2000 12:23:16 -0700
51728              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
51729              
51730              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
51731              From: Daniel Chetlin <daniel@chetlin.com>
51732              Date: Fri, 25 Aug 2000 14:47:19 -0700
51733              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
51734      Branch: perl
51735            ! installman
51736 ____________________________________________________________________________
51737 [  6823] By: jhi                                   on 2000/08/25  22:44:17
51738         Log: Timestamp problem?
51739      Branch: perl
51740            ! uconfig.h uconfig.sh
51741 ____________________________________________________________________________
51742 [  6822] By: jhi                                   on 2000/08/25  19:01:06
51743         Log: One forgotten file from #6816.
51744      Branch: perl
51745            ! vos/config.h
51746 ____________________________________________________________________________
51747 [  6821] By: jhi                                   on 2000/08/25  18:56:39
51748         Log: Regen Changes.
51749      Branch: perl
51750            ! Changes patchlevel.h
51751 ____________________________________________________________________________
51752 [  6820] By: jhi                                   on 2000/08/25  18:52:35
51753         Log: Fix Changes ordering.
51754      Branch: perl
51755            ! Changes
51756 ____________________________________________________________________________
51757 [  6819] By: jhi                                   on 2000/08/25  18:50:25
51758         Log: Update Changes.
51759      Branch: perl
51760            ! Changes patchlevel.h
51761 ____________________________________________________________________________
51762 [  6818] By: jhi                                   on 2000/08/25  18:47:45
51763         Log: Tweak the sfio/useperlio logic, hopefully as wished in
51764              
51765              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
51766              From: Nicholas Clark <nick@babyhippo.co.uk>
51767              Date: Fri, 25 Aug 2000 12:01:45 +0100
51768              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
51769      Branch: metaconfig/U/perl
51770            ! d_sfio.U
51771      Branch: perl
51772            ! Configure
51773 ____________________________________________________________________________
51774 [  6817] By: jhi                                   on 2000/08/25  18:32:51
51775         Log: Allow microperl to assume <math.h>, without it the math
51776              functions like floor() are assumed to return int, which makes
51777              for core dumps in machines where integer and floating register
51778              don't mix.
51779      Branch: perl
51780            ! uconfig.h uconfig.sh
51781 ____________________________________________________________________________
51782 [  6816] By: jhi                                   on 2000/08/25  18:27:17
51783         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
51784              the problem reported in
51785              
51786              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
51787              From: danhale@us.ibm.com
51788              Date: Fri, 25 Aug 2000 10:58:06 -0400
51789              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
51790      Branch: metaconfig/U/perl
51791            + d_socks5_init.U
51792      Branch: perl
51793            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
51794            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
51795            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
51796            ! win32/config.gc win32/config.vc
51797 ____________________________________________________________________________
51798 [  6815] By: jhi                                   on 2000/08/25  17:43:31
51799         Log: A solution for the retrieve_fd autosplit warning,
51800              idea suggested by Mike Guy.
51801      Branch: perl
51802            ! ext/Storable/Storable.pm
51803 ____________________________________________________________________________
51804 [  6814] By: jhi                                   on 2000/08/25  17:16:03
51805         Log: Add install-silent target.
51806      Branch: perl
51807            ! Makefile.SH
51808 ____________________________________________________________________________
51809 [  6813] By: jhi                                   on 2000/08/25  17:14:23
51810         Log: Subject: Re: [PATCH] More silencing of installman.
51811              From: <abigail@foad.org>
51812              Date: Thu, 24 Aug 2000 19:27:03 -0400
51813              Message-ID: <20000824232703.7001.qmail@foad.org>
51814              
51815              Subject: Re: [PATCH] More silencing of installman.
51816              From: <abigail@foad.org>
51817              Date: Fri, 25 Aug 2000 03:00:58 -0400
51818              Message-ID: <20000825070058.10697.qmail@foad.org>
51819      Branch: perl
51820            ! installman
51821 ____________________________________________________________________________
51822 [  6812] By: jhi                                   on 2000/08/25  17:11:28
51823         Log: installperl --verbose and --silent.
51824              
51825              Subject: Re: [PATCH] More silencing of installman.
51826              From: <abigail@foad.org>
51827              Message-ID: <20000825064430.9719.qmail@foad.org>
51828              Date: Fri, 25 Aug 2000 02:44:30 -0400
51829      Branch: perl
51830            ! installperl
51831 ____________________________________________________________________________
51832 [  6811] By: jhi                                   on 2000/08/25  17:05:43
51833         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
51834              From: "Peter J. Farley III" <pjfarley@banet.net>
51835              Date: Thu, 24 Aug 2000 21:58:03 -0400
51836              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
51837              
51838              (applied slightly modified)
51839      Branch: perl
51840            ! lib/ExtUtils/MM_Unix.pm
51841 ____________________________________________________________________________
51842 [  6810] By: jhi                                   on 2000/08/25  17:01:18
51843         Log: Missing parts of 
51844              
51845              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
51846              From: Peter Prymmer <pvhp@forte.com>
51847              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
51848              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
51849      Branch: perl
51850            ! t/lib/cgi-html.t
51851 ____________________________________________________________________________
51852 [  6809] By: jhi                                   on 2000/08/25  16:46:32
51853         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
51854              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51855              Date: Thu, 24 Aug 2000 19:13:11 -0500
51856              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
51857      Branch: perl
51858            ! vms/vms.c
51859 ____________________________________________________________________________
51860 [  6808] By: jhi                                   on 2000/08/25  16:39:22
51861         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
51862              From: Peter Prymmer <pvhp@forte.com>
51863              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
51864              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
51865      Branch: perl
51866            ! configure.com
51867 ____________________________________________________________________________
51868 [  6807] By: jhi                                   on 2000/08/25  16:36:37
51869         Log: Better wording for the vec lvalue diagnostic.
51870              
51871              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
51872              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51873              Date: Wed, 23 Aug 2000 14:12:16 -0400
51874              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
51875      Branch: perl
51876            ! pod/perldiag.pod
51877 ____________________________________________________________________________
51878 [  6806] By: jhi                                   on 2000/08/24  18:17:22
51879         Log: Subject: [PATCH] More silencing of installman.
51880              From: <abigail@foad.org>
51881              Date: Thu, 24 Aug 2000 14:01:44 -0400
51882              Message-ID: <20000824180144.20062.qmail@foad.org>
51883      Branch: perl
51884            ! installman
51885 ____________________________________________________________________________
51886 [  6805] By: jhi                                   on 2000/08/24  15:00:31
51887         Log: Update Changes.
51888      Branch: perl
51889            ! Changes patchlevel.h
51890 ____________________________________________________________________________
51891 [  6804] By: jhi                                   on 2000/08/24  14:59:07
51892         Log: Regen perltoc.
51893      Branch: perl
51894            ! pod/perltoc.pod
51895 ____________________________________________________________________________
51896 [  6803] By: jhi                                   on 2000/08/24  14:44:39
51897         Log: Show the doc file, not the temp file.
51898      Branch: perl
51899            ! installman
51900 ____________________________________________________________________________
51901 [  6802] By: jhi                                   on 2000/08/24  14:41:53
51902         Log: Continue silencing.
51903      Branch: perl
51904            ! installman
51905 ____________________________________________________________________________
51906 [  6801] By: jhi                                   on 2000/08/24  14:34:40
51907         Log: Actually do something with the silencer option.
51908      Branch: perl
51909            ! installman
51910 ____________________________________________________________________________
51911 [  6800] By: jhi                                   on 2000/08/24  14:26:22
51912         Log: Make installman to recognize the silence flag -S.
51913      Branch: perl
51914            ! installman
51915 ____________________________________________________________________________
51916 [  6799] By: jhi                                   on 2000/08/24  13:49:38
51917         Log: DOS patches and portability/porting notes, from Tim Jenness.
51918      Branch: perl
51919            ! lib/File/Temp.pm
51920 ____________________________________________________________________________
51921 [  6798] By: jhi                                   on 2000/08/24  13:48:27
51922         Log: Create directories in silence.
51923              
51924              Subject: [PATCH] Another silencer for MakeMaker
51925              From: andreas.koenig@anima.de (Andreas J. Koenig)
51926              Date: 24 Aug 2000 14:18:52 +0200
51927              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
51928      Branch: perl
51929            ! lib/ExtUtils/Command.pm
51930 ____________________________________________________________________________
51931 [  6797] By: jhi                                   on 2000/08/24  13:46:42
51932         Log: More liberal parsing of version numbers.
51933              
51934              Subject: Re: CPAN.pm beta for testing available
51935              From: andreas.koenig@anima.de (Andreas J. Koenig)
51936              Date: 24 Aug 2000 13:51:57 +0200
51937              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
51938      Branch: perl
51939            ! lib/CPAN.pm
51940 ____________________________________________________________________________
51941 [  6796] By: jhi                                   on 2000/08/24  13:44:36
51942         Log: Make "make install" by default silent.  A new "install-verbose"
51943              target is verbose.
51944      Branch: perl
51945            ! Makefile.SH
51946 ____________________________________________________________________________
51947 [  6795] By: jhi                                   on 2000/08/24  13:39:14
51948         Log: Add silencer flags to installperl.
51949              
51950              Subject: [PATCH] Making installperl silent.
51951              From: <abigail@foad.org>
51952              Date: Thu, 24 Aug 2000 05:01:45 -0400
51953              Message-ID: <20000824090145.13141.qmail@foad.org>
51954      Branch: perl
51955            ! installperl
51956 ____________________________________________________________________________
51957 [  6794] By: jhi                                   on 2000/08/24  13:35:50
51958         Log: installperl couldn't tell whether it had run tests or not.
51959              
51960              Subject: [PATCH] Re: installperl and t/TEST
51961              From: <abigail@foad.org>
51962              Date: Thu, 24 Aug 2000 04:00:53 -0400
51963              Message-ID: <20000824080053.2494.qmail@foad.org>
51964      Branch: perl
51965            ! Makefile.SH installperl
51966 ____________________________________________________________________________
51967 [  6793] By: jhi                                   on 2000/08/24  13:27:50
51968         Log: Drop the separate perlbc, perlcc -b should be enough.
51969      Branch: perl
51970            - utils/perlbc.PL
51971            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
51972 ____________________________________________________________________________
51973 [  6792] By: jhi                                   on 2000/08/24  04:41:30
51974         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
51975              plus the typo fix from Peter Prymmer.
51976      Branch: perl
51977            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
51978            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
51979 ____________________________________________________________________________
51980 [  6791] By: jhi                                   on 2000/08/24  02:10:43
51981         Log: Replace #6705 with a minimal doc patch.
51982              
51983              Subject: [PATCH 5.6.0] replace change #6705
51984              From: Jan Dubois <jand@ActiveState.com>
51985              Date: Wed, 23 Aug 2000 18:31:51 -0700
51986              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
51987      Branch: perl
51988            ! lib/Win32.pod win32/win32.c
51989 ____________________________________________________________________________
51990 [  6790] By: jhi                                   on 2000/08/23  17:52:00
51991         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
51992              From: Mike Guy <mjtg@cam.ac.uk>
51993              Date: Wed, 23 Aug 2000 18:38:46 +0100
51994              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
51995      Branch: perl
51996            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
51997 ____________________________________________________________________________
51998 [  6789] By: jhi                                   on 2000/08/23  15:34:21
51999         Log: Update Changes.
52000      Branch: perl
52001            ! Changes patchlevel.h
52002 ____________________________________________________________________________
52003 [  6788] By: jhi                                   on 2000/08/23  15:33:40
52004         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
52005              From: Wilfredo Sánchez <wsanchez@apple.com>
52006              Date: Tue, 22 Aug 2000 19:31:27 -0700
52007              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
52008      Branch: perl
52009            ! perl.h
52010 ____________________________________________________________________________
52011 [  6787] By: jhi                                   on 2000/08/23  15:29:31
52012         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
52013              From: Spider Boardman <spider@leggy.zk3.dec.com>
52014              Date: Wed, 23 Aug 2000 10:33:23 -0400
52015              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
52016      Branch: perl
52017            ! lib/Pod/Html.pm
52018 ____________________________________________________________________________
52019 [  6786] By: jhi                                   on 2000/08/23  15:28:11
52020         Log: Bad makefile.
52021      Branch: perl
52022            ! ext/B/Makefile.PL
52023 ____________________________________________________________________________
52024 [  6785] By: jhi                                   on 2000/08/23  14:37:04
52025         Log: Update Changes.
52026      Branch: perl
52027            ! Changes patchlevel.h
52028 ____________________________________________________________________________
52029 [  6784] By: jhi                                   on 2000/08/23  13:58:41
52030         Log: Portability fix from Hugo van der Sanden.
52031      Branch: perl
52032            ! ext/re/Makefile.PL
52033 ____________________________________________________________________________
52034 [  6783] By: jhi                                   on 2000/08/23  13:53:53
52035         Log: Storable support, v-version fixes.
52036              
52037              Subject: CPAN.pm beta for testing available
52038              From: andreas.koenig@anima.de (Andreas J. Koenig)
52039              Date: 22 Aug 2000 23:31:33 +0200
52040              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
52041      Branch: perl
52042            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52043 ____________________________________________________________________________
52044 [  6782] By: jhi                                   on 2000/08/23  13:51:26
52045         Log: Mac and other portability updates from Chris Nandor.
52046      Branch: perl
52047            ! pod/perlmodinstall.pod
52048 ____________________________________________________________________________
52049 [  6781] By: jhi                                   on 2000/08/23  13:47:33
52050         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
52051              From: Peter Prymmer <pvhp@forte.com>
52052              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
52053              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
52054      Branch: perl
52055            ! ext/Storable/Storable.xs
52056 ____________________________________________________________________________
52057 [  6780] By: jhi                                   on 2000/08/23  13:33:34
52058         Log: VMS MMS (make) wants null action.
52059      Branch: perl
52060            ! ext/B/Makefile.PL
52061 ____________________________________________________________________________
52062 [  6779] By: jhi                                   on 2000/08/22  19:44:47
52063         Log: Forgot portability nit.
52064      Branch: perl
52065            ! t/lib/st-forgive.t
52066 ____________________________________________________________________________
52067 [  6778] By: jhi                                   on 2000/08/22  19:35:25
52068         Log: Be portable.
52069      Branch: perl
52070            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
52071            ! t/lib/st-store.t
52072 ____________________________________________________________________________
52073 [  6777] By: jhi                                   on 2000/08/22  18:50:53
52074         Log: Update Changes.
52075      Branch: perl
52076            ! Changes patchlevel.h
52077 ____________________________________________________________________________
52078 [  6776] By: jhi                                   on 2000/08/22  18:44:46
52079         Log: cSVOPo_*v things index into the current PL_curpad
52080              under ithreads, which is different from the curpad
52081              used by the XSUB.  (In other words, the code as-is
52082              before this patch wouldn't work under ithreads.)
52083              From Sarathy.
52084      Branch: perl
52085            ! ext/B/B.xs
52086 ____________________________________________________________________________
52087 [  6775] By: jhi                                   on 2000/08/22  18:18:37
52088         Log: Make the selection of NVff et al stricter.
52089      Branch: metaconfig/U/perl
52090            ! perlxvf.U
52091      Branch: perl
52092            ! Configure config_h.SH
52093 ____________________________________________________________________________
52094 [  6774] By: jhi                                   on 2000/08/22  17:19:42
52095         Log: perldelta nits.
52096      Branch: perl
52097            ! pod/perldelta.pod
52098 ____________________________________________________________________________
52099 [  6773] By: jhi                                   on 2000/08/22  17:06:26
52100         Log: Long double fixes from Spider Boardman.
52101              
52102              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
52103              From: system PRIVILEGED account <root@peano.zk3.dec.com>
52104              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
52105              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
52106      Branch: perl
52107            ! t/lib/bigfltpm.t t/lib/st-06compat.t
52108 ____________________________________________________________________________
52109 [  6772] By: jhi                                   on 2000/08/22  15:04:53
52110         Log: Update Changes.
52111      Branch: perl
52112            ! Changes patchlevel.h
52113 ____________________________________________________________________________
52114 [  6771] By: jhi                                   on 2000/08/22  15:01:44
52115         Log: perldelta fixes from Hugo van der Sanden.
52116      Branch: perl
52117            ! pod/perldelta.pod
52118 ____________________________________________________________________________
52119 [  6770] By: jhi                                   on 2000/08/22  14:34:49
52120         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
52121              From: Hugo <hv@crypt.compulink.co.uk>
52122              Date: Tue, 22 Aug 2000 11:21:53 +0100
52123              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
52124      Branch: perl
52125            ! regcomp.c
52126 ____________________________________________________________________________
52127 [  6769] By: jhi                                   on 2000/08/22  14:30:02
52128         Log: Add Yitzchak, reformat.
52129      Branch: perl
52130            ! Changes config_h.SH
52131 ____________________________________________________________________________
52132 [  6768] By: jhi                                   on 2000/08/22  14:21:35
52133         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
52134              and Spider Boardman.
52135      Branch: metaconfig
52136            ! U/compline/d_gconvert.U
52137      Branch: perl
52138            ! Configure
52139 ____________________________________________________________________________
52140 [  6767] By: jhi                                   on 2000/08/22  14:11:24
52141         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
52142              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52143              Date: Mon, 21 Aug 2000 19:08:31 -0700
52144              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
52145      Branch: perl
52146            - ext/Storable/patchlevel.h
52147            ! MANIFEST ext/Storable/MANIFEST
52148 ____________________________________________________________________________
52149 [  6766] By: jhi                                   on 2000/08/22  13:49:29
52150         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
52151              From: Peter Prymmer <pvhp@forte.com>
52152              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
52153              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
52154      Branch: perl
52155            ! configure.com ext/Storable/Makefile.PL
52156 ____________________________________________________________________________
52157 [  6765] By: jhi                                   on 2000/08/22  13:44:59
52158         Log: Subject: [PATCH blead] B:: missing dependency
52159              From: Hugo <hv@crypt.compulink.co.uk>
52160              Date: Tue, 22 Aug 2000 06:44:33 +0100
52161              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
52162      Branch: perl
52163            ! ext/B/Makefile.PL
52164 ____________________________________________________________________________
52165 [  6764] By: jhi                                   on 2000/08/22  13:38:12
52166         Log: More bytecompiler.
52167      Branch: perl
52168            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
52169 ____________________________________________________________________________
52170 [  6763] By: jhi                                   on 2000/08/22  13:36:44
52171         Log: Bytecompiler patches from Benjamin Stuhl.
52172      Branch: perl
52173            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
52174            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
52175            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
52176            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52177            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
52178            ! perl.c perlapi.h pod/perldelta.pod
52179 ____________________________________________________________________________
52180 [  6762] By: jhi                                   on 2000/08/21  23:43:40
52181         Log: An obsoleted diagnostic.
52182      Branch: perl
52183            ! pod/perldelta.pod
52184 ____________________________________________________________________________
52185 [  6761] By: jhi                                   on 2000/08/21  23:01:45
52186         Log: The #6759 wasn't quite right.
52187      Branch: perl
52188            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
52189            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
52190            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
52191            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
52192            ! t/lib/st-tieditems.t
52193 ____________________________________________________________________________
52194 [  6760] By: jhi                                   on 2000/08/21  22:35:49
52195         Log: Be verydeepclean.
52196      Branch: perl
52197            ! Makefile.SH
52198 ____________________________________________________________________________
52199 [  6759] By: jhi                                   on 2000/08/21  22:25:40
52200         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
52201              From: Peter Prymmer <pvhp@forte.com>
52202              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
52203              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
52204      Branch: perl
52205            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
52206            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
52207            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
52208            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
52209            ! t/lib/st-tieditems.t
52210 ____________________________________________________________________________
52211 [  6758] By: jhi                                   on 2000/08/21  22:22:32
52212         Log: Few more casts, need reported in
52213              
52214              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
52215              From: Mike Stok <mike@stok.co.uk>
52216              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
52217              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
52218              
52219              and
52220              
52221              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
52222              From: abigail@foad.org
52223              Date: 21 Aug 2000 21:31:34 -0000
52224              Message-Id: <20000821213134.30170.qmail@foad.org>
52225      Branch: perl
52226            ! ext/Storable/Storable.xs
52227 ____________________________________________________________________________
52228 [  6757] By: jhi                                   on 2000/08/21  18:37:07
52229         Log: Update Changes.
52230      Branch: perl
52231            ! Changes patchlevel.h
52232 ____________________________________________________________________________
52233 [  6756] By: jhi                                   on 2000/08/21  18:34:02
52234         Log: A pod nit.
52235              
52236              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
52237              From: <abigail@foad.org>
52238              Date: Mon, 21 Aug 2000 14:00:16 -0400
52239              Message-ID: <20000821180016.28627.qmail@foad.org>
52240      Branch: perl
52241            ! pod/perlre.pod
52242 ____________________________________________________________________________
52243 [  6755] By: jhi                                   on 2000/08/21  18:30:56
52244         Log: Use PodParser 1.18 new test.
52245      Branch: perl
52246            ! t/pod/special_seqs.t t/pod/special_seqs.xr
52247 ____________________________________________________________________________
52248 [  6754] By: jhi                                   on 2000/08/21  18:28:35
52249         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
52250              patches cannot be applied since #6712 conflicts.
52251      Branch: perl
52252            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
52253 ____________________________________________________________________________
52254 [  6753] By: jhi                                   on 2000/08/21  18:15:11
52255         Log: Weed out some smaller changes.
52256      Branch: perl
52257            ! pod/perldelta.pod
52258 ____________________________________________________________________________
52259 [  6752] By: jhi                                   on 2000/08/21  18:02:30
52260         Log: Also under djgpp the timestamps are funky.
52261      Branch: perl
52262            ! t/op/stat.t
52263 ____________________________________________________________________________
52264 [  6751] By: jhi                                   on 2000/08/21  17:55:56
52265         Log: Tweak the floating point output routine preferences.
52266      Branch: metaconfig
52267            ! U/compline/d_gconvert.U
52268      Branch: perl
52269            ! Configure
52270 ____________________________________________________________________________
52271 [  6750] By: jhi                                   on 2000/08/21  17:51:29
52272         Log: Unicos/mk requires elaborate paranoia.
52273      Branch: perl
52274            ! lib/Math/Complex.pm
52275 ____________________________________________________________________________
52276 [  6749] By: gsar                                  on 2000/08/21  16:53:31
52277         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
52278      Branch: perl
52279            ! lib/Cwd.pm
52280 ____________________________________________________________________________
52281 [  6748] By: gsar                                  on 2000/08/21  16:22:19
52282         Log: free TLS slot properly on Windows
52283      Branch: perl
52284            ! thread.h win32/perllib.c win32/win32thread.h
52285 ____________________________________________________________________________
52286 [  6747] By: jhi                                   on 2000/08/21  16:20:58
52287         Log: Rename the macro argument because some preprocessors
52288              can't tell the difference and expand arguments also inside
52289              double quoted strings.
52290      Branch: perl
52291            ! regcomp.c
52292 ____________________________________________________________________________
52293 [  6746] By: jhi                                   on 2000/08/21  16:09:41
52294         Log: Support long doubles in Storable.
52295              
52296              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
52297              From: Radu Greab <radu@netsoft.ro>
52298              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
52299              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
52300      Branch: perl
52301            ! ext/Storable/Storable.xs
52302 ____________________________________________________________________________
52303 [  6745] By: jhi                                   on 2000/08/21  15:51:40
52304         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
52305              From: "Fifer, Eric" <EFifer@sanwaint.com>
52306              Date: Mon, 21 Aug 2000 15:34:49 +0100
52307              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
52308      Branch: perl
52309            ! t/pragma/warn/9enabled
52310 ____________________________________________________________________________
52311 [  6744] By: jhi                                   on 2000/08/21  15:39:35
52312         Log: Document the endianness of Alpha more precisely.
52313      Branch: perl
52314            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
52315            ! pod/perlport.pod
52316 ____________________________________________________________________________
52317 [  6743] By: jhi                                   on 2000/08/21  14:47:05
52318         Log: perldelta fixes from the p5p crowd.
52319      Branch: perl
52320            ! pod/perldelta.pod pod/perlop.pod
52321 ____________________________________________________________________________
52322 [  6742] By: jhi                                   on 2000/08/21  13:34:51
52323         Log: Update to Pod::LaTeX 0.53.
52324              
52325              Subject: [PATCH] lib/Pod/LaTeX.pm updates
52326              From: Tim Jenness <timj@jach.hawaii.edu>
52327              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
52328              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
52329      Branch: perl
52330            ! lib/Pod/LaTeX.pm
52331 ____________________________________________________________________________
52332 [  6741] By: jhi                                   on 2000/08/21  13:33:01
52333         Log: Subject: [PATCH] os2.c fix for use64bitint
52334              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52335              Date: Mon, 21 Aug 2000 01:32:25 -0700
52336              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
52337      Branch: perl
52338            ! os2/os2.c
52339 ____________________________________________________________________________
52340 [  6740] By: jhi                                   on 2000/08/21  13:28:52
52341         Log: Array context keeps slithering in.
52342              
52343              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
52344              From: Daniel Chetlin <daniel@chetlin.com>
52345              Date: Sun, 20 Aug 2000 21:40:25 -0700
52346              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
52347      Branch: perl
52348            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
52349            ! pod/perldebtut.pod
52350 ____________________________________________________________________________
52351 [  6739] By: jhi                                   on 2000/08/21  13:23:55
52352         Log: Big-endian quad fixes for Storable from Radu Greab,
52353              plus few explicit null casts for picky compilers.
52354      Branch: perl
52355            ! ext/Storable/Storable.xs
52356 ____________________________________________________________________________
52357 [  6738] By: gsar                                  on 2000/08/21  05:56:13
52358         Log: small tweaks for change#6705: avoid C++ style comments in C code;
52359              use Perl's malloc API rather than the low level system one
52360      Branch: perl
52361            ! win32/win32.c
52362 ____________________________________________________________________________
52363 [  6737] By: gsar                                  on 2000/08/21  05:35:41
52364         Log: add Storable to list of extensions on Windows
52365      Branch: perl
52366            ! win32/Makefile win32/makefile.mk
52367 ____________________________________________________________________________
52368 [  6736] By: jhi                                   on 2000/08/21  02:57:53
52369         Log: Update Changes.
52370      Branch: perl
52371            ! Changes patchlevel.h
52372 ____________________________________________________________________________
52373 [  6735] By: jhi                                   on 2000/08/21  02:57:20
52374         Log: Draft 0.
52375      Branch: perl
52376            ! pod/perldelta.pod
52377 ____________________________________________________________________________
52378 [  6734] By: jhi                                   on 2000/08/21  02:57:03
52379         Log: Add Storable 0.7.2 from Raphael Manfredi,
52380              plus the patch from
52381              
52382              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
52383              From: Radu Greab <radu@netsoft.ro>
52384              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
52385              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
52386              
52387              plus changes to get Storable to compile with
52388              picky ANSI compilers.
52389      Branch: perl
52390            + ext/Storable/ChangeLog ext/Storable/MANIFEST
52391            + ext/Storable/Makefile.PL ext/Storable/README
52392            + ext/Storable/Storable.pm ext/Storable/Storable.xs
52393            + ext/Storable/patchlevel.h t/lib/st-06compat.t
52394            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
52395            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
52396            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
52397            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
52398            + t/lib/st-tieditems.t
52399            ! MANIFEST
52400 ____________________________________________________________________________
52401 [  6733] By: jhi                                   on 2000/08/21  02:29:09
52402         Log: The correct cleaning order is an art.
52403      Branch: perl
52404            ! Makefile.SH
52405 ____________________________________________________________________________
52406 [  6732] By: jhi                                   on 2000/08/21  01:23:39
52407         Log: The #6724 is here.
52408      Branch: perl
52409            ! t/lib/ftmp-security.t
52410 ____________________________________________________________________________
52411 [  6731] By: jhi                                   on 2000/08/20  23:17:03
52412         Log: s/this one/the 5.6.0 release/
52413      Branch: perl
52414            ! pod/perl56delta.pod
52415 ____________________________________________________________________________
52416 [  6730] By: jhi                                   on 2000/08/20  23:07:34
52417         Log: Mention perlebcdic and perlposix-bc.
52418      Branch: perl
52419            ! pod/perlport.pod
52420 ____________________________________________________________________________
52421 [  6729] By: jhi                                   on 2000/08/20  21:32:59
52422         Log: Document the number of exponent digits.
52423      Branch: perl
52424            ! pod/perlfunc.pod
52425 ____________________________________________________________________________
52426 [  6728] By: jhi                                   on 2000/08/20  21:16:47
52427         Log: Use File::Spec->tmpdir().
52428              
52429              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
52430              From: Tim Jenness <timj@jach.hawaii.edu>
52431              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
52432              MIME-Version: 1.0
52433              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
52434      Branch: perl
52435            ! utils/perlbug.PL
52436 ____________________________________________________________________________
52437 [  6727] By: jhi                                   on 2000/08/20  20:43:32
52438         Log: Update Changes.
52439      Branch: perl
52440            ! Changes patchlevel.h
52441 ____________________________________________________________________________
52442 [  6726] By: jhi                                   on 2000/08/20  20:41:44
52443         Log: The veryclean target needs to clobber.
52444      Branch: perl
52445            ! Makefile.SH
52446 ____________________________________________________________________________
52447 [  6725] By: jhi                                   on 2000/08/20  20:37:38
52448         Log: Document odd vs even subreleases and -Dusedevel.
52449      Branch: perl
52450            ! INSTALL
52451 ____________________________________________________________________________
52452 [  6724] By: jhi                                   on 2000/08/20  19:58:05
52453         Log: Use temporary directory instead of current directory.
52454              
52455              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
52456              From: Tim Jenness <timj@jach.hawaii.edu>
52457              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
52458              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
52459      Branch: perl
52460            ! t/lib/ftmp-security.t
52461 ____________________________________________________________________________
52462 [  6723] By: jhi                                   on 2000/08/20  19:55:55
52463         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
52464              From: andreas.koenig@anima.de (Andreas J. Koenig)
52465              Date: 20 Aug 2000 15:52:03 +0200
52466              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
52467      Branch: perl
52468            ! lib/ExtUtils/MM_Unix.pm
52469 ____________________________________________________________________________
52470 [  6722] By: jhi                                   on 2000/08/20  19:46:01
52471         Log: Update to CGI 2.72, from Lincoln Stein.
52472      Branch: perl
52473            ! lib/CGI.pm
52474 ____________________________________________________________________________
52475 [  6721] By: jhi                                   on 2000/08/20  19:43:54
52476         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
52477              From: Radu Greab <radu@netsoft.ro>
52478              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
52479              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
52480      Branch: perl
52481            ! ext/GDBM_File/GDBM_File.xs
52482 ____________________________________________________________________________
52483 [  6720] By: jhi                                   on 2000/08/20  19:42:01
52484         Log: pp_open() could pass an uninitialized filename down to do_open9().
52485      Branch: perl
52486            ! pp_sys.c
52487 ____________________________________________________________________________
52488 [  6719] By: jhi                                   on 2000/08/20  14:06:41
52489         Log: UTF8 concat fixes.
52490              
52491              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
52492              From: Hugo <hv@crypt.compulink.co.uk>
52493              Date: Sun, 20 Aug 2000 07:30:46 +0100
52494              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
52495      Branch: perl
52496            ! pp_hot.c t/op/append.t
52497 ____________________________________________________________________________
52498 [  6718] By: jhi                                   on 2000/08/20  02:09:37
52499         Log: Let's try #6717 again.
52500      Branch: perl
52501            ! lib/File/Temp.pm
52502 ____________________________________________________________________________
52503 [  6717] By: jhi                                   on 2000/08/20  01:56:55
52504         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
52505              From: "Craig A. Berry" <craig.berry@metamorgs.com>
52506              Date: Sat, 19 Aug 2000 18:15:39 -0500
52507              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
52508      Branch: perl
52509            ! lib/File/Temp.pm
52510 ____________________________________________________________________________
52511 [  6716] By: jhi                                   on 2000/08/19  15:50:11
52512         Log: Update Changes.
52513      Branch: perl
52514            ! Changes patchlevel.h
52515 ____________________________________________________________________________
52516 [  6715] By: jhi                                   on 2000/08/19  15:39:09
52517         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
52518              From: Jonathan D Johnston <jdjohnston2@juno.com>
52519              Date: Thu, 17 Aug 2000 23:13:01 -0400       
52520              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
52521      Branch: perl
52522            ! pod/perlfunc.pod
52523 ____________________________________________________________________________
52524 [  6714] By: jhi                                   on 2000/08/19  15:34:04
52525         Log: Introduce a 'veryclean' target that is like 'distclean'
52526              but also removes *~ and *.orig.
52527      Branch: perl
52528            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
52529            ! utils/Makefile x2p/Makefile.SH
52530 ____________________________________________________________________________
52531 [  6713] By: jhi                                   on 2000/08/19  14:15:45
52532         Log: Put back the long double avoidance code to POSIX.xs
52533              because VMS seems to need it still.
52534      Branch: perl
52535            ! ext/POSIX/POSIX.xs
52536 ____________________________________________________________________________
52537 [  6712] By: jhi                                   on 2000/08/19  14:10:41
52538         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
52539              From: Peter Prymmer <pvhp@forte.com>
52540              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
52541              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
52542      Branch: perl
52543            ! lib/Pod/Find.pm t/pod/find.t
52544 ____________________________________________________________________________
52545 [  6711] By: jhi                                   on 2000/08/19  14:09:19
52546         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
52547              From: Peter Prymmer <pvhp@forte.com>
52548              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
52549              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
52550              cc: vmsperl@perl.org
52551      Branch: perl
52552            ! t/lib/peek.t
52553 ____________________________________________________________________________
52554 [  6710] By: jhi                                   on 2000/08/19  14:08:01
52555         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
52556              From: Jan Dubois <jand@ActiveState.com>
52557              Date: Fri, 18 Aug 2000 16:31:48 -0700
52558              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
52559      Branch: perl
52560            ! win32/win32.c
52561 ____________________________________________________________________________
52562 [  6709] By: jhi                                   on 2000/08/19  14:06:57
52563         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
52564              
52565              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
52566              From: Spider.Boardman@Orb.Nashua.NH.US
52567              Date: Fri, 18 Aug 2000 18:41:14 -0400
52568              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
52569      Branch: perl
52570            ! regcomp.c
52571 ____________________________________________________________________________
52572 [  6708] By: jhi                                   on 2000/08/18  22:04:49
52573         Log: Update Changes.
52574      Branch: perl
52575            ! Changes patchlevel.h
52576 ____________________________________________________________________________
52577 [  6707] By: jhi                                   on 2000/08/18  21:55:14
52578         Log: Add warnif(), check warnings further up the stack,
52579              all the warnings functions now can take an optional object reference.
52580              
52581              Subject: [PATCH bleedperl@6691] warnings pragma update
52582              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
52583              Date: Fri, 18 Aug 2000 22:42:06 +0100
52584              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
52585      Branch: perl
52586            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
52587            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
52588            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
52589 ____________________________________________________________________________
52590 [  6706] By: jhi                                   on 2000/08/18  21:41:45
52591         Log: Typo in pp_complement().
52592              
52593              Subject: [PATCH perl-current] Deparse
52594              From: Peter Scott <Peter@PSDT.com>
52595              Date: Fri, 18 Aug 2000 12:44:37 -0700
52596              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
52597      Branch: perl
52598            ! ext/B/B/Deparse.pm
52599 ____________________________________________________________________________
52600 [  6705] By: jhi                                   on 2000/08/18  21:25:59
52601         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
52602              From: Jan Dubois <jand@ActiveState.com>
52603              Date: Fri, 18 Aug 2000 14:22:51 -0700
52604              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
52605      Branch: perl
52606            ! lib/Win32.pod win32/win32.c
52607 ____________________________________________________________________________
52608 [  6704] By: jhi                                   on 2000/08/18  21:16:14
52609         Log: Don't eat leading os from index entries.
52610              
52611              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
52612              From: Russ Allbery <rra@stanford.edu>
52613              Date: 10 Aug 2000 20:49:25 -0700
52614              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
52615      Branch: perl
52616            ! lib/Pod/Man.pm
52617 ____________________________________________________________________________
52618 [  6703] By: jhi                                   on 2000/08/18  21:07:06
52619         Log: Add [[:blank:]] as suggested in
52620              
52621              Subject: [ID 20000716.024] [=cc=] / [:blank:]
52622              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
52623              Date: Sun, 16 Jul 2000 17:55:29 -0700
52624              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
52625              
52626              (the [=cc=] has already been taken care of by #6439
52627              so the whole bug report can be closed)
52628              
52629              and make [[:space:]] to be equivalent to isspace(3)
52630              (as opposed to \s, which is isSPACE()).  The difference
52631              is that now [[:space:]] matches the mythical vertical tab,
52632              while \s doesn't.
52633      Branch: perl
52634            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
52635            ! regexec.c t/op/pat.t
52636 ____________________________________________________________________________
52637 [  6702] By: jhi                                   on 2000/08/18  18:47:47
52638         Log: The new tests were missing from #6415.
52639      Branch: perl
52640            ! t/op/bop.t
52641 ____________________________________________________________________________
52642 [  6701] By: jhi                                   on 2000/08/18  18:20:40
52643         Log: Document the NDBM_File and ODBM_File as SDBM_File
52644              was documented in #6417.
52645      Branch: perl
52646            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
52647            ! ext/SDBM_File/SDBM_File.pm
52648 ____________________________________________________________________________
52649 [  6700] By: jhi                                   on 2000/08/18  18:10:39
52650         Log: Subject: [PATCH perl@6698] cygwin port
52651              From: "Fifer, Eric" <EFifer@sanwaint.com>
52652              Date: Fri, 18 Aug 2000 17:30:05 +0100
52653              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
52654      Branch: perl
52655            ! lib/File/Temp.pm
52656 ____________________________________________________________________________
52657 [  6699] By: jhi                                   on 2000/08/18  16:21:49
52658         Log: Document code point which makes if (defined %stash::) to work
52659              (noted by Spider Boardman).
52660      Branch: perl
52661            ! op.c
52662 ____________________________________________________________________________
52663 [  6698] By: jhi                                   on 2000/08/18  13:43:27
52664         Log: Update Changes.
52665      Branch: perl
52666            ! Changes patchlevel.h
52667 ____________________________________________________________________________
52668 [  6697] By: jhi                                   on 2000/08/18  13:35:57
52669         Log: Tiny Getopt::Long patch from Johan Vromans.
52670      Branch: perl
52671            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
52672 ____________________________________________________________________________
52673 [  6696] By: jhi                                   on 2000/08/18  13:26:14
52674         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
52675              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
52676              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
52677              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
52678      Branch: perl
52679            ! pod/perldiag.pod pod/perlsyn.pod
52680 ____________________________________________________________________________
52681 [  6695] By: jhi                                   on 2000/08/18  13:13:26
52682         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
52683              From: Daniel Chetlin <daniel@chetlin.com>
52684              Date: Fri, 18 Aug 2000 03:13:36 -0700
52685              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
52686      Branch: perl
52687            ! pod/perlfunc.pod
52688 ____________________________________________________________________________
52689 [  6694] By: jhi                                   on 2000/08/18  13:08:05
52690         Log: Subject: [PATCH] perltrap.pod spring cleaning
52691              From: Daniel Chetlin <daniel@chetlin.com>
52692              Date: Fri, 18 Aug 2000 03:06:54 -0700
52693              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
52694              
52695              plus Mike Guy's nitfix.
52696      Branch: perl
52697            ! pod/perltrap.pod
52698 ____________________________________________________________________________
52699 [  6693] By: jhi                                   on 2000/08/18  13:00:26
52700         Log: Unbuffer the output.
52701              
52702              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
52703              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52704              Date: Thu, 17 Aug 2000 18:39:29 -0700
52705              Message-ID: <RPJn5gzkgydf092yn@efn.org>
52706      Branch: perl
52707            ! t/op/fork.t
52708 ____________________________________________________________________________
52709 [  6692] By: jhi                                   on 2000/08/18  05:19:17
52710         Log: Delete the image, too, not just its MANIFEStation.
52711      Branch: perl
52712            - lib/CGI/eg/wilogo.gif
52713 ____________________________________________________________________________
52714 [  6691] By: jhi                                   on 2000/08/18  05:10:26
52715         Log: Propagate new Configure vars.
52716      Branch: perl
52717            ! configure.com epoc/config.sh uconfig.h uconfig.sh
52718            ! vos/config.def vos/config.h vos/config_h.SH_orig
52719            ! win32/config.bc win32/config.gc win32/config.vc
52720            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52721 ____________________________________________________________________________
52722 [  6690] By: jhi                                   on 2000/08/18  04:30:56
52723         Log: Update Changes.
52724      Branch: perl
52725            ! Changes patchlevel.h
52726 ____________________________________________________________________________
52727 [  6689] By: jhi                                   on 2000/08/18  04:12:30
52728         Log: Fix the lib/complex failure of
52729              
52730              From: abigail@foad.org
52731              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
52732              Date: 15 Aug 2000 04:06:38 -0000
52733              Message-Id: <20000815040638.8524.qmail@foad.org> 
52734              
52735              Linux long double accuracy issue: something that
52736              when printed with %g looks like "2" but int() of it is 1.
52737      Branch: perl
52738            ! lib/Math/Complex.pm
52739 ____________________________________________________________________________
52740 [  6688] By: jhi                                   on 2000/08/18  03:15:35
52741         Log: The byteorder code in #6671 was wrong.
52742      Branch: perl
52743            ! configpm
52744 ____________________________________________________________________________
52745 [  6687] By: jhi                                   on 2000/08/18  02:08:42
52746         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
52747              From: Jan Dubois <jand@ActiveState.com>
52748              Date: Thu, 17 Aug 2000 18:31:55 -0700
52749              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
52750      Branch: perl
52751            ! sv.c
52752 ____________________________________________________________________________
52753 [  6686] By: jhi                                   on 2000/08/18  02:04:15
52754         Log: Use NVs in POSIX math, not doubles.
52755              
52756              From: abigail@foad.org
52757              Subject: [ID 20000817.014] POSIX & modfl
52758              Date: 17 Aug 2000 20:49:18 -0000
52759              Message-Id: <20000817204918.23123.qmail@foad.org>
52760      Branch: perl
52761            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
52762 ____________________________________________________________________________
52763 [  6685] By: jhi                                   on 2000/08/18  02:02:12
52764         Log: Introduce NVef, NVff, and NVgf, use the middle one.
52765              (helps for lib/peek + Linux + long doubles)  Reported in
52766              
52767              From: abigail@foad.org
52768              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
52769              Date: 15 Aug 2000 04:06:38 -0000
52770              Message-Id: <20000815040638.8524.qmail@foad.org> 
52771              
52772              (note: the lib/complex failure has not yet been addressed)
52773      Branch: metaconfig/U/perl
52774            ! perlxvf.U
52775      Branch: perl
52776            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52777            ! config_h.SH dump.c perl.h pod/perlguts.pod
52778 ____________________________________________________________________________
52779 [  6684] By: jhi                                   on 2000/08/17  23:22:19
52780         Log: Add byteorder to the myconfig output.
52781      Branch: perl
52782            ! myconfig.SH
52783 ____________________________________________________________________________
52784 [  6683] By: jhi                                   on 2000/08/17  23:20:19
52785         Log: The image doth not exist, spotted by Johan Vromans.
52786      Branch: perl
52787            ! MANIFEST
52788 ____________________________________________________________________________
52789 [  6682] By: jhi                                   on 2000/08/17  22:38:16
52790         Log: Document what the backtick returns if the command fails.
52791      Branch: perl
52792            ! pod/perlop.pod
52793 ____________________________________________________________________________
52794 [  6681] By: jhi                                   on 2000/08/17  22:33:12
52795         Log: Do not use prototyping here.
52796              
52797              Subject: [ID 20000817.016] [PATCH] Peek.xs
52798              From: abigail@foad.org
52799              Date: 17 Aug 2000 20:55:56 -0000
52800              Message-Id: <20000817205556.24270.qmail@foad.org>
52801      Branch: perl
52802            ! ext/Devel/Peek/Makefile.PL
52803 ____________________________________________________________________________
52804 [  6680] By: jhi                                   on 2000/08/17  19:46:43
52805         Log: Don't propose using modules built for 5.005 if no binary
52806              compatibility with 5.005 is attempted.
52807              
52808              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52809              Subject: Minor nit with 5.7.0 (6655)
52810              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
52811              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
52812      Branch: metaconfig
52813            ! U/installdirs/inc_version_list.U
52814      Branch: perl
52815            ! Configure config_h.SH
52816 ____________________________________________________________________________
52817 [  6679] By: jhi                                   on 2000/08/17  19:16:39
52818         Log: Microperl config update.
52819      Branch: perl
52820            ! uconfig.h uconfig.sh
52821 ____________________________________________________________________________
52822 [  6678] By: jhi                                   on 2000/08/17  19:16:13
52823         Log: The #6648 wasn't protective enough for limited platforms
52824              (like microperl).
52825      Branch: perl
52826            ! dump.c sv.c
52827 ____________________________________________________________________________
52828 [  6677] By: jhi                                   on 2000/08/17  14:46:35
52829         Log: Update Changes.
52830      Branch: perl
52831            ! Changes patchlevel.h
52832 ____________________________________________________________________________
52833 [  6676] By: jhi                                   on 2000/08/17  14:44:02
52834         Log: Add perlebcdic from Peter Prymmer, regen toc.
52835      Branch: perl
52836            + pod/perlebcdic.pod
52837            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52838 ____________________________________________________________________________
52839 [  6675] By: jhi                                   on 2000/08/17  14:41:52
52840         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
52841      Branch: perl
52842            ! pod/perldebtut.pod
52843 ____________________________________________________________________________
52844 [  6674] By: jhi                                   on 2000/08/17  14:29:43
52845         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
52846              
52847              Subject: [ID 20000724.006] -DLEAKTEST problem
52848              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
52849              Date: Tue, 25 Jul 2000 00:36:32 -0500
52850              Message-Id: <20000725003632.A26186@www.llamacom.com>
52851              
52852              Reminder sent
52853              
52854              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
52855              From: Hugo <hv@crypt.compulink.co.uk>
52856              Date: Thu, 17 Aug 2000 15:23:42 +0100
52857              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
52858      Branch: perl
52859            ! util.c
52860 ____________________________________________________________________________
52861 [  6673] By: jhi                                   on 2000/08/17  04:07:10
52862         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
52863              From: John Peacock <JPeacock@UnivPress.com>
52864              Date: Tue, 01 Aug 2000 09:38:12 -0400
52865              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
52866      Branch: perl
52867            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
52868 ____________________________________________________________________________
52869 [  6672] By: jhi                                   on 2000/08/17  03:04:35
52870         Log: Subject: [PATCH] Cwd.pm now uses strict
52871              From: Tim Jenness <timj@jach.hawaii.edu>
52872              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
52873              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
52874      Branch: perl
52875            ! lib/Cwd.pm
52876 ____________________________________________________________________________
52877 [  6671] By: jhi                                   on 2000/08/17  02:16:35
52878         Log: Make $Config{byteorder} more magical so that it is
52879              dynamically computed: nice for 'fat binaries'.
52880              
52881              Subject: [PATCH]: default byteorder
52882              From: Wilfredo Sánchez <wsanchez@apple.com>
52883              Date: Mon, 31 Jul 2000 19:45:31 -0700
52884              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
52885      Branch: perl
52886            ! configpm
52887 ____________________________________________________________________________
52888 [  6670] By: gsar                                  on 2000/08/17  01:22:21
52889         Log: move WNOHANG definition to where other such things are
52890      Branch: perl
52891            ! win32/win32.h
52892 ____________________________________________________________________________
52893 [  6669] By: jhi                                   on 2000/08/17  01:19:17
52894         Log: Update Changes.
52895      Branch: perl
52896            ! Changes patchlevel.h
52897 ____________________________________________________________________________
52898 [  6668] By: jhi                                   on 2000/08/17  01:16:29
52899         Log: Doc nits spotted by Richard Soderberg.
52900      Branch: perl
52901            ! README.posix-bc README.vmesa
52902 ____________________________________________________________________________
52903 [  6667] By: jhi                                   on 2000/08/17  01:12:11
52904         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
52905              From: "Casey R. Tweten" <crt@kiski.net>
52906              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
52907              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
52908      Branch: perl
52909            ! pod/perldebtut.pod
52910 ____________________________________________________________________________
52911 [  6666] By: jhi                                   on 2000/08/17  01:09:31
52912         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
52913              From: "Casey R. Tweten" <crt@kiski.net>
52914              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
52915              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
52916      Branch: perl
52917            ! lib/Shell.pm
52918 ____________________________________________________________________________
52919 [  6665] By: gsar                                  on 2000/08/17  01:03:52
52920         Log: add "ok" targets from change#6632 in makefile.mk
52921      Branch: perl
52922            ! pod/perlport.pod win32/Makefile win32/makefile.mk
52923 ____________________________________________________________________________
52924 [  6664] By: gsar                                  on 2000/08/17  00:56:11
52925         Log: avoid warnings from dense compiler
52926      Branch: perl
52927            ! win32/win32.c
52928 ____________________________________________________________________________
52929 [  6663] By: jhi                                   on 2000/08/17  00:51:49
52930         Log: Tweak the regex compilation errors once more.
52931      Branch: perl
52932            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
52933            ! t/op/regmesg.t t/pragma/warn/regcomp
52934 ____________________________________________________________________________
52935 [  6662] By: gsar                                  on 2000/08/17  00:28:19
52936         Log: trailing new %ENV entries weren't being pushed into the real
52937              environment of subprocesses on Windows
52938      Branch: perl
52939            ! t/op/magic.t win32/perlhost.h
52940 ____________________________________________________________________________
52941 [  6661] By: gsar                                  on 2000/08/17  00:19:20
52942         Log: waitpid() now handles externally spawned pids correctly;
52943              fixes for backtick/wait/waitpid failures on Windows 9x
52944              
52945              these changes make the pid returned by process functions on
52946              Windows 9x always positive by clearing the high bit (which
52947              is always set on Win9x); pseudo-process PIDs are likewise
52948              always negative now on Win9x (just as on NT/2000)
52949      Branch: perl
52950            ! pp_sys.c win32/perlhost.h win32/win32.c
52951 ____________________________________________________________________________
52952 [  6660] By: jhi                                   on 2000/08/17  00:04:32
52953         Log: Retract #6645.
52954      Branch: perl
52955            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52956            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
52957            ! t/op/sprintf.t
52958 ____________________________________________________________________________
52959 [  6659] By: gsar                                  on 2000/08/16  23:59:28
52960         Log: on windows, the return values from wait() and waitpid() don't
52961              match those of pseudo-pids
52962      Branch: perl
52963            ! pp_sys.c t/op/fork.t util.c win32/win32.c
52964 ____________________________________________________________________________
52965 [  6658] By: gsar                                  on 2000/08/16  23:56:14
52966         Log: pod nit seen in passing
52967      Branch: perl
52968            ! pod/perlfunc.pod
52969 ____________________________________________________________________________
52970 [  6657] By: gsar                                  on 2000/08/16  23:53:42
52971         Log: change#6328 could make close(SOCKET) return false on windows
52972              when it shouldn't
52973      Branch: perl
52974            ! win32/win32sck.c
52975 ____________________________________________________________________________
52976 [  6656] By: gsar                                  on 2000/08/16  23:46:57
52977         Log: check that the number pseudo children doesn't exceed
52978              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
52979              the WaitForMultipleObjects() limit that would cause wait()
52980              to crash)
52981              
52982              wait() and waitpid() could potentially be rewritten to use
52983              more than one thread to do the waiting to eliminate this
52984              limitation
52985      Branch: perl
52986            ! win32/perlhost.h
52987 ____________________________________________________________________________
52988 [  6655] By: jhi                                   on 2000/08/16  14:11:05
52989         Log: Update Changes.
52990      Branch: perl
52991            ! Changes patchlevel.h
52992 ____________________________________________________________________________
52993 [  6654] By: jhi                                   on 2000/08/16  14:10:12
52994         Log: Update to perldebtut 1.9, from Richard Foley.
52995      Branch: perl
52996            ! pod/perldebtut.pod
52997 ____________________________________________________________________________
52998 [  6653] By: jhi                                   on 2000/08/16  14:08:17
52999         Log: Change the regx compilation error markers to use = instead of <
53000              since pod makes using the latter quite messy.  Reported in
53001              ID 20000814.006 by Abigail and in
53002              Subject: Unknown escape E<> ?
53003              From: Lupe Christoph <lupe@lupe-christoph.de>
53004              Date: Fri, 11 Aug 2000 00:30:27 +0200
53005              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
53006      Branch: perl
53007            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
53008            ! t/op/regmesg.t t/pragma/warn/regcomp
53009 ____________________________________________________________________________
53010 [  6652] By: jhi                                   on 2000/08/16  13:25:31
53011         Log: Change the perlbug address to perl.org since it's more forgiving.
53012              
53013              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
53014              From: abigail@foad.org
53015              Date: 15 Aug 2000 04:15:40 -0000
53016              Message-Id: <20000815041540.8633.qmail@foad.org>
53017      Branch: perl
53018            ! utils/perlbug.PL
53019 ____________________________________________________________________________
53020 [  6651] By: jhi                                   on 2000/08/16  13:22:35
53021         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
53022              From: Tim Jenness <timj@jach.hawaii.edu>
53023              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
53024              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
53025      Branch: perl
53026            ! lib/Cwd.pm
53027 ____________________________________________________________________________
53028 [  6650] By: jhi                                   on 2000/08/16  13:18:13
53029         Log: Update to CPAN 1.57.
53030              
53031              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
53032              From: andreas.koenig@anima.de (Andreas J. Koenig)
53033              Date: 16 Aug 2000 15:09:46 +0200
53034              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
53035      Branch: perl
53036            ! lib/CPAN.pm
53037 ____________________________________________________________________________
53038 [  6649] By: jhi                                   on 2000/08/16  13:12:31
53039         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
53040              From: "Larry W. Virden" <lvirden@cas.org>
53041              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
53042              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
53043      Branch: perl
53044            ! README.hpux
53045 ____________________________________________________________________________
53046 [  6648] By: jhi                                   on 2000/08/16  13:03:53
53047         Log: The numeric locale was reset to "C" by s?printf and never restored.
53048              
53049              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
53050              From: Christian Kirsch <ck@held.mind.de>
53051              Date: Wed, 9 Aug 2000 17:05:17 +0200
53052              Message-Id: <20000809170517.A25389@held>
53053              
53054              No test since adding the failing example to locale.t
53055              does not fail -- probably because the locale settings are so
53056              thoroughly tweaked by that time.  Running the example standalone
53057              does fail, though.  UPDATE: test case added at change #7540.
53058      Branch: perl
53059            ! dump.c perl.h pp.c pp_ctl.c sv.c
53060 ____________________________________________________________________________
53061 [  6647] By: jhi                                   on 2000/08/16  00:07:54
53062         Log: Update Changes and test semi-automatic patchlevel updating.
53063      Branch: perl
53064            ! Changes patchlevel.h
53065 ____________________________________________________________________________
53066 [  6646] By: jhi                                   on 2000/08/15  23:35:07
53067         Log: Fix a dependency problem.
53068              
53069              Subject: [PATCH: 6640] VMS Makefile.SH update
53070              From: Peter Prymmer <pvhp@forte.com>
53071              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
53072              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
53073      Branch: perl
53074            ! vms/descrip_mms.template
53075 ____________________________________________________________________________
53076 [  6645] By: jhi                                   on 2000/08/15  23:33:23
53077         Log: (Retracted by #6660)
53078              
53079              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
53080              From: Dominic Dunlop <domo@computer.org>
53081              Date: Tue, 15 Aug 2000 22:20:52 +0200
53082              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
53083      Branch: metaconfig/U/perl
53084            + d_printfed.U
53085      Branch: perl
53086            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53087            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
53088            ! t/op/sprintf.t
53089 ____________________________________________________________________________
53090 [  6644] By: jhi                                   on 2000/08/15  21:17:20
53091         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
53092              From: abigail@foad.org
53093              Date: 15 Aug 2000 20:12:41 -0000
53094              Message-Id: <20000815201241.25556.qmail@foad.org>
53095      Branch: perl
53096            ! INSTALL
53097 ____________________________________________________________________________
53098 [  6643] By: jhi                                   on 2000/08/15  21:15:28
53099         Log: (an already applied patch)
53100      Branch: perl
53101            ! lib/CGI.pm
53102 ____________________________________________________________________________
53103 [  6642] By: gsar                                  on 2000/08/15  19:54:05
53104         Log: magic callbacks all need to have same type signature
53105      Branch: perl
53106            ! embed.pl mg.c proto.h
53107 ____________________________________________________________________________
53108 [  6641] By: jhi                                   on 2000/08/15  17:56:27
53109         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)
53110              From: Mike Guy <mjtg@cam.ac.uk>
53111              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
53112              Date: Tue, 15 Aug 2000 18:26:45 +0100
53113              
53114              Only the peek.t part applied, not the hash quality part.
53115      Branch: perl
53116            ! t/lib/peek.t
53117 ____________________________________________________________________________
53118 [  6640] By: jhi                                   on 2000/08/15  16:37:37
53119         Log: Update Changes.
53120      Branch: perl
53121            ! Changes
53122 ____________________________________________________________________________
53123 [  6639] By: jhi                                   on 2000/08/15  16:34:55
53124         Log: Missed a file from #6638.
53125      Branch: perl
53126            ! lib/File/Temp.pm
53127 ____________________________________________________________________________
53128 [  6638] By: jhi                                   on 2000/08/15  16:33:19
53129         Log: Subject: [PATCH perl@6620] cygwin port
53130              From: "Fifer, Eric" <EFifer@sanwaint.com>
53131              Date: Tue, 15 Aug 2000 17:00:49 +0100
53132              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
53133      Branch: perl
53134            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
53135 ____________________________________________________________________________
53136 [  6637] By: jhi                                   on 2000/08/15  16:29:22
53137         Log: Subject: [PATCH] debugger exit code should reflect user exit code
53138              From: Mike Guy <mjtg@cam.ac.uk>
53139              Date: Tue, 15 Aug 2000 16:55:59 +0100
53140              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
53141      Branch: perl
53142            ! lib/perl5db.pl
53143 ____________________________________________________________________________
53144 [  6636] By: jhi                                   on 2000/08/15  15:30:58
53145         Log: Update Changes.
53146      Branch: perl
53147            ! Changes
53148 ____________________________________________________________________________
53149 [  6635] By: jhi                                   on 2000/08/15  15:27:21
53150         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
53151      Branch: metaconfig
53152            ! U/mkglossary U/mksample
53153      Branch: metaconfig/U/perl
53154            ! Devel.U
53155      Branch: perl
53156            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53157 ____________________________________________________________________________
53158 [  6634] By: jhi                                   on 2000/08/15  14:11:55
53159         Log: Don't blow limited stacks, a lower number is enough to
53160              tickle the lookbehind limit.
53161              
53162              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
53163              From: Dominic Dunlop <domo@computer.org>
53164              Date: Tue, 15 Aug 2000 13:51:24 +0200
53165              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
53166      Branch: perl
53167            ! t/op/regmesg.t
53168 ____________________________________________________________________________
53169 [  6633] By: jhi                                   on 2000/08/15  14:01:46
53170         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
53171              From: Mike Guy <mjtg@cam.ac.uk>
53172              Date: Tue, 15 Aug 2000 12:10:50 +0100
53173              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
53174      Branch: perl
53175            ! utils/perldoc.PL
53176 ____________________________________________________________________________
53177 [  6632] By: jhi                                   on 2000/08/15  13:58:48
53178         Log: make ok etc also for win32.
53179              
53180              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
53181              From: Prymmer/Kahn <pvhp@best.com>
53182              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
53183              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
53184      Branch: perl
53185            ! win32/Makefile
53186 ____________________________________________________________________________
53187 [  6631] By: jhi                                   on 2000/08/15  13:45:03
53188         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
53189      Branch: perl
53190            ! lib/Test.pm
53191 ____________________________________________________________________________
53192 [  6630] By: jhi                                   on 2000/08/15  03:25:09
53193         Log: Update Changes.
53194      Branch: perl
53195            ! Changes
53196 ____________________________________________________________________________
53197 [  6629] By: jhi                                   on 2000/08/15  03:23:53
53198         Log: magic_regdatum_set() is void, not int.
53199      Branch: perl
53200            ! embed.pl mg.c proto.h
53201 ____________________________________________________________________________
53202 [  6628] By: jhi                                   on 2000/08/15  03:08:02
53203         Log: Make the user to give up his firstborn, err, to knowingly
53204              verify installing an unstable developer release.  Also bump
53205              the release to 5.7.0, but leave a patch tag in the local
53206              patches saying that this is not yet the real thing.
53207      Branch: metaconfig
53208            ! U/modified/Instruct.U
53209      Branch: metaconfig/U/perl
53210            + Devel.U
53211      Branch: perl
53212            ! Configure patchlevel.h
53213 ____________________________________________________________________________
53214 [  6627] By: jhi                                   on 2000/08/14  22:32:52
53215         Log: README.os2 update.
53216              
53217              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
53218              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53219              Date: Wed, 02 Aug 2000 21:55:09 -0700
53220              Message-ID: <tsPi5gzkgegX092yn@efn.org>
53221      Branch: perl
53222            ! README.os2
53223 ____________________________________________________________________________
53224 [  6626] By: jhi                                   on 2000/08/14  21:00:02
53225         Log: Subject: Re: File::Temp problems on VMS in bleedperl
53226              From: Tim Jenness <timj@jach.hawaii.edu>
53227              cc: vmsperl@perl.org
53228              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
53229              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
53230      Branch: perl
53231            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
53232 ____________________________________________________________________________
53233 [  6625] By: jhi                                   on 2000/08/14  20:52:16
53234         Log: Add SUIDMAIL as was done for the CERT alert.
53235      Branch: perl
53236            ! patchlevel.h
53237 ____________________________________________________________________________
53238 [  6624] By: jhi                                   on 2000/08/14  20:48:50
53239         Log: Subject: sfio2000
53240              From: Daniel Muino <dmuino@afip.gov.ar>
53241              Date: Mon, 14 Aug 2000 16:58:11 -0300
53242              Message-ID: <20000814165811.B16368@con2-dgi>
53243      Branch: perl
53244            ! perlsdio.h perlsfio.h
53245 ____________________________________________________________________________
53246 [  6623] By: jhi                                   on 2000/08/14  20:47:36
53247         Log: Subject: warning: storage class after type is obsolescent
53248              From: Daniel Muino <dmuino@afip.gov.ar>
53249              Date: Mon, 14 Aug 2000 16:42:47 -0300
53250              Message-ID: <20000814164247.A16368@con2-dgi>
53251      Branch: perl
53252            ! regcomp.pl regnodes.h
53253 ____________________________________________________________________________
53254 [  6622] By: jhi                                   on 2000/08/14  20:43:05
53255         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
53256              From: abigail@foad.org
53257              Date: 14 Aug 2000 20:00:10 -0000
53258              Message-Id: <20000814200010.27271.qmail@foad.org>
53259      Branch: perl
53260            ! Changes
53261 ____________________________________________________________________________
53262 [  6621] By: jhi                                   on 2000/08/14  15:23:05
53263         Log: Update Changes.
53264      Branch: perl
53265            ! Changes
53266 ____________________________________________________________________________
53267 [  6620] By: jhi                                   on 2000/08/14  15:22:14
53268         Log: Subject: Re: [PATCH] @+, @- readonly
53269              From: Mike Guy <mjtg@cam.ac.uk>
53270              Date: Mon, 14 Aug 2000 15:26:55 +0100
53271              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
53272      Branch: perl
53273            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
53274            ! sv.c t/op/pat.t
53275 ____________________________________________________________________________
53276 [  6619] By: jhi                                   on 2000/08/14  14:12:08
53277         Log: Update Changes.
53278      Branch: perl
53279            ! Changes
53280 ____________________________________________________________________________
53281 [  6618] By: jhi                                   on 2000/08/14  14:09:34
53282         Log: For now remove the mail code.
53283      Branch: perl
53284            ! perl.c
53285 ____________________________________________________________________________
53286 [  6617] By: jhi                                   on 2000/08/14  14:08:28
53287         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
53288      Branch: perl
53289            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
53290            ! pod/perlfaq8.pod pod/perlsec.pod
53291 ____________________________________________________________________________
53292 [  6616] By: jhi                                   on 2000/08/14  14:00:11
53293         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53294              From: Mike Guy <mjtg@cam.ac.uk>
53295              Date: Mon, 14 Aug 2000 08:26:02 +0100
53296              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
53297      Branch: perl
53298            ! lib/perl5db.pl
53299 ____________________________________________________________________________
53300 [  6615] By: jhi                                   on 2000/08/14  13:58:45
53301         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
53302              From: Mike Guy <mjtg@cam.ac.uk>
53303              Date: Mon, 14 Aug 2000 08:04:22 +0100
53304              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
53305      Branch: perl
53306            ! gv.c mg.c t/op/pat.t
53307 ____________________________________________________________________________
53308 [  6614] By: jhi                                   on 2000/08/14  13:56:45
53309         Log: Subject: Test fails / warnings with perl-current #6612
53310              From: Mike Guy <mjtg@cam.ac.uk>
53311              Date: Mon, 14 Aug 2000 07:57:23 +0100
53312              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
53313      Branch: perl
53314            ! t/lib/b.t t/lib/peek.t
53315 ____________________________________________________________________________
53316 [  6613] By: jhi                                   on 2000/08/14  13:45:33
53317         Log: VMS configure.com update continues.
53318      Branch: perl
53319            - vms/configure.com
53320            ! MANIFEST configure.com
53321 ____________________________________________________________________________
53322 [  6612] By: jhi                                   on 2000/08/13  22:13:35
53323         Log: Update Changes.
53324      Branch: perl
53325            ! Changes
53326 ____________________________________________________________________________
53327 [  6611] By: jhi                                   on 2000/08/13  16:21:45
53328         Log: Upgrade to CGI 2.71, from Lincoln Stein.
53329      Branch: perl
53330            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
53331 ____________________________________________________________________________
53332 [  6610] By: jhi                                   on 2000/08/13  15:09:16
53333         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
53334              From: Mike Guy <mjtg@cam.ac.uk>
53335              Date: Sun, 13 Aug 2000 13:45:51 +0100
53336              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
53337      Branch: perl
53338            ! t/op/regmesg.t
53339 ____________________________________________________________________________
53340 [  6609] By: jhi                                   on 2000/08/13  14:31:26
53341         Log: Andreas says that 1.56 is fine, so reverting back to it.
53342      Branch: perl
53343            ! lib/CPAN.pm
53344 ____________________________________________________________________________
53345 [  6608] By: jhi                                   on 2000/08/13  05:34:20
53346         Log: Update Changes.
53347      Branch: perl
53348            ! Changes
53349 ____________________________________________________________________________
53350 [  6607] By: jhi                                   on 2000/08/13  05:32:01
53351         Log: Put back the \z changes of #5406 to CPAN.pm.
53352      Branch: perl
53353            ! lib/CPAN.pm
53354 ____________________________________________________________________________
53355 [  6606] By: jhi                                   on 2000/08/13  05:20:16
53356         Log: Fix-n-skip the tests under 5005threads.
53357      Branch: perl
53358            ! t/lib/b.t
53359 ____________________________________________________________________________
53360 [  6605] By: jhi                                   on 2000/08/13  05:07:48
53361         Log: Fix the test for 5005threads.
53362      Branch: perl
53363            ! t/lib/peek.t
53364 ____________________________________________________________________________
53365 [  6604] By: jhi                                   on 2000/08/13  03:35:37
53366         Log: Should have deleted this in #6603.
53367      Branch: perl
53368            - vms/subconfigure.com
53369 ____________________________________________________________________________
53370 [  6603] By: jhi                                   on 2000/08/12  18:29:32
53371         Log: Rewrite of vms/subconfigure.com as configure.com,
53372              from Peter Prymmer and the vmsperl crew.
53373      Branch: perl
53374            + vms/configure.com
53375            ! MANIFEST
53376 ____________________________________________________________________________
53377 [  6602] By: jhi                                   on 2000/08/11  13:00:01
53378         Log: PlainText.pm is dead.
53379      Branch: perl
53380            - lib/Pod/PlainText.pm
53381            ! MANIFEST
53382 ____________________________________________________________________________
53383 [  6601] By: jhi                                   on 2000/08/11  04:06:45
53384         Log: Update Changes.
53385      Branch: perl
53386            ! Changes
53387 ____________________________________________________________________________
53388 [  6600] By: jhi                                   on 2000/08/11  04:06:10
53389         Log: Add a few missing files, update MANIFEST.
53390      Branch: perl
53391            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
53392            + lib/Pod/PlainText.pm t/pod/find.t
53393            ! MANIFEST t/op/regmesg.t
53394 ____________________________________________________________________________
53395 [  6599] By: jhi                                   on 2000/08/11  03:31:10
53396         Log: Add Perl debugging tutorial, regen toc. 
53397              
53398              Subject: perldebtut.pod
53399              From: Richard Foley <Richard.Foley@m.dasa.de>
53400              Date: Wed, 09 Aug 2000 10:17:15 +0200
53401              Message-id: <3991138B.262247B8@m.dasa.de>
53402      Branch: perl
53403            + pod/perldebtut.pod
53404            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53405 ____________________________________________________________________________
53406 [  6598] By: jhi                                   on 2000/08/11  02:48:56
53407         Log: tiny Changes edit
53408      Branch: perl
53409            ! Changes
53410 ____________________________________________________________________________
53411 [  6597] By: jhi                                   on 2000/08/11  02:39:04
53412         Log: Tests for #6589.
53413              
53414              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53415              From: simon@brecon.co.uk (Simon Cozens)
53416              Date: 11 Aug 2000 02:24:52 GMT
53417              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
53418      Branch: perl
53419            ! t/lib/b.t
53420 ____________________________________________________________________________
53421 [  6596] By: jhi                                   on 2000/08/11  01:50:07
53422         Log: Update Changes.
53423      Branch: perl
53424            ! Changes
53425 ____________________________________________________________________________
53426 [  6595] By: jhi                                   on 2000/08/11  01:47:16
53427         Log: nitfix
53428      Branch: perl
53429            ! Changes
53430 ____________________________________________________________________________
53431 [  6594] By: jhi                                   on 2000/08/11  01:36:16
53432         Log: Subject: Getting perlio and threads to compile
53433              From: Lupe Christoph <lupe@lupe-christoph.de>
53434              Date: Wed, 9 Aug 2000 11:35:54 +0200
53435              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
53436              
53437              (the Solaris version changes in Configure skipped)
53438      Branch: perl
53439            ! hints/solaris_2.sh thread.h
53440 ____________________________________________________________________________
53441 [  6593] By: jhi                                   on 2000/08/11  01:30:16
53442         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
53443              From: simon@brecon.co.uk (Simon Cozens)
53444              Date: 1 Aug 2000 06:55:19 GMT
53445              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
53446      Branch: perl
53447            ! lib/utf8.pm
53448 ____________________________________________________________________________
53449 [  6592] By: jhi                                   on 2000/08/11  01:26:39
53450         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
53451              From: Peter Scott <Peter@PeterScott.com>
53452              Date: Thu, 10 Aug 2000 08:23:27 -0700
53453              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
53454      Branch: perl
53455            ! lib/perl5db.pl
53456 ____________________________________________________________________________
53457 [  6591] By: jhi                                   on 2000/08/11  01:22:02
53458         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
53459              From: Hugo <hv@crypt.compulink.co.uk>
53460              Date: Thu, 10 Aug 2000 19:23:04 +0100
53461              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
53462      Branch: perl
53463            ! regexec.c t/op/pat.t
53464 ____________________________________________________________________________
53465 [  6590] By: jhi                                   on 2000/08/11  01:19:19
53466         Log: Preprocessing and postprocessing for File::Find.
53467              
53468              Subject: Patch to Find::File.pm to allow alphabetical results
53469              From: Joe Smith <jsmith@inwap.com>
53470              Date: Wed, 9 Aug 2000 02:44:54 -0700
53471              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
53472      Branch: perl
53473            ! lib/File/Find.pm
53474 ____________________________________________________________________________
53475 [  6589] By: jhi                                   on 2000/08/11  01:12:39
53476         Log: B::Deparse didn't do sub attributes.
53477              
53478              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53479              From: simon@brecon.co.uk (Simon Cozens)
53480              Date: 9 Aug 2000 04:49:20 GMT
53481              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
53482      Branch: perl
53483            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
53484 ____________________________________________________________________________
53485 [  6588] By: jhi                                   on 2000/08/11  01:06:40
53486         Log: Subject: debugger "d" command doesnt check line number
53487              From: Mike Guy <mjtg@cam.ac.uk>
53488              Date: Tue, 08 Aug 2000 21:54:29 +0100
53489              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
53490      Branch: perl
53491            ! lib/perl5db.pl mg.c pod/perldiag.pod
53492 ____________________________________________________________________________
53493 [  6587] By: jhi                                   on 2000/08/11  00:45:03
53494         Log: sleep(1) does not necessarily return 1.
53495              
53496              Subject: [PATCH bleadperl] op/lex_assign.t  
53497              From: Hugo <hv@crypt.compulink.co.uk>
53498              Date: Thu, 03 Aug 2000 14:34:22 +0100        
53499              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
53500      Branch: perl
53501            ! t/op/lex_assign.t
53502 ____________________________________________________________________________
53503 [  6586] By: jhi                                   on 2000/08/11  00:31:50
53504         Log: Document the IO::Select timeout.
53505      Branch: perl
53506            ! ext/IO/lib/IO/Select.pm
53507 ____________________________________________________________________________
53508 [  6585] By: jhi                                   on 2000/08/11  00:13:54
53509         Log: Forgot contributor.
53510      Branch: perl
53511            ! Changes
53512 ____________________________________________________________________________
53513 [  6584] By: jhi                                   on 2000/08/11  00:09:19
53514         Log: detypo
53515      Branch: perl
53516            ! Changes
53517 ____________________________________________________________________________
53518 [  6583] By: jhi                                   on 2000/08/11  00:07:53
53519         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
53520              
53521              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
53522              From: Mike Guy <mjtg@cam.ac.uk> 
53523              Date: Thu, 10 Aug 2000 15:50:54 +0100
53524              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
53525      Branch: perl
53526            ! sv.c t/op/int.t
53527 ____________________________________________________________________________
53528 [  6582] By: jhi                                   on 2000/08/10  23:29:32
53529         Log: Update Changes.
53530      Branch: perl
53531            ! Changes
53532 ____________________________________________________________________________
53533 [  6581] By: jhi                                   on 2000/08/10  23:26:16
53534         Log: Put back the std @INC thing.
53535      Branch: perl
53536            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
53537            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
53538            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
53539            ! t/lib/gol-oo.t
53540 ____________________________________________________________________________
53541 [  6580] By: jhi                                   on 2000/08/10  23:03:34
53542         Log: Update to CGI 2.70, from Lincoln Stein.
53543      Branch: perl
53544            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
53545            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
53546            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
53547            ! t/lib/cgi-request.t
53548 ____________________________________________________________________________
53549 [  6579] By: jhi                                   on 2000/08/10  22:41:50
53550         Log: Update to CPAN 1.56, from Andreas König.
53551      Branch: perl
53552            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53553 ____________________________________________________________________________
53554 [  6578] By: jhi                                   on 2000/08/10  22:38:13
53555         Log: Update to Pod::Parser 1.17, from Brad Appleton.
53556      Branch: perl
53557            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
53558            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
53559            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
53560            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
53561            ! t/pod/include.t t/pod/included.t t/pod/lref.t
53562            ! t/pod/multiline_items.t t/pod/nested_items.t
53563            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
53564            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
53565            ! t/pod/special_seqs.t
53566 ____________________________________________________________________________
53567 [  6577] By: jhi                                   on 2000/08/10  22:35:41
53568         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
53569      Branch: perl
53570            ! AUTHORS MAINTAIN
53571 ____________________________________________________________________________
53572 [  6576] By: jhi                                   on 2000/08/10  22:24:54
53573         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
53574      Branch: perl
53575            + t/lib/gol-oo.t
53576            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
53577            ! t/lib/gol-compat.t t/lib/gol-linkage.t
53578 ____________________________________________________________________________
53579 [  6575] By: jhi                                   on 2000/08/10  22:02:07
53580         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
53581      Branch: perl
53582            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
53583 ____________________________________________________________________________
53584 [  6574] By: jhi                                   on 2000/08/10  21:55:03
53585         Log: Iterating perl6 description.
53586      Branch: perl
53587            ! pod/perlfaq1.pod
53588 ____________________________________________________________________________
53589 [  6573] By: jhi                                   on 2000/08/10  21:48:26
53590         Log: Revert the sv.c part of #6559, a better fix is needed.
53591      Branch: perl
53592            ! sv.c
53593 ____________________________________________________________________________
53594 [  6572] By: jhi                                   on 2000/08/10  20:33:43
53595         Log: It's the 2ndO'ROSSC.
53596      Branch: perl
53597            ! pod/perlfaq1.pod
53598 ____________________________________________________________________________
53599 [  6571] By: jhi                                   on 2000/08/10  15:55:48
53600         Log: detypo
53601      Branch: perl
53602            ! pod/perlfaq1.pod
53603 ____________________________________________________________________________
53604 [  6570] By: jhi                                   on 2000/08/10  14:11:17
53605         Log: An exceptionally sticky typo.
53606      Branch: perl
53607            ! Changes
53608 ____________________________________________________________________________
53609 [  6569] By: jhi                                   on 2000/08/10  14:09:33
53610         Log: detypo (and test Changes updating script)
53611      Branch: perl
53612            ! Changes
53613 ____________________________________________________________________________
53614 [  6568] By: jhi                                   on 2000/08/10  14:07:07
53615         Log: Update Changes.
53616      Branch: perl
53617            ! Changes
53618 ____________________________________________________________________________
53619 [  6567] By: jhi                                   on 2000/08/10  14:06:19
53620         Log: Amend the description of Perl6.
53621              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
53622              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
53623              Date: Wed, 9 Aug 2000 22:11:06 -0500
53624              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
53625      Branch: perl
53626            ! pod/perlfaq1.pod
53627 ____________________________________________________________________________
53628 [  6566] By: jhi                                   on 2000/08/10  13:58:57
53629         Log: Subject: Remove dead entry in perldiag
53630              From: Mike Guy <mjtg@cam.ac.uk>
53631              Date: Thu, 10 Aug 2000 14:19:19 +0100
53632              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
53633      Branch: perl
53634            ! pod/perldiag.pod
53635 ____________________________________________________________________________
53636 [  6565] By: jhi                                   on 2000/08/10  13:51:48
53637         Log: Zero entries were skipped, fix from Adrian Goalby
53638              <argoalby@yahoo.co.uk>
53639      Branch: perl
53640            ! lib/unicode/Number.pl lib/unicode/mktables.PL
53641 ____________________________________________________________________________
53642 [  6564] By: jhi                                   on 2000/08/10  13:00:12
53643         Log: Subject: [PATCH 5.6.0] cygwin port
53644              From: "Fifer, Eric" <EFifer@sanwaint.com>
53645              Date: Thu, 10 Aug 2000 13:15:36 +0100
53646              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
53647      Branch: perl
53648            ! README.cygwin hints/cygwin.sh
53649 ____________________________________________________________________________
53650 [  6563] By: jhi                                   on 2000/08/10  12:55:16
53651         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
53652      Branch: perl
53653            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
53654 ____________________________________________________________________________
53655 [  6562] By: gsar                                  on 2000/08/10  08:38:39
53656         Log: warn is a macro, avoid using at a variable to avoid warnings
53657              in some configurations; readdir.t is too conservative in
53658              estimating number of *.t's
53659      Branch: perl
53660            ! t/op/readdir.t util.c
53661 ____________________________________________________________________________
53662 [  6561] By: jhi                                   on 2000/08/09  23:35:42
53663         Log: Update Changes.
53664      Branch: perl
53665            ! Changes
53666 ____________________________________________________________________________
53667 [  6560] By: jhi                                   on 2000/08/09  23:05:47
53668         Log: Subject: Re: enhanced(?) regex error messages
53669              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53670              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
53671              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
53672              
53673              (plus two small patches sent privately)
53674              (this still seems to leave few test failures)
53675      Branch: perl
53676            + t/op/regmesg.t
53677            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
53678            ! t/pragma/warn/regcomp
53679 ____________________________________________________________________________
53680 [  6559] By: jhi                                   on 2000/08/09  20:41:18
53681         Log: (The fix did work but was not right, retracted in #6573)
53682              
53683              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
53684              From: Christian Kirsch <ck@held.mind.de>
53685              Date: Wed, 9 Aug 2000 17:05:17 +0200
53686              Message-Id: <20000809170517.A25389@held>
53687      Branch: perl
53688            ! sv.c t/pragma/locale.t
53689 ____________________________________________________________________________
53690 [  6558] By: jhi                                   on 2000/08/08  22:34:08
53691         Log: Tiny updates on the contributors list.
53692      Branch: perl
53693            ! Changes
53694 ____________________________________________________________________________
53695 [  6557] By: jhi                                   on 2000/08/08  19:34:28
53696         Log: Double check that we have a dirhandle.
53697      Branch: perl
53698            ! util.c
53699 ____________________________________________________________________________
53700 [  6556] By: jhi                                   on 2000/08/08  19:01:51
53701         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
53702              May be repopulated with fresh maintained examples.
53703      Branch: perl
53704            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
53705            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
53706            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
53707            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
53708            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
53709            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
53710            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
53711            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
53712            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
53713            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
53714            + lib/CGI/eg/wilogo_gif.uu
53715            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
53716            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
53717            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
53718            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
53719            - eg/cgi/frameset.cgi eg/cgi/index.html
53720            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
53721            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
53722            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
53723            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
53724            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
53725            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
53726            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
53727            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
53728            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
53729            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
53730            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
53731            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
53732            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
53733            - eg/van/vanish eg/who eg/wrapsuid
53734            ! MANIFEST
53735 ____________________________________________________________________________
53736 [  6555] By: jhi                                   on 2000/08/08  18:51:08
53737         Log: Delete chat2 as requested by Randal.
53738              
53739              Subject: Re: perlfaq8 coyness
53740              From: merlyn@stonehenge.com (Randal L. Schwartz) 
53741              Date: 15 May 2000 18:52:42 -0700 
53742              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
53743      Branch: perl
53744            - lib/chat2.pl
53745            ! MANIFEST
53746 ____________________________________________________________________________
53747 [  6554] By: jhi                                   on 2000/08/08  18:31:35
53748         Log: Regen global.sym.
53749      Branch: perl
53750            ! global.sym
53751 ____________________________________________________________________________
53752 [  6553] By: jhi                                   on 2000/08/08  18:28:13
53753         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
53754              (either perlbug or p5p ate the original), plus regen
53755              perlapi and perltoc. 
53756      Branch: perl
53757            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
53758            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
53759            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
53760            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
53761            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
53762            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
53763            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
53764            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
53765            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
53766            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
53767 ____________________________________________________________________________
53768 [  6552] By: jhi                                   on 2000/08/08  18:06:29
53769         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
53770              From: Mike Guy <mjtg@cam.ac.uk>
53771              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
53772              Date: Tue, 08 Aug 2000 15:51:27 +0100
53773      Branch: perl
53774            ! doop.c sv.h t/op/join.t t/pragma/overload.t
53775 ____________________________________________________________________________
53776 [  6551] By: jhi                                   on 2000/08/08  18:01:11
53777         Log: Re-apply #6549.
53778      Branch: perl
53779            ! lib/perl5db.pl
53780 ____________________________________________________________________________
53781 [  6550] By: jhi                                   on 2000/08/08  17:43:08
53782         Log: Accidental retraction of #6549.
53783      Branch: perl
53784            ! lib/perl5db.pl
53785 ____________________________________________________________________________
53786 [  6549] By: jhi                                   on 2000/08/08  17:40:04
53787         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53788              From: Mike Guy <mjtg@cam.ac.uk>
53789              Date: Mon, 07 Aug 2000 21:49:58 +0100
53790              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
53791      Branch: perl
53792            ! lib/perl5db.pl
53793 ____________________________________________________________________________
53794 [  6548] By: jhi                                   on 2000/08/08  17:37:57
53795         Log: Document here-doc better.
53796              
53797              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
53798              From: Mike Guy <mjtg@cam.ac.uk>
53799              Date: Mon, 07 Aug 2000 14:02:09 +0100
53800              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
53801      Branch: perl
53802            ! pod/perldata.pod
53803 ____________________________________________________________________________
53804 [  6547] By: jhi                                   on 2000/08/08  17:33:34
53805         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
53806              From: "Randy J. Ray" <rjray@redhat.com>
53807              Date: Mon, 07 Aug 2000 19:12:25 -0700
53808              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
53809      Branch: perl
53810            ! perl.c pod/perlrun.pod
53811 ____________________________________________________________________________
53812 [  6546] By: jhi                                   on 2000/08/08  17:29:26
53813         Log: Subject: Re: enhanced(?) regex error messages 
53814              From: Hugo <hv@crypt.compulink.co.uk>
53815              Date: Tue, 08 Aug 2000 03:25:51 +0100
53816              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
53817              
53818              plus Capitalize the error messages, plus perldiag them.
53819      Branch: perl
53820            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
53821 ____________________________________________________________________________
53822 [  6545] By: jhi                                   on 2000/08/08  13:59:28
53823         Log: Augment #6539 a bit: don't croak if there's magic in the air.
53824              
53825              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
53826              From: Hugo <hv@crypt.compulink.co.uk>
53827              Date: Tue, 08 Aug 2000 03:02:03 +0100
53828              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
53829      Branch: perl
53830            ! pp.c t/op/bless.t
53831 ____________________________________________________________________________
53832 [  6544] By: jhi                                   on 2000/08/07  21:11:52
53833         Log: Make the test -w clean.
53834      Branch: perl
53835            ! t/op/bless.t
53836 ____________________________________________________________________________
53837 [  6543] By: jhi                                   on 2000/08/07  19:49:53
53838         Log: use warnings instead of $^W.
53839      Branch: perl
53840            ! t/op/bless.t
53841 ____________________________________________________________________________
53842 [  6542] By: jhi                                   on 2000/08/07  17:41:41
53843         Log: Disable a portability warning Because We Know What We Are Doing.
53844      Branch: perl
53845            ! t/op/bless.t
53846 ____________________________________________________________________________
53847 [  6541] By: jhi                                   on 2000/08/07  17:29:51
53848         Log: Tiny tidying on report_evil_fh().
53849      Branch: perl
53850            ! util.c
53851 ____________________________________________________________________________
53852 [  6540] By: jhi                                   on 2000/08/07  16:37:38
53853         Log: Make regular expression parse error messages easier to understand.
53854              
53855              Subject: Re: enhanced(?) regex error messages
53856              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53857              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
53858              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
53859      Branch: perl
53860            ! regcomp.c
53861 ____________________________________________________________________________
53862 [  6539] By: jhi                                   on 2000/08/07  16:12:27
53863         Log: Make bless(REF, REF) a fatal error, add bless tests.
53864              
53865              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
53866              From: Hugo <hv@crypt.compulink.co.uk>
53867              Date: Mon, 07 Aug 2000 16:59:38 +0100
53868              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
53869      Branch: perl
53870            + t/op/bless.t
53871            ! MANIFEST pod/perldiag.pod pp.c sv.c
53872 ____________________________________________________________________________
53873 [  6538] By: jhi                                   on 2000/08/07  15:59:43
53874         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
53875              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
53876              Date: Thu, 3 Aug 2000 14:29:21 -0700
53877              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
53878      Branch: perl
53879            ! lib/lib_pm.PL
53880 ____________________________________________________________________________
53881 [  6537] By: jhi                                   on 2000/08/07  15:47:18
53882         Log: Retract #6419 for now since it breaks in AFS and MachTen.
53883      Branch: perl
53884            ! lib/Cwd.pm
53885 ____________________________________________________________________________
53886 [  6536] By: jhi                                   on 2000/08/07  15:05:29
53887         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
53888              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
53889              The security hole exists only in suidperls, which isn't
53890              installed or even built by default.
53891      Branch: perl
53892            ! perl.c
53893 ____________________________________________________________________________
53894 [  6535] By: jhi                                   on 2000/08/07  14:45:14
53895         Log: tr memory corruption fix from Simon Cozens.
53896      Branch: perl
53897            ! doop.c
53898 ____________________________________________________________________________
53899 [  6534] By: jhi                                   on 2000/08/06  11:38:16
53900         Log: Document a bit that UDP is not what you might think.
53901              
53902              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
53903              From: Lupe Christoph <lupe@lupe-christoph.de>
53904              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
53905              Date: Mon, 24 Jul 2000 08:59:15 +0200
53906      Branch: perl
53907            ! pod/perlipc.pod
53908 ____________________________________________________________________________
53909 [  6533] By: jhi                                   on 2000/08/06  11:35:01
53910         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
53911              From: Jeff Pinyan <jeffp@hut.crusoe.net>
53912              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
53913              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
53914      Branch: perl
53915            ! pod/perlfunc.pod
53916 ____________________________________________________________________________
53917 [  6532] By: jhi                                   on 2000/08/06  03:45:41
53918         Log: Have symbols for the IoTYPEs.
53919      Branch: perl
53920            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
53921 ____________________________________________________________________________
53922 [  6531] By: jhi                                   on 2000/08/06  01:33:55
53923         Log: Continue fixing the io warnings.  This also
53924              sort of fixes bug ID 20000802.003: the core dump
53925              is no more.  Whether the current behaviour is correct
53926              (giving a warning: "Not a format reference"), is another matter.
53927      Branch: perl
53928            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
53929            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
53930 ____________________________________________________________________________
53931 [  6530] By: jhi                                   on 2000/08/05  21:33:12
53932         Log: Change the Policy policy: now -Dprefix= with an existing
53933              Policy.sh and prefix == siteprefix == vendorprefix, then all
53934              of them follow along the new prefix.
53935              
53936              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
53937              From: Andy Dougherty <doughera@lafayette.edu>
53938              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
53939              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
53940      Branch: perl
53941            ! Policy_sh.SH
53942 ____________________________________________________________________________
53943 [  6529] By: jhi                                   on 2000/08/05  18:57:28
53944         Log: Zap lib/Sys directory when cleaning up.
53945      Branch: perl
53946            ! Makefile.SH
53947 ____________________________________________________________________________
53948 [  6528] By: jhi                                   on 2000/08/05  18:40:44
53949         Log: Essential prototype changes were missing from #6527.
53950              Also make report_evil_fh() more bomb-proof.
53951      Branch: perl
53952            ! embed.h util.c
53953 ____________________________________________________________________________
53954 [  6527] By: jhi                                   on 2000/08/05  03:22:05
53955         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
53956              From: "Ronald F. Guilmette" <rfg@monkeys.com>
53957              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
53958              Message-Id: <200007242247.PAA52177@monkeys.com>
53959      Branch: perl
53960            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
53961 ____________________________________________________________________________
53962 [  6526] By: jhi                                   on 2000/08/04  21:23:27
53963         Log: gcc versions might have (parentheses) in them.
53964      Branch: metaconfig/U/perl
53965            ! gccvers.U
53966      Branch: perl
53967            ! Configure config_h.SH
53968 ____________________________________________________________________________
53969 [  6525] By: jhi                                   on 2000/08/04  20:23:12
53970         Log: Weed buglets pointed out by
53971              
53972              From: Lupe Christoph <lupe@lupe-christoph.de>
53973              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
53974              Date: Fri, 4 Aug 2000 17:34:39 +0200
53975              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
53976      Branch: metaconfig/U/perl
53977            ! gccvers.U uselfs.U
53978      Branch: perl
53979            ! Configure config_h.SH
53980 ____________________________________________________________________________
53981 [  6524] By: jhi                                   on 2000/08/04  19:02:08
53982         Log: Warn under -w if lstat(FH) is attempted.
53983              
53984              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
53985              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
53986              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
53987              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
53988      Branch: perl
53989            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
53990            ! t/pragma/warn/pp_sys
53991 ____________________________________________________________________________
53992 [  6523] By: jhi                                   on 2000/08/04  12:31:11
53993         Log: Subject: New perlcc, take 2
53994              From: simon@brecon.co.uk (Simon Cozens)
53995              Date: 4 Aug 2000 06:21:04 GMT
53996              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
53997      Branch: perl
53998            ! utils/perlcc.PL
53999 ____________________________________________________________________________
54000 [  6522] By: jhi                                   on 2000/08/04  12:26:33
54001         Log: Subject: Re: Array vs. List context
54002              From: Daniel Chetlin <daniel@chetlin.com>
54003              Date: Fri, 4 Aug 2000 00:22:44 -0700
54004              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
54005      Branch: perl
54006            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
54007            ! pod/perlfaq4.pod
54008 ____________________________________________________________________________
54009 [  6521] By: jhi                                   on 2000/08/04  12:22:38
54010         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
54011              From: Raymund Will <ray@caldera.de>
54012              Date: Fri, 4 Aug 2000 12:07:09 +0200
54013              Message-Id: <20000804120709.A14982@caldera.de>
54014      Branch: perl
54015            ! configure.gnu
54016 ____________________________________________________________________________
54017 [  6520] By: jhi                                   on 2000/08/04  04:09:06
54018         Log: After the #6519 a warning about stat() is just that,
54019              not about a filetest, which now have their own warning.
54020      Branch: perl
54021            ! pod/perldiag.pod
54022 ____________________________________________________________________________
54023 [  6519] By: jhi                                   on 2000/08/04  04:06:30
54024         Log: In the warnings call filehandles consistently so;
54025              add "unopened" warning for stat().
54026      Branch: perl
54027            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
54028            ! t/pragma/warn/pp_sys
54029 ____________________________________________________________________________
54030 [  6518] By: jhi                                   on 2000/08/04  02:55:35
54031         Log: Subject: Minor tweak to perlvar.pod
54032              From: "Stephen P. Potter" <spp@ds.net>
54033              Date: Tue, 18 Apr 2000 09:26:03 -0400
54034              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
54035      Branch: perl
54036            ! pod/perlvar.pod
54037 ____________________________________________________________________________
54038 [  6517] By: jhi                                   on 2000/08/04  02:50:08
54039         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
54040              From: "Clinton Pierce" <cpierce1@ford.com>
54041              Date: Wed, 21 Jul 1999 16:45:31 -0400
54042              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
54043              
54044              Fix by Stephen Potter (visible in the bug db but not in p5p?)
54045      Branch: perl
54046            ! pod/perlfunc.pod pod/perlop.pod
54047 ____________________________________________________________________________
54048 [  6516] By: jhi                                   on 2000/08/04  02:09:25
54049         Log: This is 6512.  Really.
54050      Branch: perl
54051            ! dump.c
54052 ____________________________________________________________________________
54053 [  6515] By: jhi                                   on 2000/08/04  01:25:50
54054         Log: mention the idea of @( and @)
54055      Branch: perl
54056            ! Todo-5.6
54057 ____________________________________________________________________________
54058 [  6514] By: bailey                                on 2000/08/04  01:18:46
54059         Log: YA resync with mainstem, including VMS patches from others
54060      Branch: vmsperl
54061           +> (branch 48 files)
54062            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
54063           !> (integrate 354 files)
54064 ____________________________________________________________________________
54065 [  6513] By: jhi                                   on 2000/08/04  01:18:18
54066         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
54067              From: Mark Dickinson <dickins3@fas.harvard.edu>
54068              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
54069              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
54070      Branch: perl
54071            ! t/op/grent.t t/op/pwent.t
54072 ____________________________________________________________________________
54073 [  6512] By: jhi                                   on 2000/08/04  01:14:06
54074         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
54075              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54076              Date: Wed, 02 Aug 2000 10:51:01 +0100
54077              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
54078      Branch: perl
54079            ! sv.c
54080 ____________________________________________________________________________
54081 [  6511] By: jhi                                   on 2000/08/04  00:57:00
54082         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
54083              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54084              Date: Thu, 03 Aug 2000 17:20:04 -0700
54085              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
54086      Branch: metaconfig
54087            ! U/modified/Cppsym.U
54088      Branch: perl
54089            ! Configure config_h.SH
54090 ____________________________________________________________________________
54091 [  6510] By: jhi                                   on 2000/08/04  00:25:28
54092         Log: detypo
54093      Branch: perl
54094            ! Makefile.SH
54095 ____________________________________________________________________________
54096 [  6509] By: jhi                                   on 2000/08/03  23:43:18
54097         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
54098              From: Dominic Dunlop <domo@computer.org>
54099              Date: Thu, 3 Aug 2000 22:16:46 +0200
54100              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
54101      Branch: perl
54102            ! t/op/sprintf.t
54103 ____________________________________________________________________________
54104 [  6508] By: jhi                                   on 2000/08/03  23:40:37
54105         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
54106              From: Hugo <hv@crypt.compulink.co.uk>
54107              Date: Thu, 03 Aug 2000 18:25:30 +0100
54108              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
54109      Branch: perl
54110            ! regcomp.c t/op/re_tests
54111 ____________________________________________________________________________
54112 [  6507] By: jhi                                   on 2000/08/03  23:38:28
54113         Log: Subject: [PATCH] sv.h documentation - SvLEN
54114              From: Mike Guy <mjtg@cam.ac.uk>
54115              Date: Thu, 03 Aug 2000 14:43:09 +0100
54116              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
54117      Branch: perl
54118            ! sv.h
54119 ____________________________________________________________________________
54120 [  6506] By: jhi                                   on 2000/08/03  15:49:14
54121         Log: Disable the fix_pl hack for now.
54122      Branch: perl
54123            ! Makefile.SH
54124 ____________________________________________________________________________
54125 [  6505] By: jhi                                   on 2000/08/03  13:49:04
54126         Log: Add a URL for FSF.
54127              
54128              Subject: Patch for README
54129              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54130              Date: Wed, 2 Aug 2000 13:25:09 -0500
54131              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
54132      Branch: perl
54133            ! README
54134 ____________________________________________________________________________
54135 [  6504] By: jhi                                   on 2000/08/03  13:29:19
54136         Log: Be more informative on what is skipped and why,
54137              also repeat the list at the end.
54138      Branch: perl
54139            ! Porting/p4desc
54140 ____________________________________________________________________________
54141 [  6503] By: jhi                                   on 2000/08/03  13:07:05
54142         Log: Circumvent the removal of .patch by fix_pl.
54143              
54144              Subject: Re: [ID 20000802.011] unable to 'make test'          
54145              From: simon@brecon.co.uk (Simon Cozens) 
54146              Date: 3 Aug 2000 04:17:00 GMT
54147              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
54148      Branch: perl
54149            ! Makefile.SH
54150 ____________________________________________________________________________
54151 [  6502] By: jhi                                   on 2000/08/03  00:14:34
54152         Log: Add the missing setproctitle unit.
54153      Branch: metaconfig/U/perl
54154            + d_setproctitle.U
54155 ____________________________________________________________________________
54156 [  6501] By: jhi                                   on 2000/08/03  00:00:26
54157         Log: The subtest 4 may fail also on VOBS, as pointed out
54158              by Nick Ing-Simmons in November 1999, bug id 19991124.003
54159              (but the failure in that bug report isn't the subtest 4).
54160      Branch: perl
54161            ! t/op/stat.t
54162 ____________________________________________________________________________
54163 [  6500] By: jhi                                   on 2000/08/02  23:49:30
54164         Log: Better skip message for the test; one of the two problems in
54165              
54166              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
54167              From: Lupe Christoph <lupe@lupe-christoph.de>
54168              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
54169              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
54170      Branch: perl
54171            ! t/op/numconvert.t
54172 ____________________________________________________________________________
54173 [  6499] By: jhi                                   on 2000/08/02  22:49:16
54174         Log: Allow "no Module;" even if there is no 'unimport'.
54175              
54176              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
54177              From: mjd@plover.com
54178              Date: 24 Mar 2000 15:24:34 -0000
54179              Message-Id: <20000324152434.15160.qmail@plover.com>
54180      Branch: perl
54181            ! gv.c
54182 ____________________________________________________________________________
54183 [  6498] By: jhi                                   on 2000/08/02  22:42:58
54184         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
54185              that are hopefully soon put into use.
54186      Branch: perl
54187            ! opcode.h opcode.pl opnames.h
54188 ____________________________________________________________________________
54189 [  6497] By: gsar                                  on 2000/08/02  22:28:59
54190         Log: require.t needs binmode() to work on windows
54191      Branch: perl
54192            ! t/comp/require.t
54193 ____________________________________________________________________________
54194 [  6496] By: jhi                                   on 2000/08/02  22:08:51
54195         Log: Document the IVdf UVuf UVof UVxf.
54196      Branch: perl
54197            ! pod/perlguts.pod
54198 ____________________________________________________________________________
54199 [  6495] By: jhi                                   on 2000/08/02  21:54:26
54200         Log: detypo #6494
54201      Branch: perl
54202            ! ext/Data/Dumper/Dumper.xs
54203 ____________________________________________________________________________
54204 [  6494] By: jhi                                   on 2000/08/02  21:49:17
54205         Log: Dump UVs as UVs in Data::Dumper.
54206              
54207              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
54208              From: Gurusamy Sarathy <gsar@ActiveState.com>
54209              Date: Thu, 27 Apr 2000 12:26:25 -0700
54210              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
54211      Branch: perl
54212            ! ext/Data/Dumper/Dumper.xs
54213 ____________________________________________________________________________
54214 [  6493] By: jhi                                   on 2000/08/02  17:01:58
54215         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
54216              From: Hugo <hv@crypt.compulink.co.uk>
54217              Date: Wed, 02 Aug 2000 14:53:56 +0100
54218              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
54219      Branch: perl
54220            ! regexec.c t/op/re_tests
54221 ____________________________________________________________________________
54222 [  6492] By: jhi                                   on 2000/08/02  15:02:46
54223         Log: The new setproctitle() feature is available only in 
54224              bleeding edge FreeBSD.  From Paul Saab.
54225      Branch: perl
54226            ! mg.c
54227 ____________________________________________________________________________
54228 [  6491] By: jhi                                   on 2000/08/02  13:34:36
54229         Log: The tr utf8 patching continues.
54230              
54231              Subject: Re: #6469, too many tests claimed in require.t
54232              From: simon@brecon.co.uk (Simon Cozens)
54233              Date: 2 Aug 2000 02:37:17 GMT
54234              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
54235              
54236              (the logic of the test was the wrong way round in the patch)
54237      Branch: perl
54238            ! doop.c
54239 ____________________________________________________________________________
54240 [  6490] By: jhi                                   on 2000/08/02  13:27:38
54241         Log: The name of a filehandle does not have <these>.
54242      Branch: perl
54243            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
54244            ! t/pragma/warn/pp_sys util.c
54245 ____________________________________________________________________________
54246 [  6489] By: jhi                                   on 2000/08/02  04:26:46
54247         Log: Remove the extraneous "main::" prefix from all the
54248              "opened only for", "on closed", and "never opened" warnings.
54249              
54250              Subject: Re: inappropriate warning
54251              From: Gurusamy Sarathy <gsar@ActiveState.com>
54252              Date: Mon, 20 Mar 2000 11:28:02 -0800
54253              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
54254      Branch: perl
54255            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
54256            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
54257            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
54258 ____________________________________________________________________________
54259 [  6488] By: jhi                                   on 2000/08/02  03:02:57
54260         Log: memcpy has n o in it, as pinted ut by Sarathy.
54261      Branch: perl
54262            ! pod/perlguts.pod
54263 ____________________________________________________________________________
54264 [  6487] By: jhi                                   on 2000/08/02  02:44:51
54265         Log: Document in one place the memory abstractions used in Perl core.
54266              
54267              Subject: Re: Memory abstraction
54268              From: simon@brecon.co.uk (Simon Cozens)
54269              Date: 2 Aug 2000 02:20:23 GMT
54270              Organization: Earth.li Origins
54271      Branch: perl
54272            ! pod/perlguts.pod
54273 ____________________________________________________________________________
54274 [  6486] By: jhi                                   on 2000/08/02  02:41:57
54275         Log: regen_headers, regen perltoc.
54276      Branch: perl
54277            ! perlapi.c pod/perltoc.pod
54278 ____________________________________________________________________________
54279 [  6485] By: jhi                                   on 2000/08/02  01:43:33
54280         Log: "This little thing tests for a file .patch, and if it contains
54281              a number, pops into patchlevel.h" (making it easier to track
54282              which development version people are reporting bugs against)
54283              
54284              Subject: Patchlevel autogeneration for repository perls
54285              From: simon@brecon.co.uk (Simon Cozens)
54286              Date: 14 Jul 2000 07:12:15 GMT
54287              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
54288      Branch: perl
54289            + fix_pl
54290            ! MANIFEST Makefile.SH
54291 ____________________________________________________________________________
54292 [  6484] By: jhi                                   on 2000/08/02  01:32:54
54293         Log: FreeBSD 3.* updates from
54294              
54295              From: Paul Saab <ps@yahoo-inc.com>
54296              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
54297              Date: Tue, 1 Aug 2000 15:41:39 -0700
54298              Message-Id: <20000801154139.A53740@yahoo-inc.com>
54299      Branch: perl
54300            ! hints/freebsd.sh
54301 ____________________________________________________________________________
54302 [  6483] By: jhi                                   on 2000/08/02  01:27:44
54303         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
54304              instead one must use setproctitle().  This was already addressed
54305              by change #6457, but the below has a new variant for FreeBSD 4.0
54306              or later, and the matter is also documented more.
54307              
54308              From: Paul Saab <ps@yahoo-inc.com>
54309              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
54310              Date: Tue, 1 Aug 2000 15:41:39 -0700
54311              Message-Id: <20000801154139.A53740@yahoo-inc.com>
54312      Branch: metaconfig/U/perl
54313            + i_libutil.U
54314      Branch: perl
54315            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
54316 ____________________________________________________________________________
54317 [  6482] By: jhi                                   on 2000/08/01  22:17:32
54318         Log: The test from this
54319              
54320              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
54321              Date: Sat, 15 Apr 2000 17:03:44 +0100
54322              From: Tom Hughes <tom@compton.nu>
54323              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
54324              
54325              was missing, the code change went in as #5989
54326              (which had a different test?)
54327      Branch: perl
54328            ! t/op/misc.t
54329 ____________________________________________________________________________
54330 [  6481] By: jhi                                   on 2000/08/01  21:48:38
54331         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
54332              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
54333              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
54334              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
54335      Branch: perl
54336            ! perl.h
54337 ____________________________________________________________________________
54338 [  6480] By: jhi                                   on 2000/08/01  18:05:28
54339         Log: Make p4desc to skip non-mainperl branches by default.
54340      Branch: perl
54341            ! Porting/p4desc
54342 ____________________________________________________________________________
54343 [  6479] By: jhi                                   on 2000/08/01  17:29:19
54344         Log: If gccosandvers is equal to osname, clear gccosandvers.
54345      Branch: metaconfig/U/perl
54346            ! gccvers.U
54347      Branch: perl
54348            ! Configure config_h.SH
54349 ____________________________________________________________________________
54350 [  6478] By: jhi                                   on 2000/08/01  15:54:08
54351         Log: BOM patching from Simon Cozens.
54352      Branch: perl
54353            ! toke.c
54354 ____________________________________________________________________________
54355 [  6477] By: jhi                                   on 2000/08/01  04:50:33
54356         Log: Stash away the largefiles flags and libswanted.
54357      Branch: perl
54358            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
54359 ____________________________________________________________________________
54360 [  6476] By: gsar                                  on 2000/08/01  04:24:24
54361         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
54362              on Windows)
54363      Branch: perl
54364            ! t/pragma/utf8.t utf8.c win32/win32.c
54365 ____________________________________________________________________________
54366 [  6475] By: jhi                                   on 2000/08/01  03:35:24
54367         Log: Make chr() for values >127 to create utf8 when under utf8.
54368              
54369              Subject: Re: uft8/chr()
54370              From: simon@brecon.co.uk (Simon Cozens)
54371              Date: 1 Aug 2000 02:37:02 GMT
54372              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
54373      Branch: perl
54374            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
54375 ____________________________________________________________________________
54376 [  6474] By: jhi                                   on 2000/08/01  02:36:18
54377         Log: In Digital UNIX warn if gcc explicitly chosen because even
54378              2.95.2 is known to cause problems.
54379      Branch: perl
54380            ! hints/dec_osf.sh
54381 ____________________________________________________________________________
54382 [  6473] By: jhi                                   on 2000/08/01  02:00:56
54383         Log: Make the safety catch for buggy gccs work with triple version
54384              numbers like 2.95.2.  Reported in
54385              
54386              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
54387              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
54388              Date: Mon, 31 Jul 2000 14:55:06 +0200
54389              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
54390      Branch: perl
54391            ! hints/dec_osf.sh
54392 ____________________________________________________________________________
54393 [  6472] By: jhi                                   on 2000/08/01  01:13:33
54394         Log: Subject: fix and question re: waitpid() under win32
54395              From: Brian Clarke <clarke@appliedmeta.com>
54396              Date: Fri, 28 Jul 2000 15:18:29 -0400
54397              Message-ID: <3981DC85.290314EB@appliedmeta.com>
54398              
54399              Slightly reformatted and WNOHANG # define moved to win32.h
54400              so that also POSIX.xs sees it, as suggsted by Sarathy.
54401      Branch: perl
54402            ! win32/win32.c win32/win32.h
54403 ____________________________________________________________________________
54404 [  6471] By: jhi                                   on 2000/08/01  00:55:05
54405         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
54406              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54407              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
54408              Date: Mon, 31 Jul 2000 13:28:51 +0100
54409              
54410              (aka ID 20000730.002)
54411      Branch: perl
54412            ! op.c t/op/tr.t
54413 ____________________________________________________________________________
54414 [  6470] By: jhi                                   on 2000/07/31  23:34:42
54415         Log: Document the problem with -P in HP-UX and its workaround.
54416              
54417              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
54418              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
54419              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
54420              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
54421      Branch: perl
54422            ! README.hpux
54423 ____________________________________________________________________________
54424 [  6469] By: jhi                                   on 2000/07/31  04:15:02
54425         Log: The swallow_bom() saga continues.  The #23 of require.t
54426              (UTF16-LE) still fails (silently, no output) but the #22
54427              (UTF16-BE) seems to be working now.  The root of the
54428              failure may be in sv_gets(): is it UTF-16LE-aware,
54429              especially when it comes to line endings? 
54430      Branch: perl
54431            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
54432            ! t/comp/require.t toke.c utf8.c
54433 ____________________________________________________________________________
54434 [  6468] By: jhi                                   on 2000/07/30  19:05:48
54435         Log: Find green threads before native threads.
54436              
54437              Subject: Re: Patch to jpl/JNI/Makefile.PL
54438              From: Jens Thomsen <jens@fiend.cis.com>
54439              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
54440              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
54441      Branch: perl
54442            ! jpl/JNI/Makefile.PL
54443 ____________________________________________________________________________
54444 [  6467] By: jhi                                   on 2000/07/30  18:36:22
54445         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
54446      Branch: perl
54447            ! doop.c
54448 ____________________________________________________________________________
54449 [  6466] By: jhi                                   on 2000/07/30  04:37:29
54450         Log: A new version of the "remove UPPERACSE string comparison"
54451              operators.  The problem with the previous one (change #6454)
54452              was that it was for Perl 5.6.0.  From Paul Marquess.
54453      Branch: perl
54454            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
54455            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
54456            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
54457 ____________________________________________________________________________
54458 [  6465] By: jhi                                   on 2000/07/29  22:39:56
54459         Log: Do not upgrade SVs into utf8 just because they participate
54460              in eq or cmp.  Reported and fix suggested in
54461              
54462              Subject: [ID 20000720.009] sv_eq UTF8 bug
54463              From: "Simon Cozens" <simon@othersideofthe.earth.li>
54464              Date: 21 Jul 2000 04:37:29 -0000
54465              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
54466              
54467              Exercise for the kind reader: should we or should we not
54468              cache the utf8 conversion alonside the SV? (as magic,
54469              as thestrxfrm()ed version is cached under use locale)
54470              Argue both for and against.
54471      Branch: perl
54472            ! sv.c
54473 ____________________________________________________________________________
54474 [  6464] By: jhi                                   on 2000/07/29  22:36:22
54475         Log: Subject: UTF8 concat
54476              From: simon@brecon.co.uk (Simon Cozens) 
54477              Date: 30 Jun 2000 06:13:25 GMT
54478              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
54479              
54480              (with a memory leak fixed, plus a few casts added)
54481              
54482              This also seems to help for
54483              
54484              Subject: [ID 20000716.015] join UTF8 weirdness
54485              From: root <root@ak-71.mind.de> 
54486              Date: Sat, 15 Jul 2000 15:29:54 +0200
54487              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
54488              
54489              (from Andreas König)
54490      Branch: perl
54491            ! pp_hot.c
54492 ____________________________________________________________________________
54493 [  6463] By: jhi                                   on 2000/07/29  00:55:39
54494         Log: Tune the comments and hopefully stop a memory leak.
54495      Branch: perl
54496            ! toke.c utf8.c
54497 ____________________________________________________________________________
54498 [  6462] By: jhi                                   on 2000/07/29  00:16:53
54499         Log: The problem described in this
54500              
54501              Subject: [ID 20000322.018] named chars aren't magical enough
54502              From: root <root@dixie.cscaper.com>     
54503              Date: Wed, 22 Mar 2000 18:37:42 -0700
54504              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
54505              
54506              has been fixed in perl 5.6.0 but just in case added a test
54507              to keep it away.  (The report from Joseph Hall.)
54508      Branch: perl
54509            ! t/lib/charnames.t
54510 ____________________________________________________________________________
54511 [  6461] By: jhi                                   on 2000/07/28  23:56:36
54512         Log: Tiny fixes for #6460.
54513      Branch: metaconfig/U/perl
54514            ! gccvers.U
54515      Branch: perl
54516            ! Configure config_h.SH
54517 ____________________________________________________________________________
54518 [  6460] By: jhi                                   on 2000/07/28  23:24:41
54519         Log: Warn if the version of the operating system used to compile gcc
54520              differs from the current version of the operating system.
54521              Also display the gcc compilation os and version in myconfig.
54522              Inspiration from
54523              
54524              Subject: Re: [ID 20000710.003] ERRORS!!         
54525              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54526              Date: Mon, 10 Jul 2000 15:54:16 -0400
54527              Message-ID: <20000710155416.A1384@O2.chapin.edu>
54528      Branch: metaconfig/U/perl
54529            ! gccvers.U
54530      Branch: perl
54531            ! Configure config_h.SH myconfig.SH
54532 ____________________________________________________________________________
54533 [  6459] By: jhi                                   on 2000/07/28  22:00:32
54534         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
54535              letter to $Config{osvers}.
54536      Branch: metaconfig
54537            ! U/modified/Oldconfig.U
54538      Branch: perl
54539            ! Configure config_h.SH
54540 ____________________________________________________________________________
54541 [  6458] By: jhi                                   on 2000/07/28  04:15:39
54542         Log: Back out #6454, doesn't seem to work.
54543              (Reason: that patch was for perl 5.6.0, not perl-current)
54544              (A version of the patch for perl-current came in later as #6466)
54545      Branch: perl
54546            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
54547            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
54548            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
54549 ____________________________________________________________________________
54550 [  6457] By: jhi                                   on 2000/07/27  23:31:49
54551         Log: Use setproctitle() if available to modify $0.
54552              
54553              Subject: setting $* on BSD4 broken
54554              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
54555              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
54556              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
54557      Branch: metaconfig
54558            ! U/modified/Myinit.U
54559      Branch: perl
54560            ! Configure config_h.SH mg.c
54561 ____________________________________________________________________________
54562 [  6456] By: jhi                                   on 2000/07/27  14:50:47
54563         Log: Allow "no AutoLoader;", based on change #6444,
54564              suggested by Graham Barr.
54565      Branch: perl
54566            ! lib/AutoLoader.pm
54567 ____________________________________________________________________________
54568 [  6455] By: jhi                                   on 2000/07/27  14:19:10
54569         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
54570              From: rspier@pobox.com (Robert Spier)
54571              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
54572              Message-ID: <14720.15855.787664.424783@rls.cx>
54573      Branch: perl
54574            ! pod/perldiag.pod
54575 ____________________________________________________________________________
54576 [  6454] By: jhi                                   on 2000/07/27  14:03:02
54577         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
54578              for a long time).
54579              
54580              Reported in
54581              
54582              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
54583              From: Ryan Herbert <rherbert@sycamorehq.com>
54584              Date: Mon, 17 Jul 2000 11:40:42 -0400
54585              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
54586              
54587              Patched in
54588              
54589              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
54590              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
54591              Date: Wed, 26 Jul 2000 23:40:18 +0100
54592              Message-ID: <000001bff752$79511880$0a17073e@tiny>
54593              
54594              based on an earlier patch from Stephen P. Potter.
54595              
54596              (Removed later by change #6458 because this patch was for
54597              perl 5.6.0, not perl-current)
54598      Branch: perl
54599            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
54600            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
54601            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
54602 ____________________________________________________________________________
54603 [  6453] By: jhi                                   on 2000/07/27  13:48:02
54604         Log: Subject: [PATCH] fixes bug 20000508.004
54605              From: Michael Stevens <mstevens@globnix.org>
54606              Date: Thu, 27 Jul 2000 13:49:04 +0100
54607              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
54608      Branch: perl
54609            ! pod/perldata.pod
54610 ____________________________________________________________________________
54611 [  6452] By: jhi                                   on 2000/07/26  23:51:26
54612         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
54613              and Craig A. Berry.
54614      Branch: perl
54615            ! lib/File/Temp.pm pod/perlport.pod
54616 ____________________________________________________________________________
54617 [  6451] By: jhi                                   on 2000/07/26  19:43:30
54618         Log: Be wary of close()s, too.
54619              
54620              Subject: Re: [PATCH] perlbug cleanup
54621              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54622              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
54623              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
54624      Branch: perl
54625            ! utils/perlbug.PL
54626 ____________________________________________________________________________
54627 [  6450] By: jhi                                   on 2000/07/26  18:41:40
54628         Log: Subject: Minor doc patch: handy.h
54629              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
54630              Date: Wed, 26 Jul 2000 15:34:25 -0300
54631              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
54632      Branch: perl
54633            ! handy.h pod/perlapi.pod
54634 ____________________________________________________________________________
54635 [  6449] By: jhi                                   on 2000/07/26  18:23:55
54636         Log: Subject: [PATCH] minor doc change - perlguts
54637              From: Michael Stevens <mstevens@globnix.org>
54638              Date: Thu, 13 Jul 2000 12:39:18 +0100
54639              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
54640      Branch: perl
54641            ! pod/perlguts.pod
54642 ____________________________________________________________________________
54643 [  6448] By: jhi                                   on 2000/07/26  18:20:30
54644         Log: open() wariness in perlbug.
54645              
54646              Subject: [PATCH] perlbug cleanup
54647              From: Michael Stevens <mstevens@globnix.org>
54648              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
54649              Date: Thu, 13 Jul 2000 15:52:23 +0100
54650      Branch: perl
54651            ! utils/perlbug.PL
54652 ____________________________________________________________________________
54653 [  6447] By: jhi                                   on 2000/07/26  18:13:04
54654         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
54655      Branch: perl
54656            ! lib/File/Temp.pm t/lib/ftmp-security.t
54657 ____________________________________________________________________________
54658 [  6446] By: jhi                                   on 2000/07/26  18:06:32
54659         Log: docfix from Peter Scott <Peter@PSDT.com>.
54660      Branch: perl
54661            ! pod/perlfunc.pod
54662 ____________________________________________________________________________
54663 [  6445] By: jhi                                   on 2000/07/26  17:53:31
54664         Log: Fix *foo{FORMAT}.
54665              
54666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54667              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
54668              Date: Wed, 26 Jul 2000 19:51:02 +0200
54669              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
54670              
54671              From: Graham Barr <gbarr@pobox.com>
54672              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
54673              Date: Wed, 26 Jul 2000 17:38:36 +0100
54674              Message-ID: <20000726173836.L472@pobox.com>
54675      Branch: perl
54676            ! pp.c sv.c t/op/gv.t
54677 ____________________________________________________________________________
54678 [  6444] By: jhi                                   on 2000/07/26  17:49:14
54679         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
54680              from Graham Barr in the module list.
54681      Branch: perl
54682            ! gv.c pod/perlobj.pod
54683 ____________________________________________________________________________
54684 [  6443] By: jhi                                   on 2000/07/26  16:06:56
54685         Log: More split() doc and test patches from Mike Guy.
54686      Branch: perl
54687            ! pod/perlfunc.pod t/op/split.t
54688 ____________________________________________________________________________
54689 [  6442] By: jhi                                   on 2000/07/26  16:05:30
54690         Log: MacOS nits from Matthias Neeracher.
54691      Branch: perl
54692            ! perl.c pp_ctl.c
54693 ____________________________________________________________________________
54694 [  6441] By: jhi                                   on 2000/07/26  04:39:57
54695         Log: Subject: [PATCH] split /^/
54696              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54697              Date: Tue, 25 Jul 2000 14:18:57 +0100
54698              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
54699              
54700              (with notes from tchrist and gbarr)
54701      Branch: perl
54702            ! pod/perlfunc.pod t/op/split.t
54703 ____________________________________________________________________________
54704 [  6440] By: jhi                                   on 2000/07/26  04:32:32
54705         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
54706              From: Peter Prymmer <pvhp@forte.com>
54707              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
54708              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
54709      Branch: perl
54710            ! vms/munchconfig.c
54711 ____________________________________________________________________________
54712 [  6439] By: jhi                                   on 2000/07/26  04:31:01
54713         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
54714              to be fatal errors (instead of by default ignoring them, and
54715              ignoring with a bug: even though -w gave an error, the opening [
54716              was left in)  Reported in:
54717              
54718              Subject: [ID 20000716.024] [=cc=] / [:blank:]
54719              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
54720              Date: Sun, 16 Jul 2000 17:55:29 -0700
54721              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
54722      Branch: perl
54723            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
54724 ____________________________________________________________________________
54725 [  6438] By: jhi                                   on 2000/07/25  15:41:15
54726         Log: Subject: [PATCH] av.c apidoc
54727              From: simon@brecon.co.uk (Simon Cozens)
54728              Date: 24 Jul 2000 06:40:52 GMT
54729              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
54730      Branch: perl
54731            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
54732            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
54733 ____________________________________________________________________________
54734 [  6437] By: jhi                                   on 2000/07/25  14:05:36
54735         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
54736              From: "Stephen P. Potter" <spp@ds.net>
54737              Date: Mon, 24 Jul 2000 14:22:23 -0400
54738              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
54739      Branch: perl
54740            ! pod/perllocale.pod
54741 ____________________________________________________________________________
54742 [  6436] By: jhi                                   on 2000/07/25  14:02:03
54743         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
54744              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54745              Date: Mon, 24 Jul 2000 18:04:28 +0100
54746              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
54747      Branch: perl
54748            ! t/lib/syslfs.t t/op/lfs.t
54749 ____________________________________________________________________________
54750 [  6435] By: jhi                                   on 2000/07/25  13:59:28
54751         Log: Get UTF16 BOMs working.  Patch from
54752              
54753              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54754              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54755              Date: Tue, 25 Jul 2000 12:52:45 +0100
54756              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
54757              
54758              and notes from
54759              
54760              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54761              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54762              Date: Tue, 25 Jul 2000 11:43:25 +0100
54763              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
54764      Branch: perl
54765            ! t/comp/require.t toke.c utf8.c
54766 ____________________________________________________________________________
54767 [  6434] By: jhi                                   on 2000/07/25  02:39:54
54768         Log: Make the "uninit variable" warning to say "concat or string"
54769              or "join or string" when in concat or join .
54770              
54771              Subject: Re: [ID 20000403.009] uninitialised concatenation???
54772              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54773              Date: Tue, 04 Apr 2000 18:22:58 +0100
54774              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
54775              
54776              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
54777              From: William R Ward <hermit@BayView.COM>
54778              Date: Thu, 30 Mar 2000 19:50:03 -0800
54779              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
54780      Branch: perl
54781            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
54782            ! t/pragma/warn/op t/pragma/warn/sv
54783 ____________________________________________________________________________
54784 [  6433] By: jhi                                   on 2000/07/24  17:52:56
54785         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
54786      Branch: perl
54787            ! lib/File/Spec/VMS.pm
54788 ____________________________________________________________________________
54789 [  6432] By: jhi                                   on 2000/07/24  17:44:44
54790         Log: Test cases for #6431.
54791              
54792              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54793              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54794              Date: Mon, 24 Jul 2000 15:32:29 +0100
54795              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
54796      Branch: perl
54797            ! t/op/pat.t t/op/split.t
54798 ____________________________________________________________________________
54799 [  6431] By: jhi                                   on 2000/07/24  17:43:17
54800         Log: Bind op fix.
54801              
54802              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54803              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54804              Date: Mon, 17 Jul 2000 20:04:56 +0100
54805              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
54806      Branch: perl
54807            ! op.c
54808 ____________________________________________________________________________
54809 [  6430] By: jhi                                   on 2000/07/24  03:42:42
54810         Log: Subject: [ID 20000716.023] syslog test fails without sockets
54811              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54812              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
54813              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
54814      Branch: metaconfig/U/perl
54815            ! Extensions.U
54816      Branch: perl
54817            ! Configure config_h.SH
54818 ____________________________________________________________________________
54819 [  6429] By: jhi                                   on 2000/07/24  03:11:52
54820         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
54821              case, but add also notes explaining the relationship of this
54822              patch and the earlier notes by Sarathy.
54823              
54824              Subject: Map is still slow
54825              From: "Ben Tilly" <ben_tilly@hotmail.com>
54826              Date: Sat, 15 Jul 2000 17:23:27 EDT
54827              Message-ID: <20000715212327.21656.qmail@hotmail.com>
54828      Branch: perl
54829            ! pp_ctl.c
54830 ____________________________________________________________________________
54831 [  6428] By: jhi                                   on 2000/07/24  02:58:52
54832         Log: Documentation to explain the behaviour of map().
54833              
54834              Subject: Re: Map is still slow 
54835              From: Gurusamy Sarathy <gsar@ActiveState.com>
54836              Date: Sat, 15 Jul 2000 16:05:09 -0700
54837              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
54838      Branch: perl
54839            ! pp_ctl.c
54840 ____________________________________________________________________________
54841 [  6427] By: jhi                                   on 2000/07/24  02:50:03
54842         Log: Add tests for
54843              [ID 19991110.003] another matching finding by pcre author
54844              which has already been fixed by some patch, as verified in
54845              
54846              Subject: Re: two regex bugs from the mists of time (well, last November)
54847              From: Hugo <hv@crypt.compulink.co.uk>
54848              Date: Sat, 22 Jul 2000 18:12:58 +0100
54849              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
54850      Branch: perl
54851            ! t/op/re_tests
54852 ____________________________________________________________________________
54853 [  6426] By: jhi                                   on 2000/07/24  02:11:20
54854         Log: A missing 'break' after the [[:space:]] switch case.
54855              
54856              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
54857              From: "Stephen P. Potter" <spp@ds.net>
54858              Date: Tue, 18 Jul 2000 16:25:17 -0400
54859              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
54860      Branch: perl
54861            ! regcomp.c
54862 ____________________________________________________________________________
54863 [  6425] By: jhi                                   on 2000/07/24  02:06:12
54864         Log: The output might have been produced in the wrong order.
54865              
54866              Subject: [ID 20000720.003] [PATCH] t/op/write.t
54867              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54868              Date: Thu, 20 Jul 2000 18:49:18 +0100
54869              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
54870      Branch: perl
54871            ! t/op/write.t
54872 ____________________________________________________________________________
54873 [  6424] By: jhi                                   on 2000/07/24  02:00:07
54874         Log: Use STDOUT consistently.
54875              
54876              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
54877              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54878              Date: Thu, 20 Jul 2000 18:04:01 +0100
54879              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
54880      Branch: perl
54881            ! lib/Test/Harness.pm
54882 ____________________________________________________________________________
54883 [  6423] By: jhi                                   on 2000/07/24  01:54:54
54884         Log: Protect against "wild next"s, that is, callbacks doing "next"
54885              instead of "return".
54886              
54887              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
54888              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54889              Date: Tue, 18 Jul 2000 11:30:16 +0100
54890              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
54891      Branch: perl
54892            ! lib/File/Find.pm
54893 ____________________________________________________________________________
54894 [  6422] By: jhi                                   on 2000/07/24  01:35:47
54895         Log: Out-of-date note removed.
54896              
54897              Subject: [PATCH] documentation perlipc
54898              From: rspier@pobox.com (Robert Spier)
54899              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
54900              Message-ID: <14711.35178.572612.502654@rls.cx>
54901      Branch: perl
54902            ! pod/perlipc.pod
54903 ____________________________________________________________________________
54904 [  6421] By: jhi                                   on 2000/07/24  00:09:18
54905         Log: Send all installperl messages to STDERR and be -w clean.
54906              
54907              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
54908              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54909              Date: Sat, 22 Jul 2000 14:02:11 +0100
54910              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
54911      Branch: perl
54912            ! installperl
54913 ____________________________________________________________________________
54914 [  6420] By: jhi                                   on 2000/07/24  00:04:19
54915         Log: Decutandpasto.
54916              
54917              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
54918              From: "Richard Soderberg" <rs@crystalflame.net>
54919              Date: Sun, 23 Jul 2000 01:37:23 -0700
54920              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
54921      Branch: perl
54922            ! pod/perlipc.pod
54923 ____________________________________________________________________________
54924 [  6419] By: jhi                                   on 2000/07/24  00:01:12
54925         Log: A cleaner abs_path().
54926              Subject: Re: unix alternative to Cwd.pm
54927              From: Jeff Pinyan <jeffp@crusoe.net>
54928              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
54929              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
54930      Branch: perl
54931            ! lib/Cwd.pm
54932 ____________________________________________________________________________
54933 [  6418] By: jhi                                   on 2000/07/23  23:48:56
54934         Log: Detypo.
54935              
54936              Subject: [PATCH perl-current] Typo in hints/powerux.sh
54937              From: "Richard Soderberg" <rs@crystalflame.net>
54938              Date: Sun, 23 Jul 2000 01:27:33 -0700
54939              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
54940      Branch: perl
54941            ! hints/powerux.sh
54942 ____________________________________________________________________________
54943 [  6417] By: jhi                                   on 2000/07/17  22:13:31
54944         Log: Subject: SDBM_File documentation
54945              From: mjd@plover.com
54946              Date: 16 Jul 2000 17:41:17 -0000
54947              Message-ID: <20000716174117.18515.qmail@plover.com>
54948      Branch: perl
54949            ! ext/SDBM_File/SDBM_File.pm
54950 ____________________________________________________________________________
54951 [  6416] By: jhi                                   on 2000/07/17  19:13:26
54952         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
54953      Branch: perl
54954            ! hints/mpeix.sh mpeix/relink
54955 ____________________________________________________________________________
54956 [  6415] By: jhi                                   on 2000/07/15  14:11:02
54957         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
54958              the utf8 'characters' can be more than one octet).
54959              
54960              Date: Sat, 15 Jul 2000 00:21:56 +0100
54961              From: Tom Hughes <tom@compton.nu>
54962              Subject: Re: [ID 20000714.002]
54963              Message-ID: <db2334de49.tom@compton.compton.nu>
54964              
54965              Reported in
54966              
54967              Subject: [ID 20000714.002]
54968              From: "Simon Cozens" <simon@othersideofthe.earth.li>
54969              Date: 14 Jul 2000 15:13:09 -0000
54970              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
54971      Branch: perl
54972            ! doop.c
54973 ____________________________________________________________________________
54974 [  6414] By: jhi                                   on 2000/07/15  03:13:41
54975         Log: another VMS build tweak from Peter Prymmer
54976      Branch: perl
54977            ! vms/descrip_mms.template
54978 ____________________________________________________________________________
54979 [  6413] By: jhi                                   on 2000/07/15  03:10:40
54980         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
54981      Branch: perl
54982            ! vms/perlvms.pod
54983 ____________________________________________________________________________
54984 [  6412] By: jhi                                   on 2000/07/15  00:31:05
54985         Log: More docs for sv functions.
54986              
54987              Subject: [PATCH cfgperl] sv.c apidoc
54988              From: simon@brecon.co.uk (Simon Cozens)
54989              Date: 13 Jul 2000 09:00:20 GMT
54990              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
54991              
54992              Subject: Re: [PATCH cfgperl] sv.c apidoc
54993              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54994              Date: Thu, 13 Jul 2000 12:27:41 +0100
54995              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
54996              
54997              Subject: Re: [PATCH cfgperl] sv.c apidoc
54998              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54999              Date: Thu, 13 Jul 2000 13:23:09 +0100
55000              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
55001              
55002              Subject: Re: [PATCH cfgperl] sv.c apidoc
55003              From: simon@brecon.co.uk (Simon Cozens)
55004              Date: 14 Jul 2000 06:51:02 GMT
55005              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
55006      Branch: perl
55007            ! embed.pl pod/perlapi.pod sv.c
55008 ____________________________________________________________________________
55009 [  6411] By: jhi                                   on 2000/07/15  00:10:41
55010         Log: lib/b test fixes from Peter Prymmer.
55011      Branch: perl
55012            ! t/lib/b.t
55013 ____________________________________________________________________________
55014 [  6410] By: jhi                                   on 2000/07/15  00:02:09
55015         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
55016              From: Hugo <hv@crypt.compulink.co.uk>
55017              Date: Fri, 14 Jul 2000 23:05:20 +0100
55018              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
55019              
55020              Didn't anymore apply, but that point still could use another fix.
55021      Branch: perl
55022            ! pod/perlfunc.pod
55023 ____________________________________________________________________________
55024 [  6409] By: jhi                                   on 2000/07/14  23:15:15
55025         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
55026              not in pod, from Peter Prymmer
55027      Branch: perl
55028            ! vms/descrip_mms.template
55029 ____________________________________________________________________________
55030 [  6408] By: jhi                                   on 2000/07/14  20:35:05
55031         Log: The bug report
55032              [ID 19991110.002] minimal matching discrepancy found by pcre author
55033              seems to have been fixed (though differently from what was suggested
55034              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
55035      Branch: perl
55036            ! t/op/re_tests
55037 ____________________________________________________________________________
55038 [  6407] By: jhi                                   on 2000/07/14  17:38:08
55039         Log: Fix AutoSplit to use File::Spec the right way in VMS,
55040              from Peter Prymmer.
55041      Branch: perl
55042            ! lib/AutoSplit.pm
55043 ____________________________________________________________________________
55044 [  6406] By: jhi                                   on 2000/07/14  14:13:22
55045         Log: Merge perlhacktut into perlhack, update perlguts.
55046              
55047              Subject: Re: Perlhacktut
55048              From: simon@brecon.co.uk (Simon Cozens)
55049              Date: 14 Jul 2000 06:49:21 GMT
55050              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
55051              
55052              Subject: Re: Perlhacktut
55053              From: simon@brecon.co.uk (Simon Cozens)
55054              Date: 14 Jul 2000 07:09:45 GMT
55055              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
55056      Branch: perl
55057            ! pod/perlguts.pod pod/perlhack.pod
55058 ____________________________________________________________________________
55059 [  6405] By: jhi                                   on 2000/07/14  14:02:31
55060         Log: Integrate with Sarathy.
55061      Branch: cfgperl
55062           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
55063           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
55064           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
55065 ____________________________________________________________________________
55066 [  6404] By: gsar                                  on 2000/07/14  12:15:02
55067         Log: PERL_OBJECT build tweaks
55068      Branch: perl
55069            ! toke.c
55070 ____________________________________________________________________________
55071 [  6403] By: gsar                                  on 2000/07/14  11:23:41
55072         Log: inconsistent types needs casts
55073      Branch: perl
55074            ! toke.c
55075 ____________________________________________________________________________
55076 [  6402] By: gsar                                  on 2000/07/14  11:12:04
55077         Log: typos in change#6399, regen headers
55078      Branch: perl
55079            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
55080 ____________________________________________________________________________
55081 [  6401] By: gsar                                  on 2000/07/14  10:59:12
55082         Log: typecasts needed for change#6394
55083      Branch: perl
55084            ! toke.c
55085 ____________________________________________________________________________
55086 [  6400] By: gsar                                  on 2000/07/14  10:49:37
55087         Log: integrate cfgperl contents into mainline
55088      Branch: perl
55089           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
55090           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
55091 ____________________________________________________________________________
55092 [  6399] By: gsar                                  on 2000/07/14  10:38:35
55093         Log: enable UTF-16 filter by default if relevant BOM is seen; various
55094              cleanups (typos, misformatted code, and small bugs)
55095      Branch: perl
55096            ! doop.c embed.pl mg.c op.c pp.c toke.c
55097 ____________________________________________________________________________
55098 [  6398] By: gsar                                  on 2000/07/14  08:55:38
55099         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
55100              name suggests anyway)
55101      Branch: perl
55102            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
55103 ____________________________________________________________________________
55104 [  6397] By: gsar                                  on 2000/07/14  08:44:33
55105         Log: move new variables to the end of the interpreter structure (for
55106              bincompat in code that doesn't #include XSUB.h)
55107      Branch: perl
55108            ! intrpvar.h
55109 ____________________________________________________________________________
55110 [  6396] By: gsar                                  on 2000/07/14  08:13:58
55111         Log: MakeMaker should not remove editor backups (*~) on `make clean`
55112              by default (completes change#6383)
55113      Branch: perl
55114            ! lib/ExtUtils/MM_Unix.pm
55115 ____________________________________________________________________________
55116 [  6395] By: jhi                                   on 2000/07/14  05:20:33
55117         Log: Replace change #6337 with a better one.
55118              
55119              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
55120              From: Hugo <hv@crypt.compulink.co.uk>
55121              Date: Fri, 14 Jul 2000 04:16:20 +0100
55122              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
55123      Branch: cfgperl
55124            ! regexec.c t/op/re_tests
55125 ____________________________________________________________________________
55126 [  6394] By: jhi                                   on 2000/07/14  01:33:59
55127         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
55128      Branch: cfgperl
55129            ! embed.pl global.sym proto.h toke.c
55130 ____________________________________________________________________________
55131 [  6393] By: jhi                                   on 2000/07/13  23:41:23
55132         Log: remove discarded test
55133      Branch: cfgperl
55134            ! MANIFEST
55135 ____________________________________________________________________________
55136 [  6392] By: jhi                                   on 2000/07/13  23:32:25
55137         Log: The {multiplier} of a fixed substring was overlooked which
55138              caused a wrong initial search offset for that substring.
55139              
55140              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
55141              From: Hugo <hv@crypt.compulink.co.uk>
55142              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
55143              Date: Thu, 13 Jul 2000 19:27:13 +0100
55144      Branch: cfgperl
55145            ! regcomp.c t/op/re_tests
55146 ____________________________________________________________________________
55147 [  6391] By: jhi                                   on 2000/07/13  16:37:42
55148         Log: typo fix from Craig Berry
55149      Branch: cfgperl
55150            ! vms/subconfigure.com
55151 ____________________________________________________________________________
55152 [  6390] By: jhi                                   on 2000/07/13  13:20:12
55153         Log: Integrate with Sarathy.
55154      Branch: cfgperl
55155            - t/op/method2entersub.t
55156           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
55157           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
55158           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
55159           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
55160 ____________________________________________________________________________
55161 [  6389] By: jhi                                   on 2000/07/13  13:18:48
55162         Log: Detypo from Peter Prymmer, part of #6388.
55163      Branch: cfgperl
55164            ! Configure config_h.SH
55165      Branch: metaconfig
55166            ! U/modified/d_longlong.U
55167 ____________________________________________________________________________
55168 [  6388] By: gsar                                  on 2000/07/13  06:33:40
55169         Log: typos (spotted by Peter Prymmer)
55170      Branch: perl
55171            ! Configure t/lib/english.t
55172 ____________________________________________________________________________
55173 [  6387] By: gsar                                  on 2000/07/13  05:35:28
55174         Log: new selfloader.t in change#6183 doesn't close DATA handles,
55175              and thus fails to clean up tmp files on dosish platforms
55176      Branch: perl
55177            ! t/lib/selfloader.t
55178 ____________________________________________________________________________
55179 [  6386] By: gsar                                  on 2000/07/12  21:42:39
55180         Log: sprintf test tweaks (from Dominic Dunlop)
55181      Branch: perl
55182            ! t/op/sprintf.t
55183 ____________________________________________________________________________
55184 [  6385] By: gsar                                  on 2000/07/12  21:33:46
55185         Log: fix bugs in processing %v-*d and similar format specs (from
55186              Avi Finkel <avi@finkel.org>)
55187      Branch: perl
55188            ! sv.c t/op/sprintf.t
55189 ____________________________________________________________________________
55190 [  6384] By: gsar                                  on 2000/07/12  16:04:19
55191         Log: readd missing perldelta.pod changes from changes#6339,6376
55192      Branch: perl
55193            ! pod/perldelta.pod
55194 ____________________________________________________________________________
55195 [  6383] By: gsar                                  on 2000/07/12  16:00:51
55196         Log: don't clobber *.orig files on *clean targets
55197      Branch: perl
55198            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
55199 ____________________________________________________________________________
55200 [  6382] By: gsar                                  on 2000/07/12  07:59:12
55201         Log: fix broken integrations in cfgperl
55202      Branch: cfgperl
55203           !> Changes pod/perldelta.pod
55204 ____________________________________________________________________________
55205 [  6381] By: gsar                                  on 2000/07/12  07:42:17
55206         Log: integrate cfgperl changes into mainline
55207      Branch: perl
55208            ! Changes
55209           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
55210           !> pod/perlre.pod
55211 ____________________________________________________________________________
55212 [  6380] By: gsar                                  on 2000/07/12  07:31:00
55213         Log: get sprintf.t to adjust properly for 3-digit exponents
55214      Branch: perl
55215            ! t/op/sprintf.t
55216 ____________________________________________________________________________
55217 [  6379] By: gsar                                  on 2000/07/12  06:40:04
55218         Log: change#6174 needs corresponding change in win32/config_h.PL,
55219              which grovels through config_h.SH to find the config.h name
55220      Branch: perl
55221            ! win32/config_h.PL
55222 ____________________________________________________________________________
55223 [  6378] By: jhi                                   on 2000/07/12  05:03:59
55224         Log: Do the cc sanity check both before the hints and
55225              after the cc selction.
55226      Branch: cfgperl
55227            ! Configure config_h.SH
55228      Branch: metaconfig
55229            ! U/modified/Oldconfig.U U/modified/cc.U
55230      Branch: metaconfig/U/perl
55231            + Checkcc.U
55232 ____________________________________________________________________________
55233 [  6377] By: jhi                                   on 2000/07/12  02:49:22
55234         Log: Fix nits noticed by Boston.pm.
55235      Branch: cfgperl
55236            ! pod/perlre.pod
55237 ____________________________________________________________________________
55238 [  6376] By: jhi                                   on 2000/07/11  21:22:13
55239         Log: Configure cosmetics and perldelta.
55240      Branch: cfgperl
55241            ! Configure config_h.SH pod/perldelta.pod
55242      Branch: metaconfig
55243            ! U/modified/cc.U
55244 ____________________________________________________________________________
55245 [  6375] By: gsar                                  on 2000/07/11  21:17:35
55246         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
55247      Branch: perl
55248            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
55249            ! win32/win32sck.c
55250 ____________________________________________________________________________
55251 [  6374] By: gsar                                  on 2000/07/11  20:48:50
55252         Log: tweak for build failure under multiplicity
55253      Branch: perl
55254            ! toke.c
55255 ____________________________________________________________________________
55256 [  6373] By: gsar                                  on 2000/07/11  20:37:23
55257         Log: integrate cfgperl changes#6325..6373 into mainline
55258              (NOTE: today's batch of integrations still untested)
55259      Branch: perl
55260           +> ext/DynaLoader/hints/netbsd.pl
55261            ! Changes
55262           !> (integrate 26 files)
55263 ____________________________________________________________________________
55264 [  6372] By: jhi                                   on 2000/07/11  20:30:36
55265         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
55266              regen perltoc.
55267      Branch: cfgperl
55268            + pod/perlbook.pod
55269            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
55270            ! pod/perltoc.pod
55271 ____________________________________________________________________________
55272 [  6371] By: jhi                                   on 2000/07/11  20:08:56
55273         Log: Minor cleanups on the booklist.
55274      Branch: cfgperl
55275            ! pod/perlfaq2.pod
55276 ____________________________________________________________________________
55277 [  6370] By: jhi                                   on 2000/07/11  19:31:13
55278         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
55279      Branch: cfgperl
55280            ! t/pragma/overload.t
55281 ____________________________________________________________________________
55282 [  6369] By: gsar                                  on 2000/07/11  19:27:48
55283         Log: integrate cfgperl changes#6293..6324 into mainline
55284      Branch: perl
55285           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
55286            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
55287           !> (integrate 30 files)
55288 ____________________________________________________________________________
55289 [  6368] By: gsar                                  on 2000/07/11  19:18:57
55290         Log: skip integrate of problematic change#6292 from cfgperl into mainline
55291      Branch: perl
55292           !> pp_hot.c
55293 ____________________________________________________________________________
55294 [  6367] By: gsar                                  on 2000/07/11  19:17:21
55295         Log: integrate cfgperl changes#6288..6290 into mainline
55296      Branch: perl
55297           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
55298 ____________________________________________________________________________
55299 [  6366] By: gsar                                  on 2000/07/11  19:11:18
55300         Log: integrate cfgperl changes#6268..6282 into mainline
55301      Branch: perl
55302           !> (integrate 30 files)
55303 ____________________________________________________________________________
55304 [  6365] By: gsar                                  on 2000/07/11  18:57:00
55305         Log: delete new accidentally branched file
55306      Branch: perl
55307            - t/op/method2entersub.t
55308 ____________________________________________________________________________
55309 [  6364] By: gsar                                  on 2000/07/11  18:55:13
55310         Log: skip integrate of change#6267 from cfgperl into mainline (the
55311              method call optimization is flawed without additional hints
55312              from user about immutableness of @ISA and no runtime method
55313              definitions)
55314      Branch: perl
55315           +> t/op/method2entersub.t
55316           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
55317           !> perl.h t/op/sprintf.t xsutils.c
55318 ____________________________________________________________________________
55319 [  6363] By: gsar                                  on 2000/07/11  18:49:43
55320         Log: integrate cfgperl changes#6261..6266 into mainline
55321      Branch: perl
55322           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
55323           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
55324           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
55325           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
55326 ____________________________________________________________________________
55327 [  6362] By: gsar                                  on 2000/07/11  18:43:26
55328         Log: integrate cfgperl changes#6252..6260 into mainline
55329      Branch: perl
55330           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
55331           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
55332           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
55333           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
55334 ____________________________________________________________________________
55335 [  6361] By: gsar                                  on 2000/07/11  18:37:12
55336         Log: skip integrate of problematic change#6251 from cfgperl into mainline
55337      Branch: perl
55338           !> lib/Exporter.pm
55339 ____________________________________________________________________________
55340 [  6360] By: gsar                                  on 2000/07/11  18:34:56
55341         Log: integrate cfgperl change#6250 into mainline
55342      Branch: perl
55343           +> t/op/my_stash.t
55344           !> MANIFEST embed.pl proto.h toke.c
55345 ____________________________________________________________________________
55346 [  6359] By: gsar                                  on 2000/07/11  18:21:19
55347         Log: integrate cfgperl changes#6242..6249 into mainline
55348      Branch: perl
55349           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
55350           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
55351           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
55352           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
55353           !> t/lib/peek.t utf8.c
55354 ____________________________________________________________________________
55355 [  6358] By: gsar                                  on 2000/07/11  18:15:45
55356         Log: skip integrate of problematic change#6241 from cfgperl into mainline
55357      Branch: perl
55358           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
55359 ____________________________________________________________________________
55360 [  6357] By: jhi                                   on 2000/07/11  18:15:16
55361         Log: Fix for
55362              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
55363              From: Roderick Schertler <roderick@argon.org> 
55364              Date: Tue, 11 Jul 2000 13:55:05 -0400 
55365              Message-Id: <200007111755.NAA05077@jones.argon.org> 
55366      Branch: cfgperl
55367            ! doio.c
55368 ____________________________________________________________________________
55369 [  6356] By: jhi                                   on 2000/07/11  18:12:51
55370         Log: Typo in #6341.
55371      Branch: cfgperl
55372            ! pp_hot.c
55373 ____________________________________________________________________________
55374 [  6355] By: gsar                                  on 2000/07/11  18:12:10
55375         Log: integrate cfgperl changes#6231..6240 into mainline
55376      Branch: perl
55377           +> pod/perlutil.pod
55378           !> (integrate 35 files)
55379 ____________________________________________________________________________
55380 [  6354] By: jhi                                   on 2000/07/11  18:04:34
55381         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
55382              From: Dominic Dunlop <domo@computer.org> 
55383              Date: Tue, 11 Jul 2000 12:27:33 +0200 
55384              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
55385              
55386              Replaces change #6268.
55387      Branch: cfgperl
55388            ! t/op/sprintf.t
55389 ____________________________________________________________________________
55390 [  6353] By: gsar                                  on 2000/07/11  17:59:51
55391         Log: skip integrate of problematic change#6230 from cfgperl into mainline
55392              (a later version of File::Spec is already in mainline)
55393      Branch: perl
55394           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
55395           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
55396 ____________________________________________________________________________
55397 [  6352] By: gsar                                  on 2000/07/11  17:57:48
55398         Log: integrate cfgperl changes#6224..6229 into mainline
55399      Branch: perl
55400           +> lib/lib.pm.PL
55401            - lib/lib.pm
55402           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
55403           !> lib/English.pm op.c t/lib/english.t
55404 ____________________________________________________________________________
55405 [  6351] By: gsar                                  on 2000/07/11  17:50:10
55406         Log: skip integrate of problematic change#6223 from cfgperl into mainline
55407      Branch: perl
55408           !> doio.c
55409 ____________________________________________________________________________
55410 [  6350] By: gsar                                  on 2000/07/11  17:48:28
55411         Log: integrate cfgperl changes#6220..6222 into mainline
55412      Branch: perl
55413           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
55414           !> toke.c utf8.c win32/win32.h
55415 ____________________________________________________________________________
55416 [  6349] By: gsar                                  on 2000/07/11  17:46:13
55417         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
55418              mainline
55419      Branch: perl
55420           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
55421           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
55422           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55423 ____________________________________________________________________________
55424 [  6348] By: jhi                                   on 2000/07/11  17:45:49
55425         Log: README.posix-bc podified from Thomas Dorner.
55426      Branch: cfgperl
55427            ! README.posix-bc
55428 ____________________________________________________________________________
55429 [  6347] By: gsar                                  on 2000/07/11  17:42:04
55430         Log: integrate cfgperl change#6217 into mainline
55431      Branch: perl
55432           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
55433           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
55434           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
55435 ____________________________________________________________________________
55436 [  6346] By: gsar                                  on 2000/07/11  17:39:37
55437         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
55438              mainline
55439      Branch: perl
55440           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
55441           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55442           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
55443           !> perlapi.h pod/perlapi.pod
55444 ____________________________________________________________________________
55445 [  6345] By: gsar                                  on 2000/07/11  17:36:42
55446         Log: integrate cfgperl changes#6207..6210 into mainline
55447      Branch: perl
55448           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
55449           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
55450 ____________________________________________________________________________
55451 [  6344] By: gsar                                  on 2000/07/11  17:31:20
55452         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
55453              mainline
55454      Branch: perl
55455           !> (integrate 40 files)
55456 ____________________________________________________________________________
55457 [  6343] By: gsar                                  on 2000/07/11  17:19:08
55458         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
55459      Branch: perl
55460           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
55461            ! Changes
55462           !> (integrate 34 files)
55463 ____________________________________________________________________________
55464 [  6342] By: jhi                                   on 2000/07/11  16:05:48
55465         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
55466              To: perl5-porters@perl.org
55467              From: Karsten Sperling <spiff@phreax.net>
55468              Date: Mon, 10 Jul 2000 15:12:52 +0200
55469              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
55470      Branch: cfgperl
55471            ! lib/Symbol.pm
55472 ____________________________________________________________________________
55473 [  6341] By: jhi                                   on 2000/07/11  15:59:23
55474         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
55475              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55476              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
55477              Date: Fri, 07 Jul 2000 17:57:16 +0100
55478      Branch: cfgperl
55479            ! pp_hot.c
55480 ____________________________________________________________________________
55481 [  6340] By: jhi                                   on 2000/07/11  15:55:47
55482         Log: Subject: Re: format bug report  [Patch]
55483              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55484              Date: Wed, 05 Jul 2000 13:12:52 +0200
55485              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
55486              
55487              Subject: Re: format bug report  [Patch]
55488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55489              Date: Wed, 05 Jul 2000 14:10:01 +0200
55490              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
55491      Branch: cfgperl
55492            ! t/op/write.t toke.c
55493 ____________________________________________________________________________
55494 [  6339] By: jhi                                   on 2000/07/11  13:54:09
55495         Log: Be less forgiving about ambiguous and illegal tr ranges.
55496              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
55497              From: Mark-Jason Dominus <mjd@plover.com>
55498              Date: Tue, 04 Jul 2000 10:00:12 -0400
55499              Message-ID: <20000704140012.17772.qmail@plover.com>
55500              
55501              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
55502              From: Mark-Jason Dominus <mjd@plover.com>
55503              Date: Wed, 05 Jul 2000 09:37:36 -0400
55504              Message-ID: <20000705133736.27293.qmail@plover.com>
55505      Branch: cfgperl
55506            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
55507 ____________________________________________________________________________
55508 [  6338] By: jhi                                   on 2000/07/11  13:31:24
55509         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
55510              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55511              Date: Tue, 11 Jul 2000 13:50:51 +0100
55512              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
55513      Branch: cfgperl
55514            ! sv.c
55515 ____________________________________________________________________________
55516 [  6337] By: jhi                                   on 2000/07/11  13:29:14
55517         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
55518              From: Hugo <hv@crypt.compulink.co.uk>
55519              Date: Tue, 11 Jul 2000 12:44:50 +0100
55520              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
55521      Branch: cfgperl
55522            ! regexec.c t/op/re_tests
55523 ____________________________________________________________________________
55524 [  6336] By: jhi                                   on 2000/07/11  13:26:47
55525         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
55526              From: simon@brecon.co.uk (Simon Cozens)
55527              Date: 7 Jul 2000 11:26:09 GMT
55528              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
55529      Branch: cfgperl
55530            ! mg.c
55531 ____________________________________________________________________________
55532 [  6335] By: jhi                                   on 2000/07/11  13:23:37
55533         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
55534              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
55535              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
55536              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
55537      Branch: cfgperl
55538            + ext/DynaLoader/hints/netbsd.pl
55539            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
55540 ____________________________________________________________________________
55541 [  6334] By: jhi                                   on 2000/07/11  13:20:38
55542         Log: Subject: PATCH perlguts.pod: Document D and d magic types
55543              From: mjd@plover.com
55544              Date: 5 Jul 2000 18:01:51 -0000
55545              Message-ID: <20000705180151.29413.qmail@plover.com>
55546      Branch: cfgperl
55547            ! pod/perlguts.pod
55548 ____________________________________________________________________________
55549 [  6333] By: jhi                                   on 2000/07/11  13:15:51
55550         Log: Precedence goof, fix based on
55551              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
55552              From: Hugo <hv@crypt.compulink.co.uk>
55553              Date: Tue, 11 Jul 2000 12:52:38 +0100
55554              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
55555      Branch: cfgperl
55556            ! t/op/taint.t
55557 ____________________________________________________________________________
55558 [  6332] By: jhi                                   on 2000/07/11  12:40:17
55559         Log: Integrate with Sarathy.
55560      Branch: cfgperl
55561           !> win32/win32sck.c
55562 ____________________________________________________________________________
55563 [  6331] By: jhi                                   on 2000/07/10  20:14:16
55564         Log: Sprinkle ldlibpath.
55565      Branch: cfgperl
55566            ! pod/Makefile.SH
55567 ____________________________________________________________________________
55568 [  6330] By: jhi                                   on 2000/07/10  17:54:49
55569         Log: More POSIX.pod tweaks.
55570      Branch: cfgperl
55571            ! ext/POSIX/POSIX.pod
55572 ____________________________________________________________________________
55573 [  6329] By: jhi                                   on 2000/07/10  14:02:12
55574         Log: Reorder perl.pod once more.
55575      Branch: cfgperl
55576            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55577 ____________________________________________________________________________
55578 [  6328] By: gsar                                  on 2000/07/10  07:06:00
55579         Log: accept() leaks memory on windows due to incorrect ordering of
55580              closesocket() and fclose() calls
55581      Branch: perl
55582            ! win32/win32sck.c
55583 ____________________________________________________________________________
55584 [  6327] By: gsar                                  on 2000/07/10  06:49:17
55585         Log: winsock options weren't being set in all threads under ithreads
55586              (caused send()s from second and subsequent threads to fail)
55587      Branch: perl
55588            ! win32/win32sck.c
55589 ____________________________________________________________________________
55590 [  6326] By: jhi                                   on 2000/07/08  02:45:40
55591         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
55592              was cast to an unsigned (32-bit) integer with wild abandon.
55593      Branch: cfgperl
55594            ! ext/Devel/DProf/DProf.xs
55595 ____________________________________________________________________________
55596 [  6325] By: jhi                                   on 2000/07/07  18:50:33
55597         Log: Remove perlbook, update perlfaq book listing,
55598              rearrange perl.pod, regenerate perltoc.
55599      Branch: cfgperl
55600            - pod/perlbook.pod
55601            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
55602            ! pod/perlfaq2.pod pod/perltoc.pod
55603 ____________________________________________________________________________
55604 [  6324] By: jhi                                   on 2000/07/07  14:03:40
55605         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
55606      Branch: cfgperl
55607            ! sv.h toke.c
55608 ____________________________________________________________________________
55609 [  6323] By: jhi                                   on 2000/07/06  16:03:55
55610         Log: Fix complaints of buildtoc.
55611      Branch: cfgperl
55612            + lib/Win32.pod
55613            - pod/Win32.pod
55614            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55615 ____________________________________________________________________________
55616 [  6322] By: jhi                                   on 2000/07/06  15:15:52
55617         Log: Add =head1 NAMEs so that buildtoc is happy.
55618              (The CGI::Util nit reported to Lincoln.)
55619      Branch: cfgperl
55620            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
55621            ! pod/perltoc.pod
55622 ____________________________________________________________________________
55623 [  6321] By: jhi                                   on 2000/07/06  03:16:04
55624         Log: Config is being used.
55625      Branch: cfgperl
55626            ! t/op/method.t
55627 ____________________________________________________________________________
55628 [  6320] By: jhi                                   on 2000/07/06  03:13:13
55629         Log: Integrate with Sarathy.
55630      Branch: cfgperl
55631           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
55632 ____________________________________________________________________________
55633 [  6319] By: jhi                                   on 2000/07/06  03:11:46
55634         Log: Autogenerate pod/Makefile and pod/buildtoc.
55635              buildtoc also checks whether the existin pods are
55636              mentioned in MANIFEST and perl.pod, and vice versa.
55637              (None of the thusly found discrepancies fixed yet.)
55638              roffitall also needs to be autogenerated similarly but it
55639              seems so badly out of date that I didn't touch it yet.
55640      Branch: cfgperl
55641            + pod/Makefile.SH pod/buildtoc.PL
55642            - pod/Makefile pod/buildtoc
55643            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
55644 ____________________________________________________________________________
55645 [  6318] By: gsar                                  on 2000/07/05  22:10:54
55646         Log: fix UNC path handling on Windows under ithreads, and chdir()
55647              return value when given a non-existent directory
55648      Branch: perl
55649            ! win32/vdir.h
55650 ____________________________________________________________________________
55651 [  6317] By: gsar                                  on 2000/07/05  22:08:19
55652         Log: winsock cleanup never done on Windows (leads to handle leaks)
55653      Branch: perl
55654            ! win32/perllib.c win32/win32sck.c
55655 ____________________________________________________________________________
55656 [  6316] By: gsar                                  on 2000/07/05  22:06:19
55657         Log: some debugger output does not go to the socket when RemotePort is set
55658      Branch: perl
55659            ! lib/perl5db.pl
55660 ____________________________________________________________________________
55661 [  6315] By: jhi                                   on 2000/07/05  00:25:21
55662         Log: Integrate with Sarathy, preliminary fix for unicos
55663              alignment problems in [ID 20000612.002] Perl problem on Cray system.
55664      Branch: cfgperl
55665            ! sv.h
55666           !> pp_hot.c
55667 ____________________________________________________________________________
55668 [  6314] By: gsar                                  on 2000/07/04  23:34:02
55669         Log: tyop in change#6306
55670      Branch: perl
55671            ! pp_hot.c
55672 ____________________________________________________________________________
55673 [  6313] By: jhi                                   on 2000/07/04  22:14:38
55674         Log: Multiline string literals ENONPORTABLE.
55675      Branch: cfgperl
55676            ! pp_hot.c
55677 ____________________________________________________________________________
55678 [  6312] By: jhi                                   on 2000/07/04  20:34:44
55679         Log: Integrate with Sarathy.
55680      Branch: cfgperl
55681           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
55682           !> t/op/method.t
55683 ____________________________________________________________________________
55684 [  6311] By: jhi                                   on 2000/07/04  20:30:56
55685         Log: More POSIX.pod embellishment.
55686      Branch: cfgperl
55687            ! ext/POSIX/POSIX.pod
55688 ____________________________________________________________________________
55689 [  6310] By: gsar                                  on 2000/07/04  17:28:48
55690         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
55691      Branch: perl
55692            ! t/lib/b.t
55693 ____________________________________________________________________________
55694 [  6309] By: jhi                                   on 2000/07/04  17:22:18
55695         Log: The #6308 required a little bit more.
55696      Branch: cfgperl
55697            ! Makefile.SH win32/Makefile
55698 ____________________________________________________________________________
55699 [  6308] By: jhi                                   on 2000/07/04  16:35:24
55700         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
55701      Branch: cfgperl
55702            + lib/lib_pm.PL
55703            - lib/lib.pm.PL
55704            ! MANIFEST Makefile.SH
55705 ____________________________________________________________________________
55706 [  6307] By: jhi                                   on 2000/07/04  16:28:58
55707         Log: Win32 patches for cfgperl from Sarathy.
55708      Branch: cfgperl
55709            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
55710            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
55711            ! thread.h toke.c util.c win32/Makefile win32/win32.c
55712 ____________________________________________________________________________
55713 [  6306] By: gsar                                  on 2000/07/04  16:28:40
55714         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
55715              (from Richard Soderberg <rs@oregonnet.com>)
55716      Branch: perl
55717            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
55718 ____________________________________________________________________________
55719 [  6305] By: jhi                                   on 2000/07/04  16:24:24
55720         Log: Integrate with Sarathy.
55721      Branch: cfgperl
55722           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
55723           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55724           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
55725           !> proto.h win32/win32.c
55726 ____________________________________________________________________________
55727 [  6304] By: gsar                                  on 2000/07/04  16:17:24
55728         Log: missing perldiag entry for unpack("w",...) diagnostic (from
55729              Andreas Koenig)
55730      Branch: perl
55731            ! pod/perldiag.pod
55732 ____________________________________________________________________________
55733 [  6303] By: gsar                                  on 2000/07/04  16:14:44
55734         Log: remove rel2abs prototypes (from Barrie Slaymaker)
55735      Branch: perl
55736            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55737            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55738 ____________________________________________________________________________
55739 [  6302] By: gsar                                  on 2000/07/04  04:59:35
55740         Log: adjust change#6299
55741      Branch: perl
55742            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
55743            ! win32/win32.c
55744 ____________________________________________________________________________
55745 [  6301] By: jhi                                   on 2000/07/04  04:50:07
55746         Log: Integrate with Sarathy.
55747      Branch: cfgperl
55748           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
55749           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
55750           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
55751 ____________________________________________________________________________
55752 [  6300] By: gsar                                  on 2000/07/04  04:42:09
55753         Log: PERL_OBJECT build tweak
55754      Branch: perl
55755            ! perl.h
55756 ____________________________________________________________________________
55757 [  6299] By: gsar                                  on 2000/07/04  04:37:00
55758         Log: fix memory leak on Windows (PL_sys_intern contents were never
55759              freed)
55760      Branch: perl
55761            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
55762            ! perlapi.c proto.h win32/win32.c
55763 ____________________________________________________________________________
55764 [  6298] By: gsar                                  on 2000/07/04  04:15:59
55765         Log: fix large memory leak that has been around for ever, masked by
55766              -DPURIFY (most of the arenas were never freed!)
55767      Branch: perl
55768            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
55769 ____________________________________________________________________________
55770 [  6297] By: gsar                                  on 2000/07/04  04:07:46
55771         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
55772      Branch: perl
55773            ! perl.c
55774 ____________________________________________________________________________
55775 [  6296] By: jhi                                   on 2000/06/30  18:28:37
55776         Log: Elaborate POSIX.pod.  Still needs work.
55777      Branch: cfgperl
55778            ! ext/POSIX/POSIX.pod
55779 ____________________________________________________________________________
55780 [  6295] By: jhi                                   on 2000/06/30  14:58:18
55781         Log: Point to perlipc for more SysV IPC examples.
55782      Branch: cfgperl
55783            ! pod/perlfunc.pod
55784 ____________________________________________________________________________
55785 [  6294] By: gsar                                  on 2000/06/30  14:47:45
55786         Log: slurp mode fix in change#4736 still not quite right
55787      Branch: perl
55788            ! pp_hot.c t/io/argv.t
55789 ____________________________________________________________________________
55790 [  6293] By: jhi                                   on 2000/06/30  12:02:55
55791         Log: Integrate with Sarathy.
55792      Branch: cfgperl
55793           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
55794 ____________________________________________________________________________
55795 [  6292] By: jhi                                   on 2000/06/30  12:01:11
55796         Log: From: simon@brecon.co.uk (Simon Cozens)
55797              Subject: UTF8 concat
55798              Date: 30 Jun 2000 06:13:25 GMT
55799              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
55800      Branch: cfgperl
55801            ! pp_hot.c
55802 ____________________________________________________________________________
55803 [  6291] By: gsar                                  on 2000/06/30  04:37:33
55804         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
55805              when @_ is modified, causing coredumps
55806      Branch: perl
55807            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
55808 ____________________________________________________________________________
55809 [  6290] By: jhi                                   on 2000/06/30  02:21:44
55810         Log: Integrate with Sarathy.
55811      Branch: cfgperl
55812           !> vms/vms.c vms/vmsish.h
55813 ____________________________________________________________________________
55814 [  6289] By: jhi                                   on 2000/06/30  02:21:02
55815         Log: Check VERSIONs.
55816      Branch: cfgperl
55817            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55818            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55819            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55820 ____________________________________________________________________________
55821 [  6288] By: jhi                                   on 2000/06/30  02:18:52
55822         Log: Integrate with Sarathy.
55823      Branch: cfgperl
55824           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
55825           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55826           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55827           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
55828 ____________________________________________________________________________
55829 [  6287] By: gsar                                  on 2000/06/30  02:17:08
55830         Log: integrate vmsperl changes into mainline
55831      Branch: perl
55832           !> vms/vms.c vms/vmsish.h
55833 ____________________________________________________________________________
55834 [  6285] By: gsar                                  on 2000/06/30  02:05:28
55835         Log: localize %INC in a Safe compartment so that use/require work
55836              (many other magic globals probably need similar treatment)
55837      Branch: perl
55838            ! ext/Opcode/Opcode.xs
55839 ____________________________________________________________________________
55840 [  6284] By: gsar                                  on 2000/06/30  01:54:54
55841         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
55842              about Windows
55843      Branch: perl
55844            ! pod/perlembed.pod
55845 ____________________________________________________________________________
55846 [  6283] By: jhi                                   on 2000/06/30  01:50:10
55847         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
55848              From: Barrie Slaymaker <barries@jester.slaysys.com>
55849              Date: Wed, 28 Jun 2000 11:35:29 -0400
55850              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
55851      Branch: perl
55852            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
55853            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55854            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55855            ! lib/File/Spec/Win32.pm
55856 ____________________________________________________________________________
55857 [  6282] By: jhi                                   on 2000/06/29  22:57:22
55858         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
55859              From: Dan Sugalski <dan@sidhe.org>
55860              Date: Tue, 06 Jun 2000 11:59:50 -0400
55861              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
55862      Branch: cfgperl
55863            ! vms/vms.c
55864 ____________________________________________________________________________
55865 [  6281] By: jhi                                   on 2000/06/29  22:52:50
55866         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
55867              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55868              Date: Wed, 7 Jun 2000 04:02:04 -0500
55869              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
55870      Branch: cfgperl
55871            ! utils/h2xs.PL
55872 ____________________________________________________________________________
55873 [  6280] By: jhi                                   on 2000/06/29  22:45:47
55874         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
55875              From: rspier@pobox.com (Robert Spier)
55876              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
55877              Message-ID: <14654.31913.845602.610277@rls.cx>
55878      Branch: cfgperl
55879            ! utils/h2xs.PL
55880 ____________________________________________________________________________
55881 [  6279] By: jhi                                   on 2000/06/29  22:38:16
55882         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
55883              From: Tim Ayers <tayers@bridge.com>
55884              Date: Thu, 08 Jun 2000 08:11:06 +0200
55885              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
55886              [resent by Richard Foley, Message-Id probably wrong]
55887      Branch: cfgperl
55888            ! pod/perlsub.pod
55889 ____________________________________________________________________________
55890 [  6278] By: jhi                                   on 2000/06/29  22:21:45
55891         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
55892              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
55893              Date: Fri, 09 Jun 2000 12:39:27 -0400
55894              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
55895              (plus update the version "number" of Text::Wrap)
55896      Branch: cfgperl
55897            ! lib/Text/Wrap.pm
55898 ____________________________________________________________________________
55899 [  6277] By: jhi                                   on 2000/06/29  22:13:10
55900         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
55901              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55902              Date: Mon, 12 Jun 2000 14:55:59 +0100
55903              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
55904      Branch: cfgperl
55905            ! pod/perlfunc.pod
55906 ____________________________________________________________________________
55907 [  6276] By: jhi                                   on 2000/06/29  22:11:06
55908         Log: Subject: [PATCH] Re: eval documentation: context
55909              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55910              Date: Mon, 12 Jun 2000 15:07:29 +0100
55911              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
55912      Branch: cfgperl
55913            ! pod/perlfunc.pod
55914 ____________________________________________________________________________
55915 [  6275] By: jhi                                   on 2000/06/29  21:59:46
55916         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
55917              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55918              Date: Tue, 13 Jun 2000 02:43:48 -0500
55919              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
55920      Branch: cfgperl
55921            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
55922 ____________________________________________________________________________
55923 [  6274] By: jhi                                   on 2000/06/29  21:56:14
55924         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
55925              From: Andy Dougherty <doughera@lafayette.edu>
55926              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
55927              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
55928      Branch: cfgperl
55929            ! ext/File/Glob/Glob.pm
55930 ____________________________________________________________________________
55931 [  6273] By: jhi                                   on 2000/06/29  21:49:09
55932         Log: Subject: [PATCH] xsub attributes
55933              From: Doug MacEachern <dougm@covalent.net>
55934              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
55935              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
55936      Branch: cfgperl
55937            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
55938            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
55939 ____________________________________________________________________________
55940 [  6272] By: jhi                                   on 2000/06/29  21:41:28
55941         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
55942              From: Tom Phoenix <rootbeer@redcat.com>
55943              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
55944              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
55945      Branch: cfgperl
55946            ! lib/Net/Ping.pm
55947 ____________________________________________________________________________
55948 [  6271] By: jhi                                   on 2000/06/29  21:36:55
55949         Log: Subject: PATCH pod/perltie.pod
55950              From: Ian Phillipps <Ian.Phillipps@iname.com>
55951              Date: Fri, 16 Jun 2000 00:17:19 +0100
55952              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
55953              (only the first hunk, the second hunk had already been done
55954              by some other patch)
55955      Branch: cfgperl
55956            ! pod/perltie.pod
55957 ____________________________________________________________________________
55958 [  6270] By: jhi                                   on 2000/06/29  21:24:51
55959         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
55960              From: Nicholas Clark <nick@talking.bollo.cx>
55961              Date: Fri, 23 Jun 2000 16:21:15 +0100
55962              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
55963      Branch: cfgperl
55964            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
55965            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
55966 ____________________________________________________________________________
55967 [  6269] By: jhi                                   on 2000/06/29  19:38:15
55968         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
55969              silence few compiler warnings.
55970      Branch: cfgperl
55971            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
55972 ____________________________________________________________________________
55973 [  6268] By: jhi                                   on 2000/06/29  18:21:50
55974         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
55975              From: Dominic Dunlop <domo@computer.org> 
55976              Date: Thu, 29 Jun 2000 12:32:39 +0200 
55977              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
55978      Branch: cfgperl
55979            ! t/op/sprintf.t
55980 ____________________________________________________________________________
55981 [  6267] By: jhi                                   on 2000/06/29  18:16:07
55982         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
55983              From: Doug MacEachern <dougm@covalent.net>
55984              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
55985              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
55986      Branch: cfgperl
55987            + t/op/method2entersub.t
55988            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
55989            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55990            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
55991            ! xsutils.c
55992 ____________________________________________________________________________
55993 [  6266] By: jhi                                   on 2000/06/29  15:11:15
55994         Log: Subject: [PATCH 5.6.0] cygwin port
55995              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
55996              From: "Fifer, Eric" <EFifer@sanwaint.com>
55997              Date: Thu, 29 Jun 2000 12:58:29 +0100
55998      Branch: cfgperl
55999            ! cygwin/Makefile.SHs
56000 ____________________________________________________________________________
56001 [  6265] By: jhi                                   on 2000/06/29  15:04:05
56002         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
56003              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56004              Date: Wed, 28 Jun 2000 17:50:12 -0700
56005              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
56006      Branch: cfgperl
56007            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
56008 ____________________________________________________________________________
56009 [  6264] By: jhi                                   on 2000/06/29  15:00:57
56010         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
56011              From: Marty Lucich <marty@netcom.com>
56012              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
56013              Message-Id: <200006282116.OAA11148@netcom.com>
56014              ccdlflags update (the BSD/OS 4.1 part had already been taken
56015              care of by #6141).
56016      Branch: cfgperl
56017            ! hints/bsdos.sh
56018 ____________________________________________________________________________
56019 [  6263] By: jhi                                   on 2000/06/29  13:47:44
56020         Log: tr fixes from Simon Cozens
56021      Branch: cfgperl
56022            ! doop.c
56023 ____________________________________________________________________________
56024 [  6262] By: jhi                                   on 2000/06/28  18:46:01
56025         Log: Subject: 5.6.0 Patch for EPOC
56026              From: Olaf Flebbe <o.flebbe@gmx.de>
56027              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
56028              Message-ID: <23449.960929969@www11.gmx.net>
56029      Branch: cfgperl
56030            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
56031            ! epoc/epocish.h
56032 ____________________________________________________________________________
56033 [  6261] By: jhi                                   on 2000/06/28  18:29:07
56034         Log: Subject: Re: [PATCH cfgperl] BOMs away!
56035              From: simon@brecon.co.uk (Simon Cozens)
56036              Date: 17 Jun 2000 11:49:57 GMT
56037              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
56038      Branch: cfgperl
56039            ! pod/perldiag.pod t/comp/require.t toke.c
56040 ____________________________________________________________________________
56041 [  6260] By: jhi                                   on 2000/06/28  17:47:16
56042         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
56043              From: simon@brecon.co.uk (Simon Cozens) 
56044              Date: 17 Jun 2000 11:56:44 GMT 
56045              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
56046              pack U0, pack C0
56047      Branch: cfgperl
56048            ! pod/perlfunc.pod pp.c t/op/pack.t
56049 ____________________________________________________________________________
56050 [  6259] By: jhi                                   on 2000/06/28  16:43:17
56051         Log: perlnewmod was missing from MANIFEST.
56052      Branch: cfgperl
56053            ! MANIFEST
56054 ____________________________________________________________________________
56055 [  6258] By: jhi                                   on 2000/06/28  15:54:30
56056         Log: linenumber tweak
56057      Branch: cfgperl
56058            ! t/pragma/warn/regcomp
56059 ____________________________________________________________________________
56060 [  6257] By: jhi                                   on 2000/06/28  15:50:44
56061         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
56062              From: Doug MacEachern <dougm@covalent.net>
56063              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
56064              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
56065              (one part of the patch had been applied earlier)
56066      Branch: cfgperl
56067            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
56068 ____________________________________________________________________________
56069 [  6256] By: jhi                                   on 2000/06/28  15:40:22
56070         Log: tweaks from Simon Cozens to further fix tr/// under utf8
56071      Branch: cfgperl
56072            ! doop.c
56073 ____________________________________________________________________________
56074 [  6255] By: jhi                                   on 2000/06/28  15:33:45
56075         Log: small thinko tweaks
56076      Branch: cfgperl
56077            ! lib/IPC/Open3.pm t/op/my_stash.t
56078 ____________________________________________________________________________
56079 [  6254] By: jhi                                   on 2000/06/28  15:33:25
56080         Log: Subject: tr///, help wanted.
56081              From: simon@brecon.co.uk (Simon Cozens)
56082              Date: 28 Jun 2000 11:29:04 GMT
56083              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
56084      Branch: cfgperl
56085            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
56086            ! pp_proto.h proto.h t/op/tr.t
56087 ____________________________________________________________________________
56088 [  6253] By: jhi                                   on 2000/06/28  15:09:17
56089         Log: Paranoia tweak on #6249.
56090              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
56091              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
56092              Date: Sun, 25 Jun 2000 23:43:12 -0400
56093              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
56094      Branch: cfgperl
56095            ! lib/IPC/Open3.pm
56096 ____________________________________________________________________________
56097 [  6252] By: jhi                                   on 2000/06/28  15:01:38
56098         Log: Document #6249 and #6251.
56099      Branch: cfgperl
56100            ! lib/Exporter.pm lib/IPC/Open3.pm
56101 ____________________________________________________________________________
56102 [  6251] By: jhi                                   on 2000/06/28  14:50:43
56103         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
56104              From: Doug MacEachern <dougm@covalent.net>
56105              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
56106              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
56107      Branch: cfgperl
56108            ! lib/Exporter.pm
56109 ____________________________________________________________________________
56110 [  6250] By: jhi                                   on 2000/06/28  14:45:23
56111         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
56112              From: Doug MacEachern <dougm@covalent.net>
56113              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
56114              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
56115      Branch: cfgperl
56116            + t/op/my_stash.t
56117            ! MANIFEST embed.pl global.sym proto.h toke.c
56118 ____________________________________________________________________________
56119 [  6249] By: jhi                                   on 2000/06/28  14:36:34
56120         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
56121              From: Frank Tobin <ftobin@uiuc.edu>
56122              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
56123              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
56124      Branch: cfgperl
56125            ! lib/IPC/Open3.pm
56126 ____________________________________________________________________________
56127 [  6248] By: jhi                                   on 2000/06/28  14:11:25
56128         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
56129              From: Mark-Jason Dominus <mjd@plover.com>
56130              Date: Tue, 27 Jun 2000 22:36:42 -0400
56131              Message-ID: <20000628023642.12166.qmail@plover.com>
56132      Branch: cfgperl
56133            ! pod/perlfunc.pod
56134 ____________________________________________________________________________
56135 [  6247] By: jhi                                   on 2000/06/27  12:46:37
56136         Log: Tweak $VERSION, patch from Doug MacEachern.
56137      Branch: cfgperl
56138            ! lib/File/Spec.pm
56139 ____________________________________________________________________________
56140 [  6246] By: jhi                                   on 2000/06/27  03:34:46
56141         Log: Allow for standalone testing.
56142      Branch: cfgperl
56143            ! t/lib/filefunc.t t/lib/filespec.t
56144 ____________________________________________________________________________
56145 [  6245] By: jhi                                   on 2000/06/27  02:50:02
56146         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
56147              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
56148              Date: Sat, 24 Jun 2000 13:06:20 +0100
56149              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
56150      Branch: cfgperl
56151            ! ext/DynaLoader/DynaLoader_pm.PL
56152 ____________________________________________________________________________
56153 [  6244] By: jhi                                   on 2000/06/27  02:46:10
56154         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
56155              From: Doug MacEachern <dougm@covalent.net>
56156              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
56157              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
56158      Branch: cfgperl
56159            ! gv.c sv.c t/lib/peek.t
56160 ____________________________________________________________________________
56161 [  6243] By: jhi                                   on 2000/06/27  02:38:07
56162         Log: Subject: [PATCH] is_utf8_string
56163              From: simon@brecon.co.uk (Simon Cozens)
56164              Date: 26 Jun 2000 02:25:59 GMT
56165              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
56166      Branch: cfgperl
56167            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
56168            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
56169            ! proto.h utf8.c
56170 ____________________________________________________________________________
56171 [  6242] By: jhi                                   on 2000/06/27  02:24:00
56172         Log: Subject: [PATCH] bytes<->utf8 fixes
56173              From: simon@brecon.co.uk (Simon Cozens)
56174              Date: 26 Jun 2000 04:55:45 GMT
56175              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
56176      Branch: cfgperl
56177            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
56178 ____________________________________________________________________________
56179 [  6241] By: jhi                                   on 2000/06/27  02:12:42
56180         Log: Do no -warn on \_, only on \alpha.
56181              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
56182              From: David Dyck <dcd@tc.fluke.com>
56183              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
56184              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
56185      Branch: cfgperl
56186            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
56187 ____________________________________________________________________________
56188 [  6240] By: jhi                                   on 2000/06/27  02:00:01
56189         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
56190              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
56191              Date: Mon, 26 Jun 2000 18:40:14 +0100
56192              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
56193      Branch: cfgperl
56194            ! utils/h2xs.PL
56195 ____________________________________________________________________________
56196 [  6239] By: jhi                                   on 2000/06/27  01:53:40
56197         Log: Configure maintenance.  Sever some dependency cycles,
56198              separate gccversion from the cc unit,
56199              address [ID 20000623.006] Configure script patch for using gcc on AIX
56200              (but solve it a little bit differently),
56201              unduplex some accidentally duplicated units,
56202              suggest using gcc if no cc available
56203              (p5p thread: "Solaris configure: counterproposal", 1999-09)
56204      Branch: cfgperl
56205            ! Configure Todo-5.6 config_h.SH
56206      Branch: metaconfig
56207            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
56208            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
56209      Branch: metaconfig/U/perl
56210            + gccvers.U
56211            ! d_getespwnam.U d_getprpwnam.U i_prot.U
56212 ____________________________________________________________________________
56213 [  6238] By: jhi                                   on 2000/06/25  18:04:56
56214         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
56215              From: Dan Sugalski <dan@sidhe.org>
56216              Date: Fri, 23 Jun 2000 17:00:00 -0400
56217              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
56218      Branch: cfgperl
56219            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
56220 ____________________________________________________________________________
56221 [  6237] By: jhi                                   on 2000/06/25  16:36:45
56222         Log: Tweak embed.pl, regen headers.
56223      Branch: cfgperl
56224            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
56225            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
56226            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
56227            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
56228            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
56229 ____________________________________________________________________________
56230 [  6236] By: jhi                                   on 2000/06/25  15:26:42
56231         Log: Regen headers.
56232      Branch: cfgperl
56233            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
56234            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
56235            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
56236            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
56237            ! regnodes.h warnings.h
56238 ____________________________________________________________________________
56239 [  6235] By: jhi                                   on 2000/06/23  19:39:35
56240         Log: The thread begun by
56241              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
56242              From: Kevin.Ruscoe@ubsw.com
56243              Date: Fri, 16 Jun 2000 16:38:51 +0100
56244              Message-Id: <H000019b03c300d6@MHS>
56245      Branch: cfgperl
56246            ! hints/solaris_2.sh
56247 ____________________________________________________________________________
56248 [  6234] By: jhi                                   on 2000/06/23  19:23:36
56249         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
56250              because when run as services (Win32ese for daemons)
56251              no environment variables are set and tmpdir ends up as /tmp,
56252              which is ambiguous.
56253              
56254              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
56255              From: matt@sergeant.org
56256              Date: 16 Jun 2000 16:30:43 -0000
56257              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
56258      Branch: cfgperl
56259            ! lib/File/Spec/Win32.pm
56260 ____________________________________________________________________________
56261 [  6233] By: jhi                                   on 2000/06/23  19:18:58
56262         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
56263              From: Mark-Jason Dominus <mjd@plover.com>
56264              Date: Fri, 16 Jun 2000 20:53:04 -0400
56265              Message-ID: <20000617005304.8008.qmail@plover.com>
56266      Branch: cfgperl
56267            ! op.h
56268 ____________________________________________________________________________
56269 [  6232] By: jhi                                   on 2000/06/23  16:10:02
56270         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
56271              From: simon@brecon.co.uk (Simon Cozens)
56272              Date: 19 Jun 2000 15:18:27 GMT
56273              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
56274              
56275              plus update pod/Makefile and regenerate perltoc
56276      Branch: cfgperl
56277            + pod/perlutil.pod
56278            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
56279 ____________________________________________________________________________
56280 [  6231] By: jhi                                   on 2000/06/23  15:19:18
56281         Log: Subject: [PATCH 5.6.0] cygwin port
56282              From: "Fifer, Eric" <EFifer@sanwaint.com>
56283              Date: Tue, 20 Jun 2000 14:30:58 +0100
56284              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
56285      Branch: cfgperl
56286            ! README.cygwin lib/File/Find.pm
56287 ____________________________________________________________________________
56288 [  6230] By: jhi                                   on 2000/06/23  14:25:21
56289         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
56290      Branch: cfgperl
56291            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
56292            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
56293            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
56294            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
56295 ____________________________________________________________________________
56296 [  6229] By: jhi                                   on 2000/06/23  14:13:34
56297         Log: Subject: README.hpux version 0.6.1
56298              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
56299              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
56300              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
56301      Branch: cfgperl
56302            ! README.hpux
56303 ____________________________________________________________________________
56304 [  6228] By: jhi                                   on 2000/06/23  14:07:20
56305         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
56306              From: Doug MacEachern <dougm@covalent.net>
56307              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
56308              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
56309      Branch: cfgperl
56310            ! op.c
56311 ____________________________________________________________________________
56312 [  6227] By: jhi                                   on 2000/06/23  14:01:06
56313         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
56314              From: Doug MacEachern <dougm@covalent.net>
56315              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
56316              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
56317      Branch: cfgperl
56318            + lib/lib.pm.PL
56319            - lib/lib.pm
56320            ! MANIFEST Makefile.SH
56321 ____________________________________________________________________________
56322 [  6226] By: jhi                                   on 2000/06/23  13:53:07
56323         Log: Subject: [PATCH] remove forward declarations in Socket.pm
56324              From: Doug MacEachern <dougm@covalent.net>
56325              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
56326              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
56327              
56328              From: Doug MacEachern <dougm@covalent.net>
56329              Subject: Re: [PATCH] remove forward declarations in Socket.pm
56330              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
56331              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
56332      Branch: cfgperl
56333            ! ext/Socket/Socket.pm op.c
56334 ____________________________________________________________________________
56335 [  6225] By: jhi                                   on 2000/06/23  13:41:52
56336         Log: Add source code filenames to apidoc.
56337              From: simon@brecon.co.uk (Simon Cozens)
56338              Subject: [PATCH embed.pl] Source X-ref
56339              Date: 22 Jun 2000 02:18:49 GMT
56340              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
56341      Branch: cfgperl
56342            ! embed.pl
56343 ____________________________________________________________________________
56344 [  6224] By: jhi                                   on 2000/06/23  13:32:33
56345         Log: A way to avoid English.pm performance hit.
56346              From: root <root@jester.slaysys.com>
56347              Subject: [YAPATCH English.pm] My turn to putt again
56348              Date: Thu, 22 Jun 2000 20:33:58 -0400
56349              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
56350      Branch: cfgperl
56351            ! lib/English.pm t/lib/english.t
56352 ____________________________________________________________________________
56353 [  6223] By: jhi                                   on 2000/06/23  13:27:06
56354         Log: Avoid double close().
56355              Subject: [PATCH] avoid double close()
56356              From: Doug MacEachern <dougm@covalent.net>
56357              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
56358              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
56359      Branch: cfgperl
56360            ! doio.c
56361 ____________________________________________________________________________
56362 [  6222] By: jhi                                   on 2000/06/23  13:25:54
56363         Log: doc typo fix
56364              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
56365              From: Ian Phillipps <Ian.Phillipps@iname.com>
56366              Date: Fri, 23 Jun 2000 10:40:58 +0100
56367              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
56368      Branch: cfgperl
56369            ! lib/Pod/Usage.pm
56370 ____________________________________________________________________________
56371 [  6221] By: jhi                                   on 2000/06/23  13:24:15
56372         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
56373              From: simon@brecon.co.uk (Simon Cozens)
56374              Subject: [PATCH] Eliminate tr///[CU][CU]
56375              Date: 23 Jun 2000 11:05:40 GMT
56376              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
56377      Branch: cfgperl
56378            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
56379 ____________________________________________________________________________
56380 [  6220] By: jhi                                   on 2000/06/22  16:07:51
56381         Log: Win32 patches from Benjamin Stuhl.
56382      Branch: cfgperl
56383            ! makedef.pl win32/win32.h
56384 ____________________________________________________________________________
56385 [  6219] By: jhi                                   on 2000/06/22  16:06:34
56386         Log: Bytecode patches from Benjamin Stuhl.
56387      Branch: cfgperl
56388            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
56389            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
56390            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56391 ____________________________________________________________________________
56392 [  6218] By: jhi                                   on 2000/06/15  23:54:16
56393         Log: Bytecode patches from Benjamin Stuhl.
56394      Branch: cfgperl
56395            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
56396 ____________________________________________________________________________
56397 [  6217] By: jhi                                   on 2000/06/09  13:38:29
56398         Log: Rename the fdpid locking and integrate with Sarathy.
56399      Branch: cfgperl
56400            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
56401            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
56402            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
56403            ! win32/win32.c
56404           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
56405 ____________________________________________________________________________
56406 [  6216] By: gsar                                  on 2000/06/08  14:54:21
56407         Log: be more optimal about clearing @_
56408      Branch: perl
56409            ! cop.h
56410 ____________________________________________________________________________
56411 [  6215] By: gsar                                  on 2000/06/08  14:33:04
56412         Log: tweak comment about @DB::args
56413      Branch: perl
56414            ! av.h pp_ctl.c
56415 ____________________________________________________________________________
56416 [  6214] By: gsar                                  on 2000/06/08  13:57:54
56417         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
56418              caller() wants to populate @DB::args with it (causes a coredump
56419              in Carp::confess())
56420      Branch: perl
56421            ! cop.h t/op/runlevel.t
56422 ____________________________________________________________________________
56423 [  6213] By: gsar                                  on 2000/06/08  07:06:35
56424         Log: back out change#6106 (seems problematic)
56425      Branch: perl
56426            ! hints/solaris_2.sh
56427 ____________________________________________________________________________
56428 [  6212] By: jhi                                   on 2000/06/07  03:10:36
56429         Log: Continuing mopup for #6204.
56430      Branch: cfgperl
56431            ! ext/B/defsubs_h.PL
56432 ____________________________________________________________________________
56433 [  6211] By: jhi                                   on 2000/06/07  02:41:50
56434         Log: Mopup for #6204.
56435              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
56436              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
56437              This is comes from const() where POK isn't on when expected.
56438      Branch: cfgperl
56439            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
56440            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56441            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
56442            ! perlapi.h pod/perlapi.pod
56443 ____________________________________________________________________________
56444 [  6210] By: jhi                                   on 2000/06/07  01:56:29
56445         Log: Mopup for #6207 and #6209.
56446      Branch: cfgperl
56447            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
56448 ____________________________________________________________________________
56449 [  6209] By: jhi                                   on 2000/06/07  01:33:12
56450         Log: Lock PL_fdpid against race conditions, based on:
56451              Subject: [PATCH 5.6.0]subprocess fixup for threads
56452              From: Dan Sugalski <dan@sidhe.org>
56453              To: perl5-porters@perl.org
56454              Date: Tue, 11 Apr 2000 17:02:32 -0400
56455              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
56456      Branch: cfgperl
56457            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
56458            ! win32/win32.c
56459 ____________________________________________________________________________
56460 [  6208] By: jhi                                   on 2000/06/07  01:05:23
56461         Log: Regen headers for #6207.
56462      Branch: cfgperl
56463            ! embed.h global.sym objXSUB.h proto.h
56464 ____________________________________________________________________________
56465 [  6207] By: jhi                                   on 2000/06/06  23:43:13
56466         Log: Subject: [PATCH 5.6.0] Threadsafe patches
56467              From: Dan Sugalski <dan@sidhe.org>
56468              To: perl5-porters@perl.org
56469              Date: Mon, 08 May 2000 18:08:13 -0400
56470              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
56471      Branch: cfgperl
56472            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
56473            ! proto.h sv.h util.c
56474 ____________________________________________________________________________
56475 [  6206] By: jhi                                   on 2000/06/06  23:21:23
56476         Log: Subject: [PATCH] Eliminate $a/$b in pod
56477              From: David Glasser <me@davidglasser.net>
56478              To: perl5-porters@perl.org
56479              Date: Mon, 29 May 2000 21:15:59 -0400
56480              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
56481      Branch: cfgperl
56482            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
56483            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
56484            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
56485            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
56486            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
56487            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
56488            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
56489            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
56490            ! pod/perlvar.pod pod/perlxs.pod
56491 ____________________________________________________________________________
56492 [  6205] By: jhi                                   on 2000/06/06  23:12:14
56493         Log: Subject: [PATCH] Win32 improvements
56494              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
56495              To: gsar@activestate.com, perl5-porters@perl.org
56496              Date: Mon, 29 May 2000 17:22:24 PDT
56497              Message-ID: <20000530002224.91142.qmail@hotmail.com>
56498              (MUA had mangled many lines by wordwrapping)
56499      Branch: cfgperl
56500            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
56501 ____________________________________________________________________________
56502 [  6204] By: jhi                                   on 2000/06/06  23:01:50
56503         Log: Subject: [PATCH] B::Bytecode patches
56504              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
56505              To: gsar@activestate.com, jhi@iki.fi
56506              Cc: perl5-porters@perl.org
56507              Message-ID: <20000602202526.48694.qmail@hotmail.com>
56508              (MUA had mangled many lines by wordwrapping)
56509      Branch: cfgperl
56510            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
56511            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
56512            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56513            ! intrpvar.h perl.c
56514 ____________________________________________________________________________
56515 [  6203] By: jhi                                   on 2000/06/06  22:32:43
56516         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
56517              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56518              Date: Tue, 06 Jun 2000 13:07:45 -0700
56519              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
56520      Branch: cfgperl
56521            ! pod/perldiag.pod
56522 ____________________________________________________________________________
56523 [  6202] By: jhi                                   on 2000/06/06  19:38:35
56524         Log: Integrate with Sarathy.
56525      Branch: cfgperl
56526           !> perl.c
56527 ____________________________________________________________________________
56528 [  6201] By: gsar                                  on 2000/06/06  00:42:59
56529         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
56530              does a PUSHMARK that's never ever POPMARKed; in general, only
56531              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
56532              Perl_eval_[sp]v() don't because they don't take any incoming
56533              arguments (this leak has been around since the original version
56534              of perl_eval_pv() in 5.003_97e)
56535      Branch: perl
56536            ! perl.c
56537 ____________________________________________________________________________
56538 [  6200] By: jhi                                   on 2000/06/04  03:44:52
56539         Log: Update to cperl-mode.el 4.31 from
56540              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
56541              Subject: A couple of notes
56542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56543              To: Mailing list Perl5 <perl5-porters@perl.org>
56544              Date: Sat, 3 Jun 2000 23:33:32 -0400
56545              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
56546      Branch: cfgperl
56547            ! emacs/cperl-mode.el
56548 ____________________________________________________________________________
56549 [  6199] By: jhi                                   on 2000/06/03  15:11:05
56550         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
56551              From: Dan Sugalski <dan@sidhe.org>
56552              To: perl5-porters@perl.org, vmsperl@perl.org
56553              Date: Fri, 02 Jun 2000 17:30:51 -0400
56554              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
56555      Branch: cfgperl
56556            ! vms/descrip_mms.template vms/gen_shrfls.pl
56557 ____________________________________________________________________________
56558 [  6198] By: jhi                                   on 2000/06/03  14:59:15
56559         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
56560              From: Dan Sugalski <dan@sidhe.org>
56561              To: vmsperl@perl.org, perl5-porters@perl.org
56562              Date: Fri, 02 Jun 2000 16:00:41 -0400
56563              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
56564              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
56565      Branch: cfgperl
56566            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
56567            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
56568            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
56569 ____________________________________________________________________________
56570 [  6197] By: jhi                                   on 2000/06/03  14:41:30
56571         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
56572              From: John Borwick <jhborwic@unity.ncsu.edu>
56573              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
56574              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
56575      Branch: cfgperl
56576            ! pod/perlsyn.pod
56577 ____________________________________________________________________________
56578 [  6196] By: jhi                                   on 2000/06/03  14:38:09
56579         Log: Integrate with Sarathy.
56580      Branch: cfgperl
56581           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
56582           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
56583           !> vms/perly_c.vms
56584 ____________________________________________________________________________
56585 [  6195] By: gsar                                  on 2000/06/02  22:43:13
56586         Log: fix yet another eval"" leak under USE_ITHREADS
56587      Branch: perl
56588            ! op.c
56589 ____________________________________________________________________________
56590 [  6194] By: gsar                                  on 2000/06/02  18:22:06
56591         Log: fix small eval"" memory leaks under USE_ITHREADS
56592      Branch: perl
56593            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
56594            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
56595            ! vms/perly_c.vms
56596 ____________________________________________________________________________
56597 [  6193] By: jhi                                   on 2000/06/01  13:03:56
56598         Log: Signals-be-gone for microperl.
56599      Branch: cfgperl
56600            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
56601 ____________________________________________________________________________
56602 [  6192] By: jhi                                   on 2000/06/01  12:52:02
56603         Log: Integrate with Sarathy.
56604      Branch: cfgperl
56605           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
56606           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
56607           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
56608           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
56609           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
56610           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
56611           !> t/op/vec.t utils/h2xs.PL
56612 ____________________________________________________________________________
56613 [  6191] By: gsar                                  on 2000/06/01  09:38:21
56614         Log: vec() loses numericalness (modified version of patch suggested
56615              by Robin Barker)
56616      Branch: perl
56617            ! doop.c t/op/vec.t
56618 ____________________________________________________________________________
56619 [  6190] By: gsar                                  on 2000/06/01  09:26:15
56620         Log: submit missing embed.pl change
56621      Branch: perl
56622            ! embed.pl
56623 ____________________________________________________________________________
56624 [  6189] By: gsar                                  on 2000/06/01  09:05:34
56625         Log: counting tr/// corrupts later operation (from M.J.T Guy)
56626      Branch: perl
56627            ! doop.c t/op/tr.t
56628 ____________________________________________________________________________
56629 [  6188] By: gsar                                  on 2000/06/01  08:58:39
56630         Log: h2xs tweaks
56631      Branch: perl
56632            ! utils/h2xs.PL
56633 ____________________________________________________________________________
56634 [  6187] By: gsar                                  on 2000/06/01  08:50:07
56635         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
56636              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56637      Branch: perl
56638            + lib/Pod/LaTeX.pm
56639            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
56640            ! pod/pod2latex.PL
56641 ____________________________________________________________________________
56642 [  6186] By: gsar                                  on 2000/06/01  08:24:40
56643         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
56644              <wolfgang.laun@alcatel.at>)
56645      Branch: perl
56646            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
56647            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
56648 ____________________________________________________________________________
56649 [  6185] By: gsar                                  on 2000/06/01  08:12:00
56650         Log: remove incorrect documentation about implicit split to @_ in
56651              list context, which never really worked in perl 5 (from
56652              M.J.T. Guy)
56653      Branch: perl
56654            ! pod/perlfunc.pod pod/perltrap.pod
56655 ____________________________________________________________________________
56656 [  6184] By: gsar                                  on 2000/06/01  07:52:27
56657         Log: tweak for change#6127
56658      Branch: perl
56659            ! perl.c
56660 ____________________________________________________________________________
56661 [  6183] By: gsar                                  on 2000/06/01  07:41:02
56662         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
56663              <nick@ccl4.org>)
56664      Branch: perl
56665            + t/lib/selfloader.t
56666            ! MANIFEST lib/SelfLoader.pm
56667 ____________________________________________________________________________
56668 [  6182] By: jhi                                   on 2000/06/01  00:34:42
56669         Log: Be Cleaner Part Deux.
56670      Branch: cfgperl
56671            ! Makefile.SH
56672 ____________________________________________________________________________
56673 [  6181] By: jhi                                   on 2000/06/01  00:32:09
56674         Log: Integrate with Sarathy.
56675      Branch: cfgperl
56676           !> pp.c t/op/arith.t
56677 ____________________________________________________________________________
56678 [  6180] By: jhi                                   on 2000/06/01  00:31:13
56679         Log: microperl nits from Simon Cozens.
56680      Branch: cfgperl
56681            + uconfig.h
56682            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
56683            ! unixish.h
56684 ____________________________________________________________________________
56685 [  6179] By: gsar                                  on 2000/05/31  22:37:51
56686         Log: buggy modulus on UVs introduced by change#3378 (resulted in
56687              4063328477 % 65535 amounting to 27406, instead of 27407)
56688      Branch: perl
56689            ! pp.c t/op/arith.t
56690 ____________________________________________________________________________
56691 [  6178] By: jhi                                   on 2000/05/31  21:52:41
56692         Log: Be cleaner.
56693      Branch: cfgperl
56694            ! Makefile.SH
56695 ____________________________________________________________________________
56696 [  6177] By: jhi                                   on 2000/05/31  21:47:33
56697         Log: Substitution utf8 patch from Simon Cozens.
56698      Branch: cfgperl
56699            ! pp_hot.c
56700 ____________________________________________________________________________
56701 [  6176] By: jhi                                   on 2000/05/31  21:45:34
56702         Log: Single-quoted utf8 patch from Simon Cozens.
56703      Branch: cfgperl
56704            ! toke.c
56705 ____________________________________________________________________________
56706 [  6175] By: jhi                                   on 2000/05/31  21:40:18
56707         Log: Integrate with Sarathy.
56708      Branch: cfgperl
56709           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
56710 ____________________________________________________________________________
56711 [  6174] By: jhi                                   on 2000/05/31  21:37:31
56712         Log: microperl changes from Simon Cozens; Makefile for microperl
56713              written from scratch; few casts added as microperl compilation
56714              doesn't have all prototypes available.
56715      Branch: cfgperl
56716            + Makefile.micro README.micro Todo.micro uconfig.sh
56717            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
56718            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
56719      Branch: metaconfig
56720            + U/modified/Config_h.U
56721 ____________________________________________________________________________
56722 [  6173] By: jhi                                   on 2000/05/31  20:00:24
56723         Log: metaconfig maintenance.
56724      Branch: metaconfig
56725            + U/modified/Inhdr.U U/typedefs/inotype.U
56726      Branch: metaconfig/U/perl
56727            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
56728            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
56729 ____________________________________________________________________________
56730 [  6172] By: gsar                                  on 2000/05/31  05:05:42
56731         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
56732              (from Ilya Zakharevich)
56733      Branch: perl
56734            ! regexec.c t/op/re_tests
56735 ____________________________________________________________________________
56736 [  6171] By: gsar                                  on 2000/05/31  05:01:47
56737         Log: scalar() doesn't force scalar context when used in void context
56738              (from Simon Cozens)
56739      Branch: perl
56740            ! op.c t/op/wantarray.t
56741 ____________________________________________________________________________
56742 [  6170] By: gsar                                  on 2000/05/31  04:41:33
56743         Log: change#6142 needs tweaks to tests to work where there's no symlink()
56744              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56745      Branch: perl
56746            ! t/lib/filefind.t
56747 ____________________________________________________________________________
56748 [  6169] By: gsar                                  on 2000/05/31  04:29:49
56749         Log: integrate cfgperl contents into mainline
56750      Branch: perl
56751           +> pod/perlmodlib.PL pod/perlnewmod.pod
56752           !> (integrate 42 files)
56753 ____________________________________________________________________________
56754 [  6168] By: jhi                                   on 2000/05/30  22:53:37
56755         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
56756      Branch: cfgperl
56757            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56758            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
56759            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
56760            ! win32/config.bc win32/config.gc win32/config.vc
56761            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56762            ! win32/config_h.PL win32/config_sh.PL
56763      Branch: metaconfig/U/perl
56764            ! perlxv.U
56765 ____________________________________________________________________________
56766 [  6167] By: jhi                                   on 2000/05/30  22:20:21
56767         Log: tweak todo 
56768      Branch: cfgperl
56769            ! Todo-5.6
56770 ____________________________________________________________________________
56771 [  6166] By: jhi                                   on 2000/05/30  22:11:51
56772         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
56773              in case somebody wants to write an extension for more
56774              shadow database interfaces.
56775      Branch: cfgperl
56776            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56777            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
56778            ! vos/config.def vos/config.h vos/config_h.SH_orig
56779            ! win32/config.bc win32/config.gc win32/config.vc
56780            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56781      Branch: metaconfig
56782            ! U/modified/Myinit.U
56783      Branch: metaconfig/U/perl
56784            + d_getespwnam.U d_getprpwnam.U i_prot.U
56785 ____________________________________________________________________________
56786 [  6165] By: jhi                                   on 2000/05/30  18:35:34
56787         Log: Integrate with Sarathy.
56788      Branch: cfgperl
56789           !> op.c
56790 ____________________________________________________________________________
56791 [  6164] By: jhi                                   on 2000/05/30  18:30:16
56792         Log: detypo
56793      Branch: cfgperl
56794            ! Configure config_h.SH
56795      Branch: metaconfig/U/perl
56796            ! perlxv.U
56797 ____________________________________________________________________________
56798 [  6163] By: gsar                                  on 2000/05/30  03:24:03
56799         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
56800      Branch: perl
56801            ! op.c
56802 ____________________________________________________________________________
56803 [  6162] By: gsar                                  on 2000/05/30  03:09:38
56804         Log: fix memory leak in method call optimization (change#3768);
56805              made C<eval "$x->foo()"> leak
56806      Branch: perl
56807            ! op.c
56808 ____________________________________________________________________________
56809 [  6161] By: jhi                                   on 2000/05/29  17:56:26
56810         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
56811              both from Simon Cozens.
56812      Branch: cfgperl
56813            + pod/perlmodlib.PL pod/perlnewmod.pod
56814            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
56815            ! pod/perlmodlib.pod pod/perltoc.pod
56816 ____________________________________________________________________________
56817 [  6160] By: jhi                                   on 2000/05/29  17:23:55
56818         Log: Changes for the File::Temp 0.08 (change #6159) test suite
56819              to fit better into the Perl distribution test framework.
56820      Branch: cfgperl
56821            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
56822            ! t/lib/ftmp-tempfile.t
56823 ____________________________________________________________________________
56824 [  6159] By: jhi                                   on 2000/05/29  16:55:36
56825         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
56826      Branch: cfgperl
56827            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56828            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56829 ____________________________________________________________________________
56830 [  6158] By: bailey                                on 2000/05/29  16:22:08
56831         Log: Add fallback to tmpfile for use in cases where user's relying on
56832              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
56833              Lane's patch)
56834      Branch: vmsperl
56835            ! vms/vms.c vms/vmsish.h
56836 ____________________________________________________________________________
56837 [  6157] By: jhi                                   on 2000/05/29  03:10:36
56838         Log: Regen Configure to jive with #6149.
56839      Branch: cfgperl
56840            ! Configure
56841      Branch: metaconfig
56842            ! U/modified/Getfile.U
56843 ____________________________________________________________________________
56844 [  6156] By: jhi                                   on 2000/05/29  03:01:38
56845         Log: Integrate with Sarathy.
56846      Branch: cfgperl
56847           +> ext/DynaLoader/dl_mac.xs
56848           !> (integrate 38 files)
56849 ____________________________________________________________________________
56850 [  6155] By: gsar                                  on 2000/05/28  21:15:58
56851         Log: small bug in change#6144; remove random \xA0 character that snuck
56852              in via change#6145
56853      Branch: perl
56854            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
56855 ____________________________________________________________________________
56856 [  6154] By: gsar                                  on 2000/05/28  21:04:19
56857         Log: avoid type mismatch warning
56858      Branch: perl
56859            ! perl.c
56860 ____________________________________________________________________________
56861 [  6153] By: gsar                                  on 2000/05/28  20:58:31
56862         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
56863              <nick@Bagpuss.uk.boo.com>)
56864      Branch: perl
56865            ! lib/Test/Harness.pm
56866 ____________________________________________________________________________
56867 [  6152] By: gsar                                  on 2000/05/28  20:53:42
56868         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
56869      Branch: perl
56870            ! regexec.c
56871 ____________________________________________________________________________
56872 [  6151] By: gsar                                  on 2000/05/28  20:50:28
56873         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
56874      Branch: perl
56875            ! regexec.c
56876 ____________________________________________________________________________
56877 [  6150] By: gsar                                  on 2000/05/28  20:39:58
56878         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
56879      Branch: perl
56880            ! pod/perlrequick.pod
56881 ____________________________________________________________________________
56882 [  6149] By: gsar                                  on 2000/05/28  20:35:16
56883         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
56884              <troc@netrus.net>)
56885      Branch: perl
56886            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
56887            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
56888            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
56889            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
56890 ____________________________________________________________________________
56891 [  6148] By: gsar                                  on 2000/05/28  20:21:07
56892         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
56893      Branch: perl
56894            ! lib/ExtUtils/MM_Unix.pm
56895 ____________________________________________________________________________
56896 [  6147] By: gsar                                  on 2000/05/28  20:12:41
56897         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
56898              (from Peter Prymmer)
56899      Branch: perl
56900            ! vms/subconfigure.com
56901 ____________________________________________________________________________
56902 [  6146] By: gsar                                  on 2000/05/28  20:06:15
56903         Log: doc typo
56904      Branch: perl
56905            ! lib/warnings.pm warnings.h warnings.pl
56906 ____________________________________________________________________________
56907 [  6145] By: gsar                                  on 2000/05/28  18:44:33
56908         Log: make xsubpp skip embedded pod (from Matthias Neeracher
56909              <neeri@iis.ee.ethz.ch>)
56910      Branch: perl
56911            ! lib/ExtUtils/xsubpp
56912 ____________________________________________________________________________
56913 [  6144] By: gsar                                  on 2000/05/28  18:42:49
56914         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
56915              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
56916              <neeri@iis.ee.ethz.ch>)
56917      Branch: perl
56918            ! lib/AutoSplit.pm
56919 ____________________________________________________________________________
56920 [  6143] By: gsar                                  on 2000/05/28  18:41:12
56921         Log: MacOS support, part 1 (from Matthias Neeracher
56922              <neeri@iis.ee.ethz.ch>)
56923      Branch: perl
56924            + ext/DynaLoader/dl_mac.xs
56925            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
56926            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
56927            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
56928            ! util.h
56929 ____________________________________________________________________________
56930 [  6142] By: gsar                                  on 2000/05/28  18:21:51
56931         Log: File::Find fails to chdir when chasing symlinks (from
56932              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56933      Branch: perl
56934            ! lib/File/Find.pm t/lib/filefind.t
56935 ____________________________________________________________________________
56936 [  6141] By: jhi                                   on 2000/05/28  14:25:15
56937         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
56938              forwarded by Peter Seebach from the bsdi-users mailing list.
56939              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
56940      Branch: perl
56941            ! hints/bsdos.sh
56942 ____________________________________________________________________________
56943 [  6140] By: jhi                                   on 2000/05/28  14:11:57
56944         Log: Integrate with Sarathy.
56945      Branch: cfgperl
56946           +> (branch 30 files)
56947           !> (integrate 93 files)
56948 ____________________________________________________________________________
56949 [  6139] By: gsar                                  on 2000/05/28  10:01:48
56950         Log: revise mktables.PL for bugs and newness in Unicode 3.0
56951              (from James Bence <jbence@amgen.com>)
56952      Branch: perl
56953            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
56954            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
56955            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
56956            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
56957            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
56958            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
56959            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
56960            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
56961            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
56962            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
56963            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
56964            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
56965            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
56966            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
56967            + lib/unicode/Is/SylWU.pl
56968            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
56969            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
56970            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
56971            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
56972            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
56973            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
56974            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
56975            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
56976            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
56977            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
56978            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
56979            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
56980            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
56981            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
56982            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
56983            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
56984            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
56985            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
56986            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
56987            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
56988            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
56989            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
56990            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
56991            ! lib/unicode/Makefile lib/unicode/mktables.PL
56992 ____________________________________________________________________________
56993 [  6138] By: gsar                                  on 2000/05/28  08:50:32
56994         Log: add note about the handling of negative indices to tied arrays
56995              (from Michael G Schwern <schwern@pobox.com>)
56996      Branch: perl
56997            ! pod/perltie.pod
56998 ____________________________________________________________________________
56999 [  6137] By: gsar                                  on 2000/05/28  08:46:10
57000         Log: fix bogus redeclaration warning for "our" variables in different
57001              scopes
57002      Branch: perl
57003            ! op.c t/pragma/strict-vars
57004 ____________________________________________________________________________
57005 [  6136] By: gsar                                  on 2000/05/28  08:31:20
57006         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
57007      Branch: perl
57008            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
57009 ____________________________________________________________________________
57010 [  6135] By: gsar                                  on 2000/05/28  08:17:50
57011         Log: enable Test::Harness to dynamically determine column width etc.
57012              (from Rob Napier <rnapier@employees.org>)
57013      Branch: perl
57014            ! lib/Test/Harness.pm
57015 ____________________________________________________________________________
57016 [  6134] By: gsar                                  on 2000/05/28  08:13:39
57017         Log: make Test::Harness use wait.h/WCOREDUMP if available
57018              (from Ben Tilly <ben_tilly@hotmail.com>)
57019      Branch: perl
57020            ! lib/Test/Harness.pm
57021 ____________________________________________________________________________
57022 [  6133] By: gsar                                  on 2000/05/28  08:08:05
57023         Log: elide bogus test in change#6132
57024      Branch: perl
57025            ! t/pragma/warn/9enabled
57026 ____________________________________________________________________________
57027 [  6132] By: gsar                                  on 2000/05/28  08:03:14
57028         Log: warnings::enabled() doesn't fall back to looking at $^W if
57029              caller isn't using lexical warnings (from Paul Marquess)
57030      Branch: perl
57031            ! pp_ctl.c t/pragma/warn/9enabled
57032 ____________________________________________________________________________
57033 [  6131] By: gsar                                  on 2000/05/28  07:57:47
57034         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
57035      Branch: perl
57036            ! ext/POSIX/POSIX.pm
57037 ____________________________________________________________________________
57038 [  6130] By: gsar                                  on 2000/05/28  07:29:12
57039         Log: fix places that mean C<"word" character> but say C<alphanumeric
57040              character>
57041      Branch: perl
57042            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
57043 ____________________________________________________________________________
57044 [  6129] By: gsar                                  on 2000/05/28  07:18:41
57045         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
57046      Branch: perl
57047            ! vms/test.com
57048 ____________________________________________________________________________
57049 [  6128] By: gsar                                  on 2000/05/28  07:12:55
57050         Log: new perlxstut example for passing/returning refs to arrays
57051              (from David Lowe <dlowe@pootpoot.com>)
57052      Branch: perl
57053            ! pod/perlxstut.pod
57054 ____________________________________________________________________________
57055 [  6127] By: gsar                                  on 2000/05/28  07:02:50
57056         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
57057              failed (from Gisle Aas)
57058      Branch: perl
57059            ! cop.h perl.c
57060 ____________________________________________________________________________
57061 [  6126] By: gsar                                  on 2000/05/28  06:39:53
57062         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
57063              (reworked variant of patch suggested by Simon Cozens)
57064      Branch: perl
57065            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
57066            ! pp_hot.c proto.h t/op/gv.t
57067 ____________________________________________________________________________
57068 [  6125] By: gsar                                  on 2000/05/28  05:14:55
57069         Log: enable propagating exception objects via Perl_croak() in XS code
57070              (from Gisle Aas)
57071      Branch: perl
57072            ! util.c
57073 ____________________________________________________________________________
57074 [  6124] By: gsar                                  on 2000/05/28  05:07:28
57075         Log: integrate vmsperl contents into mainline
57076      Branch: perl
57077           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
57078           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
57079           !> vms/vmsish.h
57080 ____________________________________________________________________________
57081 [  6123] By: gsar                                  on 2000/05/28  05:03:53
57082         Log: clarify gotcha with #line directives (from Rocco Caputo
57083              <troc@netrus.net>)
57084      Branch: perl
57085            ! pod/perldebug.pod pod/perlsyn.pod
57086 ____________________________________________________________________________
57087 [  6122] By: gsar                                  on 2000/05/28  04:58:29
57088         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
57089              (from Mark-Jason Dominus)
57090      Branch: perl
57091            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
57092            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
57093            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
57094            ! toke.c
57095 ____________________________________________________________________________
57096 [  6121] By: bailey                                on 2000/05/25  04:46:54
57097         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
57098              lists (based on fixes by Craig Berry)
57099      Branch: vmsperl
57100            ! lib/File/Spec/VMS.pm
57101 ____________________________________________________________________________
57102 [  6120] By: bailey                                on 2000/05/25  04:25:38
57103         Log: Add missing escape (Charles Lane)
57104      Branch: vmsperl
57105            ! t/op/lex_assign.t
57106 ____________________________________________________________________________
57107 [  6119] By: bailey                                on 2000/05/25  04:21:25
57108         Log: Quiet error messages in vmsish.t (Charles Lane)
57109      Branch: vmsperl
57110            ! vms/ext/vmsish.t
57111 ____________________________________________________________________________
57112 [  6118] By: bailey                                on 2000/05/25  04:17:57
57113         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
57114              Flatten case labels in switch statements uniformly (Charles Bailey)
57115      Branch: vmsperl
57116            ! vms/vms.c
57117 ____________________________________________________________________________
57118 [  6117] By: bailey                                on 2000/05/25  03:58:09
57119         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
57120      Branch: vmsperl
57121            ! vms/vmsish.h
57122 ____________________________________________________________________________
57123 [  6116] By: bailey                                on 2000/05/25  03:11:15
57124         Log: Miscellaneous cosmetic fixes (Charles Lane)
57125      Branch: vmsperl
57126            ! lib/ExtUtils/MM_VMS.pm
57127 ____________________________________________________________________________
57128 [  6115] By: bailey                                on 2000/05/25  03:10:36
57129         Log: Add bounds checking for several strings (Charles Lane)
57130      Branch: vmsperl
57131            ! vms/vms.c
57132 ____________________________________________________________________________
57133 [  6114] By: bailey                                on 2000/05/25  02:25:34
57134         Log: Urk -- undo previous removal of vmsish 'exit' change
57135      Branch: vmsperl
57136            ! vms/ext/vmsish.pm vms/vmsish.h
57137 ____________________________________________________________________________
57138 [  6113] By: bailey                                on 2000/05/24  02:24:40
57139         Log: Ugly workaround for version-specific RTL error
57140      Branch: vmsperl
57141            ! vms/vms.c
57142 ____________________________________________________________________________
57143 [  6112] By: bailey                                on 2000/05/24  02:19:55
57144         Log: Check for existence of file before trying to delete
57145      Branch: vmsperl
57146            ! vms/test.com
57147 ____________________________________________________________________________
57148 [  6111] By: bailey                                on 2000/05/23  23:35:13
57149         Log: Resync with mainline prior to post-5.6.0 updates
57150      Branch: vmsperl
57151           +> (branch 49 files)
57152            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
57153            ! vms/ext/vmsish.pm
57154           !> (integrate 334 files)
57155 ____________________________________________________________________________
57156 [  6110] By: jhi                                   on 2000/05/23  19:28:32
57157         Log: todo tweak
57158      Branch: cfgperl
57159            ! Todo-5.6
57160 ____________________________________________________________________________
57161 [  6109] By: jhi                                   on 2000/05/18  17:38:54
57162         Log: Integrate with Sarathy.
57163      Branch: cfgperl
57164           !> mg.c perl.h win32/perlhost.h
57165 ____________________________________________________________________________
57166 [  6108] By: gsar                                  on 2000/05/17  02:24:56
57167         Log: reenable fake signal handling on Windows, bugs and all
57168      Branch: perl
57169            ! mg.c perl.h win32/perlhost.h
57170 ____________________________________________________________________________
57171 [  6107] By: jhi                                   on 2000/05/15  18:01:41
57172         Log: Tweak the todo list.
57173      Branch: cfgperl
57174            ! Todo-5.6
57175 ____________________________________________________________________________
57176 [  6106] By: jhi                                   on 2000/05/15  13:41:48
57177         Log: The (Configure) script refuses to go on, after asking for
57178              'You may also choose to try maximal 64-bitness....'.
57179              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
57180              -- Patrick Zima
57181              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
57182      Branch: cfgperl
57183            ! hints/solaris_2.sh
57184 ____________________________________________________________________________
57185 [  6105] By: jhi                                   on 2000/05/11  14:37:43
57186         Log: Integrate with Sarathy.
57187      Branch: cfgperl
57188           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
57189           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
57190 ____________________________________________________________________________
57191 [  6104] By: gsar                                  on 2000/05/11  03:39:07
57192         Log: PL_sys_intern was being initialized too late on windows
57193      Branch: perl
57194            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
57195            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
57196 ____________________________________________________________________________
57197 [  6103] By: jhi                                   on 2000/05/09  19:42:20
57198         Log: Test tweaking for Unicos continues.
57199      Branch: cfgperl
57200            ! t/op/64bitint.t
57201 ____________________________________________________________________________
57202 [  6102] By: jhi                                   on 2000/05/09  16:47:27
57203         Log: The test suite tweak in #6101 wasn't quite right.
57204      Branch: cfgperl
57205            ! t/lib/complex.t
57206 ____________________________________________________________________________
57207 [  6101] By: jhi                                   on 2000/05/09  15:35:34
57208         Log: Hints and test tweaks for Unicos.
57209      Branch: cfgperl
57210            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
57211 ____________________________________________________________________________
57212 [  6100] By: jhi                                   on 2000/05/08  21:15:06
57213         Log: More compilation tweakery from Allen Smith.
57214      Branch: cfgperl
57215            ! hints/irix_6.sh
57216 ____________________________________________________________________________
57217 [  6099] By: jhi                                   on 2000/05/08  19:21:18
57218         Log: Tweaks for the cc bugs from Allen Smith.
57219      Branch: cfgperl
57220            ! hints/irix_6.sh
57221 ____________________________________________________________________________
57222 [  6098] By: jhi                                   on 2000/05/08  19:13:37
57223         Log: Add a note about other, yet unsupported, shadow password APIs.
57224      Branch: cfgperl
57225            ! pp_sys.c
57226 ____________________________________________________________________________
57227 [  6097] By: jhi                                   on 2000/05/08  18:46:34
57228         Log: Add a note about possible compilation problems from Allen Smith.
57229      Branch: cfgperl
57230            ! hints/irix_6.sh
57231 ____________________________________________________________________________
57232 [  6096] By: jhi                                   on 2000/05/08  17:33:10
57233         Log: Integrate with Sarathy.
57234      Branch: cfgperl
57235           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
57236           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
57237 ____________________________________________________________________________
57238 [  6095] By: jhi                                   on 2000/05/08  16:21:33
57239         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
57240              might be useful in future.
57241      Branch: cfgperl
57242            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57243            ! config_h.SH
57244      Branch: metaconfig
57245            ! U/installdirs/inc_version_list.U
57246      Branch: metaconfig/U/perl
57247            ! perlxv.U
57248 ____________________________________________________________________________
57249 [  6094] By: gsar                                  on 2000/05/08  14:22:22
57250         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
57251      Branch: perl
57252            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
57253            ! hints/cygwin.sh pp_sys.c
57254 ____________________________________________________________________________
57255 [  6093] By: gsar                                  on 2000/05/08  12:52:28
57256         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
57257              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
57258      Branch: perl
57259            ! pp_sys.c sv.c win32/perlhost.h
57260 ____________________________________________________________________________
57261 [  6092] By: jhi                                   on 2000/05/07  22:40:34
57262         Log: Regen perltoc with the fixed buildtoc.
57263      Branch: cfgperl
57264            ! pod/perltoc.pod
57265 ____________________________________________________________________________
57266 [  6091] By: jhi                                   on 2000/05/07  22:24:16
57267         Log: Integrate with Sarathy.
57268      Branch: cfgperl
57269           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
57270           !> t/op/substr.t toke.c
57271 ____________________________________________________________________________
57272 [  6090] By: gsar                                  on 2000/05/07  19:47:07
57273         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
57274              [NI]OK; added tests for both
57275      Branch: perl
57276            ! perl.c pp_hot.c sv.c t/op/substr.t
57277 ____________________________________________________________________________
57278 [  6089] By: gsar                                  on 2000/05/07  18:18:38
57279         Log: buildtoc tweak to fix newline lossage
57280      Branch: perl
57281            ! pod/buildtoc
57282 ____________________________________________________________________________
57283 [  6088] By: jhi                                   on 2000/05/07  16:35:36
57284         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
57285              because we do not use those.  The HAS_GETSPNAM remains,
57286              though, because we still do use that.
57287      Branch: cfgperl
57288            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57289            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
57290            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
57291            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
57292            ! win32/config.vc win32/config_H.bc win32/config_H.gc
57293            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
57294 ____________________________________________________________________________
57295 [  6087] By: gsar                                  on 2000/05/07  16:05:16
57296         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
57297      Branch: perl
57298            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
57299 ____________________________________________________________________________
57300 [  6086] By: jhi                                   on 2000/05/07  15:27:07
57301         Log: Integrate with Sarathy.
57302      Branch: cfgperl
57303           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57304           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
57305           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
57306           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
57307           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
57308           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
57309 ____________________________________________________________________________
57310 [  6085] By: gsar                                  on 2000/05/07  05:52:02
57311         Log: repeat operator (x) doesn't preserve utf8-ness
57312      Branch: perl
57313            ! pp.c t/op/substr.t
57314 ____________________________________________________________________________
57315 [  6084] By: gsar                                  on 2000/05/07  05:39:55
57316         Log: substr() does not preserve utf8-ness (from Stefan Eissing
57317              <Eissing@medicaldataservice.de>); added tests
57318      Branch: perl
57319            ! pp.c t/op/substr.t
57320 ____________________________________________________________________________
57321 [  6083] By: gsar                                  on 2000/05/07  05:24:46
57322         Log: note about undocumented caller() return value (from M.J.T. Guy);
57323              yet another peek.t tweak
57324      Branch: perl
57325            ! pod/perlfunc.pod t/lib/peek.t
57326 ____________________________________________________________________________
57327 [  6082] By: gsar                                  on 2000/05/07  05:08:40
57328         Log: peek.t non-portable to ithreads
57329      Branch: perl
57330            ! t/lib/peek.t
57331 ____________________________________________________________________________
57332 [  6081] By: gsar                                  on 2000/05/07  04:17:04
57333         Log: better default perlbug categories for ok reports (from Richard Foley)
57334      Branch: perl
57335            ! utils/perlbug.PL
57336 ____________________________________________________________________________
57337 [  6080] By: gsar                                  on 2000/05/07  04:08:07
57338         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
57339              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
57340      Branch: perl
57341            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57342            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
57343            ! AUTHORS MAINTAIN MANIFEST
57344 ____________________________________________________________________________
57345 [  6079] By: gsar                                  on 2000/05/07  04:01:38
57346         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
57347      Branch: perl
57348            ! lib/Carp/Heavy.pm
57349 ____________________________________________________________________________
57350 [  6078] By: gsar                                  on 2000/05/07  01:24:19
57351         Log: workaround for CRT bug in chdir() (from Charles Lane, via
57352              Peter Prymmer)
57353      Branch: perl
57354            ! iperlsys.h vms/vms.c vms/vmsish.h
57355 ____________________________________________________________________________
57356 [  6077] By: gsar                                  on 2000/05/07  01:22:23
57357         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
57358              and Tom Phoenix)
57359      Branch: perl
57360            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
57361 ____________________________________________________________________________
57362 [  6076] By: gsar                                  on 2000/05/06  17:36:29
57363         Log: integrate cfgperl contents into mainline
57364      Branch: perl
57365           +> t/lib/peek.t
57366           !> Configure MANIFEST Porting/Glossary Porting/config.sh
57367           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
57368           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
57369           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
57370 ____________________________________________________________________________
57371 [  6075] By: jhi                                   on 2000/05/05  18:56:10
57372         Log: Make the test more portable.
57373      Branch: cfgperl
57374            ! t/lib/peek.t
57375 ____________________________________________________________________________
57376 [  6074] By: jhi                                   on 2000/05/05  18:49:20
57377         Log: Introduce t/lib/peek.t.
57378      Branch: cfgperl
57379            + t/lib/peek.t
57380            ! MANIFEST
57381 ____________________________________________________________________________
57382 [  6073] By: jhi                                   on 2000/05/05  14:30:45
57383         Log: Complex tweaks.
57384      Branch: cfgperl
57385            ! lib/Math/Complex.pm t/lib/complex.t
57386 ____________________________________________________________________________
57387 [  6072] By: jhi                                   on 2000/05/05  12:27:13
57388         Log: Integrate with Sarathy.
57389      Branch: cfgperl
57390           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
57391           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
57392           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
57393           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
57394 ____________________________________________________________________________
57395 [  6071] By: gsar                                  on 2000/05/05  02:24:46
57396         Log: misformatted perllocal.pod (from Tim Jenness
57397              <t.jenness@jach.hawaii.edu>)
57398      Branch: perl
57399            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
57400 ____________________________________________________________________________
57401 [  6070] By: gsar                                  on 2000/05/05  02:16:52
57402         Log: remove misleading comment (from M.J.T. Guy)
57403      Branch: perl
57404            ! t/lib/anydbm.t
57405 ____________________________________________________________________________
57406 [  6069] By: gsar                                  on 2000/05/05  02:15:13
57407         Log: File::Spec compatibility update (from Barrie Slaymaker
57408              <barries@slaysys.com>)
57409      Branch: perl
57410            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
57411            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57412 ____________________________________________________________________________
57413 [  6068] By: gsar                                  on 2000/05/05  02:01:50
57414         Log: note about values()
57415      Branch: perl
57416            ! pod/perlfunc.pod
57417 ____________________________________________________________________________
57418 [  6067] By: gsar                                  on 2000/05/05  01:33:09
57419         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
57420      Branch: perl
57421            ! win32/win32.c
57422 ____________________________________________________________________________
57423 [  6066] By: gsar                                  on 2000/05/05  01:23:43
57424         Log: s/END/CHECK/
57425      Branch: perl
57426            ! perl.c
57427 ____________________________________________________________________________
57428 [  6065] By: jhi                                   on 2000/05/04  17:30:22
57429         Log: Integrate with Sarathy.
57430      Branch: cfgperl
57431           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
57432 ____________________________________________________________________________
57433 [  6064] By: gsar                                  on 2000/05/04  17:26:14
57434         Log: change#5905 wasn't quite right--it's intent only applies when arguments
57435              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
57436      Branch: perl
57437            ! pp_sys.c sv.c
57438 ____________________________________________________________________________
57439 [  6063] By: gsar                                  on 2000/05/04  16:52:29
57440         Log: tokeq() could read unallocated field in argument
57441      Branch: perl
57442            ! toke.c
57443 ____________________________________________________________________________
57444 [  6062] By: gsar                                  on 2000/05/04  16:34:51
57445         Log: additional tests for utf8.t
57446      Branch: perl
57447            ! t/pragma/utf8.t
57448 ____________________________________________________________________________
57449 [  6061] By: gsar                                  on 2000/05/04  16:09:28
57450         Log: change#5921 neglected to make eq honor "use bytes"
57451      Branch: perl
57452            ! sv.c
57453 ____________________________________________________________________________
57454 [  6060] By: jhi                                   on 2000/05/04  15:30:16
57455         Log: Integrate with Sarathy.
57456      Branch: cfgperl
57457           !> perl.c regcomp.c t/pragma/utf8.t
57458 ____________________________________________________________________________
57459 [  6059] By: jhi                                   on 2000/05/04  15:26:37
57460         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
57461              in natively 64-bit platforms where a long is a quad (no need
57462              for long longs).  Also added bias for IVs.
57463      Branch: cfgperl
57464            ! toke.c
57465 ____________________________________________________________________________
57466 [  6058] By: gsar                                  on 2000/05/04  00:19:14
57467         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
57468              (spotted by Donald Kinzer <dkinzer@premia.com>)
57469      Branch: perl
57470            ! perl.c
57471 ____________________________________________________________________________
57472 [  6057] By: gsar                                  on 2000/05/03  18:34:01
57473         Log: fix broken parsing of /\x{ab}/
57474      Branch: perl
57475            ! regcomp.c t/pragma/utf8.t
57476 ____________________________________________________________________________
57477 [  6056] By: jhi                                   on 2000/05/03  17:57:16
57478         Log: The search of infinity continues, this time simplified.
57479      Branch: cfgperl
57480            ! lib/Math/Complex.pm
57481 ____________________________________________________________________________
57482 [  6055] By: jhi                                   on 2000/05/03  17:45:30
57483         Log: Detypo.
57484      Branch: cfgperl
57485            ! hints/unicos.sh
57486 ____________________________________________________________________________
57487 [  6054] By: jhi                                   on 2000/05/02  22:28:27
57488         Log: Be more forgiving in POSIX about HUGE_VALL.
57489      Branch: cfgperl
57490            ! ext/POSIX/POSIX.xs
57491 ____________________________________________________________________________
57492 [  6053] By: jhi                                   on 2000/05/02  22:25:05
57493         Log: Integrate with Sarathy.
57494      Branch: cfgperl
57495           !> hints/irix_6.sh pod/perlop.pod
57496 ____________________________________________________________________________
57497 [  6052] By: jhi                                   on 2000/05/02  22:24:31
57498         Log: Unicos hint tweak.
57499      Branch: cfgperl
57500            ! hints/unicos.sh
57501 ____________________________________________________________________________
57502 [  6051] By: jhi                                   on 2000/05/02  22:21:26
57503         Log: Complex tweakery.
57504      Branch: cfgperl
57505            ! lib/Math/Complex.pm t/lib/complex.t
57506 ____________________________________________________________________________
57507 [  6050] By: jhi                                   on 2000/05/02  19:26:22
57508         Log: Use setxxent()/endxxent().
57509      Branch: cfgperl
57510            ! t/op/grent.t t/op/pwent.t
57511 ____________________________________________________________________________
57512 [  6049] By: jhi                                   on 2000/05/02  19:06:02
57513         Log: Test both the scalar and list contexts.
57514      Branch: cfgperl
57515            ! t/op/grent.t t/op/pwent.t
57516 ____________________________________________________________________________
57517 [  6048] By: gsar                                  on 2000/05/02  18:29:10
57518         Log: add note about how $( doesn't interpolate in REs (from
57519              Philip Newton <newton@ficus.frogspace.net>)
57520      Branch: perl
57521            ! pod/perlop.pod
57522 ____________________________________________________________________________
57523 [  6047] By: jhi                                   on 2000/05/02  17:41:24
57524         Log: Call getspnam() only iff needd.
57525      Branch: cfgperl
57526            ! pp_sys.c
57527 ____________________________________________________________________________
57528 [  6046] By: gsar                                  on 2000/05/02  17:07:25
57529         Log: libscheck has insufficient checks for n32 libs (from
57530              Albert Chin-A-Young <china@thewrittenword.com>)
57531      Branch: perl
57532            ! hints/irix_6.sh
57533 ____________________________________________________________________________
57534 [  6045] By: jhi                                   on 2000/05/02  13:57:17
57535         Log: Integrate with Sarathy.
57536      Branch: cfgperl
57537           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
57538           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
57539 ____________________________________________________________________________
57540 [  6044] By: gsar                                  on 2000/05/02  06:48:19
57541         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
57542              such that underscores are only ignored in literal numbers,
57543              "\x{...}", and hex/oct argument
57544      Branch: perl
57545            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
57546 ____________________________________________________________________________
57547 [  6043] By: gsar                                  on 2000/05/02  02:22:29
57548         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
57549      Branch: perl
57550            ! pod/perlretut.pod
57551 ____________________________________________________________________________
57552 [  6042] By: gsar                                  on 2000/05/02  02:17:51
57553         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
57554      Branch: perl
57555            ! pod/perltrap.pod
57556 ____________________________________________________________________________
57557 [  6041] By: gsar                                  on 2000/05/02  01:53:51
57558         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
57559              to compensate
57560      Branch: perl
57561            ! Porting/makerel
57562 ____________________________________________________________________________
57563 [  6040] By: gsar                                  on 2000/05/02  01:51:57
57564         Log: missing files in MANIFEST
57565      Branch: perl
57566            ! MANIFEST
57567 ____________________________________________________________________________
57568 [  6039] By: jhi                                   on 2000/05/02  00:36:46
57569         Log: Infinite problems.
57570      Branch: cfgperl
57571            ! lib/Math/Complex.pm
57572 ____________________________________________________________________________
57573 [  6038] By: jhi                                   on 2000/05/02  00:06:38
57574         Log: pwent/spent #ifdef imbalance.
57575      Branch: cfgperl
57576            ! pp_sys.c
57577 ____________________________________________________________________________
57578 [  6037] By: jhi                                   on 2000/05/01  22:50:11
57579         Log: Use HUGE_VALL if applicable.
57580      Branch: cfgperl
57581            ! ext/POSIX/POSIX.xs util.c
57582 ____________________________________________________________________________
57583 [  6036] By: jhi                                   on 2000/05/01  22:20:53
57584         Log: Correct Freudian slip.
57585      Branch: cfgperl
57586            ! pp_sys.c
57587 ____________________________________________________________________________
57588 [  6035] By: jhi                                   on 2000/05/01  21:07:38
57589         Log: Continue on the pwent/spent case.
57590      Branch: cfgperl
57591            ! pp_sys.c
57592 ____________________________________________________________________________
57593 [  6034] By: jhi                                   on 2000/05/01  17:45:14
57594         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
57595              adjustments in 6032 conflicted badly with this, will have
57596              to revisit them later.
57597      Branch: cfgperl
57598           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
57599           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
57600           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
57601           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
57602           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
57603           !> t/lib/cgi-html.t t/lib/cgi-request.t
57604 ____________________________________________________________________________
57605 [  6033] By: jhi                                   on 2000/05/01  17:40:49
57606         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
57607      Branch: cfgperl
57608            ! pp_sys.c
57609 ____________________________________________________________________________
57610 [  6032] By: gsar                                  on 2000/05/01  15:56:32
57611         Log: whitespace adjustments
57612      Branch: perl
57613            ! pp_sys.c
57614 ____________________________________________________________________________
57615 [  6031] By: gsar                                  on 2000/05/01  15:19:41
57616         Log: small nits in diagnostics.pm (from Robin Barker)
57617      Branch: perl
57618            ! lib/diagnostics.pm pod/perldiag.pod
57619 ____________________________________________________________________________
57620 [  6030] By: gsar                                  on 2000/05/01  08:39:18
57621         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
57622              for @- and @+ (from Johan Vromans)
57623      Branch: perl
57624            ! lib/English.pm pod/perlvar.pod
57625 ____________________________________________________________________________
57626 [  6029] By: gsar                                  on 2000/05/01  08:16:10
57627         Log: add CGI.pm v2.66 (from Lincoln Stein)
57628      Branch: perl
57629            + lib/CGI/Util.pm t/lib/cgi-pretty.t
57630            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
57631            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
57632            ! t/lib/cgi-html.t t/lib/cgi-request.t
57633 ____________________________________________________________________________
57634 [  6028] By: gsar                                  on 2000/05/01  06:34:41
57635         Log: Pod::Man generates groff-incompatible macro definition (from
57636              Tom Christiansen)
57637      Branch: perl
57638            ! lib/Pod/Man.pm
57639 ____________________________________________________________________________
57640 [  6027] By: gsar                                  on 2000/05/01  06:31:36
57641         Log: podlators-1.02 update (from Russ Allbery)
57642      Branch: perl
57643            ! lib/Pod/Man.pm lib/Pod/Text.pm
57644 ____________________________________________________________________________
57645 [  6026] By: jhi                                   on 2000/04/30  23:24:23
57646         Log: Integrate with Sarathy.
57647      Branch: cfgperl
57648           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
57649           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
57650           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
57651           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
57652           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
57653           !> t/lib/syslog.t toke.c win32/win32.h
57654 ____________________________________________________________________________
57655 [  6025] By: gsar                                  on 2000/04/30  18:17:47
57656         Log: Is{Alnum,Alpha,Word} don't match titlecase
57657              
57658              TODO: IsSpace is defined recursively!
57659              
57660              (both spotted by Larry)
57661      Branch: perl
57662            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
57663            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
57664 ____________________________________________________________________________
57665 [  6024] By: gsar                                  on 2000/04/30  17:50:19
57666         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
57667              (from Hugo van der Sanden)
57668      Branch: perl
57669            ! toke.c
57670 ____________________________________________________________________________
57671 [  6023] By: gsar                                  on 2000/04/30  17:14:43
57672         Log: debugger stomps on $. (from M.J.T. Guy)
57673      Branch: perl
57674            ! lib/perl5db.pl
57675 ____________________________________________________________________________
57676 [  6022] By: gsar                                  on 2000/04/30  16:59:22
57677         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
57678      Branch: perl
57679            ! sv.c
57680 ____________________________________________________________________________
57681 [  6021] By: gsar                                  on 2000/04/29  21:00:08
57682         Log: remove Win2K issue in pod (fixed by change#6020)
57683      Branch: perl
57684            ! README.win32 pod/perl56delta.pod
57685 ____________________________________________________________________________
57686 [  6020] By: gsar                                  on 2000/04/29  20:51:49
57687         Log: test tweak
57688      Branch: perl
57689            ! t/lib/open3.t
57690 ____________________________________________________________________________
57691 [  6019] By: gsar                                  on 2000/04/29  20:34:27
57692         Log: windows portability tweaks
57693      Branch: perl
57694            ! t/lib/b.t win32/win32.h
57695 ____________________________________________________________________________
57696 [  6018] By: gsar                                  on 2000/04/29  19:55:24
57697         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
57698              make _PATH_LOG() return "" if unavailable
57699      Branch: perl
57700            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
57701            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
57702 ____________________________________________________________________________
57703 [  6017] By: jhi                                   on 2000/04/28  22:49:46
57704         Log: Integrate with Sarathy.
57705      Branch: cfgperl
57706           !> op.c perl.c pod/perldiag.pod t/lib/b.t
57707 ____________________________________________________________________________
57708 [  6016] By: jhi                                   on 2000/04/28  22:46:14
57709         Log: Do not warn that an infinity does not look like a number.
57710      Branch: cfgperl
57711            ! sv.c
57712 ____________________________________________________________________________
57713 [  6015] By: gsar                                  on 2000/04/28  22:35:49
57714         Log: tweak test for portability
57715      Branch: perl
57716            ! t/lib/b.t
57717 ____________________________________________________________________________
57718 [  6014] By: gsar                                  on 2000/04/28  22:05:31
57719         Log: glob() loading File::Glob behind the scenes may cause syntax errors
57720      Branch: perl
57721            ! op.c
57722 ____________________________________________________________________________
57723 [  6013] By: gsar                                  on 2000/04/28  21:25:22
57724         Log: tweak change#5945 to display correct switch name in diagnostic
57725      Branch: perl
57726            ! perl.c pod/perldiag.pod
57727 ____________________________________________________________________________
57728 [  6012] By: jhi                                   on 2000/04/28  21:08:12
57729         Log: Integrate with Sarathy.
57730      Branch: cfgperl
57731           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
57732           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
57733           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
57734 ____________________________________________________________________________
57735 [  6011] By: jhi                                   on 2000/04/28  21:04:46
57736         Log: &HUGE_VAL is not defined, it exists.
57737      Branch: cfgperl
57738            ! lib/Math/Complex.pm
57739 ____________________________________________________________________________
57740 [  6010] By: gsar                                  on 2000/04/28  21:02:58
57741         Log: clarify note about shadow password support (from
57742              gellyfish@gellyfish.com)
57743      Branch: perl
57744            ! pod/perlfunc.pod
57745 ____________________________________________________________________________
57746 [  6009] By: gsar                                  on 2000/04/28  21:00:00
57747         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
57748      Branch: perl
57749            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
57750 ____________________________________________________________________________
57751 [  6008] By: gsar                                  on 2000/04/28  20:56:33
57752         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
57753      Branch: perl
57754            ! installperl vms/subconfigure.com
57755 ____________________________________________________________________________
57756 [  6007] By: gsar                                  on 2000/04/28  20:51:21
57757         Log: note about compile failures and END blocks (from M.J.T. Guy)
57758      Branch: perl
57759            ! pod/perl56delta.pod pod/perlmod.pod
57760 ____________________________________________________________________________
57761 [  6006] By: jhi                                   on 2000/04/28  20:42:14
57762         Log: Regen Configure.
57763      Branch: cfgperl
57764            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57765            ! config_h.SH
57766 ____________________________________________________________________________
57767 [  6005] By: gsar                                  on 2000/04/28  20:41:16
57768         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
57769      Branch: perl
57770            ! utils/perldoc.PL
57771 ____________________________________________________________________________
57772 [  6004] By: jhi                                   on 2000/04/28  20:28:21
57773         Log: Integrate with Sarathy.
57774      Branch: cfgperl
57775           !> Configure INSTALL Porting/Glossary Porting/config.sh
57776           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
57777           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
57778           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
57779           !> win32/config.vc win32/win32.c
57780 ____________________________________________________________________________
57781 [  6003] By: gsar                                  on 2000/04/28  20:11:20
57782         Log: allow REG_EXPAND_SZ keys in Windows registry (from
57783              John Clayton <John.Clayton@barclayscapital.com>)
57784      Branch: perl
57785            ! win32/win32.c
57786 ____________________________________________________________________________
57787 [  6002] By: gsar                                  on 2000/04/28  19:34:16
57788         Log: destructive sv_setsv() can lose UV-ness from source, causing
57789              numeric promotions/comparisons to fail to do the right thing
57790      Branch: perl
57791            ! sv.c
57792 ____________________________________________________________________________
57793 [  6001] By: gsar                                  on 2000/04/28  18:44:15
57794         Log: support additional library locations via $Config{otherlibdirs}
57795              (from Andy Dougherty)
57796      Branch: perl
57797            ! Configure INSTALL Porting/Glossary Porting/config.sh
57798            ! Porting/config_H config_h.SH epoc/config.sh perl.c
57799            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
57800            ! win32/config.bc win32/config.gc win32/config.vc
57801 ____________________________________________________________________________
57802 [  6000] By: gsar                                  on 2000/04/28  18:26:58
57803         Log: reworked otherlibdirs.U (from Andy Dougherty)
57804      Branch: metaconfig
57805            ! U/installdirs/otherlibdirs.U
57806 ____________________________________________________________________________
57807 [  5999] By: gsar                                  on 2000/04/28  18:17:07
57808         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
57809      Branch: perl
57810            ! t/pragma/warn/toke toke.c
57811 ____________________________________________________________________________
57812 [  5998] By: jhi                                   on 2000/04/28  13:32:17
57813         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
57814      Branch: cfgperl
57815            ! lib/Math/Complex.pm
57816 ____________________________________________________________________________
57817 [  5997] By: jhi                                   on 2000/04/28  13:14:04
57818         Log: Preserve $!.
57819      Branch: cfgperl
57820            ! lib/Math/Complex.pm
57821 ____________________________________________________________________________
57822 [  5996] By: jhi                                   on 2000/04/28  12:59:23
57823         Log: Integrate with Sarathy.
57824      Branch: cfgperl
57825           +> pod/perlrequick.pod pod/perlretut.pod
57826           !> (integrate 51 files)
57827 ____________________________________________________________________________
57828 [  5995] By: gsar                                  on 2000/04/28  09:37:36
57829         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
57830      Branch: perl
57831            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
57832 ____________________________________________________________________________
57833 [  5994] By: gsar                                  on 2000/04/28  09:33:26
57834         Log: fix for missed accounting for null byte in pack("Z",...) (from
57835              M.J.T. Guy)
57836      Branch: perl
57837            ! pp.c t/op/pack.t
57838 ____________________________________________________________________________
57839 [  5993] By: gsar                                  on 2000/04/28  09:30:05
57840         Log: various minor tweaks seen on p5p
57841      Branch: perl
57842            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
57843 ____________________________________________________________________________
57844 [  5992] By: gsar                                  on 2000/04/28  09:08:19
57845         Log: pod nit (from Simon Cozens)
57846      Branch: perl
57847            ! pod/perlop.pod
57848 ____________________________________________________________________________
57849 [  5991] By: gsar                                  on 2000/04/28  09:06:36
57850         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
57851      Branch: perl
57852            ! README.posix-bc hints/posix-bc.sh
57853 ____________________________________________________________________________
57854 [  5990] By: gsar                                  on 2000/04/28  08:54:52
57855         Log: use $ENV{LIB} to search for libs under Visual C compiler
57856              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
57857      Branch: perl
57858            ! lib/ExtUtils/Liblist.pm
57859 ____________________________________________________________________________
57860 [  5989] By: gsar                                  on 2000/04/28  08:27:12
57861         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
57862              itself and no other (from Tom Hughes)
57863      Branch: perl
57864            ! t/op/array.t toke.c
57865 ____________________________________________________________________________
57866 [  5988] By: gsar                                  on 2000/04/28  08:01:38
57867         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
57868              <paul@miraclefish.com>)
57869      Branch: perl
57870            ! lib/ExtUtils/MakeMaker.pm
57871 ____________________________________________________________________________
57872 [  5987] By: gsar                                  on 2000/04/28  07:53:09
57873         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
57874      Branch: perl
57875            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
57876 ____________________________________________________________________________
57877 [  5986] By: gsar                                  on 2000/04/28  07:44:17
57878         Log: add regular expressions tutorial and quick-start guide (from
57879              Mark Kvale <kvale@phy.ucsf.edu>)
57880      Branch: perl
57881            + pod/perlrequick.pod pod/perlretut.pod
57882            ! AUTHORS MAINTAIN MANIFEST
57883 ____________________________________________________________________________
57884 [  5985] By: gsar                                  on 2000/04/28  07:30:28
57885         Log: forked child may not exit correctly if it failed to open
57886              /dev/console (from Graham Barr)
57887      Branch: perl
57888            ! ext/Sys/Syslog/Syslog.pm
57889 ____________________________________________________________________________
57890 [  5984] By: gsar                                  on 2000/04/28  07:27:20
57891         Log: attributes::reftype() doesn't work on tied argument
57892      Branch: perl
57893            ! xsutils.c
57894 ____________________________________________________________________________
57895 [  5983] By: gsar                                  on 2000/04/28  07:15:04
57896         Log: numeric conversion of non-number in change#3378 tramples on
57897              OOK offset, causing segfaults
57898      Branch: perl
57899            ! sv.c
57900 ____________________________________________________________________________
57901 [  5982] By: gsar                                  on 2000/04/28  04:48:25
57902         Log: avoid error in IO::Socket::INET when given an unknown service name
57903              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
57904      Branch: perl
57905            ! ext/IO/lib/IO/Socket/INET.pm
57906 ____________________________________________________________________________
57907 [  5981] By: gsar                                  on 2000/04/28  04:31:31
57908         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
57909              prototype mismatch with CORE::glob(); update pod and tests to
57910              suit (File::Glob::glob() is still available for backward
57911              compatibility, but should be considered deprecated)
57912      Branch: perl
57913            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
57914            ! t/lib/glob-taint.t
57915 ____________________________________________________________________________
57916 [  5980] By: gsar                                  on 2000/04/28  03:47:29
57917         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
57918              <ghudson@mit.edu>)
57919      Branch: metaconfig
57920            ! U/modified/Options.U
57921      Branch: perl
57922            ! Configure
57923 ____________________________________________________________________________
57924 [  5979] By: gsar                                  on 2000/04/28  03:07:54
57925         Log: under useithreads, constant pad entries could inadvertantly be
57926              shared across threads (from Eric Blood <eblood@xmission.com>);
57927              added Eric's test case to testsuite
57928      Branch: perl
57929            ! op.c t/op/misc.t
57930 ____________________________________________________________________________
57931 [  5978] By: gsar                                  on 2000/04/27  21:13:00
57932         Log: sync version numbers in File::Spec with the ones on CPAN
57933              (from Barrie Slaymaker)
57934      Branch: perl
57935            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
57936            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
57937            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57938 ____________________________________________________________________________
57939 [  5977] By: gsar                                  on 2000/04/27  21:07:29
57940         Log: autoquote barewords followed by newline and arrow properly
57941              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
57942      Branch: perl
57943            ! t/pragma/warn/toke toke.c
57944 ____________________________________________________________________________
57945 [  5976] By: gsar                                  on 2000/04/27  20:41:20
57946         Log: DB_File v1.73 update (from Paul Marquess)
57947      Branch: perl
57948            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57949            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57950 ____________________________________________________________________________
57951 [  5975] By: gsar                                  on 2000/04/27  20:34:24
57952         Log: allow sort() reentrancy (variant of patch suggested by
57953              Hugo van der Sanden)
57954      Branch: perl
57955            ! pp_ctl.c t/op/sort.t
57956 ____________________________________________________________________________
57957 [  5974] By: gsar                                  on 2000/04/27  19:46:57
57958         Log: change#4197 somehow missed initializing PL_errors, meaning
57959              sytax error queueing wasn't working outside eval"" at all;
57960              also fixed eval"" to localize PL_error_count, so that compile-time
57961              eval's don't clobber the error state of the outer context
57962      Branch: perl
57963            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
57964            ! t/pragma/warn/toke
57965 ____________________________________________________________________________
57966 [  5973] By: gsar                                  on 2000/04/27  18:29:05
57967         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
57968      Branch: perl
57969            ! regcomp.c regexec.c t/op/re_tests
57970 ____________________________________________________________________________
57971 [  5972] By: jhi                                   on 2000/04/27  18:22:41
57972         Log: Integrate with Sarathy.
57973      Branch: cfgperl
57974           +> t/lib/b.t t/lib/syslog.t
57975           !> (integrate 31 files)
57976 ____________________________________________________________________________
57977 [  5971] By: jhi                                   on 2000/04/27  18:18:46
57978         Log: Unicos tweaks from Mark P. Lutz.
57979      Branch: cfgperl
57980            ! hints/unicos.sh lib/Math/Complex.pm
57981 ____________________________________________________________________________
57982 [  5970] By: gsar                                  on 2000/04/27  18:05:11
57983         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
57984              IV is >32bits
57985      Branch: perl
57986            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
57987 ____________________________________________________________________________
57988 [  5969] By: gsar                                  on 2000/04/27  17:50:56
57989         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
57990      Branch: perl
57991            + t/lib/syslog.t
57992            ! MANIFEST ext/Sys/Syslog/Syslog.pm
57993 ____________________________________________________________________________
57994 [  5968] By: gsar                                  on 2000/04/27  17:44:49
57995         Log: tolerate spaces in group names in test on solaris (from David Boyce
57996              <dsb@boyski.com>)
57997      Branch: perl
57998            ! t/op/groups.t
57999 ____________________________________________________________________________
58000 [  5967] By: gsar                                  on 2000/04/27  17:41:22
58001         Log: improved docs on the warn_uninit diagnostic (from David Glasser
58002              and Simon Cozens)
58003      Branch: perl
58004            ! pod/perldiag.pod
58005 ____________________________________________________________________________
58006 [  5966] By: gsar                                  on 2000/04/27  16:54:58
58007         Log: add testsuite for B backends, fix bug in B::Deparse (from
58008              Simon Cozens <simon@brecon.co.uk>)
58009      Branch: perl
58010            + t/lib/b.t
58011            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
58012 ____________________________________________________________________________
58013 [  5965] By: gsar                                  on 2000/04/27  16:10:37
58014         Log: avoid "will not stay shared" warnings for our variables (from
58015              Robin Barker)
58016      Branch: perl
58017            ! op.c t/pragma/warn/op
58018 ____________________________________________________________________________
58019 [  5964] By: gsar                                  on 2000/04/27  07:05:05
58020         Log: reformat to 72 columns (again)
58021      Branch: perl
58022            ! pod/perldiag.pod
58023 ____________________________________________________________________________
58024 [  5963] By: gsar                                  on 2000/04/27  06:28:31
58025         Log: patch from Larry to make (\&) prototype work; added tests for
58026              the same
58027      Branch: perl
58028            ! op.c t/comp/proto.t
58029 ____________________________________________________________________________
58030 [  5962] By: gsar                                  on 2000/04/27  06:15:47
58031         Log: updated README.hpux (from Jeff Okamoto)
58032      Branch: perl
58033            ! README.hpux
58034 ____________________________________________________________________________
58035 [  5961] By: gsar                                  on 2000/04/27  05:55:03
58036         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
58037      Branch: perl
58038            ! emacs/cperl-mode.el
58039 ____________________________________________________________________________
58040 [  5960] By: gsar                                  on 2000/04/27  05:49:26
58041         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
58042      Branch: perl
58043            ! INSTALL
58044 ____________________________________________________________________________
58045 [  5959] By: gsar                                  on 2000/04/27  05:33:41
58046         Log: doubled words in pods (from Simon Cozens
58047              <simon.p.cozens@jp.pwcglobal.com>)
58048      Branch: perl
58049            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
58050            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
58051            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
58052            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
58053            ! pod/perltootc.pod
58054 ____________________________________________________________________________
58055 [  5958] By: gsar                                  on 2000/04/27  05:11:39
58056         Log: change#3569 deleted some essential code, revert; avoid use of
58057              atexit() to make DynaLoader work properly on AIX under mod_perl
58058              (from Jens-Uwe Mager <jum@helios.de>)
58059      Branch: perl
58060            ! ext/DynaLoader/dl_aix.xs
58061 ____________________________________________________________________________
58062 [  5957] By: gsar                                  on 2000/04/27  04:54:51
58063         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
58064      Branch: perl
58065            ! pod/perlmod.pod
58066 ____________________________________________________________________________
58067 [  5956] By: gsar                                  on 2000/04/27  04:51:47
58068         Log: better diagnostics on failed tests (from Ilya Zakharevich)
58069      Branch: perl
58070            ! t/op/lex_assign.t
58071 ____________________________________________________________________________
58072 [  5955] By: gsar                                  on 2000/04/27  04:26:44
58073         Log: longstanding bug exposed by change#3307: sort arguments weren't
58074              compiled with the right wantarray context (ensuing runtime lookup
58075              via block_gimme() was getting the incidental context of the
58076              sort() itself)
58077      Branch: perl
58078            ! op.c t/op/sort.t
58079 ____________________________________________________________________________
58080 [  5954] By: gsar                                  on 2000/04/26  23:42:12
58081         Log: integrate cfgperl contents into mainline
58082      Branch: perl
58083           !> (integrate 30 files)
58084 ____________________________________________________________________________
58085 [  5953] By: jhi                                   on 2000/04/26  23:06:42
58086         Log: Integrate with Sarathy.
58087      Branch: cfgperl
58088           !> README.win32 ext/B/B/Deparse.pm
58089           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
58090           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
58091           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
58092           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
58093           !> utils/perldoc.PL vms/perlvms.pod
58094 ____________________________________________________________________________
58095 [  5952] By: jhi                                   on 2000/04/26  23:03:46
58096         Log: Undo "use integer" addition from 64bitint as it seems
58097              to break most of the subtests in Digital UNIX;
58098              Unicos needs to find another way.
58099      Branch: cfgperl
58100            ! t/op/64bitint.t
58101 ____________________________________________________________________________
58102 [  5951] By: jhi                                   on 2000/04/26  22:57:53
58103         Log: Be more robust on "extreme" (large absolute value)
58104              arguments.  Originally reported by Daniel Connelly
58105              as a problem with asinh() on large negative arguments,
58106              asinh() used to bail out because an argument to log()
58107              ended up being zero.  Ilya Zakharevich proposed using
58108              Taylor's series in such cases, which for such large
58109              arguments is a very good approximation.
58110      Branch: cfgperl
58111            ! lib/Math/Complex.pm t/lib/complex.t
58112 ____________________________________________________________________________
58113 [  5950] By: gsar                                  on 2000/04/25  19:13:12
58114         Log: reformat perldiag to avoid long lines
58115      Branch: perl
58116            ! pod/perldiag.pod
58117 ____________________________________________________________________________
58118 [  5949] By: gsar                                  on 2000/04/25  18:41:11
58119         Log: make perldoc use the pod2man from the same version (from
58120              M.J.T. Guy)
58121      Branch: perl
58122            ! utils/perldoc.PL
58123 ____________________________________________________________________________
58124 [  5948] By: gsar                                  on 2000/04/25  18:21:57
58125         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
58126              <kompas@kompas.usr.onet.pl>)
58127      Branch: perl
58128            ! lib/vars.pm
58129 ____________________________________________________________________________
58130 [  5947] By: gsar                                  on 2000/04/25  18:11:53
58131         Log: use &dl_error rather than &dl_load_file as the guard for calling
58132              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
58133              statically built perl)
58134      Branch: perl
58135            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
58136 ____________________________________________________________________________
58137 [  5946] By: jhi                                   on 2000/04/25  17:37:54
58138         Log: Document that tr() is not tr(1).
58139      Branch: cfgperl
58140            ! pod/perlop.pod
58141 ____________________________________________________________________________
58142 [  5945] By: gsar                                  on 2000/04/25  16:34:33
58143         Log: make module name mandatory after -M switch; reorder perldiag
58144              alphabetically (from Mark-Jason Dominus)
58145      Branch: perl
58146            ! perl.c pod/perldiag.pod
58147 ____________________________________________________________________________
58148 [  5944] By: jhi                                   on 2000/04/25  01:15:18
58149         Log: On second thoughts frexp() does have two arguments.
58150      Branch: cfgperl
58151            ! perl.h
58152 ____________________________________________________________________________
58153 [  5943] By: jhi                                   on 2000/04/24  22:56:32
58154         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
58155              Now pp_ncmp() returns undef is either operand is a NaN.
58156      Branch: cfgperl
58157            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58158            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
58159            ! vms/subconfigure.com vos/config.def vos/config.h
58160            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
58161            ! win32/config.vc win32/config_H.bc win32/config_H.gc
58162            ! win32/config_H.vc
58163      Branch: metaconfig/U/perl
58164            + d_modfl.U
58165 ____________________________________________________________________________
58166 [  5942] By: jhi                                   on 2000/04/24  19:45:17
58167         Log: Regen Configure to match #5937.
58168      Branch: cfgperl
58169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58170            ! config_h.SH
58171      Branch: metaconfig
58172            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
58173 ____________________________________________________________________________
58174 [  5941] By: jhi                                   on 2000/04/24  19:24:11
58175         Log: Further Unicos fixes for Mark Lutz.
58176      Branch: cfgperl
58177            ! hints/unicos.sh pp_ctl.c
58178 ____________________________________________________________________________
58179 [  5940] By: jhi                                   on 2000/04/24  19:09:06
58180         Log: Various Unicos 10.0.0.6 fixes.
58181              
58182              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
58183              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
58184              Reply-To: tecmpl1@triton.ca.boeing.com 
58185              To: perl5-porters@perl.org 
58186              Date: Fri, 14 Apr 2000 20:21:00 GMT 
58187              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
58188      Branch: cfgperl
58189            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
58190 ____________________________________________________________________________
58191 [  5939] By: gsar                                  on 2000/04/24  19:01:24
58192         Log: more pod nits (from Larry Virden)
58193      Branch: perl
58194            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
58195            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
58196            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
58197 ____________________________________________________________________________
58198 [  5938] By: gsar                                  on 2000/04/24  18:54:01
58199         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
58200      Branch: perl
58201            ! ext/B/B/Deparse.pm
58202 ____________________________________________________________________________
58203 [  5937] By: jhi                                   on 2000/04/24  17:39:00
58204         Log: Integrate with Sarathy.
58205      Branch: cfgperl
58206           +> (branch 31 files)
58207           !> (integrate 73 files)
58208 ____________________________________________________________________________
58209 [  5936] By: gsar                                  on 2000/04/24  17:30:06
58210         Log: additional tests for change#5934 (from Paul Marquess, who also
58211              sent in the same fix)
58212      Branch: perl
58213            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
58214            ! t/pragma/warn/5nolint t/pragma/warn/6default
58215 ____________________________________________________________________________
58216 [  5935] By: jhi                                   on 2000/04/24  17:26:05
58217         Log: Do not assume sign propagation.
58218              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
58219              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
58220              To: payner@ncifcrf.gov, perl5-porters@perl.org 
58221              Date: Tue, 18 Apr 2000 18:24:49 +0100 
58222              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
58223      Branch: cfgperl
58224            ! t/op/bop.t t/op/misc.t
58225 ____________________________________________________________________________
58226 [  5934] By: gsar                                  on 2000/04/24  17:16:54
58227         Log: propagate lexical warnings from surrounding scope correctly
58228              within string eval()
58229      Branch: perl
58230            ! pp_ctl.c t/pragma/warn/pp_ctl
58231 ____________________________________________________________________________
58232 [  5933] By: jhi                                   on 2000/04/24  17:01:07
58233         Log: Flatten the cpp jungle doing the nosuid checking.
58234      Branch: cfgperl
58235            ! perl.c
58236 ____________________________________________________________________________
58237 [  5932] By: gsar                                  on 2000/04/24  09:08:14
58238         Log: add rsignal(), whichsig() and do_join() to public API list
58239              (mod_perl uses them to good advantage)
58240      Branch: perl
58241            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
58242 ____________________________________________________________________________
58243 [  5931] By: gsar                                  on 2000/04/24  09:01:40
58244         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
58245      Branch: perl
58246            ! pp_hot.c regexec.c t/op/pat.t
58247 ____________________________________________________________________________
58248 [  5930] By: gsar                                  on 2000/04/24  08:58:33
58249         Log: small os390 tweaks (from Peter Prymmer)
58250      Branch: perl
58251            ! config_h.SH makedepend.SH
58252 ____________________________________________________________________________
58253 [  5929] By: gsar                                  on 2000/04/24  08:55:25
58254         Log: pod nits
58255      Branch: perl
58256            ! pod/perlguts.pod
58257 ____________________________________________________________________________
58258 [  5928] By: gsar                                  on 2000/04/24  08:50:13
58259         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
58260      Branch: perl
58261            ! ext/IO/lib/IO/Poll.pm
58262 ____________________________________________________________________________
58263 [  5927] By: gsar                                  on 2000/04/24  08:43:24
58264         Log: arrange for next() to resume at the unstack op rather than the
58265              loop conditional, so that scope cleanup happens correctly
58266              (from Stephen McCamant)
58267      Branch: perl
58268            ! op.c pp_ctl.c t/op/misc.t
58269 ____________________________________________________________________________
58270 [  5926] By: gsar                                  on 2000/04/24  08:18:40
58271         Log: on windows, reserve 16M of stack rather than 128M (allows more
58272              threads to run concurrently)
58273      Branch: perl
58274            ! win32/Makefile win32/makefile.mk
58275 ____________________________________________________________________________
58276 [  5925] By: gsar                                  on 2000/04/24  08:13:52
58277         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
58278      Branch: perl
58279            ! toke.c
58280 ____________________________________________________________________________
58281 [  5924] By: gsar                                  on 2000/04/24  08:08:59
58282         Log: avoid using uninitialized memory in require version check
58283      Branch: perl
58284            ! pp_ctl.c universal.c
58285 ____________________________________________________________________________
58286 [  5923] By: gsar                                  on 2000/04/24  07:20:14
58287         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
58288      Branch: perl
58289            ! ext/IO/lib/IO/Poll.pm
58290 ____________________________________________________________________________
58291 [  5922] By: gsar                                  on 2000/04/24  07:08:42
58292         Log: commentary about IoTYPE() (from Nathan Torkington)
58293      Branch: perl
58294            ! sv.h
58295 ____________________________________________________________________________
58296 [  5921] By: gsar                                  on 2000/04/24  06:58:26
58297         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
58298              by fix
58299      Branch: perl
58300            ! sv.c t/lib/charnames.t t/pragma/utf8.t
58301 ____________________________________________________________________________
58302 [  5920] By: gsar                                  on 2000/04/24  06:37:59
58303         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
58304      Branch: perl
58305            ! doop.c t/op/ver.t
58306 ____________________________________________________________________________
58307 [  5919] By: gsar                                  on 2000/04/24  06:21:58
58308         Log: Configure might miss old directories when prefix must be
58309              expanded (from Robin Barker)
58310      Branch: metaconfig
58311            ! U/installdirs/inc_version_list.U
58312      Branch: perl
58313            ! Configure
58314 ____________________________________________________________________________
58315 [  5918] By: gsar                                  on 2000/04/24  06:16:11
58316         Log: VMS nits in glob() test (from Charles Lane)
58317      Branch: perl
58318            ! t/lib/glob-basic.t
58319 ____________________________________________________________________________
58320 [  5917] By: gsar                                  on 2000/04/24  06:11:56
58321         Log: various pod nits (from Larry Virden and others)
58322      Branch: perl
58323            ! README.amiga README.hpux README.machten README.os2
58324            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
58325            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
58326            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
58327            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
58328            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
58329            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
58330            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
58331            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
58332 ____________________________________________________________________________
58333 [  5916] By: gsar                                  on 2000/04/24  05:52:43
58334         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
58335              <wjones@tc.fluke.com>)
58336      Branch: perl
58337            ! t/lib/glob-basic.t
58338 ____________________________________________________________________________
58339 [  5915] By: gsar                                  on 2000/04/24  05:07:01
58340         Log: supported platforms mixed up
58341      Branch: perl
58342            ! pod/perl56delta.pod pod/perlport.pod
58343 ____________________________________________________________________________
58344 [  5914] By: gsar                                  on 2000/04/24  04:56:08
58345         Log: caller() wasn't returning the right number of elements for
58346              eval {...}
58347      Branch: perl
58348            ! pp_ctl.c t/pragma/warn/9enabled
58349 ____________________________________________________________________________
58350 [  5913] By: gsar                                  on 2000/04/24  04:35:41
58351         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
58352              Mark-Jason Dominus)
58353      Branch: perl
58354            ! pod/perlfunc.pod
58355 ____________________________________________________________________________
58356 [  5912] By: gsar                                  on 2000/04/24  04:17:15
58357         Log: fix totally broken caching in UNIVERSAL::isa() (from
58358              Nick Ing-Simmons)
58359      Branch: perl
58360            ! t/op/universal.t universal.c
58361 ____________________________________________________________________________
58362 [  5911] By: gsar                                  on 2000/04/24  03:39:47
58363         Log: add linebreak properties from unicode/LineBrk.txt (from
58364              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
58365      Branch: perl
58366            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
58367            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
58368            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
58369            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
58370            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
58371            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
58372            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
58373            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
58374            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
58375            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
58376            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
58377            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
58378            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
58379            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
58380            + lib/unicode/Is/LbrkZW.pl
58381            ! lib/unicode/mktables.PL
58382 ____________________________________________________________________________
58383 [  5910] By: gsar                                  on 2000/04/24  03:23:10
58384         Log: typo in pod
58385      Branch: perl
58386            ! ext/Thread/Thread.pm
58387 ____________________________________________________________________________
58388 [  5909] By: gsar                                  on 2000/04/24  03:22:03
58389         Log: mode argument to do_binmode() should be file mode, not boolean
58390      Branch: perl
58391            ! pp_sys.c
58392 ____________________________________________________________________________
58393 [  5908] By: gsar                                  on 2000/04/16  16:51:08
58394         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
58395              always returns a valid GV even when the symbol is trapped by strictures
58396              (avoids coredumps)
58397              
58398              TODO: the C<package;> hack needs similar treatment
58399      Branch: perl
58400            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
58401            ! t/pragma/strict-vars
58402 ____________________________________________________________________________
58403 [  5907] By: jhi                                   on 2000/03/31  23:42:56
58404         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
58405              an assumption which #5905 demolished.
58406      Branch: cfgperl
58407            ! pp_sys.c
58408 ____________________________________________________________________________
58409 [  5906] By: jhi                                   on 2000/03/31  18:54:37
58410         Log: Typo in #5905.
58411      Branch: cfgperl
58412            ! t/op/64bitint.t
58413 ____________________________________________________________________________
58414 [  5905] By: jhi                                   on 2000/03/31  18:50:54
58415         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
58416              reported by Joseph N. Hall.  The bug was that even with use64bitint
58417              one had to use the prefixes q, L, or ll with printf/sprintf,
58418              contrary to the documentation and common sense.
58419      Branch: cfgperl
58420            ! sv.c t/op/64bitint.t
58421 ____________________________________________________________________________
58422 [  5904] By: gsar                                  on 2000/03/28  02:31:32
58423         Log: add Changes, perldelta.pod
58424      Branch: perl
58425            + Changes pod/perldelta.pod
58426 ____________________________________________________________________________
58427 [  5903] By: gsar                                  on 2000/03/28  02:03:55
58428         Log: rename Changes and perldelta.pod
58429      Branch: perl
58430           +> Changes5.6 pod/perl56delta.pod
58431            - Changes pod/perldelta.pod
58432            ! MANIFEST
58433 ____________________________________________________________________________
58434 [  5902] By: gsar                                  on 2000/03/28  01:59:14
58435         Log: create maint-5.6 branch
58436      Branch: maint-5.6/perl
58437           +> (branch 1611 files)
58438 ____________________________________________________________________________
58439 [  5901] By: jhi                                   on 2000/03/23  05:48:43
58440         Log: Integrate with Sarathy.
58441      Branch: cfgperl
58442           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
58443 ____________________________________________________________________________
58444 [  5900] By: gsar                                  on 2000/03/23  05:42:43
58445         Log: three guesses on what this is :-)
58446      Branch: perl
58447            ! Changes